This page was made as a personal project in connection with an educational exercise.
This is NOT the official site of the company or brand identified on the page. The creator of this page is NOT affiliated with the company or brand in any way. DO NOT enter any personal information (such as logins, passwords or credit card numbers) on this site.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
531 lines (501 loc) · 22.9 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
<!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>Nykaa</title>
<script src="https://kit.fontawesome.com/0e60171e69.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="/styles/index.css">
</head>
<body>
<!-- Navbar Part Starts from here -->
<nav class="navbar-1-2">
<nav class="navbar-1">
<div id="left">
<a href="/index.html"><h4 id="top-text">BEAUTY BONANZA Get Your Daily Dose Of Amazing Deals</h4></a>
</div>
<div id="right">
<a href="https://play.google.com/store/apps/details?id=com.fsn.nykaa&hl=en_IN&shortlink=b9cf200e&is_retargeting=true&c=Android&pid=Landing%20Page&source_caller=ui" target="_blank">
<button id="Getapp-btn"><i class="fa-solid fa-mobile-screen-button"></i> Get App</button></a> |
<button id="Stores"><i class="fa-sharp fa-solid fa-location-dot"></i> Stores & Events</button> |
<a href="/html/cart.html" target="_blank"><button><i class="fa-solid fa-gift"></i> Gift Card</button></a>|
<button><i class="fa-solid fa-question"></i> Help</button>
</div>
</nav>
<nav class="navbar-2">
<div id="left1">
<div>
<a href="/index.html"><img src="https://www.creativefabrica.com/wp-content/uploads/2021/09/18/KE-Ek-logo-design-vector-Graphics-17453415-1-580x386.jpg" alt="EK Logo"></a>
</div>
<div><a href="">Categories</a></div>
<div><a href="/html/product.html" target="_blank">Brands</a></div>
<div><a href="">Luke</a></div>
<div><a href="/html/product.html" target="_blank">Nykaa Fashion</a></div>
<div><a href="">Beauty Advice</a></div>
</div>
<div id="right1">
<form id="search" action="">
<button type="submit"><i class="fa-solid fa-magnifying-glass"></i></button>
<input type="text" placeholder="Search on Nykaa">
</form>
<a href="/html/login.html"><button id="Signin-btn">Sign in</button></a>
<div id="bag"><a href="/html/cart.html"><i class="fa-solid fa-bag-shopping"></i></a></div>
<a href="./html/profile.html">🦁</a>
</div>
</nav>
</nav>
<nav class="navbar-3">
<div>
<div><a href="/html/product.html" target="_blank">Makeup</a></div>
<div><a href="/html/product.html" target="_blank">Skin</a></div>
<div><a href="/html/product.html" target="_blank">Hair</a></div>
<div><a href="/html/product.html" target="_blank">Appliances</a></div>
<div><a href="/html/product.html" target="_blank">Bath&Body</a></div>
<div><a href="/html/product.html" target="_blank">Natural</a></div>
<div><a href="/html/product.html" target="_blank">Mom&Baby</a></div>
<div><a href="/html/product.html" target="_blank">Health</a></div>
<div><a href="/html/product.html" target="_blank">Men</a></div>
<div><a href="/html/product.html" target="_blank">Fragrance</a></div>
<div><a href="">Pop Ups</a></div>
<div><a href="/html/cart.html" target="_blank">SALE</a></div>
</div>
</nav>
<!-- Navbar Part Ends from here -->
<div id="container-1" class="container-1">
<img src="https://images-static.nykaa.com/uploads/cf96cee1-979c-4f29-bc44-ae4df7986f37.jpg?tr=w-2400,cm-pad_resize" alt="Banner-Nykaa">
</div>
<!-- Biggest PayDay Discounts -->
<div id="Text-1">
<h3>Biggest PayDay Discounts</h3>
</div>
<div class="container-2">
<div>
<img src="https://images-static.nykaa.com/uploads/69e029ea-bf06-48e6-b253-17aa1ca3ac36.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 35% OFF</h4>
<p>Great Deals On Combos</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/6eeacc82-a3af-4640-b859-94135bd711ce.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 40% OFF</h4>
<p>On Makeup Must-Haves</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/a9129cc1-5601-4e71-a6e5-fe879ae3deba.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 20% OFF</h4>
<p>On Entire Range</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/0a87dd6d-9220-4678-9547-c329fa136d54.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 25% OFF</h4>
<p>On Entire Range</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/6825ec86-72f0-4389-be14-537b1cd97103.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 30% OFF</h4>
<p>Face Scrub on Rs. 799</p>
</div>
</div>
<div class="container-3">
<div>
<img src="https://images-static.nykaa.com/uploads/533fa5f1-8e0a-4f45-b2c2-ba3ec32ff629.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 35% OFF</h4>
<p>Great Deals On Combos</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/be8647b2-3b91-4b4b-955f-1106080b8cd7.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 50% OFF</h4>
<p>Free Kajal On ₹899</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/54eaae46-ecbc-4643-af79-e97fcb026e78.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 10% OFF</h4>
<p>Face Scrub on Rs. 799</p>
</div>
</div>
<div class="deals-poster">
<img src="https://images-static.nykaa.com/uploads/70338135-f026-4824-9c6d-0b8a267d6dbb.jpg?tr=w-2400,cm-pad_resize" alt="">
</div>
<!-- Stock Up Categories -->
<div id="Text-2">
<h3>Stock Up Categories</h3>
</div>
<div class="container-4">
<div>
<img src="https://images-static.nykaa.com/uploads/3ecec5a4-7729-4abd-a36c-a34b4e45d067.jpg?tr=w-600,cm-pad_resize" alt="Discounts">
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/e2b34b67-117d-4d9a-b9d6-3179b656755a.jpg?tr=w-600,cm-pad_resize" alt="Discounts">
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/faadee9a-87fd-4cac-97db-e8c4929846bb.jpg?tr=w-600,cm-pad_resize" alt="Discounts">
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/b06e1e36-c74e-4668-bb0f-411c768f315d.jpg?tr=w-600,cm-pad_resize" alt="Discounts">
</div>
</div>
<!-- Sale-ary Savers -->
<div id="Text">
<h3>Sale-ary Savers</h3>
</div>
<div class="container-5">
<!-- 1st Row -->
<div>
<img src="https://images-static.nykaa.com/uploads/0a3ff301-caa3-4649-ae28-5d97c5a4e743.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 50% OFF</h4>
<p>On Entire Range</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/3fd4fd3c-9910-4150-8919-431a94ae38f1.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 40% OFF</h4>
<p>On Hair Care Bestsellers</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/31b55381-072b-4495-a8f7-a3ab9ffc5779.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 25% OFF</h4>
<p>On Entire Range</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/618c8c4c-28b4-44d5-968b-7135c502a902.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 20% OFF</h4>
<p>Free Serum On ₹799</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/bc287e7e-14de-47a6-b1a5-2435e9457cfd.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 30% OFF</h4>
<p>On Entire Range</p>
</div>
<!-- 2nd Row -->
<div>
<img src="https://images-static.nykaa.com/uploads/55d82855-1c99-406c-aef1-c313a79f7a35.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 40% OFF</h4>
<p>On Entire Range</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/1aa0dd08-d0f3-49c9-a575-79585743114f.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 20% OFF</h4>
<p>On Entire Range</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/3c2127e7-3123-450d-b94e-f69a44f64a9f.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 60% OFF</h4>
<p>Semi-Annual Sale</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/33a7e5df-7181-42a7-9863-dc3cc50be896.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 30% OFF</h4>
<p>On Entire Range</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/893c0817-51ea-4c7a-9a77-b16d24abebfd.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 20% OFF</h4>
<p>On Entire Range</p>
</div>
<!-- 3rd Row -->
<div>
<img src="https://images-static.nykaa.com/uploads/38b00c46-1cb7-494e-947f-c3285ee4510d.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 25% OFF</h4>
<p>On Entire Range</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/64332291-6e7f-40ad-a194-9eb5d69f6c6c.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 30% OFF</h4>
<p>On Entire Range</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/4418ed4b-f631-4cd1-bf53-2b2c3c066c63.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 15% OFF</h4>
<p>Buy 2, Get Extra 5% Off</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/7502359d-d0de-4a1f-980d-8a6dbe0632b6.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 30% OFF</h4>
<p>On Entire Range</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/86f26ba4-7533-4fae-a09a-94b1b5962e69.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Free Hair Mask</h4>
<p>On 1499+</p>
</div>
</div>
<!-- Unbelievable Offers For You -->
<div id="Text">
<h3>Unbelievable Offers For You</h3>
</div>
<div class="container-6 container-5">
<!-- 1st Row -->
<div>
<img src="https://images-static.nykaa.com/uploads/139daef7-9ae1-4b67-8c29-90aa5490b4a7.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 50% OFF</h4>
<p>Extra 10% off on 449+</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/9bfbd34b-a2a8-4487-81bf-1956bcbf14a6.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 40% OFF</h4>
<p>Extra 10% off on Cart*</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/a48b2381-809f-43cb-9fa4-0549ba6e3bd5.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 25% OFF</h4>
<p>On Entire Range</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/f5461c31-da90-4157-864e-0fa7cfb01d47.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 20% OFF</h4>
<p>Free Serum On ₹799</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/1f256960-265c-4cb8-89ec-34b260ca92b2.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 30% OFF</h4>
<p>Free Bestseller on ₹399!</p>
</div>
<!-- 2nd Row -->
<div>
<img src="https://images-static.nykaa.com/uploads/5c608558-c22c-48e3-827f-3dc4e0865040.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 40% OFF</h4>
<p>On Bestsellers</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/b9f09ff2-7eb5-4472-9e74-f50dece8a396.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 20% OFF</h4>
<p>On Bestsellers</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/649894e5-6b72-4628-b327-7814dba0d644.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 60% OFF</h4>
<p>Semi-Annual Sale</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/9c911966-367b-454a-bcf7-7404bd52c917.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 30% OFF</h4>
<p>On Entire Range</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/f9a0e678-6e22-43b8-9361-aa27db77b711.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 20% OFF</h4>
<p>On Entire Range</p>
</div>
<!-- 3rd Row -->
<div>
<img src="https://images-static.nykaa.com/uploads/7aafbbb7-769e-4652-a2aa-fa9655951618.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 14% OFF</h4>
<p>On Entire Range</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/23eff34c-8021-486f-a335-147d7c08d4d0.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Flat 25% Off On Bestsellers</h4>
<p>Flat 35% Off On Combos</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/ed2172a3-0e79-4767-abbc-cbfd9402cabe.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 15% OFF</h4>
<p>Buy 2, Get Extra 5% Off</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/861633c2-251a-468f-9639-99e688ab8c7a.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 25% OFF</h4>
<p>Flat 35% Off</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/ecb0207f-bf05-4727-8e28-255b637fe111.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 35% OFF</h4>
<p>Flat 50% Off On Super Serums</p>
</div>
</div>
<!-- Super-Saving-Zone Poster -->
<div class="Super-Saving-Zone container-1">
<img src="https://images-static.nykaa.com/uploads/a00b5c11-f6b5-459b-9adb-efeac38a27b0.png?tr=w-2400,cm-pad_resize" alt="">
</div>
<!-- More Steals & Deals -->
<div id="Text">
<h3>More Steals & Deals</h3>
</div>
<div class="container-7 container-2">
<div>
<img src="https://images-static.nykaa.com/uploads/c704e515-b413-4910-b0e7-062e1737d91c.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 20% OFF</h4>
<p>Extra 5% Off On Combos</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/4697175a-60eb-49c0-9302-74079c5cfc68.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 40% OFF</h4>
<p>On Entire Range</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/722c3bef-99ce-4869-a3c2-5b9273020599.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 23% OFF</h4>
<p>On Entire Range</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/699fafe8-9520-490e-ad3a-5c3f1a0fef39.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 60% OFF</h4>
<p>Extra 15% Off On Combos</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/523ac5bc-6f1a-456d-ace1-6f5849302a5d.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 20% OFF</h4>
<p>On Entire Range</p>
</div>
</div>
<div class="container-8 container-2">
<div>
<img src="https://images-static.nykaa.com/uploads/30fe5aef-6d4f-42ea-94ca-e3740970223d.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 60% OFF</h4>
<p>Extra 15% Off On Combos</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/46acda64-ed38-47b9-ab77-53cab2691ca0.jpeg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 20% OFF</h4>
<p>On Entire Range</p>
</div>
</div>
<!-- House Of Nykaa -->
<div id="Text">
<h3>House Of Nykaa </h3>
</div>
<div class="container-9 container-2">
<div>
<img src="https://images-static.nykaa.com/uploads/cc32e7ba-4f8d-443c-ad57-3893dc80931d.jpg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 20% OFF</h4>
<p>Extra 5% Off On Combos</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/9f576b75-8141-4e23-b993-30cf9bcf85d8.jpg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 40% OFF</h4>
<p>On Entire Range</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/d39a7619-ae40-492f-a1b7-ad75c1a3acb7.jpg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 23% OFF</h4>
<p>On Entire Range</p>
</div>
<div>
<img src="https://images-static.nykaa.com/uploads/06292f18-010d-4849-93ed-eb6483e2c594.jpg?tr=w-480,cm-pad_resize" alt="Discounts">
<h4>Upto 60% OFF</h4>
<p>Extra 15% Off On Combos</p>
</div>
</div>
<div class="Shop-All-Footer">
<img src="https://images-static.nykaa.com/uploads/0e4e8e7e-af62-4bb1-9f89-f17e45908f12.png?tr=w-1200,cm-pad_resize" alt="Shop-All">
</div>
<!-- Footer part starts from here -->
<div class="color-div"></div>
<div class="Footer-1">
<div class="Footer-1-1">
<div>
<i class="fa-solid fa-envelope"></i> Get special discount on your inbox
<br><br>
<form id="Send-Email" action="">
<input type="text" placeholder="Your Email">
<button type="submit">Send</i></button>
</form>
</div>
<div>
<i class="fa-solid fa-mobile-screen-button"></i> EXPERIENCE THE NYKAA MOBILE APP
</div>
<div>
<i class="fa-solid fa-phone"></i> FOR ANY HELP, YOU MAY CALL US AT
<br> 1800-267-4444
<br><br>
(Monday to Saturday, 8AM to 10PM and Sunday, 10AM to 7PM)
</div>
</div>
</div>
<div class="Footer-2">
<div class="Footer-2-1">
<div>
<img src="https://bl-i.thgim.com/public/incoming/t8zkyh/article65347390.ece/alternates/FREE_1200/Nykaa.png" alt="">
<p>Who are we?</p>
<p>Careers</p>
<p>Authenticity</p>
<p>Press</p>
<p>Testimonials</p>
<p>Nykaa CSR</p>
<p>Responsible Disclosure</p>
<p>Investor Relations</p>
</div>
<div>
<h5>Help</h5>
<p>Contact Us</p>
<p>Frequently asked questions</p>
<p>Store Locator</p>
<p>Cancellation & Return</p>
<p>Shipping & Delivery</p>
<p>Sell on Nykaa</p>
</div>
<div>
<h5>Inspire Me</h5>
<p>Beauty Book</p>
<p>Nykaa TV</p>
<p>Nykaa Network</p>
<p>Buying Guides</p>
</div>
<div>
<h5>Quick Links</h5>
<p>Offer Zone</p>
<p>Nykaa Man</p>
<p>Nykaa Fashion</p>
<p>Buying Guides</p>
<p>Nykaa Pro</p>
</div>
<div>
<h5>Top Categories</h5>
<p>Makeup</p>
<p>Skin</p>
<p>Hair</p>
<p>Bath & Body</p>
<p>Appliances</p>
<p>Mom and Baby</p>
<p>Wellness</p>
<p>Fragrance</p>
<p>Natural</p>
<p>Luxe</p>
</div>
</div>
</div>
<div class="Footer-3">
<div class="Footer-3-1">
<div class="Footer-3-cards flex">
<div><img src="https://adn-static2.nykaa.com/media/wysiwyg/2021/Free-shipping.svg" alt=""></div>
<div><h5>FREE SHIPPING</h5><p>On Orders Above <br> ₹299</p></div>
</div>
<div class="Footer-3-cards flex">
<div><img src="https://adn-static2.nykaa.com/media/wysiwyg/2021/return_accepted.svg" alt=""></div>
<div><h5>EASY RETURNS</h5><p>15-Day Return Policy</p></div>
</div>
<div class="Footer-3-cards flex">
<div><img src="https://adn-static2.nykaa.com/media/wysiwyg/2021/Authenticity.svg" alt=""></div>
<div><h5>100% AUTHENTIC</h5><p>Products Sourced <br> Directly</p></div>
</div>
<div class="Footer-3-cards flex">
<div><img src="https://adn-static2.nykaa.com/media/wysiwyg/2021/Brands.svg" alt=""></div>
<div><h5>1900+ BRANDS</h5><p>1.2 Lakh+ Products</p></div>
</div>
<div>
<div><h5>show us some love ❤ on social media</h5></div>
<div class="social-media">
<div><a href="https://www.instagram.com/mynykaa/?ref=badge" target="_blank"><img src="https://images-static.naikaa.com/media/wysiwyg/2021/icons/ic_social-instagram-filled.svg" alt=""></a></div>
<div><a href="https://www.facebook.com/MyNykaa" target="_blank"><img src="https://images-static.naikaa.com/media/wysiwyg/2021/icons/ic_social-facebook-filled.svg" alt=""></a></div>
<div><a href="https://www.youtube.com/channel/UCoaH2UtB1PsV7av17woV1BA" target="_blank"><img src="https://images-static.naikaa.com/media/wysiwyg/2021/icons/ic_social-youtube-filled.svg" alt=""></a></div>
<div><a href="https://twitter.com/MyNykaa" target="_blank"><img src="https://images-static.naikaa.com/media/wysiwyg/2021/icons/ic_social-twitter-filled.svg" alt=""></a></div>
<div><a href="https://www.pinterest.com/mynykaa/" target="_blank"><img src="https://images-static.naikaa.com/media/wysiwyg/2021/icons/ic_social-pinterest-filled.svg" alt=""></a></div>
</div>
</div>
</div>
</div>
<div class="Footer-end">
<div class="Footer-end-1">
<div class="Footer-end-inside">
<div><p>Terms & Conditions</p></div>
<div><p>Shipping Policy</p></div>
<div><p>Cancellation Policy</p></div>
<div><p>Privacy Policy</p></div>
</div>
<div class="Footer-end-inside-1">
<p>© 2023 Nykaa E-Retail Pvt. Ltd. All Rights Reserved.</p>
</div>
</div>
</div>
</body>
</html>
<script src="/scripts/index.js"></script>