File size: 11,562 Bytes
0e1717f | 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 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=1080, initial-scale=1.0" />
<title>Nykaa Fashion - Listing Mock</title>
<style>
body { margin: 0; padding: 0; background: transparent; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color:#111; }
#render-target {
width: 1080px;
height: 2400px;
position: relative;
overflow: hidden;
background: #ffffff;
}
/* Top app bar */
.appbar {
height: 140px;
padding: 0 32px;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid #eee;
}
.appbar-left, .appbar-right {
display: flex;
align-items: center;
gap: 28px;
}
.brand {
font-weight: 800;
letter-spacing: 2px;
font-size: 36px;
}
.icon-btn {
width: 56px; height: 56px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%;
}
.icon {
width: 36px; height: 36px; fill: none; stroke: #111; stroke-width: 2.5;
}
/* Promo banner placeholder */
.promo {
height: 160px;
margin: 8px 0 0;
padding: 0 32px;
}
.promo .img {
width: 100%;
height: 100%;
background:#E0E0E0;
border:1px solid #BDBDBD;
display:flex; align-items:center; justify-content:center; color:#757575; font-weight:600;
}
/* Title section */
.title-wrap {
padding: 24px 32px 8px;
}
.title {
font-size: 56px;
line-height: 1.1;
margin: 0 0 8px 0;
font-weight: 800;
color:#1b1e23;
}
.sub {
color:#6b7b88;
font-size: 28px;
}
/* Product grid */
.grid {
padding: 12px 24px 180px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 28px;
}
.card {
background: #fff;
}
.thumb {
position: relative;
width: 100%;
height: 680px;
background: #E0E0E0;
border: 1px solid #BDBDBD;
display:flex; align-items:center; justify-content:center; color:#757575; font-weight:600;
}
.dotbar {
position: absolute;
right: 24px;
bottom: 22px;
display: flex; gap: 8px;
}
.dot { width: 16px; height:16px; border-radius: 50%; background:#cfcfcf; }
.dot.dark { background:#9e9e9e; }
.floating-actions {
position: absolute;
right: 20px;
top: 20px;
display: flex;
flex-direction: column;
gap: 16px;
}
.fab {
width: 84px; height: 84px; border-radius: 50%;
background: #ffffff;
box-shadow: 0 2px 8px rgba(0,0,0,0.12);
display:flex; align-items:center; justify-content:center;
border: 1px solid #eaeaea;
}
.fab svg { width: 40px; height: 40px; stroke:#222; stroke-width:2.2; }
.badge {
display: inline-block;
font-size: 22px;
padding: 8px 14px;
border: 2px solid #cfe0ef;
border-radius: 8px;
color:#2b5876;
background: #f1f7fc;
margin: 18px 0 6px 0;
}
.meta {
padding: 8px 8px 0;
}
.brand-name {
font-weight: 800;
font-size: 30px;
margin: 8px 0 2px;
color:#222;
}
.prod-name {
font-size: 28px;
color:#333;
margin: 4px 0 10px;
}
.colors {
display:flex; gap: 10px; align-items:center; margin: 6px 0 8px;
}
.swatch { width: 26px; height:26px; border-radius:50%; border:2px solid #ddd; }
.strike { color:#8a97a2; text-decoration: line-through; margin-left: 10px; }
.price {
font-weight: 800; font-size: 36px; color:#111;
}
.off { color:#0a8f2d; font-weight:700; margin-left: 10px; }
.extra { color:#0a8f2d; font-size:26px; margin-top: 6px; }
.alert { color:#ff6a00; font-size: 26px; margin-top: 4px; }
/* Bottom action bar */
.bottom-bar {
position: absolute;
left: 0; right: 0; bottom: 0;
height: 160px;
background: #ffffff;
border-top: 1px solid #e8e8e8;
display: grid;
grid-template-columns: 1fr 1fr;
}
.bar-item {
display:flex; align-items:center; gap: 18px; padding: 20px 32px;
}
.bar-item + .bar-item { border-left: 1px solid #eee; }
.bar-title { font-weight: 700; font-size: 32px; }
.bar-sub { color:#7b8a96; font-size: 26px; margin-top: 4px; }
.bar-stack { display:flex; flex-direction: column; }
.tiny-dot { width: 14px; height: 14px; background:#ff3355; border-radius:50%; }
/* small helper */
.muted { color:#7b8a96; }
</style>
</head>
<body>
<div id="render-target">
<!-- App bar -->
<div class="appbar">
<div class="appbar-left">
<div class="icon-btn" aria-label="Back">
<svg class="icon" viewBox="0 0 24 24"><path d="M15 5l-7 7 7 7" stroke-linecap="round" stroke-linejoin="round"/></svg>
</div>
<div class="brand">NYKAA FASHION</div>
</div>
<div class="appbar-right">
<div class="icon-btn" aria-label="Search">
<svg class="icon" viewBox="0 0 24 24"><circle cx="11" cy="11" r="7"/><path d="M20 20l-3-3" stroke-linecap="round"/></svg>
</div>
<div class="icon-btn" aria-label="Wishlist">
<svg class="icon" viewBox="0 0 24 24"><path d="M12 20s-7-4.4-7-10a4 4 0 0 1 7-2.6A4 4 0 0 1 19 10c0 5.6-7 10-7 10z" /></svg>
</div>
<div class="icon-btn" aria-label="Bag">
<svg class="icon" viewBox="0 0 24 24"><path d="M6 8h12l-1 12H7L6 8z"/><path d="M9 8a3 3 0 0 1 6 0" /></svg>
</div>
</div>
</div>
<!-- Promo banner placeholder -->
<div class="promo">
<div class="img">[IMG: Promo Banner]</div>
</div>
<!-- Title -->
<div class="title-wrap">
<h1 class="title">black formal pants for women</h1>
<div class="sub">109 items</div>
</div>
<!-- Product grid -->
<div class="grid">
<!-- Card 1 -->
<div class="card">
<div class="thumb">[IMG: Black Pants on Model]
<div class="floating-actions">
<div class="fab" title="Wishlist">
<svg viewBox="0 0 24 24"><path d="M12 20s-7-4.4-7-10a4 4 0 0 1 7-2.6A4 4 0 0 1 19 10c0 5.6-7 10-7 10z" fill="none" stroke="#222"/><path d="M12 6v6m-3-3h6" stroke="#222" stroke-linecap="round"/></svg>
</div>
<div class="fab" title="Compare/Bag">
<svg viewBox="0 0 24 24"><path d="M6 8h12l-1 12H7L6 8z" fill="none" stroke="#222"/><path d="M9 8a3 3 0 0 1 6 0" fill="none" stroke="#222"/></svg>
</div>
</div>
<div class="dotbar"><div class="dot dark"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div></div>
</div>
<div class="meta">
<span class="badge">BESTSELLER</span>
<div class="brand-name">FableStreet</div>
<div class="prod-name">Black 4 Way Stretch Bootcut ...</div>
<div>
<span class="price">₹1,887</span>
<span class="strike">₹2,695</span>
<span class="off">30% Off</span>
</div>
<div class="extra">Extra 15% Off</div>
</div>
</div>
<!-- Card 2 -->
<div class="card">
<div class="thumb">[IMG: Black Pants on Model]
<div class="floating-actions">
<div class="fab" title="Wishlist">
<svg viewBox="0 0 24 24"><path d="M12 20s-7-4.4-7-10a4 4 0 0 1 7-2.6A4 4 0 0 1 19 10c0 5.6-7 10-7 10z" fill="none" stroke="#222"/><path d="M12 6v6m-3-3h6" stroke="#222" stroke-linecap="round"/></svg>
</div>
<div class="fab" title="Compare/Bag">
<svg viewBox="0 0 24 24"><path d="M6 8h12l-1 12H7L6 8z" fill="none" stroke="#222"/><path d="M9 8a3 3 0 0 1 6 0" fill="none" stroke="#222"/></svg>
</div>
</div>
<div class="dotbar"><div class="dot dark"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div></div>
</div>
<div class="meta">
<div class="brand-name">TINTED</div>
<div class="prod-name">Black Formal Pants for Women</div>
<div class="colors">
<div class="swatch" style="background:#000;"></div>
<div class="swatch" style="background:#3b2d1f;"></div>
<div class="swatch" style="background:#ffffff;"></div>
<div class="swatch" style="background:#caa57a;"></div>
<div class="swatch" style="background:#3c47ff;"></div>
<span class="muted" style="font-size:26px;">+3 more</span>
</div>
<div>
<span class="price">₹1,000</span>
<span class="strike">₹1,999</span>
<span class="off">50% Off</span>
</div>
<div class="alert">Lowest price ever</div>
</div>
</div>
<!-- Card 3 -->
<div class="card">
<div class="thumb">[IMG: Black Pants on Model]
<div class="floating-actions">
<div class="fab" title="Wishlist">
<svg viewBox="0 0 24 24"><path d="M12 20s-7-4.4-7-10a4 4 0 0 1 7-2.6A4 4 0 0 1 19 10c0 5.6-7 10-7 10z" fill="none" stroke="#222"/><path d="M12 6v6m-3-3h6" stroke="#222" stroke-linecap="round"/></svg>
</div>
<div class="fab" title="Compare/Bag">
<svg viewBox="0 0 24 24"><path d="M6 8h12l-1 12H7L6 8z" fill="none" stroke="#222"/><path d="M9 8a3 3 0 0 1 6 0" fill="none" stroke="#222"/></svg>
</div>
</div>
<div class="dotbar"><div class="dot dark"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div></div>
</div>
<div class="meta">
<div class="brand-name">Label A</div>
<div class="prod-name">Relaxed Fit Black Pants</div>
<div>
<span class="price">₹1,299</span>
<span class="strike">₹1,899</span>
<span class="off">32% Off</span>
</div>
</div>
</div>
<!-- Card 4 -->
<div class="card">
<div class="thumb">[IMG: Black Pants on Model]
<div class="floating-actions">
<div class="fab" title="Wishlist">
<svg viewBox="0 0 24 24"><path d="M12 20s-7-4.4-7-10a4 4 0 0 1 7-2.6A4 4 0 0 1 19 10c0 5.6-7 10-7 10z" fill="none" stroke="#222"/><path d="M12 6v6m-3-3h6" stroke="#222" stroke-linecap="round"/></svg>
</div>
<div class="fab" title="Compare/Bag">
<svg viewBox="0 0 24 24"><path d="M6 8h12l-1 12H7L6 8z" fill="none" stroke="#222"/><path d="M9 8a3 3 0 0 1 6 0" fill="none" stroke="#222"/></svg>
</div>
</div>
<div class="dotbar"><div class="dot dark"></div><div class="dot"></div><div class="dot"></div><div class="dot"></div></div>
</div>
<div class="meta">
<div class="brand-name">Label B</div>
<div class="prod-name">Slim Fit Formal Trousers</div>
<div>
<span class="price">₹1,499</span>
<span class="strike">₹2,299</span>
<span class="off">35% Off</span>
</div>
</div>
</div>
</div>
<!-- Bottom bar -->
<div class="bottom-bar">
<div class="bar-item">
<svg class="icon" viewBox="0 0 24 24"><path d="M4 20v-6M10 20v-9M16 20V8M22 20V4" stroke="#111" stroke-width="2.5" fill="none" stroke-linecap="round"/></svg>
<div class="bar-stack">
<div class="bar-title">Sort by</div>
<div class="bar-sub">Popularity</div>
</div>
<div class="tiny-dot" style="margin-left:auto;"></div>
</div>
<div class="bar-item">
<svg class="icon" viewBox="0 0 24 24"><path d="M3 5h18l-7 8v6l-4-2v-4L3 5z" stroke="#111" stroke-width="2.5" fill="none" stroke-linejoin="round"/></svg>
<div class="bar-stack">
<div class="bar-title">Filter</div>
<div class="bar-sub">No Filter Applied</div>
</div>
<div class="tiny-dot" style="background:#d0d7de; margin-left:auto;"></div>
</div>
</div>
</div>
</body>
</html> |