-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmy-profile.html
779 lines (736 loc) · 52.9 KB
/
my-profile.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
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Aura - My Profile</title>
<meta name="description" content="Aura Cosmethics">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/x-icon"
href="https://res.cloudinary.com/dw57gwzru/image/upload/v1736704708/favicon_q7dpwu.ico">
<!-- ======= All CSS Plugins here ======== -->
<link rel="stylesheet" href="/assets/css/reset.css">
<link rel="stylesheet" href="/assets/css/plugins/swiper-bundle.min.css">
<link rel="stylesheet" href="/assets/css/plugins/glightbox.min.css">
<!-- Plugin css -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<!-- Custom Style CSS -->
<link rel="stylesheet" href="/assets/css/variables.css">
<link rel="stylesheet" href="/assets/css/style.css">
<link rel="stylesheet" href="/assets/css/header.css">
<link rel="stylesheet" href="/assets/css/breadcrumb.css">
<link rel="stylesheet" href="/assets/css/footer.css">
<link rel="stylesheet" href="/assets/css/about.css">
<link rel="stylesheet" href="/assets/css/categories.css">
<link rel="stylesheet" href="/assets/css/cart.css">
<link rel="stylesheet" href="/assets/css/products.css">
<link rel="stylesheet" href="/assets/css/carrusel.css">
<link rel="stylesheet" href="/assets/css/home-influencers.css">
<link rel="stylesheet" href="/assets/css/sustainable.css">
<link rel="stylesheet" href="/assets/css/checkout.css">
</head>
<body>
<!-- Start preloader -->
<div id="preloader">
<div id="ctn-preloader" class="ctn-preloader">
<div class="animation-preloader">
<div class="spinner"></div>
<div class="txt-loading">
<span data-text-preloader="L" class="letters-loading">
A
</span>
<span data-text-preloader="O" class="letters-loading">
U
</span>
<span data-text-preloader="A" class="letters-loading">
R
</span>
<span data-text-preloader="D" class="letters-loading">
A
</span>
</div>
</div>
<div class="loader-section section-left"></div>
<div class="loader-section section-right"></div>
</div>
</div>
<!-- End preloader -->
<!-- Start header area -->
<header class="header__section">
<div class="header__topbar bg__primary">
<div class="container">
<div class="header__topbar--inner style6 d-flex align-items-center justify-content-between">
<ul class="header__topbar--info d-none d-lg-flex">
<li class="header__info--text text-white">
Good luck with shopping
</li>
<li class="header__info--text text-white">
<span class="text__secondary">Call us</span>
<a href="tel:+1234567898">: (+57) 456-789-88-76</a>
</li>
</ul>
<div class="header__top--right d-flex align-items-center">
</div>
</div>
</div>
</div>
<div class="main__header--six bg__secondary position__relative header__sticky">
<div class="container">
<div class="main__header--inner d-flex justify-content-between align-items-center">
<div class="offcanvas__header--menu__open ">
<a class="offcanvas__header--menu__open--btn text-white" href="javascript:void(0)"
data-offcanvas>
<svg xmlns="http://www.w3.org/2000/svg" class="ionicon offcanvas__header--menu__open--svg"
viewBox="0 0 512 512">
<path fill="currentColor" stroke="currentColor" stroke-linecap="round"
stroke-miterlimit="10" stroke-width="32" d="M80 160h352M80 256h352M80 352h352" />
</svg>
<span class="visually-hidden">Offcanvas Menu Open</span>
</a>
</div>
<div class="main__logo">
<h1 class="main__logo--title"><a class="main__logo--link" href="index.html">
<img class="main__logo--img sticky__none"
src="https://res.cloudinary.com/dw57gwzru/image/upload/c_crop,w_500,h_200/v1736704921/Logotipo_Aura_Verde_Mineral_1_rlpyeb.png"
alt="logo-img">
<img class="main__logo--img sticky__block"
src="https://res.cloudinary.com/dw57gwzru/image/upload/c_crop,w_500,h_200/v1736704921/Logotipo_Aura_Verde_Mineral_1_rlpyeb.png"
alt="logo-img">
</a></h1>
</div>
<div class="header__menu menu__color--white d-none d-lg-block">
<nav class="header__menu--navigation">
<ul class="header__menu--wrapper d-flex">
<li class="header__menu--items">
<a class="header__menu--link" href="/index.html">Home</a>
</li>
<li class="header__menu--items">
<a class="header__menu--link" href="./products.html">Products
<svg class="menu__arrowdown--icon" xmlns="http://www.w3.org/2000/svg" width="12"
height="7.41" viewBox="0 0 12 7.41">
<path d="M16.59,8.59,12,13.17,7.41,8.59,6,10l6,6,6-6Z"
transform="translate(-6 -8.59)" fill="currentColor" opacity="0.7" />
</svg>
</a>
<ul class="header__sub--menu">
<li class="header__sub--menu__items"><a href="products.html?category=FACE"
class="header__sub--menu__link">Face</a></li>
<li class="header__sub--menu__items"><a href="products.html?category=EYES"
class="header__sub--menu__link">Eyes</a></li>
<li class="header__sub--menu__items"><a href="products.html?category=NAILS"
class="header__sub--menu__link">Nails</a></li>
<li class="header__sub--menu__items"><a href="products.html?category=HAIR"
class="header__sub--menu__link">Hair</a></li>
<li class="header__sub--menu__items"><a href="products.html?category=LIPS"
class="header__sub--menu__link">Lips</a></li>
<li class="header__sub--menu__items"><a href="products.html?category=FRAGANCE"
class="header__sub--menu__link">Fragances</a></li>
<li class="header__sub--menu__items"><a href="products.html?category=BEARD"
class="header__sub--menu__link">Beard</a></li>
<li class="header__sub--menu__items"><a href="products.html?category=TOP"
class="header__sub--menu__link">Top-Seller</a></li>
</ul>
</li>
<li class="header__menu--items">
<a class="header__menu--link" href="about-us.html">About us </a>
</li>
<li class="header__menu--items">
<a class="header__menu--link" href="contact-us.html">Contact us </a>
</li>
</ul>
</nav>
</div>
<div class="header__account">
<ul class="header__account--wrapper d-flex align-items-center">
<li class="header__account--items header__account--search__items d-none d-lg-block">
<a class="header__account--btn search__open--btn text-white" href="javascript:void(0)"
data-offcanvas>
<span class="header__account--btn__icon">
<svg width="17" height="17" viewBox="0 0 17 17" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M16 16L11 11M12.6667 6.83333C12.6667 7.59938 12.5158 8.35792 12.2226 9.06565C11.9295 9.77339 11.4998 10.4164 10.9581 10.9581C10.4164 11.4998 9.77339 11.9295 9.06565 12.2226C8.35792 12.5158 7.59938 12.6667 6.83333 12.6667C6.06729 12.6667 5.30875 12.5158 4.60101 12.2226C3.89328 11.9295 3.25022 11.4998 2.70854 10.9581C2.16687 10.4164 1.73719 9.77339 1.44404 9.06565C1.15088 8.35792 1 7.59938 1 6.83333C1 5.28624 1.61458 3.80251 2.70854 2.70854C3.80251 1.61458 5.28624 1 6.83333 1C8.38043 1 9.86416 1.61458 10.9581 2.70854C12.0521 3.80251 12.6667 5.28624 12.6667 6.83333Z"
stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</span>
<span class="visually-hidden">Search</span>
</a>
</li>
<li class="header__account--items logged-user-item">
<a class="header__account--btn d-sm-2-none text-white" href="my-profile.html">
<span class="header__account--btn__icon">
<svg width="17" height="17" viewBox="0 0 17 17" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M16 16V14.3333C16 13.4493 15.6049 12.6014 14.9016 11.9763C14.1984 11.3512 13.2446 11 12.25 11H4.75C3.75544 11 2.80161 11.3512 2.09835 11.9763C1.39509 12.6014 1 13.4493 1 14.3333V16"
stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />
<path
d="M8.5 7.66667C10.5711 7.66667 12.25 6.17428 12.25 4.33333C12.25 2.49238 10.5711 1 8.5 1C6.42893 1 4.75 2.49238 4.75 4.33333C4.75 6.17428 6.42893 7.66667 8.5 7.66667Z"
stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</span>
<span class="visually-hidden">My Orders</span>
</a>
</li>
<li class="header__account--items logged-user-item">
<a class="header__account--btn d-sm-2-none text-white" href="javascript:logout()"
title="Logout">
<span class="header__account--btn__icon">
<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17"
fill="currentColor" class="bi bi-box-arrow-right" viewBox="0 0 17 17">
<path fill-rule="evenodd"
d="M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0z" />
<path fill-rule="evenodd"
d="M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708z" />
</svg>
</span>
<span class="visually-hidden">Logout</span>
</a>
</li>
<li class="header__account--items guess-user-item">
<a class="header__account--btn d-sm-2-none text-white" href="login.html"
title="Login / Register">
<span class="header__account--btn__icon">
<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17"
fill="currentColor" class="bi bi-key" viewBox="0 0 17 17">
<path
d="M0 8a4 4 0 0 1 7.465-2H14a.5.5 0 0 1 .354.146l1.5 1.5a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0L13 9.207l-.646.647a.5.5 0 0 1-.708 0L11 9.207l-.646.647a.5.5 0 0 1-.708 0L9 9.207l-.646.647A.5.5 0 0 1 8 10h-.535A4 4 0 0 1 0 8m4-3a3 3 0 1 0 2.712 4.285A.5.5 0 0 1 7.163 9h.63l.853-.854a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.793-.793-1-1h-6.63a.5.5 0 0 1-.451-.285A3 3 0 0 0 4 5" />
<path d="M4 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0" />
</svg>
</span>
<span class="visually-hidden">Sign In / Register</span>
</a>
</li>
<li class="header__account--items guess-user-item">
<a class="header__account--btn d-sm-2-none text-white" href="login.html">
<span class="header__account--btn__icon">
<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17"
fill="currentColor" class="bi bi-key" viewBox="0 0 17 17">
<path
d="M0 8a4 4 0 0 1 7.465-2H14a.5.5 0 0 1 .354.146l1.5 1.5a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0L13 9.207l-.646.647a.5.5 0 0 1-.708 0L11 9.207l-.646.647a.5.5 0 0 1-.708 0L9 9.207l-.646.647A.5.5 0 0 1 8 10h-.535A4 4 0 0 1 0 8m4-3a3 3 0 1 0 2.712 4.285A.5.5 0 0 1 7.163 9h.63l.853-.854a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.793-.793-1-1h-6.63a.5.5 0 0 1-.451-.285A3 3 0 0 0 4 5" />
<path d="M4 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0" />
</svg>
</span>
<span class="visually-hidden">Sign In / Register</span>
</a>
</li>
<li class="header__account--items header__minicart--items">
<button class="header__account--btn minicart__open--btn text-white" data-offcanvas>
<span class="header__account--btn__icon">
<svg width="17" height="17" viewBox="0 0 17 17" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M12.25 7.66667V4.33333C12.25 3.44928 11.8549 2.60143 11.1517 1.97631C10.4484 1.35119 9.49456 1 8.5 1C7.50544 1 6.55161 1.35119 5.84835 1.97631C5.14509 2.60143 4.75 3.44928 4.75 4.33333V7.66667M1.9375 6H15.0625L16 16H1L1.9375 6Z"
stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</span>
<span class="visually-hidden">Shopping Cart</span>
<span id="cart-count" class="items__count cart-count">0</span>
</button>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Start Offcanvas header menu -->
<div class="offcanvas__header">
<div class="offcanvas__inner">
<div class="offcanvas__logo">
<a class="offcanvas__logo_link" href="index.html">
<img src="https://res.cloudinary.com/dw57gwzru/image/upload/c_crop,w_500,h_200/v1736704921/Logotipo_Aura_Verde_Mineral_1_rlpyeb.png"
alt="Logo-img" width="158" height="36">
</a>
<button class="offcanvas__close--btn" data-offcanvas>close</button>
</div>
<nav class="offcanvas__menu">
<ul class="offcanvas__menu_ul">
<li class="offcanvas__menu_li">
<a class="offcanvas__menu_item" href="index.html">Home</a>
</li>
<li class="offcanvas__menu_li">
<a class="offcanvas__menu_item" href="./products.html">Products</a>
<ul class="offcanvas__sub_menu">
<li class="offcanvas__sub_menu_li">
<a href="#" class="offcanvas__sub_menu_item">Lips</a>
<ul class="offcanvas__sub_menu">
<li class="offcanvas__sub_menu_li"><a class="offcanvas__sub_menu_item"
href="#">Lips products</a></li>
</ul>
</li>
<li class="offcanvas__sub_menu_li">
<a href="#" class="offcanvas__sub_menu_item">Eyes</a>
<ul class="offcanvas__sub_menu">
<li class="offcanvas__sub_menu_li"><a class="offcanvas__sub_menu_item"
href="#">Eyes products</a></li>
</ul>
</li>
<li class="offcanvas__sub_menu_li">
<a href="#" class="offcanvas__sub_menu_item">Skincare</a>
<ul class="offcanvas__sub_menu">
<li class="offcanvas__sub_menu_li"><a class="offcanvas__sub_menu_item" href="#">
Eyes Products</a></li>
<li class="offcanvas__sub_menu_li"><a class="offcanvas__sub_menu_item"
href="#">Product Gallery</a></li>
</ul>
</li>
</ul>
</li>
</li>
<li class="offcanvas__menu_li"><a class="offcanvas__menu_item" href="about-us.html">About us</a>
</li>
<li class="offcanvas__menu_li"><a class="offcanvas__menu_item" href="contact-us.html">Contact
us</a></li>
</ul>
<div class="offcanvas__account--items">
<a class="offcanvas__account--items__btn d-flex align-items-center" href="login.html">
<span class="offcanvas__account--items__icon">
<svg xmlns="http://www.w3.org/2000/svg" width="20.51" height="19.443"
viewBox="0 0 512 512">
<path
d="M344 144c-3.92 52.87-44 96-88 96s-84.15-43.12-88-96c-4-55 35-96 88-96s92 42 88 96z"
fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="32" />
<path
d="M256 304c-87 0-175.3 48-191.64 138.6C62.39 453.52 68.57 464 80 464h352c11.44 0 17.62-10.48 15.65-21.4C431.3 352 343 304 256 304z"
fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" />
</svg>
</span>
<span class="offcanvas__account--items__label">Login</span>
</a>
<a class="offcanvas__account--items__btn d-flex align-items-center" href="./register.html">
<span class="offcanvas__account--items__icon">
<svg xmlns="http://www.w3.org/2000/svg" width="20.51" height="19.443"
viewBox="0 0 512 512">
<path
d="M344 144c-3.92 52.87-44 96-88 96s-84.15-43.12-88-96c-4-55 35-96 88-96s92 42 88 96z"
fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="32" />
<path
d="M256 304c-87 0-175.3 48-191.64 138.6C62.39 453.52 68.57 464 80 464h352c11.44 0 17.62-10.48 15.65-21.4C431.3 352 343 304 256 304z"
fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" />
</svg>
</span>
<span>Register</span>
</a>
</div>
</nav>
</div>
</div>
<!-- End Offcanvas header menu -->
<!-- Start Offcanvas sticky toolbar -->
<div class="offcanvas__sticky--toolbar">
<ul class="d-flex justify-content-between">
<li class="offcanvas__sticky--toolbar__list">
<a class="offcanvas__sticky--toolbar__btn" href="index.html">
<span class="offcanvas__sticky--toolbar__icon">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" width="15" height="16"
viewBox="0 0 22 17">
<path fill="currentColor"
d="M20.9141 7.93359c.1406.11719.2109.26953.2109.45703 0 .14063-.0469.25782-.1406.35157l-.3516.42187c-.1172.14063-.2578.21094-.4219.21094-.1406 0-.2578-.04688-.3515-.14062l-.9844-.77344V15c0 .3047-.1172.5625-.3516.7734-.2109.2344-.4687.3516-.7734.3516h-4.5c-.3047 0-.5742-.1172-.8086-.3516-.2109-.2109-.3164-.4687-.3164-.7734v-3.6562h-2.25V15c0 .3047-.11719.5625-.35156.7734-.21094.2344-.46875.3516-.77344.3516h-4.5c-.30469 0-.57422-.1172-.80859-.3516-.21094-.2109-.31641-.4687-.31641-.7734V8.46094l-.94922.77344c-.11719.09374-.24609.14062-.38672.14062-.16406 0-.30468-.07031-.42187-.21094l-.35157-.42187C.921875 8.625.875 8.50781.875 8.39062c0-.1875.070312-.33984.21094-.45703L9.73438.832031C10.1094.527344 10.5312.375 11 .375s.8906.152344 1.2656.457031l8.6485 7.101559zm-3.7266 6.50391V7.05469L11 1.99219l-6.1875 5.0625v7.38281h3.375v-3.6563c0-.3046.10547-.5624.31641-.7734.23437-.23436.5039-.35155.80859-.35155h3.375c.3047 0 .5625.11719.7734.35155.2344.211.3516.4688.3516.7734v3.6563h3.375z">
</path>
</svg>
</span>
<span class="offcanvas__sticky--toolbar__label">Home</span>
</a>
</li>
<li class="offcanvas__sticky--toolbar__list">
<a class="offcanvas__sticky--toolbar__btn" href="/products.html">
<span class="offcanvas__sticky--toolbar__icon">
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" width="16" height="15"
viewBox="0 0 448 512">
<path
d="M416 32H32A32 32 0 0 0 0 64v384a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32V64a32 32 0 0 0-32-32zm-16 48v152H248V80zm-200 0v152H48V80zM48 432V280h152v152zm200 0V280h152v152z">
</path>
</svg>
</span>
<span class="offcanvas__sticky--toolbar__label">Products</span>
</a>
</li>
<li class="offcanvas__sticky--toolbar__list ">
<a class="offcanvas__sticky--toolbar__btn search__open--btn" href="javascript:void(0)"
data-offcanvas>
<span class="offcanvas__sticky--toolbar__icon">
<svg xmlns="http://www.w3.org/2000/svg" width="22.51" height="20.443" viewBox="0 0 512 512">
<path d="M221.09 64a157.09 157.09 0 10157.09 157.09A157.1 157.1 0 00221.09 64z"
fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="32" />
<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10"
stroke-width="32" d="M338.29 338.29L448 448" />
</svg>
</span>
<span class="offcanvas__sticky--toolbar__label">Search</span>
</a>
</li>
</ul>
</div>
<!-- End Offcanvas sticky toolbar -->
<!-- Start offCanvas minicart -->
<div class="offCanvas__minicart">
<div class="minicart__header ">
<div class="minicart__header--top d-flex justify-content-between align-items-center">
<h3 class="minicart__title"> Shopping Cart</h3>
<button class="minicart__close--btn" aria-label="minicart close btn" data-offcanvas>
<svg class="minicart__close--icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path fill="currentColor" stroke="currentColor" stroke-linecap="round"
stroke-linejoin="round" stroke-width="32" d="M368 368L144 144M368 144L144 368" />
</svg>
</button>
</div>
<p class="minicart__header--desc">The Beauty and Cosmetic products are limited</p>
</div>
<div id="minicart__products-list" class="minicart__products-list"></div>
<div id="minicart__products-payment" class="minicart__products-payment"></div>
<div class="minicart__conditions text-center">
<input class="minicart__conditions--input" id="accept" type="checkbox">
<label class="minicart__conditions--label" for="accept">I agree with the <a
class="minicart__conditions--link" href="privacy-policy.html">Privacy Policy</a></label>
</div>
<div class="minicart__button-group d-flex justify-content-center">
<a class="btn btn-primary button-mini-cart" href="checkout.html">View cart</a>
<a class="btn btn-primary button-mini-cart" href="checkout.html">Checkout</a>
</div>
</div>
<!-- End offCanvas minicart -->
<!-- Start search box area -->
<div class="predictive__search--box ">
<div class="predictive__search--box__inner">
<h2 class="predictive__search--title">Search Products</h2>
<form class="predictive__search--form" action="#">
<label>
<input class="predictive__search--input" placeholder="Search Here" type="text">
</label>
<button class="predictive__search--button text-white" aria-label="search button"><svg
class="product__items--action__btn--svg" xmlns="http://www.w3.org/2000/svg" width="30.51"
height="25.443" viewBox="0 0 512 512">
<path d="M221.09 64a157.09 157.09 0 10157.09 157.09A157.1 157.1 0 00221.09 64z" fill="none"
stroke="currentColor" stroke-miterlimit="10" stroke-width="32" />
<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10"
stroke-width="32" d="M338.29 338.29L448 448" />
</svg> </button>
</form>
</div>
<button class="predictive__search--close__btn" aria-label="search close" data-offcanvas>
<svg class="predictive__search--close__icon" xmlns="http://www.w3.org/2000/svg" width="40.51"
height="30.443" viewBox="0 0 512 512">
<path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="32" d="M368 368L144 144M368 144L144 368" />
</svg>
</button>
</div>
<!-- End search box area -->
</header>
<!-- End header area -->
<!-- Start breadcrumb section -->
<section class="breadcrumb__section breadcrumb__bg">
<div class="container">
<div class="row row-cols-1">
<div class="col">
<nav class="breadcrumb__content">
<ul class="breadcrumb__content--menu d-flex ">
<li class="breadcrumb__content--menu__items"><a href="index.html">Home</a></li>
</ul>
</nav>
</div>
</div>
</div>
</section>
<!-- End breadcrumb section -->
<!-- Start checkout page area -->
<div class="checkout__page--area section--padding">
<div class="container">
<div class="row">
<div class="my__account--section__inner border-radius-10 d-flex">
<div class="account__left--sidebar">
<h2 class="account__content--title mb-20" id="user-name">Profile</h2>
<ul class="account__menu">
<li class="account__menu--list active">My Orders</li>
</ul>
</div>
<div class="account__wrapper">
<div class="account__content">
<h2 class="account__content--title h3 mb-20">Orders History</h2>
<div class="account__table--area">
<table class="account__table">
<thead class="account__table--header">
<tr class="account__table--header__child">
<th class="account__table--header__child--items">Order</th>
<th class="account__table--header__child--items">Date</th>
<th class="account__table--header__child--items">Status</th>
<th class="account__table--header__child--items">Total</th>
</tr>
</thead>
<tbody class="account__table--body" id="desktop-order-list-body">
</tbody>
<tbody class="account__table--body mobile__block">
<tr class="account__table--body__child">
<td class="account__table--body__child--items">
<strong>Order</strong>
<span>#2014</span>
</td>
<td class="account__table--body__child--items">
<strong>Date</strong>
<span>November 24, 2022</span>
</td>
<td class="account__table--body__child--items">
<strong>Payment Status</strong>
<span>Paid</span>
</td>
<td class="account__table--body__child--items">
<strong>Total</strong>
<span>$40.00 USD</span>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End checkout page area -->
</main>
<!-- Start footer section -->
<footer class="footer__section footer__bg">
<div class="container">
<div class="main__footer section--padding">
<div class="row ">
<div class="col-lg-4 col-md-8">
<div class="footer__widget">
<h2 class="footer__widget--title d-none d-sm-u-block">About Us <button
class="footer__widget--button" aria-label="footer widget button"></button>
<svg class="footer__widget--title__arrowdown--icon" xmlns="http://www.w3.org/2000/svg"
width="12.355" height="8.394" viewBox="0 0 10.355 6.394">
<path d="M15.138,8.59l-3.961,3.952L7.217,8.59,6,9.807l5.178,5.178,5.178-5.178Z"
transform="translate(-6 -8.59)" fill="currentColor"></path>
</svg>
</h2>
<div class="footer__widget--inner">
<div class="footer__logo">
<a class="footer__logo--link" href="index.html">
<img class="footer__logo--img"
src="https://res.cloudinary.com/dw57gwzru/image/upload/c_crop,w_500,h_200/v1736704921/Logotipo_Aura_Verde_Mineral_1_rlpyeb.png"
alt="logo-img">
</a>
</div>
<ul class="footer__widget--info">
<li class="footer__widget--info_list">
<svg class="footer__widget--info__icon" width="20" height="23"
viewBox="0 0 20 23" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M18.3334 10.1666C18.3334 14.769 10.0001 20.9999 10.0001 20.9999C10.0001 20.9999 1.66675 14.769 1.66675 10.1666C1.66675 5.56421 5.39771 1.83325 10.0001 1.83325C14.6025 1.83325 18.3334 5.56421 18.3334 10.1666Z"
stroke="currentColor" stroke-width="2"></path>
<ellipse cx="10.0001" cy="10.1667" rx="2.5" ry="2.5" stroke="currentColor"
stroke-width="2"></ellipse>
</svg>
<span class="footer__widget--info__text">Bogotá, Colombia</span>
</li>
<li class="footer__widget--info_list">
<svg class="footer__widget--info__icon" width="20" height="20"
viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M13.31 1.52371L18.6133 2.11296C18.6133 2.11296 19.2026 7.41627 13.31 13.3088C7.41748 19.2014 2.11303 18.6133 2.11303 18.6133L1.52377 13.31L5.64971 10.9529L7.71153 13.0148C7.71153 13.0148 9.18467 12.7201 10.9524 10.9524C12.7202 9.18461 13.0148 7.71147 13.0148 7.71147L10.953 5.64965L13.31 1.52371Z"
stroke="currentColor" stroke-width="2"></path>
</svg>
<a class="footer__widget--info__text" href="tel:+1234567898"> (+57)
456-789-88-76</a>
</li>
<li class="footer__widget--info_list">
<svg class="footer__widget--info__icon" width="24" height="20"
viewBox="0 0 24 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2.00006 3.33325H22.0001V17.4999H2.00006V3.33325Z"
stroke="currentColor" stroke-width="2"></path>
<path d="M3.2655 3.33325H20.7871L12 12.4999L3.2655 3.33325Z"
stroke="currentColor" stroke-width="2"></path>
</svg>
<a class="footer__widget--info__text"
href="mailto:[email protected]">[email protected]</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-2 col-md-4">
<div class="footer__widget">
<h2 class="footer__widget--title ">Links <button class="footer__widget--button"
aria-label="footer widget button"></button>
<svg class="footer__widget--title__arrowdown--icon" xmlns="http://www.w3.org/2000/svg"
width="12.355" height="8.394" viewBox="0 0 10.355 6.394">
<path d="M15.138,8.59l-3.961,3.952L7.217,8.59,6,9.807l5.178,5.178,5.178-5.178Z"
transform="translate(-6 -8.59)" fill="currentColor"></path>
</svg>
</h2>
<ul class="footer__widget--menu footer__widget--inner">
<li class="footer__widget--menu__list ">
<a class="footer__widget--menu__text" href="/index.html">Home</a>
</li>
<li class="footer__widget--menu__list">
<a class="footer__widget--menu__text" href="/contact-us.html">Contact Us</a>
</li>
<li class="footer__widget--menu__list ">
<a class="footer__widget--menu__text" href="/about-us.html">About Us</a>
</li>
<li class="footer__widget--menu__list ">
<a class="footer__widget--menu__text" href="/products.html">Products</a>
</li>
<li class="footer__widget--menu__list">
<a class="footer__widget--menu__text" href="/checkout.html">Shopping Cart</a>
</li>
<li class="footer__widget--menu__list">
<a class="footer__widget--menu__text" href="/login.html">Login - Register</a>
</li>
</ul>
</div>
</div>
<div class="col-lg-2 col-md-5">
<div class="footer__widget">
</div>
</div>
<div class="col-lg-4 col-md-7">
<div class="footer__widget">
<h2 class="footer__widget--title ">Newsletter <button class="footer__widget--button"
aria-label="footer widget button"></button>
<svg class="footer__widget--title__arrowdown--icon" xmlns="http://www.w3.org/2000/svg"
width="12.355" height="8.394" viewBox="0 0 10.355 6.394">
<path d="M15.138,8.59l-3.961,3.952L7.217,8.59,6,9.807l5.178,5.178,5.178-5.178Z"
transform="translate(-6 -8.59)" fill="currentColor"></path>
</svg>
</h2>
<div class="footer__widget--inner">
<p class="footer__widget--desc">Subscribe and receive information by e-mail</p>
<div class="newsletter__subscribe footer__newsletter">
<form class="newsletter__subscribe--form" action="#">
<label>
<input class="newsletter__subscribe--input" placeholder="Enter your e-mail"
type="email" />
</label>
<button class="newsletter__subscribe--button" type="submit">Subscribe</button>
</form>
</div>
<ul class="social__share footer__social d-flex">
<li class="social__share--list">
<a class="social__share--icon" target="_blank"
href="https://github.com/anstylist/aura-fed">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
fill="currentColor" class="bi bi-github" viewBox="0 0 16 16">
<path
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27s1.36.09 2 .27c1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8" />
</svg>
<span class="visually-hidden">Github</span>
</a>
</li>
<li class="social__share--list">
<a class="social__share--icon" target="_blank" href="https://twitter.com">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
fill="currentColor" class="bi bi-twitter-x" viewBox="0 0 16 16">
<path
d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z" />
</svg>
<span class="visually-hidden">X</span>
</a>
</li>
<li class="social__share--list">
<a class="social__share--icon" target="_blank" href="https://www.instagram.com">
<svg width="16" height="15" viewBox="0 0 14 13" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M7.125 3.60547C5.375 3.60547 3.98047 5.02734 3.98047 6.75C3.98047 8.5 5.375 9.89453 7.125 9.89453C8.84766 9.89453 10.2695 8.5 10.2695 6.75C10.2695 5.02734 8.84766 3.60547 7.125 3.60547ZM7.125 8.80078C6.00391 8.80078 5.07422 7.89844 5.07422 6.75C5.07422 5.62891 5.97656 4.72656 7.125 4.72656C8.24609 4.72656 9.14844 5.62891 9.14844 6.75C9.14844 7.89844 8.24609 8.80078 7.125 8.80078ZM11.1172 3.49609C11.1172 3.08594 10.7891 2.75781 10.3789 2.75781C9.96875 2.75781 9.64062 3.08594 9.64062 3.49609C9.64062 3.90625 9.96875 4.23438 10.3789 4.23438C10.7891 4.23438 11.1172 3.90625 11.1172 3.49609ZM13.1953 4.23438C13.1406 3.25 12.9219 2.375 12.2109 1.66406C11.5 0.953125 10.625 0.734375 9.64062 0.679688C8.62891 0.625 5.59375 0.625 4.58203 0.679688C3.59766 0.734375 2.75 0.953125 2.01172 1.66406C1.30078 2.375 1.08203 3.25 1.02734 4.23438C0.972656 5.24609 0.972656 8.28125 1.02734 9.29297C1.08203 10.2773 1.30078 11.125 2.01172 11.8633C2.75 12.5742 3.59766 12.793 4.58203 12.8477C5.59375 12.9023 8.62891 12.9023 9.64062 12.8477C10.625 12.793 11.5 12.5742 12.2109 11.8633C12.9219 11.125 13.1406 10.2773 13.1953 9.29297C13.25 8.28125 13.25 5.24609 13.1953 4.23438ZM11.8828 10.3594C11.6914 10.9062 11.2539 11.3164 10.7344 11.5352C9.91406 11.8633 8 11.7812 7.125 11.7812C6.22266 11.7812 4.30859 11.8633 3.51562 11.5352C2.96875 11.3164 2.55859 10.9062 2.33984 10.3594C2.01172 9.56641 2.09375 7.65234 2.09375 6.75C2.09375 5.875 2.01172 3.96094 2.33984 3.14062C2.55859 2.62109 2.96875 2.21094 3.51562 1.99219C4.30859 1.66406 6.22266 1.74609 7.125 1.74609C8 1.74609 9.91406 1.66406 10.7344 1.99219C11.2539 2.18359 11.6641 2.62109 11.8828 3.14062C12.2109 3.96094 12.1289 5.875 12.1289 6.75C12.1289 7.65234 12.2109 9.56641 11.8828 10.3594Z"
fill="currentColor" />
</svg>
<span class="visually-hidden">Instagram</span>
</a>
</li>
<li class="social__share--list">
<a class="social__share--icon" target="_blank" href="https://www.linkedin.com">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"
fill="currentColor" class="bi bi-linkedin" viewBox="0 0 16 16">
<path
d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z" />
</svg>
<span class="visually-hidden">LinkedIn</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer__bottom">
<div class="container-copyr">
<div class="footer__bottom--inenr d-flex justify-content-between align-items-center">
<p class="copyright__content mb-0">AURA <span class="text__secondary">© 2025</span>. All Rights
Reserved.</p>
</div>
</div>
</div>
</footer>
<!-- End footer section -->
<!-- Toast messages -->
<div class="toast-container position-fixed p-2">
<div id="no-products-toast" class="toast align-items-center text-bg-danger border-0" role="alert"
aria-live="assertive" aria-atomic="true">
<div class="d-flex">
<div class="toast-body">
No more products available in stock
</div>
<button type="button" class="btn-close btn-close-white me-2 m-auto" data-bs-dismiss="toast"
aria-label="Close" data-in-minicart></button>
</div>
</div>
<div id="product-added-toast" class="toast align-items-center text-bg-success border-0" role="alert"
aria-live="assertive" aria-atomic="true">
<div class="d-flex">
<div class="toast-body">
Your product has been successfully added to the shopping cart
</div>
<button type="button" class="btn-close btn-close-white me-2 m-auto" data-bs-dismiss="toast"
aria-label="Close" data-in-minicart></button>
</div>
</div>
</div>
<!-- Toast messages -->
<div class="toast-container position-fixed p-2">
<div id="checkout-result-toast" class="toast align-items-center text-bg-danger border-0" role="alert"
aria-live="assertive" aria-atomic="true" data-bs-delay="5000">
<div class="d-flex">
<div id="message-checkout-result-toast" class="toast-body"></div>
<button type="button" class="btn-close btn-close-white me-2 m-auto" data-bs-dismiss="toast"
aria-label="Close" data-in-minicart></button>
</div>
</div>
</div>
<!-- Scroll top bar -->
<button id="scroll__top"><svg xmlns="http://www.w3.org/2000/svg" class="ionicon" viewBox="0 0 512 512">
<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="48"
d="M112 244l144-144 144 144M256 120v292" />
</svg></button>
<!-- All Script JS Plugins here -->
<script src="assets/js/vendor/popper.js" defer="defer"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<script src="assets/js/plugins/swiper-bundle.min.js"></script>
<script src="assets/js/plugins/glightbox.min.js"></script>
<script src="assets/js/plugins/date-fns.min.js"></script>
<!-- Customscript js -->
<script src="/assets/js/script.js"></script>
<script src="/assets/js/services/config.js"></script>
<script src="/assets/js/services/categories-service.js"></script>
<script src="/assets/js/services/campaigns-service.js"></script>
<script src="/assets/js/services/discount-code-service.js"></script>
<script src="/assets/js/services/order-service.js"></script>
<script src="/assets/js/services/auth-service.js"></script>
<script src="/assets/js/cart.js"></script>
<script src="/assets/js/my-profile.js"></script>
<script>
const productsInCart = JSON.parse(localStorage.getItem('productsInCart')) || [];
// Setear los valores iniciales cuando hay productos ya agregados al carrito (localstorage)
updateProductsCounter(productsInCart);
renderShoppingCart(productsInCart)
</script>
</body>
</html>