| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=1080, initial-scale=1.0"> |
| <title>Standing Desk Results</title> |
| <style> |
| body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; } |
| #render-target { |
| width: 1080px; |
| height: 2400px; |
| position: relative; |
| overflow: hidden; |
| background: #ffffff; |
| border-radius: 0; |
| } |
| |
| |
| .header-gradient { |
| position: absolute; |
| top: 0; |
| left: 0; |
| width: 1080px; |
| height: 360px; |
| background: linear-gradient(135deg, #87d9d6 0%, #b5e9c8 100%); |
| } |
| |
| |
| .status-bar { |
| position: absolute; |
| top: 10px; |
| left: 24px; |
| right: 24px; |
| height: 44px; |
| color: #1b1b1b; |
| font-size: 28px; |
| display: flex; |
| align-items: center; |
| justify-content: space-between; |
| opacity: 0.9; |
| } |
| .status-icons { |
| display: flex; gap: 18px; align-items: center; |
| } |
| .dot { width: 8px; height: 8px; background:#1b1b1b; border-radius: 50%; opacity: .7; } |
| .battery { |
| width: 34px; height: 18px; border: 2px solid #1b1b1b; position: relative; border-radius: 3px; |
| } |
| .battery::after { |
| content: ""; position: absolute; right: -6px; top: 4px; width: 4px; height: 8px; background:#1b1b1b; border-radius:1px; |
| } |
| .battery .level { position:absolute; top:2px; left:2px; height:12px; width:22px; background:#1b1b1b; } |
| |
| |
| .search-row { |
| position: absolute; |
| top: 70px; |
| left: 20px; |
| right: 20px; |
| height: 80px; |
| display: flex; |
| align-items: center; |
| gap: 20px; |
| } |
| .back-btn { |
| width: 72px; height: 72px; border-radius: 18px; display: flex; align-items: center; justify-content: center; |
| background: rgba(255,255,255,0.95); box-shadow: 0 1px 0 rgba(0,0,0,0.06); |
| } |
| .search-box { |
| flex: 1; |
| height: 72px; |
| background: #ffffff; |
| border-radius: 36px; |
| display: flex; align-items: center; |
| padding: 0 26px; |
| box-shadow: 0 2px 0 rgba(0,0,0,0.05), 0 1px 6px rgba(0,0,0,0.06) inset; |
| border: 1px solid #e6e6e6; |
| gap: 18px; |
| } |
| .search-box input { |
| border: none; outline: none; font-size: 32px; flex: 1; color:#333; |
| } |
| .search-right { |
| width: 48px; height: 48px; border-radius: 12px; background:#f2f2f2; display:flex; align-items:center; justify-content:center; border:1px solid #e0e0e0; |
| } |
| |
| |
| .location-row { |
| position: absolute; |
| top: 160px; |
| left: 24px; |
| right: 24px; |
| display: flex; align-items: center; gap: 18px; |
| color: #0f1111; |
| font-size: 30px; |
| } |
| .location-row .sub { color:#0f1111; opacity:.85; } |
| .location-row .arrow { transform: translateY(2px); } |
| |
| |
| .chips { |
| position: absolute; |
| top: 220px; |
| left: 20px; |
| right: 20px; |
| display: flex; gap: 18px; align-items: center; |
| overflow: hidden; |
| } |
| .chip { |
| padding: 14px 22px; |
| border-radius: 26px; |
| background: #ffffff; |
| border: 1px solid #dfe7ea; |
| color: #0f1111; |
| font-size: 28px; |
| white-space: nowrap; |
| box-shadow: 0 1px 0 rgba(0,0,0,0.04); |
| } |
| .chip.filter { |
| border-color: #dfe7ea; |
| } |
| |
| .content { |
| position: absolute; |
| top: 300px; |
| left: 0; |
| right: 0; |
| bottom: 180px; |
| overflow: hidden; |
| } |
| |
| .info-text { |
| padding: 10px 28px 0 28px; |
| font-size: 26px; |
| color: #6b6f73; |
| } |
| |
| |
| .list { |
| padding: 16px 24px 200px 24px; |
| overflow-y: auto; |
| height: calc(100% - 40px); |
| } |
| |
| .product-card { |
| background: #ffffff; |
| border-radius: 26px; |
| border: 1px solid #ededed; |
| box-shadow: 0 2px 0 rgba(0,0,0,0.03); |
| padding: 24px; |
| display: flex; |
| gap: 26px; |
| margin: 18px 0; |
| } |
| .prod-img { |
| width: 330px; height: 230px; |
| background: #E0E0E0; |
| border: 1px solid #BDBDBD; |
| border-radius: 18px; |
| display:flex; align-items:center; justify-content:center; |
| color:#757575; font-size: 26px; text-align:center; padding:10px; |
| } |
| .prod-info { flex: 1; min-width: 0; } |
| .title { |
| font-size: 32px; line-height: 1.25; color: #0f1111; max-height: 86px; overflow: hidden; |
| } |
| .rating { |
| display: flex; align-items: center; gap: 10px; margin: 10px 0 6px 0; font-size: 28px; color:#0f1111; |
| } |
| .stars { color: #ff9900; display:flex; gap:3px; } |
| .price-row { display:flex; align-items: baseline; gap: 18px; margin-top: 6px; flex-wrap: wrap; } |
| .price { font-size: 40px; font-weight: 700; color:#0f1111; } |
| .mrp { font-size: 26px; color:#6b6f73; } |
| .emi { font-size: 26px; color:#6b6f73; margin-top: 4px; } |
| .delivery { font-size: 26px; color:#0f1111; margin-top: 6px; } |
| |
| |
| .bottom-nav { |
| position: absolute; |
| left: 0; right: 0; bottom: 0; |
| height: 160px; |
| background: #ffffff; |
| border-top: 1px solid #e6e6e6; |
| display: flex; |
| align-items: center; |
| justify-content: space-around; |
| } |
| .nav-item { display:flex; flex-direction: column; align-items: center; gap: 8px; color:#444; font-size: 24px; } |
| .nav-item.active { color: #10a3a6; } |
| .active-indicator { |
| position: absolute; top: -2px; left: 90px; width: 120px; height: 6px; background:#10a3a6; border-radius: 3px; |
| } |
| |
| .gesture { |
| position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); |
| width: 220px; height: 10px; background:#c9c9c9; border-radius: 8px; |
| } |
| |
| |
| svg { display:block; } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
|
|
| <div class="header-gradient"></div> |
|
|
| |
| <div class="status-bar"> |
| <div>1:06</div> |
| <div class="status-icons"> |
| <div class="dot"></div> |
| <div class="dot"></div> |
| <div class="dot"></div> |
| <svg width="28" height="20" viewBox="0 0 24 24"><path fill="#1b1b1b" d="M2 18h20L12 3 2 18z"/></svg> |
| <svg width="26" height="22" viewBox="0 0 24 24"><path fill="#1b1b1b" d="M21 8a5 5 0 0 0-5-5H8a5 5 0 0 0-5 5v8a5 5 0 0 0 5 5h8a5 5 0 0 0 5-5V8z"/></svg> |
| <svg width="26" height="22" viewBox="0 0 24 24"><path fill="#1b1b1b" d="M3 9l9-6 9 6v9a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V9z"/></svg> |
| <div class="battery"><div class="level"></div></div> |
| </div> |
| </div> |
|
|
| |
| <div class="search-row"> |
| <div class="back-btn"> |
| <svg width="34" height="34" viewBox="0 0 24 24"><path fill="#0f1111" d="M15.5 19l-7-7 7-7" stroke="#0f1111" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg> |
| </div> |
| <div class="search-box"> |
| <svg width="32" height="32" viewBox="0 0 24 24"><path fill="#6b6f73" d="M21 20l-5.2-5.2a7 7 0 1 0-1 1L20 21l1-1zM5 10a5 5 0 1 1 10 0A5 5 0 0 1 5 10z"/></svg> |
| <input value="standing desk" /> |
| <div class="search-right"> |
| <svg width="22" height="22" viewBox="0 0 24 24"><path fill="#6b6f73" d="M4 4h5v2H6v3H4V4zm15 0v5h-2V6h-3V4h5zM4 15h2v3h3v2H4v-5zm15 0h2v5h-5v-2h3v-3z"/></svg> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="location-row"> |
| <svg width="32" height="32" viewBox="0 0 24 24"><path fill="#0f1111" d="M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5z"/></svg> |
| <span class="sub">Delivering to Delhi 110001 - Update location</span> |
| <svg class="arrow" width="26" height="26" viewBox="0 0 24 24"><path fill="#0f1111" d="M7 10l5 5 5-5z"/></svg> |
| </div> |
|
|
| |
| <div class="chips"> |
| <div class="chip">EUREKA ERGO… <svg width="18" height="18" viewBox="0 0 24 24" style="margin-left:8px;"><path fill="#6b6f73" d="M18 6L6 18M6 6l12 12" stroke="#6b6f73" stroke-width="2" fill="none" stroke-linecap="round"/></svg></div> |
| <div class="chip">Lapdesks <svg width="18" height="18" viewBox="0 0 24 24" style="margin-left:8px;"><path fill="#6b6f73" d="M18 6L6 18M6 6l12 12" stroke="#6b6f73" stroke-width="2" fill="none" stroke-linecap="round"/></svg></div> |
| <div class="chip">Isom…</div> |
| <div class="chip filter">Filters (2) <svg width="18" height="18" viewBox="0 0 24 24" style="margin-left:6px;"><path fill="#0f1111" d="M3 5h18l-7 8v5l-4 3v-8L3 5z"/></svg></div> |
| </div> |
|
|
| <div class="content"> |
| <div class="info-text">Price and other details may vary based on product size and colour.</div> |
|
|
| <div class="list"> |
|
|
| |
| <div class="product-card"> |
| <div class="prod-img">[IMG: L-shaped gaming standing desk]</div> |
| <div class="prod-info"> |
| <div class="title">EUREKA ERGONOMIC Standing Desk L Shaped, 60 Inch Gaming Desk, Electric Height Adjustable...</div> |
| <div class="rating"> |
| <span style="color:#1693c7;font-weight:600">4.6</span> |
| <div class="stars"> |
| <svg width="22" height="22" viewBox="0 0 24 24"><path fill="#ff9900" d="M12 17.3l-6.2 3.6 1.7-7.1L2 8.9l7.2-.6L12 2l2.8 6.3 7.2.6-5.5 4.9 1.7 7.1z"/></svg> |
| <svg width="22" height="22" viewBox="0 0 24 24"><path fill="#ff9900" d="M12 17.3l-6.2 3.6 1.7-7.1L2 8.9l7.2-.6L12 2l2.8 6.3 7.2.6-5.5 4.9 1.7 7.1z"/></svg> |
| <svg width="22" height="22" viewBox="0 0 24 24"><path fill="#ff9900" d="M12 17.3l-6.2 3.6 1.7-7.1L2 8.9l7.2-.6L12 2l2.8 6.3 7.2.6-5.5 4.9 1.7 7.1z"/></svg> |
| <svg width="22" height="22" viewBox="0 0 24 24"><path fill="#ff9900" d="M12 17.3l-6.2 3.6 1.7-7.1L2 8.9l7.2-.6L12 2l2.8 6.3 7.2.6-5.5 4.9 1.7 7.1z"/></svg> |
| <svg width="22" height="22" viewBox="0 0 24 24"><path fill="#ff9900" d="M12 17.3l-6.2 3.6 1.7-7.1L2 8.9l7.2-.6L12 2l2.8 6.3 7.2.6-5.5 4.9 1.7 7.1z"/></svg> |
| </div> |
| <span style="color:#6b6f73">(194)</span> |
| </div> |
| <div class="price-row"> |
| <div class="price">₹42,999</div> |
| <div class="mrp">M.R.P: <s>₹49,999</s> (14% off)</div> |
| </div> |
| <div class="emi">Save extra with No Cost EMI</div> |
| <div class="delivery">Get it by <b>Saturday, 11 November</b></div> |
| </div> |
| </div> |
|
|
| |
| <div class="product-card"> |
| <div class="prod-img">[IMG: 60" desk with monitor stand]</div> |
| <div class="prod-info"> |
| <div class="title">EUREKA ERGONOMIC 60 Inch Computer Desk with Monitor Stand, Sturdy Curved Edge Home...</div> |
| <div class="rating"> |
| <span style="color:#1693c7;font-weight:600">4.1</span> |
| <div class="stars"> |
| <svg width="22" height="22" viewBox="0 0 24 24"><path fill="#ff9900" d="M12 17.3l-6.2 3.6 1.7-7.1L2 8.9l7.2-.6L12 2l2.8 6.3 7.2.6-5.5 4.9 1.7 7.1z"/></svg> |
| <svg width="22" height="22" viewBox="0 0 24 24"><path fill="#ff9900" d="M12 17.3l-6.2 3.6 1.7-7.1L2 8.9l7.2-.6L12 2l2.8 6.3 7.2.6-5.5 4.9 1.7 7.1z"/></svg> |
| <svg width="22" height="22" viewBox="0 0 24 24"><path fill="#ff9900" d="M12 17.3l-6.2 3.6 1.7-7.1L2 8.9l7.2-.6L12 2l2.8 6.3 7.2.6-5.5 4.9 1.7 7.1z"/></svg> |
| <svg width="22" height="22" viewBox="0 0 24 24"><path fill="#ff9900" d="M12 17.3l-6.2 3.6 1.7-7.1L2 8.9l7.2-.6L12 2l2.8 6.3 7.2.6-5.5 4.9 1.7 7.1z"/></svg> |
| </div> |
| <span style="color:#6b6f73">(7)</span> |
| </div> |
| <div class="price-row"> |
| <div class="price">₹19,999</div> |
| <div class="mrp">M.R.P: <s>₹25,000</s> (20% off)</div> |
| </div> |
| <div class="emi">Save extra with No Cost EMI</div> |
| <div class="delivery">Get it by <b>Saturday, 11 November</b></div> |
| </div> |
| </div> |
|
|
| |
| <div class="product-card"> |
| <div class="prod-img">[IMG: Wide black gaming desk]</div> |
| <div class="prod-info"> |
| <div class="title">EUREKA ERGONOMIC Wood Multi-Functional L Shaped Study, Writing, Gaming Computer Righ...</div> |
| <div class="rating"> |
| <span style="color:#1693c7;font-weight:600">4.7</span> |
| <div class="stars"> |
| <svg width="22" height="22" viewBox="0 0 24 24"><path fill="#ff9900" d="M12 17.3l-6.2 3.6 1.7-7.1L2 8.9l7.2-.6L12 2l2.8 6.3 7.2.6-5.5 4.9 1.7 7.1z"/></svg> |
| <svg width="22" height="22" viewBox="0 0 24 24"><path fill="#ff9900" d="M12 17.3l-6.2 3.6 1.7-7.1L2 8.9l7.2-.6L12 2l2.8 6.3 7.2.6-5.5 4.9 1.7 7.1z"/></svg> |
| <svg width="22" height="22" viewBox="0 0 24 24"><path fill="#ff9900" d="M12 17.3l-6.2 3.6 1.7-7.1L2 8.9l7.2-.6L12 2l2.8 6.3 7.2.6-5.5 4.9 1.7 7.1z"/></svg> |
| <svg width="22" height="22" viewBox="0 0 24 24"><path fill="#ff9900" d="M12 17.3l-6.2 3.6 1.7-7.1L2 8.9l7.2-.6L12 2l2.8 6.3 7.2.6-5.5 4.9 1.7 7.1z"/></svg> |
| <svg width="22" height="22" viewBox="0 0 24 24"><path fill="#ff9900" d="M12 17.3l-6.2 3.6 1.7-7.1L2 8.9l7.2-.6L12 2l2.8 6.3 7.2.6-5.5 4.9 1.7 7.1z"/></svg> |
| </div> |
| <span style="color:#6b6f73">(144)</span> |
| </div> |
| <div class="price-row"> |
| <div class="price">₹18,999</div> |
| <div class="mrp">M.R.P: <s>₹22,999</s> (17% off)</div> |
| </div> |
| <div class="emi">Save extra with No Cost EMI</div> |
| <div class="delivery">Get it by <b>Saturday, 11 November</b></div> |
| </div> |
| </div> |
|
|
| |
| <div class="product-card" style="padding:0; overflow:hidden;"> |
| <div style="width:100%; height:300px; background:#E0E0E0; border-top-left-radius:26px; border-top-right-radius:26px; border:1px solid #BDBDBD; border-bottom:none; display:flex; align-items:center; justify-content:center; color:#757575; font-size:28px;">[IMG: Video preview of standing desk setup]</div> |
| </div> |
|
|
| </div> |
| </div> |
|
|
| |
| <div class="bottom-nav"> |
| <div class="active-indicator"></div> |
| <div class="nav-item active"> |
| <svg width="44" height="44" viewBox="0 0 24 24"><path fill="#10a3a6" d="M12 3l9 8h-3v9H6v-9H3l9-8z"/></svg> |
| <div>Home</div> |
| </div> |
| <div class="nav-item"> |
| <svg width="44" height="44" viewBox="0 0 24 24"><path fill="#444" d="M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5zm0 2c-5 0-8 3-8 6v1h16v-1c0-3-3-6-8-6z"/></svg> |
| <div>You</div> |
| </div> |
| <div class="nav-item"> |
| <svg width="44" height="44" viewBox="0 0 24 24"><path fill="#444" d="M3 3h8v8H3V3zm10 0h8v8h-8V3zM3 13h8v8H3v-8zm10 0h8v8h-8v-8z"/></svg> |
| <div>More</div> |
| </div> |
| <div class="nav-item"> |
| <svg width="44" height="44" viewBox="0 0 24 24"><path fill="#444" d="M7 6h15l-2 9H8L7 6zM7 6l-1-3H3v3h4zM8 18a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm10 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4z"/></svg> |
| <div>Cart</div> |
| </div> |
| <div class="nav-item"> |
| <svg width="44" height="44" viewBox="0 0 24 24"><path fill="#444" d="M3 6h18v2H3V6zm0 5h18v2H3v-2zm0 5h18v2H3v-2z"/></svg> |
| <div>Menu</div> |
| </div> |
| <div class="gesture"></div> |
| </div> |
|
|
| </div> |
| </body> |
| </html> |