-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproduct.html
More file actions
418 lines (416 loc) · 24.8 KB
/
Copy pathproduct.html
File metadata and controls
418 lines (416 loc) · 24.8 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
<!DOCTYPE html>
<html class="light" lang="en"><head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<link href="https://fonts.googleapis.com" rel="preconnect"/>
<link crossorigin="" href="https://fonts.gstatic.com" rel="preconnect"/>
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Be+Vietnam+Pro:wght@300;400;500;600;700&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 src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
<script id="tailwind-config">
tailwind.config = {
darkMode: "class",
theme: {
extend: {
"colors": {
"on-primary-fixed-variant": "#512800",
"on-background": "#452800",
"secondary-container": "#ffc78a",
"surface-variant": "#ffd6ab",
"on-primary-fixed": "#180800",
"primary-fixed": "#fd8b00",
"on-tertiary-container": "#3a5f00",
"tertiary-fixed": "#b1fe4d",
"error-dim": "#b92902",
"on-tertiary-fixed-variant": "#416a00",
"tertiary": "#3f6600",
"on-primary-container": "#442100",
"secondary": "#835000",
"error-container": "#f95630",
"error": "#b02500",
"primary-container": "#fd8b00",
"on-secondary-container": "#683e00",
"tertiary-fixed-dim": "#a4ef3f",
"on-tertiary-fixed": "#2d4b00",
"primary-fixed-dim": "#ea8000",
"surface-tint": "#8c4a00",
"on-secondary-fixed-variant": "#744600",
"surface-container": "#ffe4c9",
"outline-variant": "#d4a46f",
"surface-container-low": "#ffeedf",
"on-error": "#ffefec",
"surface": "#fff5ed",
"on-surface": "#452800",
"on-secondary-fixed": "#4d2d00",
"surface-dim": "#ffcb93",
"surface-bright": "#fff5ed",
"inverse-surface": "#190b00",
"on-tertiary": "#daffa9",
"primary-dim": "#7b4000",
"surface-container-lowest": "#ffffff",
"on-primary": "#fff0e7",
"primary": "#8c4a00",
"tertiary-container": "#b1fe4d",
"secondary-fixed": "#ffc78a",
"inverse-on-surface": "#c29461",
"on-error-container": "#520c00",
"outline": "#986f3f",
"tertiary-dim": "#365900",
"on-surface-variant": "#7a5426",
"secondary-fixed-dim": "#ffb55c",
"inverse-primary": "#fd8b00",
"on-secondary": "#fff0e4",
"background": "#fff5ed",
"surface-container-high": "#ffddba",
"surface-container-highest": "#ffd6ab",
"secondary-dim": "#734500",
"darkMode": {
"background": "#0a0e14",
"surface": "#0f1419",
"surface-container-low": "#1a1f26",
"surface-container": "#2c3340",
"surface-container-high": "#37424e",
"on-background": "#e8e1d6",
"on-surface": "#e8e1d6",
"on-surface-variant": "#c9bfb0",
"primary": "#ffa726",
"secondary": "#744500",
"tertiary": "#5a8000",
"on-primary": "#261100",
"on-secondary": "#f5f1e8",
"on-tertiary": "#fff5e1"
}
},
"borderRadius": {
"DEFAULT": "1rem",
"lg": "2rem",
"xl": "3rem",
"full": "9999px"
},
"fontFamily": {
"headline": ["Plus Jakarta Sans"],
"body": ["Be Vietnam Pro"],
"label": ["Be Vietnam Pro"]
}
},
},
}
</script>
<style>
.material-symbols-outlined {
font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.condensed-text { letter-spacing: -0.02em; }
.glass-panel {
background: rgba(255, 245, 237, 0.4);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
}
</style>
</head>
<body class="bg-surface dark:bg-[#0a0e14] font-body text-on-surface dark:text-[#e8e1d6]">
<script>
function toggleDarkMode() {
document.documentElement.classList.toggle('dark');
localStorage.setItem('darkMode', document.documentElement.classList.contains('dark'));
}
// Apply saved preference on page load
if (localStorage.getItem('darkMode') === 'true') {
document.documentElement.classList.add('dark');
}
</script>
<!-- TopNavBar -->
<nav class="sticky top-0 w-full z-50 bg-[#fff5ed]/80 dark:bg-stone-950/80 backdrop-blur-md shadow-[0_20px_50px_rgba(69,40,0,0.06)]">
<div class="flex justify-between items-center px-8 py-6 max-w-screen-2xl mx-auto">
<div class="text-3xl font-black text-[#452800] dark:text-[#fff5ed] tracking-tighter font-headline">Spiked</div>
<div class="hidden md:flex items-center gap-10 font-headline font-bold tracking-tight">
<a class="text-[#452800]/60 dark:text-[#fff5ed]/60 hover:text-[#8c4a00] hover:scale-105 transition-transform duration-300 ease-out" href="/">Home</a>
<a class="text-[#452800]/60 dark:text-[#fff5ed]/60 hover:text-[#8c4a00] hover:scale-105 transition-transform duration-300 ease-out" href="/catalog/">Catalog</a>
<a class="text-[#452800]/60 dark:text-[#fff5ed]/60 hover:text-[#8c4a00] hover:scale-105 transition-transform duration-300 ease-out" href="/about/">About</a>
</div>
<div class="flex items-center gap-4">
<button class="hover:scale-105 transition-transform duration-300 ease-out active:scale-95 text-[#8c4a00] dark:text-[#fd8b00]">
<span class="material-symbols-outlined">shopping_cart</span>
</button>
<button id="dark-mode-toggle" class="text-[#8c4a00] dark:text-[#fd8b00] hover:scale-105 transition-transform duration-300 ease-out active:scale-95" onclick="toggleDarkMode()">
<span class="material-symbols-outlined">dark_mode</span>
</button>
</div>
</div>
</nav>
<main class="max-w-screen-2xl mx-auto px-8 py-12 lg:py-20">
<!-- Hero Section: Intentional Asymmetry -->
<section class="grid grid-cols-1 lg:grid-cols-12 gap-12 items-center mb-32">
<div class="lg:col-span-7 relative group">
<div class="absolute -top-12 -left-12 w-64 h-64 bg-tertiary-fixed/30 rounded-full blur-3xl"></div>
<div class="relative rounded-xl overflow-visible aspect-square lg:aspect-[4/5] flex items-center justify-center bg-surface-container-low">
<img alt="Zesty Orange Juice" class="w-full h-full object-contain transform group-hover:scale-105 transition-transform duration-700 ease-out z-10" data-alt="A sleek glass bottle of vibrant orange juice surrounded by high-speed liquid splashes and suspended fresh orange slices on a warm sunlit background" src="https://lh3.googleusercontent.com/aida-public/AB6AXuClZ_riDDUmsuAPryBAo19dMEH_uRb_3UAd8FlWrH970gKJjlEL-mdszm2GeNSx4dTGCQOJ29boORLhCYQBxPJFGOz6_UjdYgufG6uOpGBhfrjZ8ppsmlEMPc1EjOfhU6kP0emYzMI4jR7JCev4QyVOS0sYi3Ed02ENteYCQnySneULNuEqKqXNHfABxGlqC5A2CbuODuH65_ESbWxnFyzL833Qdgnb_NYRC4JB-bV0Yld7iOBz_7lyWhIPvESR3-xWtNwqM3DmUOA"/>
<!-- Spilled Imagery Effect -->
<div class="absolute -bottom-10 -right-10 w-48 h-48 lg:w-64 lg:h-64 z-20 pointer-events-none">
<img alt="Orange slice splash" class="w-full h-full object-contain" data-alt="Close-up of a fresh orange slice hitting a surface with a dynamic water splash and droplets flying into the air" src="https://lh3.googleusercontent.com/aida-public/AB6AXuBQ9-l3iHs2lJZNRcNIFxcU24b5UTTN_B-UCkkx2Se6lNJnsV4Bbq_F-0gVcxbAq74rkDUUSmKXNL5mTJivdWydi42PkQB4TiPO_m7RPTyxda32Z5B5Safz9hTogpCqTuHKsGioyPbvyDNjbxXZN4EkCwMPOXHmB9iyNSZ_5ZQI_UMEixUlaJxxlIVEL_lyR73h9OCZOkfET1HgTHZbyF2bnfHHKPZavTaIShVHvyJVj3nUN-Xg_DfzbxoJGOYNn0bIU4AEmHd9oxw"/>
</div>
</div>
</div>
<div class="lg:col-span-5 flex flex-col gap-8">
<div>
<span class="font-label text-sm uppercase tracking-widest text-tertiary font-bold mb-2 block">Premium Cold-Pressed</span>
<h1 class="font-headline text-7xl lg:text-8xl font-extrabold text-on-surface condensed-text leading-none mb-4">Zesty Orange</h1>
<p class="text-on-surface-variant text-lg max-w-md">Our signature sunrise squeeze. A curated blend of Valencia and Blood oranges for a complex, sun-drenched finish.</p>
</div>
<div class="flex items-end gap-4">
<span class="font-headline text-5xl font-black text-on-surface">$8.50</span>
<span class="font-label text-on-surface-variant mb-1">Per 500ml Bottle</span>
</div>
<div class="flex flex-col gap-6">
<div class="flex items-center gap-4">
<div class="flex items-center bg-surface-container-highest rounded-full px-6 py-3">
<button class="w-8 h-8 flex items-center justify-center text-primary font-bold hover:scale-125 transition-transform">-</button>
<span class="w-12 text-center font-headline font-bold text-xl">1</span>
<button class="w-8 h-8 flex items-center justify-center text-primary font-bold hover:scale-125 transition-transform">+</button>
</div>
<button class="flex-1 h-16 rounded-full bg-gradient-to-r from-primary to-primary-container text-on-primary font-headline font-extrabold text-xl shadow-lg hover:scale-[1.02] transition-all active:scale-95 flex items-center justify-center gap-3">
Add to Cart
<span class="material-symbols-outlined">shopping_basket</span>
</button>
</div>
<div class="grid grid-cols-2 gap-4">
<div class="bg-surface-container-low p-4 rounded-lg flex flex-col gap-2">
<span class="material-symbols-outlined text-tertiary">eco</span>
<span class="text-xs font-label uppercase tracking-tighter font-bold">100% Organic</span>
</div>
<div class="bg-surface-container-low p-4 rounded-lg flex flex-col gap-2">
<span class="material-symbols-outlined text-tertiary">bolt</span>
<span class="text-xs font-label uppercase tracking-tighter font-bold">Zero Added Sugar</span>
</div>
</div>
</div>
</div>
</section>
<!-- Bento Grid: Flavor & Nutrition -->
<section class="grid grid-cols-1 md:grid-cols-3 gap-8 mb-32">
<!-- Flavor Profile Card -->
<div class="md:col-span-2 bg-surface-container-low rounded-xl p-10 flex flex-col justify-between overflow-hidden relative">
<div class="relative z-10">
<h2 class="font-headline text-4xl font-bold mb-8">Flavor Profile</h2>
<div class="space-y-10">
<div class="space-y-4">
<div class="flex justify-between font-label text-sm font-bold uppercase tracking-widest">
<span>Sweetness</span>
<span class="text-tertiary">Subtle</span>
</div>
<div class="h-1.5 w-full bg-surface-container-highest rounded-full overflow-hidden">
<div class="h-full w-1/3 bg-tertiary-fixed rounded-full shadow-[0_0_15px_rgba(177,254,77,0.5)]"></div>
</div>
</div>
<div class="space-y-4">
<div class="flex justify-between font-label text-sm font-bold uppercase tracking-widest">
<span>Tanginess</span>
<span class="text-primary-fixed">Intense</span>
</div>
<div class="h-1.5 w-full bg-surface-container-highest rounded-full overflow-hidden">
<div class="h-full w-5/6 bg-primary-fixed rounded-full shadow-[0_0_15px_rgba(253,139,0,0.5)]"></div>
</div>
</div>
<div class="space-y-4">
<div class="flex justify-between font-label text-sm font-bold uppercase tracking-widest">
<span>Boldness</span>
<span class="text-primary">Full Body</span>
</div>
<div class="h-1.5 w-full bg-surface-container-highest rounded-full overflow-hidden">
<div class="h-full w-3/4 bg-primary rounded-full shadow-[0_0_15px_rgba(140,74,0,0.3)]"></div>
</div>
</div>
</div>
</div>
<!-- Abstract Texture -->
<div class="absolute -right-20 -bottom-20 w-80 h-80 opacity-20 pointer-events-none">
<svg viewbox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<path d="M47.7,-63.2C61.3,-53.3,71.5,-38.1,75.3,-21.9C79.1,-5.7,76.5,11.5,69.5,27.1C62.5,42.7,51,56.7,36.5,64.2C22,71.7,4.5,72.7,-13.7,68.9C-31.9,65.1,-50.8,56.5,-61.8,42.4C-72.8,28.3,-75.9,8.7,-71.4,-8.7C-66.9,-26.1,-54.8,-41.3,-41.2,-51.2C-27.6,-61.1,-12.5,-65.7,3.1,-69.4C18.7,-73.1,34.1,-73.1,47.7,-63.2Z" fill="#fd8b00" transform="translate(100 100)"></path>
</svg>
</div>
</div>
<!-- What's Inside Card -->
<div class="bg-primary-container rounded-xl p-10 text-on-primary-container relative overflow-hidden group">
<h2 class="font-headline text-3xl font-bold mb-8">What's Inside</h2>
<ul class="space-y-6 relative z-10">
<li class="flex items-center gap-4">
<div class="w-12 h-12 rounded-full bg-on-primary-container/10 flex items-center justify-center">
<span class="material-symbols-outlined">restaurant</span>
</div>
<div>
<p class="font-bold text-xl leading-none">120</p>
<p class="text-sm font-label uppercase opacity-80 tracking-widest">Calories</p>
</div>
</li>
<li class="flex items-center gap-4">
<div class="w-12 h-12 rounded-full bg-on-primary-container/10 flex items-center justify-center">
<span class="material-symbols-outlined">nutrition</span>
</div>
<div>
<p class="font-bold text-xl leading-none">28g</p>
<p class="text-sm font-label uppercase opacity-80 tracking-widest">Vitamin C</p>
</div>
</li>
<li class="flex items-center gap-4">
<div class="w-12 h-12 rounded-full bg-on-primary-container/10 flex items-center justify-center">
<span class="material-symbols-outlined">water_drop</span>
</div>
<div>
<p class="font-bold text-xl leading-none">100%</p>
<p class="text-sm font-label uppercase opacity-80 tracking-widest">Pure Juice</p>
</div>
</li>
<li class="flex items-center gap-4">
<div class="w-12 h-12 rounded-full bg-on-primary-container/10 flex items-center justify-center">
<span class="material-symbols-outlined">psychiatry</span>
</div>
<div>
<p class="font-bold text-xl leading-none">3</p>
<p class="text-sm font-label uppercase opacity-80 tracking-widest">Real Oranges</p>
</div>
</li>
</ul>
<div class="absolute inset-0 bg-gradient-to-br from-transparent to-black/10 opacity-0 group-hover:opacity-100 transition-opacity pointer-events-none"></div>
</div>
</section>
<!-- Customer Reviews: Glassmorphism Style -->
<section class="mb-32">
<div class="flex justify-between items-end mb-12">
<div>
<h2 class="font-headline text-5xl font-extrabold mb-4 condensed-text">Squeezed Reviews</h2>
<div class="flex items-center gap-2">
<div class="flex text-primary-fixed">
<span class="material-symbols-outlined" style="font-variation-settings: 'FILL' 1;">star</span>
<span class="material-symbols-outlined" style="font-variation-settings: 'FILL' 1;">star</span>
<span class="material-symbols-outlined" style="font-variation-settings: 'FILL' 1;">star</span>
<span class="material-symbols-outlined" style="font-variation-settings: 'FILL' 1;">star</span>
<span class="material-symbols-outlined" style="font-variation-settings: 'FILL' 1;">star_half</span>
</div>
<span class="font-bold text-lg">4.9</span>
<span class="text-on-surface-variant font-label text-sm uppercase ml-2">(1,240 Reviews)</span>
</div>
</div>
<button class="bg-surface-container-highest px-8 py-4 rounded-full font-headline font-bold hover:bg-surface-container-high transition-colors">Write a Review</button>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- Review Card 1 -->
<div class="glass-panel p-8 rounded-lg border-outline-variant/10 border flex flex-col gap-4">
<div class="flex justify-between">
<div class="font-headline font-bold">Sarah M.</div>
<div class="flex text-primary-fixed text-sm">
<span class="material-symbols-outlined" style="font-variation-settings: 'FILL' 1;">star</span>
<span class="material-symbols-outlined" style="font-variation-settings: 'FILL' 1;">star</span>
<span class="material-symbols-outlined" style="font-variation-settings: 'FILL' 1;">star</span>
<span class="material-symbols-outlined" style="font-variation-settings: 'FILL' 1;">star</span>
<span class="material-symbols-outlined" style="font-variation-settings: 'FILL' 1;">star</span>
</div>
</div>
<p class="text-on-surface-variant italic">"The most refreshing orange juice I've ever had. You can actually taste the different types of oranges in the blend. The zest is real!"</p>
</div>
<!-- Review Card 2 -->
<div class="glass-panel p-8 rounded-lg border-outline-variant/10 border flex flex-col gap-4">
<div class="flex justify-between">
<div class="font-headline font-bold">James L.</div>
<div class="flex text-primary-fixed text-sm">
<span class="material-symbols-outlined" style="font-variation-settings: 'FILL' 1;">star</span>
<span class="material-symbols-outlined" style="font-variation-settings: 'FILL' 1;">star</span>
<span class="material-symbols-outlined" style="font-variation-settings: 'FILL' 1;">star</span>
<span class="material-symbols-outlined" style="font-variation-settings: 'FILL' 1;">star</span>
<span class="material-symbols-outlined" style="font-variation-settings: 'FILL' 0;">star</span>
</div>
</div>
<p class="text-on-surface-variant italic">"Perfect balance of tart and sweet. My kids love it too. I just wish the subscription came in larger bottle packs!"</p>
</div>
<!-- Review Card 3 -->
<div class="glass-panel p-8 rounded-lg border-outline-variant/10 border flex flex-col gap-4">
<div class="flex justify-between">
<div class="font-headline font-bold">Elena R.</div>
<div class="flex text-primary-fixed text-sm">
<span class="material-symbols-outlined" style="font-variation-settings: 'FILL' 1;">star</span>
<span class="material-symbols-outlined" style="font-variation-settings: 'FILL' 1;">star</span>
<span class="material-symbols-outlined" style="font-variation-settings: 'FILL' 1;">star</span>
<span class="material-symbols-outlined" style="font-variation-settings: 'FILL' 1;">star</span>
<span class="material-symbols-outlined" style="font-variation-settings: 'FILL' 1;">star</span>
</div>
</div>
<p class="text-on-surface-variant italic">"The texture is so smooth yet it feels hearty. It's the highlight of my morning routine. Highly recommended."</p>
</div>
</div>
</section>
<!-- Related Products Carousel -->
<section class="mb-20">
<h2 class="font-headline text-4xl font-bold mb-10 condensed-text">Other Squeezes You'll Love</h2>
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-8">
<!-- Product 1 -->
<div class="group cursor-pointer">
<div class="relative rounded-lg aspect-[3/4] bg-surface-container-low overflow-hidden mb-4">
<img alt="Lime Punch" class="w-full h-full object-cover group-hover:scale-110 transition-transform duration-500" data-alt="A cold glass bottle of neon green lime juice with condensation and fresh lime zest floating in liquid" src="https://lh3.googleusercontent.com/aida-public/AB6AXuDn6tcpj1-rrSHE5jc8rPsr_WczRov46AQ2CqK01dkLnG2f5d_9IZZ2lyncs-KbW7Gyo5S8xcb4EllfBmk1BwkhUNWy-V4v526WE3-hKmpHo6ysqzAj0qQHZ2EuYzzqipUh-gKrYku1KlB7D042cOwNHC8P988OYdDEGFiVB674-BFEAIv1NeR40ceFWtpUwzUQ_HPa4gK1iDu6a3v_Z9zlLOM_4jdZCBgWCOsbDUGGDLfc_-4tZ6KCfD5qnkR3vAjKgbDGb0F7hQ"/>
<div class="absolute top-4 right-4 bg-tertiary-container px-3 py-1 rounded-full font-label text-[10px] font-black uppercase tracking-widest text-on-tertiary-container">Zesty</div>
</div>
<h3 class="font-headline font-bold text-xl mb-1">Lime Punch</h3>
<p class="text-primary font-black">$7.50</p>
</div>
<!-- Product 2 -->
<div class="group cursor-pointer">
<div class="relative rounded-lg aspect-[3/4] bg-surface-container-low overflow-hidden mb-4">
<img alt="Beet Splash" class="w-full h-full object-cover group-hover:scale-110 transition-transform duration-500" data-alt="Rich deep purple-red beet juice in a designer glass bottle against a dark warm background with splash effects" src="https://lh3.googleusercontent.com/aida-public/AB6AXuBYfT65hFAzF9Mj2RXYrNiLIou0PDUcgdCufWctDVesmMBiB_l-gJl_uJBFUv20TNdbNnwUB4S77rMeXlA4WYY0EaPqplEEHUbLCojnRR_7nlWd_kMdGf4pT4aH060HYUJnGon9A90w_2-dU8LsVokGAOZyZRJqt5mt6BQEEt4sLqYo7VCKn7ymVES4ozQqqWacYQCghOH2gWIYRcZ-Ojt-nhtIcAwnSDtmM9ucUO78MBzXDih8uJMXH4c5z3ozPqFT6hDj2_7TYKU"/>
<div class="absolute top-4 right-4 bg-error-container px-3 py-1 rounded-full font-label text-[10px] font-black uppercase tracking-widest text-white">Earthbound</div>
</div>
<h3 class="font-headline font-bold text-xl mb-1">Beet Splash</h3>
<p class="text-primary font-black">$9.00</p>
</div>
<!-- Product 3 -->
<div class="group cursor-pointer">
<div class="relative rounded-lg aspect-[3/4] bg-surface-container-low overflow-hidden mb-4">
<img alt="Ginger Kick" class="w-full h-full object-cover group-hover:scale-110 transition-transform duration-500" data-alt="Spicy ginger and turmeric juice in a bottle with swirling sediment and bright yellow tones" src="https://lh3.googleusercontent.com/aida-public/AB6AXuCS5nei2rqlzSFjKv6PlehOPpSzgKtNARs8b9d3paPaGonXaSsG679gfqW1rkza5-fXiMD9hJ2tPHCIICwJUuNEOJHibf3snN0uKj_-1Wp8vQxMY3QDADTI8FO7UqDgKsK-5XAw6KKlh_s-02bFdN2NdouYanZ5J_IURjSLh903rIwZ3sdjScyKMAN2gtQ4Tg7_36RDnb-mNVQaQZsFc1BhsaltitHGrIS-mTxvzlJCyjdf5CKhV8K0KjN_7V0ghygg4W5PFLx7zT0"/>
<div class="absolute top-4 right-4 bg-primary-container px-3 py-1 rounded-full font-label text-[10px] font-black uppercase tracking-widest text-on-primary-container">Spicy</div>
</div>
<h3 class="font-headline font-bold text-xl mb-1">Ginger Kick</h3>
<p class="text-primary font-black">$8.00</p>
</div>
<!-- Product 4 -->
<div class="group cursor-pointer">
<div class="relative rounded-lg aspect-[3/4] bg-surface-container-low overflow-hidden mb-4">
<img alt="Watermelon Cool" class="w-full h-full object-cover group-hover:scale-110 transition-transform duration-500" data-alt="Vibrant pink watermelon juice with tiny air bubbles and fresh mint leaves visible inside the bottle" src="https://lh3.googleusercontent.com/aida-public/AB6AXuCwXnZb_leH1oyrB8YS2i3ATqq-Hj9coKaB-suqCmF5W_D5BrZBM5qQVE7sBv6d0LDetFIaHQDHygFaFQis2N0Mzx9Ai0QbsMEgBggiVoJXr2jLxqOc4_dpkmhhc_nR4QsA4tILewnfDKWsPoPwZac8ngZxbxJDEbPxh7jT4HKgEx36Cp8WH3-WClzjQgEgLOi8aQ9dn9aGdkKjDY0HaXF2Oxgm8Q235UMePZW9P7r_FP_96DAgNe6r3SnBFfltbesx7NBOvGH0UFA"/>
</div>
<h3 class="font-headline font-bold text-xl mb-1">Watermelon Cool</h3>
<p class="text-primary font-black">$7.00</p>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="w-full rounded-t-[3rem] mt-20 bg-[#ffeedf] dark:bg-stone-900">
<div class="grid grid-cols-1 md:grid-cols-3 gap-12 px-12 py-20 max-w-screen-2xl mx-auto">
<div class="flex flex-col">
<div class="text-4xl font-black text-[#452800] dark:text-[#fff5ed] mb-4 font-headline tracking-tighter">Spiked</div>
<p class="text-[#452800]/80 dark:text-[#fff5ed]/80 max-w-xs mb-8">The Mub Squeeze. Bringing life to your morning, one cold-pressed drop at a time.</p>
<div class="flex gap-4">
<a class="w-10 h-10 rounded-full bg-surface-container-highest flex items-center justify-center hover:scale-110 transition-transform" href="#"><span class="material-symbols-outlined text-sm">alternate_email</span></a>
<a class="w-10 h-10 rounded-full bg-surface-container-highest flex items-center justify-center hover:scale-110 transition-transform" href="#"><span class="material-symbols-outlined text-sm">share</span></a>
</div>
</div>
<div class="grid grid-cols-2 gap-4 font-label text-sm uppercase tracking-widest">
<div class="flex flex-col gap-4">
<a class="text-[#452800]/80 dark:text-[#fff5ed]/80 hover:text-[#fd8b00] hover:translate-x-1 transition-all" href="/catalog/">Shop All</a>
<a class="text-[#452800]/80 dark:text-[#fff5ed]/80 hover:text-[#fd8b00] hover:translate-x-1 transition-all" href="/about/">Our Story</a>
<a class="text-[#452800]/80 dark:text-[#fff5ed]/80 hover:text-[#fd8b00] hover:translate-x-1 transition-all" href="/about/">Sustainability</a>
</div>
<div class="flex flex-col gap-4">
<a class="text-[#452800]/80 dark:text-[#fff5ed]/80 hover:text-[#fd8b00] hover:translate-x-1 transition-all" href="#">Press</a>
<a class="text-[#452800]/80 dark:text-[#fff5ed]/80 hover:text-[#fd8b00] hover:translate-x-1 transition-all" href="#">Instagram</a>
<a class="text-[#452800]/80 dark:text-[#fff5ed]/80 hover:text-[#fd8b00] hover:translate-x-1 transition-all" href="#">TikTok</a>
</div>
</div>
<div class="flex flex-col gap-6">
<p class="font-headline font-bold text-[#8c4a00] uppercase tracking-widest text-xs">Join The Zest List</p>
<div class="relative">
<input class="w-full bg-surface-container-highest border-none rounded-md px-6 py-4 focus:ring-2 focus:ring-primary/20 font-label text-sm" placeholder="YOUR EMAIL" type="email"/>
<button class="absolute right-2 top-2 bottom-2 bg-primary text-on-primary px-4 rounded-md font-bold text-xs uppercase tracking-widest hover:scale-105 transition-transform">Submit</button>
</div>
<p class="text-[10px] text-[#452800]/60 uppercase tracking-widest">© 2024 Spiked. The Mub Squeeze. All Rights Reserved.</p>
</div>
</div>
</footer>
</body></html>