File size: 14,856 Bytes
ff1f000 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 | <!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;
}
/* Top gradient header */
.header-gradient {
position: absolute;
top: 0;
left: 0;
width: 1080px;
height: 360px;
background: linear-gradient(135deg, #87d9d6 0%, #b5e9c8 100%);
}
/* Status bar */
.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 header */
.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 */
.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 */
.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; /* leave for bottom nav */
overflow: hidden;
}
.info-text {
padding: 10px 28px 0 28px;
font-size: 26px;
color: #6b6f73;
}
/* Product list */
.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 */
.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;
}
/* Simple helper SVG styling */
svg { display:block; }
</style>
</head>
<body>
<div id="render-target">
<div class="header-gradient"></div>
<!-- Status Bar -->
<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>
<!-- Search row -->
<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>
<!-- Location row -->
<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>
<!-- Chips -->
<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">
<!-- Product 1 -->
<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>
<!-- Product 2 -->
<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>
<!-- Product 3 -->
<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>
<!-- Video like block -->
<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>
<!-- Bottom Navigation -->
<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> |