-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path8.html
More file actions
577 lines (543 loc) · 25 KB
/
8.html
File metadata and controls
577 lines (543 loc) · 25 KB
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
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
<script id="tailwind-config">
tailwind.config = {
darkMode: "class",
theme: {
extend: {
colors: {
"surface-container": "#eeeeee",
"surface-variant": "#e2e2e2",
"on-secondary-fixed": "#1c1b1b",
"surface-container-low": "#f3f3f3",
"primary-container": "#3b3b3b",
"surface": "#f9f9f9",
"primary-fixed": "#5e5e5e",
"primary-fixed-dim": "#474747",
"surface-bright": "#f9f9f9",
"secondary-fixed": "#c8c6c5",
"on-primary-fixed": "#ffffff",
"on-primary-fixed-variant": "#e2e2e2",
"secondary": "#5f5e5e",
"secondary-fixed-dim": "#adabaa",
"on-secondary": "#ffffff",
"on-primary": "#e2e2e2",
"tertiary-fixed-dim": "#474747",
"error-container": "#ffdad6",
"secondary-container": "#d6d4d3",
"surface-dim": "#dadada",
"on-secondary-container": "#1c1b1b",
"inverse-surface": "#303030",
"surface-container-highest": "#e2e2e2",
"outline": "#777777",
"on-secondary-fixed-variant": "#3c3b3b",
"tertiary": "#3b3b3b",
"error": "#ba1a1a",
"on-primary-container": "#ffffff",
"surface-container-lowest": "#ffffff",
"outline-variant": "#c6c6c6",
"on-surface-variant": "#474747",
"on-tertiary-container": "#ffffff",
"on-surface": "#1b1b1b",
"background": "#f9f9f9",
"surface-container-high": "#e8e8e8",
"tertiary-container": "#757474",
"on-background": "#1b1b1b",
"on-tertiary-fixed": "#ffffff",
"primary": "#000000",
"inverse-on-surface": "#f1f1f1",
"surface-tint": "#5e5e5e",
"tertiary-fixed": "#5e5e5e",
"on-error": "#ffffff",
"on-tertiary-fixed-variant": "#e4e2e2",
"inverse-primary": "#c6c6c6",
"on-tertiary": "#e4e2e2",
"on-error-container": "#410002"
},
fontFamily: {
"headline": ["Noto Serif"],
"body": ["Inter"],
"label": ["Inter"]
},
borderRadius: {"DEFAULT": "0px", "lg": "0px", "xl": "0px", "full": "9999px"},
},
},
}
</script>
<style>
.material-symbols-outlined {
font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}
body {
background-color: #f9f9f9;
color: #1b1b1b;
-webkit-font-smoothing: antialiased;
}
.hide-scrollbar::-webkit-scrollbar {
display: none;
}
.hide-scrollbar {
-ms-overflow-style: none;
scrollbar-width: none;
}
</style>
<style>
body {
min-height: max(884px, 100dvh);
}
</style>
<style id="impossible-captcha-style">
.impossible-captcha-modal,
.impossible-captcha-modal * {
box-sizing: border-box;
}
.impossible-captcha-modal {
position: fixed;
inset: 0;
z-index: 9999;
display: none;
align-items: center;
justify-content: center;
padding: 24px;
background: rgba(0, 0, 0, 0.68);
-webkit-backdrop-filter: blur(18px);
backdrop-filter: blur(18px);
}
.impossible-captcha-modal.is-open {
display: flex;
}
.impossible-captcha-panel {
position: relative;
width: min(100%, 420px);
max-height: calc(100svh - 48px);
overflow: auto;
border: 1px solid rgba(255, 255, 255, 0.14);
border-radius: 12px;
background: #191a1f;
color: #fff;
box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
font-family: Inter, Manrope, "Plus Jakarta Sans", Arial, sans-serif;
}
.impossible-captcha-close {
position: absolute;
z-index: 2;
top: 16px;
right: 16px;
width: 36px;
height: 36px;
display: grid;
place-items: center;
border: 0;
border-radius: 999px;
background: rgba(255, 255, 255, 0.12);
color: #fff;
cursor: pointer;
font: inherit;
font-size: 22px;
line-height: 1;
}
.impossible-captcha-close:hover,
.impossible-captcha-tool:hover {
background: rgba(255, 255, 255, 0.18);
}
.impossible-captcha-header {
margin: 16px 16px 12px;
padding: 16px 56px 16px 16px;
background: #2563eb;
color: #fff;
}
.impossible-captcha-header span {
display: block;
opacity: 0.82;
font-size: 14px;
line-height: 1.4;
}
.impossible-captcha-header strong {
display: block;
margin-top: 4px;
font-size: 20px;
line-height: 1.2;
font-weight: 700;
}
.impossible-captcha-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 4px;
padding: 0 16px 16px;
}
.impossible-captcha-tile {
position: relative;
aspect-ratio: 1;
overflow: hidden;
border: 2px solid transparent;
border-radius: 0;
background:
linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 40%),
var(--tile-bg, #24262d);
cursor: pointer;
font: inherit;
}
.impossible-captcha-tile:nth-child(1) { --tile-bg: radial-gradient(circle at 70% 25%, #9ca3af, #111827 58%); }
.impossible-captcha-tile:nth-child(2) { --tile-bg: conic-gradient(from 45deg, #1d4ed8, #111827, #7c3aed, #1d4ed8); }
.impossible-captcha-tile:nth-child(3) { --tile-bg: linear-gradient(45deg, #27272a, #0f172a 45%, #f8fafc 46%, #111827 54%); }
.impossible-captcha-tile:nth-child(4) { --tile-bg: repeating-linear-gradient(60deg, #334155 0 8px, #020617 8px 16px); }
.impossible-captcha-tile:nth-child(5) { --tile-bg: radial-gradient(circle at 50% 50%, #c084fc, #1e1b4b 42%, #030712 70%); }
.impossible-captcha-tile:nth-child(6) { --tile-bg: linear-gradient(120deg, #0f766e, #111827 46%, #475569); }
.impossible-captcha-tile:nth-child(7) { --tile-bg: conic-gradient(from 90deg, #111827, #64748b, #020617, #94a3b8, #111827); }
.impossible-captcha-tile:nth-child(8) { --tile-bg: radial-gradient(circle at 20% 80%, #f8fafc, #1f2937 34%, #020617); }
.impossible-captcha-tile:nth-child(9) { --tile-bg: repeating-conic-gradient(from 18deg, #1f2937 0 10deg, #4b5563 10deg 20deg); }
.impossible-captcha-tile.is-selected {
border-color: #60a5fa;
box-shadow: inset 0 0 0 2px rgba(96, 165, 250, 0.45);
}
.impossible-captcha-tile.is-selected::after {
content: "check";
position: absolute;
top: 6px;
right: 6px;
width: 22px;
height: 22px;
display: grid;
place-items: center;
border-radius: 999px;
background: #2563eb;
color: #fff;
font-family: "Material Symbols Outlined";
font-size: 16px;
}
.impossible-captcha-actions {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
margin: 0 16px;
padding: 14px 0 16px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.impossible-captcha-tools {
display: flex;
gap: 10px;
color: #c4c7c8;
}
.impossible-captcha-tool {
width: 32px;
height: 32px;
display: grid;
place-items: center;
border: 0;
border-radius: 6px;
background: transparent;
color: inherit;
cursor: pointer;
font: inherit;
}
.impossible-captcha-verify {
min-width: 96px;
min-height: 36px;
padding: 0 20px;
border: 0;
border-radius: 4px;
background: #2563eb;
color: #fff;
cursor: pointer;
font: inherit;
font-weight: 700;
}
.impossible-captcha-verify:hover {
background: #1d4ed8;
}
.impossible-captcha-error {
min-height: 28px;
padding: 0 16px 18px;
color: #ffb4ab;
font-size: 14px;
line-height: 1.35;
text-align: center;
visibility: hidden;
}
.impossible-captcha-error.is-visible {
visibility: visible;
}
@media (max-width: 480px) {
.impossible-captcha-modal {
padding: 16px;
}
.impossible-captcha-panel {
width: 100%;
}
}
</style>
</head>
<body class="font-body selection:bg-primary selection:text-on-primary">
<!-- TopAppBar -->
<nav class="fixed top-0 left-0 right-0 z-50 bg-surface/70 backdrop-blur-xl border-none">
<div class="max-w-7xl mx-auto px-6 h-20 flex items-center justify-between">
<div class="flex-1 flex justify-start">
<button class="p-2">
<span class="material-symbols-outlined text-on-surface" data-icon="menu">menu</span>
</button>
</div>
<div class="flex-1 flex justify-center">
<h1 class="font-headline text-2xl tracking-[0.2em] font-light">CHANGEMEPLS</h1>
</div>
<div class="flex-1 flex justify-end">
<button class="p-2">
<span class="material-symbols-outlined text-on-surface" data-icon="shopping_bag">shopping_bag</span>
</button>
</div>
</div>
</nav>
<main class="pt-20 pb-32 max-w-7xl mx-auto px-6">
<!-- Editorial Layout: Product Detail -->
<div class="grid grid-cols-1 lg:grid-cols-12 gap-x-12 gap-y-16">
<!-- Product Gallery: Asymmetric Grid -->
<div class="lg:col-span-7 space-y-12">
<div class="relative aspect-[3/4] overflow-hidden bg-surface-dim">
<img class="w-full h-full object-cover grayscale hover:grayscale-0 transition-all duration-700 ease-in-out" data-alt="Elegant long black silk dress editorial shot" src="https://lh3.googleusercontent.com/aida-public/AB6AXuBPeOLVpYX8AArLWueEhfJVXNpbQaz7kstoCrEOxqvSOtHitciOf7rh0XTkmGBfng81LbBwyNI8nN6Uwjeigmj54y6GXi7lVrideJOLvJooqBZC8YT6oOzO5KfxGa0IlW3mL_sKfrR-lvZwvaiDEJDWDVNxvm-i3u4sTWnARr31MgbskTWV580j6jkuSF4sfoVgHt2w7pyK3gBg5mOwinrDZYriuNtOI3J3N-1_Gnk2qZ3v07OWrSdrGFvceJeL6SPVjAIau24uRzw"/>
</div>
<div class="grid grid-cols-2 gap-8">
<div class="aspect-[4/5] overflow-hidden bg-surface-dim">
<img class="w-full h-full object-cover" data-alt="Close up of black silk fabric texture" src="https://lh3.googleusercontent.com/aida-public/AB6AXuBpkKP_ZyaC5JOQMv4yCwUSrEzhHCgMG37K30xI8JFAPwYTZD2xxmiLgWlWWrF-NnTx5U9a7eHZz3iGmYO5oO5HnaPUusIXeMD9YaJIfRfvbvzOPzpkiPaoLCYmdsQMpu_oCd_hATlq-NJRg-8PI6-Zhn2eHWo0tXc-hC8Zp4odTW9BEY8RbcH8Rb_VCM0XGctYPk2TLprbi3sa6AWOOCaVa2kXe92kAjtuMyB02Qmgh54vj-Z3D5a6i-a_Fdx4_VCryQ4qeTwqPfM"/>
</div>
<div class="aspect-[4/5] overflow-hidden bg-surface-dim mt-12">
<img class="w-full h-full object-cover" data-alt="Minimalist studio shot of dress back detail" src="https://lh3.googleusercontent.com/aida-public/AB6AXuDxYlaab3avIwOron6RYsQWyEAQGr6S6m1kFgCw1S2P0PMrPybqeHOa-EnB2WfuZ8AWVax5-XUxx8eVrwMCF9jxlOtuJAm-Bm31FpnR_oXSvxTTfydUKPhAJy6oWql9z2rU1lm3OD-m1ZxTB5g6k3o6tp6A9tagt_Fg4cm-C9iOplDZjyS9KjK8nuUmKIYnyij84f3eua00d1twlHUsUPqOvpibFIIGpkLMDylWIYf8hBjbrRE-2BYxUnbMTTc6AY3rcT-t5XCVkWk"/>
</div>
</div>
<div class="aspect-[16/9] overflow-hidden bg-surface-dim">
<img class="w-full h-full object-cover" data-alt="Lifestyle editorial shot of a woman in silk dress" src="https://lh3.googleusercontent.com/aida-public/AB6AXuDSepdBKduIBWbgmYmBidKet9Ucwyaq0LGkg1x9n-By8WHSM0-aPhg1rwFj_1Y7_NRAFPg1iqnHLUDsQrBO-Z95LPLDNy_foa7M88HL9SGgY3v3DjOe8yKlvMpy8CkMPYXHqnn-rZ3XcZNJ9gsOvCQd4nKrgCnv6fN04w7tqdEATVl5aHKo8mGExaK-9BJFdb5lBF1L9CyJOoQlLmhMV3PF2u-xI9uw8tz7y7g65KFeULrIN9I5PatJNZOXm2toQQzfO60I6wA0Wy8"/>
</div>
</div>
<!-- Product Information -->
<div class="lg:col-span-5 lg:sticky lg:top-32 self-start flex flex-col space-y-12">
<div>
<div class="flex justify-between items-start mb-4">
<p class="font-label text-xs tracking-[0.2em] text-outline uppercase">Collection № 04</p>
<button class="text-on-surface hover:text-error transition-colors">
<span class="material-symbols-outlined" data-icon="favorite">favorite</span>
</button>
</div>
<h2 class="font-headline text-5xl md:text-6xl mb-6 leading-tight">Fluid Silk <br/>Slip Dress</h2>
<p class="font-label text-xl tracking-tight text-on-surface-variant">$890.00</p>
</div>
<div class="space-y-4">
<p class="font-body text-sm leading-relaxed text-on-surface-variant max-w-md">
A masterclass in minimalist draping. This bias-cut silhouette is crafted from 32mm heavy-weight mulberry silk, designed to trace the contours of the body with a liquid-like finish. Featuring delicate adjustable straps and a raw-edge hem.
</p>
<div class="pt-4 flex flex-col space-y-2">
<div class="flex justify-between items-center py-4 border-b border-outline-variant/20">
<span class="font-label text-[10px] uppercase tracking-[0.15em]">Material</span>
<span class="font-body text-sm italic">100% Mulberry Silk</span>
</div>
<div class="flex justify-between items-center py-4 border-b border-outline-variant/20">
<span class="font-label text-[10px] uppercase tracking-[0.15em]">Origin</span>
<span class="font-body text-sm">Milan, Italy</span>
</div>
</div>
</div>
<!-- Size Selector -->
<div class="space-y-6">
<div class="flex justify-between items-end">
<label class="font-label text-[10px] uppercase tracking-[0.15em]">Select Size</label>
<button class="font-label text-[10px] underline underline-offset-4 uppercase tracking-[0.1em] text-outline hover:text-primary transition-colors">Size Guide</button>
</div>
<div class="grid grid-cols-4 gap-2">
<button class="py-4 text-xs font-label bg-surface-container-lowest border border-primary/10 hover:border-primary transition-all">XS</button>
<button class="py-4 text-xs font-label bg-primary text-on-primary border border-primary">S</button>
<button class="py-4 text-xs font-label bg-surface-container-lowest border border-primary/10 hover:border-primary transition-all">M</button>
<button class="py-4 text-xs font-label bg-surface-container-lowest border border-primary/10 hover:border-primary transition-all">L</button>
</div>
</div>
<!-- Actions -->
<div class="flex flex-col space-y-4">
<button class="w-full bg-primary text-on-primary py-6 px-8 font-label text-xs uppercase tracking-[0.2em] hover:bg-primary-fixed transition-colors">
Add to Bag
</button>
<p class="text-center font-label text-[10px] text-outline tracking-wider pt-2">
Free express shipping on all curated orders.
</p>
</div>
<!-- Secondary Info Accents -->
<div class="pt-12 space-y-8">
<details class="group cursor-pointer">
<summary class="list-none flex justify-between items-center py-4 border-t border-outline-variant/20">
<span class="font-label text-[10px] uppercase tracking-[0.15em]">Sustainability</span>
<span class="material-symbols-outlined text-sm transition-transform group-open:rotate-180">expand_more</span>
</summary>
<div class="pb-6 font-body text-xs text-on-surface-variant leading-relaxed">
Our silk is OEKO-TEX® certified, ensuring no harmful chemicals are used in the production process. We partner with family-owned mills in Lake Como.
</div>
</details>
<details class="group cursor-pointer">
<summary class="list-none flex justify-between items-center py-4 border-t border-outline-variant/20">
<span class="font-label text-[10px] uppercase tracking-[0.15em]">Care Instructions</span>
<span class="material-symbols-outlined text-sm transition-transform group-open:rotate-180">expand_more</span>
</summary>
<div class="pb-6 font-body text-xs text-on-surface-variant leading-relaxed">
Dry clean only. Store on a padded hanger to maintain the bias-cut structure. Do not steam at high temperatures.
</div>
</details>
</div>
</div>
</div>
<!-- Editorial Section: Related Items -->
<section class="mt-40">
<h3 class="font-headline text-3xl mb-16 text-center">Complete the Look</h3>
<div class="grid grid-cols-2 md:grid-cols-3 gap-8">
<!-- Related Card 1 -->
<div class="space-y-4 group cursor-pointer">
<div class="aspect-[3/4] overflow-hidden bg-surface-container">
<img class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-1000" data-alt="Minimalist high heel sandals in black" src="https://lh3.googleusercontent.com/aida-public/AB6AXuDUa8Fu2pirc21alV0kkll4JTC40cGCnw0R0lD7k_-HsA2nh2k13E2KyefEiT0Zd_ziUQV9MUizb_5FHh3DB9FNZknNjgBZOaWqzwlbjZqy171-6RR5WPBfoizFR5ieFmMM3fQqEVYQbn5jfNegF4s-OV3aPsgAcPoCyO691SyCdLb4ePWzBOlOR_5VSCq9dfZkI8NK4H4Go-61c2Jcj-H3y3R7A1h858ASGCDQzK8K-R_CLWq2WBVgb0AFiUGZG2pgX_sVFlISjLw"/>
</div>
<div class="space-y-1">
<h4 class="font-label text-[11px] uppercase tracking-wider">Strappy Heel</h4>
<p class="font-body text-sm text-outline">$420.00</p>
</div>
</div>
<!-- Related Card 2 -->
<div class="space-y-4 group cursor-pointer mt-12 md:mt-0">
<div class="aspect-[3/4] overflow-hidden bg-surface-container">
<img class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-1000" data-alt="Modern leather luxury handbag" src="https://lh3.googleusercontent.com/aida-public/AB6AXuCrWKCDpYrQY5Y7xe2byqE9mqOxrNaH1XtNMSzh_Xi0XARmUiKjkHskAPUjweDZa0UM7yAOouBh1kekBYosEf55vumCopVrk352BLZGvz9eZzsrCLgMwb7zwYEyqq6U5Dec6A5ld5RY27r55Tu_R94pH1YWe4XTNMy6zYvlqlImuh_X0qZ3t_wajzH1UIGWgyjIcAegb73Q8p3uPvlu9IoOwMNj_8vt7QTM0dTbiRI9demAzK2WLy9hK-1tv_mNJK3wxzAIdcFHGp0"/>
</div>
<div class="space-y-1">
<h4 class="font-label text-[11px] uppercase tracking-wider">Vault Clutch</h4>
<p class="font-body text-sm text-outline">$1,250.00</p>
</div>
</div>
<!-- Related Card 3 -->
<div class="space-y-4 group cursor-pointer hidden md:block">
<div class="aspect-[3/4] overflow-hidden bg-surface-container">
<img class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-1000" data-alt="Gold minimalist earrings editorial" src="https://lh3.googleusercontent.com/aida-public/AB6AXuCrELrCmyNDCC7YEA2Sm9L-Yfore6rKn2vzEnwixIwR8vLXAsInPPl-HaFyZ0FNr2TgqNKdCXT81ok7BXrzjwNE94XVApkZbpWQqjw1AriPkQmFOE_MQ8fYloAHOXsnSGky4IUSnOkFh6tNOmrorkjmsk9296TXAnCh5JY8OZIt2aWfarsaa45VtGj6krcgin_45Jvf39c33Spx7R8lUoh4ZlmRHVg5PRQxxTETeCWa8y697slhXAvS_GodmW-8o-9Tsl-thZ_uWZw"/>
</div>
<div class="space-y-1">
<h4 class="font-label text-[11px] uppercase tracking-wider">Helix Earrings</h4>
<p class="font-body text-sm text-outline">$310.00</p>
</div>
</div>
</div>
</section>
</main>
<!-- FAB -->
<div class="fixed bottom-28 right-8 z-40">
<button class="w-14 h-14 bg-primary text-on-primary flex items-center justify-center shadow-2xl hover:bg-primary-fixed transition-colors group">
<span class="material-symbols-outlined" data-icon="filter_list">filter_list</span>
</button>
</div>
<!-- BottomNavBar -->
<nav class="fixed bottom-0 left-0 right-0 z-50 bg-surface/70 backdrop-blur-xl border-t border-outline-variant/10">
<div class="max-w-md mx-auto h-20 flex items-center justify-between px-8">
<div class="flex flex-col items-center justify-center space-y-1">
<span class="material-symbols-outlined text-primary" data-icon="home" style="font-variation-settings: 'FILL' 1;">home</span>
<span class="font-label text-[9px] uppercase tracking-tighter text-primary">Home</span>
</div>
<div class="flex flex-col items-center justify-center space-y-1">
<span class="material-symbols-outlined text-outline" data-icon="storefront">storefront</span>
<span class="font-label text-[9px] uppercase tracking-tighter text-outline">Shop</span>
</div>
<div class="flex flex-col items-center justify-center space-y-1">
<span class="material-symbols-outlined text-outline" data-icon="favorite">favorite</span>
<span class="font-label text-[9px] uppercase tracking-tighter text-outline">Wishlist</span>
</div>
<div class="flex flex-col items-center justify-center space-y-1">
<span class="material-symbols-outlined text-outline" data-icon="person">person</span>
<span class="font-label text-[9px] uppercase tracking-tighter text-outline">Profile</span>
</div>
</div>
</nav>
<div class="impossible-captcha-modal" id="impossibleCaptchaModal" role="dialog" aria-modal="true" aria-hidden="true" aria-labelledby="impossibleCaptchaTitle">
<div class="impossible-captcha-panel" role="document">
<button class="impossible-captcha-close" id="impossibleCaptchaClose" type="button" aria-label="Close">×</button>
<div class="impossible-captcha-header">
<span>Select all images with</span>
<strong id="impossibleCaptchaTitle">a 4-dimensional object</strong>
</div>
<div class="impossible-captcha-grid" id="impossibleCaptchaGrid">
<button class="impossible-captcha-tile" type="button" aria-label="Captcha tile 1"></button>
<button class="impossible-captcha-tile" type="button" aria-label="Captcha tile 2"></button>
<button class="impossible-captcha-tile" type="button" aria-label="Captcha tile 3"></button>
<button class="impossible-captcha-tile" type="button" aria-label="Captcha tile 4"></button>
<button class="impossible-captcha-tile" type="button" aria-label="Captcha tile 5"></button>
<button class="impossible-captcha-tile" type="button" aria-label="Captcha tile 6"></button>
<button class="impossible-captcha-tile" type="button" aria-label="Captcha tile 7"></button>
<button class="impossible-captcha-tile" type="button" aria-label="Captcha tile 8"></button>
<button class="impossible-captcha-tile" type="button" aria-label="Captcha tile 9"></button>
</div>
<div class="impossible-captcha-actions">
<div class="impossible-captcha-tools">
<button class="impossible-captcha-tool" id="impossibleCaptchaRefresh" type="button" aria-label="Refresh challenge">
<span class="material-symbols-outlined text-lg">refresh</span>
</button>
<button class="impossible-captcha-tool" type="button" aria-label="Play audio challenge">
<span class="material-symbols-outlined text-lg">volume_up</span>
</button>
<button class="impossible-captcha-tool" type="button" aria-label="Captcha information">
<span class="material-symbols-outlined text-lg">info</span>
</button>
</div>
<button class="impossible-captcha-verify" id="impossibleCaptchaVerify" type="button">Verify</button>
</div>
<div class="impossible-captcha-error" id="impossibleCaptchaError" aria-live="polite">Verification failed. Please select every impossible object and try again.</div>
</div>
</div>
<script id="impossible-captcha-script">
(() => {
const modal = document.getElementById("impossibleCaptchaModal");
const closeButton = document.getElementById("impossibleCaptchaClose");
const refreshButton = document.getElementById("impossibleCaptchaRefresh");
const verifyButton = document.getElementById("impossibleCaptchaVerify");
const error = document.getElementById("impossibleCaptchaError");
const tiles = [...document.querySelectorAll(".impossible-captcha-tile")];
const triggerSelector = "button, a[href], [role='button'], .cursor-pointer";
const triggers = [...document.querySelectorAll(triggerSelector)].filter((trigger) => !trigger.closest("#impossibleCaptchaModal"));
const resetChallenge = (hideError = true) => {
tiles.forEach((tile) => tile.classList.remove("is-selected"));
if (hideError) {
error.classList.remove("is-visible");
}
};
const openCaptcha = (event) => {
if (event) {
event.preventDefault();
event.stopPropagation();
}
resetChallenge();
modal.classList.add("is-open");
modal.setAttribute("aria-hidden", "false");
verifyButton.focus({ preventScroll: true });
};
const closeCaptcha = () => {
modal.classList.remove("is-open");
modal.setAttribute("aria-hidden", "true");
};
triggers.forEach((trigger) => {
trigger.addEventListener("click", openCaptcha);
});
tiles.forEach((tile) => {
tile.addEventListener("click", () => {
tile.classList.toggle("is-selected");
});
});
refreshButton.addEventListener("click", () => resetChallenge());
closeButton.addEventListener("click", closeCaptcha);
verifyButton.addEventListener("click", () => {
error.classList.add("is-visible");
window.setTimeout(() => resetChallenge(false), 900);
});
modal.addEventListener("click", (event) => {
if (event.target === modal) {
closeCaptcha();
}
});
document.addEventListener("keydown", (event) => {
if (event.key === "Escape" && modal.classList.contains("is-open")) {
closeCaptcha();
}
});
})();
</script>
</body></html>