| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <title>Product Detail - Avocado</title> |
| <meta name="viewport" content="width=1080, initial-scale=1.0"> |
| <style> |
| body { margin:0; padding:0; background:transparent; } |
| #render-target { |
| width:1080px; height:2400px; position:relative; overflow:hidden; |
| background:#ffffff; font-family: Arial, Helvetica, sans-serif; color:#1a1a1a; |
| } |
| |
| |
| .top-bar { |
| position:absolute; left:0; top:0; width:100%; height:210px; background:#46107f; |
| color:#fff; |
| } |
| .status-row { |
| height:90px; display:flex; align-items:center; justify-content:space-between; |
| padding:0 40px; font-size:40px; letter-spacing:0.5px; |
| } |
| .status-icons { display:flex; gap:26px; align-items:center; } |
| .dot-icon { width:22px; height:22px; background:#fff; border-radius:50%; opacity:0.8; } |
| .wifi-icon, .battery-icon { |
| width:46px; height:46px; border:2px solid #fff; border-radius:8px; opacity:0.85; |
| } |
| .nav-row { |
| height:120px; display:flex; align-items:center; justify-content:space-between; |
| padding:0 30px; |
| } |
| .icon-btn { width:110px; height:90px; display:flex; align-items:center; justify-content:center; } |
| .icon-btn svg { width:60px; height:60px; fill:#fff; } |
| |
| |
| .hero-img { |
| position:absolute; left:0; top:210px; width:100%; height:780px; |
| display:flex; align-items:center; justify-content:center; |
| } |
| .img-placeholder { |
| width:900px; height:680px; background:#E0E0E0; border:1px solid #BDBDBD; |
| display:flex; align-items:center; justify-content:center; color:#757575; |
| font-size:40px; text-align:center; border-radius:8px; |
| } |
| |
| |
| .dots { |
| position:absolute; top:1010px; left:420px; display:flex; gap:18px; |
| } |
| .dots span { |
| width:26px; height:26px; border-radius:50%; background:#d9d9d9; |
| } |
| .dots span.active { background:#ff6b7a; } |
| |
| |
| .content { |
| position:absolute; top:1060px; left:34px; right:34px; |
| } |
| .title { |
| font-size:56px; font-weight:700; line-height:1.25; margin-bottom:22px; |
| } |
| .link { |
| color:#7A30D8; font-size:40px; font-weight:600; text-decoration:none; |
| display:inline-block; margin-bottom:26px; |
| } |
| .link svg { width:28px; height:28px; vertical-align:middle; fill:#7A30D8; } |
| |
| .price-row { |
| display:flex; align-items:flex-end; justify-content:space-between; margin-top:12px; |
| } |
| .piece { font-size:44px; color:#444; } |
| .price-info { margin-top:16px; display:flex; align-items:center; gap:18px; } |
| .price { font-size:64px; font-weight:800; color:#000; } |
| .mrp { font-size:46px; color:#8a8a8a; text-decoration:line-through; } |
| .off-pill { |
| background:#7A30D8; color:#fff; font-size:38px; padding:18px 24px; border-radius:18px; |
| font-weight:700; |
| } |
| |
| .qty-stepper { |
| display:flex; align-items:center; gap:20px; |
| } |
| .qty-stepper .btn { |
| width:180px; height:100px; background:#ff6b7a; border-radius:22px; |
| display:flex; align-items:center; justify-content:center; color:#fff; font-size:62px; font-weight:900; |
| } |
| .qty-stepper .count { |
| width:180px; height:100px; background:#ffe1e6; border-radius:22px; |
| display:flex; align-items:center; justify-content:center; font-size:54px; font-weight:700; color:#cc3b52; |
| } |
| |
| .divider { height:24px; background:#f1eef6; margin:40px -34px; } |
| |
| |
| .section-head { |
| display:flex; align-items:center; justify-content:space-between; |
| font-size:46px; font-weight:800; margin-bottom:18px; |
| } |
| .chevron svg { width:40px; height:40px; fill:#6a6a6a; } |
| .bullets { font-size:42px; color:#333; line-height:1.7; } |
| .bullets li { margin-bottom:16px; } |
| |
| |
| .similar-title { |
| font-size:46px; font-weight:800; margin-top:36px; margin-bottom:24px; |
| } |
| .promo-card { |
| border:1px solid #e2e2e2; border-radius:28px; padding:26px 30px; |
| display:flex; align-items:center; justify-content:space-between; background:#fafafa; |
| } |
| .promo-left { display:flex; align-items:center; gap:28px; } |
| .badge { |
| width:120px; height:120px; background:#55c17a; border-radius:26px; display:flex; |
| align-items:center; justify-content:center; color:#fff; font-size:56px; font-weight:900; |
| } |
| .promo-text { font-size:44px; color:#222; } |
| .promo-text .bold { font-weight:900; } |
| .promo-right { display:flex; align-items:center; gap:40px; } |
| .pill { background:#7A30D8; color:#fff; padding:14px 26px; border-radius:24px; font-size:38px; font-weight:700; } |
| .mini-dots { display:flex; gap:12px; } |
| .mini-dots span { width:16px; height:16px; background:#c3b9d9; border-radius:50%; } |
| .mini-dots span.active { background:#7A30D8; } |
| |
| |
| .bottom-bar { |
| position:absolute; left:30px; right:30px; bottom:140px; height:160px; |
| background:#ff6b7a; border-radius:36px; display:flex; align-items:center; justify-content:space-between; |
| padding:0 40px; color:#fff; |
| box-shadow:0 8px 20px rgba(0,0,0,0.08); |
| } |
| .bottom-left { font-size:56px; font-weight:800; } |
| .view-cart { |
| background:rgba(255,255,255,0.2); border-radius:28px; padding:22px 34px; |
| display:flex; align-items:center; gap:24px; font-size:54px; font-weight:800; |
| } |
| .bag-icon svg { width:56px; height:56px; fill:#fff; } |
| |
| |
| .gesture { |
| position:absolute; left:50%; transform:translateX(-50%); |
| bottom:56px; width:640px; height:16px; background:#111; border-radius:10px; |
| opacity:0.85; |
| } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
| <div class="top-bar"> |
| <div class="status-row"> |
| <div>8:51</div> |
| <div class="status-icons"> |
| <div class="dot-icon"></div> |
| <div class="dot-icon"></div> |
| <div class="wifi-icon"></div> |
| <div class="battery-icon"></div> |
| </div> |
| </div> |
| <div class="nav-row"> |
| <div class="icon-btn"> |
| <svg viewBox="0 0 24 24"><path d="M15.5 4l-9 8 9 8v-4.5L9.8 12 15.5 8.5V4z"/></svg> |
| </div> |
| <div class="icon-btn"> |
| <svg viewBox="0 0 24 24"><circle cx="10" cy="10" r="7"/><path d="M14.5 14.5L20 20" stroke="#fff" stroke-width="2" fill="none"/></svg> |
| </div> |
| </div> |
| </div> |
|
|
| <div class="hero-img"> |
| <div class="img-placeholder">[IMG: Westfalia logo & avocado]</div> |
| </div> |
|
|
| <div class="dots"> |
| <span class="active"></span> |
| <span></span> |
| <span></span> |
| <span></span> |
| <span></span> |
| </div> |
|
|
| <div class="content"> |
| <div class="title">Westfalia Avocado Imported Semi Ripe</div> |
| <a class="link" href="#">See All Westfalia Products |
| <svg viewBox="0 0 24 24"><path d="M9 6l6 6-6 6" /></svg> |
| </a> |
|
|
| <div class="price-row"> |
| <div> |
| <div class="piece">1 piece</div> |
| <div class="price-info"> |
| <div class="price">₹89</div> |
| <div class="mrp">₹111</div> |
| <div class="off-pill">19% Off</div> |
| </div> |
| </div> |
| <div class="qty-stepper"> |
| <div class="btn">−</div> |
| <div class="count">1</div> |
| <div class="btn">+</div> |
| </div> |
| </div> |
|
|
| <div class="divider"></div> |
|
|
| <div class="section-head"> |
| <div>Product Information</div> |
| <div class="chevron"> |
| <svg viewBox="0 0 24 24"><path d="M6 9l6 6 6-6"/></svg> |
| </div> |
| </div> |
| <ul class="bullets"> |
| <li>Country of Origin : Tanzania</li> |
| <li>Shelf Life : 6 days</li> |
| </ul> |
|
|
| <div class="divider"></div> |
|
|
| <div class="similar-title">Similar Products</div> |
| <div class="promo-card"> |
| <div class="promo-left"> |
| <div class="badge">%</div> |
| <div class="promo-text">Add items worth <span class="bold">₹10</span> to get<br><span class="bold">Free Delivery</span></div> |
| </div> |
| <div class="promo-right"> |
| <div class="pill">1/5</div> |
| <div class="mini-dots"> |
| <span class="active"></span><span></span> |
| </div> |
| </div> |
| </div> |
| </div> |
|
|
| <div class="bottom-bar"> |
| <div class="bottom-left">1 Item | ₹89</div> |
| <div class="view-cart"> |
| <span class="bag-icon"> |
| <svg viewBox="0 0 24 24"> |
| <path d="M7 9h10l-1 11H8L7 9z"/> |
| <path d="M9 9V7a3 3 0 0 1 6 0v2" fill="none" stroke="#fff" stroke-width="2"/> |
| </svg> |
| </span> |
| View Cart |
| </div> |
| </div> |
|
|
| <div class="gesture"></div> |
| </div> |
| </body> |
| </html> |