-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
734 lines (619 loc) · 32.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
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
<!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>Homepage</title>
<link rel="stylesheet" href="common.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="/navsubh.css">
<link rel="stylesheet" href="/nav.css">
<link rel="shortcut icon" type="image/x-icon"
href="https://www.beautybebo.com/pub/media/favicon/default/beauty-logopng_1.png">
</head>
<body>
<div id="navbarP" onclick="mySum()">
<img src="https://www.beautybebo.com/pub/media/bb-app.png" alt="">
</div>
<div id="navbarS">
<div id="logoS"><img src="https://www.beautybebo.com/pub/media/logo/default/beautybebo_1.png" alt=""></div>
<div id="searchS">
<div id="AllCat">
<select name="" id="">
<option value="">All categories</option>
<option value="Makeup">--Makeup</option>
<option value="">----Face</option>
<option value="">------Foundation</option>
<option value="">------Blush</option>
<option value="">------Highlighters</option>
<option value="">------Concealer</option>
<option value="">------Face Primer</option>
<option value="">------Contour</option>
<option value="">------Bronzer</option>
<option value="">----Eye</option>
<option value="">------Eyeliner</option>
<option value="">------Mascara</option>
<option value="">------Kajal</option>
<option value="">------Eye Primer</option>
<option value="">------Eye Kit</option>
<option value="">------Under Eye Concealer</option>
</select>
</div>
<input type="text" id="IPS" placeholder="Enter your search...">
<div id="subS"><button><img src="./icons8-search-30.png" alt=""></button></div>
</div>
<div id="wS">
<div class="whistS"> <img src="https://logodix.com/logo/1332846.png" alt=""></div>
<div id="Acc">
<div id="accu"><img
src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR-QBaCgmJMTArP6E3KYOR6yN7LXXwXqCai5bGQqyCNyLEG_SapYTkGkDTmcVoDZXlQv-o&usqp=CAU"
alt=""></div>
<h3 id="UserName">My Account</h3>
</div>
</div>
</div>
<nav id="navbar">
<div class="option">
<h3 id="makeup" onclick="irfanpage()">MAKEUP</h3>
<h3 id="skin" onclick="irfanpage()">SKIN</h3>
<h3 id="hair" onclick="irfanpage()">HAIR</h3>
<h3 id="personal" onclick="irfanpage()">PERSONAL CARE</h3>
<h3 id="mom" onclick="irfanpage()">MOM & BABY CARE</h3>
<h3 id="frag" onclick="irfanpage()">FRAGRANCE</h3>
<h3 id="aurveda" onclick="irfanpage()">AYURVEDA</h3>
<h3 id="brand" onclick="irfanpage()">BRAND</h3>
</div>
<div id="cart-div">
<img src="./cart-38-24.png" alt="">
<span>My Cart - </span>
<span id="irfancart"> 00</span>
</div>
</nav>
<div class="open-div"></div>
<!-- <div id="navbar2">
<div>
<select name="" id="">
<option value="">MAKE UP</option>
<option value="">Make up</option>
<option value="">Face</option>
<option value="">Eye</option>
<option value="">Lips</option>
<option value="">CC Cream/option>
<option value="">Blush</option>
<option value="">Bronzer</option>
<option value="">Face Primer</option>
<option value="">Make up Kits</option>
</select>
<select name="" id="">
<option value="">SKIN CARE</option>
<option value="">SKIN</option>
<option value="">Eye Care</option>
<option value="">Body Care</option>
<option value="">Face Care</option>
<option value="">Dark Circle</option>
<option value="">Eye Cream</option>
<option value="">Facing wash</option>
<option value="">Kit</option>
<option value=""></option>
</select>
</select>
<select name="" id="">
<option value="">HAIR CARE</option>
<option value="">HAIR</option>
<option value="">Hair Care</option>
<option value="">Hair Oil</option> Care</option>
<option value="">Conditioner</option>
<option value="">Shampoo</option>
<option value="">Hair Growth Solution</option>
<option value="">Hair Styling</option>
<option value="">Hair Serum</option>
<option value="">Hair Spray</option>
</select>
<select name="" id="">
<option value="">PERSONAL CARE</option>
<option value="">Personal Care</option>
<option value="">Bath Body</option>
<option value="">Bath Acceroies</option> Care</option>
<option value="">Bath & Shower</option>
<option value="">Sower Gel</option>
<option value="">Foot Cream</option>
<option value="">Essential Oil</option>
<option value="">Body massage oil</option>
<option value="">Body Cleanser</option>
</select>
<select name="" id="">
<option value="">FRAGRENCE</option>
<option value="">Fragrence</option>
<option value="">Perfumes</option>
<option value="">Deodrants Roll one</option> Care</option>
<option value="">Body Mist Spray</option>
</select>
<select name="" id="">
<option value="">AYURVEDA</option>
<option value="">Ayurveda</option>
<option value="">Body Wash</option>
<option value="">Body Cleanser</option> Care</option>
<option value="">Conditioner</option>
<option value="">Shampoo</option>
<option value="">Hair Growth Solution</option>
<option value="">Hair Styling</option>
<option value="">Hair Serum</option>
<option value="">Hair Spray</option>
</select>
<select name="" id="">
<option value="">BRANDS </option>
<option value="">Lakme</option>
<option value="">Color Bar</option>
<option value="">Blue Heaven</option> Care</option>
<option value="">Mac</option>
<option value="">Mama Earth</option>
<option value="">Patanjali</option>
<option value="">Sugar</option>
<option value="">Hair Serum</option>
<option value="">Hair Spray</option>
</select>
</div>
<div>
<img id="sidhant" src="" alt="">
<h2 id="total">My Cart =</h2>
</div>
</div> -->
<div id="div">
<div>
<div id="collab"><img
src="https://th.bing.com/th/id/OIP.iqNs1IG90Ed_38iEVPyWHAHaE8?w=254&h=180&c=7&r=0&o=5&pid=1.7"
alt="">
<h2>ALL CATEGORIES</h2>
</div>
<div class="akash">
<div class="akash2"> <img src="https://www.beautybebo.com/pub/media/wysiwyg/menu-icons/skin-small.png"
alt="">
<p>SkinCare</p>
</div>
<h2 id="b">></h2>
</div>
<div class="akash">
<div class="akash2"> <img src="https://www.beautybebo.com/pub/media/wysiwyg/menu-icons/makeup-small.png"
alt="">
<p>MakeupCare</p>
</div>
<h2>></h2>
</div>
<div class="akash">
<div class="akash2"> <img src="https://www.beautybebo.com/pub/media/wysiwyg/menu-icons/hair-small.png"
alt="">
<p>HairCare</p>
</div>
<h2 id="b">></h2>
</div>
<div class="akash">
<div class="akash2"> <img
src="https://www.beautybebo.com/pub/media/wysiwyg/menu-icons/personal-care-small.png" alt="">
<p>PersonalCare</p>
</div>
<h2 id="c">></h2>
</div>
<div class="akash">
<div class="akash2"> <img
src="https://www.beautybebo.com/pub/media/wysiwyg/menu-icons/mom-baby-care-small.png" alt="">
<p>Momy&Bodycare</p>
</div>
<h2 id="a">></h2>
</div>
</div>
<div>
<div id="slide">
<figure onclick="mySum()">
<img src="https://www.beautybebo.com/pub/media/mega-menu/slider-2.jpg" alt="">
<img src="https://www.beautybebo.com/pub/media/mega-menu/slider-1.jpg" alt="">
<img src="https://www.beautybebo.com/pub/media/mega-menu/slider-3.jpg" alt="">
<img src="https://www.beautybebo.com/pub/media/mega-menu/slider-2.jpg" alt="">
</figure>
</div>
</div>
</div>
<div id="image3" onclick="mySum()"><img src="https://www.beautybebo.com/pub/media/blue_heaven.jpg" alt=""></div>
<div id="heading">
<h1>NEW ARRIVALS</h1>
</div>
<div id="attto">
</div>
<div class="next">
<div onclick="mySum()"><img src="https://www.beautybebo.com/pub/media/mega-menu/beeone.jpg" alt="">
</div>
<div onclick="mySum()"><img src="https://www.beautybebo.com/pub/media/mega-menu/beeone.jpg" alt=""></div>
</div>
<div id="sign">
<div onclick="makeUp()"><img src="https://www.beautybebo.com/pub/media/catalog/category/makeup_1.png" alt="">
<p class="signC">Makeup</p>
</div>
<div onclick="makeUp()"><img src="https://www.beautybebo.com/pub/media/catalog/category/skin.png" alt="">
<p class="signC">Skin</p>
</div>
<div onclick="makeUp()"><img src="https://www.beautybebo.com/pub/media/catalog/category/hair.png" alt="">
<p class="signC">Hair</p>
</div>
<div onclick="makeUp()"><img src="https://www.beautybebo.com/pub/media/catalog/category/personal-care.png"
alt="">
<p class="signC">PersonalCare</p>
</div>
<div onclick="makeUp()"><img src="https://www.beautybebo.com/pub/media/catalog/category/mom-baby-care.png"
alt="">
<p class="signC">mom-baby-care</p>
</div>
<div onclick="makeUp()"><img src="https://www.beautybebo.com/pub/media/catalog/category/eye_1.png" alt="">
<p class="signC">Hair</p>
</div>
<div onclick="makeUp()"><img src="https://www.beautybebo.com/pub/media/catalog/category/fragrance_3.png" alt="">
<p class="signC">Fragrence</p>
</div>
</div>
<div id="atiksh"></div>
<div id="blur" onclick="mySum()"><img src="https://www.beautybebo.com/pub/media/mega-menu/homepage.jpg" alt="">
</div>
<div id="flex3">
<div class="box">
<div class="box2"><img id="prb1"
src="https://www.beautybebo.com/pub/media/catalog/product/cache/37253e89591b79b38c00254331932999/p/o/ponds_super_light_gel_oil_free_moisturiser_with_hyaluronic_acid_vitamin_e2.jpg"
alt="">
<div class="box4">
<h3>Ponds Super Light Gel Oil Free Moisturiser With Hyaluronic Acid + Vitamin E</h3>
<div class="star1">
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span id="span1">(1)</span>
</div>
<div class="box3">
<p>500.00</p>
<h2>340.00</h2>
<h3>2%Off</h3>
</div>
<div class="pri"> <button>Add to Cart</button></div>
</div>
</div>
<div class="box2"><img
src="https://www.beautybebo.com/pub/media/catalog/product/cache/37253e89591b79b38c00254331932999/c/l/cl-08_strawberry_love-min_2.png"
alt="">
<div class="box4">
<h3>Blue Heaven Candy Matte Lip Color</h3>
<div class="star1">
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span id="span1">(1)</span>
</div>
<div class="box3">
<p>500.00</p>
<h2>340.00</h2>
<h3>2%Off</h3>
</div>
<div class="pri"> <button>Add to Cart</button></div>
</div>
</div>
<div class="box2"><img
src="https://www.beautybebo.com/pub/media/catalog/product/cache/37253e89591b79b38c00254331932999/d/s/dsfsdafsdfsd.jpg"
alt="">
<div class="box4">
<h3>Ponds Pimple Clear Face Wash - pack of 2</h3>
<div class="star1">
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span id="span1">(1)</span>
</div>
<div class="box3">
<p>500.00</p>
<h2>340.00</h2>
<h3>2%Off</h3>
</div>
<div class="pri"> <button>Add to Cart</button></div>
</div>
</div>
</div>
<div class="box">
<div class="box2"><img
src="https://www.beautybebo.com/pub/media/catalog/product/cache/37253e89591b79b38c00254331932999/r/e/repair_shampoo_650-2_1_1.jpg"
alt="">
<div class="box4">
<h3>Dove Intense Repair Shampoo 650ml</h3>
<div class="star1">
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span id="span1">(1)</span>
</div>
<div class="box3">
<p>500.00</p>
<h2>340.00</h2>
<h3>2%Off</h3>
</div>
<div class="pri"> <button>Add to Cart</button></div>
</div>
</div>
<div class="box2"><img
src="https://www.beautybebo.com/pub/media/catalog/product/cache/37253e89591b79b38c00254331932999/8/9/8908003416557_1.png"
alt="">
<div class="box4">
<h3>Organic Harvest Cleansing Milk With Essential Oils</h3>
<div class="star1">
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span id="span1">(1)</span>
</div>
<div class="box3">
<p>600.00</p>
<h2>499.00</h2>
<h3>3%Off</h3>
</div>
<div class="pri"> <button>Add to Cart</button></div>
</div>
</div>
<div class="box2"><img
src="https://www.beautybebo.com/pub/media/catalog/product/cache/37253e89591b79b38c00254331932999/i/m/image1_600x.jpg"
alt="">
<div class="box4">
<h3>Lotus Herbals Whiteglow Vitamin C Radiance Cream Spf 20</h3>
<div class="star1">
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span id="span1">(1)</span>
</div>
<div class="box3">
<p>533.00</p>
<h2>499.00</h2>
<h3>2%Off</h3>
</div>
<div class="pri"> <button>Add to Cart</button></div>
</div>
</div>
</div>
<div class="box">
<div class="box2"><img
src="https://www.beautybebo.com/pub/media/catalog/product/cache/37253e89591b79b38c00254331932999/o/5/o5_1_1.jpg"
alt="">
<div class="box4">
<h3>O3+ Whitening Facial Kit With Brightening & Whitening Peel Off Mask</h3>
<div class="star1">
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span id="span1">(1)</span>
</div>
<div class="box3">
<p>533</p>
<h2>499.00</h2>
<h3>2%Off</h3>
</div>
<div class="pri"> <button>Add to Cart</button></div>
</div>
</div>
<div class="box2"><img id="prb2"
src="https://www.beautybebo.com/pub/media/catalog/product/cache/37253e89591b79b38c00254331932999/x/z/xzxzxzxzxz.jpeg"
alt="">
<div class="box4">
<h3>Ponds White Beauty Anti Spot Fairness Day Cream SPF 15 PA++</h3>
<div class="star1">
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span id="span1">(1)</span>
</div>
<div class="box3">
<h2>340.00</h2>
</div>
<div class="pri"> <button>Add to Cart</button></div>
</div>
</div>
<div class="box2"><img
src="https://www.beautybebo.com/pub/media/catalog/product/cache/37253e89591b79b38c00254331932999/g/v/gvhjgvyjhv.jpg"
alt="">
<div class="box4">
<h3>Vaseline Body Lotion 400ml + Pond's Moisturising Cold Cream 55ml Free </h3>
<div class="star1">
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span class="fa fa-star checked"></span>
<span id="span1">(1)</span>
</div>
<div class="box3">
<h2> 240.00</h2>
</div>
<div class="pri"> <button>Add to Cart</button></div>
</div>
</div>
</div>
</div>
<div id="main" onclick="mySum()"><img src="https://www.beautybebo.com/pub/media/mega-menu/offer.gif" alt=""></div>
<p id="ptag">Welcome to Beauty Products Online Shopping India- Beauty Bebo</p>
<p class="p"> <b>Beautybebo offer</b>
Welcome to Beauty Products Online Shopping India- Beauty Bebo
If you are looking for a flawless radiant face outlook for a special occasion, then we have the perfect tips for
you. As you must already know, the conspicuous flawless outlook you want for your wedding, a date, a dinner
party or for a modelling competition is only achieved through makeup.
Don’t get me wrong, you are naturally beautiful, that’s obvious. But everyone else is, so how will you will you
ensure that you are different? Read on for hot irresistible tips before you <b>buy beauty products online!</b>
<b> Clean Your Face First!</b>
</p>
<p class="p"> Before embarking on any makeup, always ensure that your face is clean. Need some assistance in
absolute cleaning? Visit our range of face wash <b>beauty products online</b> for your best pick. We have made
it our
duty to carefully select the best products for you, so that you don’t experience breaks and allergies after use.
So now you can be confident that your <b>buy cosmetic online shopping</b> will be worth your time and effort.
Wondering then how you will make a choice among the spectrum available? Most of our products are purely natural
in ingredient, so you can as well check for your favorite ingredient combination. If not sure, we are still here
for you. We can help narrow down your options, together with you.
<b>Apply a Moisturizer</b>
</p>
<p class="p"> Next, you need a <b>moisturizer</b> in your makeup kit. Moisturizers keep your face glowing regardless
of the
mood of the day. Most essentially, moisturizers will keep your skin hydrated from the outside, while your
constant hydration by taking fluids enhance the efforts.
Our moisturizers range from matte, ponds, creams and gels, all to ensure that your specific need is met. Just go
through the list for a better selection, which will aid you through your <b>cosmetic online shopping.</b> With
the best
moisturizer, it will also work as a primer. Hence, you don’t have to buy an extra product, which saves you some
cost.
<b>Get Your Makeup Kit</b>
</p>
<p class="p"> Your general makeup will consist, of more than the moisturizer. Some o the other <b>major
components</b>
include the foundation, which you use on your whole face. Then there is the concealer, which you concentrate on
areas of the face you want to hide. There is the <b> brightener and highlighter,</b> which you will highlight
areas you
want conspicuous on your face.
And don’t forget to look into our range of toners for your best shot at a firmer face and neck.
We have the most effective beauty products India has dreamt of to replenish your kit, so don’t miss out!
<b> Enhance the Outlook of the Eyes</b>
</p>
<p class="p"> At this point, your <b>eyebrows should be in the shape </b> and size you want them to be. Now you can
brush
them up to bring out a perfect outlook. Apply eye pencil to cover any gaps within the eyebrows for an ideal
outlook.
If the area surrounding your eyes has a different color shade, probably more tanned or lighter in color in
comparison to your general face color, then pay attention to the area.
Use concealers to bring out the perfect shade you want for a uniform outlook. <b> Alternatively,</b> you can use
the
highlighter to bring attention to your eyes, which even adds to a seemingly large-eye size.
If your eyes are starting to <b> show wrinkles,</b> then our under-eye wrinkle creams from our cosmetic online
shop
should come in handy.
Want to finish up with a luminating cosmetic product for a conspicuously radiant look? Go ahead and make your
makeup <b>experience more appealing.</b>
Your Lips?</p>
<p class="p"> For a <b>natural beauty look, </b> go for a glossy lip gloss or a light lipstick. Or are you going out
with
the girls, and thicker lips your way? Our range of matte lipstick collection should work for you.
<b>Bottom Line</b>
</p>
<p class="p"> Want to buy <b>beauty products online to improve your makeup kit?</b> We are always there for you,
ready to
help. <br>
All you have to do is take a step, look into our products and try us. Looking forward to seeing you!</p>
<div id="footer">
<div id="UF">
<div id="firstF">
<p>CONTACT INFO</p>
<p>(+91)7877061041</p>
<p>support@beautybebo</p>
<p>sales@beautybebo</p>
<p>Open time 10:00AM-7:00pm</p>
<div>
<a target="_blank" rel="noopener" class="_2ZIsZ"
href="https://www.instagram.com/beautybeboofficial/"><svg viewBox="0 0 25 25" width="40"
height="40">
<defs>
<path id="a" d="M.001.054h24.944v24.708H.001z"></path>
</defs>
<g fill="none" fill-rule="evenodd">
<path fill="#dd0285"
d="M12.475 10.084c-1.398 0-2.541 1.133-2.545 2.513 0 1.38 1.147 2.517 2.541 2.517 1.39.004 2.537-1.133 2.541-2.513 0-1.38-1.147-2.517-2.537-2.517">
</path>
<path fill="#dd0285" fill-rule="nonzero"
d="M16.54 9.482c-.506-.004-.926-.42-.919-.919a.907.907 0 0 1 .911-.899c.521-.004.923.386.923.899 0 .51-.413.922-.915.919m-4.073 6.995a3.878 3.878 0 0 1-3.91-3.916c0-2.13 1.759-3.84 3.95-3.84a3.883 3.883 0 0 1 3.882 3.88c0 2.155-1.747 3.876-3.922 3.876m6.244-5.787a21.264 21.264 0 0 0-.094-1.717c-.129-1.277-.897-2.156-2.167-2.396-.666-.125-1.361-.143-2.043-.157a122.67 122.67 0 0 0-3.877 0c-.644.01-1.291.032-1.929.132-1.1.169-1.854.796-2.158 1.879a4.51 4.51 0 0 0-.166 1.072c-.032 1.37-.051 2.736-.047 4.102.003.871.022 1.747.097 2.61.117 1.298.917 2.183 2.205 2.417.663.118 1.351.133 2.028.147 1.274.02 2.552.014 3.826 0a20.128 20.128 0 0 0 1.749-.097c.542-.05 1.053-.225 1.487-.57.71-.56.984-1.327 1.025-2.18.056-1.151.068-2.301.102-3.453-.012 0-.023 0-.034-.004 0-.595.011-1.19-.004-1.785">
</path>
<g transform="translate(0 .184)">
<mask id="b" fill="#fff">
<use xlink:href="#a"></use>
</mask>
<path fill="#dd0285" fill-rule="nonzero"
d="M20.08 14.801c-.008.79-.035 1.578-.3 2.334-.51 1.471-1.549 2.36-3.074 2.65-.691.129-1.404.158-2.11.17-1.506.02-3.016.013-4.525-.004-.797-.008-1.592-.034-2.361-.295-1.484-.501-2.381-1.53-2.678-3.04-.131-.682-.16-1.391-.171-2.087a179.946 179.946 0 0 1 0-4.5c.011-.79.036-1.578.3-2.338.513-1.466 1.551-2.359 3.078-2.646.688-.129 1.4-.143 2.107-.172.713-.026 1.426-.004 2.14-.004v-.022c1.024.019 2.047.03 3.069.058.891.021 1.752.18 2.522.645 1.015.613 1.634 1.517 1.833 2.665.12.684.162 1.388.174 2.086.022 1.5.015 3.002-.004 4.5M12.47.054C5.582.054.001 5.583.001 12.406c0 6.824 5.581 12.356 12.47 12.356s12.475-5.532 12.475-12.356C24.946 5.583 19.36.054 12.471.054"
mask="url(#b)"></path>
</g>
</g>
</svg>
</a>
<a target="_blank" rel="noopener" class="_2ZIsZ"
href="https://www.facebook.com/BeautyBeboOfficial/"><svg viewBox="0 0 25 25" width="40"
height="40" class="">
<defs>
<path id="a" d="M0 0h24.945v24.945H0z"></path>
</defs>
<g fill="none" fill-rule="evenodd">
<mask id="b" fill="#fff">
<use xlink:href="#a"></use>
</mask>
<path fill="#dd0285" fill-rule="nonzero"
d="M15.635 12.478h-2.067v7.374h-3.066v-7.374H9.043V9.874h1.46V8.188c0-1.205.572-3.091 3.09-3.091l2.27.011v2.527h-1.647c-.269 0-.648.133-.648.71v1.533h2.335l-.268 2.6zM12.47.001C5.586 0 0 5.586 0 12.475c0 6.888 5.586 12.47 12.47 12.47 6.89 0 12.475-5.582 12.475-12.47C24.945 5.585 19.36 0 12.47 0z"
mask="url(#b)" class=""></path>
</g>
</svg>
</a>
</div>
</div>
<div id="secondF">
<p>QUICK LINKS</p>
<ul>
<li>About Us</li>
<li>Contact Us</li>
<li>Terms & Conditions</li>
<li>Privacy Policy</li>
<li>Return and Refund Policy</li>
<li>Shipping Policy</li>
</ul>
</div>
<div id="thirdF">
<p>CUSTOMER INFO</p>
<ul>
<li>My Account</li>
<li>Track your Order</li>
<li>Order Returns</li>
<li>Whistlist</li>
<li>News & Events</li>
<li>FAQ</li>
</ul>
</div>
<div id="fourthF">
<p>CATEGORIES</p>
<ul>
<li>Makeup</li>
<li>Skin</li>
<li>Hair</li>
<li>Personal Care/li>
<li>Mom & Baby Care</li>
<li>Fragnance</li>
</ul>
</div>
</div>
</div>
<div id="LF">
<img src="https://www.beautybebo.com/pub/media/wysiwyg/payment.png" alt="">
<!-- priya signup here -->
<div id="show1">
<h2>Signup For Newsletter</h2>
<div id="color"> <input type="text" placeholder="Search">
<button onclick="myData()">Subscribe</button>
</div>
</div>
</div>
</div>
</div>
<div id="new">
<p>© 2020 All Rights Reserved.</p>
</div>
</body>
</html>
<script src="index.js">
</script>
<script src="/nav.js"></script>