forked from MRizvank/fancy-thunder-426
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
688 lines (671 loc) · 24.5 KB
/
index.html
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
688
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
Online Shopping Site for Fashion, Electronics, Home & More | Meesho
</title>
<!--fontawesome-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"
integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!--Roboto font family-->
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet" />
<link rel="icon" href="./feviIcon/android-chrome-512x512.png" />
<link rel="stylesheet" href="./css/style.css" />
</head>
<body>
<header>
<div class="headerLeft">
<div id="logo-container">
<img src="./img/project logo1.jpg" alt="" id="logo" />
</div>
<!--Search box-->
<div id="serchInputContainer">
<div id="serchIcon">
<img src="./img/search.png" alt="" />
</div>
<form id="form">
<input type="text" autocomplete="off" placeholder="Try Saree, Kurti or Search by Product Code"
id="inputSerch" />
</form>
<div id="serchInputClose">
<i class="fa-solid fa-xmark" id="searchClose"></i>
</div>
<div class="serchRecentBox">
<h3>Recent Serches</h3>
<div class="recentSerchList"></div>
</div>
</div>
</div>
<div class="headerRight">
<div class="downloadContainer">
<div class="mobileIcon">
<img src="./img/mobile.png" alt="" />
</div>
<p>Download App</p>
<div class="downloadHoverBtnContainer">
<h3>Download From</h3>
<a href="https://play.google.com/store/apps/details?id=com.meesho.supply&pid=pow_website&c=pow"
class="downloadBtn">
<img src="https://images.meesho.com/images/pow/playstore-icon-big.webp" alt="playstore" />
</a>
<a href="https://apps.apple.com/us/app/meesho/id1457958492" class="downloadBtn">
<img src="https://images.meesho.com/images/pow/appstore-icon-big.webp" alt="appStore" />
</a>
</div>
</div>
<div class="sellerContainer">
<p>Become a Supplier</p>
</div>
<div class="profileCartContainer">
<div class="profileContainer">
<div class="profileIcon">
<img src="./img/user.png" alt="" />
</div>
<p>Profile</p>
<div class="profileHoverContainer">
<h3>Hello User</h3>
<p>To access your iskra account</p>
<div class="profileSignUpBtn">
<a href="signup.html">
<button>Sign Up</button>
</a>
</div>
<h3 id="cart">
<i class="fa-solid fa-bag-shopping" id="bag"></i>My Orders
</h3>
</div>
</div>
<div class="cartContainer">
<div class="cartIcon">
<img src="./img/cart.png" alt="" />
</div>
<p>Cart</p>
</div>
</div>
</div>
</header>
<!-- navigation code -->
<nav>
<ul>
<li>
Women Ethnic
<div class="subMenu">
<div id="womenEthic" class="submenuList">
<div class="column">
<h4>All Women Ethnic</h4>
<p><a href="./viewall.html">View All</a></p>
</div>
<div class="column">
<h4>Sarees</h4>
<p><a href="./viewall.html">All Sarees </a></p>
<p><a href="./viewall.html"> Silk Sarees </a></p>
<p>Cotton Silk Sarees</p>
<p>Cotton Sarees</p>
<p>Georgette Sarees</p>
<p>Chiffon Sarees</p>
<p>Satin Sarees</p>
<p>Embroidered Sarees</p>
</div>
<div class="column">
<h4>Kurtis</h4>
<p>All Kurtis</p>
<p>Anarkali</p>
<p>Kurtis</p>
<p>Rayon Kurtis</p>
<p>Cotton Kurtis</p>
<p>Embroidered Kurtis</p>
</div>
<div class="column">
<h4>Kurta Sets</h4>
<p>All Kurta Sets</p>
</div>
<div class="column">
<h4>Other Ethnic</h4>
<p>All Suits & Dress Material</p>
<p>Cotton Suits</p>
<p>Embroidered Suits</p>
<p>Chanderi Suits</p>
</div>
<div class="column">
<h4>Suits & Dress Material</h4>
<p>Blouses</p>
<p>Dupattas</p>
<p>Lehanga</p>
<p>Gown</p>
<p>Ethnic Bottomwear</p>
</div>
</div>
</div>
</li>
<li>
Women Western
<div class="subMenu">
<div id="womenWestern" class="submenuList">
<div class="column">
<h4>Topwear</h4>
<p><a href="./viewall.html">Tops </a></p>
<p><a href="./viewall.html">Dresses </a></p>
<p>Sweaters</p>
<p>Jumpsuits</p>
</div>
<div class="column">
<h4>Bottomwear</h4>
<p>Jeans</p>
<p>Jeggings</p>
<p>Palazzos</p>
<p>Shorts</p>
<p>Skirts</p>
</div>
<div class="column">
<h4>Innerwear</h4>
<p>Bra</p>
<p>Briefs</p>
</div>
<div class="column">
<h4>Sleepwear</h4>
<p>Nightsuits</p>
<p>Babydolls</p>
</div>
</div>
</div>
</li>
<li>
Men
<div class="subMenu">
<div id="men" class="submenuList">
<div class="column">
<h4>Top Wear</h4>
<p>All Top Wear</p>
<p>Tshirts</p>
<p>Shirts</p>
</div>
<div class="column">
<h4>Bottom Wear</h4>
<p>Track Pants</p>
<p>Jeans</p>
<p>Trousers</p>
</div>
<div class="column">
<h4>Men Accessories</h4>
<p>All Men Accessories</p>
<p>Watches</p>
<p>Belts</p>
<p>Wallets</p>
<p>Jewellery</p>
<p>Sunglasses</p>
<p>Bags</p>
</div>
<div class="column">
<h4>Men Footwear</h4>
<p>Casual Shoes</p>
<p>Sports Shoes</p>
<p>Sandals</p>
<p>Formal Shoes</p>
</div>
<div class="column">
<h4>Ethnic Wear</h4>
<p>Men Kurtas</p>
<p>Ethnic Jackets</p>
</div>
<div class="column">
<h4>Inner & Sleep Wear</h4>
<p>All Inner & Sleep Wear</p>
<p>Vests</p>
</div>
</div>
</div>
</li>
<li>
Kids
<div class="subMenu">
<div id="kids" class="submenuList">
<div class="column">
<h4>Boys & Girls 2+ Years</h4>
<p>Dresses</p>
</div>
<div class="column">
<h4>Infant 0-2 Years</h4>
<p>Rompers</p>
</div>
<div class="column">
<h4>Toys & Accessories</h4>
<p>Soft Toys</p>
<p>Footwear</p>
<p>Stationery</p>
<p>Watches</p>
<p>Bags & Backpacks</p>
</div>
<div class="column">
<h4>Baby Care</h4>
<p>All Baby Care</p>
</div>
</div>
</div>
</li>
<li>
Home & Kitchen
<div class="subMenu">
<div id="HomeAndKitchen" class="submenuList">
<div class="column">
<h4>Home Furnishing</h4>
<p>Bedsheets</p>
<p>Doormats</p>
<p>Curtains & Sheers</p>
<p>Cushions & Cushion Covers</p>
<p>Mattress Protectors</p>
</div>
<div class="column">
<h4>Home Decor</h4>
<p>All Home Decor</p>
<p>Doormats</p>
<p>Stickers</p>
<p>Clocks</p>
<p>Showpieces</p>
</div>
<div class="column">
<h4>Kitchen & Dining</h4>
<p>Kitchen Storage</p>
<p>Cookware & Bakeware</p>
</div>
</div>
</div>
</li>
<li>
Beauty & Health
<div class="subMenu">
<div id="beautyAndHealth" class="submenuList">
<div class="column">
<h4>Make up</h4>
<p>Face</p>
<p>Eyes</p>
<p>Lips</p>
<p>Nails</p>
</div>
<div class="column">
<h4>Wellness</h4>
<p>Sanitizers</p>
<p>Oral Care</p>
<p>Feminine Hygiene</p>
</div>
<div class="column">
<h4>Skincare</h4>
<p>Deodorants</p>
</div>
</div>
</div>
</li>
<li>
Jewellery & Accessories
<div class="subMenu">
<div id="JewelleryAndAccessories" class="submenuList">
<div class="column">
<h4>Jewellery</h4>
<p>Jewellery Set</p>
<p>Earrings</p>
<p>Mangalsutras</p>
<p>Studs</p>
<p>Bangles</p>
<p>Necklaces</p>
<p>Rings</p>
<p>Anklets</p>
</div>
<div class="column">
<h4>Women Accessory</h4>
<p>Bags</p>
<p>Watches</p>
<p>Hair Accessories</p>
<p>Sunglasses</p>
<p>Socks</p>
</div>
</div>
</div>
</li>
<li>
Bags & Footwear
<div class="subMenu">
<div id="BagsFootWarId" class="submenuList">
<div class="column">
<h4>Women Bags</h4>
<p>All Women Bags</p>
<p>Handbags</p>
<p>Clutches</p>
<p>Slingbags</p>
</div>
<div class="column">
<h4>Men Bags</h4>
<p>All Men Bags</p>
<p>Men Wallets</p>
<p>Feminine Hygiene</p>
</div>
<div class="column">
<h4>Men Footwear</h4>
<p>Sports Shoes</p>
<p>Casual Shoes</p>
<p>Formal Shoes</p>
<p>Sandals</p>
</div>
<div class="column">
<h4>Women Footwear</h4>
<p>Flatss</p>
<p>Bellies</p>
<p>Juttis</p>
</div>
</div>
</div>
</li>
<li>
Electronics
<div class="subMenu">
<div id="ElectronicsId" class="submenuList">
<div class="column">
<h4>Mobile & Accessories</h4>
<p>All Mobile & Accessories</p>
<p>Smartwatches</p>
<p>Mobile Holders</p>
<p>Mobile cases and covers</p>
</div>
<div class="column">
<h4>Appliances</h4>
<p>All Appliances</p>
<p>Grooming</p>
<p>Home Appliances</p>
</div>
</div>
</div>
</li>
</ul>
</nav>
<!-- lowestPriceBanner -->
<div class="lowestPriceContainer">
<div class="letLowestPriceContainer">
<h1>Lowest Prices</h1>
<h1>Best Quality Shopping</h1>
<div class="lowestPriceBanner">
<div class="lowestPriceImageBanner">
<img src="https://images.meesho.com/images/pow/freeDelivery.svg" alt="" />
<span>Free Delivery</span>
</div>
<div class="lowestPriceImageBanner">
<img src="https://images.meesho.com/images/pow/cod.svg" alt="" />
<span>Cash On Delivery</span>
</div>
<div class="lowestPriceImageBanner">
<img src="https://images.meesho.com/images/pow/easyReturns.svg" alt="" />
<span>Easy Returns</span>
</div>
</div>
<div class="downloadPlayButton">
<picture>
<img src="https://images.meesho.com/images/pow/playstoreSmallIcon.webp" alt="" />
</picture>
<span>Download the Iskra App</span>
</div>
</div>
<div class="rightlowestPricePoster">
<img src="https://images.meesho.com/images/marketing/1631722939962.webp" alt="imgage" />
</div>
</div>
<!-- Top Categories to Choose From -->
<div class="topCategoriesHeader">
<div class="stch-line"></div>
<span>Top Categories to choose from</span>
<div class="stch-line"></div>
</div>
<div class="topCategoriesBanner">
<div class="topCategoriesBigPoster">
<img src="https://images.meesho.com/images/marketing/1649760442043.webp" alt="" />
</div>
<div class="topCategoriesSmallPoster">
<div>
<img src="https://images.meesho.com/images/marketing/1649760423313.webp" alt="" />
</div>
<div>
<img src="https://images.meesho.com/images/marketing/1649759799809.webp" alt="" />
</div>
</div>
</div>
<!-- Esentials Items -->
<div class="esentialItemContainer">
<div class="esenntialIitemViewBtn">
<div>
<img src="https://images.meesho.com/images/marketing/1664368165450.webp" alt="" />
</div>
</div>
<div class="esenntialProductSection">
<div>
<img src="https://images.meesho.com/images/marketing/1649760808952.webp" alt="" />
<div>
<img src="https://images.meesho.com/images/marketing/1664364866805.webp" alt="" />
</div>
</div>
<div>
<img src="https://images.meesho.com/images/marketing/1649760703179.webp" alt="" />
<div>
<img src="https://images.meesho.com/images/marketing/1664364917657.webp" alt="" />
</div>
</div>
<div>
<img src="https://images.meesho.com/images/marketing/1649760786763.webp" alt="" />
<div>
<img src="https://images.meesho.com/images/marketing/1664364898513.webp" alt="" />
</div>
</div>
</div>
</div>
<!-- Become a Seller -->
<div class="donwloadBannerWrapper">
<img src="https://images.meesho.com/images/pow/downloadBannerDesktop.webp" alt="" />
<div class="downloadBannerContent">
<h4>Become a Reseller and</h4>
<h1>Start Your Online Business</h1>
<h1>with Zero Investment</h1>
<div class="downloadBannerBtnWrapper">
<div id="playStore">
<img src="https://images.meesho.com/images/pow/playstoreIcon.webp" alt="" />
</div>
<div id="appStore">
<img src="https://images.meesho.com/images/pow/appstoreIcon.webp" alt="" />
</div>
</div>
</div>
</div>
<!-- Messho Selller Section -->
<div class="supplierBannerContainer">
<img src="https://images.meesho.com/images/pow/supplyBannerDesktop.webp" alt="" />
<div class="content">
<span class="title"> Register as a Iskra Supplier</span>
<p class="subtitle">
Sell your products to crores of customers at 0% commission
</p>
<div class="text">
<span class="supplerBanner">
<img
src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDEwLjVDMCA0Ljk4IDQuNDggMC41IDEwIDAuNUMxNS41MiAwLjUgMjAgNC45OCAyMCAxMC41QzIwIDE2LjAyIDE1LjUyIDIwLjUgMTAgMjAuNUM0LjQ4IDIwLjUgMCAxNi4wMiAwIDEwLjVaTTcuMjgyODggMTQuNzkyNUM3LjY3Mjg4IDE1LjE4MjUgOC4zMDI4OCAxNS4xODI1IDguNjkyODggMTQuNzkyNUwxNi4yNzI5IDcuMjAyNUMxNi42NjI5IDYuODEyNSAxNi42NjI5IDYuMTgyNSAxNi4yNzI5IDUuNzkyNUMxNS44ODI5IDUuNDAyNSAxNS4yNTI5IDUuNDAyNSAxNC44NjI5IDUuNzkyNUw3Ljk4Mjg4IDEyLjY3MjVMNS4xMDI4OCA5Ljc5MjVDNC43MTI4OCA5LjQwMjUgNC4wODI4OCA5LjQwMjUgMy42OTI4OCA5Ljc5MjVDMy41MDU2MiA5Ljk3OTMzIDMuNDAwMzkgMTAuMjMzIDMuNDAwMzkgMTAuNDk3NUMzLjQwMDM5IDEwLjc2MiAzLjUwNTYyIDExLjAxNTcgMy42OTI4OCAxMS4yMDI1TDcuMjgyODggMTQuNzkyNVoiIGZpbGw9IiMwNkE3NTkiLz4KPC9zdmc+Cg=="
alt="" />
<p>Grow your business 10x</p>
</span>
<span class="supplerBanner">
<img
src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDEwLjVDMCA0Ljk4IDQuNDggMC41IDEwIDAuNUMxNS41MiAwLjUgMjAgNC45OCAyMCAxMC41QzIwIDE2LjAyIDE1LjUyIDIwLjUgMTAgMjAuNUM0LjQ4IDIwLjUgMCAxNi4wMiAwIDEwLjVaTTcuMjgyODggMTQuNzkyNUM3LjY3Mjg4IDE1LjE4MjUgOC4zMDI4OCAxNS4xODI1IDguNjkyODggMTQuNzkyNUwxNi4yNzI5IDcuMjAyNUMxNi42NjI5IDYuODEyNSAxNi42NjI5IDYuMTgyNSAxNi4yNzI5IDUuNzkyNUMxNS44ODI5IDUuNDAyNSAxNS4yNTI5IDUuNDAyNSAxNC44NjI5IDUuNzkyNUw3Ljk4Mjg4IDEyLjY3MjVMNS4xMDI4OCA5Ljc5MjVDNC43MTI4OCA5LjQwMjUgNC4wODI4OCA5LjQwMjUgMy42OTI4OCA5Ljc5MjVDMy41MDU2MiA5Ljk3OTMzIDMuNDAwMzkgMTAuMjMzIDMuNDAwMzkgMTAuNDk3NUMzLjQwMDM5IDEwLjc2MiAzLjUwNTYyIDExLjAxNTcgMy42OTI4OCAxMS4yMDI1TDcuMjgyODggMTQuNzkyNVoiIGZpbGw9IiMwNkE3NTkiLz4KPC9zdmc+Cg=="
alt="" />
<p>Enjoy 100% Profit</p>
</span>
<span class="supplerBanner">
<img
src="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDEwLjVDMCA0Ljk4IDQuNDggMC41IDEwIDAuNUMxNS41MiAwLjUgMjAgNC45OCAyMCAxMC41QzIwIDE2LjAyIDE1LjUyIDIwLjUgMTAgMjAuNUM0LjQ4IDIwLjUgMCAxNi4wMiAwIDEwLjVaTTcuMjgyODggMTQuNzkyNUM3LjY3Mjg4IDE1LjE4MjUgOC4zMDI4OCAxNS4xODI1IDguNjkyODggMTQuNzkyNUwxNi4yNzI5IDcuMjAyNUMxNi42NjI5IDYuODEyNSAxNi42NjI5IDYuMTgyNSAxNi4yNzI5IDUuNzkyNUMxNS44ODI5IDUuNDAyNSAxNS4yNTI5IDUuNDAyNSAxNC44NjI5IDUuNzkyNUw3Ljk4Mjg4IDEyLjY3MjVMNS4xMDI4OCA5Ljc5MjVDNC43MTI4OCA5LjQwMjUgNC4wODI4OCA5LjQwMjUgMy42OTI4OCA5Ljc5MjVDMy41MDU2MiA5Ljk3OTMzIDMuNDAwMzkgMTAuMjMzIDMuNDAwMzkgMTAuNDk3NUMzLjQwMDM5IDEwLjc2MiAzLjUwNTYyIDExLjAxNTcgMy42OTI4OCAxMS4yMDI1TDcuMjgyODggMTQuNzkyNVoiIGZpbGw9IiMwNkE3NTkiLz4KPC9zdmc+Cg=="
alt="" />
<p>Sell all over India</p>
</span>
</div>
<div class="supplierSignUpBtn">Sign up now</div>
</div>
</div>
<!-- Product Section -->
<div class="productPageContainer">
<div class="leftFuncnalityContainer">
<div class="sortContainer">
<label for="sort">Sort by:</label>
<select name="sort" id="sorting">
<option value="">Relevance</option>
<option value="l2h">Price(Low to High)</option>
<option value="h2l">Price(High to Low)</option>
<option value="rating">Ratings</option>
</select>
</div>
<div class="filterContainer">
<h3>FILTERS</h3>
<p style="font-size: 12px; color: grey">1000+Products</p>
<hr>
<details id="category">
<!-- category section -->
<summary> Category</summary>
<input type="checkbox" id="saree" class="category" value="Sarees" />
<span class="itemName">Saree</span>
<br />
<input type="checkbox" id="menswear" class="category" value="Mens Top Were" />
<span class="itemName">Mens Top Wear</span>
<br />
<input type="checkbox" id="beauty&Health" value="Beauty and health" class="category" />
<span class="itemName">Beauty and health</span>
<br />
<input type="checkbox" id="bags&Footwear" value="Bags and Footwear" class="category" />
<span class="itemName">Bags and Footwear</span>
<br />
<input type="checkbox" class="category" id="dresses" value="Dresses" />
<span class="itemName">Dresses</span>
<br />
<input type="checkbox" class="category" id="jewellery" value="Jewellery" />
<span class="itemName">Jewellery</span>
<br />
</details>
<hr>
<!-- fabricSection -->
<details id="fabric">
<summary>Fabric</summary>
<input type="checkbox" id="chiffon" value="Chiffon" />
<span class="itemName">Chiffon</span>
<br />
<input type="checkbox" id="brass" value="Brass" />
<span class="itemName">Brass</span>
<br />
<input type="checkbox" id="cotton" value="Cotton" />
<span class="itemName">Cotton</span>
<br />
<input type="checkbox" id="deodrent" value="Deodrent" />
<span class="itemName">Deodrent</span>
<br />
<input type="checkbox" id="leather" value="Sweat Leather" />
<span class="itemName">Sweat Leather</span>
<br />
</details>
<hr>
<!-- priceSection -->
<details>
<summary>Price</summary>
<input type="checkbox" id="u149" value="149" />
<span class="itemName">Under 149</span>
<br />
<input type="checkbox" id="u199" value="199" />
<span class="itemName">Under 199</span>
<br />
<input type="checkbox" id="u249" value="249" />
<span class="itemName">Under 249</span>
<br />
<input type="checkbox" id="u399" value="399" />
<span class="itemName">Under 399</span>
<br />
<input type="checkbox" id="u499" value="499" />
<span class="itemName">Under 499</span>
<br />
<input type="checkbox" id="a500" value="500" />
<span class="itemName">Above 500+</span>
<br />
</details>
<hr>
<details>
<summary>Rating</summary>
<input type="checkbox" id="rating2.0" value="2.0" />
<span class="itemName">2.0 and above</span>
<br />
<input type="checkbox" id="rating3.0" value="3.0" />
<span class="itemName">3.0 and above</span>
<br />
<input type="checkbox" id="rating3.5" value="3.5" />
<span class="itemName">3.5 and above</span>
<br />
<input type="checkbox" id="rating4.0" value="4.0" />
<span class="itemName">4.0 and above</span>
<br />
</details>
<hr>
</div>
</div>
<div class="productscard-container">
</div>
</div>
<!-- footer section -->
<div class="footerContainer">
<div class="detailContainer1">
<h1>Shop Non-Stop on Meesho</h1>
<p>Trusted by more than 1 Crore Indians</p>
<p>Cash on Delivery | Free Delivery</p>
<div class="detailsAppDownloadContainer">
<div class="footerPlaystore">
<img src="https://images.meesho.com/images/pow/playstore-icon-big.png" alt="">
</div>
<div class="footerAppstore">
<img src="https://images.meesho.com/images/pow/appstore-icon-big.png" alt="">
</div>
</div>
</div>
<div class="detailsContainer2">
<p>Careers</p>
<p>Become a supplier</p>
<p>Hall of Fame</p>
</div>
<div class="detailsContainer3">
<p>Legal and Policies</p>
<p>Meesho Tech Blog</p>
<p>Notices and Returns</p>
</div>
<div class="detailsContainer4">
<h3>Reach out to us</h3>
<div class="socialMediaPoster">
<div class="facebook">
<img src="https://images.meesho.com/images/pow/facebook.png" alt="">
</div>
<div class="insta">
<img src="https://images.meesho.com/images/pow/instagram.png" alt="">
</div>
<div class="youtube">
<img src="https://images.meesho.com/images/pow/youtube.png" alt="">
</div>
<div class="linkdin">
<img src="https://images.meesho.com/images/pow/linkedin.png" alt="">
</div>
<div class="twitter">
<img src="https://images.meesho.com/images/pow/twitter.png" alt="">
</div>
</div>
</div>
<div class="detailsContainer5">
<h3>Contact us</h3>
<p>Fashnear Technologies Private Limited,
<p> CIN: U74900KA2015PTC082263</p>
<p> 06-105-B, 06-102, (138 Wu) </p>
<p> Vaishnavi Signature, No. 78/9, </p>
<p> Outer Ring Road, Bellandur, </p>
<p> Varthur Hobli, Bengaluru-560103, </p>
<p> Karnataka, India</p>
<p> E-mail address:</p>
<p> query@meesho.com</p>
<p> © 2015-2022 Meesho.com</p>
</div>
</div>
<script src="./scripts/script.js" type=""></script>
</body>
</html>