-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathblush.html
More file actions
687 lines (635 loc) · 33.4 KB
/
blush.html
File metadata and controls
687 lines (635 loc) · 33.4 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
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Love care</title>
<script src="https://cdn.tailwindcss.com?plugins=forms"></script>
<link rel="icon" href="../Image/TechGo.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<script>
tailwind.config = {
darkMode: 'class',
theme: {
extend: {
colors: {
primary: '#2563eb',
secondary: '#7c3aed',
accent: '#db2777',
dark: '#0f172a',
light: '#f8fafc',
soft: '#f1f5f9'
},
transitionProperty: {
'colors': 'background-color, border-color, color'
},
keyframes: {
'accordion': {
'0%': { maxHeight: '0' },
'100%': { maxHeight: '500px' }
}
},
animation: {
'accordion': 'accordion 0.3s ease-out'
}
}
}
}
</script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Inter', sans-serif;
}
</style>
</head>
<body class="bg-white text-light-text dark:bg-gray-900 dark:text-gray-200">
<!-- Header -->
<header class="bg-pink-100 dark:bg-gray-900 border-b border-pink-200 dark:border-gray-900 sticky top-0 z-50">
<div class="container mx-auto px-4 py-4">
<div class="flex items-center justify-between">
<!-- Logo (left side) -->
<a href="index.html" class="flex items-center space-x-3">
<div class="w-12 h-12">
<img src="https://images.scalebranding.com/heart-care-logo-c5a5346c-b932-4532-92c0-bb692dd6b976.jpg"
alt="Love care Logo" class="w-full h-full object-cover rounded-full">
</div>
<span class="text-2xl font-bold text-gray-800 dark:text-white"
style="font-family: 'Caveat', cursive; font-size: 30px;">
Lσʋҽ <span class="text-pink-500 ">Cαɾҽ</span>
</span>
</a>
<!-- Navigation Centered -->
<nav class="desktop-nav hidden md:flex space-x-20 justify-center flex-1">
<a href="index.html" class="text-gray-700 dark:text-white hover:text-pink-600 dark:hover:text-pink-600 transition-colors flex items-center justify-center">Home</a>
<a href="shop.html"
class="text-pink-600 dark:text-pink-500 dark:hover:text-white font-semibold flex items-center justify-center">Shop</a>
<a href="about.html"
class="text-gray-700 dark:text-white dark:hover:text-pink-500 hover:text-pink-600 transition-colors flex items-center justify-center">About</a>
<a href="contact.html"
class="text-gray-700 dark:text-white dark:hover:text-pink-500 hover:text-pink-600 transition-colors flex items-center justify-center">Contact</a>
</nav>
<!-- Icons (right side) -->
<div class="flex items-center space-x-10">
<button id="theme-toggle" class="text-gray-600 dark:text-white dark:hover:text-pink-500 text-xl">
<i id="theme-icon" class="fas fa-moon"></i>
</button>
<a href="./profile.html"><i class="fas fa-user text-gray-600 dark:text-white cursor-pointer hover:text-pink-600 dark:hover:text-pink-500 transition-colors"></i></a>
<div class="relative">
<a href="./cart.html" class="block">
<i class="fas fa-shopping-cart text-gray-600 dark:text-white cursor-pointer hover:text-pink-600 dark:hover:text-pink-500 transition-colors"></i>
<span
class="absolute -top-2 -right-2 bg-red-500 text-white text-xs rounded-full w-5 h-5 flex items-center justify-center">3</span>
</a>
</div>
<i class="fas fa-bars text-gray-600 dark:text-white cursor-pointer hover:text-pink-600 dark:hover:text-pink-500 transition-colors md:hidden"></i>
</div>
</div>
</div>
<!-- Mobile menu button -->
<div class="md:hidden flex items-center gap-4">
<button class="p-2 rounded-full text-gray-600 hover:bg-gray-100 dark:hover:bg-gray-700 relative">
<i class="fas fa-shopping-cart text-lg"></i>
<span
class="absolute top-0 end-0 bg-primary text-white text-xs rounded-full size-5 flex items-center justify-center">2</span>
</button>
<button id="mobile-menu-button"
class="p-2 rounded-md text-gray-700 hover:bg-gray-100 dark:hover:bg-gray-700 focus:outline-none">
<i class="fas fa-bars text-xl"></i>
</button>
</div>
</div>
</nav>
<!-- Category Navigation -->
<div class="bg-pink-50 text-black dark:text-white dark:bg-pink-500 border-t border-pink-200 dark:border-pink-600">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex overflow-x-auto py-3 space-x-6">
<a href="./shop.html"
class="whitespace-nowrap px-3 py-1 rounded-full hover:bg-pink-100 dark:hover:bg-pink-600 text-sm font-medium">All
Products</a>
<a href="./BB.html"
class="whitespace-nowrap px-3 py-1 rounded-full hover:bg-pink-100 dark:hover:bg-pink-600 text-sm font-medium">BB
& Sun
Screen</a>
<a href=".//night.html"
class="whitespace-nowrap px-3 py-1 rounded-full hover:bg-pink-100 dark:hover:bg-pink-600 text-sm font-medium">Night
Cream</a>
<a href="./Lotion.html"
class="whitespace-nowrap px-3 py-1 rounded-full hover:bg-pink-100 dark:hover:bg-pink-600 text-sm font-medium">Lotion
</a>
<a href="./blush.html"
class="whitespace-nowrap px-3 py-1 rounded-full bg-pink-500 text-white dark:text-black text-sm font-medium hover:bg-pink-600 dark:bg-white">Blush
</a>
<a href="./lipstick.html"
class="whitespace-nowrap px-3 py-1 rounded-full hover:bg-pink-100 dark:hover:bg-pink-600 text-sm font-medium">Lipstick
</a>
<a href="./cushion.html"
class="whitespace-nowrap px-3 py-1 rounded-full hover:bg-pink-100 dark:hover:bg-pink-600 text-sm font-medium">Cushion
</a>
</div>
</div>
</div>
<!-- Mobile menu -->
<div id="mobile-menu" class="md:hidden hidden px-4 pb-4 border-t border-gray-200 dark:border-gray-700">
<div class="pt-4">
<div class="relative mb-4">
<input type="text" placeholder="Search laptops..."
class="w-full ps-10 pe-4 py-2 rounded-lg border border-gray-300 dark:border-gray-700 dark:bg-gray-800 focus:ring-2 focus:ring-primary focus:border-transparent">
<i class="fas fa-search absolute start-3 top-1/2 -translate-y-1/2 text-gray-400 dark:text-gray-500"></i>
</div>
<div class="flex flex-col gap-3">
<a href="../../index.html"
class="text-gray-700 dark:text-gray-300 hover:text-primary font-medium py-2 relative">Home</a>
<a href="./about.html" class="text-gray-700 dark:text-gray-300 hover:text-primary font-medium py-2 ">About</a>
<a href="./shop.html"
class="text-gray-700 dark:text-gray-300 hover:text-primary font-medium py-2 relative after:absolute after:inset-x-0 after:bottom-0 after:h-0.5 after:bg-primary after:rounded">Shop</a>
<a href="./profile/wishlist.html"
class="text-gray-700 dark:text-gray-300 hover:text-primary font-medium py-2 flex items-center">
<i class="fas fa-heart me-2"></i> Wishlist
<span class="ms-auto bg-accent text-white text-xs px-2 py-0.5 rounded-full">3</span>
</a>
<a href="./profile/profile.html"
class="text-gray-700 dark:text-gray-300 hover:text-primary font-medium py-2 flex items-center">
<i class="fas fa-user me-2"></i> My Account
</a>
<a href="./loginsignup.html"
class="text-gray-700 dark:text-gray-300 hover:text-primary font-medium py-2 flex items-center">
<i class="fa-solid fa-right-to-bracket me-3 text-gray-500 dark:text-gray-400"></i> Sign In
</a>
</div>
</div>
</div>
</header>
<!-- Main -->
<main class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8">
<div class="flex flex-col md:flex-row gap-8">
<!-- Mobile Filter Button (visible only on small screens) -->
<div class="md:hidden mb-4">
<button id="filterToggle"
class="w-full flex items-center justify-between py-2 px-4 bg-white dark:bg-gray-800 rounded-lg shadow border border-gray-200 dark:border-gray-700">
<span class="font-medium text-gray-800 dark:text-white">Filters</span>
<svg id="filterIcon"
class="w-5 h-5 text-gray-600 dark:text-gray-400 transform transition-transform duration-200" fill="none"
stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"></path>
</svg>
</button>
</div>
<!-- Sidebar/Dropdown Content -->
<aside id="filterSidebar" class="w-full md:w-64 flex-shrink-0 md:block hidden md:!block">
<div class="bg-white dark:bg-gray-800 rounded-lg shadow p-6 sticky top-32">
<h3 class="font-bold text-lg mb-4 text-gray-800 dark:text-white">Filter by Brand</h3>
<ul class="space-y-2">
<li>
<a href=".//blush.html"
class="flex items-center gap-3 px-3 py-2 rounded-lg hover:bg-gray-100 dark:hover:bg-pink-700 ">
<span class="text-gray-700 dark:text-white">Blush</span>
</a>
</li>
<li>
<a href=".//lipstick.html"
class="flex items-center gap-3 px-3 py-2 rounded-lg hover:bg-gray-100 dark:hover:bg-pink-700 ">
<span class="text-gray-700 dark:text-white ">Lipstick</span>
</a>
</li>
<li>
<a href=".//cushion.html"
class="flex items-center gap-3 px-3 py-2 rounded-lg hover:bg-gray-100 dark:hover:bg-pink-700 ">
<span class="text-gray-700 dark:text-white">Cushion</span>
</a>
</li>
<li>
<a href="./Lotion.html"
class="flex items-center gap-3 px-3 py-2 rounded-lg hover:bg-gray-100 dark:hover:bg-pink-700 ">
<span class="text-gray-700 dark:text-white">Lotion</span>
</a>
</li>
<li>
<a href="./BB.html"
class="flex items-center gap-3 px-3 py-2 rounded-lg hover:bg-gray-100 dark:hover:bg-pink-700 ">
<span class="text-gray-700 dark:text-white">BB & Suncreen</span>
</a>
</li>
<li>
<a href="./night.html"
class="flex items-center gap-3 px-3 py-2 rounded-lg hover:bg-gray-100 dark:hover:bg-pink-700 ">
<span class="text-gray-700 dark:text-white">Night Cream</span>
</a>
</li>
</ul>
<div class="mt-8">
<h3 class="font-bold text-lg mb-4 text-gray-800 dark:text-white">Price Range</h3>
<div class="space-y-4">
<div>
<label for="min-price" class="block text-sm font-medium text-pink-600 dark:text-white mb-1">
Min Price
</label>
<input type="range" id="min-price" min="0" max="5000" value="500"
class="w-full h-2 bg-pink-200 rounded-lg appearance-none cursor-pointer accent-pink-500">
<div class="flex justify-between text-xs text-pink-500 dark:text-white mt-1">
<span>$0</span>
<span>$10</span>
<span>$10+</span>
</div>
</div>
<div>
<label for="max-price" class="block text-sm font-medium text-pink-600 dark:text-white mb-1">
Max Price
</label>
<input type="range" id="min-price" min="0" max="5000" value="500"
class="w-full h-2 bg-pink-200 rounded-lg appearance-none cursor-pointer accent-pink-500">
<div class="flex justify-between text-xs text-pink-500 dark:text-white mt-1">
<span>$0</span>
<span>$30</span>
<span>$35+</span>
</div>
</div>
</div>
</div>
</aside>
<!-- Product Grid -->
<div class="flex-1">
<div class="flex justify-between items-center mb-6">
<h2 class="text-2xl font-bold text-gray-800 dark:text-white">Best seller</h2>
<div class="flex items-center gap-2">
<span class="text-sm text-gray-600 dark:text-gray-400">Sort by:</span>
<select
class="bg-white dark:bg-gray-800 border border-gray-300 dark:border-gray-700 rounded-md px-3 py-1 text-sm focus:outline-none focus:ring-2 focus:ring-primary">
<option>Featured</option>
<option>Price: Low to High</option>
<option>Price: High to Low</option>
<option>Newest</option>
<option>Best Rated</option>
</select>
</div>
</div>
<!-- Mixed Brand Products Grid -->
<div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- Violet-->
<a href="#">
<article
class="bg-white dark:bg-gray-800 rounded-lg shadow-md overflow-hidden hover:shadow-lg transition-shadow duration-300">
<div class="relative">
<img src="https://m.media-amazon.com/images/I/61ycvr9Yd9L._UF350,350_QL80_.jpg" alt="cuushion"
class="w-full h-48 object-cover">
<span class="absolute top-2 right-2 bg-pink-500 text-white text-xs px-2 py-1 rounded-full">best
seller</span>
</div>
<div class="p-4">
<div class="flex justify-between items-start">
<div>
<h4 class="font-semibold text-gray-800 dark:text-white">Pixi blush </h4>
<p class="text-sm text-gray-600 dark:text-gray-400">have in stock</p>
</div>
</div>
<div class="mt-3">
<div class="flex items-center mb-2">
<div class="flex text-yellow-400 text-sm">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<span class="text-xs text-gray-500 dark:text-gray-400 ml-1">(15k)</span>
</div>
<div class="flex justify-between items-center">
<span class="font-bold text-gray-800 dark:text-white">$7.00</span>
<button class="text-red-500 hover:text-pink-600">
<i class="fas fa-heart text-lg"></i>
</button>
</div>
</div>
<button
class="w-full mt-3 bg-pink-500 hover:bg-pink-600 text-white py-2 px-4 rounded-lg transition duration-200">
Buy
</button>
</div>
</article>
</a>
<!-- rare -->
<article
class="bg-white dark:bg-gray-800 rounded-lg shadow-md overflow-hidden hover:shadow-lg transition-shadow duration-300">
<div class="relative">
<img
src="https://karisacosmetics.com/wp-content/uploads/2024/06/ECOMM-MINI-SOFT-PINCH-LIQUID-BLUSH-HAPPY-PRODUCT-BOX.webp"
alt="lipstick" class="w-full h-48 object-cover">
<span class="absolute top-2 right-2 bg-pink-500 text-white text-xs px-2 py-1 rounded-full">New</span>
</div>
<div class="p-4">
<div class="flex justify-between items-start">
<div>
<h4 class="font-semibold text-gray-800 dark:text-white">Rare blush</h4>
<p class="text-sm text-gray-600 dark:text-gray-400">have in stock</p>
</div>
</div>
<div class="mt-3">
<div class="flex items-center mb-2">
<div class="flex text-yellow-400 text-sm">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<span class="text-xs text-gray-500 dark:text-gray-400 ml-1">(15k)</span>
</div>
<div class="flex justify-between items-center">
<span class="font-bold text-gray-800 dark:text-white">$30.00</span>
<button class="text-red-500 hover:text-pink-600">
<i class="fas fa-heart text-lg"></i>
</button>
</div>
</div>
<button
class="w-full mt-3 bg-pink-500 hover:bg-pink-600 text-white py-2 px-4 rounded-lg transition duration-200">
Buy
</button>
</div>
</article>
<!-- Somros-->
<article
class="bg-white dark:bg-gray-800 rounded-lg shadow-md overflow-hidden hover:shadow-lg transition-shadow duration-300">
<div class="relative">
<img src="./img/Somros.png" alt="lotion" class="w-full h-48 object-cover">
<span class="absolute top-2 right-2 bg-pink-500 text-white text-xs px-2 py-1 rounded-full">Best
Seller</span>
</div>
<div class="p-4">
<div class="flex justify-between items-start">
<div>
<h4 class="font-semibold text-gray-800 dark:text-white">Somros blush</h4>
<p class="text-sm text-gray-600 dark:text-gray-400">have in stock 5color</p>
</div>
</div>
<div class="mt-3">
<div class="flex items-center mb-2">
<div class="flex text-yellow-400 text-sm">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<span class="text-xs text-gray-500 dark:text-gray-400 ml-1">(6k)</span>
</div>
<div class="flex justify-between items-center">
<span class="font-bold text-gray-800 dark:text-white">$10.00</span>
<button class="text-red-500 hover:text-pink-600">
<i class="fas fa-heart text-lg"></i>
</button>
</div>
</div>
<button
class="w-full mt-3 bg-pink-500 hover:bg-pink-600 text-white py-2 px-4 rounded-lg transition duration-200">
Buy
</button>
</div>
</article>
<!--Amore-->
<article
class="bg-white dark:bg-gray-800 rounded-lg shadow-md overflow-hidden hover:shadow-lg transition-shadow duration-300">
<div class="relative">
<img src="./img/Amoreblush.png" alt="suncreen" class="w-full h-48 object-cover">
<span class="absolute top-2 right-2 bg-pink-500 text-white text-xs px-2 py-1 rounded-full">best
seller</span>
</div>
<div class="p-4">
<div class="flex justify-between items-start">
<div>
<h4 class="font-semibold text-gray-800 dark:text-white">Amore blush</h4>
<p class="text-sm text-gray-600 dark:text-gray-400">have in stock 8color</p>
</div>
</div>
<div class="mt-3">
<div class="flex items-center mb-2">
<div class="flex text-yellow-400 text-sm">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<span class="text-xs text-gray-500 dark:text-gray-400 ml-1">(9k)</span>
</div>
<div class="flex justify-between items-center">
<span class="font-bold text-gray-800 dark:text-white">$12.00</span>
<button class="text-red-500 hover:text-pink-600 transition">
<i class="fas fa-heart text-lg"></i>
</button>
</div>
</div>
<button
class="w-full mt-3 bg-pink-500 hover:bg-pink-600 text-white py-2 px-4 rounded-lg transition duration-200">
Buy
</button>
</div>
</article>
<!--Pka blush -->
<article
class="bg-white dark:bg-gray-800 rounded-lg shadow-md overflow-hidden hover:shadow-lg transition-shadow duration-300">
<div class="relative">
<img src="./img/blush.png" alt="weyoung" class="w-full h-48 object-cover">
</div>
<div class="p-4">
<div class="flex justify-between items-start">
<div>
<h4 class="font-semibold text-gray-800 dark:text-white">Pka blush </h4>
<p class="text-sm text-gray-600 dark:text-gray-400">have in stock 7color</p>
</div>
</div>
<div class="mt-3">
<div class="flex items-center mb-2">
<div class="flex text-yellow-400 text-sm">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="far fa-star"></i>
</div>
<span class="text-xs text-gray-500 dark:text-gray-400 ml-1">(30k)</span>
</div>
<div class="flex justify-between items-center">
<span class="font-bold text-gray-800 dark:text-white">$10.00</span>
<button class="text-red-500 hover:text-pink-600 transition">
<i class="fas fa-heart text-lg"></i>
</button>
</div>
</div>
<button
class="w-full mt-3 bg-pink-500 hover:bg-pink-600 text-white py-2 px-4 rounded-lg transition duration-200">
Buy
</button>
</div>
</article>
<!--your loso-->
<article
class="bg-white dark:bg-gray-800 rounded-lg shadow-md overflow-hidden hover:shadow-lg transition-shadow duration-300">
<div class="relative">
<img
src="https://s.alicdn.com/@sc04/kf/H5236b1e649b1428dbdadfb3b9902c78bP/MLM-Custom-Makeup-Wholesale-Blush-on-Make-up-Blush-With-Logo-Korean-Makeup-Blush-Pink-Mini-Blusher-Heart-Shaped-Blush.png"
alt="blush" class="w-full h-48 object-cover">
<span class="absolute top-2 right-2 bg-pink-500 text-white text-xs px-2 py-1 rounded-full">best
seller</span>
</div>
<div class="p-4">
<div class="flex justify-between items-start">
<div>
<h4 class="font-semibold text-gray-800 dark:text-white">Your Loso blush</h4>
<p class="text-sm text-gray-600 dark:text-gray-400">have 2 color</p>
</div>
</div>
<div class="mt-3">
<div class="flex items-center mb-2">
<div class="flex text-yellow-400 text-sm">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<span class="text-xs text-gray-500 dark:text-gray-400 ml-1">(10k)</span>
</div>
<div class="flex justify-between items-center">
<span class="font-bold text-gray-800 dark:text-white">$7.00</span>
<button class="text-red-500 hover:text-pink-600 transition">
<i class="fas fa-heart text-lg"></i>
</button>
</div>
</div>
<button
class="w-full mt-3 bg-pink-500 hover:bg-pink-600 text-white py-2 px-4 rounded-lg transition duration-200">
Buy
</button>
</div>
</article>
</div>
<!-- Pagination -->
<div class="mt-10 flex justify-center">
<nav class="flex items-center gap-1">
<a href="#" class="px-3 py-1 rounded-md bg-pink-500 text-white hover:bg-pink-600">1</a>
<a href="#"
class="px-3 py-1 rounded-md hover:bg-pink-100 dark:hover:bg-pink-700 text-black dark:text-white">2</a>
<a href="#"
class="px-3 py-1 rounded-md hover:bg-pink-100 dark:hover:bg-pink-700 text-black dark:text-white">3</a>
<a href="#"
class="px-3 py-1 rounded-md hover:bg-pink-100 dark:hover:bg-pink-700 text-black dark:text-white">4</a>
<a href="#"
class="px-3 py-1 rounded-md hover:bg-pink-100 dark:hover:bg-pink-700 text-black dark:text-white">5</a>
<span class="px-3 py-1 text-black dark:text-white">...</span>
<a href="#"
class="px-3 py-1 rounded-md hover:bg-pink-100 dark:hover:bg-pink-700 text-black dark:text-white">10</a>
<a href="#"
class="px-3 py-1 rounded-md hover:bg-pink-100 dark:hover:bg-pink-700 text-black dark:text-white">
<i class="fas fa-chevron-right"></i>
</a>
</nav>
</div>
</main>
<!-- Footer -->
<footer class="bg-pink-100 dark:bg-gray-900 dark:text white border-t border-pink-200 py-12">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<a href="index.html" class="flex items-center space-x-3">
<div class="w-12 h-12">
<img src="https://images.scalebranding.com/heart-care-logo-c5a5346c-b932-4532-92c0-bb692dd6b976.jpg"
alt="Love care Logo" class="w-full h-full object-cover rounded-full">
</div>
<span class="text-2xl font-bold text-gray-800 hover:text-pink-600 dark:text-white transition-colors"
style="font-family: 'Caveat', cursive; font-size: 30px;">
Lσʋҽ <span class="text-pink-500 hover:text-blue-600">Cαɾҽ</span>
</span>
</a>
<p class="text-gray-600 dark:text-white text-sm mb-4">Premium beauty and skincare products for your daily
routine.
</p>
<div class="flex space-x-4 ">
<a href="#" class="text-gray-600 hover:text-pink-600 dark:text-white dark:hover:text-pink-600 transition-colors">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#" class="text-gray-600 hover:text-pink-600 dark:text-white dark:hover:text-pink-600 transition-colors">
<i class="fab fa-instagram"></i>
</a>
<a href="#" class="text-gray-600 hover:text-pink-600 dark:text-white dark:hover:text-pink-600 transition-colors">
<i class="fab fa-twitter"></i>
</a>
<a href="#" class="text-gray-600 hover:text-pink-600 dark:text-white dark:hover:text-pink-600 transition-colors">
<i class="fab fa-youtube"></i>
</a>
</div>
</div>
<div>
<h4 class="font-semibold text-gray-800 dark:text-white mb-4">Quick Links</h4>
<ul class="space-y-2 text-sm text-gray-600">
<li><a href="index.html" class="hover:text-pink-600 dark:text-white dark:hover:text-pink-600 dark:text-white dark:hover:text-pink-600 transition-colors">Home</a></li>
<li><a href="shop.html" class="hover:text-pink-600 dark:text-white dark:hover:text-pink-600 transition-colors">Shop</a></li>
<li><a href="about.html" class="hover:text-pink-600 dark:text-white dark:hover:text-pink-600 transition-colors">About</a></li>
<li><a href="contact.html" class="hover:text-pink-600 dark:text-white dark:hover:text-pink-600 transition-colors">Contact</a></li>
<li><a href="cart.html" class="hover:text-pink-600 dark:text-white dark:hover:text-pink-600 transition-colors">Cart</a></li>
</ul>
</div>
<div>
<h4 class="font-semibold text-gray-800 dark:text-white mb-4">Customer Service</h4>
<ul class="space-y-2 text-sm text-gray-600">
<li><a href="#" class="hover:text-pink-600 dark:text-white dark:hover:text-pink-600 transition-colors">FAQ</a></li>
<li><a href="#" class="hover:text-pink-600 dark:text-white dark:hover:text-pink-600 transition-colors">Shipping</a></li>
<li><a href="#" class="hover:text-pink-600 dark:text-white dark:hover:text-pink-600 transition-colors">Returns</a></li>
<li><a href="#" class="hover:text-pink-600 dark:text-white dark:hover:text-pink-600 transition-colors">Support</a></li>
</ul>
</div>
<div>
<h4 class="font-semibold text-gray-800 dark:text-white mb-4">Contact Info</h4>
<ul class="space-y-2 text-sm text-gray-600">
<li><i class="fas fa-envelope mr-2 dark:text-white dark:hover:text-pink-600">
</i>info@lovecare.com</li>
<li><i class="fas fa-phone mr-2 dark:text-white dark:hover:text-pink-600">
</i>(855) 962-682-908</li>
<li><i class="fas fa-map-marker-alt mr-2 dark:text-white dark:hover:text-pink-600">
</i class="text-gray-300 dark:text-white ">123 Beauty St, Phnom Penh City</li>
<!-- School Logo -->
<div class="mb-6 py-3">
<div class="flex items-center space-x-4 mb-4">
<div>
<h4 class="font-semibold text-gray-800 dark:text-white">Organized by</h4>
</div>
<img src="./img/istad-logo-2024.png" alt="School Logo" class="h-16 w-auto rounded-lg">
</div>
<p class="text-gray-400 dark:text-white text-sm leading-relaxed">
Institute of Science and Technology Advanced Development - Premier educational
institution
shaping future innovators.
</p>
</div>
</ul>
</div>
</div>
<div class="border-t border-pink-200 mt-8 pt-8 text-center text-sm text-gray-600 dark:text-white dark:hover:text-pink-600">
<p>© 2025 Lσʋҽ <span class="text-pink-500">Cαɾҽ</span>. All rights reserved. | <a href="#"
class="hover:text-pink-600">Privacy Policy</a> | <a href="#"
class="hover:text-pink-600">Terms
of Service</a></p>
</div>
</div>
</footer>
<script>
document.addEventListener('DOMContentLoaded', function () {
const toggleBtn = document.getElementById('theme-toggle');
const icon = document.getElementById('theme-icon');
const html = document.documentElement;
// Load saved theme
if (localStorage.getItem('theme') === 'dark') {
html.classList.add('dark');
icon?.classList.replace('fa-moon', 'fa-sun');
}
toggleBtn?.addEventListener('click', () => {
html.classList.toggle('dark');
const isDark = html.classList.contains('dark');
icon?.classList.toggle('fa-moon', !isDark);
icon?.classList.toggle('fa-sun', isDark);
localStorage.setItem('theme', isDark ? 'dark' : 'light');
});
});
</script>
</body>
</html>