-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathselenium_results.txt
970 lines (927 loc) · 503 KB
/
selenium_results.txt
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
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
<html class="fontawesome-i2svg-active fontawesome-i2svg-complete" data-whatinput="initial" data-whatintent="initial" lang="en"><head><script async="" src="https://static.criteo.net/js/ld/publishertag.prebid.136.js" type="text/javascript"></script>
<meta charset="utf-8"/>
<meta content="ie=edge" http-equiv="x-ua-compatible"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<meta content="#dc143c" name="theme-color"/>
<meta content="EN" http-equiv="Content-Language"/>
<meta content="&quot;The cuddle, the embrace, the pleasure of being wrapped in a cloud of vanilla, milk and honey.&quot; - a note from the brand.
..." name="description"/>
<meta content="Bianco Latte, Giardini Di Toscana, perfume review, fragrance recommendations" name="keywords"/>
<meta content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1, noarchive" name="robots"/>
<style type="text/css">:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Solid";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Regular";--fa-font-light:normal 300 1em/1 "Font Awesome 6 Light";--fa-font-thin:normal 100 1em/1 "Font Awesome 6 Thin";--fa-font-duotone:normal 900 1em/1 "Font Awesome 6 Duotone";--fa-font-sharp-solid:normal 900 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-regular:normal 400 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-light:normal 300 1em/1 "Font Awesome 6 Sharp";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}svg:not(:host).svg-inline--fa,svg:not(:root).svg-inline--fa{overflow:visible;box-sizing:content-box}.svg-inline--fa{display:var(--fa-display,inline-block);height:1em;overflow:visible;vertical-align:-.125em}.svg-inline--fa.fa-2xs{vertical-align:.1em}.svg-inline--fa.fa-xs{vertical-align:0}.svg-inline--fa.fa-sm{vertical-align:-.0714285705em}.svg-inline--fa.fa-lg{vertical-align:-.2em}.svg-inline--fa.fa-xl{vertical-align:-.25em}.svg-inline--fa.fa-2xl{vertical-align:-.3125em}.svg-inline--fa.fa-pull-left{margin-right:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-pull-right{margin-left:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-li{width:var(--fa-li-width,2em);top:.25em}.svg-inline--fa.fa-fw{width:var(--fa-fw-width,1.25em)}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-text{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter{background-color:var(--fa-counter-background-color,#ff253a);border-radius:var(--fa-counter-border-radius,1em);box-sizing:border-box;color:var(--fa-inverse,#fff);line-height:var(--fa-counter-line-height,1);max-width:var(--fa-counter-max-width,5em);min-width:var(--fa-counter-min-width,1.5em);overflow:hidden;padding:var(--fa-counter-padding,.25em .5em);right:var(--fa-right,0);text-overflow:ellipsis;top:var(--fa-top,0);-webkit-transform:scale(var(--fa-counter-scale,.25));transform:scale(var(--fa-counter-scale,.25));-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-bottom-right{bottom:var(--fa-bottom,0);right:var(--fa-right,0);top:auto;-webkit-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:bottom right;transform-origin:bottom right}.fa-layers-bottom-left{bottom:var(--fa-bottom,0);left:var(--fa-left,0);right:auto;top:auto;-webkit-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:bottom left;transform-origin:bottom left}.fa-layers-top-right{top:var(--fa-top,0);right:var(--fa-right,0);-webkit-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-top-left{left:var(--fa-left,0);right:auto;top:var(--fa-top,0);-webkit-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:top left;transform-origin:top left}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.0833333337em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.0714285718em;vertical-align:.0535714295em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.0416666682em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width,2em) * -1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1,1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1,1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}100%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1,1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1,1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}100%{-webkit-transform:scale(1,1) translateY(0);transform:scale(1,1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}24%,8%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}100%,40%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}24%,8%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}100%,40%{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;vertical-align:middle;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;z-index:var(--fa-stack-z-index,auto)}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-sr-only,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fa-sr-only-focusable:not(:focus),.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor);opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.fa-duotone.fa-inverse,.fad.fa-inverse{color:var(--fa-inverse,#fff)}</style><link href="https://www.fragrantica.com/perfume/Giardini-Di-Toscana/Bianco-Latte-64757.html" rel="canonical"/>
<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon"/>
<link href="/favicon.ico" rel="icon" type="image/x-icon"/>
<meta content="2470859e46" name="verify-admitad"/>
<title>Bianco Latte Giardini Di Toscana perfume - a fragrance for women and men</title>
<link href="/new-css/mfga-app.css?v=rtgTT390b3ce93080c17b45c6dfa1a36a9ca4" rel="stylesheet"/>
<script async="" src="https://btloader.com/tag?o=5708166709903360&upapi=true" type="text/javascript"></script><script async="" src="//cdn.confiant-integrations.net/gptprebidnative/202401231116/wrap.js"></script><script async="" src="https://cdn.confiant-integrations.net/FP49ixHTLN2-RN_1TK-OUhFq1O0/gpt_and_prebid/config.js" type="text/javascript"></script><script async="" src="https://securepubads.g.doubleclick.net/tag/js/gpt.js" type="text/javascript"></script><script async="" src="//c.amazon-adsystem.com/aax2/apstag.js"></script><script async="" src="https://cdn.fuseplatform.net/prebid/prebid-80641dfffeef01c8ba1e32706ba8b79f.js" type="text/javascript"></script><script async="" src="https://www.googletagmanager.com/gtag/js?id=G-LKTF6586LY"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LKTF6586LY');
</script>
<link href="https://www.fragrantica.com/perfume/Giardini-Di-Toscana/Bianco-Latte-64757.html" hreflang="en" rel="alternate"/>
<link href="https://www.fragrantica.de/Parfum/Giardini-Di-Toscana/Bianco-Latte-64757.html" hreflang="de" rel="alternate"/>
<link href="https://www.fragrantica.es/perfume/Giardini-Di-Toscana/Bianco-Latte-64757.html" hreflang="es" rel="alternate"/>
<link href="https://www.fragrantica.fr/parfum/Giardini-Di-Toscana/Bianco-Latte-64757.html" hreflang="fr" rel="alternate"/>
<link href="https://www.fragrantica.cz/perfume/Giardini-Di-Toscana/Bianco-Latte-64757.html" hreflang="cs" rel="alternate"/>
<link href="https://www.fragrantica.it/perfume/Giardini-Di-Toscana/Bianco-Latte-64757.html" hreflang="it" rel="alternate"/>
<link href="https://www.fragrantica.ru/perfume/Giardini-Di-Toscana/Bianco-Latte-64757.html" hreflang="ru" rel="alternate"/>
<link href="https://www.fragrantica.pl/perfumy/Giardini-Di-Toscana/Bianco-Latte-64757.html" hreflang="pl" rel="alternate"/>
<link href="https://www.fragrantica.com.br/perfume/Giardini-Di-Toscana/Bianco-Latte-64757.html" hreflang="pt" rel="alternate"/>
<link href="https://www.fragrantica.gr/perfume/Giardini-Di-Toscana/Bianco-Latte-64757.html" hreflang="el" rel="alternate"/>
<link href="https://www.fragrantica.asia/perfume/Giardini-Di-Toscana/Bianco-Latte-64757.html" hreflang="zh" rel="alternate"/>
<link href="https://www.fragrantica.nl/parfum/Giardini-Di-Toscana/Bianco-Latte-64757.html" hreflang="nl" rel="alternate"/>
<link href="https://www.punmiris.com/parfem/Giardini-Di-Toscana/Bianco-Latte-64757.html" hreflang="sr" rel="alternate"/>
<link href="https://www.fragrantica.ro/parfum/Giardini-Di-Toscana/Bianco-Latte-64757.html" hreflang="ro" rel="alternate"/>
<link href="https://www.fragranticarabia.com/perfumes/Giardini-Di-Toscana/Bianco-Latte-64757.html" hreflang="ar" rel="alternate"/>
<link href="https://www.fragrantica.ua/perfumes/Giardini-Di-Toscana/Bianco-Latte-64757.html" hreflang="uk" rel="alternate"/>
<link href="https://www.fragrantica.mn/perfumes/Giardini-Di-Toscana/Bianco-Latte-64757.html" hreflang="mn" rel="alternate"/>
<link href="https://www.fragrantica.co.il/perfumes/Giardini-Di-Toscana/Bianco-Latte-64757.html" hreflang="he" rel="alternate"/>
<meta content="Bianco Latte Giardini Di Toscana perfume - a fragrance for women and men" property="og:title"/>
<meta content="&quot;The cuddle, the embrace, the pleasure of being wrapped in a cloud of vanilla, milk and honey.&quot; - a note from the brand.
..." property="og:description"/>
<meta content="product" property="og:type"/>
<meta content="https://www.fragrantica.com/perfume/Giardini-Di-Toscana/Bianco-Latte-64757.html" property="og:url"/>
<meta content="https://fimgs.net/mdimg/perfume/social.64757.jpg" property="og:image"/>
<meta content="www.fragrantica.com" property="og:site_name"/>
<meta content="506058825" property="fb:admins"/>
<meta content="210435382308280" property="fb:app_id"/>
<meta content="summary_large_image" name="twitter:card"/>
<meta content="@fragrantica" name="twitter:site"/>
<meta content="Bianco Latte Giardini Di Toscana perfume - a fragrance for women and men" name="twitter:title"/>
<meta content="&quot;The cuddle, the embrace, the pleasure of being wrapped in a cloud of vanilla, milk and honey.&quot; - a note from the brand.
..." name="twitter:description"/>
<meta content="https://fimgs.net/mdimg/perfume/social.64757.jpg" name="twitter:image"/>
<link href="/apple-touch-icon.png" rel="apple-touch-icon"/>
<link href="/apple-touch-icon-57x57.png" rel="apple-touch-icon" sizes="57x57"/>
<link href="/apple-touch-icon-72x72.png" rel="apple-touch-icon" sizes="72x72"/>
<link href="/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76"/>
<link href="/apple-touch-icon-114x114.png" rel="apple-touch-icon" sizes="114x114"/>
<link href="/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120"/>
<link href="/apple-touch-icon-144x144.png" rel="apple-touch-icon" sizes="144x144"/>
<link href="/apple-touch-icon-152x152.png" rel="apple-touch-icon" sizes="152x152"/>
<link href="/apple-touch-icon-180x180.png" rel="apple-touch-icon" sizes="180x180"/>
<link href="/manifest.json" rel="manifest"/>
<script async="" src="https://cdn.fuseplatform.net/publift/tags/2/2392/fuse.js"></script>
<meta class="foundation-mq" content="" name="foundation-mq"/><meta content="AymqwRC7u88Y4JPvfIF2F37QKylC04248hLCdJAsh8xgOfe/dVJPV3XS3wLFca1ZMVOtnBfVjaCMTVudWM//5g4AAAB7eyJvcmlnaW4iOiJodHRwczovL3d3dy5nb29nbGV0YWdtYW5hZ2VyLmNvbTo0NDMiLCJmZWF0dXJlIjoiUHJpdmFjeVNhbmRib3hBZHNBUElzIiwiZXhwaXJ5IjoxNjk1MTY3OTk5LCJpc1RoaXJkUGFydHkiOnRydWV9" http-equiv="origin-trial"/><style>.bar-chart[data-v-1de4d4f4]{display:flex;height:30px;justify-content:space-around;opacity:.3;width:100%}.bar-chart__bar[data-v-1de4d4f4]{background:#ddd;flex:1;position:relative}.bar-chart__fill[data-v-1de4d4f4]{background:#007bff;bottom:0;position:absolute;width:100%}</style><style>[v-cloak]{display:none}</style><style>[v-cloak]{display:none}</style><style>[v-cloak]{display:none}</style><style>.fade-enter-active,.fade-leave-active{transition:opacity .1s}.fade-enter,.fade-leave-to{opacity:0}</style><style>[v-cloak]{display:none}</style><style>.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}</style><style>body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;top:0;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{-webkit-font-smoothing:subpixel-antialiased;-webkit-touch-callout:none;color:#ccc;font-size:13px;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-overflow-scrolling:touch;-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{-webkit-overflow-scrolling:touch;background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:fancybox-rotate 1s linear infinite;background:transparent;border:4px solid;border-color:#888 #888 #fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes fancybox-rotate{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);background:#ddd;bottom:0;display:none;margin:0;padding:2px 2px 4px;position:absolute;right:0;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-tap-highlight-color:transparent;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}</style><style>.flash{background-color:#fff;bottom:25px;box-shadow:0 4px 6px 0 rgba(0,0,0,.2);cursor:pointer;padding:.5rem .2rem 1.3rem;position:fixed;right:25px;z-index:100}.slide-fade-enter-active{transition:all .4s ease-in}.slide-fade-leave-active{transition:all .4s ease-out}.slide-fade-enter,.slide-fade-leave-to{opacity:0;transform:translateX(10px)}</style><style>.swal2-popup.swal2-toast{background:#fff;box-shadow:0 0 1px rgba(0,0,0,.075),0 1px 2px rgba(0,0,0,.075),1px 2px 4px rgba(0,0,0,.075),1px 3px 8px rgba(0,0,0,.075),2px 4px 16px rgba(0,0,0,.075);box-sizing:border-box;grid-column:1/4!important;grid-row:1/4!important;grid-template-columns:1fr 99fr 1fr;overflow-y:hidden;padding:1em;pointer-events:all}.swal2-popup.swal2-toast>*{grid-column:2}.swal2-popup.swal2-toast .swal2-title{font-size:1em;margin:.5em 1em;padding:0;text-align:initial}.swal2-popup.swal2-toast .swal2-loading{justify-content:center}.swal2-popup.swal2-toast .swal2-input{font-size:1em;height:2em;margin:.5em}.swal2-popup.swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast .swal2-footer{font-size:.8em;margin:.5em 0 0;padding:.5em 0 0}.swal2-popup.swal2-toast .swal2-close{align-self:center;font-size:2em;grid-column:3/3;grid-row:1/99;height:.8em;margin:0;width:.8em}.swal2-popup.swal2-toast .swal2-html-container{font-size:1em;margin:.5em 1em;padding:0;text-align:initial}.swal2-popup.swal2-toast .swal2-html-container:empty{padding:0}.swal2-popup.swal2-toast .swal2-loader{align-self:center;grid-column:1;grid-row:1/99;height:2em;margin:.25em;width:2em}.swal2-popup.swal2-toast .swal2-icon{align-self:center;grid-column:1;grid-row:1/99;height:2em;margin:0 .5em 0 0;min-width:2em;width:2em}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{align-items:center;display:flex;font-size:1.8em;font-weight:700}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{height:2em;width:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{height:auto;justify-content:flex-start;margin:.5em 0 0;padding:0 .5em}.swal2-popup.swal2-toast .swal2-styled{font-size:1em;margin:.25em .5em;padding:.4em .6em}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{border-radius:50%;height:3em;position:absolute;transform:rotate(45deg);width:1.6em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{border-radius:4em 0 0 4em;left:-.5em;top:-.8em;transform:rotate(-45deg);transform-origin:2em 2em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{border-radius:0 4em 4em 0;left:.9375em;top:-.25em;transform-origin:0 1.5em}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{height:2em;width:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{height:2.6875em;left:.4375em;top:0;width:.4375em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{left:.1875em;top:1.125em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{right:.1875em;top:.9375em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{animation:swal2-toast-hide .1s forwards}.swal2-container{-webkit-overflow-scrolling:touch;bottom:0;box-sizing:border-box;display:grid;grid-template-areas:"top-start top top-end" "center-start center center-end" "bottom-start bottom-center bottom-end";grid-template-rows:minmax(min-content,auto) minmax(min-content,auto) minmax(min-content,auto);height:100%;left:0;overflow-x:hidden;padding:.625em;position:fixed;right:0;top:0;transition:background-color .1s;z-index:1060}.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation{background:rgba(0,0,0,.4)}.swal2-container.swal2-backdrop-hide{background:transparent!important}.swal2-container.swal2-bottom-start,.swal2-container.swal2-center-start,.swal2-container.swal2-top-start{grid-template-columns:minmax(0,1fr) auto auto}.swal2-container.swal2-bottom,.swal2-container.swal2-center,.swal2-container.swal2-top{grid-template-columns:auto minmax(0,1fr) auto}.swal2-container.swal2-bottom-end,.swal2-container.swal2-center-end,.swal2-container.swal2-top-end{grid-template-columns:auto auto minmax(0,1fr)}.swal2-container.swal2-top-start>.swal2-popup{align-self:start}.swal2-container.swal2-top>.swal2-popup{align-self:start;grid-column:2;justify-self:center}.swal2-container.swal2-top-end>.swal2-popup,.swal2-container.swal2-top-right>.swal2-popup{align-self:start;grid-column:3;justify-self:end}.swal2-container.swal2-center-left>.swal2-popup,.swal2-container.swal2-center-start>.swal2-popup{align-self:center;grid-row:2}.swal2-container.swal2-center>.swal2-popup{align-self:center;grid-column:2;grid-row:2;justify-self:center}.swal2-container.swal2-center-end>.swal2-popup,.swal2-container.swal2-center-right>.swal2-popup{align-self:center;grid-column:3;grid-row:2;justify-self:end}.swal2-container.swal2-bottom-left>.swal2-popup,.swal2-container.swal2-bottom-start>.swal2-popup{align-self:end;grid-column:1;grid-row:3}.swal2-container.swal2-bottom>.swal2-popup{align-self:end;grid-column:2;grid-row:3;justify-self:center}.swal2-container.swal2-bottom-end>.swal2-popup,.swal2-container.swal2-bottom-right>.swal2-popup{align-self:end;grid-column:3;grid-row:3;justify-self:end}.swal2-container.swal2-grow-fullscreen>.swal2-popup,.swal2-container.swal2-grow-row>.swal2-popup{grid-column:1/4;width:100%}.swal2-container.swal2-grow-column>.swal2-popup,.swal2-container.swal2-grow-fullscreen>.swal2-popup{align-self:stretch;grid-row:1/4}.swal2-container.swal2-no-transition{transition:none!important}.swal2-popup{background:#fff;border:none;border-radius:5px;box-sizing:border-box;color:#545454;display:none;font-family:inherit;font-size:1rem;grid-template-columns:minmax(0,100%);max-width:100%;padding:0 0 1.25em;position:relative;width:32em}.swal2-popup:focus{outline:none}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-title{word-wrap:break-word;color:inherit;font-size:1.875em;font-weight:600;margin:0;max-width:100%;padding:.8em 1em 0;position:relative;text-align:center;text-transform:none}.swal2-actions{align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:center;margin:1.25em auto 0;padding:0;width:auto;z-index:1}.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.swal2-loader{align-items:center;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-color:#2778c4 transparent;border-radius:100%;border-style:solid;border-width:.25em;display:none;height:2.2em;justify-content:center;margin:0 1.875em;width:2.2em}.swal2-styled{box-shadow:0 0 0 3px transparent;font-weight:500;margin:.3125em;padding:.625em 1.1em;transition:box-shadow .1s}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{background:initial;background-color:#7066e0;border:0;border-radius:.25em;color:#fff;font-size:1em}.swal2-styled.swal2-confirm:focus{box-shadow:0 0 0 3px rgba(112,102,224,.5)}.swal2-styled.swal2-deny{background:initial;background-color:#dc3741;border:0;border-radius:.25em;color:#fff;font-size:1em}.swal2-styled.swal2-deny:focus{box-shadow:0 0 0 3px rgba(220,55,65,.5)}.swal2-styled.swal2-cancel{background:initial;background-color:#6e7881;border:0;border-radius:.25em;color:#fff;font-size:1em}.swal2-styled.swal2-cancel:focus{box-shadow:0 0 0 3px hsla(208,8%,47%,.5)}.swal2-styled.swal2-default-outline:focus{box-shadow:0 0 0 3px rgba(100,150,200,.5)}.swal2-styled:focus{outline:none}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{border-top:1px solid #eee;color:inherit;font-size:1em;justify-content:center;margin:1em 0 0;padding:1em 1em 0}.swal2-timer-progress-bar-container{border-bottom-left-radius:5px;border-bottom-right-radius:5px;bottom:0;grid-column:auto!important;left:0;overflow:hidden;position:absolute;right:0}.swal2-timer-progress-bar{background:rgba(0,0,0,.2);height:.25em;width:100%}.swal2-image{margin:2em auto 1em;max-width:100%}.swal2-close{align-items:center;background:transparent;border:none;border-radius:5px;color:#ccc;cursor:pointer;font-family:serif;font-family:monospace;font-size:2.5em;height:1.2em;justify-content:center;justify-self:end;margin-bottom:-1.2em;margin-right:0;margin-top:0;overflow:hidden;padding:0;transition:color .1s,box-shadow .1s;width:1.2em;z-index:2}.swal2-close:hover{background:transparent;color:#f27474;transform:none}.swal2-close:focus{box-shadow:inset 0 0 0 3px rgba(100,150,200,.5);outline:none}.swal2-close::-moz-focus-inner{border:0}.swal2-html-container{word-wrap:break-word;color:inherit;font-size:1.125em;font-weight:400;justify-content:center;line-height:normal;margin:1em 1.6em .3em;overflow:auto;padding:0;text-align:center;word-break:break-word;z-index:1}.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea{margin:1em 2em 3px}.swal2-file,.swal2-input,.swal2-textarea{background:transparent;border:1px solid #d9d9d9;border-radius:.1875em;box-shadow:inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px transparent;box-sizing:border-box;color:inherit;font-size:1.125em;transition:border-color .1s,box-shadow .1s;width:auto}.swal2-file.swal2-inputerror,.swal2-input.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus{border:1px solid #b4dbed;box-shadow:inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px rgba(100,150,200,.5);outline:none}.swal2-file::-moz-placeholder,.swal2-input::-moz-placeholder,.swal2-textarea::-moz-placeholder{color:#ccc}.swal2-file::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{background:#fff;margin:1em 2em 3px}.swal2-range input{width:80%}.swal2-range output{color:inherit;font-weight:600;text-align:center;width:20%}.swal2-range input,.swal2-range output{font-size:1.125em;height:2.625em;line-height:2.625em;padding:0}.swal2-input{height:2.625em;padding:0 .75em}.swal2-file{background:transparent;font-size:1.125em;margin-left:auto;margin-right:auto;width:75%}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{background:transparent;color:inherit;font-size:1.125em;max-width:100%;min-width:50%;padding:.375em .625em}.swal2-checkbox,.swal2-radio{align-items:center;background:#fff;color:inherit;justify-content:center}.swal2-checkbox label,.swal2-radio label{font-size:1.125em;margin:0 .6em}.swal2-checkbox input,.swal2-radio input{flex-shrink:0;margin:0 .4em}.swal2-input-label{display:flex;justify-content:center;margin:1em auto 0}.swal2-validation-message{align-items:center;background:#f0f0f0;color:#666;font-size:1em;font-weight:300;justify-content:center;margin:1em 0 0;overflow:hidden;padding:.625em}.swal2-validation-message:before{background-color:#f27474;border-radius:50%;color:#fff;content:"!";display:inline-block;font-weight:600;height:1.5em;line-height:1.5em;margin:0 .625em;min-width:1.5em;text-align:center;width:1.5em}.swal2-icon{border:.25em solid #000;border-radius:50%;box-sizing:content-box;cursor:default;font-family:inherit;height:5em;justify-content:center;line-height:5em;margin:2.5em auto .6em;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:5em}.swal2-icon .swal2-icon-content{align-items:center;display:flex;font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474;color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{flex-grow:1;position:relative}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{background-color:#f27474;border-radius:.125em;display:block;height:.3125em;position:absolute;top:2.3125em;width:2.9375em}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}.swal2-icon.swal2-error.swal2-icon-show{animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-warning.swal2-icon-show{animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .5s}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-info.swal2-icon-show{animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .8s}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-question.swal2-icon-show{animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content{animation:swal2-animate-question-mark .8s}.swal2-icon.swal2-success{border-color:#a5dc86;color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{border-radius:50%;height:7.5em;position:absolute;transform:rotate(45deg);width:3.75em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{border-radius:7.5em 0 0 7.5em;left:-2.0635em;top:-.4375em;transform:rotate(-45deg);transform-origin:3.75em 3.75em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{border-radius:0 7.5em 7.5em 0;left:1.875em;top:-.6875em;transform:rotate(-45deg);transform-origin:0 3.75em}.swal2-icon.swal2-success .swal2-success-ring{border:.25em solid hsla(98,55%,69%,.3);border-radius:50%;box-sizing:content-box;height:100%;left:-.25em;position:absolute;top:-.25em;width:100%;z-index:2}.swal2-icon.swal2-success .swal2-success-fix{height:5.625em;left:1.625em;position:absolute;top:.5em;transform:rotate(-45deg);width:.4375em;z-index:1}.swal2-icon.swal2-success [class^=swal2-success-line]{background-color:#a5dc86;border-radius:.125em;display:block;height:.3125em;position:absolute;z-index:2}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{left:.8125em;top:2.875em;transform:rotate(45deg);width:1.5625em}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{right:.5em;top:2.375em;transform:rotate(-45deg);width:2.9375em}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-progress-steps{align-items:center;background:transparent;flex-wrap:wrap;font-weight:600;margin:1.25em auto;max-width:100%;padding:0}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{background:#2778c4;border-radius:2em;color:#fff;flex-shrink:0;height:2em;line-height:2em;text-align:center;width:2em;z-index:20}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}.swal2-progress-steps .swal2-progress-step-line{background:#2778c4;flex-shrink:0;height:.4em;margin:0 -1px;width:2.5em;z-index:10}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{animation:swal2-show .3s}.swal2-hide{animation:swal2-hide .15s forwards}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}.swal2-rtl .swal2-close{margin-left:0;margin-right:0}.swal2-rtl .swal2-timer-progress-bar{left:auto;right:0}.swal2-no-war{align-items:center;background:#20232a;color:#fff;display:flex;height:3.375em;justify-content:center;left:0;position:fixed;text-align:center;top:0;width:100%;z-index:1061}.swal2-no-war a{color:#61dafb;text-decoration:none}.swal2-no-war a:hover{text-decoration:underline}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotate(2deg)}33%{transform:translateY(0) rotate(-2deg)}66%{transform:translateY(.3125em) rotate(2deg)}to{transform:translateY(0) rotate(0deg)}}@keyframes swal2-toast-hide{to{opacity:0;transform:rotate(1deg)}}@keyframes swal2-toast-animate-success-line-tip{0%{left:.0625em;top:.5625em;width:0}54%{left:.125em;top:.125em;width:0}70%{left:-.25em;top:.625em;width:1.625em}84%{left:.75em;top:1.0625em;width:.5em}to{left:.1875em;top:1.125em;width:.75em}}@keyframes swal2-toast-animate-success-line-long{0%{right:1.375em;top:1.625em;width:0}65%{right:.9375em;top:1.25em;width:0}84%{right:0;top:.9375em;width:1.125em}to{right:.1875em;top:.9375em;width:1.375em}}@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}to{transform:scale(1)}}@keyframes swal2-hide{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}@keyframes swal2-animate-success-line-tip{0%{left:.0625em;top:1.1875em;width:0}54%{left:.125em;top:1.0625em;width:0}70%{left:-.375em;top:2.1875em;width:3.125em}84%{left:1.3125em;top:3em;width:1.0625em}to{left:.8125em;top:2.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-long{0%{right:2.875em;top:3.375em;width:0}65%{right:2.875em;top:3.375em;width:0}84%{right:0;top:2.1875em;width:3.4375em}to{right:.5em;top:2.375em;width:2.9375em}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}to{transform:rotate(-405deg)}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;opacity:0;transform:scale(.4)}50%{margin-top:1.625em;opacity:0;transform:scale(.4)}80%{margin-top:-.375em;transform:scale(1.15)}to{margin-top:0;opacity:1;transform:scale(1)}}@keyframes swal2-animate-error-icon{0%{opacity:0;transform:rotateX(100deg)}to{opacity:1;transform:rotateX(0deg)}}@keyframes swal2-rotate-loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-1turn)}to{transform:rotateY(0)}}@keyframes swal2-animate-i-mark{0%{opacity:0;transform:rotate(45deg)}25%{opacity:.4;transform:rotate(-25deg)}50%{opacity:.8;transform:rotate(15deg)}75%{opacity:1;transform:rotate(-5deg)}to{opacity:1;transform:rotateX(0)}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{background-color:transparent!important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}body.swal2-toast-shown .swal2-container{background-color:transparent;box-sizing:border-box;max-width:100%;pointer-events:none;width:360px}body.swal2-toast-shown .swal2-container.swal2-top{bottom:auto;left:50%;right:auto;top:0;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{bottom:auto;left:auto;right:0;top:0}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{bottom:auto;left:0;right:auto;top:0}body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{bottom:auto;left:0;right:auto;top:50%;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{bottom:auto;left:50%;right:auto;top:50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{bottom:auto;left:auto;right:0;top:50%;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{bottom:0;left:0;right:auto;top:auto}body.swal2-toast-shown .swal2-container.swal2-bottom{bottom:0;left:50%;right:auto;top:auto;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{bottom:0;left:auto;right:0;top:auto}</style><script async="async" src="https://config.aps.amazon-adsystem.com/configs/8b48e249-e9e6-4a52-8b48-396ea93403e8" type="text/javascript"></script><meta content="As0hBNJ8h++fNYlkq8cTye2qDLyom8NddByiVytXGGD0YVE+2CEuTCpqXMDxdhOMILKoaiaYifwEvCRlJ/9GcQ8AAAB8eyJvcmlnaW4iOiJodHRwczovL2RvdWJsZWNsaWNrLm5ldDo0NDMiLCJmZWF0dXJlIjoiV2ViVmlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3MTk1MzI3OTksImlzU3ViZG9tYWluIjp0cnVlfQ==" http-equiv="origin-trial"/><meta content="AgRYsXo24ypxC89CJanC+JgEmraCCBebKl8ZmG7Tj5oJNx0cmH0NtNRZs3NB5ubhpbX/bIt7l2zJOSyO64NGmwMAAACCeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXN5bmRpY2F0aW9uLmNvbTo0NDMiLCJmZWF0dXJlIjoiV2ViVmlld1hSZXF1ZXN0ZWRXaXRoRGVwcmVjYXRpb24iLCJleHBpcnkiOjE3MTk1MzI3OTksImlzU3ViZG9tYWluIjp0cnVlfQ==" http-equiv="origin-trial"/><meta content="A/ERL66fN363FkXxgDc6F1+ucRUkAhjEca9W3la6xaLnD2Y1lABsqmdaJmPNaUKPKVBRpyMKEhXYl7rSvrQw+AkAAACNeyJvcmlnaW4iOiJodHRwczovL2RvdWJsZWNsaWNrLm5ldDo0NDMiLCJmZWF0dXJlIjoiRmxlZGdlQmlkZGluZ0FuZEF1Y3Rpb25TZXJ2ZXIiLCJleHBpcnkiOjE3MTkzNTk5OTksImlzU3ViZG9tYWluIjp0cnVlLCJpc1RoaXJkUGFydHkiOnRydWV9" http-equiv="origin-trial"/><meta content="A6OdGH3fVf4eKRDbXb4thXA4InNqDJDRhZ8U533U/roYjp4Yau0T3YSuc63vmAs/8ga1cD0E3A7LEq6AXk1uXgsAAACTeyJvcmlnaW4iOiJodHRwczovL2dvb2dsZXN5bmRpY2F0aW9uLmNvbTo0NDMiLCJmZWF0dXJlIjoiRmxlZGdlQmlkZGluZ0FuZEF1Y3Rpb25TZXJ2ZXIiLCJleHBpcnkiOjE3MTkzNTk5OTksImlzU3ViZG9tYWluIjp0cnVlLCJpc1RoaXJkUGFydHkiOnRydWV9" http-equiv="origin-trial"/><script async="" src="https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202401250101/pubads_impl.js?cb=31080791"></script><style type="text/css">.vue-slider-dot{position:absolute;-webkit-transition:all 0s;transition:all 0s;z-index:5}.vue-slider-dot:focus{outline:none}.vue-slider-dot-tooltip{position:absolute;visibility:hidden}.vue-slider-dot-hover:hover .vue-slider-dot-tooltip,.vue-slider-dot-tooltip-show{visibility:visible}.vue-slider-dot-tooltip-top{top:-10px;left:50%;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}.vue-slider-dot-tooltip-bottom{bottom:-10px;left:50%;-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%)}.vue-slider-dot-tooltip-left{left:-10px;top:50%;-webkit-transform:translate(-100%,-50%);transform:translate(-100%,-50%)}.vue-slider-dot-tooltip-right{right:-10px;top:50%;-webkit-transform:translate(100%,-50%);transform:translate(100%,-50%)}</style><style type="text/css">.vue-slider-marks{position:relative;width:100%;height:100%}.vue-slider-mark{position:absolute;z-index:1}.vue-slider-ltr .vue-slider-mark,.vue-slider-rtl .vue-slider-mark{width:0;height:100%;top:50%}.vue-slider-ltr .vue-slider-mark-step,.vue-slider-rtl .vue-slider-mark-step{top:0}.vue-slider-ltr .vue-slider-mark-label,.vue-slider-rtl .vue-slider-mark-label{top:100%;margin-top:10px}.vue-slider-ltr .vue-slider-mark{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vue-slider-ltr .vue-slider-mark-step{left:0}.vue-slider-ltr .vue-slider-mark-label{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.vue-slider-rtl .vue-slider-mark{-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%)}.vue-slider-rtl .vue-slider-mark-step{right:0}.vue-slider-rtl .vue-slider-mark-label{right:50%;-webkit-transform:translateX(50%);transform:translateX(50%)}.vue-slider-btt .vue-slider-mark,.vue-slider-ttb .vue-slider-mark{width:100%;height:0;left:50%}.vue-slider-btt .vue-slider-mark-step,.vue-slider-ttb .vue-slider-mark-step{left:0}.vue-slider-btt .vue-slider-mark-label,.vue-slider-ttb .vue-slider-mark-label{left:100%;margin-left:10px}.vue-slider-btt .vue-slider-mark{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.vue-slider-btt .vue-slider-mark-step{top:0}.vue-slider-btt .vue-slider-mark-label{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.vue-slider-ttb .vue-slider-mark{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vue-slider-ttb .vue-slider-mark-step{bottom:0}.vue-slider-ttb .vue-slider-mark-label{bottom:50%;-webkit-transform:translateY(50%);transform:translateY(50%)}.vue-slider-mark-label,.vue-slider-mark-step{position:absolute}</style><style type="text/css">.vue-slider{position:relative;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:block;-webkit-tap-highlight-color:rgba(0,0,0,0)}.vue-slider-rail{position:relative;width:100%;height:100%;-webkit-transition-property:width,height,left,right,top,bottom;transition-property:width,height,left,right,top,bottom}.vue-slider-process{position:absolute;z-index:1}</style><style>.algolia-autocomplete,.algolia-autocomplete .sp-hint,.algolia-autocomplete .sp-input{width:100%}.algolia-autocomplete .sp-hint{color:#999}.algolia-autocomplete .sp-dropdown-menu{background-color:#fff;border:1px solid #999;border-top:none;margin-top:-15px;width:100%}.algolia-autocomplete .sp-dropdown-menu .sp-suggestion{padding:5px 4px}.algolia-autocomplete .aa-dropdown-menu .sp-suggestion.aa-cursor{background-color:#b2d7ff}.algolia-autocomplete .sp-dropdown-menu .sp-suggestion em{font-style:normal;font-weight:700}.algolia-autocomplete .sp-dropdown-menu .sp-suggestion img{height:2rem;width:2rem}.algolia-autocomplete .sp-dropdown-menu .sp-suggestion{border-bottom:1px solid #eee;cursor:pointer;min-height:20px;padding:10px}</style><script esp-signal="true" src="https://tags.crwdcntrl.net/lt/c/16589/sync.min.js"></script><meta content="A/vXSuiuvzsL+Db89QNS/YzqK5Wmzx9oASGHZVMjcaWfVdbB6eUJrJGNr7uhrsmiGhryVjVALd72agYzELDTMAgAAACAeyJvcmlnaW4iOiJodHRwczovL2NyaXRlby5uZXQ6NDQzIiwiZmVhdHVyZSI6IlByaXZhY3lTYW5kYm94QWRzQVBJcyIsImV4cGlyeSI6MTY2OTc2NjM5OSwiaXNTdWJkb21haW4iOnRydWUsImlzVGhpcmRQYXJ0eSI6dHJ1ZX0=" http-equiv="origin-trial"/><meta content="A0KGawWMfAygakxUO+Z3rulPwK2j0AqkLneiEt4pAI951GYaafeHNV9Ya+PAn7s0y12QSrfTjc9LdOUU+QfkdQwAAACAeyJvcmlnaW4iOiJodHRwczovL2NyaXRlby5jb206NDQzIiwiZmVhdHVyZSI6IlByaXZhY3lTYW5kYm94QWRzQVBJcyIsImV4cGlyeSI6MTY2OTc2NjM5OSwiaXNTdWJkb21haW4iOnRydWUsImlzVGhpcmRQYXJ0eSI6dHJ1ZX0=" http-equiv="origin-trial"/></head>
<body>
<div id="fragranticaloader" style="position: absolute; top: 0px; right: 0px; width: 100%; height: 100%; display: none; align-items: center; justify-content: center;">
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAAA5CAYAAACMGIOFAAAROklEQVRo3sWae4xc9XXHP+c+5rH22ut92Ov1em3stQM2oTwNNlvqRFVUEZKSVChNSAmUUkKqNhVIbUVFlAqi/EFFEyVRRGhJSIVTEUEIpSVVCbVhbR52wQ0W2F7bGNvsrtez7/Xs7My99/SP+/rdmTW1wWlWWu3szJ3f75zf75zv+Z6HcB5/3l3c59Qc3aDCpahcDVyI0COwFLQAEj9aBkrAUYX9wG7gdduq7V8z8qrHef6RD7vAwbZrHYGLgc8I3ACsUViIiBNvoKrhKwFR0HhXVUQEhWqouB4C+TnKs8dHnb0fZ/tvVsmDbX05C92kIncBHxfo1FgpQFBUBRFFFURAo+0kelBVESHzLcLvjQg8r6KPiFqv9I6+VPl/VXKgvc8RuBC4B/g00BreSrxipFxG7OhvcoM0fi7GGql0U6r6NOg3Bftg7+hLwa9dyYNLNhfEtr8C3INqV2iBAgoaSS4qkdDRDYZ3mm4nqQlLtL3GH2l8BukphN/nhKDfRPRHvaVd5V+bkgPtfV3AIyi/J4IVuVQqdLJY/f2FQssZPyU5BEFC/xXJCBaZf4DytAh/tra0c/i8KnmkfSuKd2kAP0Xpjc1Oot2T16bF/h9rmooyj9LpWunhGO/uA7mtt9S/57woebh9i6VY1wGPA100CJG+SsxSG1eVM26dGjIKIhnYyq4bvY4+P6HobetKO5//UEoebr/OUoItwE8UukUjcUTe536Y1xjNbZL/9Ey76xnFrFtpGLgJ6O8t7XxfJa0zmpT6G4DHVLU7jgEabaTzCKZI9Bs/o4lg8f8aO7Jm7jB6bf4vSbghWnMe++kMLUx6D3RtPXclD7X3LVX4HrAGkcyJCykKmrcn8WeRH4kRE8W8DzF+Y0IQvxEhmflx+HkSnerMmB5FH7OqtUXnpOSB9s050PtFuI6MPJrGMklhIXO6kZCqmt6UxL4qWf+IQk1s/vUWkrIk4yal0TEEtqB8Y6D92txZK2ljf1bhliREGOYT75swl4yi2uCuobLR3YgmZk0URzFMWoiBh8a1VCOlU8vQRC5A+FNBrj8r4Blo6+sW+DcVvURi8zF3S7A/8lGNhFVJuZoZH1WNd7Jmr4bXZZA22VLSp2IFJY6jZI45+vu6wCfni6HJTQbchAh3KHpxLISaYKMxeITvx3toBPGqJKdtshaN3U3qTFKjNTV933DT0ArUMCeT62oKSMmWyuUBcuuRZVutMyp5pH2oB7hFRKzUEzWDE/EJSwYQwkzCRAvV1KwSADLWShiehLeThBSVcA8xPjfuLMpYErPOmjgAt/u+v/qMSqryRaAnhXlFVDDpG5oqGJuxaKMHiJCGnNSxMf1ctC7+JSiejalIqlwCRrGlGVxXRUC1F/SzA61XNyp5uK1vkaC3A1bMjcUIHSLphuGCpkkakJeYmWZDRnwtNDye3LIZN+MPRdMYm4YRTehe6jWS7qX6JcRpbVAyQD+h0K2JnUkdlNctHpupGdQlPfXkMDLwoIbPmuChhpgGLYysQeKwFD8tZGgfqin5CE2iF5G+BiVF+AxCLvEBNfkKaBCEAgbxogJigWUhYqVOFoTPEsQRIz0I8+Q1oQ0GgMSctQ7MQzNSw2eyaVp9xgIUBH4/40ADbVuaQAZEpCuBdsNypJhHmgqI64LrII4Njo1YFtiRgn6A+j5UawSVOfR0BZ2dQ/0gY/KhgBKZv0m6TchNLSGh50lKJxHCpgRDJCX0kiLffizZ3HuqfwLAEZFLgdbkIaMGI4FitTRjL2uDIEh8LpMHqoBrYbkOWszjtDSHt17zCaZm8Mem0NlKIoJIfdZBInh9/ExEj8KHiQWpD0pyAIl7iXSibAB2xeZ6OUoucXaR0C0VVIRgYjo0lUAzPDJxeUtCAa2Uf4qCODZ2Wwu59T24vSuxFhZTs4/qHapGCKIuyYmQTow4GRe+klwWRUUz8TmUXxdFxTUAHFWuEsSSTP4jCbQF5QrM1cCxE0XU98Hz0WqNYK6KVj3w/dA/HBsp5JBCDlwXsW2spiLWmpVoeRbvxAhBeTbyZ6lLi6XOf9WQSBJCkd4eqB+g1TkC9bDcIrKgCEFgac27IlESYU0a+sTgVUkxBn9sEmlegE6fJpguE8zOhTfgOlgLmpAFRaxiHsnnENsOla/MoVNl1A+wCm7o100FnHU9BKMT+EMlNAgQy0oRPGGHmiXrfhAecGyjGqDVChSL5C+/kOKmS3HXduOfHKf69hEqr/0Kb7i0JgWe9r7DQqyo4ez1RQ0FcSzsjlac5UuxO5ZgLWwKQUhknmRa0UDRyhzB2CTeqTGCmTKSz2EtKKBVD+/YcHSrBuuJEdb3QBW7cwlWoYh/egqdmUNrPk5PJwuv/x0WfHIrweQMp5/bQXnHq/hD4+icFx6IZe0/7TsbLx3fHjgC7Zn0RTTJLCQinRoEuKu7KFy+AcnnwLLA8C8lSBfQbPJoFfJY3Z04KzvRyhzeeyN4wyUk5+CsWYE/eAp/bBIVCyQ62loN9yPdtN79JxQ2fRRpyocWNDGNVqs4nR1Ujx5n7MF/ZHbHHrTmIU4kl2PH17NooeMtBKYclEJSToygWRJgCAmxWBb+yDiSc0K79rw0PsXB2bDyhhxHo9jpurhre3AvWEHt+Elqx4ewl7UhORdvuBTV5ALcdV2seOZh7KWtSebhLGsHwBsucfKe+yk/24+Ii7guknMi1Dc4lKqDaqRkVCs1y/Yx6CSoJ0owM0P1wLvkLloTgkwd9IvrhErFYDRXRcuVFJlzTuizTQWsfJ5c70rcnk6qB46ilSr28g78wRE0qLH0H+7DWdaWQU0A9XxGH/g+5WdexCosJOVVMo8RiYVlORG6asIqxCSW9T7musy9eQCnZzlWUyF83nXA8/HHJqgdG8YbGiaYmUMKDtbihdgtLVjNC0MLqNbQqoeeGgvRGLAXN+Os7MTp7qQ6cBQtV9CZWXIXrm6glQD+qTHKO15G8guMFkMUN80cNNQpIFAvQlepCOQSFm5kEEQLJefg+VT27KNp61UEpyvUDh2jevg4OlvGXtZOYdMl5Nb2YHe0IsV8XfXO9FlFqx7B2CS1wVME45O4XUux8jkq+96i+vYRir99RX0aRTA1QzAyk0QBzSTY2SxIlQCkHCoJY8Ci+rKvIHWRWRHbxhscYfbFPXinxsHzyG1cR+Hqj+Ku7AxjqSr4QfgbL2dZIeIFAVrz0FoYY3Ed3NVdsGo5wfTpMMQMjTD60A/o7nu4oWTpj0+jc9WQYirzlECT+kzYR6n6M6GSqoMqsjplHppWzkTqEQQsi9q7QzgrlrLojz6F1bo4pHx+AJ6ffl8EHAutVPHeG8I7Nog/OROShWIRu6MFe8lisIRgcgZ/fAo8j8CrUNx8Rcbnk7+ny2igaSzPVr7SopgogpxYN7UrMlfkCMqWNH3JnoiI0WuLEyLHxh8Zo3ZsmEJbC+r56YGIIPkc3omTlF/cjT8yRu6itRS3XIbbuwprSTP2ksVUD75DZc8+qAUUrthAbuNavJMl/PIYrXffnuGj0nDYkRxiMjST1QqoHjEZzxsCX1DUSll8tsGRuWGjoDS97Vm0UqF47WUEs3NYhTy1EyeZfuYXEAQs+sKNFLdcjuRctFpDXJfKy29w+j93Utz0Wyz6/PW4q1agfmi+pfsfov2+u9PsxgAfEQnpopFaiVnsMrwtCoFvpEqiexQ8VHIG7TBtO017EpOIzMdxmPnZL/EnZ1jwu5uZevI5qgcGWHzr52j62DXhmfg++DbVg0eZevxJitdcybLvfQ2rpRk8D52tgG1TeW0v1sJm8pddlMlOzJuUYiHiz0YvTA15JL5hpsLGUEzQ/eB1sawJgaUNzpwUjObL+aKFbZvZ/3qNud37cLo7WPad+7FbmtGaFzEjZfKfn6C6/x3av/6X5C+5KCQT1VqC4mIJM0//kuabbgjzVCOjqA8jGRTN1ljMHsuIIm8llYH14y/PgGxX0bo+hlk80rQxGtmDmpU62yKYKROMz1B750T4HdchmJym9MC38cZHWf7Dvye/cT1arYYMyDjOYHyK6nvHKV5zWYOZZkLI5HSYoJtyJdX6lFeK6ivrSy+V6qt1PwepSl3xNyUIErEiSUxEjBKGIGF4OTnG6H3fZvzBH1J96zClv3sIe1krnd/6BlaYAiXrJUBlWdSODeEU27CXtmbvKpNnCrV3jqOBl5VLDFlCX6yG+qQ/TqTRLxBGgO5MAK5XOvNWXeEJQWwLyDG7Yzfl51/GWd5Byx/fHDIkOzRdAj9SLsxPxbapDhzG3biyIfibCqoqc3sPGHmoSec0mUMAOYJY/Q1KTo7NjrW0FX+McG/a0Elb24ljR4upGJRBUtNJeawLros/PsngjV/BWdVF/uJ15NavwVrcDCjBxDS1d9+j9s4xavuPsfThrzdk+Gac9E+OUn7xVcTNG9AQJdhmQgE/0cAeblDySv6bQ9L3OHArQleiQkL1DGpWV9WmsYqdCmrZUGjCHx6jPPgK5edezqxD5M8IOMs7MorV32R5+6vUjg5hufm60Zj40BVBjqL8y7qx7fNX0N0a+1V1m6oGqpr0ODIhSMVwbz1jh1jNISUJTVMcG/JRJpLPhSmS44bmV3DCssUZDsyfmGbyB08glh2RcaG+ahvtvI0gOHTGNsGqyf5AhO+LcCgOuBI5s2od19D6sDJ/qywtOqUMSs3WVWwVOQurkD+jL079+GdU9r4NtpMWsYyGUOQs+1Xkkd7xXcH79id7SzuPKPKgop5ZPZuHVWUvT9PEOcMl6+ZBRCSbNaghhW1lu2LR67m9bzP20KOIuNkwHa0VVRc9VO9fV+o/elZNWEW3oTyhaCY1QqUxiRWdn88bjCkEJzXaBJr1SzUmSOpChjdcYvjOe9GpubD02VAxT055m4U8ddad5vWlnWVB/lpU9mL2Jo3yiBqdDpW02B8fQlgITpE5bbHEt50ymaA2x4KPXYe7qiv9rir+qXEGP/9VagPDYDuZvqDZM0V1n8I9a0f7K+c0GGH7zgmFuxSGY5Q1aW1m8CEBKEnjl6TkuWGQSSTTwrOWLGTJn38RHDtB1mB8iqFb7mHujUOI4xozJenFR7sPK3xJfC2d8/THBRPbQeQ14E6BCTVonWT8yRhQSnp3Rvc3SdckQdvYbEVAqxUW3fxpcht6Ix+LTPT2v2F255uIm0t7IWZTJTzxEnCbIq/3Tuz6MBNZ11qqcqPCP4nQYtZVzBkb85ZVNAo1mtlFIlJvDhXay5rpfvYR3Au6UVW8wRGGv3wvlR2/wsoXMBszaoxgiEhJlTvXjfY/dTYTWdb7fbi2tDNQ4SmBmxQGs9NRkhlDUtGIgUSK1hecIxaV9C8rZVq+fDPu6hWoKrXDxxn6w7+g0v8mki809D2NUZdjwM1nq+C5TUm29fUKPIawJTlgo9BFgqJi2Gva0zBvXQPFXbOM7v94FLt1MZXd+xi65a/wT46B7UYmHiF6xql1O8od68Z2HjqXKUnrbB9cN9p/COFTKA+ATqRDCWLEP3Oy0XwvO5ASzM3Qeu9dWEsWMfPciwx+7qv4w+OI7WbaewbxnkD0PlT/4FwV/ECTy4fa+nKgmxD+FmQrUJhvzNOEezP+qe9T2LyB5du+xcy/vkDpaw+hE1XEtueZ79My8ILAg1iyq/dU/wcawv/AM+iHOvpaUD6h6B0gV6LaYhL4hsG0GJiCCit++l1mX/0fxr/9I/DTlrzGswkiE8AeVf2Oqr6wfmzXzG9k0D7x1Y5rC6hsisDpBqBd0KZwqACj7Q2qAbmNa8hf9hGmHn0ayRXiWw4ULQsMg/w76JOCvLa21F/hPPwI5/FnoOO6Jgg2ibIJ5SrQ9Yj0AE1JFd73Uc9D8vkK6BFBDgK7FX1F/WBvWI45vz//C346Qb+aqDLsAAAAAElFTkSuQmCC" style="width: 57px;height: 57px;opacity: 0.5;"/>
</div>
<div id="app"><div class="grid-container"><div class="grid-x grid-padding-y align-middle align-center"><div class="small-2 cell text-left hide-for-medium" style="padding-left: 1rem;"><button aria-controls="offCanvasLeft" aria-expanded="false" class="menu-icon" data-toggle="offCanvasLeft" type="button"></button></div> <div class="small-6 medium-10 large-12 cell align-left"><a href="/"><img alt="Fragrantica" src="/ndimg/fragrantica-logo-tagline-svg.svg" style="max-width: 18rem; min-height: 2.625rem;"/></a></div> <div class="small-4 medium-2 cell text-right hide-for-large"><div class="flex-container flex-dir-row align-justify align-middle" id="right-size-spacer" style="padding-left: 1rem; padding-right: 1rem;"><div class="hide-for-small-only"></div> <div style="width: 2.2rem; height: 2.2rem; overflow: hidden;"><a href="/board/login.php"><svg baseprofile="tiny" id="Layer_11" version="1.1" viewbox="0 0 128 128" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g id="XMLID_486_"><path d="M64,0C28.7,0,0,28.7,0,64s28.7,64,64,64s64-28.7,64-64S99.3,0,64,0z" fill="#FFFFFF" id="XMLID_494_"></path> <g id="XMLID_487_"><path d="M64,24c-1.3,0-2.6,0.1-3.9,0.2c-3.5,0.4-6.9,1.2-10.2,2.4c-2.1,0.8-4.1,1.8-6.2,3
c-4,2.4-7.6,5.5-10.6,9.1c0,0-2.2,1.9-0.6,4.2c1.3,1.6,3,1,3.4,0.8c1-0.5,1.8-1.3,2.6-2.1c3.3-3.1,6.6-5.9,10.6-8
c3.8-2,8-3.2,12.3-3.6c0.5,0,1-0.1,1.6-0.1c4.8-0.2,9.8,0.7,14.2,2.6c4,1.7,7.7,4.2,10.8,7.3c1.5,1.5,2.9,3.2,4.2,5
c2.5,3.7,4.2,7.8,5.1,12.2c0.5,2.2,0.7,4.5,0.7,6.9s-0.2,4.6-0.7,6.9c-0.9,4.4-2.6,8.5-5.1,12.2c-1.2,1.8-2.6,3.5-4.2,5
c-3.1,3.1-6.8,5.6-10.8,7.3C73,97.1,68.6,98,64,98c-2.1,0-4.3-0.3-6.9-0.8c-0.6-0.1-1.3-0.3-1.9-0.5l-0.5-0.2
c-1.4-0.4-2.8-0.9-4-1.4c-0.9-0.4-1.7-0.8-2.6-1.2c-1.3-0.7-2.5-1.5-3.7-2.3c-1-0.7-1.9-1.4-2.7-2.2c-1.6-1.4-2.2-1.9-3.6-3.5
c-0.1-0.1-0.4-0.5-0.7-0.8c-0.8-0.8-1.9-1.2-2.9-1.1c-1.1,0.1-1.6,0.8-1.5,0.8c-2.1,2.2,0.3,4.5,0.3,4.6c1.4,1.7,3,3.3,4.6,4.7
c0.1,0.1,0.2,0.2,0.3,0.3c0.1,0.1,0.2,0.1,0.3,0.2c1.7,1.4,3.4,2.7,5.4,3.9c1.9,1.1,3.9,2.1,6.2,3c2,0.8,4.1,1.3,6.2,1.8
c0.4,0.1,0.8,0.1,1.2,0.2c2.1,0.4,4.3,0.6,6.6,0.6c22.1,0,40-17.9,40-40c0-7.2-2-14.4-5.7-20.5c-3.6-6-8.8-11-14.9-14.5
C77.5,25.7,70.8,24,64,24z" fill="#0F1626" id="XMLID_493_"></path> <path d="M10.8,67.1l45,0L49,73.9c-1.2,1.2-1.2,3.1,0,4.2c1.1,1.1,3.1,1.1,4.2,0l11.9-11.9
c1.2-1.2,1.2-3.1,0-4.2l-11.9-12c-0.6-0.6-1.3-0.9-2.1-0.9c0,0,0,0,0,0c-0.8,0-1.5,0.3-2.1,0.9c-1.2,1.2-1.2,3.1,0,4.2l6.9,7
l-45.2,0C10.5,61.1,8,61.4,8,64C8,66.7,10.4,67,10.8,67.1z" fill="#0F1626" id="XMLID_488_"></path></g></g></svg></a></div> <a aria-controls="offCanvasRight" aria-expanded="false" data-toggle="offCanvasRight" href="#" style="height: 2.2rem; width: 2.2rem; position: relative; overflow: hidden;"><svg baseprofile="tiny" id="Reviews" version="1.1" viewbox="0 0 128 128" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><circle cx="64" cy="64" fill="#FFFFFF" id="XMLID_849_" r="64"></circle> <g id="XMLID_191_"><g id="XMLID_845_"><path d="M64,16c-26.5,0-48,17.9-48,40s21.5,40,48,40c1.2,0,3.8,0.2,3.8,0.2
c1.7,3,6.6,11.4,7.4,12.7c1.2,2.1,1.7,3.1,3.6,3.1c1.9,0,2.3-0.9,3.9-3.3C84,106.7,96,88.4,99.9,82.5C107.4,75.4,112,66.2,112,56
C112,33.9,90.5,16,64,16z M95.8,78.1c-0.3,0.3-0.7,0.7-0.9,1.1l-3.3,5l-10.9,16.6l-1.8,2.7l-1.6-2.8l-1.3-2.2l-3-5.3
c-1-1.7-2.7-2.8-4.6-2.9c0,0-3-0.3-4.4-0.3c-23.2,0-42-15.3-42-34s18.8-34,42-34s42,15.3,42,34C106,64.1,102.4,71.9,95.8,78.1z" fill="#0F1626" id="XMLID_846_"></path></g> <g id="XMLID_840_"><path d="M74,51.8v20H54v-20H74 M76.2,45.8H51.8c-2.1,0-3.8,1.7-3.8,3.8V74c0,2.1,1.7,3.8,3.8,3.8
h24.3c2.1,0,3.8-1.7,3.8-3.8V49.7C80,47.6,78.3,45.8,76.2,45.8L76.2,45.8z" fill="#0F1626" id="XMLID_842_"></path> <polygon fill="#0F1626" id="XMLID_841_" points="72.2,41.8 68,41.8 68,46.3 60,46.3 60,41.8 55.7,41.8 55.7,33.8 72.2,33.8 "></polygon></g></g></svg></a></div></div></div></div> <div class="off-canvas-wrapper grid-container"><div class="super-search-container"><div><span class="algolia-autocomplete" style="position: relative; display: inline-block; direction: ltr;"><input aria-autocomplete="both" aria-expanded="false" aria-owns="algolia-autocomplete-listbox-0" autocapitalize="none" autocomplete="off" autocorrect="off" class="super-search aa-input" dir="auto" placeholder="Search perfumes, brands, news..." role="combobox" spellcheck="false" style="position: relative; vertical-align: top;" type="text"/><pre aria-hidden="true" style='position: absolute; visibility: hidden; white-space: pre; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; word-spacing: 0px; letter-spacing: normal; text-indent: 16px; text-rendering: auto; text-transform: none;'></pre><span class="aa-dropdown-menu" id="algolia-autocomplete-listbox-0" role="listbox" style="position: absolute; top: 100%; z-index: 100; display: none; left: 0px; right: auto;"><div class="left-container"><div class="aa-dataset-perfumes"></div></div><div class="middle-container"><div class="aa-dataset-designers"></div></div><div class="right-container"><div class="aa-dataset-articles"></div></div></span></span></div></div> <div aria-hidden="false" class="off-canvas position-left off-canvas-absolute reveal-for-medium is-transition-overlap" data-off-canvas="mruyrh-off-canvas" id="offCanvasLeft"><ul class="vertical medium-horizontal menu dropdown" data-dropdown-menu="ff5mfc-dropdown-menu" data-mutate="ekn3d0-responsive-menu" data-responsive-menu="accordion medium-dropdown" role="menubar"><li class="hide-for-medium" role="none"><button aria-label="Close menu" class="close-button" data-close="" type="button"><span aria-hidden="true">×</span></button>
</li> <li class="hide-for-medium" role="none"><a href="/board/" role="menuitem" style="color: crimson;"><svg aria-hidden="true" class="svg-inline--fa fa-comments" data-fa-i2svg="" data-icon="comments" data-prefix="far" focusable="false" role="img" viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg"><path d="M88.2 309.1c9.8-18.3 6.8-40.8-7.5-55.8C59.4 230.9 48 204 48 176c0-63.5 63.8-128 160-128s160 64.5 160 128s-63.8 128-160 128c-13.1 0-25.8-1.3-37.8-3.6c-10.4-2-21.2-.6-30.7 4.2c-4.1 2.1-8.3 4.1-12.6 6c-16 7.2-32.9 13.5-49.9 18c2.8-4.6 5.4-9.1 7.9-13.6c1.1-1.9 2.2-3.9 3.2-5.9zM0 176c0 41.8 17.2 80.1 45.9 110.3c-.9 1.7-1.9 3.5-2.8 5.1c-10.3 18.4-22.3 36.5-36.6 52.1c-6.6 7-8.3 17.2-4.6 25.9C5.8 378.3 14.4 384 24 384c43 0 86.5-13.3 122.7-29.7c4.8-2.2 9.6-4.5 14.2-6.8c15.1 3 30.9 4.5 47.1 4.5c114.9 0 208-78.8 208-176S322.9 0 208 0S0 78.8 0 176zM432 480c16.2 0 31.9-1.6 47.1-4.5c4.6 2.3 9.4 4.6 14.2 6.8C529.5 498.7 573 512 616 512c9.6 0 18.2-5.7 22-14.5c3.8-8.8 2-19-4.6-25.9c-14.2-15.6-26.2-33.7-36.6-52.1c-.9-1.7-1.9-3.4-2.8-5.1C622.8 384.1 640 345.8 640 304c0-94.4-87.9-171.5-198.2-175.8c4.1 15.2 6.2 31.2 6.2 47.8l0 .6c87.2 6.7 144 67.5 144 127.4c0 28-11.4 54.9-32.7 77.2c-14.3 15-17.3 37.6-7.5 55.8c1.1 2 2.2 4 3.2 5.9c2.5 4.5 5.2 9 7.9 13.6c-17-4.5-33.9-10.7-49.9-18c-4.3-1.9-8.5-3.9-12.6-6c-9.5-4.8-20.3-6.2-30.7-4.2c-12.1 2.4-24.7 3.6-37.8 3.6c-61.7 0-110-26.5-136.8-62.3c-16 5.4-32.8 9.4-50 11.8C279 439.8 350 480 432 480z" fill="currentColor"></path></svg><!-- <i class="far fa-comments"></i> Font Awesome fontawesome.com --><span> Forum</span></a></li> <li class="hide-for-medium" role="none"><a href="/fragram/" role="menuitem" style="color: crimson;"><svg aria-hidden="true" class="svg-inline--fa fa-camera fa-sm" data-fa-i2svg="" data-icon="camera" data-prefix="fas" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M149.1 64.8L138.7 96H64C28.7 96 0 124.7 0 160V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H373.3L362.9 64.8C356.4 45.2 338.1 32 317.4 32H194.6c-20.7 0-39 13.2-45.5 32.8zM256 192a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" fill="currentColor"></path></svg><!-- <i class="fas fa-camera fa-sm"></i> Font Awesome fontawesome.com --><span> Fragram</span></a></li> <li role="none"><a href="/" role="menuitem">News</a></li> <li class="is-dropdown-submenu-parent opens-right" role="none"><a aria-haspopup="true" aria-label="Perfumes" href="/search/" onclick="event.preventDefault();" role="menuitem">Perfumes</a> <ul class="menu vertical medium-horizontal nested is-active submenu is-dropdown-submenu first-sub" data-submenu="" role="menubar" style="z-index: 20;"><li class="is-submenu-item is-dropdown-submenu-item" role="none"><a href="/search/" role="menuitem"><svg aria-hidden="true" class="svg-inline--fa fa-magnifying-glass-plus" data-fa-i2svg="" data-icon="magnifying-glass-plus" data-prefix="fas" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM184 296c0 13.3 10.7 24 24 24s24-10.7 24-24V232h64c13.3 0 24-10.7 24-24s-10.7-24-24-24H232V120c0-13.3-10.7-24-24-24s-24 10.7-24 24v64H120c-13.3 0-24 10.7-24 24s10.7 24 24 24h64v64z" fill="currentColor"></path></svg><!-- <i class="fas fa-search-plus"></i> Font Awesome fontawesome.com --><span> Search</span></a></li> <li class="is-dropdown-submenu-parent is-submenu-item is-dropdown-submenu-item opens-right" role="none"><a aria-haspopup="true" aria-label=" Designers" href="/designers/" role="menuitem"><svg aria-hidden="true" class="svg-inline--fa fa-sitemap" data-fa-i2svg="" data-icon="sitemap" data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M208 80c0-26.5 21.5-48 48-48h64c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48h-8v40H464c30.9 0 56 25.1 56 56v32h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H464c-26.5 0-48-21.5-48-48V368c0-26.5 21.5-48 48-48h8V288c0-4.4-3.6-8-8-8H312v40h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H256c-26.5 0-48-21.5-48-48V368c0-26.5 21.5-48 48-48h8V280H112c-4.4 0-8 3.6-8 8v32h8c26.5 0 48 21.5 48 48v64c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V368c0-26.5 21.5-48 48-48h8V288c0-30.9 25.1-56 56-56H264V192h-8c-26.5 0-48-21.5-48-48V80z" fill="currentColor"></path></svg><!-- <i class="fas fa-sitemap"></i> Font Awesome fontawesome.com --><span> Designers</span></a> <ul class="menu vertical medium-horizontal nested is-active submenu is-dropdown-submenu" data-submenu="" role="menubar"><li class="is-submenu-item is-dropdown-submenu-item" role="none"><a href="/country/" role="menuitem"><svg aria-hidden="true" class="svg-inline--fa fa-flag" data-fa-i2svg="" data-icon="flag" data-prefix="far" focusable="false" role="img" viewbox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M48 24C48 10.7 37.3 0 24 0S0 10.7 0 24V64 350.5 400v88c0 13.3 10.7 24 24 24s24-10.7 24-24V388l80.3-20.1c41.1-10.3 84.6-5.5 122.5 13.4c44.2 22.1 95.5 24.8 141.7 7.4l34.7-13c12.5-4.7 20.8-16.6 20.8-30V66.1c0-23-24.2-38-44.8-27.7l-9.6 4.8c-46.3 23.2-100.8 23.2-147.1 0c-35.1-17.6-75.4-22-113.5-12.5L48 52V24zm0 77.5l96.6-24.2c27-6.7 55.5-3.6 80.4 8.8c54.9 27.4 118.7 29.7 175 6.8V334.7l-24.4 9.1c-33.7 12.6-71.2 10.7-103.4-5.4c-48.2-24.1-103.3-30.1-155.6-17.1L48 338.5v-237z" fill="currentColor"></path></svg><!-- <i class="far fa-flag"></i> Font Awesome fontawesome.com --><span> Countries</span></a></li> <li class="is-submenu-item is-dropdown-submenu-item" role="none"><a href="/parent-company/" role="menuitem"><svg aria-hidden="true" class="svg-inline--fa fa-arrow-down-wide-short" data-fa-i2svg="" data-icon="arrow-down-wide-short" data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M151.6 469.6C145.5 476.2 137 480 128 480s-17.5-3.8-23.6-10.4l-88-96c-11.9-13-11.1-33.3 2-45.2s33.3-11.1 45.2 2L96 365.7V64c0-17.7 14.3-32 32-32s32 14.3 32 32V365.7l32.4-35.4c11.9-13 32.2-13.9 45.2-2s13.9 32.2 2 45.2l-88 96zM320 480c-17.7 0-32-14.3-32-32s14.3-32 32-32h32c17.7 0 32 14.3 32 32s-14.3 32-32 32H320zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32h96c17.7 0 32 14.3 32 32s-14.3 32-32 32H320zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H320zm0-128c-17.7 0-32-14.3-32-32s14.3-32 32-32H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H320z" fill="currentColor"></path></svg><!-- <i class="fas fa-sort-amount-down"></i> Font Awesome fontawesome.com --><span> Parent Companies</span></a></li> <li class="is-submenu-item is-dropdown-submenu-item" role="none"><a href="/industry/" role="menuitem"><svg aria-hidden="true" class="svg-inline--fa fa-industry" data-fa-i2svg="" data-icon="industry" data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M64 32C46.3 32 32 46.3 32 64V304v48 80c0 26.5 21.5 48 48 48H496c26.5 0 48-21.5 48-48V304 152.2c0-18.2-19.4-29.7-35.4-21.1L352 215.4V152.2c0-18.2-19.4-29.7-35.4-21.1L160 215.4V64c0-17.7-14.3-32-32-32H64z" fill="currentColor"></path></svg><!-- <i class="fas fa-industry"></i> Font Awesome fontawesome.com --><span> Industries</span></a></li></ul></li> <li class="hide-for-large is-submenu-item is-dropdown-submenu-item" role="none"><a href="/notes/" role="menuitem"><svg aria-hidden="true" class="svg-inline--fa fa-vials" data-fa-i2svg="" data-icon="vials" data-prefix="fas" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M0 64C0 46.3 14.3 32 32 32H88h48 56c17.7 0 32 14.3 32 32s-14.3 32-32 32V400c0 44.2-35.8 80-80 80s-80-35.8-80-80V96C14.3 96 0 81.7 0 64zM136 96H88V256h48V96zM288 64c0-17.7 14.3-32 32-32h56 48 56c17.7 0 32 14.3 32 32s-14.3 32-32 32V400c0 44.2-35.8 80-80 80s-80-35.8-80-80V96c-17.7 0-32-14.3-32-32zM424 96H376V256h48V96z" fill="currentColor"></path></svg><!-- <i class="fas fa-vials"></i> Font Awesome fontawesome.com --><span> Notes</span></a></li> <li class="hide-for-large is-submenu-item is-dropdown-submenu-item" role="none"><a href="/noses/" role="menuitem"><svg aria-hidden="true" class="svg-inline--fa fa-id-badge" data-fa-i2svg="" data-icon="id-badge" data-prefix="fas" focusable="false" role="img" viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg"><path d="M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V64c0-35.3-28.7-64-64-64H64zm96 320h64c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16c0-44.2 35.8-80 80-80zm-32-96a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zM144 64h96c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16s7.2-16 16-16z" fill="currentColor"></path></svg><!-- <i class="fas fa-id-badge"></i> Font Awesome fontawesome.com --><span> Perfumers</span></a></li> <li class="is-submenu-item is-dropdown-submenu-item" role="none"><a href="/ingredients-search/" role="menuitem"><svg aria-hidden="true" class="svg-inline--fa fa-vial" data-fa-i2svg="" data-icon="vial" data-prefix="fas" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M342.6 9.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l9.4 9.4L28.1 342.6C10.1 360.6 0 385 0 410.5V416c0 53 43 96 96 96h5.5c25.5 0 49.9-10.1 67.9-28.1L448 205.3l9.4 9.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-32-32-96-96-32-32zM205.3 256L352 109.3 402.7 160l-96 96H205.3z" fill="currentColor"></path></svg><!-- <i class="fas fa-vial"></i> Font Awesome fontawesome.com --><span> Search by notes</span></a></li> <li class="is-submenu-item is-dropdown-submenu-item" role="none"><a href="/perfume-finder/" role="menuitem"><svg aria-hidden="true" class="svg-inline--fa fa-lightbulb" data-fa-i2svg="" data-icon="lightbulb" data-prefix="far" focusable="false" role="img" viewbox="0 0 384 512" xmlns="http://www.w3.org/2000/svg"><path d="M297.2 248.9C311.6 228.3 320 203.2 320 176c0-70.7-57.3-128-128-128S64 105.3 64 176c0 27.2 8.4 52.3 22.8 72.9c3.7 5.3 8.1 11.3 12.8 17.7l0 0c12.9 17.7 28.3 38.9 39.8 59.8c10.4 19 15.7 38.8 18.3 57.5H109c-2.2-12-5.9-23.7-11.8-34.5c-9.9-18-22.2-34.9-34.5-51.8l0 0 0 0c-5.2-7.1-10.4-14.2-15.4-21.4C27.6 247.9 16 213.3 16 176C16 78.8 94.8 0 192 0s176 78.8 176 176c0 37.3-11.6 71.9-31.4 100.3c-5 7.2-10.2 14.3-15.4 21.4l0 0 0 0c-12.3 16.8-24.6 33.7-34.5 51.8c-5.9 10.8-9.6 22.5-11.8 34.5H226.4c2.6-18.7 7.9-38.6 18.3-57.5c11.5-20.9 26.9-42.1 39.8-59.8l0 0 0 0 0 0c4.7-6.4 9-12.4 12.7-17.7zM192 128c-26.5 0-48 21.5-48 48c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-44.2 35.8-80 80-80c8.8 0 16 7.2 16 16s-7.2 16-16 16zm0 384c-44.2 0-80-35.8-80-80V416H272v16c0 44.2-35.8 80-80 80z" fill="currentColor"></path></svg><!-- <i class="far fa-lightbulb"></i> Font Awesome fontawesome.com --><span> Perfume Finder</span></a></li> <li class="is-submenu-item is-dropdown-submenu-item" role="none"><a href="/groups/" role="menuitem"><svg aria-hidden="true" class="svg-inline--fa fa-diagram-project" data-fa-i2svg="" data-icon="diagram-project" data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M0 80C0 53.5 21.5 32 48 32h96c26.5 0 48 21.5 48 48V96H384V80c0-26.5 21.5-48 48-48h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H432c-26.5 0-48-21.5-48-48V160H192v16c0 1.7-.1 3.4-.3 5L272 288h96c26.5 0 48 21.5 48 48v96c0 26.5-21.5 48-48 48H272c-26.5 0-48-21.5-48-48V336c0-1.7 .1-3.4 .3-5L144 224H48c-26.5 0-48-21.5-48-48V80z" fill="currentColor"></path></svg><!-- <i class="fas fa-project-diagram"></i> Font Awesome fontawesome.com --><span> Groups</span></a></li> <li class="is-submenu-item is-dropdown-submenu-item" role="none"><a href="/colors/" role="menuitem"><svg aria-hidden="true" class="svg-inline--fa fa-palette" data-fa-i2svg="" data-icon="palette" data-prefix="fas" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M512 256c0 .9 0 1.8 0 2.7c-.4 36.5-33.6 61.3-70.1 61.3H344c-26.5 0-48 21.5-48 48c0 3.4 .4 6.7 1 9.9c2.1 10.2 6.5 20 10.8 29.9c6.1 13.8 12.1 27.5 12.1 42c0 31.8-21.6 60.7-53.4 62c-3.5 .1-7 .2-10.6 .2C114.6 512 0 397.4 0 256S114.6 0 256 0S512 114.6 512 256zM128 288a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-96a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM288 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96 96a32 32 0 1 0 0-64 32 32 0 1 0 0 64z" fill="currentColor"></path></svg><!-- <i class="fas fa-palette"></i> Font Awesome fontawesome.com --><span> Colors</span></a></li> <li class="is-dropdown-submenu-parent is-submenu-item is-dropdown-submenu-item opens-right" role="none"><a aria-haspopup="true" aria-label=" Awards" href="/awards2023/" role="menuitem"><svg aria-hidden="true" class="svg-inline--fa fa-trophy" data-fa-i2svg="" data-icon="trophy" data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M400 0H176c-26.5 0-48.1 21.8-47.1 48.2c.2 5.3 .4 10.6 .7 15.8H24C10.7 64 0 74.7 0 88c0 92.6 33.5 157 78.5 200.7c44.3 43.1 98.3 64.8 138.1 75.8c23.4 6.5 39.4 26 39.4 45.6c0 20.9-17 37.9-37.9 37.9H192c-17.7 0-32 14.3-32 32s14.3 32 32 32H384c17.7 0 32-14.3 32-32s-14.3-32-32-32H357.9C337 448 320 431 320 410.1c0-19.6 15.9-39.2 39.4-45.6c39.9-11 93.9-32.7 138.2-75.8C542.5 245 576 180.6 576 88c0-13.3-10.7-24-24-24H446.4c.3-5.2 .5-10.4 .7-15.8C448.1 21.8 426.5 0 400 0zM48.9 112h84.4c9.1 90.1 29.2 150.3 51.9 190.6c-24.9-11-50.8-26.5-73.2-48.3c-32-31.1-58-76-63-142.3zM464.1 254.3c-22.4 21.8-48.3 37.3-73.2 48.3c22.7-40.3 42.8-100.5 51.9-190.6h84.4c-5.1 66.3-31.1 111.2-63 142.3z" fill="currentColor"></path></svg><!-- <i class="fas fa-trophy"></i> Font Awesome fontawesome.com --><span> Awards</span></a> <ul class="menu vertical medium-horizontal nested is-active submenu is-dropdown-submenu" data-submenu="" role="menubar"><li class="is-submenu-item is-dropdown-submenu-item" role="none"><a href="/awards2023/" role="menuitem" style="color: crimson;"><svg aria-hidden="true" class="svg-inline--fa fa-trophy" data-fa-i2svg="" data-icon="trophy" data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M400 0H176c-26.5 0-48.1 21.8-47.1 48.2c.2 5.3 .4 10.6 .7 15.8H24C10.7 64 0 74.7 0 88c0 92.6 33.5 157 78.5 200.7c44.3 43.1 98.3 64.8 138.1 75.8c23.4 6.5 39.4 26 39.4 45.6c0 20.9-17 37.9-37.9 37.9H192c-17.7 0-32 14.3-32 32s14.3 32 32 32H384c17.7 0 32-14.3 32-32s-14.3-32-32-32H357.9C337 448 320 431 320 410.1c0-19.6 15.9-39.2 39.4-45.6c39.9-11 93.9-32.7 138.2-75.8C542.5 245 576 180.6 576 88c0-13.3-10.7-24-24-24H446.4c.3-5.2 .5-10.4 .7-15.8C448.1 21.8 426.5 0 400 0zM48.9 112h84.4c9.1 90.1 29.2 150.3 51.9 190.6c-24.9-11-50.8-26.5-73.2-48.3c-32-31.1-58-76-63-142.3zM464.1 254.3c-22.4 21.8-48.3 37.3-73.2 48.3c22.7-40.3 42.8-100.5 51.9-190.6h84.4c-5.1 66.3-31.1 111.2-63 142.3z" fill="currentColor"></path></svg><!-- <i class="fas fa-trophy"></i> Font Awesome fontawesome.com --><span> Awards 2023</span></a></li> <li class="is-submenu-item is-dropdown-submenu-item" role="none"><a href="/awards2022/" role="menuitem"><svg aria-hidden="true" class="svg-inline--fa fa-trophy" data-fa-i2svg="" data-icon="trophy" data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M400 0H176c-26.5 0-48.1 21.8-47.1 48.2c.2 5.3 .4 10.6 .7 15.8H24C10.7 64 0 74.7 0 88c0 92.6 33.5 157 78.5 200.7c44.3 43.1 98.3 64.8 138.1 75.8c23.4 6.5 39.4 26 39.4 45.6c0 20.9-17 37.9-37.9 37.9H192c-17.7 0-32 14.3-32 32s14.3 32 32 32H384c17.7 0 32-14.3 32-32s-14.3-32-32-32H357.9C337 448 320 431 320 410.1c0-19.6 15.9-39.2 39.4-45.6c39.9-11 93.9-32.7 138.2-75.8C542.5 245 576 180.6 576 88c0-13.3-10.7-24-24-24H446.4c.3-5.2 .5-10.4 .7-15.8C448.1 21.8 426.5 0 400 0zM48.9 112h84.4c9.1 90.1 29.2 150.3 51.9 190.6c-24.9-11-50.8-26.5-73.2-48.3c-32-31.1-58-76-63-142.3zM464.1 254.3c-22.4 21.8-48.3 37.3-73.2 48.3c22.7-40.3 42.8-100.5 51.9-190.6h84.4c-5.1 66.3-31.1 111.2-63 142.3z" fill="currentColor"></path></svg><!-- <i class="fas fa-trophy"></i> Font Awesome fontawesome.com --><span> Awards 2022</span></a></li> <li class="is-submenu-item is-dropdown-submenu-item" role="none"><a href="/awards2021/" role="menuitem"><svg aria-hidden="true" class="svg-inline--fa fa-trophy" data-fa-i2svg="" data-icon="trophy" data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M400 0H176c-26.5 0-48.1 21.8-47.1 48.2c.2 5.3 .4 10.6 .7 15.8H24C10.7 64 0 74.7 0 88c0 92.6 33.5 157 78.5 200.7c44.3 43.1 98.3 64.8 138.1 75.8c23.4 6.5 39.4 26 39.4 45.6c0 20.9-17 37.9-37.9 37.9H192c-17.7 0-32 14.3-32 32s14.3 32 32 32H384c17.7 0 32-14.3 32-32s-14.3-32-32-32H357.9C337 448 320 431 320 410.1c0-19.6 15.9-39.2 39.4-45.6c39.9-11 93.9-32.7 138.2-75.8C542.5 245 576 180.6 576 88c0-13.3-10.7-24-24-24H446.4c.3-5.2 .5-10.4 .7-15.8C448.1 21.8 426.5 0 400 0zM48.9 112h84.4c9.1 90.1 29.2 150.3 51.9 190.6c-24.9-11-50.8-26.5-73.2-48.3c-32-31.1-58-76-63-142.3zM464.1 254.3c-22.4 21.8-48.3 37.3-73.2 48.3c22.7-40.3 42.8-100.5 51.9-190.6h84.4c-5.1 66.3-31.1 111.2-63 142.3z" fill="currentColor"></path></svg><!-- <i class="fas fa-trophy"></i> Font Awesome fontawesome.com --><span> Awards 2021</span></a></li> <li class="is-submenu-item is-dropdown-submenu-item" role="none"><a href="/awards2020/" role="menuitem"><svg aria-hidden="true" class="svg-inline--fa fa-trophy" data-fa-i2svg="" data-icon="trophy" data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M400 0H176c-26.5 0-48.1 21.8-47.1 48.2c.2 5.3 .4 10.6 .7 15.8H24C10.7 64 0 74.7 0 88c0 92.6 33.5 157 78.5 200.7c44.3 43.1 98.3 64.8 138.1 75.8c23.4 6.5 39.4 26 39.4 45.6c0 20.9-17 37.9-37.9 37.9H192c-17.7 0-32 14.3-32 32s14.3 32 32 32H384c17.7 0 32-14.3 32-32s-14.3-32-32-32H357.9C337 448 320 431 320 410.1c0-19.6 15.9-39.2 39.4-45.6c39.9-11 93.9-32.7 138.2-75.8C542.5 245 576 180.6 576 88c0-13.3-10.7-24-24-24H446.4c.3-5.2 .5-10.4 .7-15.8C448.1 21.8 426.5 0 400 0zM48.9 112h84.4c9.1 90.1 29.2 150.3 51.9 190.6c-24.9-11-50.8-26.5-73.2-48.3c-32-31.1-58-76-63-142.3zM464.1 254.3c-22.4 21.8-48.3 37.3-73.2 48.3c22.7-40.3 42.8-100.5 51.9-190.6h84.4c-5.1 66.3-31.1 111.2-63 142.3z" fill="currentColor"></path></svg><!-- <i class="fas fa-trophy"></i> Font Awesome fontawesome.com --><span> Awards 2020</span></a></li> <li class="is-submenu-item is-dropdown-submenu-item" role="none"><a href="/awards2019/" role="menuitem"><svg aria-hidden="true" class="svg-inline--fa fa-trophy" data-fa-i2svg="" data-icon="trophy" data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M400 0H176c-26.5 0-48.1 21.8-47.1 48.2c.2 5.3 .4 10.6 .7 15.8H24C10.7 64 0 74.7 0 88c0 92.6 33.5 157 78.5 200.7c44.3 43.1 98.3 64.8 138.1 75.8c23.4 6.5 39.4 26 39.4 45.6c0 20.9-17 37.9-37.9 37.9H192c-17.7 0-32 14.3-32 32s14.3 32 32 32H384c17.7 0 32-14.3 32-32s-14.3-32-32-32H357.9C337 448 320 431 320 410.1c0-19.6 15.9-39.2 39.4-45.6c39.9-11 93.9-32.7 138.2-75.8C542.5 245 576 180.6 576 88c0-13.3-10.7-24-24-24H446.4c.3-5.2 .5-10.4 .7-15.8C448.1 21.8 426.5 0 400 0zM48.9 112h84.4c9.1 90.1 29.2 150.3 51.9 190.6c-24.9-11-50.8-26.5-73.2-48.3c-32-31.1-58-76-63-142.3zM464.1 254.3c-22.4 21.8-48.3 37.3-73.2 48.3c22.7-40.3 42.8-100.5 51.9-190.6h84.4c-5.1 66.3-31.1 111.2-63 142.3z" fill="currentColor"></path></svg><!-- <i class="fas fa-trophy"></i> Font Awesome fontawesome.com --><span> Awards 2019</span></a></li> <li class="is-submenu-item is-dropdown-submenu-item" role="none"><a href="/awards2018/" role="menuitem"><svg aria-hidden="true" class="svg-inline--fa fa-trophy" data-fa-i2svg="" data-icon="trophy" data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M400 0H176c-26.5 0-48.1 21.8-47.1 48.2c.2 5.3 .4 10.6 .7 15.8H24C10.7 64 0 74.7 0 88c0 92.6 33.5 157 78.5 200.7c44.3 43.1 98.3 64.8 138.1 75.8c23.4 6.5 39.4 26 39.4 45.6c0 20.9-17 37.9-37.9 37.9H192c-17.7 0-32 14.3-32 32s14.3 32 32 32H384c17.7 0 32-14.3 32-32s-14.3-32-32-32H357.9C337 448 320 431 320 410.1c0-19.6 15.9-39.2 39.4-45.6c39.9-11 93.9-32.7 138.2-75.8C542.5 245 576 180.6 576 88c0-13.3-10.7-24-24-24H446.4c.3-5.2 .5-10.4 .7-15.8C448.1 21.8 426.5 0 400 0zM48.9 112h84.4c9.1 90.1 29.2 150.3 51.9 190.6c-24.9-11-50.8-26.5-73.2-48.3c-32-31.1-58-76-63-142.3zM464.1 254.3c-22.4 21.8-48.3 37.3-73.2 48.3c22.7-40.3 42.8-100.5 51.9-190.6h84.4c-5.1 66.3-31.1 111.2-63 142.3z" fill="currentColor"></path></svg><!-- <i class="fas fa-trophy"></i> Font Awesome fontawesome.com --><span> Awards 2018</span></a></li> <li class="is-submenu-item is-dropdown-submenu-item" role="none"><a href="/awards/" role="menuitem"><svg aria-hidden="true" class="svg-inline--fa fa-trophy" data-fa-i2svg="" data-icon="trophy" data-prefix="fas" focusable="false" role="img" viewbox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M400 0H176c-26.5 0-48.1 21.8-47.1 48.2c.2 5.3 .4 10.6 .7 15.8H24C10.7 64 0 74.7 0 88c0 92.6 33.5 157 78.5 200.7c44.3 43.1 98.3 64.8 138.1 75.8c23.4 6.5 39.4 26 39.4 45.6c0 20.9-17 37.9-37.9 37.9H192c-17.7 0-32 14.3-32 32s14.3 32 32 32H384c17.7 0 32-14.3 32-32s-14.3-32-32-32H357.9C337 448 320 431 320 410.1c0-19.6 15.9-39.2 39.4-45.6c39.9-11 93.9-32.7 138.2-75.8C542.5 245 576 180.6 576 88c0-13.3-10.7-24-24-24H446.4c.3-5.2 .5-10.4 .7-15.8C448.1 21.8 426.5 0 400 0zM48.9 112h84.4c9.1 90.1 29.2 150.3 51.9 190.6c-24.9-11-50.8-26.5-73.2-48.3c-32-31.1-58-76-63-142.3zM464.1 254.3c-22.4 21.8-48.3 37.3-73.2 48.3c22.7-40.3 42.8-100.5 51.9-190.6h84.4c-5.1 66.3-31.1 111.2-63 142.3z" fill="currentColor"></path></svg><!-- <i class="fas fa-trophy"></i> Font Awesome fontawesome.com --><span> Awards 2017</span></a></li></ul></li> <li class="is-submenu-item is-dropdown-submenu-item" role="none"><a class="hide-for-medium" href="/about-us.phtml" role="menuitem">About</a></li></ul></li> <li class="show-for-large" role="none"><a href="/notes/" role="menuitem">Notes</a></li> <li class="show-for-large" role="none"><a href="/noses/" role="menuitem">Perfumers</a></li> <li class="hide-for-small-only" role="none"><a href="/board/" role="menuitem" style="color: crimson;"><svg aria-hidden="true" class="svg-inline--fa fa-comments" data-fa-i2svg="" data-icon="comments" data-prefix="far" focusable="false" role="img" viewbox="0 0 640 512" xmlns="http://www.w3.org/2000/svg"><path d="M88.2 309.1c9.8-18.3 6.8-40.8-7.5-55.8C59.4 230.9 48 204 48 176c0-63.5 63.8-128 160-128s160 64.5 160 128s-63.8 128-160 128c-13.1 0-25.8-1.3-37.8-3.6c-10.4-2-21.2-.6-30.7 4.2c-4.1 2.1-8.3 4.1-12.6 6c-16 7.2-32.9 13.5-49.9 18c2.8-4.6 5.4-9.1 7.9-13.6c1.1-1.9 2.2-3.9 3.2-5.9zM0 176c0 41.8 17.2 80.1 45.9 110.3c-.9 1.7-1.9 3.5-2.8 5.1c-10.3 18.4-22.3 36.5-36.6 52.1c-6.6 7-8.3 17.2-4.6 25.9C5.8 378.3 14.4 384 24 384c43 0 86.5-13.3 122.7-29.7c4.8-2.2 9.6-4.5 14.2-6.8c15.1 3 30.9 4.5 47.1 4.5c114.9 0 208-78.8 208-176S322.9 0 208 0S0 78.8 0 176zM432 480c16.2 0 31.9-1.6 47.1-4.5c4.6 2.3 9.4 4.6 14.2 6.8C529.5 498.7 573 512 616 512c9.6 0 18.2-5.7 22-14.5c3.8-8.8 2-19-4.6-25.9c-14.2-15.6-26.2-33.7-36.6-52.1c-.9-1.7-1.9-3.4-2.8-5.1C622.8 384.1 640 345.8 640 304c0-94.4-87.9-171.5-198.2-175.8c4.1 15.2 6.2 31.2 6.2 47.8l0 .6c87.2 6.7 144 67.5 144 127.4c0 28-11.4 54.9-32.7 77.2c-14.3 15-17.3 37.6-7.5 55.8c1.1 2 2.2 4 3.2 5.9c2.5 4.5 5.2 9 7.9 13.6c-17-4.5-33.9-10.7-49.9-18c-4.3-1.9-8.5-3.9-12.6-6c-9.5-4.8-20.3-6.2-30.7-4.2c-12.1 2.4-24.7 3.6-37.8 3.6c-61.7 0-110-26.5-136.8-62.3c-16 5.4-32.8 9.4-50 11.8C279 439.8 350 480 432 480z" fill="currentColor"></path></svg><!-- <i class="far fa-comments"></i> Font Awesome fontawesome.com --><span> Forum</span></a></li> <li class="hide-for-small-only" role="none"><a href="/fragram/" role="menuitem" style="color: crimson;"><svg aria-hidden="true" class="svg-inline--fa fa-camera fa-sm" data-fa-i2svg="" data-icon="camera" data-prefix="fas" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M149.1 64.8L138.7 96H64C28.7 96 0 124.7 0 160V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64H373.3L362.9 64.8C356.4 45.2 338.1 32 317.4 32H194.6c-20.7 0-39 13.2-45.5 32.8zM256 192a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" fill="currentColor"></path></svg><!-- <i class="fas fa-camera fa-sm"></i> Font Awesome fontawesome.com --><span> Fragram</span></a></li> <li role="none"><a class="show-for-medium" href="/about-us.phtml" role="menuitem">About</a></li></ul></div> <div class="fuseheader" data-fuse="22384457061" data-fuse-code="fuse-slot-22384457061-1" data-fuse-processed-at="4107" data-fuse-slot="fuse-slot-22384457061-1" data-fuse-zone-instance="zone-instance-22384457061-1" data-gpid="/71161633,22571436095/FRAGRANTICA_fragrantica/perfume_header#single-1"><div class="fuse-slot" id="fuse-slot-22384457061-1" style="max-width: inherit; max-height: inherit; display: none;"><div id="google_ads_iframe_/71161633,22571436095/FRAGRANTICA_fragrantica/perfume_header_0__container__" style="border: 0pt none; margin: auto; text-align: center; width: 300px; height: 0px;"></div></div></div> <div class="grid-container" id="main-content"><div class="grid-x grid-margin-x"><div class="small-12 medium-12 large-9 cell"><div class="grid-x bg-white grid-padding-x grid-padding-y" itemscope="itemscope" itemtype="http://schema.org/Product" style="width: 100%; position: relative;"><div class="cell small-12" id="toptop"><h1 class="text-center medium-text-left" itemprop="name">Bianco Latte Giardini Di Toscana <small style="white-space: nowrap;">for women and men</small></h1></div><div class="cell small-12"><div class="grid-x grid-margin-x grid-margin-y"><div class="cell small-6 text-center"><div class="grid-x"><div class="cell small-12"><img alt="Bianco Latte Giardini Di Toscana for women and men" height="500" itemprop="image" src="https://fimgs.net/mdimg/perfume/375x500.64757.jpg" width="375"/></div></div></div><div class="cell small-6 text-center"><p itemprop="brand" itemscope="itemscope" itemtype="http://schema.org/Brand" style="margin: 0px 0px 1rem;"><a href="https://www.fragrantica.com/designers/Giardini-Di-Toscana.html" itemprop="url"><span class="vote-button-name" itemprop="name" style="color: rgb(10, 10, 10);">Giardini Di Toscana</span><br/><img class="brand-logo" itemprop="logo" src="https://fimgs.net/mdimg/dizajneri/m.4204.jpg"/></a></p><h6>main accords</h6><div class="grid-x"><div class="cell accord-box"><div class="accord-bar" style="color: rgb(0, 0, 0); background: rgb(255, 254, 192); opacity: 1; width: 100%;">vanilla</div></div><div class="cell accord-box"><div class="accord-bar" style="color: rgb(255, 255, 255); background: rgb(238, 54, 59); opacity: 0.923889; width: 91.1204%;">sweet</div></div><div class="cell accord-box"><div class="accord-bar" style="color: rgb(0, 0, 0); background: rgb(221, 163, 86); opacity: 0.820455; width: 79.053%;">caramel</div></div><div class="cell accord-box"><div class="accord-bar" style="color: rgb(0, 0, 0); background: rgb(173, 131, 89); opacity: 0.639773; width: 57.9735%;">balsamic</div></div><div class="cell accord-box"><div class="accord-bar" style="color: rgb(0, 0, 0); background: rgb(238, 221, 204); opacity: 0.632449; width: 57.1191%;">powdery</div></div><div class="cell accord-box"><div class="accord-bar" style="color: rgb(0, 0, 0); background: rgb(250, 169, 7); opacity: 0.624748; width: 56.2206%;">honey</div></div><div class="cell accord-box"><div class="accord-bar" style="color: rgb(0, 0, 0); background: rgb(231, 216, 234); opacity: 0.59697; width: 52.9798%;">musky</div></div><div class="cell accord-box"><div class="accord-bar" style="color: rgb(0, 0, 0); background: rgb(55, 160, 137); opacity: 0.563636; width: 49.0909%;">aromatic</div></div><div class="cell accord-box"><div class="accord-bar" style="color: rgb(255, 255, 255); background: rgb(119, 68, 20); opacity: 0.55; width: 47.5%;">woody</div></div></div></div></div><div class="grid-x grid-margin-x grid-margin-y" id="rating" style="margin-bottom: 1rem;"><div class="cell small-12 medium-6"><div style="display: flex; justify-content: space-around;"><div style="display: flex; flex-flow: column wrap; justify-content: center; text-align: center; align-items: center; cursor: pointer;"><div style="display: flex; flex-direction: row; align-items: center;"><div class="icon-wrapper"><!-- --> <div class="color icon-vote-action" style="display: inline-block; color: rgb(202, 202, 202);"><svg fill="currentColor" viewbox="0 0 128 128"><path d="M64,0C28.7,0,0,28.7,0,64s28.7,64,64,64s64-28.7,64-64S99.3,0,64,0z M64,119.6
C33.3,119.6,8.4,94.7,8.4,64S33.3,8.4,64,8.4s55.6,24.9,55.6,55.6S94.7,119.6,64,119.6z"></path> <path d="M87.2,43l-33,33L40.8,62.7c-1.6-1.6-4.3-1.6-5.9,0c-1.6,1.6-1.6,4.3,0,5.9l16.3,16.3
c0.8,0.8,1.9,1.2,3,1.2c1.1,0,2.1-0.4,2.9-1.2c0,0,0,0,0,0l36-36c1.6-1.6,1.6-4.3,0-5.9C91.5,41.4,88.8,41.4,87.2,43z"></path></svg></div></div> <div style="display: flex;"><span class="vote-button-name" style="padding: 0.5rem;">I have it</span></div></div> <div class="voting-small-chart-size" style="display: flex; margin-top: 0.2rem;"><div style="width: 100%; height: 0.3rem; border-radius: 0.2rem; background: rgba(204, 224, 239, 0.4);"><div style="border-radius: 0.2rem; height: 0.3rem; background: rgb(159, 229, 132); width: 31.3%; opacity: 1;"></div></div></div></div><div style="display: flex; flex-flow: column wrap; justify-content: center; text-align: center; align-items: center; cursor: pointer;"><div style="display: flex; flex-direction: row; align-items: center;"><div class="icon-wrapper"><!-- --> <div class="color icon-vote-action" style="display: inline-block; color: rgb(202, 202, 202);"><svg fill="currentColor" viewbox="0 0 128 128"><path d="M64,0C28.7,0,0,28.7,0,64s28.7,64,64,64s64-28.7,64-64S99.3,0,64,0z M64,119.6
C33.3,119.6,8.4,94.7,8.4,64S33.3,8.4,64,8.4s55.6,24.9,55.6,55.6S94.7,119.6,64,119.6z"></path> <path d="M87.2,43l-33,33L40.8,62.7c-1.6-1.6-4.3-1.6-5.9,0c-1.6,1.6-1.6,4.3,0,5.9l16.3,16.3
c0.8,0.8,1.9,1.2,3,1.2c1.1,0,2.1-0.4,2.9-1.2c0,0,0,0,0,0l36-36c1.6-1.6,1.6-4.3,0-5.9C91.5,41.4,88.8,41.4,87.2,43z"></path></svg></div></div> <div style="display: flex;"><span class="vote-button-name" style="padding: 0.5rem;">I had it</span></div></div> <div class="voting-small-chart-size" style="display: flex; margin-top: 0.2rem;"><div style="width: 100%; height: 0.3rem; border-radius: 0.2rem; background: rgba(204, 224, 239, 0.4);"><div style="border-radius: 0.2rem; height: 0.3rem; background: rgb(235, 118, 187); width: 2.29667%; opacity: 1;"></div></div></div></div><div style="display: flex; flex-flow: column wrap; justify-content: center; text-align: center; align-items: center; cursor: pointer;"><div style="display: flex; flex-direction: row; align-items: center;"><div class="icon-wrapper"><!-- --> <div class="color icon-vote-action" style="display: inline-block; color: rgb(202, 202, 202);"><svg fill="currentColor" viewbox="0 0 128 128"><path d="M64,0C28.7,0,0,28.7,0,64s28.7,64,64,64s64-28.7,64-64S99.3,0,64,0z M64,119.6
C33.3,119.6,8.4,94.7,8.4,64S33.3,8.4,64,8.4s55.6,24.9,55.6,55.6S94.7,119.6,64,119.6z"></path> <path d="M87.2,43l-33,33L40.8,62.7c-1.6-1.6-4.3-1.6-5.9,0c-1.6,1.6-1.6,4.3,0,5.9l16.3,16.3
c0.8,0.8,1.9,1.2,3,1.2c1.1,0,2.1-0.4,2.9-1.2c0,0,0,0,0,0l36-36c1.6-1.6,1.6-4.3,0-5.9C91.5,41.4,88.8,41.4,87.2,43z"></path></svg></div></div> <div style="display: flex;"><span class="vote-button-name" style="padding: 0.5rem;">I want it</span></div></div> <div class="voting-small-chart-size" style="display: flex; margin-top: 0.2rem;"><div style="width: 100%; height: 0.3rem; border-radius: 0.2rem; background: rgba(204, 224, 239, 0.4);"><div style="border-radius: 0.2rem; height: 0.3rem; background: rgb(68, 123, 163); width: 66.4033%; opacity: 1;"></div></div></div></div></div></div></div><div class="grid-x grid-margin-x grid-margin-y"><div class="cell small-12 medium-6 text-center"><div style="clear: both; width: 100%; text-align: left; padding: 3px;"><div style="clear: both; width: 100%; text-align: center;"><p><a href="/goto.php?id=64757&linktype=luckyscent&sid=piclink" style="color: rgb(0, 0, 255);"><img alt="o.68153.png" src="https://fimgs.net/himg/o.68153.png" style="border: none; margin: 3px;" width="271"/><br/><span style="text-decoration: underline;">Buy this fragrance at <b>LuckyScent</b></span></a></p><p><a href="/goto.php?id=CA-64757&linktype=amazon_search&ekwd=Bianco+Latte+Giardini+Di+Toscana&sid=piclink" style="color: rgb(0, 0, 255); text-decoration: underline;" target="_blank">Search on<span style="text-decoration: none;"><img alt="AmazonCA.png" src="/ndimg/amazon_logos/AmazonCA.png" style="border: none; vertical-align: middle; margin-left: 0.5rem; max-height: 28px;"/></span></a> <br/>or <br/><a href="/goto.php?id=CA-64757&linktype=ebay_search&ekwd=Bianco+Latte+Giardini+Di+Toscana&sid=piclink" style="color: rgb(0, 0, 255); text-decoration: underline;" target="_blank">Buy it online <i>only</i> <b>3</b> items on<span style="text-decoration: none;"><img alt="o.98622.png" height="28" src="https://fimgs.net/himg/o.98622.png" style="max-height: 36px; margin-left: 10px; border: none; vertical-align: middle; background-color: rgb(255, 255, 255);"/></span></a><br/></p></div><div style="clear: both;"></div></div><div><sup>Sponsored</sup></div></div><div class="cell show-for-medium medium-6" style="padding: 0.6rem;"><div data-fuse="22384494431" data-fuse-code="fuse-slot-22384494431-1" data-fuse-processed-at="4107" data-fuse-slot="fuse-slot-22384494431-1" data-fuse-zone-instance="zone-instance-22384494431-1" data-gpid="/71161633,22571436095/FRAGRANTICA_fragrantica/perfume_incontent_1#single-1"><div class="fuse-slot" id="fuse-slot-22384494431-1" style="max-width: inherit; max-height: inherit; display: none;"><div id="google_ads_iframe_/71161633,22571436095/FRAGRANTICA_fragrantica/perfume_incontent_1_0__container__" style="border: 0pt none; margin: auto; text-align: center; width: 300px; height: 0px;"></div></div></div></div></div><div class="grid-x grid-margin-x grid-margin-y"><div class="cell small-6"><div style="display: flex; justify-content: space-evenly;"><div style="display: flex; flex-direction: column; justify-content: space-around; cursor: pointer;"><div style="display: flex; flex-direction: column; align-items: center;"><div class="icon-wrapper"><!-- --> <div class="icon-vote-action" style="display: inline-block; color: rgb(202, 202, 202);"><svg fill="currentColor" viewbox="0 0 128 128"><path d="M109.2,18.8C84-6.3,43.6-6.3,18.8,18.8c-25.1,25.1-25.1,65.6,0,90.3c25.1,25.1,65.6,25.1,90.3,0
C134.3,84.4,134.3,43.6,109.2,18.8z M102.3,102.3c-20.9,20.9-55.4,21.3-76.2,0C5.2,81.5,5.2,47,26.1,25.7
c20.9-20.9,55.4-20.9,76.7,0C123.2,47,123.2,81,102.3,102.3z"></path> <path d="M90,72.5c-1.7-0.9-3.8,0-4.7,1.7c-3.4,8.1-11.8,13.2-20.7,13.2c-0.3,0-0.6,0-0.6,0
c-9,0-17.6-5.1-21-13.2c-0.9-1.7-3.1-2.6-4.8-1.7c-1.7,0.9-2.4,2.8-1.6,4.9C41.3,87.9,52,94.7,64,94.7c0,0,0.1,0,0.2,0
c12.4,0,22.9-6.6,27.6-17.3C92.6,75.3,91.7,73.4,90,72.5z"></path> <path d="M44,60.5l2.1,2.1l2.1-2.1c8.1-7.2,13.2-11.9,13.2-17.5c0-4.7-3.8-8.5-8.5-8.5c-2.6,0-5.1,1.3-6.8,3.4
c-1.7-2.1-4.3-3.4-6.8-3.4c-4.7,0-8.5,3.8-8.5,8.5C30.8,49,35.9,53.7,44,60.5z"></path> <path d="M88.7,34.5c-2.6,0-5.1,1.3-6.8,3.4c-1.7-2.1-4.3-3.4-6.8-3.4c-4.7,0-8.5,3.8-8.5,8.5
c0,6,5.1,10.6,13.2,17.5l2.1,2.1l2.1-2.1c8.1-7.2,13.2-11.9,13.2-17.5C97.2,38.4,93.4,34.5,88.7,34.5z"></path></svg></div></div></div> <div style="display: flex; justify-content: center;"><span class="vote-button-legend show-for-medium">love</span></div> <div class="voting-small-chart-size" style="display: flex; margin-top: 0.2rem; height: auto;"><div style="width: 100%; height: 0.3rem; border-radius: 0.2rem; background: rgba(204, 224, 239, 0.4);"><div style="border-radius: 0.2rem; height: 0.3rem; background: rgb(255, 118, 111); width: 100%; opacity: 1;"></div></div></div></div><div style="display: flex; flex-direction: column; justify-content: space-around; cursor: pointer;"><div style="display: flex; flex-direction: column; align-items: center;"><div class="icon-wrapper"><!-- --> <div class="icon-vote-action" style="display: inline-block; color: rgb(202, 202, 202);"><svg fill="currentColor" viewbox="0 0 128 128"><path d="M109.2,18.8C84-6.3,43.6-6.3,18.8,18.8c-25.1,25.1-25.1,65.6,0,90.3c25.1,25.1,65.6,25.1,90.3,0
C134.3,84.4,134.3,43.6,109.2,18.8z M102.3,102.3c-20.9,20.9-55.4,21.3-76.2,0C5.2,81.5,5.2,47,26.1,25.7
c20.9-20.9,55.4-20.9,76.7,0C123.2,47,123.2,81,102.3,102.3z"></path> <circle cx="46.5" cy="47" r="7.7"></circle> <circle cx="81.5" cy="47" r="7.7"></circle> <path d="M90,72.5c-1.7-0.9-3.8,0-4.7,1.7c-3.4,8.1-11.8,13.2-20.7,13.2c-0.3,0-0.6,0-0.6,0
c-9,0-17.6-5.1-21-13.2c-0.9-1.7-3.1-2.6-4.8-1.7c-1.7,0.9-2.4,2.8-1.6,4.9C41.3,87.9,52,94.7,64,94.7c0,0,0.1,0,0.2,0
c12.4,0,22.9-6.6,27.6-17.3C92.6,75.3,91.7,73.4,90,72.5z"></path></svg></div></div></div> <div style="display: flex; justify-content: center;"><span class="vote-button-legend show-for-medium">like</span></div> <div class="voting-small-chart-size" style="display: flex; margin-top: 0.2rem; height: auto;"><div style="width: 100%; height: 0.3rem; border-radius: 0.2rem; background: rgba(204, 224, 239, 0.4);"><div style="border-radius: 0.2rem; height: 0.3rem; background: rgb(235, 118, 187); width: 39.5951%; opacity: 1;"></div></div></div></div><div style="display: flex; flex-direction: column; justify-content: space-around; cursor: pointer;"><div style="display: flex; flex-direction: column; align-items: center;"><div class="icon-wrapper"><!-- --> <div class="icon-vote-action" style="display: inline-block; color: rgb(202, 202, 202);"><svg fill="currentColor" viewbox="0 0 128 128"><path d="M109.2,18.8C84-6.3,43.6-6.3,18.8,18.8c-25.1,25.1-25.1,65.6,0,90.3c25.1,25.1,65.6,25.1,90.3,0
C134.3,84.4,134.3,43.6,109.2,18.8z M102.3,102.3c-20.9,20.9-55.4,21.3-76.2,0C5.2,81.5,5.2,47,26.1,25.7
c20.9-20.9,55.4-20.9,76.7,0C123.2,47,123.2,81,102.3,102.3z"></path> <circle cx="46.5" cy="47" r="7.7"></circle> <circle cx="81.5" cy="47" r="7.7"></circle> <path d="M36.7,85.7c0,2.3,1.9,4.2,4.2,4.2h46.2c2.3,0,4.2-1.9,4.2-4.2c0-2.3-1.9-4.2-4.2-4.2H40.9
C38.6,81.5,36.7,83.4,36.7,85.7L36.7,85.7z"></path></svg></div></div></div> <div style="display: flex; justify-content: center;"><span class="vote-button-legend show-for-medium">ok</span></div> <div class="voting-small-chart-size" style="display: flex; margin-top: 0.2rem; height: auto;"><div style="width: 100%; height: 0.3rem; border-radius: 0.2rem; background: rgba(204, 224, 239, 0.4);"><div style="border-radius: 0.2rem; height: 0.3rem; background: rgb(252, 149, 138); width: 20.36%; opacity: 1;"></div></div></div></div><div style="display: flex; flex-direction: column; justify-content: space-around; cursor: pointer;"><div style="display: flex; flex-direction: column; align-items: center;"><div class="icon-wrapper"><!-- --> <div class="icon-vote-action" style="display: inline-block; color: rgb(202, 202, 202);"><svg fill="currentColor" viewbox="0 0 128 128"><path d="M109.2,18.8C84-6.3,43.6-6.3,18.8,18.8c-25.1,25.1-25.1,65.6,0,90.3c25.1,25.1,65.6,25.1,90.3,0
C134.3,84.4,134.3,43.6,109.2,18.8z M102.3,102.3c-20.9,20.9-55.4,21.3-76.2,0C5.2,81.5,5.2,47,26.1,25.7
c20.9-20.9,55.4-20.9,76.7,0C123.2,47,123.2,81,102.3,102.3z"></path> <circle cx="46.5" cy="47" r="7.7"></circle> <circle cx="81.5" cy="47" r="7.7"></circle> <path d="M90,94.3c-1.7,0.9-3.8,0-4.7-1.7c-3.4-8.1-11.8-13.2-20.7-13.2c-0.3,0-0.6,0-0.6,0
c-9,0-17.6,5.1-21,13.2c-0.9,1.7-3.1,2.6-4.8,1.7c-1.7-0.9-2.4-2.5-1.6-4.7c4.6-10.5,15.3-17,27.3-17c0,0,0.1,0,0.2,0
c12.4,0,22.9,6.4,27.6,17C92.6,91.8,91.7,93.5,90,94.3z"></path></svg></div></div></div> <div style="display: flex; justify-content: center;"><span class="vote-button-legend show-for-medium">dislike</span></div> <div class="voting-small-chart-size" style="display: flex; margin-top: 0.2rem; height: auto;"><div style="width: 100%; height: 0.3rem; border-radius: 0.2rem; background: rgba(204, 224, 239, 0.4);"><div style="border-radius: 0.2rem; height: 0.3rem; background: rgb(125, 148, 233); width: 12.5984%; opacity: 1;"></div></div></div></div><div style="display: flex; flex-direction: column; justify-content: space-around; cursor: pointer;"><div style="display: flex; flex-direction: column; align-items: center;"><div class="icon-wrapper"><!-- --> <div class="icon-vote-action" style="display: inline-block; color: rgb(202, 202, 202);"><svg fill="currentColor" viewbox="0 0 128 128"><path d="M109.2,18.8C84-6.3,43.6-6.3,18.8,18.8c-25.1,25.1-25.1,65.6,0,90.3c25.1,25.1,65.6,25.1,90.3,0
C134.3,84.4,134.3,43.6,109.2,18.8z M102.3,102.3c-20.9,20.9-55.4,21.3-76.2,0C5.2,81.5,5.2,47,26.1,25.7
c20.9-20.9,55.4-20.9,76.7,0C123.2,47,123.2,81,102.3,102.3z"></path> <path d="M64.2,72.7c-0.1,0-0.2,0-0.2,0c-12,0-22.7,6.5-27.3,17c-0.9,2.1-0.1,3.8,1.6,4.7c1.7,0.9,3.9,0,4.8-1.7
c3.4-8.1,12-13.2,21-13.2c0,0,0.3,0,0.6,0c8.9,0,17.3,5.1,20.7,13.2c0.9,1.7,3,2.6,4.7,1.7c1.7-0.9,2.6-2.5,1.8-4.7
C87.1,79,76.5,72.7,64.2,72.7z"></path> <path d="M92.2,32.1c-0.2,0-4.3,1.1-8.5,3.2c-4.4,2.2-9.6,6-9.9,11.7c0,0.1,0,0.3,0,0.4c0,4.3,3.5,7.7,7.7,7.7
c4.3,0,7.7-3.5,7.7-7.7c0-2-0.8-3.9-2.1-5.3c2.2-1.1,4.8-2,6.9-2.6c2.1-0.5,3.3-2.6,2.8-4.7C96.4,32.8,94.3,31.5,92.2,32.1z"></path> <path d="M38.7,47.4c0,4.3,3.5,7.7,7.7,7.7c4.3,0,7.7-3.5,7.7-7.7c0-0.1,0-0.3,0-0.4c-0.2-5.7-5.5-9.5-9.9-11.7
c-4.2-2.1-8.3-3.1-8.5-3.2c-2.1-0.5-4.2,0.7-4.7,2.8c-0.5,2.1,0.7,4.2,2.8,4.7c2.1,0.5,4.6,1.5,6.9,2.6
C39.5,43.5,38.7,45.4,38.7,47.4z"></path></svg></div></div></div> <div style="display: flex; justify-content: center;"><span class="vote-button-legend show-for-medium">hate</span></div> <div class="voting-small-chart-size" style="display: flex; margin-top: 0.2rem; height: auto;"><div style="width: 100%; height: 0.3rem; border-radius: 0.2rem; background: rgba(204, 224, 239, 0.4);"><div style="border-radius: 0.2rem; height: 0.3rem; background: rgb(68, 123, 163); width: 5.84927%; opacity: 1;"></div></div></div></div></div></div><div class="cell small-6"><div style="display: flex; justify-content: space-evenly;"><div index="0" style="display: flex; flex-direction: column; justify-content: space-around; cursor: pointer;"><div style="display: flex; flex-direction: column; align-items: center;"><div class="icon-wrapper"><!-- --> <div class="icon-vote-action" style="display: inline-block; color: rgb(202, 202, 202);"><svg fill="currentColor" viewbox="0 0 128 128"><path d="M60.3,115.4c0,0-4.7-18.5-5.8-22.9c-0.2-0.6-0.2-0.9-0.2-0.9l5-8.7h9.5l5,8.6c0,0-0.1,0.4-0.3,1
c-1.2,4.6-5.8,22.9-5.8,22.9c-0.1,0.5-0.2,1-0.2,1.4c0,2.5,1.6,4.7,3.9,5.4c2.8,0.8,5.7-1,6.5-3.9l3.4-13.1l6.6,12.1
c1.5,2.7,4.7,3.6,7.2,2.1c0,0,0.1,0,0.1-0.1c2.6-1.6,3.5-4.9,2-7.6c0,0-0.8-1.5-2-3.4c-2-3.6-4.8-8.7-4.8-8.7s2.2,0.6,4.8,1.3
c3.7,1,8.1,2.2,8.1,2.2c3,0.8,6-1,6.8-3.9c0.7-2.8-0.8-5.7-3.4-6.7c-0.2-0.1-0.3-0.1-0.5-0.2c0,0-5.4-1.4-11-2.8
C89.2,87.9,83,86.2,83,86.2l-5-8.7l4.8-8.2h10c0,0,1,1,2.4,2.4c4.9,4.6,15,14.2,15,14.2c2.2,2.1,5.7,2.1,7.9,0
c2.2-2.1,2.2-5.4,0-7.5l-9.7-9.2h14c3.1,0,5.6-2.4,5.6-5.3c0-2.9-2.5-5.3-5.6-5.3h-13.9l9.6-9.1c2.2-2.1,2.2-5.4,0-7.5
c-2.2-2.1-5.7-2.1-7.9,0c0,0-10.2,9.7-15,14.2c-1.4,1.4-2.4,2.4-2.4,2.4H82.7L78,50.5l5-8.7c0,0,6.3-1.7,12.2-3.3
c5.6-1.4,11-2.8,11-2.8c0.2,0,0.4-0.1,0.5-0.2c2.6-1,4.1-3.9,3.4-6.7c-0.8-3-3.9-4.7-6.8-3.9c0,0-4.4,1.2-8.1,2.2
c-2.6,0.7-4.8,1.3-4.8,1.3s2.8-5.1,4.8-8.7c1.1-1.9,2-3.4,2-3.4c1.5-2.6,0.6-6-2-7.6c0,0-0.1,0-0.1-0.1
c-2.5-1.5-5.8-0.6-7.2,2.1l-6.6,12.1L77.9,9.7c-0.8-3-3.7-4.7-6.5-3.9c-2.4,0.7-3.9,2.9-3.9,5.4c0,0.5,0.1,1,0.2,1.4
c0,0,4.7,18.3,5.8,22.9c0.2,0.6,0.3,1,0.3,1l-5,8.6l-9.5,0l-5.1-8.7c0,0,0.1-0.3,0.2-0.9c1.1-4.4,5.8-22.9,5.8-22.9
c0.7-3-0.9-6-3.7-6.8c-2.8-0.8-5.7,1-6.5,3.9l-3.3,13.1l-6.6-12.1c-1.5-2.7-4.7-3.6-7.2-2c0,0-0.1,0-0.1,0.1
c-1.7,1-2.7,2.9-2.7,4.8c0,0.9,0.2,1.9,0.7,2.8c0,0,0.8,1.5,1.9,3.4c2,3.6,4.8,8.8,4.8,8.8s-2.2-0.6-4.8-1.4
c-3.7-1-8.1-2.2-8.1-2.2c-3-0.8-6,1-6.8,3.9c-0.1,0.5-0.2,1-0.2,1.4c0,2.3,1.4,4.4,3.6,5.2c0.2,0.1,0.4,0.1,0.5,0.2
c0,0,5.4,1.4,11,2.8c6,1.6,12.3,3.3,12.3,3.3l5,8.7l-4.7,8.2H35.2c0,0-0.9-0.9-2.4-2.4C28,51.7,17.8,42,17.8,42
c-2.2-2.1-5.7-2.1-7.9,0c-1.1,1-1.6,2.4-1.6,3.8c0,1.4,0.5,2.7,1.6,3.7l9.6,9.1H5.6C2.5,58.7,0,61,0,64c0,2.9,2.5,5.3,5.6,5.3
h14l-9.7,9.2c-1.1,1-1.6,2.4-1.6,3.7s0.5,2.7,1.6,3.7c2.2,2.1,5.7,2.1,7.9,0c0,0,10.1-9.6,15-14.2c1.5-1.5,2.4-2.4,2.4-2.4h10.1
l4.8,8.2l-5,8.7c0,0-6.3,1.7-12.3,3.3c-5.7,1.4-11,2.8-11,2.8c-0.2,0-0.4,0.1-0.5,0.2c-2.2,0.8-3.6,2.9-3.6,5.2
c0,0.5,0.1,1,0.2,1.4c0.8,3,3.8,4.7,6.8,3.9c0,0,4.4-1.2,8.1-2.2c2.6-0.7,4.8-1.4,4.8-1.4s-2.8,5.2-4.8,8.8
c-1.1,1.9-1.9,3.4-1.9,3.4c-0.5,0.9-0.7,1.8-0.7,2.8c0,1.9,1,3.7,2.7,4.8c0,0,0.1,0,0.1,0.1c2.5,1.5,5.8,0.6,7.2-2l6.6-12.1
l3.3,13.1c0.8,3,3.7,4.7,6.5,3.9C59.4,121.4,61.1,118.4,60.3,115.4L60.3,115.4z M59.3,72.2L54.6,64l4.7-8.2l9.5,0l4.7,8.2
l-4.7,8.2H59.3z M59.3,72.2"></path></svg></div></div></div> <div class="show-for-medium" style="display: flex; justify-content: center;"><span class="vote-button-legend">winter</span></div> <div class="voting-small-chart-size" style="display: flex; margin-top: 0.2rem; height: auto;"><div style="width: 100%; height: 0.3rem; border-radius: 0.2rem; background: rgba(204, 224, 239, 0.4);"><div style="border-radius: 0.2rem; height: 0.3rem; background: rgb(120, 214, 240); width: 100%; opacity: 1;"></div></div></div></div><div index="1" style="display: flex; flex-direction: column; justify-content: space-around; cursor: pointer;"><div style="display: flex; flex-direction: column; align-items: center;"><div class="icon-wrapper"><!-- --> <div class="icon-vote-action" style="display: inline-block; color: rgb(202, 202, 202);"><svg fill="currentColor" viewbox="0 0 128 128"><path d="M96,0c0,0-10.5,10.2-21.9,14.3c-84.3,30.5-48.8,90-47.6,90.2c0,0,4.7-8.2,11.1-12.9
c40.5-29.8,48.8-64.1,48.8-64.1s-9.1,41.3-45.2,67c-8,5.7-13.4,19.6-15.6,33.6c0,0,5.7-2.3,8.1-2.9c0.9-6.2,2.9-12.1,6.3-17.4
c50.4,6,66.9-34.6,69.1-48.8C114.1,25.5,96,0,96,0L96,0z M96,0"></path></svg></div></div></div> <div class="show-for-medium" style="display: flex; justify-content: center;"><span class="vote-button-legend">spring</span></div> <div class="voting-small-chart-size" style="display: flex; margin-top: 0.2rem; height: auto;"><div style="width: 100%; height: 0.3rem; border-radius: 0.2rem; background: rgba(204, 224, 239, 0.4);"><div style="border-radius: 0.2rem; height: 0.3rem; background: rgb(159, 229, 132); width: 41.5144%; opacity: 1;"></div></div></div></div><div index="2" style="display: flex; flex-direction: column; justify-content: space-around; cursor: pointer;"><div style="display: flex; flex-direction: column; align-items: center;"><div class="icon-wrapper"><!-- --> <div class="icon-vote-action" style="display: inline-block; color: rgb(202, 202, 202);"><svg fill="currentColor" viewbox="0 0 128 128"><path d="M127.6,38.9c-1.8-5.3-4.4-10.3-7.7-14.7c-3.4-4.5-7.4-8.4-12-11.7c-4.7-3.4-10-6.1-15.5-8
c-5.5-1.9-11.2-3.1-17-3.6c-5.9-0.5-11.8-0.2-17.6,0.8c-6,1-11.8,2.8-17.4,5.2c-5.4,2.4-10.6,5.4-15.3,9
c-4.6,3.5-8.8,7.7-12.3,12.3c-3.6,4.6-6.5,9.7-8.7,15.1c-2.1,5.2-3.5,10.8-4,16.5c-0.5,5.5-0.1,11.1,1.2,16.5
c0.5,2,1.1,4,1.8,5.9l0.1,0.2l18.3-0.1l13.6-10.2l17-0.1l9.6-7.2c0,0,18.8,56.2,19.9,59.1c1.3,3.6,4.1,4.3,6.5,3.4
c2.1-0.8,3.8-3,2.4-6.9C89,116,70.7,61.5,70.7,61.5l12-0.1l13.6-10.2l17-0.1l14.6-11l-0.1-0.2C127.8,39.6,127.7,39.2,127.6,38.9
L127.6,38.9z M20.5,36.9c-1.1,3.2-2,6.5-2.5,9.9c-1,6.6-0.8,13.5,0.6,20.1c0.3,1.6,0.7,3.2,1.1,4.7l0.1,0.5
c0,0.1,0.1,0.3,0.1,0.4l0.2,0.8l0,0.1l-1.3,1l-9.6,0.1c-4.3-17.9,3.1-36.9,18-49.9c-0.8,1-1.6,2.1-2.3,3.2
c-0.9,1.4-1.8,2.9-2.5,4.4C21.7,33.7,21,35.2,20.5,36.9L20.5,36.9z M48.1,64L33,64.1c-0.3-1.2-0.5-2.4-0.8-3.7l-0.1-0.7
c-0.6-3.3-0.9-6.8-1-10.2c-0.1-3.4,0.2-6.7,0.7-10.1c0.1-0.9,0.3-1.9,0.5-2.8c0,0,0,0,0-0.1c0,0,0,0.1,0,0.1c0,0,0.1-0.3,0-0.2
c0.2-0.9,0.5-1.9,0.7-2.8c0.2-0.6,0.3-1.1,0.5-1.7c0.1-0.4,0.3-0.7,0.4-1.1c0.4-1.2,0.9-2.4,1.5-3.6c0.5-1.2,1.2-2.3,1.8-3.4
c1.3-2.1,2.8-4.1,4.5-5.9C39.9,28.5,42,45.6,48.1,64L48.1,64z M81.3,52.8c-6.4-18.3-15-33.2-22.8-40.3c1.4,0.2,2.9,0.6,4.5,1.1
c-0.3-0.1-0.5-0.1,0.1,0c1.3,0.4,0.6,0.2,0.1,0c1.5,0.5,3,1.1,4.5,1.7c0.8,0.4,1.6,0.8,2.4,1.2c0.8,0.4,1.6,0.9,2.4,1.4
c0.3,0.2,0.6,0.4,1,0.6c0.5,0.3,0.9,0.7,1.4,1c2.7,2,5.2,4.3,7.4,6.8c1.1,1.3,2.2,2.6,3.2,3.9c1,1.3,2,2.7,2.9,4.2
c1.1,1.7,2.1,3.5,3,5.3l0.3,0.6c0.5,1.1,1.1,2.2,1.6,3.4L81.3,52.8z M110.8,43.4l-1.6,0l-0.1-0.1l-0.3-0.8c0-0.1-0.1-0.3-0.2-0.4
l-0.2-0.4c-2.6-6.3-6-12.3-10.5-17.4c-4.4-5.1-9.8-9.4-15.9-12.4c-1.4-0.7-2.9-1.3-4.4-1.8c-1.2-0.4-2.5-0.8-3.7-1.1
c19.7,1.3,37,11.9,44.5,28.8L110.8,43.4z M110.8,43.4"></path></svg></div></div></div> <div class="show-for-medium" style="display: flex; justify-content: center;"><span class="vote-button-legend">summer</span></div> <div class="voting-small-chart-size" style="display: flex; margin-top: 0.2rem; height: auto;"><div style="width: 100%; height: 0.3rem; border-radius: 0.2rem; background: rgba(204, 224, 239, 0.4);"><div style="border-radius: 0.2rem; height: 0.3rem; background: rgb(252, 149, 138); width: 22.1932%; opacity: 1;"></div></div></div></div><div index="3" style="display: flex; flex-direction: column; justify-content: space-around; cursor: pointer;"><div style="display: flex; flex-direction: column; align-items: center;"><div class="icon-wrapper"><!-- --> <div class="icon-vote-action" style="display: inline-block; color: rgb(202, 202, 202);"><svg fill="currentColor" viewbox="0 0 128 128"><path d="M17.9,107.1c3.6,3.6,12.2,20.8,12.2,20.8s5.9-12.8,8.4-15.4c2.6-2.6,11.7-1.5,15.4,2.1
c0,0-3.3-28,0.4-29.5c3.7-1.5,27.2,36.3,27.2,36.3s0.6-14.1,4-15.9c3.4-1.8,29,9.2,29,9.2s0.3,0.1,0.5,0c0.2-0.2,0-0.5,0-0.5
s-11.2-25.5-9.4-28.9c1.8-3.4,15.9-4.1,15.9-4.1S83.6,58,85.1,54.3c1.4-3.7,29.5-0.6,29.5-0.6c-3.7-3.7-4.8-12.9-2.3-15.4
c2.6-2.6,15.7-8.5,15.7-8.5s-17.8-8.6-21.3-12.2c-3.6-3.5,1.4-8.2,0.8-8.9c-0.6-0.6-8.4,1-21.1,1.8c-12.7,0.9-22.9,3.1-25.8,0.2
c-2.3-2.3-5.7-10.7-5.7-10.7S37.3,24.8,35.9,26.9c-1.4,2.1-3.1,3.7-6.8,0L8.6,4.2L3.5,9.3l23.2,20.1c3.7,3.7,2.1,5.3,0,6.8
C24.6,37.6,0,55.3,0,55.3s8.5,3.4,10.7,5.7c2.9,2.9,0.8,13.1,0,25.9C10,99.5,8.4,107.3,9,107.9C9.7,108.6,14.4,103.5,17.9,107.1
L17.9,107.1z M40.6,42.9l-6.7-6.3l2.6-2.6l6.5,6.8l43.8-11.9l-40.8,15l40.2,42.2L44,46.1L30,88.7L40.6,42.9z M40.6,42.9"></path></svg></div></div></div> <div class="show-for-medium" style="display: flex; justify-content: center;"><span class="vote-button-legend">fall</span></div> <div class="voting-small-chart-size" style="display: flex; margin-top: 0.2rem; height: auto;"><div style="width: 100%; height: 0.3rem; border-radius: 0.2rem; background: rgba(204, 224, 239, 0.4);"><div style="border-radius: 0.2rem; height: 0.3rem; background: rgb(249, 190, 110); width: 92.0366%; opacity: 1;"></div></div></div></div><div index="4" style="display: flex; flex-direction: column; justify-content: space-around; cursor: pointer;"><div style="display: flex; flex-direction: column; align-items: center;"><div class="icon-wrapper"><!-- --> <div class="icon-vote-action" style="display: inline-block; color: rgb(202, 202, 202);"><svg fill="currentColor" viewbox="0 0 128 128"><path d="M64,26c-21,0-38,17-38,38s17,38,38,38s38-17,38-38S85,26,64,26z M64,92c-15.5,0-28-12.5-28-28
c0-15.5,12.5-28,28-28s28,12.5,28,28C92,79.5,79.5,92,64,92z"></path> <path d="M71.3,14.6L64,0l-7.3,14.6c2.4-0.4,4.8-0.6,7.3-0.6S68.9,14.2,71.3,14.6z"></path> <path d="M56.7,113.4L64,128l7.3-14.6c-2.4,0.4-4.8,0.6-7.3,0.6S59.1,113.8,56.7,113.4z"></path> <path d="M94.9,7.9l-13.4,9.3c4.6,1.7,8.9,4.1,12.8,7L94.9,7.9z"></path> <path d="M33.1,120.1l13.4-9.3c-4.6-1.7-8.9-4.1-12.8-7L33.1,120.1z"></path> <path d="M119.1,31.5l-16.2,1.1c3,3.8,5.5,8,7.4,12.5L119.1,31.5z"></path> <path d="M8.9,96.5l16.2-1.1c-3-3.8-5.5-8-7.4-12.5L8.9,96.5z"></path> <path d="M46.6,17.2L33.1,7.9l0.6,16.3C37.6,21.3,41.9,18.9,46.6,17.2z"></path> <path d="M81.4,110.8l13.4,9.3l-0.6-16.3C90.4,106.7,86.1,109.1,81.4,110.8z"></path> <path d="M17.7,45.1c1.9-4.5,4.4-8.8,7.4-12.5L8.9,31.5L17.7,45.1z"></path> <path d="M102.9,95.4l16.2,1.1l-8.8-13.7C108.4,87.4,105.9,91.6,102.9,95.4z"></path> <path d="M0,64l14.6,7.3C14.2,68.9,14,66.5,14,64s0.2-4.9,0.6-7.3L0,64z"></path> <path d="M128,64l-14.6-7.3c0.4,2.4,0.6,4.8,0.6,7.3s-0.2,4.9-0.6,7.3L128,64z"></path></svg></div></div></div> <div class="show-for-medium" style="display: flex; justify-content: center;"><span class="vote-button-legend">day</span></div> <div class="voting-small-chart-size" style="display: flex; margin-top: 0.2rem; height: auto;"><div style="width: 100%; height: 0.3rem; border-radius: 0.2rem; background: rgba(204, 224, 239, 0.4);"><div style="border-radius: 0.2rem; height: 0.3rem; background: rgb(252, 244, 135); width: 73.7598%; opacity: 1;"></div></div></div></div><div index="5" style="display: flex; flex-direction: column; justify-content: space-around; cursor: pointer;"><div style="display: flex; flex-direction: column; align-items: center;"><div class="icon-wrapper"><!-- --> <div class="icon-vote-action" style="display: inline-block; color: rgb(202, 202, 202);"><svg fill="currentColor" viewbox="0 0 128 128"><polygon points="58.3,47.7 65.5,42.5 72.8,47.7 70,39.1 77.3,33.7 68.3,33.7 65.5,25.2 62.8,33.7 53.8,33.7
61.1,39.1 "></polygon> <polygon points="94.9,20.2 98.8,31.1 102,20 113.6,19.7 104.1,13.2 107.3,2.1 98.2,9.1 88.6,2.6 92.5,13.5
83.3,20.5 "></polygon> <polygon points="100.2,52.5 91.8,37.7 89.9,54.5 73.3,57.9 88.7,64.9 86.8,81.7 98.2,69.3 113.6,76.3
105.3,61.6 116.8,49.1 "></polygon> <path d="M57.3,70.7C38.2,51.6,33.2,23.7,42.3,0C34,3.2,26.1,8.2,19.4,15c-25.9,25.9-25.9,67.8,0,93.6
c25.9,25.9,67.8,25.9,93.6,0c6.8-6.7,11.7-14.6,15-22.9C104.3,94.8,76.4,89.8,57.3,70.7z"></path></svg></div></div></div> <div class="show-for-medium" style="display: flex; justify-content: center;"><span class="vote-button-legend">night</span></div> <div class="voting-small-chart-size" style="display: flex; margin-top: 0.2rem; height: auto;"><div style="width: 100%; height: 0.3rem; border-radius: 0.2rem; background: rgba(204, 224, 239, 0.4);"><div style="border-radius: 0.2rem; height: 0.3rem; background: rgb(68, 123, 163); width: 63.577%; opacity: 1;"></div></div></div></div></div></div><div class="small-12 medium-6 text-center" style="max-height: 50px;"><div itemprop="aggregateRating" itemscope="itemscope" itemtype="http://schema.org/AggregateRating"><p class="info-note">Perfume rating <span itemprop="ratingValue">4.21</span> out of <span itemprop="bestRating">5</span> with <span content="1586" itemprop="ratingCount">1,586</span> votes</p><meta content="436" itemprop="reviewCount"/><p></p></div></div></div><div class="grid-x grid-margin-x grid-margin-y"><div class="cell small-12" itemprop="description"><p><b>Bianco Latte</b> by <b>Giardini Di Toscana</b> is a Amber Vanilla fragrance for women and men. The nose behind this fragrance is Silvia Martinelli. Top note is Caramel; middle notes are Coumarin and Honey; base notes are Vanilla and White Musk. </p><div class="fragrantica-blockquote" v-pre=""><p>"The cuddle, the embrace, the pleasure of being wrapped in a cloud of vanilla, milk and honey." - a note from the brand.</p></div><p class="reviewstrigger" style="font-size: smaller; color: #83a6c4">Read about this perfume in other languages: <a href="https://www.fragrantica.de/Parfum/Giardini-Di-Toscana/Bianco-Latte-64757.html" rel="noopener" target="_blank">Deutsch</a>, <a href="https://www.fragrantica.es/perfume/Giardini-Di-Toscana/Bianco-Latte-64757.html" rel="noopener" target="_blank">Español</a>, <a href="https://www.fragrantica.fr/parfum/Giardini-Di-Toscana/Bianco-Latte-64757.html" rel="noopener" target="_blank">Français</a>, <a href="https://www.fragrantica.cz/perfume/Giardini-Di-Toscana/Bianco-Latte-64757.html" rel="noopener" target="_blank">Čeština</a>, <a href="https://www.fragrantica.it/perfume/Giardini-Di-Toscana/Bianco-Latte-64757.html" rel="noopener" target="_blank">Italiano</a>, <a href="https://www.fragrantica.ru/perfume/Giardini-Di-Toscana/Bianco-Latte-64757.html" rel="noopener" target="_blank">Русский</a>, <a href="https://www.fragrantica.pl/perfumy/Giardini-Di-Toscana/Bianco-Latte-64757.html" rel="noopener" target="_blank">Polski</a>, <a href="https://www.fragrantica.com.br/perfume/Giardini-Di-Toscana/Bianco-Latte-64757.html" rel="noopener" target="_blank">Português</a>, <a href="https://www.fragrantica.gr/perfume/Giardini-Di-Toscana/Bianco-Latte-64757.html" rel="noopener" target="_blank">Ελληνικά</a>, <a href="https://www.fragrantica.asia/perfume/Giardini-Di-Toscana/Bianco-Latte-64757.html" rel="noopener" target="_blank">汉语</a>, <a href="https://www.fragrantica.nl/parfum/Giardini-Di-Toscana/Bianco-Latte-64757.html" rel="noopener" target="_blank">Nederlands</a>, <a href="https://www.punmiris.com/parfem/Giardini-Di-Toscana/Bianco-Latte-64757.html" rel="noopener" target="_blank">Srpski</a>, <a href="https://www.fragrantica.ro/parfum/Giardini-Di-Toscana/Bianco-Latte-64757.html" rel="noopener" target="_blank">Română</a>, <a href="https://www.fragranticarabia.com/perfumes/Giardini-Di-Toscana/Bianco-Latte-64757.html" rel="noopener" target="_blank">العربية</a>, <a href="https://www.fragrantica.ua/perfumes/Giardini-Di-Toscana/Bianco-Latte-64757.html" rel="noopener" target="_blank">Українська</a>, <a href="https://www.fragrantica.mn/perfumes/Giardini-Di-Toscana/Bianco-Latte-64757.html" rel="noopener" target="_blank">Монгол</a>, <a href="https://www.fragrantica.co.il/perfumes/Giardini-Di-Toscana/Bianco-Latte-64757.html" rel="noopener" target="_blank">עברית</a>.</p></div></div></div><div class="cell small-12"><div class="strike-title"><span>Perfumer</span></div><div class="grid-x grid-padding-x grid-padding-y small-up-2 medium-up-2"><div class="cell"><img class="perfumer-avatar" src="https://frgs.me/mdimg/nosevi/fit.2396.jpg"/><a href="/noses/Silvia_Martinelli.html">Silvia Martinelli</a></div></div></div><div class="cell"><div data-fuse="22384457067" data-fuse-code="fuse-slot-22384457067-1" data-fuse-processed-at="4107" data-fuse-slot="fuse-slot-22384457067-1" data-fuse-zone-instance="zone-instance-22384457067-1" data-gpid="/71161633,22571436095/FRAGRANTICA_fragrantica/perfume_incontent_2#single-1"><div class="publift-widget-22785201309-container" style="margin-left: 0px; margin-right: 0px;">
<div class="publift-widget-22785201309-scroll-clip">
<div class="publift-widget-22785201309 publift-widget-interscroller"><div class="fuse-slot-interscroller" data-fuse="22785201309" data-fuse-code="fuse-slot-22785201309-1" data-fuse-injected-at="1706820168961" data-fuse-processed-at="4103" data-fuse-slot="fuse-slot-22785201309-1" data-fuse-zone-instance="zone-instance-22785201309-1" data-gpid="/71161633,22571436095/FRAGRANTICA_fragrantica/perfume_incontent_2_interscroller#single-1" id="fuse-injected-22785201309-1"><div class="fuse-slot" id="fuse-slot-22785201309-1" style="max-width: inherit; max-height: inherit;"></div></div></div>
</div>
</div><div class="fuse-slot" id="fuse-slot-22384457067-1" style="max-width: inherit; max-height: inherit; display: none;"><div id="google_ads_iframe_/71161633,22571436095/FRAGRANTICA_fragrantica/perfume_incontent_2_0__container__" style="border: 0pt none; margin: auto; text-align: center; width: 300px; height: 0px;"></div></div></div></div><div class="cell small-12"><div class="grid-x grid-margin-x grid-margin-y"><div class="cell small-12 medium-6" style="border: 1px solid rgb(207, 249, 207); border-radius: 35px 0px; box-shadow: rgba(216, 216, 216, 0.73) -11px 6px 13px -2px; font-size: smaller;"><div style="display: flex; justify-content: center; margin-top: 0.4rem; gap: 5px;"><img alt="Pros" src="/ndimg/Pros_icon.svg" style="width: 1.5rem; height: 1.5rem;"/><h4 class="header" style="background: linear-gradient(to right, rgb(108, 143, 109), rgb(207, 249, 207)) text; color: rgb(131, 166, 196);">
Pros</h4></div> <div class="cell small-12" style="display: inline-flex; margin: 0.4rem; overflow-wrap: break-word; padding: 0px 0.6rem;"><div class="fa-lg" style="display: flex; align-items: center; color: grey; cursor: pointer;"><!-- --> <div style="display: inline-flex;"><div class="vote-box-sp-ai"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">195</span></div></div> <div class="vote-box-sp-ai"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">17</span></div></div></div></div> <span>High-quality, rich gourmand</span></div><div class="cell small-12" style="display: inline-flex; margin: 0.4rem; overflow-wrap: break-word; padding: 0px 0.6rem;"><div class="fa-lg" style="display: flex; align-items: center; color: grey; cursor: pointer;"><!-- --> <div style="display: inline-flex;"><div class="vote-box-sp-ai"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">179</span></div></div> <div class="vote-box-sp-ai"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">13</span></div></div></div></div> <span>Performance is great</span></div><div class="cell small-12" style="display: inline-flex; margin: 0.4rem; overflow-wrap: break-word; padding: 0px 0.6rem;"><div class="fa-lg" style="display: flex; align-items: center; color: grey; cursor: pointer;"><!-- --> <div style="display: inline-flex;"><div class="vote-box-sp-ai"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">157</span></div></div> <div class="vote-box-sp-ai"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">15</span></div></div></div></div> <span>Has a unique condensed milk scent</span></div><div class="cell small-12" style="display: inline-flex; margin: 0.4rem; overflow-wrap: break-word; padding: 0px 0.6rem;"><div class="fa-lg" style="display: flex; align-items: center; color: grey; cursor: pointer;"><!-- --> <div style="display: inline-flex;"><div class="vote-box-sp-ai"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">96</span></div></div> <div class="vote-box-sp-ai"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">10</span></div></div></div></div> <span>Gorgeous sweet, creamy, light scent</span></div><div class="cell small-12" style="display: inline-flex; margin: 0.4rem; overflow-wrap: break-word; padding: 0px 0.6rem;"><div class="fa-lg" style="display: flex; align-items: center; color: grey; cursor: pointer;"><!-- --> <div style="display: inline-flex;"><div class="vote-box-sp-ai"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">80</span></div></div> <div class="vote-box-sp-ai"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">16</span></div></div></div></div> <span>Enormous sillage</span></div><div class="cell small-12" style="display: inline-flex; margin: 0.4rem; overflow-wrap: break-word; padding: 0px 0.6rem;"><div class="fa-lg" style="display: flex; align-items: center; color: grey; cursor: pointer;"><!-- --> <div style="display: inline-flex;"><div class="vote-box-sp-ai"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">73</span></div></div> <div class="vote-box-sp-ai"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">20</span></div></div></div></div> <span>Realistic, cozy, steaming hot caramel cafe latte scent</span></div><div class="cell small-12" style="display: inline-flex; margin: 0.4rem; overflow-wrap: break-word; padding: 0px 0.6rem;"><div class="fa-lg" style="display: flex; align-items: center; color: grey; cursor: pointer;"><!-- --> <div style="display: inline-flex;"><div class="vote-box-sp-ai"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">66</span></div></div> <div class="vote-box-sp-ai"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">11</span></div></div></div></div> <span>Creates an intimate scent bubble</span></div><div class="cell small-12" style="display: inline-flex; margin: 0.4rem; overflow-wrap: break-word; padding: 0px 0.6rem;"><div class="fa-lg" style="display: flex; align-items: center; color: grey; cursor: pointer;"><!-- --> <div style="display: inline-flex;"><div class="vote-box-sp-ai"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">65</span></div></div> <div class="vote-box-sp-ai"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">26</span></div></div></div></div> <span>Smells like vanilla cupcakes piled high with vanilla buttercream frosting</span></div> <!-- --></div> <div class="cell small-12 medium-6" style="border: 1px solid rgb(247, 228, 225); border-radius: 0px 35px; box-shadow: rgba(216, 216, 216, 0.73) 6px 6px 13px -2px; font-size: smaller;"><div style="display: flex; justify-content: center; margin-top: 0.4rem; gap: 5px;"><img alt="Cons" src="/ndimg/Cons_Icon.svg" style="width: 1.5rem; height: 1.5rem;"/> <h4 class="header" style="background: linear-gradient(to left, rgb(108, 143, 109), rgb(247, 228, 225)) text; color: rgb(131, 166, 196);">
Cons</h4></div> <div class="cell small-12" style="display: inline-flex; margin: 0.4rem; overflow-wrap: break-word; padding: 0px 0.6rem;"><div class="fa-lg" style="display: flex; align-items: center; color: grey; cursor: pointer;"><!-- --> <div style="display: inline-flex;"><div class="vote-box-sp-ai"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">122</span></div></div> <div class="vote-box-sp-ai"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">22</span></div></div></div></div> <span> May be too sweet for some people's liking</span></div><div class="cell small-12" style="display: inline-flex; margin: 0.4rem; overflow-wrap: break-word; padding: 0px 0.6rem;"><div class="fa-lg" style="display: flex; align-items: center; color: grey; cursor: pointer;"><!-- --> <div style="display: inline-flex;"><div class="vote-box-sp-ai"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">100</span></div></div> <div class="vote-box-sp-ai"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">35</span></div></div></div></div> <span> Does not smell like Pink Sugar as advertised</span></div><div class="cell small-12" style="display: inline-flex; margin: 0.4rem; overflow-wrap: break-word; padding: 0px 0.6rem;"><div class="fa-lg" style="display: flex; align-items: center; color: grey; cursor: pointer;"><!-- --> <div style="display: inline-flex;"><div class="vote-box-sp-ai"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">71</span></div></div> <div class="vote-box-sp-ai"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">49</span></div></div></div></div> <span> Not suitable for all occasions or seasons</span></div><div class="cell small-12" style="display: inline-flex; margin: 0.4rem; overflow-wrap: break-word; padding: 0px 0.6rem;"><div class="fa-lg" style="display: flex; align-items: center; color: grey; cursor: pointer;"><!-- --> <div style="display: inline-flex;"><div class="vote-box-sp-ai"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">23</span></div></div> <div class="vote-box-sp-ai"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">40</span></div></div></div></div> <span> Concentration may be too strong for undersprayers</span></div><div class="cell small-12" style="display: inline-flex; margin: 0.4rem; overflow-wrap: break-word; padding: 0px 0.6rem;"><div class="fa-lg" style="display: flex; align-items: center; color: grey; cursor: pointer;"><!-- --> <div style="display: inline-flex;"><div class="vote-box-sp-ai"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">28</span></div></div> <div class="vote-box-sp-ai"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">52</span></div></div></div></div> <span> Slightly powdery</span></div><div class="cell small-12" style="display: inline-flex; margin: 0.4rem; overflow-wrap: break-word; padding: 0px 0.6rem;"><div class="fa-lg" style="display: flex; align-items: center; color: grey; cursor: pointer;"><!-- --> <div style="display: inline-flex;"><div class="vote-box-sp-ai"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">36</span></div></div> <div class="vote-box-sp-ai"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">70</span></div></div></div></div> <span> Overwhelmingly synthetic upon spraying</span></div><div class="cell small-12" style="display: inline-flex; margin: 0.4rem; overflow-wrap: break-word; padding: 0px 0.6rem;"><div class="fa-lg" style="display: flex; align-items: center; color: grey; cursor: pointer;"><!-- --> <div style="display: inline-flex;"><div class="vote-box-sp-ai"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">29</span></div></div> <div class="vote-box-sp-ai"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">65</span></div></div></div></div> <span> Initial alcoholic assault of milky liquor</span></div><div class="cell small-12" style="display: inline-flex; margin: 0.4rem; overflow-wrap: break-word; padding: 0px 0.6rem;"><div class="fa-lg" style="display: flex; align-items: center; color: grey; cursor: pointer;"><!-- --> <div style="display: inline-flex;"><div class="vote-box-sp-ai"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">15</span></div></div> <div class="vote-box-sp-ai"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">69</span></div></div></div></div> <span> Musk note can have a mothball-like vibe on some skin types</span></div> <!-- --></div></div></div><div class="cell small-12"><p class="info-note" style="font-size: smaller;"><b>Note:</b> The pros and cons listed on this page have been generated using the artificial intelligence system, which analyzes product reviews submitted by our members. While we strive to provide accurate and helpful information, we cannot guarantee the complete accuracy or reliability of the AI-generated pros and cons. Please read the full reviews and consider your own needs and preferences before making a purchasing decision.</p></div><div class="cell small-12"><div class="strike-title" id="fragram-photos"><span>
Fragram Photos
</span></div> <div class="fragramcarousel flickity-enabled is-draggable" style="max-height: 180px;" tabindex="0"> <div class="flickity-viewport" style="height: 180px; touch-action: pan-y;"><div class="flickity-slider" style="left: 0px; transform: translateX(0%);"><div class="carousel-cell-photo is-selected" style="position: absolute; left: 0px; transform: translateX(0%);"><div style="position: relative; padding-top: 100%;"><a data-caption="<a href='https://www.fragrantica.com/fragram/fp/212108' target='_blank'><img src='https://fimgs.net/mdimg/avatari/s.1019537.jpg' class='rounded' style='display: inline-block; width: 2rem;height: 2rem; border-radius: 1rem; margin: 0.5rem; filter: drop-shadow(0 0 0.5rem #fff);'> 📷 Eyviab (Fragrantica.com)↗</a>" data-fancybox="images" href="https://fimgs.net/photogram/p1200/ij/uh/gDIcXSCLsf4xllZv.jpg" itemprop="image"><img height="180" loading="lazy" src="https://fimgs.net/photogram/p180/ij/uh/gDIcXSCLsf4xllZv.jpg" style="position: absolute; width: 100%; height: 100%; object-fit: cover; display: block; inset: 0px; padding: 2px;" width="180"/></a></div></div><div class="carousel-cell-photo is-selected" style="position: absolute; left: 0px; transform: translateX(101.11%);"><div style="position: relative; padding-top: 100%;"><a data-caption="<a href='https://www.fragrantica.com/fragram/fp/222237' target='_blank'><img src='https://fimgs.net/himg/o.69248.png' class='rounded' style='display: inline-block; width: 2rem;height: 2rem; border-radius: 1rem; margin: 0.5rem; filter: drop-shadow(0 0 0.5rem #fff);'> 📷 thewill0w (Fragrantica.com)↗</a>" data-fancybox="images" href="https://fimgs.net/photogram/p1200/v6/6h/Cjb7giNyWtstS5Z8.jpg" itemprop="image"><img height="180" loading="lazy" src="https://fimgs.net/photogram/p180/v6/6h/Cjb7giNyWtstS5Z8.jpg" style="position: absolute; width: 100%; height: 100%; object-fit: cover; display: block; inset: 0px; padding: 2px;" width="180"/></a></div></div><div class="carousel-cell-photo is-selected" style="position: absolute; left: 0px; transform: translateX(202.22%);"><div style="position: relative; padding-top: 100%;"><a data-caption="<a href='https://www.fragrantica.com/fragram/fp/216801' target='_blank'><img src='https://fimgs.net/mdimg/avatari/s.1683577.jpg' class='rounded' style='display: inline-block; width: 2rem;height: 2rem; border-radius: 1rem; margin: 0.5rem; filter: drop-shadow(0 0 0.5rem #fff);'> 📷 Clancy69 (Fragrantica.com)↗</a>" data-fancybox="images" href="https://fimgs.net/photogram/p1200/h7/yp/5YLclOKd70PM8soH.jpg" itemprop="image"><img height="180" loading="lazy" src="https://fimgs.net/photogram/p180/h7/yp/5YLclOKd70PM8soH.jpg" style="position: absolute; width: 100%; height: 100%; object-fit: cover; display: block; inset: 0px; padding: 2px;" width="180"/></a></div></div><div aria-hidden="true" class="carousel-cell-photo" style="position: absolute; left: 0px; transform: translateX(303.33%);"><div style="position: relative; padding-top: 100%;"><a data-caption="<a href='https://www.fragrantica.com/fragram/fp/204063' target='_blank'><img src='https://fimgs.net/himg/o.69248.png' class='rounded' style='display: inline-block; width: 2rem;height: 2rem; border-radius: 1rem; margin: 0.5rem; filter: drop-shadow(0 0 0.5rem #fff);'> 📷 KiikiKiiki (Fragrantica.com)↗</a>" data-fancybox="images" href="https://fimgs.net/photogram/p1200/cs/w0/4xL0df43aiqBFhJv.jpg" itemprop="image"><img height="180" loading="lazy" src="https://fimgs.net/photogram/p180/cs/w0/4xL0df43aiqBFhJv.jpg" style="position: absolute; width: 100%; height: 100%; object-fit: cover; display: block; inset: 0px; padding: 2px;" width="180"/></a></div></div><div aria-hidden="true" class="carousel-cell-photo" style="position: absolute; left: 0px; transform: translateX(404.44%);"><div style="position: relative; padding-top: 100%;"><a data-caption="<a href='https://www.fragrantica.com/fragram/fp/215847' target='_blank'><img src='https://fimgs.net/mdimg/avatari/s.1558356.jpg' class='rounded' style='display: inline-block; width: 2rem;height: 2rem; border-radius: 1rem; margin: 0.5rem; filter: drop-shadow(0 0 0.5rem #fff);'> 📷 yesunu (Fragrantica.com)↗</a>" data-fancybox="images" href="https://fimgs.net/photogram/p1200/hw/nn/uyuXi2s2W9pQjynT.jpg" itemprop="image"><img height="180" loading="lazy" src="https://fimgs.net/photogram/p180/hw/nn/uyuXi2s2W9pQjynT.jpg" style="position: absolute; width: 100%; height: 100%; object-fit: cover; display: block; inset: 0px; padding: 2px;" width="180"/></a></div></div><div aria-hidden="true" class="carousel-cell-photo" style="position: absolute; left: 0px; transform: translateX(505.56%);"><div style="position: relative; padding-top: 100%;"><a data-caption="<a href='https://www.fragrantica.com/fragram/fp/207724' target='_blank'><img src='https://fimgs.net/himg/o.69248.png' class='rounded' style='display: inline-block; width: 2rem;height: 2rem; border-radius: 1rem; margin: 0.5rem; filter: drop-shadow(0 0 0.5rem #fff);'> 📷 R9716 (Fragrantica.com)↗</a>" data-fancybox="images" href="https://fimgs.net/photogram/p1200/oe/mf/pULfI6yd2Zl5eKc4.jpg" itemprop="image"><img height="180" loading="lazy" src="https://fimgs.net/photogram/p180/oe/mf/pULfI6yd2Zl5eKc4.jpg" style="position: absolute; width: 100%; height: 100%; object-fit: cover; display: block; inset: 0px; padding: 2px;" width="180"/></a></div></div><div aria-hidden="true" class="carousel-cell-photo" style="position: absolute; left: 0px; transform: translateX(606.67%);"><div style="position: relative; padding-top: 100%;"><a data-caption="<a href='https://www.fragrantica.es/fragram/fp/219510' target='_blank'><img src='https://fimgs.net/mdimg/avataries/s.105668.jpg' class='rounded' style='display: inline-block; width: 2rem;height: 2rem; border-radius: 1rem; margin: 0.5rem; filter: drop-shadow(0 0 0.5rem #fff);'> 📷 Yesty (Fragrantica.es)↗</a>" data-fancybox="images" href="https://fimgs.net/photogram/p1200/px/wg/ZGnSPOIX6oiJnK4E.jpg" itemprop="image"><img height="180" loading="lazy" src="https://fimgs.net/photogram/p180/px/wg/ZGnSPOIX6oiJnK4E.jpg" style="position: absolute; width: 100%; height: 100%; object-fit: cover; display: block; inset: 0px; padding: 2px;" width="180"/></a></div></div><div aria-hidden="true" class="carousel-cell-photo" style="position: absolute; left: 0px; transform: translateX(707.78%);"><div style="position: relative; padding-top: 100%;"><a data-caption="<a href='https://www.fragrantica.com/fragram/fp/150620' target='_blank'><img src='https://fimgs.net/mdimg/avatari/s.1379377.jpg' class='rounded' style='display: inline-block; width: 2rem;height: 2rem; border-radius: 1rem; margin: 0.5rem; filter: drop-shadow(0 0 0.5rem #fff);'> 📷 ash.nguyen6 (Fragrantica.com)↗</a>" data-fancybox="images" href="https://fimgs.net/photogram/p1200/dq/yt/DPDlWGLClwYUn8kv.jpg" itemprop="image"><img height="180" loading="lazy" src="https://fimgs.net/photogram/p180/dq/yt/DPDlWGLClwYUn8kv.jpg" style="position: absolute; width: 100%; height: 100%; object-fit: cover; display: block; inset: 0px; padding: 2px;" width="180"/></a></div></div><div aria-hidden="true" class="carousel-cell-photo" style="position: absolute; left: 0px; transform: translateX(808.89%);"><div style="position: relative; padding-top: 100%;"><a data-caption="<a href='https://www.fragrantica.it/fragram/fp/117951' target='_blank'><img src='https://fimgs.net/mdimg/avatariit/s.56789.jpg' class='rounded' style='display: inline-block; width: 2rem;height: 2rem; border-radius: 1rem; margin: 0.5rem; filter: drop-shadow(0 0 0.5rem #fff);'> 📷 MentiMalate (Fragrantica.it)↗</a>" data-fancybox="images" href="https://fimgs.net/photogram/p1200/iq/t5/lhDIJ139Z4lF6BCz.jpg" itemprop="image"><img height="180" loading="lazy" src="https://fimgs.net/photogram/p180/iq/t5/lhDIJ139Z4lF6BCz.jpg" style="position: absolute; width: 100%; height: 100%; object-fit: cover; display: block; inset: 0px; padding: 2px;" width="180"/></a></div></div><div aria-hidden="true" class="carousel-cell-photo" style="position: absolute; left: 0px; transform: translateX(910%);"><div style="position: relative; padding-top: 100%;"><a data-caption="<a href='https://www.fragrantica.it/fragram/fp/56547' target='_blank'><img src='https://fimgs.net/mdimg/avatariit/s.46715.jpg' class='rounded' style='display: inline-block; width: 2rem;height: 2rem; border-radius: 1rem; margin: 0.5rem; filter: drop-shadow(0 0 0.5rem #fff);'> 📷 Altea (Fragrantica.it)↗</a>" data-fancybox="images" href="https://fimgs.net/photogram/p1200/ll/b5/mUDUh7GJ8R9paOLP.jpg" itemprop="image"><img height="180" loading="lazy" src="https://fimgs.net/photogram/p180/ll/b5/mUDUh7GJ8R9paOLP.jpg" style="position: absolute; width: 100%; height: 100%; object-fit: cover; display: block; inset: 0px; padding: 2px;" width="180"/></a></div></div></div></div><button aria-label="Previous" class="flickity-button flickity-prev-next-button previous" disabled="" type="button"><svg class="flickity-button-icon" viewbox="0 0 100 100"><path class="arrow" d="M 10,50 L 60,100 L 70,90 L 30,50 L 70,10 L 60,0 Z"></path></svg></button><button aria-label="Next" class="flickity-button flickity-prev-next-button next" type="button"><svg class="flickity-button-icon" viewbox="0 0 100 100"><path class="arrow" d="M 10,50 L 60,100 L 70,90 L 30,50 L 70,10 L 60,0 Z" transform="translate(100, 100) rotate(180) "></path></svg></button></div></div><div class="cell small-12"><div class="grid-x grid-padding-y" id="pyramid"><div class="cell"><div style="display: flex; flex-direction: column; justify-content: center; text-align: center; background: white;"><div class="strike-title"><span>Perfume Pyramid</span></div><div><div style="display: flex; justify-content: center;"><div class="button-group" style="margin: auto; flex-grow: 0;"><div class="switch tiny" style="display: inline-block;"><input class="switch-input" id="showDiagram" name="showDiagram" type="checkbox"/> <label class="switch-paddle" for="showDiagram"><span class="show-for-sr">Show votes</span></label></div> <span style="margin: 0px 1rem;">Show votes</span></div></div> <div class="text-center notes-box"><!-- --> <!-- --></div><h4 style="margin-top: 0.5rem;"><b>Top Notes</b></h4><div><!-- --> <div style="display: flex; justify-content: center; text-align: center; flex-flow: wrap; align-items: flex-end; padding: 0.5rem;"><div style="margin: 0.2rem; display: flex; justify-content: center; flex-direction: column; text-align: center; opacity: 1; position: relative;"><div><img loading="lazy" src="https://fimgs.net/mdimg/sastojci/t.183.jpg" style="width: 5rem;"/></div><div><a href="https://www.fragrantica.com/notes/Caramel-183.html"><span class="link-span"></span></a>Caramel</div></div></div></div><h4 style="margin-top: 0.5rem;"><b>Middle Notes</b></h4><div><!-- --> <div style="display: flex; justify-content: center; text-align: center; flex-flow: wrap; align-items: flex-end; padding: 0.5rem;"><div style="margin: 0.2rem; display: flex; justify-content: center; flex-direction: column; text-align: center; opacity: 0.907283; position: relative;"><div><img loading="lazy" src="https://fimgs.net/mdimg/sastojci/t.259.jpg" style="width: 3.35rem;"/></div><div><a href="https://www.fragrantica.com/notes/Coumarin-259.html"><span class="link-span"></span></a>Coumarin</div></div><div style="margin: 0.2rem; display: flex; justify-content: center; flex-direction: column; text-align: center; opacity: 0.804771; position: relative;"><div><img loading="lazy" src="https://fimgs.net/mdimg/sastojci/t.181.jpg" style="width: 2.8rem;"/></div><div><a href="https://www.fragrantica.com/notes/Honey-181.html"><span class="link-span"></span></a>Honey</div></div></div></div><h4 style="margin-top: 0.5rem;"><b>Base Notes</b></h4><div><!-- --> <div style="display: flex; justify-content: center; text-align: center; flex-flow: wrap; align-items: flex-end; padding: 0.5rem;"><div style="margin: 0.2rem; display: flex; justify-content: center; flex-direction: column; text-align: center; opacity: 1; position: relative;"><div><img loading="lazy" src="https://fimgs.net/mdimg/sastojci/t.74.jpg" style="width: 4.875rem;"/></div><div><a href="https://www.fragrantica.com/notes/Vanilla-74.html"><span class="link-span"></span></a>Vanilla</div></div><div style="margin: 0.2rem; display: flex; justify-content: center; flex-direction: column; text-align: center; opacity: 0.735089; position: relative;"><div><img loading="lazy" src="https://fimgs.net/mdimg/sastojci/t.4.jpg" style="width: 2.5rem;"/></div><div><a href="https://www.fragrantica.com/notes/Musk-4.html"><span class="link-span"></span></a>White Musk</div></div></div></div></div></div></div><div class="cell text-center"><button aria-controls="NotesRatingModal" aria-haspopup="dialog" class="button small" data-open="NotesRatingModal" tabindex="0">Vote for Ingredients</button></div></div></div><div class="cell small-12"><div id="462cdc33de4a53399072890cc4ec1b81375"><iframe id="idIframeMMM" src="https://c.fimgs.net/d/CA/Bianco-Latte-Giardini-Di-Toscana?availableTo=CA&itemId=64757&czs=0e0be0d1c242462e7bb578e3c8409b9d" style="width: 100%; height: 514px; border: none; overflow: hidden"></iframe></div></div><div class="cell small-12"><div class="grid-x grid-padding-x grid-padding-y"><div class="cell"><div data-fuse="22384457076" data-fuse-code="fuse-slot-22384457076-1" data-fuse-processed-at="4107" data-fuse-slot="fuse-slot-22384457076-1" data-fuse-zone-instance="zone-instance-22384457076-1" data-gpid="/71161633,22571436095/FRAGRANTICA_fragrantica/perfume_incontent_3#single-1"><div class="fuse-slot" id="fuse-slot-22384457076-1" style="max-width: inherit; max-height: inherit; display: none;"><div id="google_ads_iframe_/71161633,22571436095/FRAGRANTICA_fragrantica/perfume_incontent_3_0__container__" style="border: 0pt none; margin: auto; text-align: center; width: 300px; height: 0px;"></div></div></div></div><div class="cell small-12"><div class="strike-title"><span>Designer Giardini Di Toscana</span></div><div class="carousel flickity-enabled is-draggable" tabindex="0"><div class="flickity-viewport" style="height: 242px; touch-action: pan-y;"><div class="flickity-slider" style="left: 0px; transform: translateX(-1.36%);"><div class="carousel-cell is-selected" style="position: absolute; left: 0px; transform: translateX(0%);"><a href="/perfume/Giardini-Di-Toscana/Borabora-81632.html"><img alt="Borabora Giardini Di Toscana" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.81632.jpg" width="125"/><span class="brand">Giardini Di Toscana</span><br/><span class="ztworowseclipse">Borabora</span></a></div><div class="carousel-cell is-selected" style="position: absolute; left: 0px; transform: translateX(114.29%);"><a href="/perfume/Giardini-Di-Toscana/Celeste-64788.html"><img alt="Celeste Giardini Di Toscana" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.64788.jpg" width="125"/><span class="brand">Giardini Di Toscana</span><br/><span class="ztworowseclipse">Celeste</span></a></div><div class="carousel-cell is-selected" style="position: absolute; left: 0px; transform: translateX(228.57%);"><a href="/perfume/Giardini-Di-Toscana/Blu-Indaco-64760.html"><img alt="Blu Indaco Giardini Di Toscana" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.64760.jpg" width="125"/><span class="brand">Giardini Di Toscana</span><br/><span class="ztworowseclipse">Blu Indaco</span></a></div><div class="carousel-cell is-selected" style="position: absolute; left: 0px; transform: translateX(342.86%);"><a href="/perfume/Giardini-Di-Toscana/Scintilla-81630.html"><img alt="Scintilla Giardini Di Toscana" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.81630.jpg" width="125"/><span class="brand">Giardini Di Toscana</span><br/><span class="ztworowseclipse">Scintilla</span></a></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(457.14%);"><a href="/perfume/Giardini-Di-Toscana/Christos-81631.html"><img alt="Christos Giardini Di Toscana" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.81631.jpg" width="125"/><span class="brand">Giardini Di Toscana</span><br/><span class="ztworowseclipse">Christos</span></a></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(571.43%);"><a href="/perfume/Giardini-Di-Toscana/Bianco-Oro-64756.html"><img alt="Bianco Oro Giardini Di Toscana" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.64756.jpg" width="125"/><span class="brand">Giardini Di Toscana</span><br/><span class="ztworowseclipse">Bianco Oro</span></a></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(685.71%);"><a href="/perfume/Giardini-Di-Toscana/Shabby-Chic-64758.html"><img alt="Shabby Chic Giardini Di Toscana" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.64758.jpg" width="125"/><span class="brand">Giardini Di Toscana</span><br/><span class="ztworowseclipse">Shabby Chic</span></a></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(800%);"><a href="/perfume/Giardini-Di-Toscana/Almafolia-87933.html"><img alt="Almafolia Giardini Di Toscana" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.87933.jpg" width="125"/><span class="brand">Giardini Di Toscana</span><br/><span class="ztworowseclipse">Almafolia</span></a></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(914.29%);"><a href="/perfume/Giardini-Di-Toscana/Bianco-Latte-Limited-Edition-88107.html"><img alt="Bianco Latte Limited Edition Giardini Di Toscana" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.88107.jpg" width="125"/><span class="brand">Giardini Di Toscana</span><br/><span class="ztworowseclipse">Bianco Latte Limited Edition</span></a></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(1028.57%);"><a href="/perfume/Giardini-Di-Toscana/Rosso-Rubino-64790.html"><img alt="Rosso Rubino Giardini Di Toscana" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.64790.jpg" width="125"/><span class="brand">Giardini Di Toscana</span><br/><span class="ztworowseclipse">Rosso Rubino</span></a></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(1142.86%);"><a href="/perfume/Giardini-Di-Toscana/Colonia-Nobile-77063.html"><img alt="Colonia Nobile Giardini Di Toscana" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.77063.jpg" width="125"/><span class="brand">Giardini Di Toscana</span><br/><span class="ztworowseclipse">Colonia Nobile</span></a></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(1257.14%);"><a href="/perfume/Giardini-Di-Toscana/Rosso-Radice-64759.html"><img alt="Rosso Radice Giardini Di Toscana" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.64759.jpg" width="125"/><span class="brand">Giardini Di Toscana</span><br/><span class="ztworowseclipse">Rosso Radice</span></a></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(1371.43%);"><a href="/perfume/Giardini-Di-Toscana/Borabora-Limited-Edition-88108.html"><img alt="Borabora Limited Edition Giardini Di Toscana" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.88108.jpg" width="125"/><span class="brand">Giardini Di Toscana</span><br/><span class="ztworowseclipse">Borabora Limited Edition</span></a></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(1485.71%);"><a href="/perfume/Giardini-Di-Toscana/Eremo-64789.html"><img alt="Eremo Giardini Di Toscana" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.64789.jpg" width="125"/><span class="brand">Giardini Di Toscana</span><br/><span class="ztworowseclipse">Eremo</span></a></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(1600%);"><a href="/perfume/Giardini-Di-Toscana/Christos-Limited-Edition-88106.html"><img alt="Christos Limited Edition Giardini Di Toscana" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.88106.jpg" width="125"/><span class="brand">Giardini Di Toscana</span><br/><span class="ztworowseclipse">Christos Limited Edition</span></a></div></div></div><button aria-label="Previous" class="flickity-button flickity-prev-next-button previous" disabled="" type="button"><svg class="flickity-button-icon" viewbox="0 0 100 100"><path class="arrow" d="M 10,50 L 60,100 L 70,90 L 30,50 L 70,10 L 60,0 Z"></path></svg></button><button aria-label="Next" class="flickity-button flickity-prev-next-button next" type="button"><svg class="flickity-button-icon" viewbox="0 0 100 100"><path class="arrow" d="M 10,50 L 60,100 L 70,90 L 30,50 L 70,10 L 60,0 Z" transform="translate(100, 100) rotate(180) "></path></svg></button></div><div></div></div><div class="cell small-12"><div><div style="display: flex; flex-flow: column wrap; align-items: center;"><div class="title-icon-symbols" style="display: inline-block;"><svg fill="currentColor" viewbox="0 0 20 20"><path clip-rule="evenodd" d="M12 7a1 1 0 110-2h5a1 1 0 011 1v5a1 1 0 11-2 0V8.414l-4.293 4.293a1 1 0 01-1.414 0L8 10.414l-4.293 4.293a1 1 0 01-1.414-1.414l5-5a1 1 0 011.414 0L11 10.586 14.586 7H12z" fill-rule="evenodd"></path></svg></div> <div>TREND</div></div> <canvas height="275" id="perfumegraph" style="display: block; box-sizing: border-box; height: 275px; width: 735px;" width="735"></canvas></div><p class="info-note">Fragrantica® Trends is a relative value that shows the interest of Fragrantica members in this fragrance over time.</p></div><div class="cell"><div class="grid-x grid-margin-x grid-margin-y"><div class="cell"><div class="strike-title"><span>Bianco Latte News</span></div></div><div class="newslist cell small-12 large-6"><img alt="Dear Santa: All I Want For Christmas Is... (Part 2)" loading="lazy" src="https://l.fimgs.net/news/en/19461/news.19461-120x120.jpg" style="margin-right: 1em; flex-shrink: 0;"/> <div class="flex-child-auto"><a href="https://www.fragrantica.com/news/Dear-Santa-All-I-Want-For-Christmas-Is-Part-2-19461.html"><span class="clickcatcher"></span><h4>Dear Santa: All I Want For Christmas Is... (Part 2)</h4></a> <p>by <i>Adam Forziati, John Biebel, Rouu Abd El-Latif, Jernê Knowles, Edie Smith, Violetta Maevska, Nayeli Cano</i></p> <div class="right-bottom-corner-abs"> 12/19/23 08:16
</div></div> <span class="badge">19</span></div> <div class="newslist cell small-12 large-6"><img alt="Dear Santa: All I Want For Christmas Is... (Part 1)" loading="lazy" src="https://l.fimgs.net/news/en/19388/news.19388-120x120.jpg" style="margin-right: 1em; flex-shrink: 0;"/> <div class="flex-child-auto"><a href="https://www.fragrantica.com/news/Dear-Santa-All-I-Want-For-Christmas-Is-Part-1-19388.html"><span class="clickcatcher"></span><h4>Dear Santa: All I Want For Christmas Is... (Part 1)</h4></a> <p>by <i>Beth Butterfield, Elena Vosnaki, Iulia Halatz, Ítalo Pereira, Markéta Rybínová, Yi Shang (怡 商)</i></p> <div class="right-bottom-corner-abs"> 12/06/23 08:58
</div></div> <span class="badge">31</span></div> <div class="newslist cell small-12 large-6"><img alt="Giardini di Toscana Christmas Holiday Offerings" loading="lazy" src="https://l.fimgs.net/news/en/19250/news.19250-120x120.jpg" style="margin-right: 1em; flex-shrink: 0;"/> <div class="flex-child-auto"><a href="https://www.fragrantica.com/news/Giardini-di-Toscana-Christmas-Holiday-Offerings-19250.html"><span class="clickcatcher"></span><h4>Giardini di Toscana Christmas Holiday Offerings</h4></a> <p>by <i>Sandra Raičević Petrović</i></p> <div class="right-bottom-corner-abs"> 11/13/23 12:01
</div></div> <span class="badge">5</span></div> <div class="newslist cell small-12 large-6"><img alt="GIARDINI DI TOSCANA - Hidden Jewels And Love At First Smell!" loading="lazy" src="https://l.fimgs.net/news/en/18842/news.18842-120x120.jpg" style="margin-right: 1em; flex-shrink: 0;"/> <div class="flex-child-auto"><a href="https://www.fragrantica.com/news/GIARDINI-DI-TOSCANA-Hidden-Jewels-And-Love-At-First-Smell-18842.html"><span class="clickcatcher"></span><h4>GIARDINI DI TOSCANA - Hidden Jewels And Love At First Smell!</h4></a> <p>by <i>Sandra Raičević Petrović</i></p> <div class="right-bottom-corner-abs"> 09/01/23 08:45
</div></div> <span class="badge">12</span></div></div></div><div class="cell small-12 medium-6" style="padding: 2rem 1.5rem 0px;"><div><div style="display: flex; flex-flow: column wrap; align-items: center;"><div class="title-icon-symbols" style="display: inline-block;"><svg fill="currentColor" viewbox="0 0 128 128"><path d="M38.1,14.3 M112.9,70.9l-1.2,4.2c-6.6,23.6-30.6,38.5-54.4,32.6C34.5,102,20.3,79.9,23.7,57.3l6.9,1.9
c1.6,0.4,3.1-1,2.7-2.6l-7.5-29.2c-0.4-1.6-2.4-2.2-3.6-1L0.6,47.5c-1.2,1.2-0.7,3.2,0.9,3.6l7.5,2.1
C3.5,83.7,22.3,114.1,53,122.1c31.9,8.3,64.4-11.4,73.3-43.2l1.1-4c0.3-1.2-0.4-2.3-1.5-2.7l-10.4-2.9
C114.4,69.1,113.2,69.8,112.9,70.9L112.9,70.9z M127.6,54.6c-0.1-1.2-1.2-2-2.4-1.9l-10.9,1.4c-1.2,0.2-2,1.2-1.9,2.4l0.4,3.3
c0.2,1.2,1.2,2,2.4,1.9l10.9-1.4c1.2-0.2,2-1.2,1.9-2.4L127.6,54.6z M121.3,35.9l-1.6-2.9c-0.6-1-1.9-1.4-2.9-0.8l-9.6,5.4
c-1,0.6-1.4,1.9-0.8,2.9l1.6,2.9c0.6,1,1.9,1.4,2.9,0.8l9.6-5.4C121.6,38.3,121.9,37,121.3,35.9z M106.9,18.1l-2.6-2.1
c-0.9-0.7-2.3-0.6-3,0.3l-6.8,8.6c-0.7,0.9-0.6,2.3,0.3,3l2.6,2.1c0.9,0.7,2.3,0.6,3-0.3l6.8-8.6
C108,20.2,107.9,18.8,106.9,18.1z M86.9,6.9l-3.2-1c-1.1-0.3-2.3,0.3-2.7,1.5l-3.1,10.5c-0.3,1.1,0.3,2.3,1.5,2.7l3.2,0.9
c1.1,0.3,2.3-0.3,2.7-1.4l3.1-10.5C88.7,8.4,88,7.2,86.9,6.9z M64.1,4l-3.3,0.3c-1.2,0.1-2.1,1.2-2,2.3l1,10.9
c0.1,1.2,1.2,2.1,2.3,1.9l3.3-0.3c1.2-0.1,2-1.2,1.9-2.3l-1-10.9C66.4,4.7,65.3,3.9,64.1,4z M44.8,10.8
c-0.5-1.1-1.8-1.5-2.9-0.9l-3,1.5c-1.1,0.6-1.5,1.8-0.9,2.9l5,9.7c0.6,1.1,1.9,1.5,2.9,0.9l2.9-1.5c1.1-0.5,1.5-1.8,0.9-2.9
L44.8,10.8z M65.4,28.6c-2.4,0-4.4,2-4.4,4.4v26.8c-2,1.4-3.3,3.7-3.3,6.3c0,4.3,3.5,7.7,7.7,7.7c1.2,0,2.3-0.3,3.3-0.7
l15.4,8.9c0.7,0.4,1.5,0.6,2.2,0.6c1.5,0,3-0.8,3.8-2.2c1.2-2.1,0.5-4.8-1.6-6l-15.4-8.9c-0.2-2.3-1.4-4.4-3.2-5.7V33
C69.9,30.6,67.9,28.6,65.4,28.6L65.4,28.6z M65.4,69.5c-1.8,0-3.3-1.5-3.3-3.3c0-1.8,1.5-3.3,3.3-3.3c1.8,0,3.3,1.5,3.3,3.3
C68.8,68,67.3,69.5,65.4,69.5L65.4,69.5z M65.4,69.5"></path></svg></div> <span style="font-size: small;">LONGEVITY</span></div> <div><span style="font-size: small;">no vote</span> <div class="vue-slider vue-slider-ltr" style="padding: 7.5px 0px; width: auto; height: 6px;"><div class="vue-slider-rail"><div class="vue-slider-process" style="height: 100%; top: 0px; left: 0%; width: 0%; transition-property: width, left; transition-duration: 0.5s; background-color: rgb(251, 219, 219);"></div><div class="vue-slider-marks"><div class="vue-slider-mark vue-slider-mark-active" style="height: 100%; width: 6px; left: 0%;"><div class="vue-slider-mark-step vue-slider-mark-step-active"></div></div><div class="vue-slider-mark" style="height: 100%; width: 6px; left: 20%;"><div class="vue-slider-mark-step"></div></div><div class="vue-slider-mark" style="height: 100%; width: 6px; left: 40%;"><div class="vue-slider-mark-step"></div></div><div class="vue-slider-mark" style="height: 100%; width: 6px; left: 60%;"><div class="vue-slider-mark-step"></div></div><div class="vue-slider-mark" style="height: 100%; width: 6px; left: 80%;"><div class="vue-slider-mark-step"></div></div><div class="vue-slider-mark" style="height: 100%; width: 6px; left: 100%;"><div class="vue-slider-mark-step"></div></div></div><div aria-orientation="horizontal" aria-valuemax="5" aria-valuemin="0" aria-valuenow="0" aria-valuetext="0" class="vue-slider-dot" role="slider" style="width: 15px; height: 15px; transform: translate(-50%, -50%); top: 50%; left: 0%; transition: left 0.5s ease 0s;" tabindex="0"><div class="vue-slider-dot-handle"></div></div></div></div></div> <div><div class="grid-x grid-margin-x"><div class="cell small-5 medium-5 large-5"><span class="vote-button-name">very weak</span></div> <div class="cell small-1 medium-1 large-1"><span class="vote-button-legend">13</span></div> <div class="cell small-6 medium-6 large-6" style="display: inline-flex; align-items: center; justify-content: center;"><progress class="alert" max="912" style="color: crimson; cursor: pointer;" value="13"></progress></div></div><div class="grid-x grid-margin-x"><div class="cell small-5 medium-5 large-5"><span class="vote-button-name">weak</span></div> <div class="cell small-1 medium-1 large-1"><span class="vote-button-legend">34</span></div> <div class="cell small-6 medium-6 large-6" style="display: inline-flex; align-items: center; justify-content: center;"><progress class="alert" max="912" style="color: crimson; cursor: pointer;" value="34"></progress></div></div><div class="grid-x grid-margin-x"><div class="cell small-5 medium-5 large-5"><span class="vote-button-name">moderate</span></div> <div class="cell small-1 medium-1 large-1"><span class="vote-button-legend">206</span></div> <div class="cell small-6 medium-6 large-6" style="display: inline-flex; align-items: center; justify-content: center;"><progress class="alert" max="912" style="color: crimson; cursor: pointer;" value="206"></progress></div></div><div class="grid-x grid-margin-x"><div class="cell small-5 medium-5 large-5"><span class="vote-button-name">long lasting</span></div> <div class="cell small-1 medium-1 large-1"><span class="vote-button-legend">451</span></div> <div class="cell small-6 medium-6 large-6" style="display: inline-flex; align-items: center; justify-content: center;"><progress class="alert" max="912" style="color: crimson; cursor: pointer;" value="451"></progress></div></div><div class="grid-x grid-margin-x"><div class="cell small-5 medium-5 large-5"><span class="vote-button-name">eternal</span></div> <div class="cell small-1 medium-1 large-1"><span class="vote-button-legend">208</span></div> <div class="cell small-6 medium-6 large-6" style="display: inline-flex; align-items: center; justify-content: center;"><progress class="alert" max="912" style="color: crimson; cursor: pointer;" value="208"></progress></div></div></div></div></div><div class="cell small-12 medium-6" style="padding: 2rem 1.5rem 0px;"><div><div style="display: flex; flex-flow: column wrap; align-items: center;"><div class="title-icon-symbols" style="display: inline-block;"><svg fill="currentColor" viewbox="0 0 128 128"><path d="M128,64c0-35.3-28.7-64-64-64C28.7,0,0,28.7,0,64c0,19.7,8.9,37.2,22.8,49l0.6-8.2
c0-3.8,4.1-4.4,7-5.5c0,0,0,0,0,0C21.1,90.3,15.3,77.9,15.3,64c0-26.9,21.8-48.7,48.7-48.7c26.9,0,48.7,21.8,48.7,48.7
c0,14-5.9,26.6-15.4,35.4c1.3,0.4,2.5,0.9,3.7,1.4c1.9,0.8,2.5,1.9,2.7,3.9c0,0,0.7,8.8,0.7,8.8C118.8,101.8,128,84,128,64z" fill-opacity="30%" opacity="30%"></path> <path d="M47.5,91.4C38.2,85.8,32,75.6,32,64c0-17.7,14.3-32,32-32s32,14.3,32,32
c0,12.1-6.7,22.6-16.6,28c0.6,0.5,1.2,1,1.8,1.3c1.1,0.6,12.3,4.8,14.1,5.4c0.7,0.2,1.3,0.4,2,0.7c9.4-8.9,15.4-21.5,15.4-35.4
c0-26.9-21.8-48.7-48.7-48.7c-26.9,0-48.7,21.8-48.7,48.7c0,13.9,5.8,26.3,15.1,35.2c4.5-1.7,9-3.4,13.3-5.7
C44.9,92.8,46.3,92.2,47.5,91.4z" fill-opacity="50%" opacity="50%"></path> <path d="M96,64c0-17.7-14.3-32-32-32S32,46.3,32,64c0,11.6,6.2,21.8,15.5,27.4c0.4-0.2,0.8-0.5,1.2-0.7
c1.1-0.8,2.3-1.9,3-3.1c0.6-0.9,0.8-2,1.3-3c0.4-0.8,0.3-2.3-0.3-3c-0.3-0.3-0.5-0.5-0.7-0.7c-0.9-1.1-1-3.9-1.5-4.6
c-0.5-0.7-1.4-0.8-2.3-4c-0.9-3.2-2.1-7.8-0.9-7.9c0.1,0,0.2,0,0.4,0.1c-0.1-0.4-0.2-0.4-0.3-1.1c-0.2-1.2-0.9-3.2-0.9-4.3
c-0.1-2.6,0.5-9.9,2-12.4c1.5-2.4,3.8-4.5,7.1-5.2c0.8-0.2,1.7-0.3,2.5-0.4c3.3-0.4,6.9-0.6,10.1,0c3.4,0.6,7.4,3.4,9.2,6.3
c1.5,2.4,1.9,9.1,1.8,11.7c-0.1,2-0.6,4.6-0.8,5.8c0.3-0.3,0.7-0.5,1-0.5c1.2,0.1,0.1,4.7-0.9,7.9c-0.9,3.2-1.9,3.4-2.3,4
c-0.5,0.7-0.5,3.5-1.5,4.6c-0.1,0.2-0.4,0.4-0.6,0.7c-1.1,1.2,0.1,3.5,0.7,4.7c0.9,1.8,2.1,3.4,3.5,4.8c0.3,0.3,0.7,0.7,1.1,1
C89.3,86.6,96,76.1,96,64z" fill-opacity="80%" opacity="80%"></path></svg></div> <span style="font-size: small;">SILLAGE</span></div> <div><span style="font-size: small;">no vote</span> <div class="vue-slider vue-slider-ltr" style="padding: 7.5px 0px; width: auto; height: 6px;"><div class="vue-slider-rail"><div class="vue-slider-process" style="height: 100%; top: 0px; left: 0%; width: 0%; transition-property: width, left; transition-duration: 0.5s; background-color: rgb(251, 219, 219);"></div><div class="vue-slider-marks"><div class="vue-slider-mark vue-slider-mark-active" style="height: 100%; width: 6px; left: 0%;"><div class="vue-slider-mark-step vue-slider-mark-step-active"></div></div><div class="vue-slider-mark" style="height: 100%; width: 6px; left: 25%;"><div class="vue-slider-mark-step"></div></div><div class="vue-slider-mark" style="height: 100%; width: 6px; left: 50%;"><div class="vue-slider-mark-step"></div></div><div class="vue-slider-mark" style="height: 100%; width: 6px; left: 75%;"><div class="vue-slider-mark-step"></div></div><div class="vue-slider-mark" style="height: 100%; width: 6px; left: 100%;"><div class="vue-slider-mark-step"></div></div></div><div aria-orientation="horizontal" aria-valuemax="4" aria-valuemin="0" aria-valuenow="0" aria-valuetext="0" class="vue-slider-dot" role="slider" style="width: 15px; height: 15px; transform: translate(-50%, -50%); top: 50%; left: 0%; transition: left 0.5s ease 0s;" tabindex="0"><div class="vue-slider-dot-handle"></div></div></div></div></div> <div><div class="grid-x grid-margin-x"><div class="cell small-5 medium-5 large-5"><span class="vote-button-name">intimate</span></div> <div class="cell small-1 medium-1 large-1"><span class="vote-button-legend">59</span></div> <div class="cell small-6 medium-6 large-6" style="display: inline-flex; align-items: center; justify-content: center;"><progress class="alert" max="879" style="color: crimson; cursor: pointer;" value="59"></progress></div></div><div class="grid-x grid-margin-x"><div class="cell small-5 medium-5 large-5"><span class="vote-button-name">moderate</span></div> <div class="cell small-1 medium-1 large-1"><span class="vote-button-legend">308</span></div> <div class="cell small-6 medium-6 large-6" style="display: inline-flex; align-items: center; justify-content: center;"><progress class="alert" max="879" style="color: crimson; cursor: pointer;" value="308"></progress></div></div><div class="grid-x grid-margin-x"><div class="cell small-5 medium-5 large-5"><span class="vote-button-name">strong</span></div> <div class="cell small-1 medium-1 large-1"><span class="vote-button-legend">389</span></div> <div class="cell small-6 medium-6 large-6" style="display: inline-flex; align-items: center; justify-content: center;"><progress class="alert" max="879" style="color: crimson; cursor: pointer;" value="389"></progress></div></div><div class="grid-x grid-margin-x"><div class="cell small-5 medium-5 large-5"><span class="vote-button-name">enormous</span></div> <div class="cell small-1 medium-1 large-1"><span class="vote-button-legend">123</span></div> <div class="cell small-6 medium-6 large-6" style="display: inline-flex; align-items: center; justify-content: center;"><progress class="alert" max="879" style="color: crimson; cursor: pointer;" value="123"></progress></div></div></div></div></div><div class="cell"><div data-fuse="22384457073" data-fuse-code="fuse-slot-22384457073-1" data-fuse-processed-at="4107" data-fuse-slot="fuse-slot-22384457073-1" data-fuse-zone-instance="zone-instance-22384457073-1" data-gpid="/71161633,22571436095/FRAGRANTICA_fragrantica/perfume_incontent_4#single-1"><div class="publift-widget-22806838743-container" style="margin-left: 0px; margin-right: 0px;">
<div class="publift-widget-22806838743-scroll-clip">
<div class="publift-widget-22806838743 publift-widget-interscroller"><div class="fuse-slot-interscroller" data-fuse="22806838743" data-fuse-code="fuse-slot-22806838743-1" data-fuse-injected-at="1706820168962" data-fuse-processed-at="4103" data-fuse-slot="fuse-slot-22806838743-1" data-fuse-zone-instance="zone-instance-22806838743-1" data-gpid="/71161633,22571436095/FRAGRANTICA_fragrantica/perfume_incontent_4_interscroller#single-1" id="fuse-injected-22806838743-1"><div class="fuse-slot" id="fuse-slot-22806838743-1" style="max-width: inherit; max-height: inherit;"></div></div></div>
</div>
</div><div class="fuse-slot" id="fuse-slot-22384457073-1" style="max-width: inherit; max-height: inherit; display: none;"><div id="google_ads_iframe_/71161633,22571436095/FRAGRANTICA_fragrantica/perfume_incontent_4_0__container__" style="border: 0pt none; margin: auto; text-align: center; width: 300px; height: 0px;"></div></div></div></div><div class="cell small-12 medium-6" style="padding: 2rem 1.5rem 0px;"><div><div><div style="display: flex; flex-flow: column wrap; align-items: center;"><div class="title-icon-symbols" style="display: inline-block;"><svg fill="currentColor" viewbox="0 0 128 128"><path d="M127.6,37.5c-0.1-3.3-2.7-5.9-6-6l-14.9-0.4c-2.2-0.1-4,1.7-4.1,3.8c-0.1,2.2,1.7,4,3.8,4.1l7.1,0.2
c0,0,0.6,0.1-0.3,0.9l-11.1,11.1c-0.7,0.8-1.2,0.5-1.4,0.4c-4.4-3.4-9-5.7-14.4-7c-0.6-0.2-0.6-0.8-0.6-1.1
c-0.6-9.2-4.5-17.8-11.1-24.4C67.6,11.9,58,7.9,47.7,7.9s-19.8,4-27.1,11.2C7,32.8,5.9,54.4,17.3,69.4c0.1,0.2,0.4,0.5-0.2,1.1
l-3.4,3.4c-0.5,0.5-1.1,0.1-1.1,0.1l-5-5c-1.7-1.7-4.6-1.7-6.3,0c-1.7,1.7-1.7,4.6,0,6.3c0,0,3.8,3.8,5,5c0.5,0.5,0,1.1,0,1.1
l-4.4,4.4c-1.7,1.7-1.7,4.6,0,6.3c0.9,0.9,2,1.3,3.2,1.3c1.1,0,2.3-0.4,3.2-1.3l4.4-4.4c0,0,0.4-0.6,1,0l5,5
c0.9,0.9,2,1.3,3.2,1.3c1.1,0,2.3-0.4,3.2-1.3c1.7-1.7,1.7-4.6,0-6.3L20,81.3c0,0-0.5-0.5,0-0.9c0.9-0.9,3.6-3.6,3.6-3.6
c0.6-0.6,0.9-0.2,1.1-0.1c4.1,3.1,8.8,5.4,13.8,6.6c0.3,0.1,0.9,0.2,0.8,1.1c0.4,9.6,4.3,17.6,11.1,24.4
c7.2,7.2,16.8,11.2,27.1,11.2c10.2,0,19.8-4,27.1-11.2c7.2-7.2,11.2-16.8,11.2-27.1c0-8.7-2.9-16.9-8.2-23.6
c-0.1-0.2-0.4-0.6,0.2-1.1l11.7-11.7c0.5-0.5,0.5-0.1,0.5-0.1l0.2,7.4c0.1,2.1,1.8,3.9,4,3.9c0,0,0.1,0,0.1,0
c2.2-0.1,3.9-1.9,3.9-4.1L127.6,37.5z M39.2,75.4c-5-1.4-9.2-3.9-13-7.7c-11.8-11.8-11.8-31.1,0-42.9c5.7-5.7,13.4-8.9,21.5-8.9
c8.1,0,15.7,3.2,21.5,8.9c5.1,5.1,8.1,11,8.7,18.1c0,0.6-0.3,0.7-0.5,0.7c-10.2,0-19.8,4-27.1,11.2c-5.6,5.6-9.3,12.7-10.6,20.4
C39.7,75.2,39.5,75.4,39.2,75.4L39.2,75.4z M77.5,52.3c-1.1,6.1-3.8,10.9-8.3,15.4c-5.7,5.7-13.4,8.9-21.5,8.9
c-0.1,0-0.2,0-0.2-0.6c1.1-6.1,3.9-11.2,8.3-15.7c5.7-5.7,13.4-8.9,21.5-8.9C77.5,51.4,77.6,51.5,77.5,52.3L77.5,52.3z
M107.7,81.8c0,8.1-3.2,15.7-8.9,21.5c-5.7,5.7-13.4,8.9-21.5,8.9c-8.1,0-15.7-3.2-21.5-8.9c-5.1-5.1-8.1-10.9-8.7-18
c0-0.6,0.3-0.8,0.5-0.8c0.1,0,0.2,0,0.3,0c10.1-0.1,19.6-4.1,26.7-11.2c5.7-5.7,9.3-12.5,10.6-20.3c0.1-0.3,0.3-0.3,0.4-0.3
c4.9,1.4,9.3,4,13,7.7C104.6,66.1,107.7,73.7,107.7,81.8L107.7,81.8z M107.7,81.8"></path></svg></div> <span style="font-size: small;">GENDER</span></div> <div><div><span>no vote</span></div> <div class="vue-slider vue-slider-ltr" style="padding: 7.5px; width: auto; height: 6px;"><div class="vue-slider-rail" style="background-color: transparent;"><div class="vue-slider-process" style="height: 100%; top: 0px; left: 0%; width: 0%; transition-property: width, left; transition-duration: 0.5s; background-color: transparent;"></div><div class="vue-slider-marks"><div class="vue-slider-mark vue-slider-mark-active" style="height: 100%; width: 6px; left: 0%;"><div class="vue-slider-mark-step vue-slider-mark-step-active" style="background-color: rgb(131, 166, 196); border-radius: 50%; width: 0.5rem; height: 0.5rem; box-shadow: rgb(204, 204, 204) 0px 0px 0px 2px; display: block;"></div><div class="vue-slider-mark-label vue-slider-mark-label-active"></div></div><div class="vue-slider-mark" style="height: 100%; width: 6px; left: 20%;"><div class="vue-slider-mark-step" style="background-color: rgb(131, 166, 196); border-radius: 50%; width: 0.5rem; height: 0.5rem; box-shadow: rgb(204, 204, 204) 0px 0px 0px 2px; display: block;"></div><div class="vue-slider-mark-label">female</div></div><div class="vue-slider-mark" style="height: 100%; width: 6px; left: 40%;"><div class="vue-slider-mark-step" style="background-color: rgb(131, 166, 196); border-radius: 50%; width: 0.5rem; height: 0.5rem; box-shadow: rgb(204, 204, 204) 0px 0px 0px 2px; display: block;"></div><div class="vue-slider-mark-label"></div></div><div class="vue-slider-mark" style="height: 100%; width: 6px; left: 60%;"><div class="vue-slider-mark-step" style="background-color: rgb(131, 166, 196); border-radius: 50%; width: 0.5rem; height: 0.5rem; box-shadow: rgb(204, 204, 204) 0px 0px 0px 2px; display: block;"></div><div class="vue-slider-mark-label">unisex</div></div><div class="vue-slider-mark" style="height: 100%; width: 6px; left: 80%;"><div class="vue-slider-mark-step" style="background-color: rgb(131, 166, 196); border-radius: 50%; width: 0.5rem; height: 0.5rem; box-shadow: rgb(204, 204, 204) 0px 0px 0px 2px; display: block;"></div><div class="vue-slider-mark-label"></div></div><div class="vue-slider-mark" style="height: 100%; width: 6px; left: 100%;"><div class="vue-slider-mark-step" style="background-color: rgb(131, 166, 196); border-radius: 50%; width: 0.5rem; height: 0.5rem; box-shadow: rgb(204, 204, 204) 0px 0px 0px 2px; display: block;"></div><div class="vue-slider-mark-label">male</div></div></div><div aria-orientation="horizontal" aria-valuemax="100" aria-valuemin="0" aria-valuenow="none" aria-valuetext="" class="vue-slider-dot" role="slider" style="width: 15px; height: 15px; transform: translate(-50%, -50%); top: 50%; left: 0%; transition: left 0.5s ease 0s;" tabindex="0"><div class="vue-slider-dot-handle"></div></div></div></div></div> <div language="[object Object]" style="margin-top: 1.5rem;"><div class="grid-x grid-margin-x"><div class="cell small-5 medium-5 large-5"><span class="vote-button-name">female</span></div> <div class="cell small-1 medium-1 large-1"><span class="vote-button-legend">542</span></div> <div class="cell small-6 medium-6 large-6" style="display: inline-flex; align-items: center; justify-content: center;"><progress class="alert" max="925" style="color: crimson; cursor: pointer;" value="542"></progress></div></div><div class="grid-x grid-margin-x"><div class="cell small-5 medium-5 large-5"><span class="vote-button-name">more female</span></div> <div class="cell small-1 medium-1 large-1"><span class="vote-button-legend">237</span></div> <div class="cell small-6 medium-6 large-6" style="display: inline-flex; align-items: center; justify-content: center;"><progress class="alert" max="925" style="color: crimson; cursor: pointer;" value="237"></progress></div></div><div class="grid-x grid-margin-x"><div class="cell small-5 medium-5 large-5"><span class="vote-button-name">unisex</span></div> <div class="cell small-1 medium-1 large-1"><span class="vote-button-legend">130</span></div> <div class="cell small-6 medium-6 large-6" style="display: inline-flex; align-items: center; justify-content: center;"><progress class="alert" max="925" style="color: crimson; cursor: pointer;" value="130"></progress></div></div><div class="grid-x grid-margin-x"><div class="cell small-5 medium-5 large-5"><span class="vote-button-name">more male</span></div> <div class="cell small-1 medium-1 large-1"><span class="vote-button-legend">3</span></div> <div class="cell small-6 medium-6 large-6" style="display: inline-flex; align-items: center; justify-content: center;"><progress class="alert" max="925" style="color: crimson; cursor: pointer;" value="3"></progress></div></div><div class="grid-x grid-margin-x"><div class="cell small-5 medium-5 large-5"><span class="vote-button-name">male</span></div> <div class="cell small-1 medium-1 large-1"><span class="vote-button-legend">13</span></div> <div class="cell small-6 medium-6 large-6" style="display: inline-flex; align-items: center; justify-content: center;"><progress class="alert" max="925" style="color: crimson; cursor: pointer;" value="13"></progress></div></div></div></div></div></div><div class="cell small-12 medium-6" style="padding: 2rem 1.5rem 0px;"><div><div style="display: flex; flex-flow: column wrap; align-items: center;"><div class="title-icon-symbols" style="display: inline-block;"><svg fill="currentColor" viewbox="0 0 20 20"><path d="M8.433 7.418c.155-.103.346-.196.567-.267v1.698a2.305 2.305 0 01-.567-.267C8.07 8.34 8 8.114 8 8c0-.114.07-.34.433-.582zM11 12.849v-1.698c.22.071.412.164.567.267.364.243.433.468.433.582 0 .114-.07.34-.433.582a2.305 2.305 0 01-.567.267z"></path> <path clip-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm1-13a1 1 0 10-2 0v.092a4.535 4.535 0 00-1.676.662C6.602 6.234 6 7.009 6 8c0 .99.602 1.765 1.324 2.246.48.32 1.054.545 1.676.662v1.941c-.391-.127-.68-.317-.843-.504a1 1 0 10-1.51 1.31c.562.649 1.413 1.076 2.353 1.253V15a1 1 0 102 0v-.092a4.535 4.535 0 001.676-.662C13.398 13.766 14 12.991 14 12c0-.99-.602-1.765-1.324-2.246A4.535 4.535 0 0011 9.092V7.151c.391.127.68.317.843.504a1 1 0 101.511-1.31c-.563-.649-1.413-1.076-2.354-1.253V5z" fill-rule="evenodd"></path></svg></div> <span style="font-size: small;">PRICE VALUE</span></div> <div><div><span style="font-size: small;">no vote</span></div> <div class="vue-slider vue-slider-ltr" style="padding: 7.5px 0px; width: auto; height: 6px;"><div class="vue-slider-rail"><div class="vue-slider-process" style="height: 100%; top: 0px; left: 0%; width: 0%; transition-property: width, left; transition-duration: 0.5s; background-color: rgb(251, 219, 219);"></div><div class="vue-slider-marks"><div class="vue-slider-mark vue-slider-mark-active" style="height: 100%; width: 6px; left: 0%;"><div class="vue-slider-mark-step vue-slider-mark-step-active"></div><div class="vue-slider-mark-label vue-slider-mark-label-active"></div></div><div class="vue-slider-mark" style="height: 100%; width: 6px; left: 20%;"><div class="vue-slider-mark-step"></div><div class="vue-slider-mark-label">$$$$$</div></div><div class="vue-slider-mark" style="height: 100%; width: 6px; left: 40%;"><div class="vue-slider-mark-step"></div><div class="vue-slider-mark-label"></div></div><div class="vue-slider-mark" style="height: 100%; width: 6px; left: 60%;"><div class="vue-slider-mark-step"></div><div class="vue-slider-mark-label">$$$</div></div><div class="vue-slider-mark" style="height: 100%; width: 6px; left: 80%;"><div class="vue-slider-mark-step"></div><div class="vue-slider-mark-label"></div></div><div class="vue-slider-mark" style="height: 100%; width: 6px; left: 100%;"><div class="vue-slider-mark-step"></div><div class="vue-slider-mark-label">$</div></div></div><div aria-orientation="horizontal" aria-valuemax="5" aria-valuemin="0" aria-valuenow="0" aria-valuetext="0" class="vue-slider-dot" role="slider" style="width: 15px; height: 15px; transform: translate(-50%, -50%); top: 50%; left: 0%; transition: left 0.5s ease 0s;" tabindex="0"><div class="vue-slider-dot-handle"></div></div></div></div></div> <div style="margin-top: 1.5rem;"><div class="grid-x grid-margin-x"><div class="cell small-5 medium-5 large-5"><span class="vote-button-name">way overpriced</span></div> <div class="cell small-1 medium-1 large-1"><span class="vote-button-legend">51</span></div> <div class="cell small-6 medium-6 large-6" style="display: inline-flex; align-items: center; justify-content: center;"><progress class="alert" max="845" style="color: crimson; cursor: pointer;" value="51"></progress></div></div><div class="grid-x grid-margin-x"><div class="cell small-5 medium-5 large-5"><span class="vote-button-name">overpriced</span></div> <div class="cell small-1 medium-1 large-1"><span class="vote-button-legend">148</span></div> <div class="cell small-6 medium-6 large-6" style="display: inline-flex; align-items: center; justify-content: center;"><progress class="alert" max="845" style="color: crimson; cursor: pointer;" value="148"></progress></div></div><div class="grid-x grid-margin-x"><div class="cell small-5 medium-5 large-5"><span class="vote-button-name">ok</span></div> <div class="cell small-1 medium-1 large-1"><span class="vote-button-legend">374</span></div> <div class="cell small-6 medium-6 large-6" style="display: inline-flex; align-items: center; justify-content: center;"><progress class="alert" max="845" style="color: crimson; cursor: pointer;" value="374"></progress></div></div><div class="grid-x grid-margin-x"><div class="cell small-5 medium-5 large-5"><span class="vote-button-name">good value</span></div> <div class="cell small-1 medium-1 large-1"><span class="vote-button-legend">181</span></div> <div class="cell small-6 medium-6 large-6" style="display: inline-flex; align-items: center; justify-content: center;"><progress class="alert" max="845" style="color: crimson; cursor: pointer;" value="181"></progress></div></div><div class="grid-x grid-margin-x"><div class="cell small-5 medium-5 large-5"><span class="vote-button-name">great value</span></div> <div class="cell small-1 medium-1 large-1"><span class="vote-button-legend">91</span></div> <div class="cell small-6 medium-6 large-6" style="display: inline-flex; align-items: center; justify-content: center;"><progress class="alert" max="845" style="color: crimson; cursor: pointer;" value="91"></progress></div></div></div></div></div></div></div><div class="cell small-12"><div><div class="grid-margin-x"><div class="strike-title" style="margin-top: 0.5em;"><span>
This perfume reminds me of
</span></div> <div class="grid-x grid-margin-x"><div class="cell small-12 medium-12"><span class="algolia-autocomplete" style="position: relative; display: inline-block; direction: ltr;"><input aria-autocomplete="both" aria-expanded="false" aria-owns="algolia-autocomplete-listbox-1" autocomplete="off" class="sp-input" dir="auto" id="searchInput" placeholder="search for similar perfumes" role="combobox" spellcheck="false" style="position: relative; vertical-align: top;" type="text"/><pre aria-hidden="true" style='position: absolute; visibility: hidden; white-space: pre; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; word-spacing: 0px; letter-spacing: normal; text-indent: 0px; text-rendering: auto; text-transform: none;'></pre><span class="sp-dropdown-menu" id="algolia-autocomplete-listbox-1" role="listbox" style="position: absolute; top: 100%; z-index: 100; display: none; left: 0px; right: auto;"><div class="sp-dataset-2"></div></span></span></div></div> <div class="carousel flickity-enabled is-draggable" style="margin-bottom: 1em;" tabindex="0"><div class="flickity-viewport" style="height: 242px; touch-action: pan-y;"><div class="flickity-slider" style="left: 0px; transform: translateX(-1.33%);"><div class="carousel-cell is-selected" style="position: absolute; left: 0px; transform: translateX(0%);"><a href="/perfume/By-Rosie-Jane/Dulce-79146.html"><img alt="Dulce By / Rosie Jane" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.79146.jpg" title="Dulce By / Rosie Jane"/></a> <div class="fa-lg" style="color: grey; cursor: pointer; margin-top: 0.5em; margin-bottom: 0.3em; margin-left: 0.5em;"><!-- --> <div class="grid-x grid-margin-x"><div class="cell small-12 medium-12 large-12" style="display: flex; justify-content: space-between;"><div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">98</span></div></div> <div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">58</span></div></div></div></div></div></div><div class="carousel-cell is-selected" style="position: absolute; left: 0px; transform: translateX(114.29%);"><a href="/perfume/Giardini-Di-Toscana/Bianco-Latte-Limited-Edition-88107.html"><img alt="Bianco Latte Limited Edition Giardini Di Toscana" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.88107.jpg" title="Bianco Latte Limited Edition Giardini Di Toscana"/></a> <div class="fa-lg" style="color: grey; cursor: pointer; margin-top: 0.5em; margin-bottom: 0.3em; margin-left: 0.5em;"><!-- --> <div class="grid-x grid-margin-x"><div class="cell small-12 medium-12 large-12" style="display: flex; justify-content: space-between;"><div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">39</span></div></div> <div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">7</span></div></div></div></div></div></div><div class="carousel-cell is-selected" style="position: absolute; left: 0px; transform: translateX(228.57%);"><a href="/perfume/Profumum-Roma/Gioiosa-88999.html"><img alt="Gioiosa Profumum Roma" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.88999.jpg" title="Gioiosa Profumum Roma"/></a> <div class="fa-lg" style="color: grey; cursor: pointer; margin-top: 0.5em; margin-bottom: 0.3em; margin-left: 0.5em;"><!-- --> <div class="grid-x grid-margin-x"><div class="cell small-12 medium-12 large-12" style="display: flex; justify-content: space-between;"><div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">28</span></div></div> <div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">1</span></div></div></div></div></div></div><div class="carousel-cell is-selected" style="position: absolute; left: 0px; transform: translateX(342.86%);"><a href="/perfume/Maison-Mataha/Escapade-Gourmande-72607.html"><img alt="Escapade Gourmande Maison Mataha" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.72607.jpg" title="Escapade Gourmande Maison Mataha"/></a> <div class="fa-lg" style="color: grey; cursor: pointer; margin-top: 0.5em; margin-bottom: 0.3em; margin-left: 0.5em;"><!-- --> <div class="grid-x grid-margin-x"><div class="cell small-12 medium-12 large-12" style="display: flex; justify-content: space-between;"><div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">100</span></div></div> <div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">159</span></div></div></div></div></div></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(457.14%);"><a href="/perfume/Lux-e-Terra/Vanillawood-79213.html"><img alt="Vanillawood Lux e+ Terra" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.79213.jpg" title="Vanillawood Lux e+ Terra"/></a> <div class="fa-lg" style="color: grey; cursor: pointer; margin-top: 0.5em; margin-bottom: 0.3em; margin-left: 0.5em;"><!-- --> <div class="grid-x grid-margin-x"><div class="cell small-12 medium-12 large-12" style="display: flex; justify-content: space-between;"><div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">21</span></div></div> <div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">5</span></div></div></div></div></div></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(571.43%);"><a href="/perfume/New-Notes/Caramelo-Vanilla-74979.html"><img alt="Caramelo Vanilla New Notes" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.74979.jpg" title="Caramelo Vanilla New Notes"/></a> <div class="fa-lg" style="color: grey; cursor: pointer; margin-top: 0.5em; margin-bottom: 0.3em; margin-left: 0.5em;"><!-- --> <div class="grid-x grid-margin-x"><div class="cell small-12 medium-12 large-12" style="display: flex; justify-content: space-between;"><div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">33</span></div></div> <div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">29</span></div></div></div></div></div></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(685.71%);"><a href="/perfume/Aquolina/Zucchero-a-Velo-35097.html"><img alt="Zucchero a Velo Aquolina" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.35097.jpg" title="Zucchero a Velo Aquolina"/></a> <div class="fa-lg" style="color: grey; cursor: pointer; margin-top: 0.5em; margin-bottom: 0.3em; margin-left: 0.5em;"><!-- --> <div class="grid-x grid-margin-x"><div class="cell small-12 medium-12 large-12" style="display: flex; justify-content: space-between;"><div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">27</span></div></div> <div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">18</span></div></div></div></div></div></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(800%);"><a href="/perfume/Indult/Tihota-4346.html"><img alt="Tihota Indult" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.4346.jpg" title="Tihota Indult"/></a> <div class="fa-lg" style="color: grey; cursor: pointer; margin-top: 0.5em; margin-bottom: 0.3em; margin-left: 0.5em;"><!-- --> <div class="grid-x grid-margin-x"><div class="cell small-12 medium-12 large-12" style="display: flex; justify-content: space-between;"><div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">54</span></div></div> <div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">75</span></div></div></div></div></div></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(914.29%);"><a href="/perfume/Commodity/Milk-69191.html"><img alt="Milk Commodity" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.69191.jpg" title="Milk Commodity"/></a> <div class="fa-lg" style="color: grey; cursor: pointer; margin-top: 0.5em; margin-bottom: 0.3em; margin-left: 0.5em;"><!-- --> <div class="grid-x grid-margin-x"><div class="cell small-12 medium-12 large-12" style="display: flex; justify-content: space-between;"><div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">62</span></div></div> <div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">93</span></div></div></div></div></div></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(1028.57%);"><a href="/perfume/Hilde-Soliani/Crema-di-Latte-17299.html"><img alt="Crema di Latte Hilde Soliani" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.17299.jpg" title="Crema di Latte Hilde Soliani"/></a> <div class="fa-lg" style="color: grey; cursor: pointer; margin-top: 0.5em; margin-bottom: 0.3em; margin-left: 0.5em;"><!-- --> <div class="grid-x grid-margin-x"><div class="cell small-12 medium-12 large-12" style="display: flex; justify-content: space-between;"><div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">23</span></div></div> <div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">15</span></div></div></div></div></div></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(1142.86%);"><a href="/perfume/Chabaud-Maison-de-Parfum/Lait-de-Vanille-33556.html"><img alt="Lait de Vanille Chabaud Maison de Parfum" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.33556.jpg" title="Lait de Vanille Chabaud Maison de Parfum"/></a> <div class="fa-lg" style="color: grey; cursor: pointer; margin-top: 0.5em; margin-bottom: 0.3em; margin-left: 0.5em;"><!-- --> <div class="grid-x grid-margin-x"><div class="cell small-12 medium-12 large-12" style="display: flex; justify-content: space-between;"><div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">20</span></div></div> <div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">10</span></div></div></div></div></div></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(1257.14%);"><a href="/perfume/Private-Mood/Cotton-Candy-74210.html"><img alt="Cotton Candy Private Mood" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.74210.jpg" title="Cotton Candy Private Mood"/></a> <div class="fa-lg" style="color: grey; cursor: pointer; margin-top: 0.5em; margin-bottom: 0.3em; margin-left: 0.5em;"><!-- --> <div class="grid-x grid-margin-x"><div class="cell small-12 medium-12 large-12" style="display: flex; justify-content: space-between;"><div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">19</span></div></div> <div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">20</span></div></div></div></div></div></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(1371.43%);"><a href="/perfume/Omnia-Profumi/Madera-9534.html"><img alt="Madera Omnia Profumi" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.9534.jpg" title="Madera Omnia Profumi"/></a> <div class="fa-lg" style="color: grey; cursor: pointer; margin-top: 0.5em; margin-bottom: 0.3em; margin-left: 0.5em;"><!-- --> <div class="grid-x grid-margin-x"><div class="cell small-12 medium-12 large-12" style="display: flex; justify-content: space-between;"><div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">23</span></div></div> <div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">30</span></div></div></div></div></div></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(1485.71%);"><a href="/perfume/Aquolina/Pink-Sugar-975.html"><img alt="Pink Sugar Aquolina" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.975.jpg" title="Pink Sugar Aquolina"/></a> <div class="fa-lg" style="color: grey; cursor: pointer; margin-top: 0.5em; margin-bottom: 0.3em; margin-left: 0.5em;"><!-- --> <div class="grid-x grid-margin-x"><div class="cell small-12 medium-12 large-12" style="display: flex; justify-content: space-between;"><div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">43</span></div></div> <div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">70</span></div></div></div></div></div></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(1600%);"><a href="/perfume/Eminence-Parfums/I-Matti-Milk-s-Note-89576.html"><img alt="I Matti Milk's Note Eminence Parfums" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.89576.jpg" title="I Matti Milk's Note Eminence Parfums"/></a> <div class="fa-lg" style="color: grey; cursor: pointer; margin-top: 0.5em; margin-bottom: 0.3em; margin-left: 0.5em;"><!-- --> <div class="grid-x grid-margin-x"><div class="cell small-12 medium-12 large-12" style="display: flex; justify-content: space-between;"><div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">9</span></div></div> <div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">2</span></div></div></div></div></div></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(1714.29%);"><a href="/perfume/Chabaud-Maison-de-Parfum/Lait-de-Biscuit-23552.html"><img alt="Lait de Biscuit Chabaud Maison de Parfum" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.23552.jpg" title="Lait de Biscuit Chabaud Maison de Parfum"/></a> <div class="fa-lg" style="color: grey; cursor: pointer; margin-top: 0.5em; margin-bottom: 0.3em; margin-left: 0.5em;"><!-- --> <div class="grid-x grid-margin-x"><div class="cell small-12 medium-12 large-12" style="display: flex; justify-content: space-between;"><div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">13</span></div></div> <div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">12</span></div></div></div></div></div></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(1828.57%);"><a href="/perfume/Sabrina-Carpenter/Sweet-Tooth-76824.html"><img alt="Sweet Tooth Sabrina Carpenter" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.76824.jpg" title="Sweet Tooth Sabrina Carpenter"/></a> <div class="fa-lg" style="color: grey; cursor: pointer; margin-top: 0.5em; margin-bottom: 0.3em; margin-left: 0.5em;"><!-- --> <div class="grid-x grid-margin-x"><div class="cell small-12 medium-12 large-12" style="display: flex; justify-content: space-between;"><div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">12</span></div></div> <div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">10</span></div></div></div></div></div></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(1942.86%);"><a href="/perfume/Xerjoff/Lira-11801.html"><img alt="Lira Xerjoff" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.11801.jpg" title="Lira Xerjoff"/></a> <div class="fa-lg" style="color: grey; cursor: pointer; margin-top: 0.5em; margin-bottom: 0.3em; margin-left: 0.5em;"><!-- --> <div class="grid-x grid-margin-x"><div class="cell small-12 medium-12 large-12" style="display: flex; justify-content: space-between;"><div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">11</span></div></div> <div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">10</span></div></div></div></div></div></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(2057.14%);"><a href="/perfume/Lorenzo-Pazzaglia/Van-Exstasyx-74242.html"><img alt="Van Exstasyx Lorenzo Pazzaglia" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.74242.jpg" title="Van Exstasyx Lorenzo Pazzaglia"/></a> <div class="fa-lg" style="color: grey; cursor: pointer; margin-top: 0.5em; margin-bottom: 0.3em; margin-left: 0.5em;"><!-- --> <div class="grid-x grid-margin-x"><div class="cell small-12 medium-12 large-12" style="display: flex; justify-content: space-between;"><div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">19</span></div></div> <div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">27</span></div></div></div></div></div></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(2171.43%);"><a href="/perfume/Jovoy-Paris/Fire-At-Will-70289.html"><img alt="Fire At Will Jovoy Paris" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.70289.jpg" title="Fire At Will Jovoy Paris"/></a> <div class="fa-lg" style="color: grey; cursor: pointer; margin-top: 0.5em; margin-bottom: 0.3em; margin-left: 0.5em;"><!-- --> <div class="grid-x grid-margin-x"><div class="cell small-12 medium-12 large-12" style="display: flex; justify-content: space-between;"><div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-up" data-fa-i2svg="" data-icon="thumbs-up" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 34.8c-38.2-10.9-78.1 11.2-89 49.4l-5.7 20c-3.7 13-10.4 25-19.5 35l-51.3 56.4c-8.9 9.8-8.2 25 1.6 33.9s25 8.2 33.9-1.6l51.3-56.4c14.1-15.5 24.4-34 30.1-54.1l5.7-20c3.6-12.7 16.9-20.1 29.7-16.5s20.1 16.9 16.5 29.7l-5.7 20c-5.7 19.9-14.7 38.7-26.6 55.5c-5.2 7.3-5.8 16.9-1.7 24.9s12.3 13 21.3 13L448 224c8.8 0 16 7.2 16 16c0 6.8-4.3 12.7-10.4 15c-7.4 2.8-13 9-14.9 16.7s.1 15.8 5.3 21.7c2.5 2.8 4 6.5 4 10.6c0 7.8-5.6 14.3-13 15.7c-8.2 1.6-15.1 7.3-18 15.1s-1.6 16.7 3.6 23.3c2.1 2.7 3.4 6.1 3.4 9.9c0 6.7-4.2 12.6-10.2 14.9c-11.5 4.5-17.7 16.9-14.4 28.8c.4 1.3 .6 2.8 .6 4.3c0 8.8-7.2 16-16 16H286.5c-12.6 0-25-3.7-35.5-10.7l-61.7-41.1c-11-7.4-25.9-4.4-33.3 6.7s-4.4 25.9 6.7 33.3l61.7 41.1c18.4 12.3 40 18.8 62.1 18.8H384c34.7 0 62.9-27.6 64-62c14.6-11.7 24-29.7 24-50c0-4.5-.5-8.8-1.3-13c15.4-11.7 25.3-30.2 25.3-51c0-6.5-1-12.8-2.8-18.7C504.8 273.7 512 257.7 512 240c0-35.3-28.6-64-64-64l-92.3 0c4.7-10.4 8.7-21.2 11.8-32.2l5.7-20c10.9-38.2-11.2-78.1-49.4-89zM32 192c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H96c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-up"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">31</span></div></div> <div class="vote-box-sp"><span class=""><svg aria-hidden="true" class="svg-inline--fa fa-thumbs-down" data-fa-i2svg="" data-icon="thumbs-down" data-prefix="far" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M323.8 477.2c-38.2 10.9-78.1-11.2-89-49.4l-5.7-20c-3.7-13-10.4-25-19.5-35l-51.3-56.4c-8.9-9.8-8.2-25 1.6-33.9s25-8.2 33.9 1.6l51.3 56.4c14.1 15.5 24.4 34 30.1 54.1l5.7 20c3.6 12.7 16.9 20.1 29.7 16.5s20.1-16.9 16.5-29.7l-5.7-20c-5.7-19.9-14.7-38.7-26.6-55.5c-5.2-7.3-5.8-16.9-1.7-24.9s12.3-13 21.3-13L448 288c8.8 0 16-7.2 16-16c0-6.8-4.3-12.7-10.4-15c-7.4-2.8-13-9-14.9-16.7s.1-15.8 5.3-21.7c2.5-2.8 4-6.5 4-10.6c0-7.8-5.6-14.3-13-15.7c-8.2-1.6-15.1-7.3-18-15.2s-1.6-16.7 3.6-23.3c2.1-2.7 3.4-6.1 3.4-9.9c0-6.7-4.2-12.6-10.2-14.9c-11.5-4.5-17.7-16.9-14.4-28.8c.4-1.3 .6-2.8 .6-4.3c0-8.8-7.2-16-16-16H286.5c-12.6 0-25 3.7-35.5 10.7l-61.7 41.1c-11 7.4-25.9 4.4-33.3-6.7s-4.4-25.9 6.7-33.3l61.7-41.1c18.4-12.3 40-18.8 62.1-18.8H384c34.7 0 62.9 27.6 64 62c14.6 11.7 24 29.7 24 50c0 4.5-.5 8.8-1.3 13c15.4 11.7 25.3 30.2 25.3 51c0 6.5-1 12.8-2.8 18.7C504.8 238.3 512 254.3 512 272c0 35.3-28.6 64-64 64l-92.3 0c4.7 10.4 8.7 21.2 11.8 32.2l5.7 20c10.9 38.2-11.2 78.1-49.4 89zM32 384c-17.7 0-32-14.3-32-32V128c0-17.7 14.3-32 32-32H96c17.7 0 32 14.3 32 32V352c0 17.7-14.3 32-32 32H32z" fill="currentColor"></path></svg><!-- <i class="far fa-thumbs-down"></i> Font Awesome fontawesome.com --></span> <div class="num-votes-sp"><span style="font-size: 0.8rem;">51</span></div></div></div></div></div></div></div></div><button aria-label="Previous" class="flickity-button flickity-prev-next-button previous" disabled="" type="button"><svg class="flickity-button-icon" viewbox="0 0 100 100"><path class="arrow" d="M 10,50 L 60,100 L 70,90 L 30,50 L 70,10 L 60,0 Z"></path></svg></button><button aria-label="Next" class="flickity-button flickity-prev-next-button next" type="button"><svg class="flickity-button-icon" viewbox="0 0 100 100"><path class="arrow" d="M 10,50 L 60,100 L 70,90 L 30,50 L 70,10 L 60,0 Z" transform="translate(100, 100) rotate(180) "></path></svg></button></div></div> <!-- --></div></div><div class="cell small-12"><div id="6ac1fc4a7ce19b7261f5756de4060f2f358"><iframe id="idIframeAAA" src="https://c.fimgs.net/c/CA/Bianco-Latte-Giardini-Di-Toscana?itemId=64757" style="width: 100%; height: 514px; border: none; overflow: hidden"></iframe></div></div><div class="cell small-12"><div class="strike-title"><span>People who like this also like</span></div><div class="carousel flickity-enabled is-draggable" tabindex="0"><div class="flickity-viewport" style="height: 242px; touch-action: pan-y;"><div class="flickity-slider" style="left: 0px; transform: translateX(-1.36%);"><div class="carousel-cell is-selected" style="position: absolute; left: 0px; transform: translateX(0%);"><a href="/perfume/Xerjoff/Lira-11801.html"><img alt="Lira Xerjoff" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.11801.jpg" width="125"/><span class="brand">Xerjoff</span><br/><span class="ztworowseclipse">Lira</span></a></div><div class="carousel-cell is-selected" style="position: absolute; left: 0px; transform: translateX(114.29%);"><a href="/perfume/Kayali-Fragrances/Vanilla-28-52616.html"><img alt="Vanilla 28 Kayali Fragrances" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.52616.jpg" width="125"/><span class="brand">Kayali Fragrances</span><br/><span class="ztworowseclipse">Vanilla 28</span></a></div><div class="carousel-cell is-selected" style="position: absolute; left: 0px; transform: translateX(228.57%);"><a href="/perfume/By-Kilian/Angels-Share-62615.html"><img alt="Angels' Share By Kilian" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.62615.jpg" width="125"/><span class="brand">By Kilian</span><br/><span class="ztworowseclipse">Angels' Share</span></a></div><div class="carousel-cell is-selected" style="position: absolute; left: 0px; transform: translateX(342.86%);"><a href="/perfume/Maison-Francis-Kurkdjian/Baccarat-Rouge-540-33519.html"><img alt="Baccarat Rouge 540 Maison Francis Kurkdjian" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.33519.jpg" width="125"/><span class="brand">Maison Francis Kurkdjian</span><br/><span class="ztworowseclipse">Baccarat Rouge 540</span></a></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(457.14%);"><a href="/perfume/By-Kilian/Love-Don-t-Be-Shy-4322.html"><img alt="Love Don't Be Shy By Kilian" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.4322.jpg" width="125"/><span class="brand">By Kilian</span><br/><span class="ztworowseclipse">Love Don't Be Shy</span></a></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(571.43%);"><a href="/perfume/Parfums-de-Marly/Delina-43871.html"><img alt="Delina Parfums de Marly" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.43871.jpg" width="125"/><span class="brand">Parfums de Marly</span><br/><span class="ztworowseclipse">Delina</span></a></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(685.71%);"><a href="/perfume/By-Kilian/I-Don-t-Need-A-Prince-By-My-Side-To-Be-A-Princess-50497.html"><img alt="I Don't Need A Prince By My Side To Be A Princess By Kilian" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.50497.jpg" width="125"/><span class="brand">By Kilian</span><br/><span class="ztworowseclipse">I Don't Need A Prince By My Side To Be A Princess</span></a></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(800%);"><a href="/perfume/Dolce-Gabbana/Devotion-84951.html"><img alt="Devotion Dolce&Gabbana" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.84951.jpg" width="125"/><span class="brand">Dolce&Gabbana</span><br/><span class="ztworowseclipse">Devotion</span></a></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(914.29%);"><a href="/perfume/Maison-Martin-Margiela/By-the-Fireplace-31623.html"><img alt="By the Fireplace Maison Martin Margiela" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.31623.jpg" width="125"/><span class="brand">Maison Martin Margiela</span><br/><span class="ztworowseclipse">By the Fireplace</span></a></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(1028.57%);"><a href="/perfume/BDK-Parfums/Gris-Charnel-57038.html"><img alt="Gris Charnel BDK Parfums" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.57038.jpg" width="125"/><span class="brand">BDK Parfums</span><br/><span class="ztworowseclipse">Gris Charnel</span></a></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(1142.86%);"><a href="/perfume/Maison-Mataha/Escapade-Gourmande-72607.html"><img alt="Escapade Gourmande Maison Mataha" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.72607.jpg" width="125"/><span class="brand">Maison Mataha</span><br/><span class="ztworowseclipse">Escapade Gourmande</span></a></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(1257.14%);"><a href="/perfume/Tom-Ford/Lost-Cherry-51411.html"><img alt="Lost Cherry Tom Ford" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.51411.jpg" width="125"/><span class="brand">Tom Ford</span><br/><span class="ztworowseclipse">Lost Cherry</span></a></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(1371.43%);"><a href="/perfume/Sol-de-Janeiro/Brazilian-Crush-Cheirosa-62-56062.html"><img alt="Brazilian Crush Cheirosa '62 Sol de Janeiro" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.56062.jpg" width="125"/><span class="brand">Sol de Janeiro</span><br/><span class="ztworowseclipse">Brazilian Crush Cheirosa '62</span></a></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(1485.71%);"><a href="/perfume/Parfums-de-Marly/Delina-Exclusif-50370.html"><img alt="Delina Exclusif Parfums de Marly" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.50370.jpg" width="125"/><span class="brand">Parfums de Marly</span><br/><span class="ztworowseclipse">Delina Exclusif</span></a></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(1600%);"><a href="/perfume/Ariana-Grande/Cloud-50384.html"><img alt="Cloud Ariana Grande" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.50384.jpg" width="125"/><span class="brand">Ariana Grande</span><br/><span class="ztworowseclipse">Cloud</span></a></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(1714.29%);"><a href="/perfume/Kayali-Fragrances/Yum-Pistachio-Gelato-33-79846.html"><img alt="Yum Pistachio Gelato | 33 Kayali Fragrances" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.79846.jpg" width="125"/><span class="brand">Kayali Fragrances</span><br/><span class="ztworowseclipse">Yum Pistachio Gelato | 33</span></a></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(1828.57%);"><a href="/perfume/Maison-Francis-Kurkdjian/Gentle-Fluidity-Gold-53401.html"><img alt="Gentle Fluidity Gold Maison Francis Kurkdjian" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.53401.jpg" width="125"/><span class="brand">Maison Francis Kurkdjian</span><br/><span class="ztworowseclipse">Gentle Fluidity Gold</span></a></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(1942.86%);"><a href="/perfume/Nishane/Ani-54785.html"><img alt="Ani Nishane" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.54785.jpg" width="125"/><span class="brand">Nishane</span><br/><span class="ztworowseclipse">Ani</span></a></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(2057.14%);"><a href="/perfume/Les-Liquides-Imaginaires/Blanche-Bete-70189.html"><img alt="Blanche Bête Les Liquides Imaginaires" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.70189.jpg" width="125"/><span class="brand">Les Liquides Imaginaires</span><br/><span class="ztworowseclipse">Blanche Bête</span></a></div><div aria-hidden="true" class="carousel-cell" style="position: absolute; left: 0px; transform: translateX(2171.43%);"><a href="/perfume/Xerjoff/Dama-Bianca-15555.html"><img alt="Dama Bianca Xerjoff" height="140" loading="lazy" src="https://fimgs.net/mdimg/perfume/s.15555.jpg" width="125"/><span class="brand">Xerjoff</span><br/><span class="ztworowseclipse">Dama Bianca</span></a></div></div></div><button aria-label="Previous" class="flickity-button flickity-prev-next-button previous" disabled="" type="button"><svg class="flickity-button-icon" viewbox="0 0 100 100"><path class="arrow" d="M 10,50 L 60,100 L 70,90 L 30,50 L 70,10 L 60,0 Z"></path></svg></button><button aria-label="Next" class="flickity-button flickity-prev-next-button next" type="button"><svg class="flickity-button-icon" viewbox="0 0 100 100"><path class="arrow" d="M 10,50 L 60,100 L 70,90 L 30,50 L 70,10 L 60,0 Z" transform="translate(100, 100) rotate(180) "></path></svg></button></div><div></div><span class="idLinkify"><a href="/perfume-finder/?p=64757"><span class="button small" style="color: white;">Find more recommendations</span></a></span></div><div class="cell small-12" style="padding: 2px;"><div class="grid-x grid-margin-x" id="newreview" style="margin-top: 30px;"><div class="rw-frame"><p class="linkrg"><span class="rtg" title="/board/register.php">Become a member of this online perfume community and you will be able to add your own reviews.</span></p></div></div></div><div class="cell"><div data-fuse="22384494434" data-fuse-code="fuse-slot-22384494434-1" data-fuse-processed-at="4107" data-fuse-slot="fuse-slot-22384494434-1" data-fuse-zone-instance="zone-instance-22384494434-1" data-gpid="/71161633,22571436095/FRAGRANTICA_fragrantica/perfume_incontent_5#single-1"><div class="fuse-slot" id="fuse-slot-22384494434-1" style="max-width: inherit; max-height: inherit; display: none;"><div id="google_ads_iframe_/71161633,22571436095/FRAGRANTICA_fragrantica/perfume_incontent_5_0__container__" style="border: 0pt none; margin: auto; text-align: center; width: 300px; height: 0px;"></div></div></div></div><div class="cell small-12"><ul class="tabs" data-deep-link="true" data-deep-link-smudge="true" data-deep-link-smudge-delay="500" data-tabs="yezxj1-tabs" data-update-history="true" id="deeplinked-tabs" role="tablist"><li class="tabs-title is-active" role="presentation"><a aria-controls="all-reviews" aria-selected="true" href="#all-reviews" id="all-reviews-label" role="tab" tabindex="0"><svg class="menu" fill="currentColor" style="width: 1rem; height: 1rem; display: inline-block;" viewbox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm1-12a1 1 0 10-2 0v4a1 1 0 00.293.707l2.828 2.829a1 1 0 101.415-1.415L11 9.586V6z" fill-rule="evenodd"></path></svg>All reviews by date</a></li><li class="tabs-title" role="presentation"><a aria-controls="popular-positive-reviews" aria-selected="false" href="#popular-positive-reviews" id="popular-positive-reviews-label" role="tab" tabindex="-1"><svg class="menu hide-for-medium" fill="none" stroke="currentColor" style="width: 1rem; height: 1rem; display: inline-block;" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M7 8h10M7 12h4m1 8l-4-4H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-3l-4 4z" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path></svg><div style="display: inline-block; width: 1rem; height: 1rem;"><svg fill="currentColor" viewbox="0 0 128 128"><path d="M109.2,18.8C84-6.3,43.6-6.3,18.8,18.8c-25.1,25.1-25.1,65.6,0,90.3c25.1,25.1,65.6,25.1,90.3,0
C134.3,84.4,134.3,43.6,109.2,18.8z M102.3,102.3c-20.9,20.9-55.4,21.3-76.2,0C5.2,81.5,5.2,47,26.1,25.7
c20.9-20.9,55.4-20.9,76.7,0C123.2,47,123.2,81,102.3,102.3z"></path> <circle cx="46.5" cy="47" r="7.7"></circle> <circle cx="81.5" cy="47" r="7.7"></circle> <path d="M90,72.5c-1.7-0.9-3.8,0-4.7,1.7c-3.4,8.1-11.8,13.2-20.7,13.2c-0.3,0-0.6,0-0.6,0
c-9,0-17.6-5.1-21-13.2c-0.9-1.7-3.1-2.6-4.8-1.7c-1.7,0.9-2.4,2.8-1.6,4.9C41.3,87.9,52,94.7,64,94.7c0,0,0.1,0,0.2,0
c12.4,0,22.9-6.6,27.6-17.3C92.6,75.3,91.7,73.4,90,72.5z"></path></svg></div><span class="show-for-medium">Positive Reviews</span></a></li><li class="tabs-title" role="presentation"><a aria-controls="popular-negative-reviews" aria-selected="false" href="#popular-negative-reviews" id="popular-negative-reviews-label" role="tab" tabindex="-1"><svg class="menu hide-for-medium" fill="none" stroke="currentColor" style="width: 1rem; height: 1rem; display: inline-block;" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M7 8h10M7 12h4m1 8l-4-4H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-3l-4 4z" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path></svg><div style="display: inline-block; width: 1rem; height: 1rem;"><svg fill="currentColor" viewbox="0 0 128 128"><path d="M109.2,18.8C84-6.3,43.6-6.3,18.8,18.8c-25.1,25.1-25.1,65.6,0,90.3c25.1,25.1,65.6,25.1,90.3,0
C134.3,84.4,134.3,43.6,109.2,18.8z M102.3,102.3c-20.9,20.9-55.4,21.3-76.2,0C5.2,81.5,5.2,47,26.1,25.7
c20.9-20.9,55.4-20.9,76.7,0C123.2,47,123.2,81,102.3,102.3z"></path> <circle cx="46.5" cy="47" r="7.7"></circle> <circle cx="81.5" cy="47" r="7.7"></circle> <path d="M90,94.3c-1.7,0.9-3.8,0-4.7-1.7c-3.4-8.1-11.8-13.2-20.7-13.2c-0.3,0-0.6,0-0.6,0
c-9,0-17.6,5.1-21,13.2c-0.9,1.7-3.1,2.6-4.8,1.7c-1.7-0.9-2.4-2.5-1.6-4.7c4.6-10.5,15.3-17,27.3-17c0,0,0.1,0,0.2,0
c12.4,0,22.9,6.4,27.6,17C92.6,91.8,91.7,93.5,90,94.3z"></path></svg></div><span class="show-for-medium">Negative Reviews</span></a></li><li class="tabs-title" role="presentation"><a aria-controls="search-reviews" aria-selected="false" href="#search-reviews" id="search-reviews-label" role="tab" tabindex="-1"><svg class="menu hide-for-medium" fill="none" stroke="currentColor" style="width: 1rem; height: 1rem; display: inline-block;" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M7 8h10M7 12h4m1 8l-4-4H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-3l-4 4z" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path></svg><svg aria-hidden="true" class="svg-inline--fa fa-magnifying-glass" data-fa-i2svg="" data-icon="magnifying-glass" data-prefix="fas" focusable="false" role="img" viewbox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z" fill="currentColor"></path></svg><!-- <i class="fas fa-search"></i> Font Awesome fontawesome.com --><span class="show-for-medium">Search</span></a></li></ul><div><button>click me</button></div></div><div class="when-hidden-box-perfume-shortcut shortcut-dropdown" style="display: none;"><div style="position: relative; cursor: pointer;"><img src="https://fimgs.net/mdimg/perfume/s.64757.jpg" style="border-radius: 50%; width: 3rem; height: 3rem; border: 1px solid lightgrey; opacity: 0.6;"/> <!-- --></div></div><div></div><div class="cell"><div data-fuse="22384494437" data-fuse-code="fuse-slot-22384494437-1" data-fuse-processed-at="4107" data-fuse-slot="fuse-slot-22384494437-1" data-fuse-zone-instance="zone-instance-22384494437-1" data-gpid="/71161633,22571436095/FRAGRANTICA_fragrantica/perfume_footer#single-1"><div class="fuse-slot" id="fuse-slot-22384494437-1" style="max-width: inherit; max-height: inherit; display: none;"><div id="google_ads_iframe_/71161633,22571436095/FRAGRANTICA_fragrantica/perfume_footer_0__container__" style="border: 0pt none; margin: auto; text-align: center; width: 300px; height: 0px;"></div></div></div></div></div></div> <div class="small-12 medium-4 large-3 cell" data-sticky-container=""><div aria-hidden="true" class="off-canvas in-canvas-for-large position-right is-closed is-transition-overlap" data-off-canvas="25ianu-off-canvas" id="offCanvasRight"><div class="hide-for-large" style="width: 2em; position: relative; margin: 0px 1em;"><button aria-label="Close menu" class="close-button" data-close="" type="button"><span aria-hidden="true">×</span></button>
</div> <div class="strike-title" style="margin-top: 0.5em;"><span>Perfume Encyclopedia</span></div> <div>Perfumes: <b>87,975</b><br/>
Fragrance Reviews: <b>1,656,842</b><br/>
Perfume lovers: <b>1,130,592</b><br/> <span style="background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(202, 230, 249, 0.9) 73.4363%, rgb(246, 246, 246) 100%);">Online right now: <b>3,757</b></span><br/> <div class="bar-chart" data-v-1de4d4f4=""><div class="bar-chart__bar" data-v-1de4d4f4=""><div class="bar-chart__fill" data-v-1de4d4f4="" style="height: 93.3447%;"></div></div><div class="bar-chart__bar" data-v-1de4d4f4=""><div class="bar-chart__fill" data-v-1de4d4f4="" style="height: 92.4915%;"></div></div><div class="bar-chart__bar" data-v-1de4d4f4=""><div class="bar-chart__fill" data-v-1de4d4f4="" style="height: 95.4778%;"></div></div><div class="bar-chart__bar" data-v-1de4d4f4=""><div class="bar-chart__fill" data-v-1de4d4f4="" style="height: 95.3925%;"></div></div><div class="bar-chart__bar" data-v-1de4d4f4=""><div class="bar-chart__fill" data-v-1de4d4f4="" style="height: 92.6621%;"></div></div><div class="bar-chart__bar" data-v-1de4d4f4=""><div class="bar-chart__fill" data-v-1de4d4f4="" style="height: 99.3174%;"></div></div><div class="bar-chart__bar" data-v-1de4d4f4=""><div class="bar-chart__fill" data-v-1de4d4f4="" style="height: 100%;"></div></div><div class="bar-chart__bar" data-v-1de4d4f4=""><div class="bar-chart__fill" data-v-1de4d4f4="" style="height: 96.5017%;"></div></div><div class="bar-chart__bar" data-v-1de4d4f4=""><div class="bar-chart__fill" data-v-1de4d4f4="" style="height: 94.2833%;"></div></div><div class="bar-chart__bar" data-v-1de4d4f4=""><div class="bar-chart__fill" data-v-1de4d4f4="" style="height: 93.2594%;"></div></div><div class="bar-chart__bar" data-v-1de4d4f4=""><div class="bar-chart__fill" data-v-1de4d4f4="" style="height: 94.1126%;"></div></div><div class="bar-chart__bar" data-v-1de4d4f4=""><div class="bar-chart__fill" data-v-1de4d4f4="" style="height: 93.7713%;"></div></div><div class="bar-chart__bar" data-v-1de4d4f4=""><div class="bar-chart__fill" data-v-1de4d4f4="" style="height: 97.5256%;"></div></div><div class="bar-chart__bar" data-v-1de4d4f4=""><div class="bar-chart__fill" data-v-1de4d4f4="" style="height: 96.843%;"></div></div><div class="bar-chart__bar" data-v-1de4d4f4=""><div class="bar-chart__fill" data-v-1de4d4f4="" style="height: 95.9898%;"></div></div><div class="bar-chart__bar" data-v-1de4d4f4=""><div class="bar-chart__fill" data-v-1de4d4f4="" style="height: 97.2696%;"></div></div><div class="bar-chart__bar" data-v-1de4d4f4=""><div class="bar-chart__fill" data-v-1de4d4f4="" style="height: 97.6109%;"></div></div><div class="bar-chart__bar" data-v-1de4d4f4=""><div class="bar-chart__fill" data-v-1de4d4f4="" style="height: 96.6724%;"></div></div><div class="bar-chart__bar" data-v-1de4d4f4=""><div class="bar-chart__fill" data-v-1de4d4f4="" style="height: 93.1741%;"></div></div><div class="bar-chart__bar" data-v-1de4d4f4=""><div class="bar-chart__fill" data-v-1de4d4f4="" style="height: 93.8567%;"></div></div><div class="bar-chart__bar" data-v-1de4d4f4=""><div class="bar-chart__fill" data-v-1de4d4f4="" style="height: 93.0887%;"></div></div><div class="bar-chart__bar" data-v-1de4d4f4=""><div class="bar-chart__fill" data-v-1de4d4f4="" style="height: 95.6485%;"></div></div><div class="bar-chart__bar" data-v-1de4d4f4=""><div class="bar-chart__fill" data-v-1de4d4f4="" style="height: 98.1229%;"></div></div><div class="bar-chart__bar" data-v-1de4d4f4=""><div class="bar-chart__fill" data-v-1de4d4f4="" style="height: 93.7713%;"></div></div><div class="bar-chart__bar" data-v-1de4d4f4=""><div class="bar-chart__fill" data-v-1de4d4f4="" style="height: 92.2355%;"></div></div><div class="bar-chart__bar" data-v-1de4d4f4=""><div class="bar-chart__fill" data-v-1de4d4f4="" style="height: 97.7816%;"></div></div><div class="bar-chart__bar" data-v-1de4d4f4=""><div class="bar-chart__fill" data-v-1de4d4f4="" style="height: 97.7816%;"></div></div><div class="bar-chart__bar" data-v-1de4d4f4=""><div class="bar-chart__fill" data-v-1de4d4f4="" style="height: 95.8191%;"></div></div><div class="bar-chart__bar" data-v-1de4d4f4=""><div class="bar-chart__fill" data-v-1de4d4f4="" style="height: 88.4812%;"></div></div></div></div> <div class="strike-title"><span>Register</span></div> <div class="button-group expanded align-middle"><a class="button primary" href="/board/login.php" rel="nofollow">Log in</a> <a class="button hollow primary" href="/social/fblogin2.php" rel="nofollow"><img alt="Sign in with Facebook" src="https://fimgs.net/himg/o.68301.png" style="border: none;"/></a> <a class="button primary" href="/board/register.php" rel="nofollow">Register</a></div> <div style="margin-left: -0.65rem;"><div data-fuse="22384457064" data-fuse-code="fuse-slot-22384457064-1" data-fuse-processed-at="4107" data-fuse-slot="fuse-slot-22384457064-1" data-fuse-zone-instance="zone-instance-22384457064-1" data-gpid="/71161633,22571436095/FRAGRANTICA_fragrantica/perfume_mrec_1#single-1"><div class="fuse-slot" id="fuse-slot-22384457064-1" style="max-width: inherit; max-height: inherit;"></div></div></div> <div class="strike-title"><span>Perfume Reviews</span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://fimgs.net/mdimg/perfume/m.51037.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/perfume/Parfums-de-Marly/Percival-51037.html#cc2049056"><span class="link-span"></span> <span class="brand">Parfums de Marly</span><br/> <span class="ztworowseclipse">Percival</span></a> <span aria-describedby="h9ou0p-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="h9ou0p-tooltip" data-show-on="medium" data-toggle="h9ou0p-tooltip" data-tooltip="fmujgw-tooltip" data-yeti-box="h9ou0p-tooltip" tabindex="1" title="">by
<em>pay10howard</em> <img loading="lazy" src="https://fimgs.net/mdimg/avatari/s.1997303.jpg" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://fimgs.net/mdimg/perfume/m.64757.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/perfume/Giardini-Di-Toscana/Bianco-Latte-64757.html#cc2049055"><span class="link-span"></span> <span class="brand">Giardini Di Toscana</span><br/> <span class="ztworowseclipse">Bianco Latte</span></a> <span aria-describedby="8ly41r-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="8ly41r-tooltip" data-show-on="medium" data-toggle="8ly41r-tooltip" data-tooltip="92c10s-tooltip" data-yeti-box="8ly41r-tooltip" tabindex="1" title="">by
<em>aweso10</em> <img loading="lazy" src="https://fimgs.net/mdimg/avatari/s.1469659.jpg" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://fimgs.net/mdimg/perfume/m.276.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/perfume/Calvin-Klein/CK-One-276.html#cc2049054"><span class="link-span"></span> <span class="brand">Calvin Klein</span><br/> <span class="ztworowseclipse">CK One</span></a> <span aria-describedby="3wfpff-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="3wfpff-tooltip" data-show-on="medium" data-toggle="3wfpff-tooltip" data-tooltip="stqic8-tooltip" data-yeti-box="3wfpff-tooltip" tabindex="1" title="">by
<em>JensK</em> <img loading="lazy" src="https://fimgs.net/mdimg/avatari/s.1868124.jpg" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://fimgs.net/mdimg/perfume/m.1018.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/perfume/Tom-Ford/Black-Orchid-1018.html#cc2049053"><span class="link-span"></span> <span class="brand">Tom Ford</span><br/> <span class="ztworowseclipse">Black Orchid</span></a> <span aria-describedby="ta3eti-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="ta3eti-tooltip" data-show-on="medium" data-toggle="ta3eti-tooltip" data-tooltip="ajyeai-tooltip" data-yeti-box="ta3eti-tooltip" tabindex="1" title="">by
<em>nina4tj</em> <img loading="lazy" src="https://fimgs.net/himg/o.69248.png" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://fimgs.net/mdimg/perfume/m.83483.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/perfume/Burberry/Goddess-83483.html#cc2049052"><span class="link-span"></span> <span class="brand">Burberry</span><br/> <span class="ztworowseclipse">Goddess</span></a> <span aria-describedby="dl3rcp-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="dl3rcp-tooltip" data-show-on="medium" data-toggle="dl3rcp-tooltip" data-tooltip="940wsa-tooltip" data-yeti-box="dl3rcp-tooltip" tabindex="1" title="">by
<em>lucasthiring</em> <img loading="lazy" src="https://fimgs.net/mdimg/avatari/s.1908972.jpg" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://fimgs.net/mdimg/perfume/m.56715.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/perfume/Regime-des-Fleurs/Chloe-Sevigny-Little-Flower-56715.html#cc2049051"><span class="link-span"></span> <span class="brand">Régime des Fleurs</span><br/> <span class="ztworowseclipse">Chloë Sevigny Little Flower</span></a> <span aria-describedby="x8sqpk-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="x8sqpk-tooltip" data-show-on="medium" data-toggle="x8sqpk-tooltip" data-tooltip="oax2fr-tooltip" data-yeti-box="x8sqpk-tooltip" tabindex="1" title="">by
<em>Blizzie99</em> <img loading="lazy" src="https://fimgs.net/mdimg/avatari/s.1783529.jpg" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://fimgs.net/mdimg/perfume/m.6337.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/perfume/Le-Labo/Jasmin-17-6337.html#cc2049050"><span class="link-span"></span> <span class="brand">Le Labo</span><br/> <span class="ztworowseclipse">Jasmin 17</span></a> <span aria-describedby="w5z7x9-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="w5z7x9-tooltip" data-show-on="medium" data-toggle="w5z7x9-tooltip" data-tooltip="u0jkov-tooltip" data-yeti-box="w5z7x9-tooltip" tabindex="1" title="">by
<em>Malinkabby</em> <img loading="lazy" src="https://fimgs.net/himg/o.69248.png" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://fimgs.net/mdimg/perfume/m.81903.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/perfume/NEZ/In-The-Arboretum-81903.html#cc2049049"><span class="link-span"></span> <span class="brand">NEZ</span><br/> <span class="ztworowseclipse">In The Arboretum</span></a> <span aria-describedby="y2ztrm-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="y2ztrm-tooltip" data-show-on="medium" data-toggle="y2ztrm-tooltip" data-tooltip="jge78g-tooltip" data-yeti-box="y2ztrm-tooltip" tabindex="1" title="">by
<em>TabledThoughts</em> <img loading="lazy" src="https://fimgs.net/mdimg/avatari/s.1122143.jpg" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://fimgs.net/mdimg/perfume/m.87595.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/perfume/Statik-Olfactive/Into-the-Wild-87595.html#cc2049048"><span class="link-span"></span> <span class="brand">Statik Olfactive</span><br/> <span class="ztworowseclipse">Into the Wild</span></a> <span aria-describedby="tqect3-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="tqect3-tooltip" data-show-on="medium" data-toggle="tqect3-tooltip" data-tooltip="nwgt5p-tooltip" data-yeti-box="tqect3-tooltip" tabindex="1" title="">by
<em>Luigi408</em> <img loading="lazy" src="https://fimgs.net/mdimg/avatari/s.1774031.jpg" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://fimgs.net/mdimg/perfume/m.88726.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/perfume/Pistache/Pistachio-Biscotti-88726.html#cc2049047"><span class="link-span"></span> <span class="brand">Pistaché</span><br/> <span class="ztworowseclipse">Pistachio Biscotti</span></a> <span aria-describedby="b2bcdo-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="b2bcdo-tooltip" data-show-on="medium" data-toggle="b2bcdo-tooltip" data-tooltip="rm5t3f-tooltip" data-yeti-box="b2bcdo-tooltip" tabindex="1" title="">by
<em>aweso10</em> <img loading="lazy" src="https://fimgs.net/mdimg/avatari/s.1469659.jpg" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://fimgs.net/mdimg/perfume/m.41895.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/perfume/Molinard/Vanille-Fruitee-Eau-de-Parfum-41895.html#cc2049046"><span class="link-span"></span> <span class="brand">Molinard</span><br/> <span class="ztworowseclipse">Vanille Fruitee Eau de Parfum</span></a> <span aria-describedby="yw3484-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="yw3484-tooltip" data-show-on="medium" data-toggle="yw3484-tooltip" data-tooltip="h6jndg-tooltip" data-yeti-box="yw3484-tooltip" tabindex="1" title="">by
<em>nakota</em> <img loading="lazy" src="https://fimgs.net/mdimg/avatari/s.1212685.jpg" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://fimgs.net/mdimg/perfume/m.64105.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/perfume/Armaf/Club-de-Nuit-Sillage-64105.html#cc2049045"><span class="link-span"></span> <span class="brand">Armaf</span><br/> <span class="ztworowseclipse">Club de Nuit Sillage</span></a> <span aria-describedby="5pqkga-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="5pqkga-tooltip" data-show-on="medium" data-toggle="5pqkga-tooltip" data-tooltip="bzr038-tooltip" data-yeti-box="5pqkga-tooltip" tabindex="1" title="">by
<em>scentaddicted</em> <img loading="lazy" src="https://fimgs.net/mdimg/avatari/s.1741368.jpg" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://fimgs.net/mdimg/perfume/m.600.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/perfume/Britney-Spears/Fantasy-600.html#cc2049044"><span class="link-span"></span> <span class="brand">Britney Spears</span><br/> <span class="ztworowseclipse">Fantasy</span></a> <span aria-describedby="r8iwha-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="r8iwha-tooltip" data-show-on="medium" data-toggle="r8iwha-tooltip" data-tooltip="a0d8ki-tooltip" data-yeti-box="r8iwha-tooltip" tabindex="1" title="">by
<em>lucasthiring</em> <img loading="lazy" src="https://fimgs.net/mdimg/avatari/s.1908972.jpg" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://fimgs.net/mdimg/perfume/m.50889.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/perfume/Amouage/Love-Tuberose-50889.html#cc2049043"><span class="link-span"></span> <span class="brand">Amouage</span><br/> <span class="ztworowseclipse">Love Tuberose</span></a> <span aria-describedby="0s048w-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="0s048w-tooltip" data-show-on="medium" data-toggle="0s048w-tooltip" data-tooltip="yske54-tooltip" data-yeti-box="0s048w-tooltip" tabindex="1" title="">by
<em>Blizzie99</em> <img loading="lazy" src="https://fimgs.net/mdimg/avatari/s.1783529.jpg" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://fimgs.net/mdimg/perfume/m.987.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/perfume/Dior/Fahrenheit-32-987.html#cc2049042"><span class="link-span"></span> <span class="brand">Dior</span><br/> <span class="ztworowseclipse">Fahrenheit 32</span></a> <span aria-describedby="tnn5m2-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="tnn5m2-tooltip" data-show-on="medium" data-toggle="tnn5m2-tooltip" data-tooltip="8f3dms-tooltip" data-yeti-box="tnn5m2-tooltip" tabindex="1" title="">by
<em>MrMrBrian</em> <img loading="lazy" src="https://fimgs.net/mdimg/avatari/s.1949338.jpg" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <a class="button hollow primary small expanded" href="/perfume-reviews/">New Reviews</a> <div style="margin-left: -0.65rem;"><div data-fuse="22384457070" data-fuse-code="fuse-slot-22384457070-1" data-fuse-processed-at="4107" data-fuse-slot="fuse-slot-22384457070-1" data-fuse-zone-instance="zone-instance-22384457070-1" data-gpid="/71161633,22571436095/FRAGRANTICA_fragrantica/perfume_mrec_2#single-1"><div class="fuse-slot" id="fuse-slot-22384457070-1" style="max-width: inherit; max-height: inherit;"></div></div></div> <div class="strike-title"><span>Article Comments</span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://l.fimgs.net/news/en/19724/news.19724-60x64.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/news/Marc-Jacobs-Adds-Daisy-Wild-to-the-Collection-19724.html#cc233476"><span class="link-span"></span> <span class="ztworowseclipse">Marc Jacobs Adds Daisy Wild to the Collection</span></a> <span aria-describedby="zycar9-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="zycar9-tooltip" data-show-on="medium" data-toggle="zycar9-tooltip" data-tooltip="k6bpzk-tooltip" data-yeti-box="zycar9-tooltip" tabindex="1" title="">by
<em>LSAUG</em> <img loading="lazy" src="https://fimgs.net/himg/o.69248.png" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://l.fimgs.net/news/en/19710/news.19710-60x64.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/news/Lattafa-Parfums-TERIAQ-by-Quentin-Bisch-19710.html#cc233474"><span class="link-span"></span> <span class="ztworowseclipse">Lattafa Parfums TERIAQ by Quentin Bisch</span></a> <span aria-describedby="9qtku5-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="9qtku5-tooltip" data-show-on="medium" data-toggle="9qtku5-tooltip" data-tooltip="0qkdso-tooltip" data-yeti-box="9qtku5-tooltip" tabindex="1" title="">by
<em>Agent Strong</em> <img loading="lazy" src="https://fimgs.net/mdimg/avatari/s.1503312.jpg" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://l.fimgs.net/news/en/19717/news.19717-60x64.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/news/SILKY-WOODS-Goldfield-Banks-Vanilla-Sprinkled-With-Wood-19717.html#cc233473"><span class="link-span"></span> <span class="ztworowseclipse">SILKY WOODS Goldfield & Banks: Vanilla Sprinkled With Wood</span></a> <span aria-describedby="42vrdc-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="42vrdc-tooltip" data-show-on="medium" data-toggle="42vrdc-tooltip" data-tooltip="3natcq-tooltip" data-yeti-box="42vrdc-tooltip" tabindex="1" title="">by
<em>XristinaC</em> <img loading="lazy" src="https://fimgs.net/mdimg/avatari/s.1696778.jpg" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://l.fimgs.net/news/en/19718/news.19718-60x64.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/news/Belle-Haleine-and-Greed-Fictional-Advertising-for-A-Fictional-Perfume-19718.html#cc233472"><span class="link-span"></span> <span class="ztworowseclipse">Belle Haleine and Greed: Fictional Advertising for A Fictional Perfume</span></a> <span aria-describedby="cev1en-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="cev1en-tooltip" data-show-on="medium" data-toggle="cev1en-tooltip" data-tooltip="t8s4pb-tooltip" data-yeti-box="cev1en-tooltip" tabindex="1" title="">by
<em>joyjoy</em> <img loading="lazy" src="https://fimgs.net/mdimg/avatari/s.82491.jpg" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://l.fimgs.net/news/en/12484/news.12484-60x64.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/news/Men-In-Robes-12484.html#cc233471"><span class="link-span"></span> <span class="ztworowseclipse">Men In Robes</span></a> <span aria-describedby="1b8qki-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="1b8qki-tooltip" data-show-on="medium" data-toggle="1b8qki-tooltip" data-tooltip="j63z2e-tooltip" data-yeti-box="1b8qki-tooltip" tabindex="1" title="">by
<em>11PHOSPHORUS11</em> <img loading="lazy" src="https://fimgs.net/mdimg/avatari/s.1179290.jpg" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://l.fimgs.net/news/en/19680/news.19680-60x64.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/news/The-Manly-Man-Fragrances-19680.html#cc233470"><span class="link-span"></span> <span class="ztworowseclipse">The Manly Man Fragrances</span></a> <span aria-describedby="hfsju9-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="hfsju9-tooltip" data-show-on="medium" data-toggle="hfsju9-tooltip" data-tooltip="wyi7be-tooltip" data-yeti-box="hfsju9-tooltip" tabindex="1" title="">by
<em>Clws</em> <img loading="lazy" src="https://fimgs.net/mdimg/avatari/s.472355.jpg" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://l.fimgs.net/news/en/19721/news.19721-60x64.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/news/Mercedes-Benz-Sign-Your-Power-19721.html#cc233469"><span class="link-span"></span> <span class="ztworowseclipse">Mercedes-Benz Sign Your Power</span></a> <span aria-describedby="ix0tvs-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="ix0tvs-tooltip" data-show-on="medium" data-toggle="ix0tvs-tooltip" data-tooltip="oogp9z-tooltip" data-yeti-box="ix0tvs-tooltip" tabindex="1" title="">by
<em>michau</em> <img loading="lazy" src="https://fimgs.net/mdimg/avatari/s.10699.jpg" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://l.fimgs.net/news/en/19707/news.19707-60x64.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/news/Meet-Italian-Perfumer-Claudio-Zucca-19707.html#cc233468"><span class="link-span"></span> <span class="ztworowseclipse">Meet Italian Perfumer Claudio Zucca</span></a> <span aria-describedby="6iw9q1-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="6iw9q1-tooltip" data-show-on="medium" data-toggle="6iw9q1-tooltip" data-tooltip="9rbkub-tooltip" data-yeti-box="6iw9q1-tooltip" tabindex="1" title="">by
<em>mochi_icecream</em> <img loading="lazy" src="https://fimgs.net/mdimg/avatari/s.1842976.jpg" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://l.fimgs.net/news/en/19702/news.19702-60x64.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/news/The-Estee-Lauder-Legacy-Collection-Azuree-Private-Collection-White-Linen-Knowing-and-Estee-19702.html#cc233466"><span class="link-span"></span> <span class="ztworowseclipse">The Estée Lauder Legacy Collection: Azurée, Private Collection, White Linen, Knowing, and Estée</span></a> <span aria-describedby="5sfnv6-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="5sfnv6-tooltip" data-show-on="medium" data-toggle="5sfnv6-tooltip" data-tooltip="x3erpw-tooltip" data-yeti-box="5sfnv6-tooltip" tabindex="1" title="">by
<em>joyjoy</em> <img loading="lazy" src="https://fimgs.net/mdimg/avatari/s.82491.jpg" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://l.fimgs.net/news/en/19703/news.19703-60x64.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/news/Summer-Escapades-With-Calvin-Klein-s-Delicious-Dense-Aquatic-Lightness-19703.html#cc233465"><span class="link-span"></span> <span class="ztworowseclipse">Summer "Escapades" With Calvin Klein's Delicious, Dense, Aquatic Lightness</span></a> <span aria-describedby="ro9dv0-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="ro9dv0-tooltip" data-show-on="medium" data-toggle="ro9dv0-tooltip" data-tooltip="81weyf-tooltip" data-yeti-box="ro9dv0-tooltip" tabindex="1" title="">by
<em>felicite34</em> <img loading="lazy" src="https://fimgs.net/mdimg/avatari/s.985931.jpg" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://l.fimgs.net/news/en/19695/news.19695-60x64.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/news/Summer-Escapades-with-Guerlain-Delicious-Frozen-Pears-19695.html#cc233464"><span class="link-span"></span> <span class="ztworowseclipse">Summer "Escapades" with Guerlain: Delicious Frozen Pears </span></a> <span aria-describedby="put0r6-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="put0r6-tooltip" data-show-on="medium" data-toggle="put0r6-tooltip" data-tooltip="lq6cco-tooltip" data-yeti-box="put0r6-tooltip" tabindex="1" title="">by
<em>Afc_Croatian</em> <img loading="lazy" src="https://fimgs.net/mdimg/avatari/s.1370156.jpg" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://l.fimgs.net/news/en/19676/news.19676-60x64.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/news/Santa-Maria-Novella-Names-New-CEO-Replacing-Gian-Luca-Perris-19676.html#cc233462"><span class="link-span"></span> <span class="ztworowseclipse">Santa Maria Novella Names New CEO Replacing Gian Luca Perris</span></a> <span aria-describedby="rykuy8-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="rykuy8-tooltip" data-show-on="medium" data-toggle="rykuy8-tooltip" data-tooltip="17uhxp-tooltip" data-yeti-box="rykuy8-tooltip" tabindex="1" title="">by
<em>Mak-7</em> <img loading="lazy" src="https://fimgs.net/mdimg/avatari/s.1076794.jpg" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://l.fimgs.net/news/en/19722/news.19722-60x64.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/news/Lancome-La-Vie-Est-Belle-Rose-Extraordinaire-19722.html#cc233461"><span class="link-span"></span> <span class="ztworowseclipse">Lancôme La Vie Est Belle Rose Extraordinaire</span></a> <span aria-describedby="1j5vfd-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="1j5vfd-tooltip" data-show-on="medium" data-toggle="1j5vfd-tooltip" data-tooltip="yvk3qm-tooltip" data-yeti-box="1j5vfd-tooltip" tabindex="1" title="">by
<em>classic-soul4ever</em> <img loading="lazy" src="https://fimgs.net/himg/o.69248.png" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://l.fimgs.net/news/en/16273/news.16273-60x64.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/news/Rose-as-Symbol-and-Perfume-Material-16273.html#cc233459"><span class="link-span"></span> <span class="ztworowseclipse">Rose as A Symbol and Perfume Material</span></a> <span aria-describedby="a1isoh-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="a1isoh-tooltip" data-show-on="medium" data-toggle="a1isoh-tooltip" data-tooltip="oflbxo-tooltip" data-yeti-box="a1isoh-tooltip" tabindex="1" title="">by
<em>nilufer_bloom</em> <img loading="lazy" src="https://fimgs.net/mdimg/avatari/s.1151642.jpg" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://l.fimgs.net/news/en/19720/news.19720-60x64.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/news/Sospiro-MARASCHINO-19720.html#cc233454"><span class="link-span"></span> <span class="ztworowseclipse">Sospiro MARASCHINO</span></a> <span aria-describedby="yf2etp-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="yf2etp-tooltip" data-show-on="medium" data-toggle="yf2etp-tooltip" data-tooltip="xnx02q-tooltip" data-yeti-box="yf2etp-tooltip" tabindex="1" title="">by
<em>Matchalattelove</em> <img loading="lazy" src="https://fimgs.net/himg/o.69248.png" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://l.fimgs.net/news/en/19708/news.19708-60x64.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/news/Cristalle-Eau-Verte-Eau-de-Parfum-Chanel-19708.html#cc233451"><span class="link-span"></span> <span class="ztworowseclipse">Cristalle Eau Verte Eau de Parfum Chanel</span></a> <span aria-describedby="uhmqse-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="uhmqse-tooltip" data-show-on="medium" data-toggle="uhmqse-tooltip" data-tooltip="d658x3-tooltip" data-yeti-box="uhmqse-tooltip" tabindex="1" title="">by
<em>ettenig sayam</em> <img loading="lazy" src="https://fimgs.net/himg/o.69248.png" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://l.fimgs.net/news/en/18167/news.18167-60x64.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/news/Using-Extreme-Overdoses-To-Block-Olfactory-Receptors-18167.html#cc233448"><span class="link-span"></span> <span class="ztworowseclipse">Using Extreme Overdoses To Block Olfactory Receptors</span></a> <span aria-describedby="tjlj2i-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="tjlj2i-tooltip" data-show-on="medium" data-toggle="tjlj2i-tooltip" data-tooltip="tml3gz-tooltip" data-yeti-box="tjlj2i-tooltip" tabindex="1" title="">by
<em>raw umber</em> <img loading="lazy" src="https://fimgs.net/mdimg/avatari/s.415586.jpg" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://l.fimgs.net/news/en/19357/news.19357-60x64.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/news/The-Urban-Lifestyle-And-Minimalism-In-OHTOP-Fragrances-19357.html#cc233446"><span class="link-span"></span> <span class="ztworowseclipse">The Urban Lifestyle And Minimalism In OHTOP Fragrances </span></a> <span aria-describedby="nspjrq-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="nspjrq-tooltip" data-show-on="medium" data-toggle="nspjrq-tooltip" data-tooltip="xnkxgs-tooltip" data-yeti-box="nspjrq-tooltip" tabindex="1" title="">by
<em>Celtic888</em> <img loading="lazy" src="https://fimgs.net/himg/o.69248.png" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://l.fimgs.net/news/en/8340/news.8340-60x64.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/news/From-the-Forums-Jammy-Roses-Champagne-and-Casanova-8340.html#cc233443"><span class="link-span"></span> <span class="ztworowseclipse">From the Forums: Jammy Roses, Champagne and Casanova</span></a> <span aria-describedby="hdzi5d-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="hdzi5d-tooltip" data-show-on="medium" data-toggle="hdzi5d-tooltip" data-tooltip="yksr0q-tooltip" data-yeti-box="hdzi5d-tooltip" tabindex="1" title="">by
<em>shenamedel</em> <img loading="lazy" src="https://fimgs.net/himg/o.69248.png" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div class="latest-list flex-container"><img loading="lazy" src="https://l.fimgs.net/news/en/9282/news.9282-60x64.jpg" style="width: 60px; height: 64px; margin-right: 0.5em; flex-shrink: 0;"/> <a href="/news/Rigaud-Paris-Scented-Candles-Home-Fragrances-9282.html#cc233442"><span class="link-span"></span> <span class="ztworowseclipse">Rigaud Paris Scented Candles & Home Fragrances</span></a> <span aria-describedby="xfhlme-tooltip" aria-haspopup="true" class="avatar-tip has-tip" data-disable-hover="false" data-resize="xfhlme-tooltip" data-show-on="medium" data-toggle="xfhlme-tooltip" data-tooltip="vdlqi8-tooltip" data-yeti-box="xfhlme-tooltip" tabindex="1" title="">by
<em>empi</em> <img loading="lazy" src="https://fimgs.net/himg/o.69248.png" style="width: 2em; height: 2em; border-radius: 1em;"/></span></div> <div id="anchormehere45646" style="margin-left: -0.65rem;"><div data-fuse="22384494149" data-fuse-code="fuse-slot-22384494149-1" data-fuse-processed-at="4107" data-fuse-slot="fuse-slot-22384494149-1" data-fuse-zone-instance="zone-instance-22384494149-1" data-gpid="/71161633,22571436095/FRAGRANTICA_fragrantica/perfume_mrec_3#single-1"><div class="fuse-slot" id="fuse-slot-22384494149-1" style="max-width: inherit; max-height: inherit;"></div></div></div> <div style="clear: both; height: 1rem;"></div> <div class="sticky-container" data-sticky-container="" style="height: 0px;"><div class="sticky is-anchored is-at-top" data-btm-anchor="popBrands:top" data-events="mutate" data-mutate="pftj4f-sticky" data-resize="pftj4f-sticky" data-sticky="l6qg00-sticky" data-top-anchor="anchormehere45646:bottom" style="margin-left: -0.65rem; margin-top: 0px; max-width: 253.406px; bottom: auto; top: 0px;"><div data-fuse="22384494428" data-fuse-code="fuse-slot-22384494428-1" data-fuse-processed-at="4107" data-fuse-slot="fuse-slot-22384494428-1" data-fuse-zone-instance="zone-instance-22384494428-1" data-gpid="/71161633,22571436095/FRAGRANTICA_fragrantica/perfume_vrec_1#single-1"><div class="fuse-slot" id="fuse-slot-22384494428-1" style="max-width: inherit; max-height: inherit;"></div></div></div></div> <div style="clear: both; height: 1rem;"></div></div><div class="js-off-canvas-overlay is-overlay-fixed"></div></div></div> <div class="strike-title" id="popBrands" style="margin-top: 4em;"><span>Most Popular Perfumes</span></div> <div class="grid-x grid-margin-y grid-margin-x text-center"><div class="cell small-4 medium-2 flex-container flex-dir-column"><div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 2.9em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">1. </span> <span style="display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/perfume/By-Kilian/Angels-Share-62615.html">Angels' Share By Kilian</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 2.9em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">2. </span> <span style="display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/perfume/Maison-Francis-Kurkdjian/Baccarat-Rouge-540-33519.html">Baccarat Rouge 540 Maison Francis Kurkdjian</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 2.9em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">3. </span> <span style="display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/perfume/Lattafa-Perfumes/Khamrah-75805.html">Khamrah Lattafa Perfumes</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 2.9em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">4. </span> <span style="display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/perfume/Tom-Ford/Tobacco-Vanille-1825.html">Tobacco Vanille Tom Ford</a></span></div></div> <div class="cell small-4 medium-2 flex-container flex-dir-column"><div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 2.9em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">5. </span> <span style="display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/perfume/Maison-Martin-Margiela/By-the-Fireplace-31623.html">By the Fireplace Maison Martin Margiela</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 2.9em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">6. </span> <span style="display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/perfume/Jean-Paul-Gaultier/Le-Male-Le-Parfum-61856.html">Le Male Le Parfum Jean Paul Gaultier</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 2.9em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">7. </span> <span style="display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/perfume/Dior/Dior-Homme-Intense-2011-13016.html">Dior Homme Intense 2011 Dior</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 2.9em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">8. </span> <span style="display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/perfume/Yves-Saint-Laurent/Y-Eau-de-Parfum-50757.html">Y Eau de Parfum Yves Saint Laurent</a></span></div></div> <div class="cell small-4 medium-2 flex-container flex-dir-column"><div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 2.9em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">9. </span> <span style="display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/perfume/Yves-Saint-Laurent/Black-Opium-25324.html">Black Opium Yves Saint Laurent</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 2.9em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">10. </span> <span style="display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/perfume/Xerjoff/XJ-1861-Naxos-30529.html">XJ 1861 Naxos Xerjoff</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 2.9em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">11. </span> <span style="display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/perfume/Viktor-Rolf/Spicebomb-Extreme-30499.html">Spicebomb Extreme Viktor&Rolf</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 2.9em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">12. </span> <span style="display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/perfume/Armaf/Club-de-Nuit-Intense-Man-34696.html">Club de Nuit Intense Man Armaf</a></span></div></div> <div class="cell small-4 medium-2 flex-container flex-dir-column"><div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 2.9em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">13. </span> <span style="display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/perfume/Dior/Sauvage-Elixir-68415.html">Sauvage Elixir Dior</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 2.9em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">14. </span> <span style="display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/perfume/Versace/Eros-16657.html">Eros Versace</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 2.9em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">15. </span> <span style="display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/perfume/Parfums-de-Marly/Layton-39314.html">Layton Parfums de Marly</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 2.9em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">16. </span> <span style="display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/perfume/Dior/Sauvage-31861.html">Sauvage Dior</a></span></div></div> <div class="cell small-4 medium-2 flex-container flex-dir-column"><div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 2.9em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">17. </span> <span style="display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/perfume/Versace/Versace-Pour-Homme-Dylan-Blue-40031.html">Versace Pour Homme Dylan Blue Versace</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 2.9em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">18. </span> <span style="display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/perfume/Jean-Paul-Gaultier/Le-Male-Elixir-81642.html">Le Male Elixir Jean Paul Gaultier</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 2.9em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">19. </span> <span style="display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/perfume/Maison-Martin-Margiela/Jazz-Club-20541.html">Jazz Club Maison Martin Margiela</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 2.9em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">20. </span> <span style="display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/perfume/Tom-Ford/Lost-Cherry-51411.html">Lost Cherry Tom Ford</a></span></div></div> <div class="cell small-4 medium-2 flex-container flex-dir-column"><div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 2.9em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">21. </span> <span style="display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/perfume/Chanel/Bleu-de-Chanel-Eau-de-Parfum-25967.html">Bleu de Chanel Eau de Parfum Chanel</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 2.9em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">22. </span> <span style="display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/perfume/Carolina-Herrera/Good-Girl-39681.html">Good Girl Carolina Herrera</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 2.9em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">23. </span> <span style="display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/perfume/Yves-Saint-Laurent/Libre-56077.html">Libre Yves Saint Laurent</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 2.9em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">24. </span> <span style="display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/perfume/Creed/Aventus-9828.html">Aventus Creed</a></span></div></div></div> <div class="strike-title" id="popBrands" style="margin-top: 4em;"><span>Most Popular Brands</span></div> <div class="grid-x grid-margin-y grid-margin-x text-center"><div class="cell small-4 medium-2 flex-container flex-dir-column"><div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">1. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Dior.html">Dior</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">2. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Tom-Ford.html">Tom Ford</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">3. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Guerlain.html">Guerlain</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">4. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Giorgio-Armani.html">Giorgio Armani</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">5. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Yves-Saint-Laurent.html">Yves Saint Laurent</a></span></div></div> <div class="cell small-4 medium-2 flex-container flex-dir-column"><div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">6. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Chanel.html">Chanel</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">7. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Lattafa-Perfumes.html">Lattafa Perfumes</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">8. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Xerjoff.html">Xerjoff</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">9. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Zara.html">Zara</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">10. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Jean-Paul-Gaultier.html">Jean Paul Gaultier</a></span></div></div> <div class="cell small-4 medium-2 flex-container flex-dir-column"><div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">11. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Versace.html">Versace</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">12. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Dolce-Gabbana.html">Dolce&Gabbana</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">13. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Parfums-de-Marly.html">Parfums de Marly</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">14. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/By-Kilian.html">By Kilian</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">15. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Mancera.html">Mancera</a></span></div></div> <div class="cell small-4 medium-2 flex-container flex-dir-column"><div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">16. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Amouage.html">Amouage</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">17. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Paco-Rabanne.html">Paco Rabanne</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">18. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Givenchy.html">Givenchy</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">19. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Mugler.html">Mugler</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">20. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Montale.html">Montale</a></span></div></div> <div class="cell small-4 medium-2 flex-container flex-dir-column"><div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">21. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Carolina-Herrera.html">Carolina Herrera</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">22. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Lancome.html">Lancôme</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">23. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Hermes.html">Hermès</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">24. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Maison-Francis-Kurkdjian.html">Maison Francis Kurkdjian</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">25. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Maison-Martin-Margiela.html">Maison Martin Margiela</a></span></div></div> <div class="cell small-4 medium-2 flex-container flex-dir-column"><div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">26. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Prada.html">Prada</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">27. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Jo-Malone-London.html">Jo Malone London</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">28. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Bath-Body-Works.html">Bath & Body Works</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">29. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Burberry.html">Burberry</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">30. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Gucci.html">Gucci</a></span></div></div> <div class="cell small-4 medium-2 flex-container flex-dir-column"><div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">31. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Armaf.html">Armaf</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">32. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Byredo.html">Byredo</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">33. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Calvin-Klein.html">Calvin Klein</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">34. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/O-Boticario.html">O Boticário</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">35. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Serge-Lutens.html">Serge Lutens</a></span></div></div> <div class="cell small-4 medium-2 flex-container flex-dir-column"><div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">36. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Diptyque.html">Diptyque</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">37. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Creed.html">Creed</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">38. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Bvlgari.html">Bvlgari</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">39. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Avon.html">Avon</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">40. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Valentino.html">Valentino</a></span></div></div> <div class="cell small-4 medium-2 flex-container flex-dir-column"><div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">41. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Nishane.html">Nishane</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">42. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Narciso-Rodriguez.html">Narciso Rodriguez</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">43. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Natura.html">Natura</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">44. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Hugo-Boss.html">Hugo Boss</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">45. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Victoria-s-Secret.html">Victoria's Secret</a></span></div></div> <div class="cell small-4 medium-2 flex-container flex-dir-column"><div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">46. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Penhaligon-s.html">Penhaligon's</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">47. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Kayali-Fragrances.html">Kayali Fragrances</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">48. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Etat-Libre-d-Orange.html">Etat Libre d'Orange</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">49. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Viktor-Rolf.html">Viktor&Rolf</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">50. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Lalique.html">Lalique</a></span></div></div> <div class="cell small-4 medium-2 flex-container flex-dir-column"><div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">51. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Initio-Parfums-Prives.html">Initio Parfums Prives</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">52. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Ariana-Grande.html">Ariana Grande</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">53. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Frederic-Malle.html">Frederic Malle</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">54. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Azzaro.html">Azzaro</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">55. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Montblanc.html">Montblanc</a></span></div></div> <div class="cell small-4 medium-2 flex-container flex-dir-column"><div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">56. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Juliette-Has-A-Gun.html">Juliette Has A Gun</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">57. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Le-Labo.html">Le Labo</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">58. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Kenzo.html">Kenzo</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">59. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Memo-Paris.html">Memo Paris</a></span></div> <div style="display: flex; align-items: start; text-align: start; line-height: 1.2em; height: 1.7em; overflow: hidden;"><span style="white-space: nowrap; color: lightsteelblue;">60. </span> <span style="display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;"><a class="en2inter" href="https://www.fragrantica.com/designers/Afnan.html">Afnan</a></span></div></div></div> <div style="margin-top: 1rem;"></div> <div data-fuse="22384494155" data-fuse-code="fuse-slot-22384494155-1" data-fuse-processed-at="4107" data-fuse-slot="fuse-slot-22384494155-1" data-fuse-zone-instance="zone-instance-22384494155-1" data-gpid="/71161633,22571436095/FRAGRANTICA_fragrantica/designer_footer#single-1"><div class="fuse-slot" id="fuse-slot-22384494155-1" style="max-width: inherit; max-height: inherit;"></div></div> <div class="callout text-center"><a class="button primary hollow" data-smooth-scroll="h13pd3-smooth-scroll" href="#app" id="zb0k4p-smooth-scroll">Jump to the top</a> <p>Fragrantica in your language:<br/>
| <a href="https://www.fragrantica.de/" rel="noopener" target="_blank">Deutsch</a> | <a href="https://www.fragrantica.es/" rel="noopener" target="_blank">Español</a> | <a href="https://www.fragrantica.fr/" rel="noopener" target="_blank">Français</a> | <a href="https://www.fragrantica.cz/" rel="noopener" target="_blank">Čeština</a> | <a href="https://www.fragrantica.it/" rel="noopener" target="_blank">Italiano</a> | <a href="https://www.fragrantica.ru/" rel="noopener" target="_blank">Русский</a> | <a href="https://www.fragrantica.pl/" rel="noopener" target="_blank">Polski</a> | <a href="https://www.fragrantica.com.br/" rel="noopener" target="_blank">Português</a> | <a href="https://www.fragrantica.gr/" rel="noopener" target="_blank">Ελληνικά</a> | <a href="https://www.fragrantica.asia/" rel="noopener" target="_blank">汉语</a> | <a href="https://www.fragrantica.nl/" rel="noopener" target="_blank">Nederlands</a> | <a href="https://www.punmiris.com/" rel="noopener" target="_blank">Srpski</a> | <a href="https://www.fragrantica.ro/" rel="noopener" target="_blank">Română</a> | <a href="https://www.fragranticarabia.com/" rel="noopener" target="_blank">العربية</a> | <a href="https://www.fragrantica.ua/" rel="noopener" target="_blank">Українська</a> | <a href="https://www.fragrantica.mn/" rel="noopener" target="_blank">Монгол</a> | <a href="https://www.fragrantica.co.il/" rel="noopener" target="_blank">עברית</a> | </p> <p>Copyrights © 2006-2022 Fragrantica.com perfumes magazine - All Rights Reserved - do not copy anything without prior written permission. Please read the <a href="https://www.fragrantica.com/Terms-of-Service.phtml" style="color: blue;">Terms of Service</a> and <a href="https://www.fragrantica.com/privacy-policy.phtml" style="color: blue;">Privacy policy.</a><br/> Fragrantica® Inc, United States</p></div></div></div> <!-- --> <div></div> <div></div> <div></div></div>
<script>
let md5_mfga_js = "43a59f0c27964eaa85ba7632fbff6f84";
let toAbby = "MGJiODVhODg1YWIwYjk1YzIxZDYzMTcwNjBiZWM2OWZhY2UxY2NkMTIzZWRhNmJmMzZkZDYyMzE0MzlkZDEwN3ZhbGlkVW50aWw9MTcwNzY4MjUzNg==";
let validUntil = 1707682536;
let toLocale = "en";
let canonical_domain = "www.fragrantica.com";
let member_folder = "member";
let designers_folder = "designers";
let perfumes_folder = "perfume";
let news_folder = "news";
let autoFocus = false;
window.Lightnews = { };
let channelName = "www-en-fr-public";
let presenceChannelName = "presence-www-en-fr";
let presenceEventName = "logged-users-www-en-fr";
let privateChannelName = "private-www-en-fr-1";
let EventNameFr = "private-notifications-www-en-fr";
let eventName = "en-livefeed";
let symbol = "en";
let use_notifications = 1;
let user_logged = 0;
let user_id = 1;
let xml_lang = "EN";
let admin = 0;
let moderator = 0;
let image_perfumes_path = "https://fimgs.net/";
//langVars or any other variable that we want to 'See' in Vue has to be defined BEFORE
//including script with vue like mfga-app.js
let langVars = {
now_i_wear: "Currently I am wearing",
confirm_delete: "Do you really want to delete your comment?",
submit: "Submit",
edit: "Edit",
cancel: "Cancel"
};
let PerfumeSearchLangVar = {
lang: "EN",
gender:"Gender",
female:"female",
male:"male",
unisex: "unisex",
shared: "shared",
designers:"Designers",
noses:"Perfumers",
groups:"Groups",
countries:"Countries",
notes:"Notes",
niche:"Niche designer",
celebrity:"Celebrity brand",
natural_perfumery:"Natural perfumery",
specialty_brands:"Specialty Designers",
year:"Year",
more:"more",
rating:"Rating",
rating_explain:"Your votes what you love, like or dislike are used to calculate fragrance rating.",
parent_company:"Parent company",
industries:"Industries",
collections:"Collections",
filter:"FILTER",
clear_all:"Clear all filters",
search:"Search",
type_to_narrow_list:"Type a few letters to narrow the list",
popularity:"Popularity",
most_popular:"Most popular",
sorting: {
most_popular:"Most popular",
highest_rated:"Highest rated",
recommended_spring:"Recommended for spring",
recommended_summer:"Recommended for summer",
recommended_autumn:"Recommended for autumn",
recommended_winter:"Recommended for winter",
recommended_day:"Recommended for day use",
recommended_night:"Recommended for night use",
recommended_longevity:"The longest lasting (longevity)",
recommended_sillage:"The biggest projection (sillage)"
},
search_designers:"Search for designers",
search_nose_name:"Search perfumer name",
search_ingredients:"Search for ingredients",
country:"Country",
show_more_results:"Show more results",
show_less:"Show less",
show_more:"Show more",
no_results:"No results. Try to broaden your search parameters.",
from_year:"From year",
to_year:"to year",
};
let nagLangVariables = {
join: "Join Fragrantica!",
intro: "<p>Become a member of the most vibrant fragrance community for free and get the most out of Fragrantica. <b>Unlock member-only features<\/b> on this website.<\/p>",
register: "Register",
login: "Log in",
justBuy: "I just want to buy this fragrance",
}
let perfumeFinderLangVariables = {
who_likes_this: "Who likes this...",
also_likes_this: "Also might like this...",
search_placeholder_text: "Search for perfumes",
sort_by: "Sort by",
with_notes: "With notes:",
similarity: "Similarity",
popularity: "Popularity",
}
let nominateLangVariables = {
nominate_fp_button_label: "Nominate for best fragram photos",
nominate_fp_button_nominate_done: "You have already nominated. Check votes!",
nominate_notification_text: "You have successfully nominated!",
nominate_notification_see_votes: "See votes!",
nominate_notification_close: "Close",
}
let searchReviewsLangVariables = {
search_reviews: "Search reviews",
type_username_keywords: "type in keywords or username",
}
let trackingLang = {
trackingTitle: "Tracking Perfumes",
i_have: "I have it",
i_had: "I had it",
i_want: "I want it",
i_wore: "I wore",
my_signature: "My signature",
i_currently_wearing: "Currently wearing",
};
let perfumeShortcutLangVar = {
rating:"Rating",
pyramid:"Pyramid",
reviews:"Reviews",
}
let newsShortcutLangVar = {
reply:"Reply",
top:"Top",
comments:"Comments",
}
let currentlyWearingLanguage = {
today_wore:"Today I am wearing",
my_perfume_timeline:"My perfume timeline",
wearing_title: "Currently Wearing",
which_perfume_wearing: "Which perfume are you wearing today?",
click_here_to_set: "Click here to perfume yourself!",
find_fragrance_wear: "What are you wearing today? Start typing the fragrance name",
please_first_choose_perfume: "Please, choose perfume first!",
show_my_wardrobe: "Show my wardrobe",
nothing_now: "Nothing right now!",
no_fragrance: "Lately you did not wear any fragrance.",
it_is_not_in_database: "It's not in the database",
choose_from_wardrobe: "or choose from your perfume wardrobe",
day: "day",
night: "night",
all: "all",
type_to_narrow_list: "Type a few letters to narrow the list",
tiw_send_comment_placeholder_text: "Optional comment",
tiw_add_perfume_placeholder_text: "Enter name of perfume",
tiw_add_perfume_button: "Add perfume",
comment_saved: "Your comment is saved!"
};
let addReviewLanguage = {
user_disclosure: "<b>Disclosure<\/b>: I am not compensated for reviews. I always give my honest opinions, findings, beliefs, or experiences on any topics or products. If there is any material connection I share with the seller of the product I will disclose that relationship within the text of my review.",
submit: "Submit"
};
let noteRatingLanguage = {
sastojak_tip_read_more:"Read more about",
sastojak_tip_intro:"Rate only the most important ingredients you sense in this fragrance.",
sastojak_opt__1:"Does not exist (-1)",
sastojak_opt_1:"Noticeable (1)",
sastojak_opt_0:"Neutral (0)",
sastojak_opt_2:"Intensive (2)",
sastojak_opt_3:"Very intensive (3)"
}
let LongevitySillageLangLanguage = {
none:"no vote",
lp_longevity:"Longevity",
lp_projection:"Sillage",
lp_drag_slider_to_vote:"drag slider to vote",
lp_poor_longevity:"very weak",
lp_weak:"weak",
lp_moderate:"moderate",
lp_long_lasting:"long lasting",
lp_very_long_lasting:"eternal",
lp_soft:"intimate",
lp_moderate:"moderate",
lp_heavy:"strong",
lp_enormous:"enormous",
lp_skin_scent_without_scent_trail:"sits close to skin without a trail",
lp_radiates_within_arms_length_and_leaves_a_light_trail:"radiates within arm length",
lp_radiates_within_6_feet_and_leaves_moderate_trail:"radiates within 6 feet",
lp_fills_a_room_and_lingers_long_after_you_ve_gone:"fills a room",
}
let longevityChartLang = {
1: "very weak",
2: "weak",
3: "moderate",
4: "long lasting",
5: "eternal",
}
let sillageChartLang = {
1: "intimate",
2: "moderate",
3: "strong",
4: "enormous",
}
let longevityLangVar = {
0: "drag slider to vote",
1: "very weak" +' ' + '<em>30 min - 1h<\/em>',
2: "weak" +' ' + '<em>1h - 2h<\/em>',
3: "moderate" +' ' + '<em>3h - 6h<\/em>',
4: "long lasting" +' ' + '<em>7h - 12h<\/em>',
5: "eternal" +' ' + '<em>12h +<\/em>',
}
let sillageLangVar = {
0: "drag slider to vote",
1: "intimate" +' ' + '<em>' + "sits close to skin without a trail" +'<\/em>',
2: "moderate" +' ' + '<em>' + "radiates within arm length" +'<\/em>',
3: "strong" +' ' + '<em>' + "radiates within 6 feet" +'<\/em>',
4: "enormous" +' ' + '<em>' + "fills a room" +'<\/em>',
}
let genderLangVar = {
none:"no vote",
gender:"Gender",
female:"female",
female_unisex:"more female",
male:"male",
male_unisex:"more male",
unisex: "unisex",
shared: "shared",
}
let relationLangVar = {
have:"I have it",
had:"I had it",
want:"I want it",
}
let trendingLangVar = {
title:"TREND",
}
let seasonsLangVar = {
day:"day",
night:"night",
winter:"winter",
spring:"spring",
summer:"summer",
autumn:"fall",
}
let likesLangVar = {
love:"love",
like:"like",
dislike:"dislike",
neutral:"ok",
hate:"hate",
}
let priceValueLangLanguage = {
none:"no vote",
lp_drag_slider_to_vote: "drag slider to vote",
pv_extremely_overpriced: "way overpriced",
pv_slightly_overpriced: "overpriced",
pv_average_price: "ok",
pv_good_value: "good value",
pv_great_value: "great value",
pv_title: "PRICE VALUE",
}
let priceValueChartLang = {
1: "way overpriced",
2: "overpriced",
3: "ok",
4: "good value",
5: "great value",
}
let priceValueLangVar = {
0: "drag slider to vote",
1: "way overpriced" +' ' + '<em>' + "way overpriced" +'<\/em>',
2: "overpriced" +' ' + '<em>' + "overpriced" +'<\/em>',
3: "ok" +' ' + '<em>' + "ok" +'<\/em>',
4: "good value" +' ' + '<em>' + "good value" +'<\/em>',
5: "great value" +' ' + '<em>' + "great value" +'<\/em>',
}
let notificationsLangVar = {
you_rated_this_perfume_as:"You rated this perfume as",
you_rated:"You rated",
as:"as",
suggest_for_similar_perfume:"You suggested a similar perfume",
recommended_perfume_for:"You recommended this perfume for",
you_have_marked_this_perfume:"You have marked this perfume as",
perfume_is_already_on_your_shelf:"The perfume is already on your shelf",
notifications_label:"Notifications",
notifications_settings_label:"Notifications settings",
no_notifications_yet:"You don't have notifications yet!",
reply:"reply",
show_replies:"show replies",
hide_replies:"hide replies",
comment_reply:"Comment reply",
comment_mention:"Comment mention",
review_balloons:"Review Balloons",
comment_balloons:"Comment Balloons",
mention_by:"mention by",
replied_by:"replied by",
notifications_are_enabled:"notifications are enabled.",
notifications_are_muted:"notifications are muted.",
notifications_balloons_2:"\ud83c\udf88 Your comment is gaining attention! You're making waves.",
notifications_balloons_4:"\ud83c\udf89 Your review is a rising star! It's resonating with our community.",
notifications_balloons_6:"\ud83d\ude80 Your review is a community favorite! You're collecting a bunch of balloons.",
notifications_balloons_8:"\u2728 Your review is highly popular! You're soaring high with appreciation.",
notifications_balloons_9:"\ud83c\udfc6 Your review is one of the best on our site! Welcome to the top tier.",
notifications_link_is_copied:"Link is copied to your clipboard!",
share:"share"
}
let memberProfileLangVar = {
add_custom_shelf:"Add custom shelf",
shelf:"shelf",
add_perfume_on:"Add perfume on",
choose_from_wardrobe:"or choose from your perfume wardrobe",
type_for_particular:"Type in designer or fragrance name to find a particular fragrance",
my_favorite_fragrances:"My favorite fragrances",
have_to_signature:"I have to find it",
no_signature:"Signature is not set yet",
no_top:"did not set favorite fragrances",
delete_title:"Delete",
update_title:"Update",
cancel_title:"Cancel",
member_tools:"shelf tools",
member_tools_on:"on",
member_tools_off:"off",
delete_alert_title:"Removing Fragrance!",
delete_alert_question:"Do you really want to remove the fragrance from your shelf?",
delete_yes:"Yes, Remove",
delete_cancel:"Cancel",
shelf_wardrobe:"Wardrobe",
shelf_custom:"Custom Shelves",
shelf_votes:"Votes",
}
let userNoteBookLangVar = {
placeholder:"Your private note up to 255 characters long.",
title:"for test",
add_note:"add a personal note",
edit_notebook:"Edit my note",
save:"Save",
}
let customizePerfumePageLangVar = {
customize_perfume_page:"Customize perfume page",
customize_small_chart:"Small chart",
customize_large_chart:"Large chart",
customize_colors:"Colors",
customize_charts_size:"Charts size",
}
let done_flickity = false;
</script>
<script>
let my_votes = [];
let similar_perfumes = {"ct":"ngH1WWpKkp0bt5GU5SfaDxVM17WBAAQtUqsSXpegfmDVrJTp+3lBDzkVR181ZvHx0LFab41lfzTZrBrPlvdbJyO\/JxGiMCC1dKaEGwQz9IIL+5t0HQGvVK2na9oJS+mHnEb+KX5nQkeK2bKXCr5p7pfjOr7jymq6gA6ifcV0dsvw0s2GK\/Osb+VSRfm8Rl\/SVjiUWA3yz7lcBAtQ7\/bU3OtHEDh5+vXyoXIE57byceDU5Uwoa0\/5csJHJPKWdDw+cYHZt0sbQpVt37ahHjEr5ILDhzUsacOcmOcLHP7OGT2uIZirG\/tdUgouVGsFwS6TII7UsN78GQ9zU8dOXevxMcGvz4ndGZtwi0c\/82Qu24cKvJTRjB7yiHf1zhERTOgg\/FEehD+cFZWwUlehV7cXxwYOKAnuMyzxoICofz2SZbZa2ebzUm7k1FYL8sI\/JGUipGS3aE\/mAE\/OG+GWWFWvhWnNkyXk7VHg8Pb3pHCa0azLuVDyL09Gog5C16qk4\/zN\/Cqaagyf\/IBo31Dy17j3li3jUgALIQs6MHBa2kIwBq6nlFBDcjvLkDmC4q\/zTgmLI4gP6Gju3S8ECWaUna+Tts7itdISJL2wqAJT6JOl3MYXzcdIdGU\/6DJPEJvATDELTfADuZa5\/XF6Ag98CIX5QjSd7EHp5DsvfNpq89RFJEvuCxtt1BflbEFIgKZT4M1DAAAABxrFbnLR1Fo4k6N2188HFooWhJBuf+CGSNVx7YGBO59hvBHBqJn4o69XTeVvvZkJRXGBDAs9VP3uiPUtPSW8FqWKoGWKFKbXHOH1nooKC\/cAbBR3vA2y8aI5EnjylzbacXB0hcIDOmiWhOcykxKSPKlC94knXYIofkj\/WBJP5oqBldhYTfxCZh\/7y1ZqSeSzyn\/iMvLG\/dszzssdGYE0B5reBRYrKrBF+DQfh3fUqHs4x0Mp0YcX4caE5TZrAKt4smsfIUro2NZaZwbbWdHQZHarOR6y2DHLGBU97avQF8k3FgFdOuuXgZh74t3QM9luAisxti49kD85Dp+9NCK78xxWbn3BvtG77\/CdxZ5\/PosBgcQfMumEN7uEwWD2adqnvv6xCAGTnOIg3Y9znMaCwVeJ6lzN1s6pqeQjzc30VUZGwU712J5efstKMDGLBHTu\/PyG1savQP2dgV5sg1USFJ9efr3O\/X4VTXhY9yX75CyibfNugXCJyVceeoMkPR\/PaLLoBgK8Xco3jbf8oxW3P0vdhslB5k+jWHCNvq\/0pNTpf1EbM67Dm6zqzCjtkG6hTIxDuE7lS0BAgPJue38zEwRdVESAUJSM8Czo3ub9dU+T2tF0tq\/gCilADkJaFtmTOT8F9+0nURm6VYAhyNPXiH0NKaixIVmE5+9BupazLe7Zmkhk3\/cxtHZED+ENMleUD6oaqzjK7u0V9cBoDuF2SD5MAkWJLcz1Ocise8VhhZ3uB9+yCMsBrFwjf+0gVJucFfWjAOoTYn1kVtT3rPz3eDzDSq1FFz02SECbhMBu38QGhlhPtxEgYCQ1hMT5zjNuW3HpQZhTdK\/t8\/RmP\/iCCy9WEI\/kCrABexSBbIOUSoSa5KOseREfDmZQHuymgvhW9yWvIOOYzezrlZNNxMKg2CCqmoOWXV+isNx3g6foMWHJZJ+YxmUkfCo15ajjYt5DsIkFm37O5DeJK6QkGaseR9O8hzrjJ\/w7xqM0Zfb5ojMjlEOjK4UAGJb\/f2sOsFZh6Tj\/uVNQpuaT+Y3QldYvo3VFAlK1uyZgxnVlifKP6Fu2Fk36DpcypNUasySyMGSNJUi9pljmjNXCsW4g8MwsuCI1moeUEtxbjKhbhj120GKXwvtzZM6UPjW8MPKfEzv9\/H1sUI5Dfk4qj\/M3i3NKfn2PR\/V74EEDS4ApjTRKIVsZPzrnOM6zMzz4GtdpPey6jVqWOtveUwqll0M8HvGqmFUmWtld4w75bu2EmwkTEGBFFEzEmA1eBEBXpHa2apZpX7D9wAxsI7T0oPcn8xnE31nYHA8Qyuix0O\/odJEcK702gQetRlXTEYlrGkhTuZSdR56dw0czoI7fDKE\/WPKJdDhAU6QKyixdQ1WgXXNOFHTOluw2WZqiS25guh2wS4wCzQNIf0i4UqTBcbYTE6OMOT2Std3QqNJrWYlGZLbw+qeETLU4XLFdy1cTCMoQn5EvwQjSlREoBuoJnLtu0ldQvVIKXZs4IspCxRubbpAncw5aUD+KK+ZJX8bW4fy6cahz+bpG250L7pbaKl07OhkbcGPKiz5ZgZx51KyVlqPGQmP08pOb1UmHHAb6gSCi3R7ITCuggTt\/DqlRQA0XhfLQG0iv1NjiwZ2JI2C\/T69VsYqSkUAk5E1odmMyY1SyCLAe0beg8mxEBWfeQRHqNrik6hGkdTpaiuZKa83GkHM9W4YKxCfteOF6f9TVNNAoSeuOVr71oN78pnCUII7z8dV\/iKWrup7Q5xJ+vchX1Qtg5NCJx\/ysM2vwMy+0YYE98Eu9vxXVqxdn+eXoqP7H2FvdDGhsmMGc\/2a4nQmbAipPPx\/1BLV9es1ScIbwysWIJ8vb485i8uUSCFNybNpardCxNSoNEMeufqHqbOcUWnTaEwyVULLb0c00kHP5n69dUQpBGbBhb7A9Pxn8H0L7I0znqrQAJ7U489I4ThHZAKK8vx7dSbYOJXXgy+1Y52s72dbumOYIEAJMP4CoL7Y5Txj80VBd16b7xoqL2y2C8LUo38Dgwp0SgP3EbCuAf3frHG4WI\/6W8VXHL+eD\/brxm7OFdfaIsYc+e3Vg1FhNgQyV\/LnEEziyNIO+idHhW2GCkynVHbv52qI48dJEOelHYaevO8NgO8X\/vuEmQp9vWgkwciO1ai47xB9l0V1lrqv+M\/lQZF510NTS5huZJ+tvcKusRF+srd10w5CE0qWs3+wjgUVQM2iShfGvRq8rl\/nK8M7MP+VmIfrUOz\/DoldanVsXZfkYHDZYc0qETc9vDo9rCeLpmCmvhT8SgkkcddNg5hNGjALb2HMYazgobNZXPFeeKUx9nsYB2C3nxAyXzdGVJmFXxxWZRQxG12t+gMUxkzntIzpUxxfHQXIpalkv2MXSh1\/iMRHnl3808rKoanXvGBwXw5XrzrcHeN8SlYtOAVZue7UnD5rZz0lfg\/65\/f\/EtuQUul0KuoVT\/TP20CkmLgyaX1IJQgh00IIstbxPfYp\/KIxo3dELl\/\/azSgXkZT453fi5MRD0gnrIix5i4caT+S9KXD3EGO5l8hc\/ZzEmrM\/ItznPZxi6V9iJ+Xla27OPEy55g\/IAG0GrESRmGbSw6skui22vuj2FVG78bUTeT86T8FiPyRFPf8rkfxPplsNkuMH+8mQu7O5J+DrRRdjQhiNzHUCDq4x0vmd+VgQ+ZcIqwtD3n9UrUlq8XUii4KndvmNDBtV9nNvku\/iauf9kPj7HW3GJhSIzXaNjQDLB9mZQIBM5F2N\/\/vsGEmbywl1dE+bCkkPBzaJ31AHeA200nIE\/GZrd3s4Fve4lGmutyyBTmCI2o8cGLG9A45Xuns9MlvzH3gZNVJ1Jrl+tEXsxGrYsxm\/frGtuOnS\/W46XzvqA53vAXmkYSHd2sojjCtTDcIfQMKJK7yTqOA4yh+L6d7pHXsV2a6XWrM2XlVNkK3tCVhcmfZihsYLmfKPWb\/Ms97MdBV92WHF0AZj5niLMKjj9KBlm1IvMk25NVRcuTGBfAQ62t\/mqVXkh29UWVCILBKg4IC\/WdiHOWY9wwFpK8NTiUtKWuHcno0sKIMFrDZGU6ZqHcPyC\/OoZw+ZKDKj8C5CP2guCVQB69RRsauNR+ke0JkJw4zTbzXKlcNzha7wAQ390l+Ystjc2T2F2W4kczaN7DsXCe4\/7scDXPl4\/dMpywfw0ck2P\/7r4tpJi3hWijVr27kvK\/5QVF2inLlYVm6HNaQvYz35PiKOS09qtxKiAEchLXe6duhxwOUR9LWijVTsxf\/55VIdIHk1Mvdx7NyGrRLLyEHyHEL9XUtITbzy0\/OXVThxrwkObgim12H4mXyG7GpoGvfPvhNiLdU5dcTr3Uw6hWff8fAHFfJHzpFieh3KwwU9YTleGX5M6i+MVH589Tn30K8QJtKbPP1Qlv1nMoeb9uQimqMz7PKDA0rJ2\/ECo4+U76CoV5LJUgM58E60uykB4E7EwTnG3LC3ua6t421XoEomIdlWT6pYu\/SaFmE5wUsQYDF2Np30jmC0vtvsyZVUapJr+sq\/dMJY9EzIGN1jMF4rJN2o\/qMQqTsAfk1vJ0L3APUnSN7\/EvP\/XC8FizFJlRjvFfE9gb0+goPbPv6EZbLgU6BePKOB65G2SA+iq35+yN0wsKuzzATdBJCHurng2ieJ6heHluGnFBNmgDZYlfNiGFMrZk6TTC107GXhilq75jhFEqe\/0CByUs+chr8YeDIlHzKnZv9oPEjHAL5o9o1ky6TqtE4afNhOL35T433vXqx1TtiS4+M+obHB9W+YtVUqiyh8aheyXimmY8gA6BZ0338ghOKU0lz6E5qNvunTdcvmBO1AFJ+r5ovOJ3fZpjQszdh5Gv586LtCy4uqPT37T6lVVZY9OTt2+iRFDUqWvkTrpfIfN1z9w\/52mZnvkZ3peAdly1qXa\/LvQuPw9DmkcCCjsl0Bcj1EayktKUXxm9jsFmZ1F+WuQ9FuovNvOZuXsVtR+pmcKHjyuzaMnOkFwJovHKiM9nQxByq8Z9fdne5H7LyPdUvXfKxf\/8EPcWDsVryk9HVwTg9GmfBJXAVW444Bst+Q0xl34tlmxdc2acRxOyJLF1zpWP9CSGuTNaU2ndxA6AurquAaaezuSd1+kLOWTbo5NnlVXPHZhls6nqJcjX7sad2qZ6WF79AGymcOfzjwXJbywgBUsERb\/7OlDDGWh2hrgYUd+dhtkoPKjzafExnFrXIjPYKWQvWaZILBJL8F9hxakRydroZBJubTWrmQsrlvrBrOrbZ23Ivd6ut4iMh7hJrFqE7vdpC21GQcUQDRvM+CIeli3fLdnScHN4MlYwH6FDqsiac2e31CNNzNOV2AjbC158ySUpftLgl19GzYjs7pptAU1JkzEPOG\/\/QHgt8nhVwZzrlr0R9VL\/P5aHsh4LFEFpUnicxLKWrAmyWu9Hlj1eSuu1GTtTgRU4siA0M7xMJGBaWwn1T40+11Be930rAkARpfw6tXlvJfC45\/oieeX6YovrzgxHG4Hu+XtbjKbB\/nCO7k4Djsu3R7M1mQYMcB0MQAB9UNFxj7y3WeXlAonzyrViOyT0i4TQr9R2xh3jTq2jpNeFek26kjj4ElT19KpbLIMv+SzdUTuEvKXZj0cvHIQsoF0PUAM7\/IYfsliVBnd6AZlfuTEWAY70sPXXV7XiwEGxLxWFiKpgJHLB0sbnfrfA2LBgiWCYMn1Sh3LK9slPf0cw7mk8DSNSndKhjKtEf6fyLwl20GAfsHK9nN4of7OSa9mTo7jDMDxpGfPgTlgrgQhKIMYoBT9lVxTCCa6EkCNNY5pqFhxda6e\/wnmhznn3aHbulmusRMc3qK7JWvTY+m9LIDNursTKPxTVnaqL0wXzcGtos8uu2RK6we30F1eQB+qIHpEAbF1bbXtLkqmdcurXdXlNaAlZU1gIZG0eYwcCbNT\/azYrgqqILdoxzv9tqngsGBCPdQX2MJOmpbrTQku0be382hkFqgd0NUwB3Vo\/C7\/dipgtVgd3VcGmOXObxw4ncBq9zt0xQV3stRZIAVO4+1CtXMBSKZqsmTzpylUwBV\/DSrG5CvCJGarIxSGvb0+MhXcpmrywqjrcCn2KS9Q7ClFfG4n9hcLHUHyQVZ9Pxyf\/xsn8i\/CB6ov00Oyj468S7MMO6rVdZBbu2172+Q2rgZSXe4krXd5Ty4qEBemZHuRx5WvO011XBKxkXXgjAt7JoGM9qRBFHLxKrjjxdEQOODIhRRCyQ4vDrF5htDg8oN+X0f18dbtJhZelc1jQrRUlRZbM4lJfB4hK5pe8YR2n1\/NU7ar5TrkBco4gx6KE4mqtdNfXfBXhLDrZkUlIehPjJcHvOr8cZwk63TD\/DckS+bL8aFIOQ3Ogf4rjRQMs0lpSB81H9dlQeU6pjjvXZpxqrC3H6aL8elNuq\/IzTqoB3rJvw2Q1Se4mgS5YLt0zrZEGbQX0rs3QXVHla35Eev++f98wEbFxMRFKxV3O6vIop\/BctqMdiNz8QrmSdAAHnVltRQqQ6jyq2OsYO6Cfq8JLUSijIxpUmFqyKxCPB+1sp99dd8Oc4SKjBQqI8vYe\/j6ei5uUr8wVvzVU4pTcHTRTKvWAYab9J6l3fVDh\/VRMpd2nixeJqC5gyxS3sow\/s\/X40+hVXitLoxKW1kjtX61E4iOZplHK28cAA5VUKQw8Cdx\/BOFS1GXpAH9vKd12TC94WpuvN\/fh5QwljOgxEc6Vy3G5kkpO\/A90JaETfgn1m\/\/819442eelM6\/BMJ+i5YU9lmqWa7iAgVCoz8a8PRBnIWbuR+Wttsq11oPDHnW3bqRbyYi9oY8+7LaPeVuswcX0mcmCtZ2O2HNxIG07JgSwdxY6LT3ICwjUWHUstV3qutmgNLXq0yIMQ0iXPF7OaKQHUmZh2T30BKDAm7VR1k+XNiubw88EAL8QN0T5+Mlc5yH24XY+2L4NpvnrC0NK9pOovdrL3hv8O7xkaDOpYSv1A7yBlnEm3bIq1G\/o0YTIAbXkxBAxr\/u5MMFqoPw0V8q4DlEaYgv7SnNiwEOegAVxyIDVz3XZnv+lp+Crp8tMNzW7r2JgJYCJCJX0ajx8Tlz\/stMlqwka60sI0uVTbvbep6F3vXZPgQMl0Xf+XJ\/XY0sDQKmPq2pHbg5+4QGEULJMJvCHHL00GCqTusurVmo+MDeJCfngtNhaJXArBxGdq9hgg4PQNkRWMX17U1Iz0Fbt\/AcuBWcuAhdv6L7YyuFf11oO1wOnrkCW0IhLHfhrDfrUtbLgcCl0TRFrsGEmw2\/mviqgDvjxd6aVt9jABSO4\/RZnovXSsTRPJwI19hSo0N\/lqKSKdq2qKTPK1daOyqJCIfAEWJ7RyXqCpB0A0C1DGsqLVTnjlaS6Wk9iJv6ipmUhK9xplIYmcFohjNfuJTTagITAx9OH5gJ1Al92dbWy5SoAKO2fXtvk4qzJz9wgVRM5\/LNp4AZhU+QpWzJ0EzbExOWD17gOQmrZiQVPBOFchcBnI2NB2aaqV1xIz5A0ghS0CD\/qdqylXRLX6goL3jD0K1jbAfNrCWF9nF7kvzwXS0mkCkaKR\/Y+hCFHUVXvuXHuUMuIhxW8OIXNvuCzZxQKfDVCXBKuj1rj5grh5NL5ZHBkqm+8UdaZ7a6al9cwoEsQVK4k0Oxno3hOrnK7RbcboriAdaK6AKMGdZv3R85uF0cj4j0qEEwiwrAtJfjglE\/4GBXfVAh+KGrDT7vUuziyWVwYyw2A8AWiwCbn99+XqPDwi798aTEvTnlppZC8HaeA5Q6BSpyux9qlAuXOIGZjNwxMEqHtPefNkWg6Zcd5AG2zZfwhRonqNuPCHS4BFCF7zdJAWgSkl\/8cY+9ktXb5LIBQhcJZkYU6IR3H\/mMBO9sGf8syEIC+bMSvh1DN2btOL09V1WIp\/qs6Oxfh28tnko\/IeWYFIus\/U7G+H6VaFqlaXVF5x8DvONAFAdow5gq3n6E6przn+836rcBtJBR4bUOGbjzO1JO1niOcP4pKLZ8GGkxlVp7Og0eB0zNdAPxRpcqI7nRFikPNgzSe3x6+WagiYrfZTWY0o+D3uYsruRJQzDr+m5LNv8OhnBp0a\/fHxa31s9eRgg4bs+u0MaxbJrqJ1Eidmqcd2v9B82ZgMSRMadxpr3uXknWASSe9AVx2M9v38ZXdrIrEtalj\/aGu5OTzSrUY\/nm0pOCJMrtMVvLmPcU5lJDC\/ZAPIMcrTfN7HifbuhUGyauBetTDFSDfxK2kLjD26MrBNURYA1banIS247zN8s2tAnfcT3L1RqnKUO3eiQ6UB6F3dZw2kyPb7+Xk7JQE+PFwoAQ+SBfJvXiheWUEH5egJ+yJxmVx3Q6lEw301PgUM9ZgQKvd+aa9m0y02rpeg+oxO9SM5a6LM8eUeG2Ox8M9Rv\/7LtK6YOzJKkRfJ66vN5QdBO19pbNxHF6XXOnU7q4HNIPjP+TUOUPNqbP0d5D4TAbPWqnHhVeHZJq6SeQNZxKUmOJxDDBmQzqY1pjzL36asYyDc53Va05cW8eerI1gqrdTrYzStxqkrDayZTdB38nMM+wnZBdkPFuS2Qgkwo7OG89Xz\/0kfYpxKlwHYuTJlj5UEb6RAp9MLbaMqxK068eUVTNG15ongkBREWTTdTq28DBNcuJLBGc1AKgVRe7UCRRyNoRslmlI9FDvGfoH1rK5tnlIAFKQ6hS2ObobK\/knxWayMhrdfEHB8shhrZq3uYK5G6DOblaWPTvLxCSMvMQlpWo3Us0HSYMfWhnzBxV0g+YntG3Bh4O1Uj50sEbnZr1T07FXutR\/D7ezYjyvIXeg1N1PKYsIMmfqcURQCTeyexd9+EwO1zntx5AaFKKfnAVdg+tiR2beJOoIrSS7OvypN8lvHuoDcI1eZGgzn\/tI3Km9WzDP64Tc+lslR\/YrBK5\/AFeLHBLpkpuvgtCYhwe1uEYnaqXAOJqgjLJB3zUaKVyIahXa8l8VLON2hZV7ITOeKd7JCIA1ASgWn\/osY7kyL4emctROV3ne2plvArwyMmhfrOzwrZuNQGKvTOaTAvOxO8G6tRVFv9tsRP4MJ2dK1bLyHwDspjLWSZKnUqBezFOGypEcyD2FpfmHFPwGWMaDURd7\/h8txKyVuC2Q2nD7nPeSilrC70pDMQJQ5KGHRzn7aCEvg4g\/Rm3CsE5xPckF\/FoILT9+3Kyyy4q7giD9mWMcd9RBqePaHnU7VnbrPFUv8jwI4YwAhbj+mG+DdZ1iz9rR\/had7bUEaQU0JCh7rAWqNvwqJ11nt\/fZfp\/0Nh6hzNP3+y82Ohi5FgioH7TCcA3ioUXrmVk8V6P1Cgj9D4ozqxo7R8g7B0\/Q\/JTy+2AS0sZAsha\/6aULMYrYG9iYUfzJfM5kkKw1+95QWbTCXg9hleAUoR1oBBkqvQZWRyCkd6tNU26\/HL6YkirtP26UhEd6g\/nWtAMf2sVxmBGAqVxXh5HM3EM8l+v9nCm1kvt9dOyEioONNI6LMFt86RLyzfgBHJxsXHj5Sy8xKIHECQPv\/mTKIssMqPwMpRBBhJC6RPmv6IGOmkfIQJhD+aFuruHsvCKptOdtGSP+AFL\/LqJMGHvJ+d8qUpO6w+3WQuANEOw++lyWvd60yyjoL5scP5Bib+Rp47RMV5xSjCNs1JIsGAJ+bhvLeglN65CuuGLMPQra\/2nQLG0xLqLqtqnMykl6NjCHnVzNhxK51017eHrPbGQ5q2OynbKkRs98I2eG9uZOXlrdjSiOKaRbYrYU5OSAcH1KI10G6LlP4ctBb5ZIrDuF1BDk\/p8jFso3RB24KyYb5JMTjzdVJCFZKf1OVM\/Bajew7OrWpq\/S8mi2ba7iwGmZD2ayudBZdW4DX3Cq90798EE6MA3tJ\/AaGL\/j6S2gIdz5ciR1onuCCq9WZAgOE46I75D3b6QgTmEh99hCgksLyAFLQ4mrfV+oHfJVdD4+H5VyzVIxSQk1W6lxejBBaDKuPyFbdL9W2yalAn349aSpRH3VnD0idKMmTcmvCcgNDIUbivET1qsW0IX+Ao\/ZoY\/Di7dAZnJ0gFqpnXkGaq3rgCGCPYQKz366a4mXH4nmvVbbuK23LVMQhigfjzwkLA9spDOe36xNeahmH\/yHrb9Qpaog7iaP7bKkzcDATM8dCVy7JZbzRaoHMm0JGlmwzGXQ9F5yREVNuyGwV+hxL55RLuw2KxpyuG4LtPc0LG+3kKXz+fmE5yFU36aHdTJpFC9I04YrrOTm38GAc2\/Lx8FEyuHQZtQo88p14puqWaWBHMpYsZsjZeC0aOqC\/fBw05T\/QJRBa9J1eIv5EpdVZeng04vga+F8GgCEIetttv6640AbDo6S+Jlx0yfKJqdVQFNynWQIACyc3kZ6XgqhzenV13dJ\/fPmmtfCav7eflTkSqb2tsQy2wVve4CyMS4eVw5qTjYOE\/jkmZTInfWY\/GAyk5bTgxkJp61XjQIDpENZ0HnfYuTdpxq0Qo+JOryTBAG2KPH8TQN83fv2zjT3y9wpWzAOum6DU=","iv":"6b6bfb5cc15a2782f051ddd76bc0d5cb","s":"06b8c5f12a68ea07"};
let status = {"ct":"JNSK78BKdfszBOHgEeIUev4MHDDxjTW0KGNarU+ugt4NMTJZV1KSmaGE9lFwcgm2QKVsiVgpyZmgvVF30jARuOj3KRx5VbTfXsUJrTQbPoia26vBHU\/pztqgYzAh83GfKgOcGYAegXnDk50sIIzmwYKPXpgwVAayOOcZ37Fh9pus+21u0RLdNZulJtz6reySCD+oJxyGl2djZV8BYSGN8n0+MaA3TJY059+lcCUNVIEw8nPuZ8UHmpNSeXIonUMYLB7cLtVAMuMMXzxwzGvcQU3psBDrHNO3NYI+P3Dk5Lk+8gvykjGo6LfjdqHEcGaRLBebAIb5ysOpShIE\/EjSBuGBxqqIehvFs\/5Z7O3stBSKekOztRjkZo6dtggvdjSsifRGJLkLxACr57lw92pw7UIDtOPJmwlI1s8PJC6ExfSNO8HZmjBf4nBSMdIhhZ7YPEv75S\/C0lK2uSpdMLR72l5DQV7TqxTHyxdC57Ea35JG6BPz0AxkU\/ISfpa4xXrFrhaT3+VMPusiezmQW40RFxA0qk2XIkZTrr\/goa3hB2ojiSp3lrrOJ+ZJgsBEHpU+Uml2UpkGz\/lrcOoSnhRtGN86j5t5zefM1LwN3cEUN56cgW2FgmFB7Io7T4lHaXqoXqfeZ8eiWUttCnUEg27uszMfeujCr6zuCAPH9wJQdqb84NG647gFnzMx5AFIhMJKaoPdhhnIYfQ3nVl3\/IBvSrkZXiYnGowMwnHyLFY7AGA2Jn2A53E6Q6oYC1WQT1CtUnG6lRIwHunyYDfxBxLgXaKWTbaZ7LSqbkuVOQvN5nE\/AphzKW2H3DPkguP105mm29Lam08Gjq86L2bPEhtJknaqNiRsmk4HmQ4vNvQfv0PKGfbwKetpRIlJlONinjDENFhCQQC13pDvZht+jznJt9yfI+MNPO+ymw2ZsHhi27QzritIR54vTS1n70wwWqZoHIvlT4LXgWzmYfQ0Y\/OJempbMkPY1kVliaI7smNW4++aAUAbiYGwuJoMPfkIko1PoffcIb7xuGb1Hcowj1WuPEuWOrP0fszXh2VnI2rQWnhY38rvHgV\/J4SJns2bXkgrRHK82Z90nL5moKqfLbupOXOkR1CWT3xzBQllt4iX\/fbTC1KdwTAVYjZrMFj+YBpvJ+ZuWkfzLr8AD8LpZCVTdXNZsbLNWlp6wjtmsCJlC0mj\/38iq\/OhkyPi+e+KWVuW62F6B2kTeHwusKKhlqrm2EkX5GAK\/EMrJEhLEA0tnvMRbWMlQvEr8pitkHvTJeevcd04OI2doAsPdrskJgq6L+gl2LEKv1QaFqLbDk2mEnLWJpiKKI1y1M0SXBwuYda8U4WextIwV8QKW9cKk9M32Q==","iv":"1e141561c968a7dd551d3040df3ea229","s":"0632a345878f6782"};
let perfume_graph_data = {"ct":"zb6+HMUl91NnHAiCw4XaWgtwosFJgKcUwolE9IB18oZ6HgwCW0luRB8JYKcmE\/XNNt8WUqQImOdgP2Kh9gksBh4Q+tNLmLiA+lUrhR+CIdyKn4TqINGDzX9M7HwONT4HjdjCwQ9M821UgFdwUtSWottJNgsdqkGWl9vtzKxNPZckJNbTQwaLaY2fY5QMEWtl37sKyLiZDVAlt7avlWE\/bWHY2LU2Nr740g75OAumEf4eYJmRwO3y0gE5PSpTWzea\/xrWBE91czV2k1CYPBCju+c+V8JuECh1+\/cE9OXQGCyi8BlPMwFCU5N81dSCMqZq82Tcv+GDpOdr6wUueIoyCqCwVK4NxsJxiHk9DlT+D3N2XJSE\/\/51VxQkCi1eta5vvp5ebgxTRGJ5sbvUmOaTwLJMlIDfp1DSLJMHBsX0briCTBegtUxz00tqSaK\/4n6JZxg0JH8LdX\/g33L1URzjdPonrPkKDNbOHLaW1UxxmmoDJMH9AFp5UNHgCvdGr2nhj6gmmafuF38soFWB8cGgCg==","iv":"d7af630b443d49daf6fa52b1118db28d","s":"1ddedbbe187ea985"};
let stickyNote = {"ct":"7JKCljTrmYlIWjeXfPHebA==","iv":"98a64aff85f78ee5924c619671d5110b","s":"039845761423a8e5"};
let linkQuery = "Bianco+Latte+Giardini+Di+Toscana";
let ai_opinions = {"ct":"Wap7F+rKWxSafC4k5w3mZldyBl\/i7gTyAoOw2tHChq+Kiw4HMVhYUldEezioUbR9TIIEXm163Md9kBbklaqossoeZkgwKeiywSjGO4hzl0hrShVVMw9ushOABTe82ZB2WjOQRb9e5L0De+\/UPoalXy4UAa4+\/5eva6ZfI09ZBRnh+ilC6ZpimuT7CHxwUYFqFtYbpgR7B2e69\/oi4BRGdVBAqVTmDz00FPJDQR9WvkOpFjmwbVoxbZan2Xku8NqU5Qs8rRJw4pQyMDS7rQMvn9GgoyK3sgkjWavKqTh5s3aUq6DVl0gFQh4swtrPiwQq\/eUoUp+h2wcRL8rtqyAAx9xXozSZ1xLXHLgVJYaYBelxKdluBKoKYeyv8AJZV8dHA5HIwnHUfMwg3qNq5QUY0ImLCIAQKVzQfBFPj2xn6l\/vW7bWV\/Di8nAqITCioSvtsbUbmirUKJdI1VjQo820HLnW4UATxr012ixhrE0coW1WUjX9FU6TX2PbSBg17uuEHXIYbIJmtaxRG3cc5WxM2ByP5ZEWGsDzY525fydc7Rm91HWdDfzhxHhC6FiVbqqPr3Vb\/Gs8EcYxVyodyJ9Jr1BpamHoDUZLbrnqHnb2oPMq2QjcI8kpL5Hg2QWDkKF1qFR9PUuhxwkkNA5z60XhMgAAYL5vdt09EseX1MGiiAuaOBh61b+4YBNvNUXFYM\/ZKFo61g8mYPe5wDikE84c76nUqP\/G3tTJY0mcV6VIGDXXzMbdfhoQdUAQf011qg\/GML2xkHcoYhL\/rKtjB0TRzw7IELjhFrYOBauRZ9h2WmFRojv8Bm4ZIXXC5aEpafclyAySZTYSx0Uw\/mznBgMicp\/+DH4dkM2fOB0vP3wERv6TXUeSjjSoEPR6L5m66Hnr2EGKslki\/P5cFKac6BnB1YpyisN95e6nxFKQpEAbW58p6wBF5vJXP2bAKMIOJCAVgxTls6YBuc1LAytdr6CfqGT7VTdEqKZ28vIUb\/EAfTCskjW3cEY9OyAHsNPOL4FNT4R7JNWGrWiP5HwWZxqIayYLJwws6FU\/n5UJi\/XmM2ho6744JvyRIKeMBO5j2pZJqV86S3eByxI5rqRLjiSSqTvyEMcJRJQLpRpcHkUYWqljAhf\/dYkTK8H3RS4rHuiiLjmHUhiVyAIHJ60hag+5aLFQ\/PW5LJEuM7WLxeFCHAZwE0pUaL7l8K1lWolotAoXka5euB8RRrde0nJUQEr1NAw00MR22V2HqQfaNDn+p9UFxNRpyIaO9ma\/glN8TpXsUgduGnNi02girVX6QfXH+B2wlcFDzKHj7gM1wuTb7ka6pHUJl0aEtaniVGmcREx65TO2DWvE31Gukqfx6eQ+gb8Xz9trqtn+0u3xmDbtTNHNYq+PQAsNJCJgq3nXAOvqQ\/BpfxOLM\/JUFRx8KSqhcVMKeEXXIYnXyO5ebUnpyvmkqNpH\/NUdfHEPJn\/\/8rziBx9+IJz8EpsuD1fsbwlyoelo\/CwI3N3fUBOhYqQlAJAG55Fweee5IJxbSGh6BR7JifeqzjR775o9qh5lQiOpcH\/ic0m+qCUCyDIZoLCGDjw04NKPFqj75JnGLhfcJfui+jTFGu1VQGtJdSFlyUALJU5HmgNNZNX0Pk5rpvCKmELSdryDoWxL2O1B9B9Xl8uxL2GHA3P4Q88\/C\/Uibe4PnW7Ai10o4fmm4sbeC6xbPzoMRZmEG6PkTOJAV61WwjokOcVAOKPJO4AUq8k7Fk8R4cZexUcogB\/hsMriqsGWhFAjo7qtVB+YQ8bme6GJCBO63JZF81c4w0zN7C7vz1qY+1ytxwCd3N\/EtKfVQW0QawddL68jTqrim6yWTlTn\/m9FdBfjIT4uPVl97mwMGORH2E9XTfy80Tn\/tHmXI+e+QgoxK0MNAm\/g6vFdM0sFpYPc3YVDgVCxLKdY1XyVCsMq3rL6C5Pm79fpkEqxdFIYbyIYzCCa+\/seAdR0cLsbG21\/1eVjmrL0sHc+iCnbptZX9nA4wZyenV4UBB0m79anzg4NtkNWHYNUjBRHTco+FCQKSMIPG0PiRE4N42UD5jN3cEynhG44aRyp9l2B+adhkVeFWoeWSBGXkokG6dW0T\/A1OlVLty9lAfCaM\/lz9E8Oe6ijd3CW0AsWoV58ECNCBmMMcAQEJvyX4TCgTAHmQpucLj94Z9sPOS2gO4zcBE5Z9Uc8+jZsidxpAUYxfpegVescUUtylLkFaqprr29Y7nSO59NvEY\/OvI74SI\/MwIsrerJfXO6t25svc\/2J44FfdReDkNZSKwKKVtPmuS9yWANOAxhh36+Ao+ZX8w0267gwM0JYrl7+bsSC0lj2mrzdy83c92FEApfMhnhixo73lxF4LaALgVqZyNcRYYlUEf4qxcUDjTjYKRIF5dSU79oc+tAS75x2aC4dDw+H2sdATUyNJtb0OAxriZ844q7GplQjrdZpV6V4yuUQnLHBJlh1aeY6Ms385mutgFeL+PmShCCweRCRibfKFQN7jm4Z9RmhsE5MVUOaJ2NSAjGh4xHMJaubKVEpOdgI2jm5I22NknNohHBkg3fMEdHgeEYYQhHww4OQVf9KhxTlcchzuyfqp40vVndYqrqk7fGwGhtVl94Ocg\/aXmuY1KaVtDpSL88ENPbzLSMEuHvUY46OW8Tw2ocmSwcqjBcGgJg7fZvInRZhH4XMz0Lw3WvJp4kNbxGr1S0Z4SA47Drj8ompDqUZPGPBvcuOANC51SLYWFvHDcwAslZykb\/ee3qLU325v+idr1avGBfYZ7ky6P5t1VgcileiK7n7lnBEiIg6T6wdwnrMxMRNw86xccx64x33hrzNTHvTkc5Elq0F9GItcVNSoOeZUaTeCVpu8buxwXC+vzxzJMxMM5+nrIzKdqFqFOdae7MmX45TI1lmPB3OQYUHLSzPiuPHpKX9DyMOxIsvLDJmMUdntnwDR3c5zVMdhbF0I62FczGUfy29jdrv2qBQ02AKvjs5+HPxoS\/hEnKH6t\/3vSrWrURmtQL1vBX45Jm8RnwnPTYJw+iQqIn56AOJJi6DRMkd1CYGkvB3TP9YkEf7SkYpqSa2yaMbyy8HphcfVtK9yYVLkXma8pC4SmxKQYVLAV9pStuH5gee2vJwXHTvgZiWiSkXaGFck+Y5iujsO4wMn3nCYT7IQ0VWsm0H1JD5uLmyBmymJMOtDcNqOdFJgfkvu5nNEHeFliaK951mK1I0ZcMUzbDYIAKrGQen7foYKHWVGHGLpP8CjuXLOAwiIP4mtZQeZMWKhJIlmLKq\/YusNw66jaX6i01vDoIl3ztGRg844lOnEhB1ySE6uUOPVL5psdmXU8\/sSZYYr57AXQjFWQp8ZHZ4AE4ltYOOuSihpbokUohmcf11i1FmY3ntKKsp2oRGLUoVA5o8Lo5gUNmkP6dPTXyAHZEF0ToX1lKLe6K6cEN2gpq9t1tVVVjS1vaFLUwnL4tW0sVwACPfAwIbr9SaY9yxEFAyXgGEVLxVewPpfBqCVUry4mqjl9YK+hoSZduaK9pHeoEQyYSGgJakPBh\/76d6V+U+iMJn6RX5Dkhueu2ecqSGTLnZYgrJeG1N7Q6oEDiS4KrJq6fAL4gdBhMG3cSk\/QD8zHACm1CaWWwznwSYWjhJrFztldSlS7IoWimxRIMxqw5iED9tjzSr5el1R0qIrmcjdR1aqWwZBYNkShgxRpUTKyIg7wZ6diAww+AUMoAM7GF\/Z4QS2pznJ9NlxpDWgXZ2cne1fRSpAqu1krp9Ra5IwIK45buITxwTtfZAY+IPoZRIp2FSG6FMHnIkzRXJnAvpWC2D4obQU0e43ulL+wCEfY78QUQH18JBkKbPRxw1fyEkQdcxZxTLbDZRSOBwaZGLNDXjTetuWXC5Fk29xGL6jGAcaVrANjngsXHjDXeTuuGp2srkUf79XFws\/6+Xke9uHSfhGfJwlUH3kaBDhXfTKtSbjoYewyA3rl1Br0yo\/0eInfdCZP2XVQYwncNB4d2WxK5ibS1+R0nI26PgXGncVfb\/009YW1\/mqRQQpM8m6jvgZfNmuYKfztmWiPK8Ci1clvaZkjX4LI5dWBPVy9hNPO98u7\/RzvL+OF1PlAFRf+bzsVm6AxQ+SV7D9k3h4NjrbdMYxNLs\/LoEcemWPD84DJxvKSY8SKWKao+HDpzidOuZ+6Mnz4uxkPUlyyzQABfNVueSGR0rUD51BJ\/TgQc\/3JpRzsxcSxeAzXVKIwlwqoPfePEKUOTH2hvbhyFC86bmMk8dz2V+CksWTkx7a0QLJtFYOh+ocOvm9NKcg0Fq\/KqDlP4OhW7A8Csi3cAKGNl5p2EL8Du+4P3qboP6mFEzRnvCeJfNMOteuYL\/35fEnn9hEX7Ezc71XHtWsaVBEtgvnT4ylcKGoDp09gMjECYkwE\/Wwc88RXJFyUROxtaGMHzdJ+bnS1pHt8g7KA5p3VjkrfDpPyV8A2E0SUFCIGeQyB\/C60HSo7jPIIt5M5zCO+Rl2N8u\/Hrqs37w1AQZDJaEMphMB1GyIHqlP+iQhGYNK4\/4wG+bdBFLpRJHISQ1KAOii5RprvRZqR\/P33AvDxEknS63WIvrJzSqMovPsPUesG22rKFGpKyhDj1pHYPydPM3xjDuASFnPsLAIlx6gdWCOMXddFgzvG6o+4Znsm+onG\/MwwcofoGyuXMB\/2KNC3p5f3iMXYMIG720M8SZx9Hfi3JTZ3mwEcmklDrFyslthdSX05WUjWBuDlAamAwWlbhTFO+EL0RVlhsji0yhOyMz4FKoj7SCRZdQRPCyiQxvUcQ2KP+cXosVFyfDaKqXhkUO\/rDRpmyZZe0akyzGfj4Z4aHGgcxQSuwE8\/71Qran\/LTK5FmmDCQXZ7eqA4yEmD90jZjlv28SO+Bg3d\/qNqu7\/VosYXVOcS3i+59IvjPaG\/KIcihcj+1zoQqTeEoyz\/kczIPGFyIrLCU66\/cfnocyjIbSM46S3rt1NPEGY4R18af1+CZkE5LYq1KyNFtVTPj0O1zrkME3CFhDu\/0TT3B2MFquiRlp0zjaL8Hd509qBJrgkEm19rc0KJJwlfY6JC7aNUXkMwsS1kmA8oTri\/7ZAXIMeNRVAxoM1RUvIeDGmEQKvqwR15lNMgvWNtd8Bo6jS0z4IVYLnb1UVn9RzqSyVCXqZe+CmHLc0BR3y4Q1KxgknTh1tgfI9z8yHFIlWbXtqU\/EGAI9+aNCBewTiHcn\/aVnIXw4m8m\/GAi\/vRrLDxU91lHck9wVwzrKkGNDtIG2bTOlxdideHasJcSnaVe8udDK0MR+VnO0mRqsR8a+XmXHwxtcrZV58t0ZV3cwFg\/SsJdvpBepinAWjAFSQ0k\/DuEnZr+A42p7TqZhtcuZUn3NZGX0\/fF\/DMMvz6UlNQZA\/s\/iKagWBlsTGWznPLDJgcX5rYDEWcn3AHPhGDM1cQAzz9AvM3BCSFZ\/qUNVk4cRzrrke7RRpB6dyUdASnZWAUSa+eolaC8Va39FVFM7Kxgb2SEN1dF36soi5xW86Ry9z9CjdYOaEvalGzq1FJ9pWVSo2\/\/T4q8viiQN5MD258o9makpPgtSTjALXQ9TTrSmNSNbfj3PAhzceB\/Ctcz0LqPD5KZbkqcmb0RFX2mWWOULSVLHy65naP\/JPatC6TrzoPOPOo6aElRNXTXcgw2V20ouMnvvTuq4nkarw\/qqtJO0VL7L0sUq47QwaOXU0hMnfiLJZejpP9lWZXl9jwCqyDPJox9bqus1OsyOnki4ZhbESL3slJ7XYdA0+YEsMeNn+bCi7\/ksicw\/EYt\/PnS7xzMF9RHPnpOb4aIZzbg\/ZHScU\/bGCsJLp2eT9svLvnA9TqLCfC0xK7yZJVveMjk8BjXwEbGE7XA3I6TXFKSDmTdPKfkoCiRvoHxR3ZAGGEiROn6Yxx24tK0pUEAuQmMg6WlPB+9zySZJWDXgj15Gn0Va9+u6EIcj7bVDOzdSpOM6Hi3vEeQipfvHcfcFRy6aAFOOl6uRWMueYIZM8iupmcSGgOC0pmXEwXnY1cnDMLY5ZhCJ4D6ilZ2YF9Z+YsSNPA\/nEVFwuh6QAcGpQa0A7st4AhAiqH9gwxd6ki2616Z8la28kcs1PY9I80Yh1V+zkhc98TpW9hKv2NcQLVGHORMXp1daYDiOPixe0j6Zy6zInoHXaGQJu5jr52Ed7kL2T5o8NAa6cRx5ydOuIZhlgrBP1c\/Iz1pyBw5dtWxACXuvphb1YFMjKFPOQ1Pu9906+nFd1iQ0UZvfFzBnT9R34nfdgC5FcgaUoE9nZGO\/irHasNinDbRuuoNklP6OVXL46EOYWw7mko6GNMRV85756x2NSGUlETcle7mNdwN0KOTuiuET9ZC+vmojPdjvEsllOcy7T7i+jOUAMZkeMur13OpWn+ks\/fawmaXnv46KcmvOt9sdIDy2exPBEPgNtqUPLoCQo0L18CW7BHUmqExlYZfP8fPZKIUgH\/H\/Kz4decQjQ\/ZyD0uFrdLQeNh4fBxlG6EEM8kT0I6vSm6crF6uowMaCYdnf3vzPC81tGWNtNsCzQu1Em6VKoseTNEACMNe5huY05BVLwnUmjRG\/njCPaITZkuEvjv36bw08509\/uW8SIxxgMezXQDxKeTqAAgg+dVyzBMIXG3vehPTbzhTbbgEkzMqmD2P0Pwo6kG4oX617GzjuwQfVrcYcdrLEu2m0UG4rkBD\/q5u63Nbxoj8BYuzDZaXaiMQz5C+ELSHJEErVIPHXsPUfBjwv079EmhEGa5L9F3gX9Ki0oXMQ1NWOCuy1BI61K9Ylz5LKAOnBQvaVeGzB1zlfqw68FV2MfYI73GsNIwLy5R\/qlj5lrTc3e6Nd94RfeRJnJ9BSdXL3Hmj41+OEJgaNnAk8cT6g8HcIRq32dTSitmYmA4jdWeOBGc+xxzooRbNgroQxxhWV1boTL5DEoLI7UnDi+K4ZrQq4xpgDeQgFFOuffoLZ1MTX5xT7fpu4c1u4PRtxLeaH3mCRjve4rlIYBRZiKbxjtEXcdnBtmyKqr6DEixbJUg\/EGi\/RSDIpSvExbNQIs6R2YsCWa4xzn8QbWa3\/QWAROR0Em5kTbbDLRd0e+HK1Nu7U0WtWntdWlPix1ayqMImXklasdUJGMnWoxjLF7WLyiFMu1XAPtj0\/L4p3qJfiztODuZYdzZaHrl\/SMytatcimf4XVQLOJkd316iPHapC0b4+HaJqTqPCoFDAi6LROQtp8Zi8N4w\/dwiZfTz\/UbC5+d1XA8zX1dlOUM2InAhB\/m6rLpBzDH7Y27VE3YTkDNMOOkqNTzrmA0KEikD6OOulj7mk+efGPs4FyVr8QuZaI0lJXNbmzc2gMBDhZbCCUHhy6zcLl0jLFB5cIhSXXjJRn0KST+qZXyLBZZPtDq8AOoblXh2Ru6vteXJFz3FBf+WSkcu4lFGMl\/AdNUqUYTpyEZzMJg7zgqPGrZoWJE0t2ZZBx8ZnGilbPuroqCMkVrksEYbYE3\/sB74l1wDArayqL94eXt3HlOqPsd6KaoT\/0IeuqaruS9kZQaqmzFjlb28Zmd+cTDV05+Ue2PdMGxuXLckqqa7nCbgUljgFplq63gIJpfv2LnEggwE2EBJuPA1oHLf1YujkneGf9Y3ni1Gz6K1wz1L53\/jrLLcuzU1ChM\/puIdj45P3pp17eQgh17ODZAVxbHHNP9j2yVmugjab5otlRojaPFIndsOT1nJRbqN9K8RtmKwcwX9oIWy+g7fuOvYxYWRzfr0cIjDVgZn1ntwG+PkYuL4kkHwhFsFyA6lY1orBqfGqhOODiotO1Av7P7jf1U8LzRaBS3OAL4Jb+wvy04AirB3LLS7BG5Pj9U+kCZhBZWjx3ZIojipzHWzM3fuCT+P+1jr\/tgLLor8K5BoA4MpMbTQ2QKFXCiWI\/oY2J20zYoDwM9Qk7rFyF89R6fyRkxFKa8w3fQg6SLb8f6\/tRK\/EPohPoaWXv+8ATPMYqHnxAAkD0n44ZUs9qECKTOg\/hb\/WDgH1I3IprNhMlaxl84A+FZZpLug99WqMu3na6UZwuNrU4SurzYmE83IZLnyM\/hg7GWPQ34Ja6HNsAiZ7vamNMsS0FyFTxi22hak5qB01QoI348H3fj0DwZnN+qtPT5I5JtVEn\/vU7EkZkDDEDyZjCnTtwXj69slF0hfk3fZUOhYlt+0ijtJzXsrCrSp2lm7Gdfj+W5tN1aGTRhtiMKLG6Mj54XKWcNZCx9XkH\/eqJob7H1rG8CBP\/YfJGjQXPPBX\/Zc1ChmBcDxO6UCLviJMOVzhGuTIdmSF0BkRGbj1s+ZkJK62urnR5DQCIeaxWde5j8WGwRdi12oJcFEd80yszmlD0MlX\/jzkkd\/P5FXQTLfb4lIrzKtDXbr71pWMmxVdSonGmfhF87bZZdJ9+IPPBj64qr0MQchW9AdGe64SxfzRMhuTljGX18DhTCFWgw2TfYItUeHnVjZO+bC0WQRFId06mFXzYPn1gFNWOOci40Dy\/U7KlghyVvzbqMrLWqQaKe\/6C9aO+blO6fe9rEEOJ9cTVbQSgQLpGpPaKJVRleK8l2I1D+6akxQdnz\/06xeaYfN0qSxSbK9jzlDFqyPc9sSpTkeDTAOznzoFwE0C+PdKIwrIiDGWtpT12vjt+Yh4tmH4f9V0z\/TQDEc1gGUAzSNmS7vzoHEZ2uQfkX1Rw6BfzoIlwYCucgvowygZ4a3FIVBfSKou7RsC9B3k1T6tshztGrhFBltwLUXlGwdDGnVpk65Jcc2qTA6TCl\/KMpRLruD3ivH9t+UYr+wDWkBjJE6PvX83SJ\/Ir2KxOgYPteVXR54qFS5OntztM9ajP5B4OOGGRbBGCqAdSQiT7eho\/Tu4dt7WQcSnYdC96RptjW91iv4qXYLOsULkKYpAk934bjosvRAFCv2\/V+08I70zBN7kIBpJ6CUdyAvORZ+nbDV0IUKR6QhI9i6kJFjfqvDaz58\/GXhdd7awXjC89kvNtSMsaYbtUxFe9LaFUhlOAREpX8pVuCYAmsT22CxxPwj0yWTgcQgfcCJ6IPPQG7JAleGLo6sU6zJ5Djfu3fY9en5Igge5qaoDuRAkO\/5q8sIQtT0bGdTEvylcclVpMAzYzSD0Jlyug\/Rsx\/Z1pUwwEJbWuNqvZrT2K4nZ1DEqd455p3rqCclmBn1IZaHyyZqDG80mbcv3bUMcRQWcC6rg+9FiaU9\/yFzmBp7lMTWo5TIQVwQJhfrpYnZAX3THbwiKpaRHk3u4cFRqjEEmfUGGGLQDqFpdqq5WQHae24bPb0oUimZI5KKmGDMrns0eqYynyC9iz0x12kYo92tK7Lfxx3TYt4LvmsCFaIDlMbvGwesQutGBDOGtUzXiKxeSfN\/YdnLyaYqJlOuVVfkZ0NnIj6XLTB3QqYm8mbjwLs4j2KjWFd9DyKOPtdi\/wA32O1QAwk0xYUatnokGSxB+dp3RbiOed2zKEzsclTizFCjw5OEk8dgCBjQErLQhADk11Ltnhk02uivFHOwp56JOGNmYDtCSPp1zRgTKKPIn7jae2p+GbFP0+g0IGa1juSVhesn4hj+sXDeUzWs4VXyIUoDspxINphMoxxdpv82GQx2\/mML1j+bDnFb+Zt2QOqluBUH7FNbeBL49x9kAjqfj8jeRiDqMQBMJ\/UvQTWvqcLNpuzxH7jkM3iDrgUvfx7wK0XcSIm1mQDc9rSR\/1mn4\/B7nHkPQglJsIjagObO+R3ySY2vn\/FL5QJ2\/fGLo7f8A7iqAxyBPIB7yI2fbO+hPYe4ZDGFh7s6OigQSrRzqPmLgxCM6RFaWrLIoLrKSixAQlmh7+jCzccGaY8Mau\/rDbkB\/qySFxJyxsUUyih+njGosEvUWctDJng2FUrRfFRdNmrOzRT6OBXV9JKJ\/xv8xYlFKnlEo1Yef+n8CFJaVA5y4wW172G33QPb7XBeed8PESqleMLf80dBmskhRTpfIDmweF3UbEmD0uyt2USTvWRB\/yTn1OOaA9z6dNjpafFffNYuPqsQQ\/HZ3foKVquuFM+dLgveUZ4dGFe+PqfVtf8nmZl5IKfVQ4ELVT\/gLdHT3QVG+Hq9C97MNFTIVomFq2UKulFjwpabYLJOECsIbk0hgG4rovYi5gNsrfDc31WULXaFpKfC+qluNsF\/DcWqPWuDD1InvHQNftkRsZSDig2BDQ4Ma6MFcc6X6l2SxcgxArVjeuxOB1reGLjQolMCMKYODE+vfygfdl6fdDqioxaVMu76w\/Upzb2u4vLQiTnbWQ+kcwXIyJFJcGYHjW9WvTz93llLgFfBA+Peng0uIv7qqiBFRrOy8fVjg7UgwRYe3dNUr339f7L8lm7FLXyorZB0BLbWBp3RyCOB0Id\/K2ZIpF8npdptMOQCyJ6o+H6838U0KOfzoaXrP9LvOSEaf6o3PgKR37GIU6NZAkvESwdH+gGFybhil93D0FLN0cuxM0dOaY1XXmzQQkjz1zhCQwKEkBCwp72nRmsTG74zAEPaoVxAz8LuIJT8N06uzAM+hpjtkl4v\/iOtJOAKQEAuXMstL3CE1aBV1MT395AqaCJXpcq4gOHQgaiMUH5BeG+7dmmwttMsBAjKqUGG7jBka8rkcplCQBdkEyHshlUfW9BxwUU9XL\/ypfU30vGYzMQKi3\/\/naWyx+Xf\/FKC3fsEUwvHiFn76dxkiULg95uBWOOMSNFXL3CnUSnTeBMaOBe7K2gmY0D941dXlRX2DWsrtfjluzsmsy8fbGd\/f\/sN6REN2kVExiKUvPCI3lMhlXd6fLfbG\/8TA3IUUfvjzFLdSsfT80PwSpDsc23EeLlHYbVLSKJH6MG1Bn45\/nT8W9tJ3bAe34xb9MHEaRdC1ASLCaXbMJheF0Yme7FdkkSAow3kVghJUJNvst9rZ918rk+Mo+O1MtcRiUM98+t3iCZcgAn5KIHa7BEwxxu8ogfjpKVOxnrToP+CDOgysJudX5AKaq2KzhJ2iuABvk69itZXyYtDNL9J3L1nJis9+leuIq7X7XhCsgVJy\/\/DRtAfBrlnUittPY25NuVpty+\/LITtVJ3ZcwdpAsGI3KOynG5JmHOq1X1Pvpz9Kmvwc584tNMWyTDbsbYoS\/PEJF6q1DkMmywZJ9N+ERUTd7BdFS8XY3Wz4DYcppBZ05zY1Lyil0r6KrHR7L7hjAODwTsrdXmbYWWdY2c0HDZ0jHNb9NqlZSNx3E5JsmsrSoqheAH4+Xm7uTV7SPey+jPvRqJQPpVKML1DWHEZaxDagEzqZTpVYy1XEJ+miU3\/FiN9aJx9gk0HL1Ut3CGpuhgJpnf0OSLsHy8KEMpFFSEqEDebF1Kavxy3oJNC4EHSdwYcNgK40WtX8viGB\/xrpbHyQME6fMloH6GxtdiGSILaq9A2w4M0SYLysyIbOEcuYrD5G819hpumgMu2zxGW4hp1yjJGiVr1E5dMMOT1NWNib2MzWe1wYguHw797TS0VlBsyKX1WVs2+1pY90uIBmWrs3Xvpxact4m0KCh\/H1hiWhIwpWIhsHzgBQCBAu52mOV+XNkuP0c\/fC1ElWiC5Sn17mxnISvnlyhyGHYVqnDPEGyg66pChQS\/OxXb2TtSlwnoTBto6Gik3yZxmo+IAZlXB+R+tToT3rlJOTQLgJavgB0ZX7NTH1IgZd9f4YqOvP28bP9qqTkfJdPK2tb+OZEKmRgJUHcY1pTCtBvk7I1BQTPYswPTlw+Cc3XUH2cXD7TdlXvcOc4yX5U\/NPG\/yX7w\/k542hOGoI3wt8LTiECSSR3XwtURTOF1lQW2o7u90uveXGPrmvj08Wl0tj3vUO7vwZ3\/0ANlp2PJaKjbD1EIfVOsNnHBEazCQ0t2gaEPSpA1Wct5HnG8IhCtKkpS+OuaI17Yy+Jbcvr3ivmmghWn8aEiYx24bjX5CaU0jiLmhK9nVweJtYWhJDz9Zt7y4tbagyCNrInZx8olb\/8MgCCdZicAlinNFpTag16CJgd0GzPzFCmVjiuxn\/XFQlzTHAfMGeDexNpsu1Ss8S8BJC1AJ7c2O9bKznutLqNIUesCFM63EpaSnlxaJ6t9xJarwp90dnFiX6ZRV\/Vb9zJTrxh+sHI3gDDxzno5leq7WG5+0rF3O3QSJOZFlRPhUcsyb\/1jzVWMOSfDTAKCT+i6idqGeK1lZ84HRy0hUU2whJsYFhcKAbU0L7EhjymwY1\/t0FmOWWlXEirOTKOfd67T\/FJ3klJfhFDwdlVzRbuHdf0WYdDquBTNA\/mC2s4NX\/dr\/8YKWmLTng1jc8NHZ09gCYC1LOhp0vpqcSrIN9BUQH7ZQ\/iYyvQTHV4ymsMj9p27i5iX9xZ6q3u3GIp\/1rnTY1cvUht1nfZOLeCJB04LIWte55hgOK4AtH5m7BYO2ZPcfAWtfYAFD5\/WuIXKrEPlR5KMUTzbPbf8tkpJwbO25LF0xVwLe+6tbBEDo2OxJy2fQxgm7eTD1J\/lEv6U8csu0NoqnBonTHUCtrg66JrOvR34o0dY\/2cUN48BLp2s0th7ebcnKEvVQ0xfl\/r2PxA\/VX6YHJqoGzpNhggRFLD7AEKk55LQbpAWXYm1ApDRlKY2ZvtH882dyQYSjRjUtbiDVSwOZ+FtPQOOIKMS+yttR93GgymUcFpOjvX238vctWaeKWziBNzxY0W6WrTJav\/428YVdu+L+x92Fs5HKTE+jiJDclzEf96lzVjBETF+Ulsh06VeMFiT0tir5DMSIvV5YeRLtvvxcp2syANzdQqcHyam\/kKz38KJQua6AUOMvRfBWma0bVrROIZdbOMn3yjFJCfeks6ZCkjPea1OInc\/U05V7HCoVByz+U6TTigoCIOHcar4Zv6pgkK+UnF7JJOHCQu\/DNXUF8gOcO3RAd2s2uw4kjvSUaNZbH4ckgZnqFFXvCb\/kTOEcXEG4TLIUl3WOPrIapbmdbHbp7Pd4YMNEi\/hwABE\/rkKpBMQ6euLfrYxHddHcNhG1dt4JAgcCcwXsxjiSiXLXPVS4j7blUKiOnbESd+6JrExa9xeQTV7S1xYjptjnGQWJiCSBIANGE82xZLNIxBnZtWmeqApmpKI2+fEcEfyXIMGJBbomdnr9GJFc33CAkrjFspxt6h\/JTJRJg\/vK5qZGpWYku0SNXyiNKGMml2aR8fpMe7mnQSfIIKxyuwF9dK8dDf44FTYv2QuN2T3nbGByrKrQMF\/bbPvs+TksVs5oCgBf45vBIQnyxNSKIf1sXeM7wDZ\/07cXmtXBLtRrA7r3+Wjfkl7cfvIMY\/ISK66Z2VVQ7ja\/8hlrR0PSnfG\/HC516fF1St3OAN0dogWWOlLu2u9KGEKHeg4HlcwKVZmAY2CM20uKIgxQJhxIBMy8x7dAq31vjZMoNRRgj5nLVXVWRTs84hoyXd15HyntQDNtFEeLoyHLPYcMqTNikLVXc66hQbldiufbG4ufsg6xd1xnhTr7xkgGVKApVhJoH8ORKnENW6AJYe97aRN3GtJo0bOTcJVgaTzRjjACo5zmqUr00ggnFT1zQqJVa78nwYOZUDUPhORJq\/W9\/XMjFQSPJ+x\/ikMT0QYVkTFOwVxpIr43+Pz0pkywtDQt5nihlCbcLhm4elAcqjojLRTng0THk4ko\/\/6Prq8jaTXRUpaB6gIROfSOaScNeJteiCc3+VrDlZz+KamQoBvF+kcbY\/8jlf0ADew\/i+pDRsf780g\/SxYoDJEtKY\/+y5BLhebPa2KzvtQfYwEAAqbaXW7BcZUKCJah5HuM\/ex7JBaw52wcLlk2sncpCb8JPSW4HJmtzamgbE26\/lUfoqWGeABZHJi0h1csWqM2fHHTBMm2h19NXnNrW2rnuYyerB7SR5S8MXJzsojORH2sM5L6EnVWd0DdNn+7Tjfht8OUOAmdwVSr3R+SvxYcCnoLpM+N2oEhOuGWM6IUQ+wE8YIUUzVzybJYw4dXo\/NpiGgIdYdVSunZtouX0o5rissDABhuyanom5ucqcxI\/AdR2OjR72YOKtG1YbZCtPXjZpLpil8uZLpN7ge282vI1vHlIB1\/nty0PYjy0rnn9901p15pZ+Q1Zkg6bK9pTs0zk2TzHPPbrCpBHo6nBaYauZnbUL5DMuF+v+cJG2lCE+Cgl2HxBPUBU2nxhpmUF7oBHbJ6BWhbT+CyXry8mpVnXkfMbTERbCtc0LIV1fqx5LkQb8MG8wRYoS8UTKgy5D+KelUyWnFvpD2ngPVJFCMQc3g4iecEX8krTtioK2T9oytXakYza4jesxqGfO9EMNdgZBy34KHAjadjT1MQO9byxIUiDZF69YzmpxDKTbxIbsWxOyhBz+M7PpVHx3IlAxzP0rzF269MFPem8\/Yk4lA2Ba+Zrp1SWrgJPZLX7o\/PthU\/F7BW9ec3XJmxxMhJxKY2\/8rUxuHPLnGc\/NFHMMNI9Ey48Xzh06u90nsDVaI32T80nfTCqOH4QgiKTpTAoS0h3midXkmR0Co0ZUZDog7P1jhcBki\/44yFco1j10BUwV1GR\/GhCTS3fIQtpiIyYMaaZ1r1vYURcLDw3sZkKMu+OO+MCNApfiYs\/MuECxYH7GKOW8D\/KKKeGnH+CBPlajU5pugVKyi9TJ0X4fbCOt+2PztLqT1pbNCPgJX\/jehwKQ\/C9CWDK0ZkGjAupSRDu22qRnfLWD1pFC0JmJxzszMHNNeCU32PBauZjBW8SkIp1LWlBnFmrGoN\/Y1FCyld2Zxi7k3kkd7avj1jPSSzDV4W+u8ViFVo4raE5X6GZp6H0QtM6SOv63rmDF3o45mW4sagOcKfxFP6Yi75iBqZRA4DAXR3RXI8COA\/GGZY5MeWo3r1s32rODuq\/sanOCMW9+nI7gx+j1XeVgUqG+6L9olQLPvf\/LE8gmCwkLo4E6QMWuVkWdXe0kvrMESBWxjVUv2ojQ5MR+bIMJoMiHC2hLqRg\/KeX4TXHGLrs9eOUbcDAizqM30sdRWebcWEWDJQZwRGmjfJWHlANitirA941w\/qyDorgawrDCUZtkAZbS\/0cUOl9bU5yfXlHWN3h9\/bEM1vBa3CoSjI7lovkSkfaG+AJIL9\/1yrBvechm8NUNs1lKPj0WauX1tyhZFl2IHteksT6jB+SNo77J56L6Jsrv50Yy486DlDF8XDQOcKuITEhHe1Y2Q8IXcf\/P4uWL6uFrc1GbLiuOWJ7XIb2RFtMgSFWbcCCLJgzrpIFPw\/I1VauXQSYXRIS1JTNAVaNJ5W9CqSo3HgQ8HZ6ruoqEKbx40Wqz+hpRmOdRsfQ++TfH4wjWmiUGtyyUZ\/2lQUS8zaqrnxCrvw2jFdMSx\/IzlR7PWC1NY12ZeWbZjFkq5fDB3pbDc5kfUvd\/XHG+2NdnRwT2sH8zSiU1iietPbBdhOfn5+ECJzyB8s0+z+fnU9rnKM5wzGEKpMHNNLkcE\/nHrm1uvaJrSE9cTXlWt3FCbpbFeykIWHHlMQVRLQlnSN\/N0XHNwmKX+70py7oKhW7a5ZFD4ItZEaQpaicxY7Ugx\/sj8s1AnNYLfm1rB+lgz6qqXFuUcixN59dFy2\/6D6J7twkOvaS6b9OBQHrkaTzvSmQEGxBjrswa+Y2z7e3CJgwVGIMDkhr7h6J8SvUygRwB5gTiZlWZQpKR93WbgOtMWYpAl97TWBicesOXml6zufg\/h13mjQran5X7FpLEGcVv3LN15msSCrZ39SkaznzzLtCbpg4ekEBELcljwB71GMDDQfLy6BrLqdWaS3c2ShH5Qlp9ejc0oNVUT90YXt\/j5spaPIxe1CuVV1I8JauFolmZ1UTe5DL3u5UkyD1kJgonWza\/6IaBHAqpPvuOHs5ztXAqfZlxha38Wp\/KVl0e+R6kZrlXyd6n90mI2YyHoJaNn8tTjKXGr8J+dZwGRNp9FYuC\/1rVAsp\/PjHH8hyLKL8EpLli\/vtpT+yY0fUB0cCwQoRbdMtxP+Mx38+sGH7GFx\/GbDr70miR6IF0bOfa3Feyui+TnKBHDbj962L0ORylDOmY3cmLPWl3RzdLzranoJpR3SQmeMTewRLcQoKKyVcOMYq+nypHAEbOc2gOTCBVxmVLK+0nIN11FPu7v9WHwy4dXM4vtR+PyMFDXTFsRYzNblxMSrWI8DBDZ1NWRHOkaHL+KdkF5AJjCXWFbD0EUkJXjvUgd\/yrJ3TC3R0W6NYUn0ulaMmpBHq76pEqWBYAUJtRAm1RbhCB\/p8ZIAlnZMACCNqoEsLLy6dT4wpH2mJIvsvIolWJv1CP6+\/Uo8zy9Z\/dAjjHtkssebrAVWg3bbsmuPIvLqV3CaXvPPwY\/wd2g1SCN7wuh1rebnvU3C9ChubJA41rZtlW3vVvxaatxvdsuuO4BmucoPVxVwQftYr20z\/bzTNWmtAZLFZiVqZukZHZxAwgmy55MDp3tdUbqy2lPe3g86gEz\/M+J7hmGyobSov3Lr3gU7Eb3rtTjlc0cbLvoO+qwFN3mfKmB1j2GbCOOtUKp8ANZ3nGL4+CBUQHg0saOJfFHx2hSgDCr2ZWX0aPIUXfiJYVgElAGo8RuQcLAZDaX9T\/nR+Lgw+\/q71clx37R4tOVCv2\/v7WxA4ZkOrGpYxZZVjiguDJRT3kXoMMBcpKROq99inWoTsXfEUlRrZiPvZJiebSpX6TW67ZL6tBcZ7M0zX+SRXl\/7Xv\/QxJknG9zICMpLcn7sdvAR1cOCn7T6NA\/nvbuk9a+Nb21AVDP5Krk6NneiLRcfy8s1UJ2s5T4DiqLyrhiSAkHfkByI11ek7+R7jxFdzXBwGhiv8QZR2GmqNVTKMHPH++7WQxk6q0sTaFshUOaa0DyxC6scOuehHEcPaxuMlMJYvIxRTDvC56jWeHnO8KAvbWu2z\/+i2zdAdf8TOkmbewm8mM09Sb1aw75x5VyJrCGv82UPndCl8LZ6FW9nNmTbda6Sp1OctyttQs7XBJW8TB7DMab4uDALGa4Oh+KgWoVuAttb\/vI9pL2QB17lL3KMjSUayffQD6u\/Hf7WxHCE4E+zP9QnPsqIsEwr6pB6QbkFiyWxkxzzGn\/S09x4F3f\/xLpouHcdtrZ9V+t+pzCpwTcIzQa5mjUGZEFEkZXTCITfaKuAOyrllnSleVxHRqv2Wl39DuX5drdgFvvCJLJrsEWR4uRzQO+EsIfoLqKul1I+uQOSwBbVh6gNqokCC1eRHnSdqQ4L33EUBkcFXK9GqYtfe1SFjAHccpY3tQVVKPihlC40HZKNXDJ2kCGRAfQzdOE3qTgVGJgEmE7LK6yBgxneQtgAZ24F1CWsfEzTGnqEn+n07jeGlmJVkaHJshb8V7uL4RuSnxvKmhP8bBVWH\/P\/kyN7PudXOnzjl1I\/Dh7137uCPA4un6\/G6o39+I7mfq3KL3LGLRKFypRomTn2sbSW9J8oFfSwC\/vdKxlvhZZnsrgf8TAl1XX7qhsV454fTYNs4vepmFvQ+F6EdyBOQsR+05fBPi5O0KR6cIU+q3KqfeLdlWn35EUZ9r7HMCDUMdpm9\/tsuZkJ8EIpJCi6HAZgJgXR2b7BOXAajrc1ioA4Pa3zqhOMUeAxLTYB2QPWEBHqsCfLD1e1rnd2yESl88wbr41rSjSKVsSNjVUSp6UECChyjOtO9C2eGYj54qRL9PDAWmwnoAa0\/fRWH\/RpIRrOxPcQVR7t2xrFHtXSY0tfx4ZZlzO96ZyWWJI+Zrt8iWSgxNG+7qJ3rt6l0Vb2Zbgnbsw42ey1YQsyDBbYdFpMRsR+3zqXqQ7dH0HjGbywdturoeIVMe43GHkXtQ0EOC7eigQf0L9LavlDPDbqTuYP43Le3RWVp+kqsGxwWet1a3CgEk8USsYkqNGlbz1uaHO9WY5asHh1xWiJdpM+Bt82008vwWp39LR945Qc5rEHarW1yz7A+A2weErZlYwGImCvZOThvx+Y7QMnX9rETZ8v4jVgIa7USy6+QckXDUjqr6GRIVMx\/99Aop0FzLMl+V99mBIbJPOYnUV6pBAoepT6FqpKwzSeRi0KfK1baCh77CzHY9SdWIc8C2SwsiqxUMBA9FDsU3M8sY9+ubUHlu4zg+Fmj58ydANftH0ZYo2a2FlqAm2QlKy\/tQ77rmqF7\/SBXNZ2ENgWjk+TMS+6jeZa796Y1oX9EUkpvuV63bn1l36GmnDB7MCrE\/1JWp0mUt3\/fZtA8FPbQejhGWDZFCZ136tUqfzVzAe4Sqg9GMLR4uEd9WjoRn6vcDz2UZGXg3PkNb73rxQxicv8FtrYaF\/DWZYOci8DT8C2KxVardC+DC6NrsvhAMxZ2wP\/SW20qM3kvI1ceJCDP7tskWytx32+epI9DLvbY0TSPbpxp+QAJLcYTFVqxuBarqeoWkC8odhrUn1MHWofJ07hYZZugW7dKk3yl3Gn0\/9NZiyCE5Z0rhSfcg+yqSlhLZ+z1oLgOWr\/FPfqbXvvZE3Uyi4WCMtwmrogzMYb8aTyOdA1sOu\/4Uzy+BhL1Vsv\/3zwGURZEMj5aukgPQQz3gZNjWa7hV9ix9D5YHCHItOa05tBLNwS8qAuIZvfpDxstYf2ZJ8NOPP2v8Z7KRRdKwgg7T0qoEBfdOh4Et4BnCsOR5LRB+ztwAXxVg2Tk77OmP3NCLh+dekSaRgMRRqml\/hzNvI8XDFvRMihWuae5UccUsG5F0B3eEH6hGgkVmOwlr2EGaV97fnMdWhqm\/Cg92ivr+uP\/X2HRU5gw\/MAC5hMCe58gUcUerdi9Kawcsbm9WmU49VoTfbTLEcmYwuL6i1\/14JQy8fOfXeaAtsD\/ownZUP6ZNvf5UhS1sW4OVxshTcdWNQ6k51blUFDHJn0sfZj+Kh6p07uUWahJOmpCydaTdZt0XX7lxcNWg7FTuInsMEzzUThdo1p6SiSj7jGQfLj7RqWheJHLO\/Et\/ILMtyD9qDXDFKSfjuqwMpjW9ov27GjXIGU4gtpaPid9OvKycN24B\/EiG9dq6t1zxt77JGihJZ1nzuycWgd5dQOUXI4LqN+AStRY9aWZlkZcINr\/SVlQH6+5lxBzIWEi3r5yW5UvgYbi4XyVJID2e0oFLttT0ON3gT5eX8F0jzFeUAAiDFe+ZNP8jkbW9bsgpixcR1VPkNa8wXYpGJ\/HfdlVUnhyiYgU7kAI5s222YK8s+Oa3NbofpZAqrJ1ZkbEZ54infwiVQ2vZ6WPIRWTjZDg6\/hcwUG7GinvqRFM+i+pF4zi01YFx67D5Rzs9E6HKRaQqbYUrDc46LRkdMSKCjM38DMRp4ntUd+CxslpxsRWM3ch5ufzfWMmfB92QQu5r02cjTD0714\/m\/ZqG4rxcpyHff85D\/989hnaI6a7OxYnFY9gqbbA\/KxscKYGWfrTD4kEa8LpJ6s2dyGSXAWElEHC0ggfOBXF85ayTh3tzkqjRjAcNP\/OkZKEal+Td\/GYqPuZqkrFQRHDmlYrcczD4yUkpHBzWznAkIz46tPlMdITE64k6RsYzXh4EnugZn7PoUOOBVv8w73No0K+Ew+NpaA8MIpqQu47BPWVBljmrB0pYrQpAZrGk\/0mQdHFspMIFxGgPetrN7kXZw3ATvuSX\/dezIoSLqDGEcsuiuhWEkGT9ToJfWOfrHc2WB2gqWgxLBuSriw8msZ23ANhUodIR5EiVLCG7G8Jx3M70NcT+I+d0fzb5I+OSWlcnOQsjxdqxAP+5WAc5yUVCtBFGktNrd5aPf520fNytJIzibYSuPSfuYJ5sYWsWG4ILqwPhMKSrKMcB\/2b0D1s0pCS9qcyo2qdFAIaGss48t2qBzz42a88DOjEx++MRO\/ioxTacOUtFpnGVk03GPWbt55mcXtLBTEfd0ELIyERIyUDOZVPgwAY\/GYThBzQCMr+00KPE2ywmJbjuRvij8ML\/WFd55D7qJXOiP6KTGVvbk9mQgQDNISkDHkCrE\/NrysgZTRpg9rnR4KwDG8Tj4a7PJotpPPVtJd4EIiU8NCPUSXffKmBni00TH1LH7IgjgN16ZZL\/5u1C4P4o0J0UyHgjMalYdAooIQ8ghAOWvxJqmXTEKv+QQ7z5fK6UA8tXLBbifU53okqmkhMsMFejtXaP2C5JmeppiyPuzZTqBkt4\/46erjpqv3GAZkxTfGbQYp\/g3zWZqsED3Qu8yencmXuA5RnGjBRzqt0cwkN2ZknO4z5gAecrF0Zs4w6AVaea8jCwly4CaB3s15x+Ao1zk5EI1KGJgA3HoM4OZOTsYpNqL1pBZJixExsXddfSfjaZBBhqQD5PW54ggKo3iyX56uOYdaZaBSo5Ktb6Lfl8ZBjn\/GVVQL2PV8eAKVqT85G88IIeSbeFBYwOzbSEkSbVV7NZK5ExPwhoAvTMoLVlGzY1yesZlNW6V4NfMHuWCh7m+zFTT9kQkIXBa7w2maFNAiqlEK6LC0uI9DGsQRhGnSS62c1Q2XezIw9ofkY2iX9v0Et85a7laeJ3wihIvuLw9iDtezeQEU6ZMPxbWHXRcNo4smaGdw4UT8gZ71AZ6UCihkhprjbP4YQGhl5UBMRDZeVWrcMr+ZAwj0v+CxVPsTsytscWzAyHclusMkloZjycp68jrRh3u22ueT\/LSuf1\/h+VDedC85kcO4ig7PyTt1r\/IW+iS4N5hDoc+DWDqo2CRK2Kx43O3szqhL5yj75dvQYIAJ7ga5gyROSMcyyAnd6YKwSg8rv1pFhynBroLjAEqOtKXoiKja5fMujaU5Difxj+F41FnA2utcgqaIuvVcZ7sgWZdejrTAw2wiyNTI29JgELz\/fACcz+z3Go19TKrpKer4pEqy3BU4EYFt+BNa2NQIq5yfSrCOVeyFkYdUFc65qBUmywiWnqigfAZTcpBWq\/AHxlZHzUkshxqUUFrNOQY924AWg5tcsuPVu4W85jOy2cKjZl8jnMJtcqGFsy0me180jfd+7IFqKEOKIEDlcKEo7+Md3EqKR\/wsnPvC7Vhi16uDjJPxtNrkS8nNfSMwt3IHkVZDZP7y8IGAZRVkRbtVNV+MnDbDB9KnVCS7xvuXnQWD\/Q\/\/9IQ8yZqmY9ZDD3F6WFUw\/GrcyW6Y2xZxlnv1nXJNLARnqsxmmI9iihxMJA7Xb293RmT+BPMKaU5QMH3r4hiAY5y3v2aG5nPGXorwxCeeyzJfp9PhwQzEXrBKSOJYJra5JgWi+Qmh0Wz2ZsCIlbBtvXJcy8PLMFCqaFc9dQHYPwCwONgyTOn5mUzzXCpA2CTJ\/qA1AVK73w8AZOJ80WWipNv87dt+DLIpeCWbCzqf6whHv7S1gzJhCR\/sETI0TBaUmcp\/Ovm5nSzQFX+30w57P1bBET+zJ6v3q5P7wYBjYHtjfNb5X3IHYjs0okpcT\/\/xMlb3bVt3MZf3Vl5iuoVZmCCppQCrn522hUz3wrh9J8oe1pYGAbnfT5lviZ0YchUagFFsCrU3LM5sB71d2Vkoq5kMzzA1ArnqTUBbdMuT3Z9LRyV1hLZpk4Brx7e3\/in6ajmGrtZMoB22eAp1pLoqHsN6CDEJEBqUFTUqvIhr+FZCVEVKaVY9DkhXQSZ0slGthwQSTIjj+E6YFhQmdcGbqKTU9g3NQT8K6Qy6xXmlQYhiKY9f0eVT6mkFFemuFF1JnTO6LbexfV43+PtFRJWmNXrfmpnhGm1Antssv986l5gfpju7UxNPjdXl1Z9ZfJ1tDy+\/4FW8c09i4RTfq1yBFkF5MAqDZ1WjGmdjOx0C4s8E7Hc7egmaVSpVrL9de4ddrkbDgXFCKqftt9aKG3zkgxThS5f1Zq+hhybDetO6Hjwn4h72ueT1vRuxM7P3GuTQgObZpHzC2pXYmZmhuMq+RS4Pvd4Se7WDeQR3pbuvnyV0KTqKpcwHTCAQ\/5rrPQY8vw5pcA7NSQnGOlaQNieM62fO+9t+xGzK58gV6xkbqX9QXgHcslUg2bXDTWyy8Y4x43hTMIVHJRvQV5j7AuDuCX5BROTYr04Ni12pjjlVAHv6hUGTdqO5tSuWpM3U4kVN4eD6a5SAPjONNKAa5wRyHoEyv\/Ua+dF7n0iaXU5od4Eluf0yWKQ2cyTNzliegAyGZrFflLKsOpQSAKsNBaBAKPYlD8acqxOjrvJJZQAFyyy\/QO9ATuk4LGSnWXzu2GHyb7Djg19rKwJMPPgd1LthDfGcs3fFIjocn0Dkne2Wx2VA6ZNmzG\/3V\/2Ssbch3M5nMINGKY9SYuFTLcmaah6qSDbyZG4oNxsftWGCEdfyV73WkS1qe+eKAP8v9pmKA0QX40T4oRdvWH4LH+T5Puh+tDB3HQVLSjUB6RwsIBYUWgdlelJvNCy7Uunswr\/snylnwiMym2v7BIwrXybwtdphQikF5zGHnBeFC0z7i3xq3HW3aQoLov+G9zaZbmTVH+C9ONNkAvfaF+RI45Sh1\/Odd\/zQcNSfTlklUSw7MuDNc0evTSMdvgddThyUH\/wJ1XaHnkd8pMygkdIcojf4uXSLemthbcrqRV8DfHCAO3j7BT35grv5EYUUykTl0YCAqt5n+Rk436USGwPHjvkD3B9W\/tKCXJURrCC8Bv73Fn5hVQj\/vy8DHUAxtCiPag5me8Cgab3\/UynVDFTd68YYX5jDHNFkkxqSUnq32TTmdApRq+vG5YO8H4rZCeqT6tgy1V\/Woq7G11aPVW5QNbFeucPy7n7rR3Xcws\/EgMSWUenr6p2109KZYdndHg4utaSvtcCgllYkRZ8+rVOkVYJx7DtsbkYzJjjnD0BaDK5Acp2\/FtutIBaSU9JrVL6DBo9Jdx56Bsxh7z03zvadIO1debEQZkUf3sA2bupyvRABEQsuWhx6KP42A1bBIs9hLZldGfMU5emE04XJZDDh\/3vNw45QEqKHVfg9Tuho\/eX7VJ2I665qiNLj2\/aHH0Klzi0WbI79QxzDinxey3eFk1wKYlwRkSXK9vPR5cPs+N1Q7GGKmhpMUkVJ83PQVylx2o5JxMiuOT0ar5yrOIOdU5bEWjztOWJuYQUOcUDoWmzraz891p\/PJAEwG68eCogtAGwwvo1sIkGk0hdy\/1PcaBGAzhl9N7RmGatC3ySXYgdYSqix\/Ja5sWAZNsxCUN8OQnOPKVpUntxVhtaQERqp9T0QNOSUYpx+sUYA3E5I9RyTb9wofbchuNKSmTvQasbmBurC0CVjkO8\/UL8uFCN\/0S7kRfg5ncHV8rBxCOhFU6\/bp0C7QbPDOfjfaFQpaZ0R957QmsG05YP40lBJ0lj3j3exMN6kzDo3aX1zNLdE96sHiMsM7jmqRImeWjnT4DOL26E0BDwCzAkunkyK4tn+cXJ7y1kzRd6aT9+70Yys3AwwpHExF7bF3tiGY0X8nukY0C1DQooj1mq4BjSwfovByfx60WaM4kSP+JZU30okPWJcKV4MQik3Qtfa+Cwi9TQ8qBiu\/31CdEoogcrOkM2TDgVRINVVGdtSDiFQQsaDqOqNmL3k\/oeEAU88GkCObG5N6IyixyjjHsMghnC1ul7OwR4DVxCuhJuKzAPIdZGsMed6DYHPphzQ39QqZtCQh5KuUeJi+Uv+ijXnbtem+JSaKlvmQ7tZXraUkkrWmZ3Ua+Epm78IOd2kK2oz6j8JUkGvUb1Z8ywL82OoNEH4uA8fFA8L1P2aEkn9rD2XF1ZLa\/zhsizXZfr1tr5AHFsTmjdp1LaiItvRDaiSjGoEpaUyz4l9Iu3fKo0q9k0IWj3vEJEDYY3E8zRr+F5MPz6glQq43JQ9gaW07ssC26AI\/0EYrk04sLqTh2daLpOvEbzmgxeB2avDtHRmOJ0mXZZL2iIoI9bGXSUHmU8e9NNnTWI6zQwx+eV5AFlIrx2cH2jnDLBap7R6Na7YHtGXZkR0bBSiUQ70K2lpBp5NJDczJM\/\/uFDG6tYAHG5JXeDM\/nxdTV8PGHv+MRAPlE0jLd2J4BhAVs5AmI5iLKYUq9bWfOauVVh8nrEbXuNHMFVRcbwutsSNIzfIJ0SFX+P\/QKtmpraPaJFAHnsaQlBvpClMhFZ77A+iSqBkThlPvq7sU\/DpJFG2+qHNibETSVtN\/Nb+JFixxeeBORDBg+yphrh8cxyhYZg5TnmJWfPbsAS9mGDjymI\/YkFoC0MYu+AGylr4lu9ZNCjBqN0JMBCU5XqS0hoAM8+ugQxFHKse2T9QNN40fyOOT7rwVAIzJhrItCHmde3y4I2LhkXWIxuJRSYQJVASBgZvahrJrOhSuVmCBnMNUdliNIa8ipuuDynScEqIjb6+SA9l34HLV6m4sXq0\/nnnNc29dzamOjwTwvVnSmezCt0Po0iyjEmOdpLn5DO5eB4quR77NSFsJMjdmAvhlnI3njIFIYoxj2SZBmP7iJjm3nT7QYUX9yScTJDgPRr6h3UHil58ieJjWHtSOs+aVdLSpwnlJDLK3LmovPJ\/Jl3DqSbf\/f3CSX6ob+bvEHPaN6tcAK5wmweBRuKZFsGUdAkxdBIyxGn3ojYgnMZzoHCw9ti9scVCPqVD0YzUEK9xvA4Ch8ceqETqohsAfejAY4C2WBgsxjTzNGB3gDleG5tX\/TKbhu5hgee2QM5rKUF+8tto+J9lVlA1LLZT10VnHMGrHavE6XDmtnzGJas0\/nx0wiiSoGrG6pjV4e3iekalIp44\/uypXhvXBIVCACBKcuHZI15QZQPzRpDGK8MKyPVoptjbz3Fj70sFGYfIRadc8OjjAuXwOwPmPCYTMeFdmirynIUXFDlTK9+3uGOPm4z0yr2AXPKfs980Ict9fqhUZYqjiAwjFUDjzwcjsgspTGy+xextEJzCy+8FF2GdMzuaznsfz41beiwtjaI+ruGnENJRxUwmMYfO01xnc3wawR3E5W2VsKpRx9OOjBSI4eeUqifuyz2td0cZonx5nS6Ia5skTo5au8rwAJJ7RgCrYmoic7Mw4Lgb+PjjwCw6E4KSdmi30eNx3w4xVgYl+cbIBMpudEab0MhLSmaXp4N\/uObPxhA9i+1NaVv\/UigTRScehOp3iX1eKil5awUV1p8KBzFc8abMfpaEO1a9ZWCpGwjRqje7EXenbHigJZco6eY5I2cYC2prziGIxhfT5\/tpcqB2UcaN8AjPkgSIu7TleoFaUX\/kYiYUZidmP4X4xBxr+7EtkWUkY5Q8TvBiBthrWDkRGb2GXc9i55v1I3SWBHha4NbcMFbs++6fQn8yduhJY5Y\/OeLnIgqNS8Xwq4eC3juTEXbKXo+1TDoMoP\/Ki1mHg0WNPkSgu21fuXaMeGBwI3GN7LNXlPUxSoK7oHXCyyh7oHUe1uQqyBPI\/u+ZvWVxqDxSN34T07e43GJfpi\/oQr4jBnj7he2RSZQ1Vjc306QSaRXq\/tjaFhmmNfioiQPwDCIStHYohMDYLijabRMqz7OeuMG+ipNxVNkpwcelCF8hPIo5BfFGfVcEf3xVwModOP0rNMDh5SZqQDVZPceo3e1HJD5X6tAFlXS0XaKTFBbJsJzTlcriqPP5D9f9Eh6ySAc6t4XeqthPqhhQLtulJJhRepdnfUcffmXZBNtVldbIBN2RQ3XZu8z0QLFkOmnvz1ZXAXITk8yjwcEenPUzN1tkB\/2oO0ugMLyqCpbRaEFpuUVSYXeAdLzxw0efEYLJ1VcKwKQMjzxVqyc3s69jolzSoj0Vv8Gbst64eX0C1PnbeD08ds5Mf3\/gAc6OOXwKtZiFi1owtBFHxiBFXX+W0SMsKBjeLCWzweQ3464PZu3OeXNgJXo8AebXeIqfUPp969pNZRp8Ui9OOJ1cpYRK1oqGPk33jhn9be59XiMgN99EeHoN4TvG+Nxvylv8qIdopjfQkD+\/RRnYqS3ePGj0UxYLOAHiPX1Ef3Ws25wXs3d+NLQSEB7PAZMqTG8TvUMpkC5uIf9EglvbKqLkpmD8N6HQsSqF06kPUfg9q78MbLVflBQwoM1oXeNKG5dj2M+07skEm4vVN4sImDAQYZag3FXYpN5mdkCovwWHdHfbwu8hTu+Q8NdJBw1gdF1o+i+RFzbNojHtAuF5GbMFhczeBmUA5sZNrFOpyWFZ+xozDyFTVIa8U59yxmGVK3TG1TdCwElveONJLy1l9AKypCEOQtKjinVzhG3\/zio2XwS1oD04\/KGAhlNpul4SFL7uXOutlBD3fwbYsTWQKYlUewL0cu3Jt3ThCzCfB33IUpRmYXJ5FjlXibvmIT5YLf8wKL8sQgZ1y6yKF4ysS8wY4pGyAh5rfLvFWv5diwLRdLIJF4AAaSHZEZUZeiq6PDaiPZh7JdOEN+cfMQW\/KM5jWZGr8ZV0AQATT\/7dmEjEq5CmXn\/f7MHh5d3RdpPlPHIeKPtlZSMNpxpOTR9VDPpbzASXBcSpVLoScGdfTw+WeviMsTmZz8Xf7jQDOthiqyOQk31payy5GLftxhp+71WVMdEvCLX2TSjBpLaLvuiT9i3h4Cx5Q3RKxWsx07l5NafQREc5EqrwLQT1jpIyaJKvL3njA9bS6kN5Z\/tbfR4Vt3MoyP0pfK578vgQhlHIWS+SjIYxZCy4HwaknQFNcs9kjPhUc3Z+fQtWVdQoZNfmLwhtZp86Y1UCsMEKLKSrEnqiNWFlorccCS+zMLub7qBpIFLmsi0KeO0PrScsCWI\/OfMYk7xG375OLe0wfUcvBbc4xvorzBr6mTR\/J8Rf7LFqLpPRxY0CYokVeQDY7+oh1LnIt\/\/UGa7jdTF8XkLGwTza5z4F6YSNtdikzzidq1k4MiN8FJrjRhWGk1ZFOJslVOD61BB\/JixEsppnlnnEX95hKsfTAUAdS5XeB6AZ0KEQ4+ibtwvcrrwhgAtqQBejdmH3cg1YDY0bycW8Bzz0OLKOuqHUf+LVc3LYh\/nypz90QWVig1Zzau0JBEIn2stb\/eXRkNFveAetgVdFEt6r4jUVtMOlU4M2+OhKCQm\/JOn7SnvoBO9Bc5AAALjhGhogss47IQJhZLKnnRRG2fD\/l8EsnmOcsDYWKdE9yecz7ddHR4Ew9mWLuJRvQ63+69Lmg0XCjDFOqAmk2nNxau3m0FCBPFQqhDD7KUhhaz0Oj3PC6ekVOt0oUCT2q2odEVOLLwSBCLFncbkkUVG0XqkdlLOJNq7OCJiNAUAzX23dlE2PBXU4kWFvsOWfQaSXw\/EjNlUezR9tiChvfV8nTVLQ0cZUfToG2y8V70GluOC4iXH3rX78dpkeVvuO1xv6lNAXOb8eHPAuI2UL7NcH3r2SCsMOj3quUeIETehpl8wVGcBKQYbo6BdPqaNXQoT952gYddw0dWIb3DawtB3yUTMoCflNTshdX45QIe32\/fbxrhOzowXCEOR15tzYNPctQBFaFes+rrXM0l6\/BE7Wo2ylkRVMC6usrQJaq8biv2HigDAMBN0aHl34YVMG3wQGZe47iyDAEQ6tJEQnOAqGvqmWtWMY5Dc+MT+n+tUm07EjsM1MYr\/nLpnN9LZRvtWDjpiFph66Xelt9oW1M+2D8Zk7Uhl+aQKUeN5CPc\/McTvjTgR379SC8sp4TmfWvkjgNBufe5o7QUJ6ZTfJ\/nsLYhwb7nqdMwjoiQgqaQf768m1\/iJx0z6u0SNNS8tk9U3jTfee+t6eSu8XZl7WjFXC+8NNjFm0S1CGN4BnM6by\/U0fJwHscz3dZSBn20LnvP+3mmtNZVKd\/NlBJhYmrUciwwZj4AHV+B6KUSv8y4UoqNF4aHeU841y\/rWu3Ze8n7pIUFF79456iuKm9w6xw6OvZmJr+DoHUR2qc+IYmCb9CzohUiWuLXZFm2ryPKYFSnhlVzGEpTFdaApHIhPvrIs+JfYkTypgiNTHVk0H5WSR+GqbQ0+4KEuN5rcyplaYvpJl5OE1NHnTkda5luCL21VGqJR\/fhChbtt9nqHjepMgfr8taJMQpRPiOTUQGQa9u46UfFVysxzuIfflkEdtHHlSw1lPqUc6a2mTLEvgPiCBdFbcCzqhhemksRag\/EZwKr9AEg+0XNoq4SrKmFZk9teNqveHtOm2R4aDEO3JxjklVOaS4YMAOFEc2rvkBpPGNnOmbi5A9okJ7D1Moda14roBoKQVhA+eGLZ1N3l1OHUOrPW06eft25Rm97IJAOKpfyywKBMsUHdbGq84WF0jLX+L6z8pngJO0HqvIfjv1jlVm9P+v\/w\/+vn2AJUGHisoAkbuTsb7sBwK1JzaERSp+XSYS6dqkJQpRmR01TF2xI+gm4G2j9Wqt23WsfUkMQ+VHXbfHVqHFqm1nWISKxfxo5lp6+4c7GEsR2zojFUPsm1T+4etWCRg4MpJGOR9GLaIGjIzVGFmzvKOasuxAEM7Q8vjQe3e1IZnO8GjwDBFUumr4oLCKQbuF54166w397Uq7K6wnPcO+XhcOwaeYyf8qBgHLeEEhg2T6v5j9LoP8x1WKFbMyjmO7NLx\/5PdQYdpdMdW\/RU7Gepy4NiHKG\/fuvQO5DXoeDCpxxlallIzMZAYbhhKCJ6+2kRZQdNPKYnQjPu8NV4jBiPYW99DUOKaqoPEAsZgOAVEDL0larO8CqJ3FC2SopO\/7bz73It0heLJE34\/X4A375mD\/FdoBc8lRLAIgC4X+zFVxV9bgIdYfdWRomtr0lsPilVnYwESqDdK\/qSDkmMHrWlyYC51LexKpjBaS7zx1BKOD1weoeOyykBaF6cHhIlzY7QrByTGnoQgC5nM4cZxkDVlEbVu9PFjZ0juPx9Fp\/sj7xnfiyN5aQuBRaCLbE30MHbdsn1M3N3iX+y3DIAUtEx+3yynjGSXX2Qoc1wOPGj\/i5zk4CRoh+VRBv1Y0S76JX4WrcjizbLm9zE9GTgCvkjqy4AhD2EUSrc8uWLpWMwYKY3dnTq89ojiiVSZrENiFlpcjYWn9ewW3\/Aef0mSWbmktUi\/dJegoKGJfcVGdeP1qLUQw5bY530ysZOxnM\/GIyZ3L3HRszLh861K\/uSAChdyb4uASia8E2FCp8D1ilv0dHjXGbk8Su+c3j15Y2HRXzly7LJd0wM\/T6PsOS5HSrTuPCri6EOP7Iu37D8AZ4QtvElKVv1EC6tJ1\/ty1D3EUyBJBf7ot5h4dsq9ttsq1C8EnLO56UvI0bX9Rr8FAtKj1tQHBeJ3uK5G\/GT4xIrKrQY+SvrZhOvdG5B0GohFkOJ\/E\/Lq6Qr6fafgjisS34XwDB2AEQ1ARPOAE+qJoOzxnqqoNGlQ2oIsv60YYuR9AyGxOZAG+aIGICpcMN3KsYOLOp2268XJKeiCsdq+1iDn+Qj4MHlBp3WeXHd\/A3sBOvY5w6RBER8pyWDZKHQHRhjyUUG+fkquhYbBDQQDiYP1FBdZ9aJKndJMy9KRVAMbF1R95lYg8WAJzTy4tRd0YbVTK+uut80zgCe1jRX+T+E+umOKozNEKcNjDghQaHLZ1AW73venN66XQio4AGIMWB\/Zyi4CmABBLrgqKWybLcL9gHNbDEZmm4q0zxpaoAVlxAQ6fEdX5JRWcV9QmnRGQCBSpHPUQ809\/E6e88dzDKVfWC6Fm8kuYsgqxLsohLdV4z6QWrjqvPnRKM3DH8VKrvBr7G7IJnMgEkF06MXoq2WuQxN0MNsurIIoL7toul9ybwWV14+r2pC4gV\/vPsrkowaV\/T9Z8juqKtnGtuOGs2JA2XD1KdJWBaAdrU8aeYkX4eIk3bPJE9l0GY3SA81F3bSIrxS2S\/foOkkl6llQa1gSd+Q\/Bh6\/MCB5zWU9V5kIF7MU2DJ08A+j+sQfoo4SvHNk3MT4ZF2c+K8AiTVyYu74dlwdEyD1iGkXuy7fvQRRmlg+HyIUpkVXoxioXYs0zepOgpQp0gdVePLRNPpLqvO1m4bbqeUIbHLyb06AyuqLK4tjsZgkfBGp5tgHYq8M\/34GlH5oz8Nevd8GSdUU\/lM+y4mZ0dY4vObX0o54tuvAfznvXLP7Iq\/gmKOQ+\/Lh2Oym95lOXlzJ\/OP1sUEbm2WAU1pJ+kPtAFE\/u2xUy3AnHyMkZJZx2pSOjd\/P37MyXAcqbKac54J0sj6lhmPqixJn0P2tqA0eL3XOCv\/GGIPbCjOfRG9vhO0nm6TDPVdPvdOrzrpNiRNAL+B0gnr9xA3sFTGRiZ2k6ClFaLY\/H8VORVcEPJf0xOiPVKr54T+b2mdlm759RkOFBoVWF7Z9\/pXr1Gj8JCqSg8MlKpJ\/\/dXHJdSGQbxt6E\/TKWxd\/CP7QnANLgBnoe7fnazoFF+oSOhUmo\/JZG\/uyCSYLrAGBWNeXZtS0NnOWTdO9sWxZtYyNTT4QnzfRMzg5tdO89ZQuLf19PjDHv9u9FU0U94xpyeg8ExXPrc42UcZ4d2QaJWD3NgVqIVXKe3ozbp2J9pxdpM9ILaQjzxzrQI9wcLQykZZpCGRmmEeB2iNO+9615Q3l06G4SNRYaJIy8V+JHjNjnffT9mFykdorqLCAnHjRXVBQ0SC52OdW3HU2RF5VxQ5usOQ52g8tlNqKQZzpHKW+thavSJdCwnAecRikLLdOm7\/bqQOktINrYaAY5EQmCwQEg\/W61CJG77fsSsRj3KNW9+qniGwLmUZg605B0SX4Bf5RI5I7Pt2Q9GZ\/jnyP9bvxxFlJrL6hVhySv+ae0Tr\/TRcGiRdROTI99\/m7WSQJ7GKD7\/ouP5rf3\/z\/\/qU0EKGuOJh\/obOqu3Js07os5t8uRtF9j9NN3C5TuO80npRtTfhOSSvA8HtuNOMeRuZhH77KtmdiF5D+nx21bgXOUORYju5zboGcz3rVxu0RXqVHF6qxWo6nmFMboAfGiHZzH3cmu8oBEGhYYaFUcq2Ve\/0fJrmY90fZITZ7jN0Ay1Ln0VdkMrMPH0egn2VovuixvTcHiS2Mm98CjG5ur3PeKRuRGfJ0hr+6ipoVzx6LM2V1ds+HMcv+HkeJoFbbWwLxqNHW8HytrfXncV8cRJ3LGQ5vTwS79ozCuvQywL\/D5+AVXN+2gfuSaG5nwsibHuA5mQteoNu9PfFTuwrRKcJxIKP49IAE1XOrI\/zHRERkhpmBCm7lN4vY+8qvn4Cca83hub6qkQeA4nrLbfQVgTkLONtqPxYwkVAl+3uWo7JyU65NHkW0L289leSSKfX5170BZNMBh9jYYwiobmBfz4WPA5wbs+hqZlrAiKShgZ\/ZmOVrKI+DGRQ9mLa0rUGg1DqHeuPeGHS10ACKMXb9ET1a7ny2hznEfXkNWMvdPfS9ubwVwulU41XTMJXum7OHwCBhlnbM5ZpFaslv0uGZBBR7p1g1CCi\/DgmB8YoBov1djzAUUsHqAEwPeitGEA4jRMeELXFGWYA88bU6wsW4zsYQdQDgVFaV1tt8oXx5uJ0aBnaWpuTk9r8nbVW8LTtEJIl9qFDbAB65RhvvsYlhEHTHIukS4TRVjnYH03nqLd9WrOHO+5abyAXZtoSFQsBsmGJu+whoWN5yyGm7diinKITzLABrxeu448IMDGKZCDI7cwSSoIjE+fp8exJ+4vOguQILs9O8mYY9rzC5MRr0vW8iDyGdiljxNu2Cb7vxXhOHs\/5T+hlcsTkFvzhdhprQYw9y0rSSlUS9C\/0HOvNoL0jF0sj1CDFQl\/T6r6\/4u66QUBFqQvs1+lqDCeMRYXH6ZF6rjfl2BDJth9zn6stHqf9f23r6kmibqsWmFCxukOpwD3k+a22MsegDarjor4eTh29v+5KULJ37j+AhEVaMmWr8by3MVTSrNMpx8YCSdrPcJV4G8LyxrTE4J7yOPn3In\/z3PZDNuxCt0fvCAhBBnfK\/E4\/0PbnDVDVB07ancP0e8V8RaG4W9f+kQXN5TmOqMRmhDSrQ\/HRPKQBNEooKhAuCnBBuRFVtcFZKbQYrJvg2tvUkE6JDKsWNOnoSyKEFfS6zNv8rGsrre+f\/sK6378XFTDjKqonU12vR9MInpzUMbgGn71v4mx15OJ58ztbP0wsFHsysTu3qFDI0cDpPJSwMKpuy6Yn48q6oVDv5rHU7X3dIzEpul4HkwJYJQKdwvT1ggUpmxPcWGGudovsu56M6Syz2kO8rZW0pLe1Js19vsSlHrJ\/l9CStcSHvHa\/opvfcaRkCmh5AgT9fqivHAvDzqbNGwlUCxebmJWi8\/jlDmr3Et51WQK5H5fVWvSH4BrO43pVnJB2zp3QNJ5OJoldEkbNOOLsJgW15\/DykbK7g2\/mweCCBp+XRV+BCyXcdXzP\/61yMNuPHRU1uwAnKwCTcaqlqfZC34g49+Il2Tofvzt7Dd1FJHqffK1J5wTWpGrde7P8XasU\/ehiZByDOUekGf5sT3IdUNm23tNssG6iUywKiTJw62aCgsXJwEuAU1BoAUgY7L6uXYZOu6v9MIW3AgRB9qNvwsTg9dhidPaKg\/lvpv1wrsyq5on3x3GbaSx8NFAJQUa2H4yltsI4\/kut+4pDY66a6Dq2xvVbCicGBZ1mZvD2jREPPEtp8v94drSDdh+nmecDKdtUIparzoy+yoJco2dlPyrDQmrL8223aoMhK1jfw5Tq6HDvuabkt3LRpR1wBshUauHAiPh7NvkPnZdQQcgcTEflbh0+l3emrQSZIskgEZMjzfMRMuYeAYzCiKEjg6aOh5Z1gnhd8ICAHvYCyZchQq0tU2X2WLfrB2kbjSjzULYySaI0BRHRemtu1eLxyK8raldFg\/+1spnfYRu8unWUG59ogOm6ZT18KtQPA7IwADgzFDlIuYefgWjv\/IyxM2stefY71uv+FztoLIF9rp58Z3D1GDwaJXVBZlec1k8W\/D8nJ4AOuk6Agg57ruyCYKBxL9D65Q7mZl5dD\/wei9lvMq6GfAzan7LVvHT7mFLuHofvlT3IkNUijPt1U0eOMvY7wkiVXLiz3l4FlemO4QwROxfsXlW+KOWff8inrwWuVfcdTF79xxcCdSw\/2Sy7n5etxrc6qYKoRlg3H2Lfw4DWt\/\/JUR+WJaFBPZWRDfF7g+gwuRSAuZheVxEH9SxvGglPThVVaKu2SP3S5ZXBLe0BHbHxkBDWaSzD3p7fZ9XQMgLt8KeGdq4uiglLdYH5E193Fd\/FusIXg92TVdNnE3n9nIlWwksXEeudD9gOeXwLi3wl0QJcILfvNLMhPclDOy92mHHC6LOkCxO8Rgr1y03xjjsxmkC7pd9ayGuejFQB3gvD7urz\/ZEg6cfrbhOuqizHVUAvef+G\/i5J1\/e0k5+I+el9apH8wLTLWJMQeQo\/lwRxxL56hDtTZ7tUtXSaNEaps\/Ecp4Hk\/pVw9N7zw1PIn1hcyg\/z9WUJSIjNBnG1v9HEH5OZU6BqzfqoXIM3wJ\/dOjo6HO3uJR1d4fwGJv0sZf1J6Iy0J7UpE7wNUb3g\/zFjnzwH2jtVDbR1Z1sjIkf2wrcVIHOnZvkuE0Z7IJKANbJ6tusecOQNyonHrlxTkfLQsPFSIzvjyePII5MjkG1K7M6OlWnsid0P6o2+p6x6qJWsf+IGK26liTEdxpROkNbAkTN8cA5RNO+dKaAO6xP5xYEd6pSXVpJjwtTjPHsvyg9nn1iOPsx\/I9UsC+bXrurb+jbmG\/4KlMGVeVkveW2RofOqKvzOMLLMXHAqU8oZFj23T7+8YpjbbBjyBsvUfNfTdx9MwIKeXQ3xpyXiJ2S\/dNrfdY3hPauGKUkqp2B8KB3jeehLuGT2I1VAW81d5vGgrsEfzaSF+S9A77Fw18hczhtTX1yHXsNMp\/RzH3ky9sRaCl\/a3e6W8hLjZqbm7jDi0W3KkttQDUMzl\/tSlOWz7QX\/Y6KKAg5tWnhWjUQXw7Jp2uROVm1tFiRDsx7MGzAy1HRn3tt0UCzKbP+2ES0Nw5Kdtl2X062fHmqCxplDTeYrbr1RT8Mka4tpzP4WneHPFWggVV33vtVUcIAmeLTfzmsnDudrNeo54U+6bVIa0xIX\/Ttmp8cu+MEYrlbfETMu0tTsP+ZvVW3r+rTTlDkf53t1nDTS0P5plieW2l+W8VRZ2qJi686IjBaAWwZO4YsTuxxYVtuxWLnJT1K+sGGa5V8VNDzGSTTjAneG5wlG8nWJdJuMl7qFB4TS2eqj1LfTXRHJtXfL8E+SpuYHb2UA0czLqk4+jK16+5hyJjELrm5Qc7xr0RopSg6x99aKdIRz7i5Dk2R\/DgOUqL08\/cGslf2ptiXgddw9d0xzXbjni7aY5uSyFI3F+HDtHfGmY52qtKPdaJZ5YQmEdpVTR1Tui2RfAj6Ts4UkjVbOQx6YZODwv6nXLXLQDm82SGWv3mUNIDnUEcBGVR6Dv3O\/kiUf5G0QMXQBVxsjAXUShgywWnHlzHIHcGPD4TK95Ug8dVl23wa6ujgtee1SYucI71CrXhw6VSljyvBa2VnD08xl3BZ15nKGSJX9KRKTWdChlWiG8IWFbKayRPocY6SYbrTQyRn4EZXXeH3OzI4j7NHgdvA0PtNSvwi0fa0p4kbWv9CFLJc3nrUrt4nvaQFxgGdx1QRc+TuM2qhzVRKs5VmF\/PC8Bg1YjN\/ldAk8P7fGVL4FGPguLsoft5GGde76FWmGwSIi7DYVDCQQT63OCf55QVeWvdD2sklsIJ1BCkruHGKALYZWuoSBQ1rBXow5PtqrM0A5cZRnjVsqVubHLHAs+23viskSqhY+y+5JprMgNFmQ7V6Yqj3Ogb8VYRA7m7QVKwmflgglIwZzvGqZHh71buT9BPCVHVpG2M5kqxms8bKiR3Mk2dlgSG\/6OoxFkHURgo3YTa+ur3t5NmBYJuSW5TFZcCPixJ\/vBjrf73csuETRN6UFr0cqkIof\/hvEOrU5qPXknGlOL6lJeR\/sibx5HJOGky\/AOIWk\/vN9TrMoxkGA+5YuolZox5IA6Owmd8fSfS5x3HsFYsrFK4mgSStlMh\/DM0fcFDi0YUynExPHxsLk\/Mc4YomfSdgNEaXFkvsz874\/CvZK0Pq9262rtGiJcuzyPZbjwHOLcAoKF8E6g8p11sQhqs5jtzyRAZDJyExFRR3UcrErdeTV+uu\/xWzF6NrJjwXwzZReb+kQ2ZgeHm4oMIII9j\/7q5s1wT7uXx9hlQvZR99YzHRz\/7Q6REHtfEE8xlIeAx7vhubd3o8jVxAslclTsTJZUo6qhw3+i1gt8St1+6X46COdIgu0LHz22nh7\/G1z1KsyTavZ3Jw6esIgtAjTt7zKo22bHQOZij3LriBAlmbab6rJpoHSfF2P1RUJm1KtyPirQF5\/3nFCh+y5RRwMx6SfbIbOO2JgWlAJMJHqsRyuOtvTEMQQF\/v1InWaPyVqHnaBmfzPVbcOpew2ZO+ZtTx3gpqU2WKaWdFCcB\/hz5FxeVdRi922Kcbc82qn4KgQzwIWXFP9\/Kx7sTUizvpf6wnUewipSzkZZqiIQN8aGVyXimZxE10CDoBBP\/9i65N5SPFbUP1YHoqGJzkLWgqav2Y8g+mZhGiK\/JTaFQ3GWzNhZNhkGe5z4fwjuBqmTzcfhmQFqXjxhxMaS7BiDnhNA\/s4ll2iDxYCzP41Q2U+0PN6p4THQYKsERxDXZI117NxJXXPQtNX1DU2zy2TG2Ff7tpWEgiy9kJploqujyqBNy2z48ff9C1OTjMECO1q7UcKNFKWq1YJq4bdnpwT+bztvuT7l9IWs0wNCCGaRtQA9luu+ho8TzDKswnLC8NVG8Rydv4W2cJ\/tZNvuRIHLVS+PNdLE4of+h4Xy2\/fho5eId4e7nW+drIsRZFv2vpnmxxWSgpO1usB0lXrlnGsNbRTEUvONfVXyjm2YjvCuEc2nZWd6GNZ90BRnu+HDUmbHmwPgBVBdSOSY5XLHU0QaeYjH1TiQXvUm9dBdsUklbplI6DG7fuwvhQzt0VId\/\/Lu7qmIUO21Xusx0yqg8g8IeJk+4e8xyyGSN6FZAGZTo54ZCfv1DDO85fYVCduvgGrdC2cdB1prgUvEWM0kNDtrtw4rXyIo98WfsKACCsKRy7lQmlp9xrgHJDgs8DRRyS9ASePWWtnihBSD43vXZGRZ2QUTbLykoleDaidJuGTm2SmHa9I25wYsf00N86E2Ya3flNwApoKIUOa0NXv2YgbReor8OFo96jMdwwFtdq+dhVwVgU4T6eqa+CoDV8OTnmHHANnfqFkwTonf8XQc086dx5Gs3O4TmM08zqXJcNJgbhVxtpFCDaklX63OFIwf+FaFW33cxua6EXQTyPfDZ5RWzqBX8NLcgaV+D2VwjDqj9zd1KooGYVHjlfCKMWlcTjQ5a4iS2dw5d4qFtlFN23vmiWXvqwEY\/Qj2+fuqNSZ3AWM3bbse35spa5B1M2aWzcfrvz9HQapJjqvjkJSn1N5k35nqpvAzAoCpYMRtYuwkbX+50bHXpAtkQUAp7T7VBXYr8GOGxMxkFbEo\/zweUzgnhlBKzqFj2LAMouYmqgybdAnuHXnx78HV0A4yD7sxaON5MdI7JyZ95xpfGx3Y0Q63BX3i2wiX+wmNMEBLaUe\/H7OeEI8h5OwdxyFnhBlX5LPujdTz3hRbquVPU7UflJLVGQ+mufAGcqT82aLHsmNdA2tsECwOJEcnKnqYYN6wX0WEwIoU7sLa0wPyLIOGvDK+9wpkXNBDw1T9eYP7qm95F8SzUegDKAmfKJmt6kpIRvPy2crLvIBaFGHvNeObMEqIS\/SCVBUx1lykJCFJa+T\/oABgVi7x7nYNHrbqTroe7CY9wo3aP76UsuwaO7ghIfO6a0oQIdjbYy5XSRZexikn71wRexQuoDLigJUvgm\/xHJ5lVb2AjsbjQeHtSyNwPgYNsPb2vxFFj6wDnn3gbslHXGorigDA0SHekbLGk9a4ekXcC7wZlYDiMAXboiCsRCnJYjYh3InAxt1vGzfWKDRHsgAnc5h3+6bJO5A4b6pAOb08goijQpzfuFMn554uZ92h+Y5YF6PNCPHbYtGMVCOI8+lh6os6Fm5K5CZSVSQv1TjYkW7xIo5MVQPUsoghLISMDDEHQ5RBR5doTgRLy1EpTR6apwrGMQn8\/eM90Qhw8DCDs8ZtF99z7BF+uU9prfkVQ1wUVoa6CXo4uo7BAXdDG0f9Saww+12geb4\/j1KwERSmcGXBuYzC1l\/qkeCnSOE\/8BJHdERNlWf1zUMIrFpIH9382EPh4Rr0sJQoK0kOVv2m9chauPFfZ8UL86OJWqA7fS99DJi1oS6cyYS185Lnfw7OC1plHO0\/KCmoCAU\/Uv9Btp5pkYfDkSX9aHmCYumU\/\/OCXJZcC8Y6b+kYZp1bieVbKMT7gx2oA2IWs1sKnxPeW5BMXhqeoeMzZ\/E1X6d0zb202rkw6F5F1jcEg\/HAgqD67s8Fbr+V27gwGzkQa0HliWTKu8mZmSQVoEsxKNVO7oAY0paakIA485ct+hdnlTs6xedZvZI4l6i1H67IQ\/MTbbz5afqLxf3HgDhpP9f2TkJoLg4PgQIHyeVzbptxqwaFUfuR3u+jxlDEyFP4fhcpESFs5IYawXjfiFe8UHUvfw8L0EhSLhnAGnznVyjmmOkvidG+73DuO4VSeUUWieTzVC3R+vI2kanFVQ5sVgvCObzftw8pEWLJndWFE7Q\/422nFX4LKpc8lIpYhKoH8LvzkKgoFYkgY2Xx76wZwbiAYMzzqhfj66EeNPxdyXYHSmRuFqB+G3pUMrwkP7kSJQWzO963pkE12k1dFIwpC8mKLx68zXaUBRl76ddcluBVBn3dMUwls7NConwH+eAeCYJ1TkKD6SUupD9HNl7xquyIZgNPtwPcBGFRDV+72nMWfeyQR5LKctYtjlmMAIXLdNfMG5003Hl51XxdEuaGKikO\/whggs52AMShdkFrOdvQm6djPu9XzOerpD3yT2yny3izdAL5tlH3sYRPcoN5qoLexB8dgCkgmr5dGYlDmJAIMyIlLTC9nkCbMcNprngrLL2krE\/7K7aWC4h6pU3LA7ozNTMTYb\/jbJ810XeYV5zxjI3Q3T2KNnkKE9\/wB4vFBcFb1aH8MCAkbGaEw1R8tXOp+WQvNvd9a06kKPOtSXCjfvEgCba47IWtCX8Fsg9BJrDbeO8UUQ8CBtwAuVg92SgAihOnPhFqR51341nOPJq2yiQyNTt5AzAf+CL25Sa1His\/LXBdsrkZWAaJeYJzS\/eP4pOQD0pupSw8VdSEPlX4r5Eh8jwK3VCmgkYrLN\/w3oPJgZfSDhRjdbyTKsN2mV7QCo5s5mSkDhZN3dChNg787gXnN0aZ7CVG6u247kCVmwRthjE0\/1rldIrgSqjmNpHeN8dLs9wXCrVe\/J91smhvkWJUeYMcAQfPZTt451pxxfrnUKciXkAcltC3D2v3ZWUoKMhN3YAsq7sVqL853kWEmFkQd2vCyr3CJ25P0FB9kBhLuKeoU84tWo\/kSZh2VD+JYRVr1LqCYeAieKJr3GQHQzpfJg9igCq6Lf8uzpUQ5qLV7QKT2VoAXPqM2bHZxF4O1zjWoizvfhYMk8so0H7y76PYUFfOPAiV96Rvh9b9C1vLNN1tb1nvXbeX9Ug4axWV4FQFSw4xmNEe7ezYJRBv6ePSKoRgBRCqpRU4CPiADi1mz5DjWXLruA7fa9LiCJfJLocWdejRxyznqxC26TCannnOB6rCB+NAjY5mKrRTRWDc05D8zdB1s1sJQyalnvUSW6vbD0XBv+ycV8rTl5umb1fSCUmdflEpPOaT5RQpyjtbipbYgHE8h2w\/uM\/kDzSpR0RqV\/5Bj5feFBy19qQDmFHEmN27u5wLSzrBOnQJ9dooCkCGzkVjZjbHKrcP3N\/YfQG4vV011lP9ywbkzTbBvdK34I5IvRijUjM+qEp+x7XvbbWz2Nvd28CxcQZCVjr7GJ+9P4J7LrY88bBPgnfAUaeF7SaihqADa4jnp76watnpY2QkmP4hylbSQZzN4PGABNwquRS5IXiNFFJFnu3Il1AZUNgxap0wLFxWnRjrPA7gt7fFgtF7UR3izQFM3v1ullA2vuUa5+yX0GTy5h1acZSyLM54wtyCfn96XHGvKk8K7+rwytxzMNtWttpTWScdm0\/3vjYnEgqWe51ZP7byUie2QtjNgVtn8oK37x15VtHlFVYPfMXaK9rZ327c16Eoek+iAtD4k+PjsKtMqGuWfBOA8J1VDjNsU2pcR6CyrLES5ZvfsIY1Jgq\/xir+4D2YS+MDj2VeEJAa+GnfnSZhaW4tYM9zN2pRDuqe23UkGgCPbW8BWTYacC5Y41UjWRX\/ovVaJIqErMlz6G0LMC0fWHiu4+et+KQ7l\/47EdgKwGJfbpTg6kqiWgiSyJCcIpPPQi1NOAWp319tK2Z8mKQLoZfS5Oppnl0YggBvcWuUCF9zhYUY88g9yG2r8AT9nMG5gaw7QKesdPS5AbZ1XKHSEITNOK+h4oMieFC18YsD3SAZv97ThjGFImZJGrAZGck0K4F1GMdgXOCB4A2zIWyGFMyllLyCbKdeuOihh6gQ8h1UHThT43MajzTfCIEf410SYTR+r74BgtKDcdvIzMIceY6gwqgnMJZ\/a1h2wnjgpVzfAXiJv9TN+BKS5vP0aOaCxiCoNUTTkFB2PkRNV0305kfcs3pi8oI5sKKJJ9Tak93GC\/6S4urCLvtqf1ceMwnVDwXq1+Jb6h7rfKpjuW9HAdvyEB7EcvvEuefdwRLMlLzyyFHMDlpY3YVp+eH6vTUvkt\/\/wgutN+gt\/HF6y07Asew7ZVTIEulmp1U\/xnuahAzNONG2M4Nlj60ipiyk\/cInXvvLsGTaOBu2bq087Zjzbaof8h+zY7J8ORqDhWmcpK+p\/KwGrmAV38KLB\/pr0qXxzTIoSH3EMfXO+QFG5z6W9g2FFcjP4QN+4rVoZKCisKkqxFGDXDxQe34QTBaEVVYp0T8Gz0Yk4zw\/iopTzhY5beZqUEAJEY8zM5\/mxdsGx6p5ETmif8l7E5z3W1laFQse\/Bc4CSZfYv3DKAf7ezotn\/8CIxrAXbr4pYMzT1UQ9Nb9W4DpKRt+HkjEoLU7OLWR9oCmA\/pZsEHr\/8zse9GxUnmToLuswQQAIpXAdovQe4K52og8LlXZy\/\/k7ZfVo175HzjhFXtrpBUmdCnPPD73QzAUjKFRbMalKmGaHRbbn9IxP4934uhgdUHMcw\/XPZcZ9rmbGboZkrf728pn75+6bxSgPqetvWThAu0fONTnsRolVC6H4Jttk5Y5nz9y5+5l5kBYqMjk2eAVNwsC6xEElL+HQ5RNAhCfPz60rpNa\/3\/sbGEvdJih5naADCnVIzFRgba2zuLbZjV9pTBPl6NUR43Knx8SgaQtYENiOYvqMJTPL+TpEZLkSFel1B1r25uNzsm6UgL9Dn3ziw+S2NM8j8T\/mq\/oS+qDZexgF+c0gVd8UUTJaGUjaIDaz5dV3rTSYZm41T6Pa\/s6ctF0\/uCS46WSwNq0KGmpvdReMZq5RY87Sb90E0\/qb9I8bt9d\/q0EqM1asfftb0VNiQNRG66QRvnY9JJ0creNsbeiiTSatkOtcCa9TwY76SESle35Ry2Q9bgBWbbP3TKFgE1iomO2bC\/bcLpzw0XbfDjcJZ\/LlMZ8xLxnh0apPz8VuO+URrUtnBvpqh7H0c\/IaqpOndQstOvjcRvFWA7zaAn8nK9tt9IeLEUhVjPBAGMAhaNG93Bko7Mcg\/ELkhX1ewWq8i8GwdUqPsnTrawCevJS7YBYnbHnTQfE4tWuIMHTcjI1Ebr2afpL4MzwEjLUClrNbGNxW83R5Y1nXLF0TTXrOS+mZB7y4ERlxU3vnIhjdG9Uf7\/Vqjo1PdK64IwTkQYcOZtwhEeA01+tejT1K7fpe6r6ZS377NuHgH7or1LSF7oxjmQfwXKzW3xjeF66Ez9Ooiwl97dMIuXAIfOlLWH1rGYw4LMc2QOYBBgVqqatOGxd5zRGA6pJkoLo9GgBWM2wTWOQsOLXMGlb68RuZbq2IWpdeDOGiY+bcO7yzOQHCP0g\/M+NIGb7Wz7wmgpmZ3UuoKf8MryCwC0+\/bVOz3DR1ECoBjKszfxPVrEBFr6UhL9noXTFVvqVaf8+\/HZFQ1LwWJirGvSD62E1CNONbYCSiFHYWlvioAHctHecePCI46p5PIJIIDil970EZSL\/QmAvlaaL4soSWjHBTYylckkcXAe0A20SX8gZGCOc+j1jbJc3TIkVoMFkW8CDrPholw4vvl8AFJ8zmYOHpItejTezPWeAXN9FnCHYSl0TiCSathSyQj4vdFzydJZeGS+t+zba6W3x+Zg5W0yBjng7xJzc5gVp5dr34Hrpl6aVNg8TQ+tpqNIMDsVipc1cQtHo95+B9KO7wW+tj0UCRiKFz\/cHXsqkuqjlNdYCQKuewUYm8mj7oW1yTg7QqzLVX51NuQNy7jpPItmLAcFwCyVhefHo3G4Mh5mOmQ1hlYzjEcmDiTulIPA28QJQwVcjL1sYZ1AQwznZ0uqj7G2Fgx9wZV1SY8ODVPGxpzuG\/SoqfBkdMw5K3MOlGuN57GezxNzxc5hLsxQZmFDFvjjIMDR3ivJ0uq6dMfZKysusuAfZ0\/sio+kqnZXnmWr37SVj\/PsRVos\/laYI5Fi0wif\/XojEs30kWY2TuABFd3xrYarhRDsiRZeDiPjAr3RsHi64wBNa40p+3F9KkcsmXcEczgHgtiaXTMMF4GjVsDvwuPX87wcIKYbgyHNw3mC76JuGZtC93W4nU+KJzR+jlDIe0st3Sd+dD2RJq0hY9vT\/tn65UEGR8WG5ZeYVyCqE9JnfP3aUkzIUCaRRafmYGY61j\/o7ZlwLofIdNKJpj2mjVh3gm4myZRQIKM5kn2PXuDU0FUQbTtFet86yGpeYKIYa32KOj1Gk2BlHTf0d+1+S2bqYJZzLA\/+byqRBxHGjedOF4afnCrTB9zNCHcaf0iaosz4CylM5Cgnr8CXQS9LEiInCWz5jwhYe80QuESfR2Fmel0jQrcliI6n82KW6E4hBbY2wzFm1MSZS13qsopk2x2+1uP7w3NqOYCC2GXLFEKEnjlUjnkQdeJH\/ocQyMATI5Vu22m5\/4fy3wV3zQUH+PFj4F7wqT+6sPgftFcQAGUsaYig1Pdwk3nANdFA2yex\/2i418ndE3Oa82jZoK8aOzHkGA3UDtD9sdxezVmFWXjTYAD8TyFqzeRC2VVQQYa3jQdrhB4DJ0Z+wlynhIWHXj2u9696LlDWML4vJBsuNb8L8xH6hVauYDLBUm3SXJJIzklq97nHiE8OiXNkkVhVW5l+UY4PErKzw\/EBEA3p3Fboo5yeTeyRQf108XJCYpjnMruLjX7f3MCdMDeBaDHQa8mcjqTn9cV+CXVA+UHruTaaTSd6HcaJHNWUzX4rrahlbB0qAFFseTcdFaQAcY9YMc+1UPDMq+e+YWNXh1\/cs2o0\/p6lWYGzDPOA\/Z+zY28PlhHo2JQs2n932IGeRPv8B5p2FVRASwuWIvqIgAQVIfCaLiTmi6tTDzmwYGzKKYw8UpKFuT2hyaSqYnlHpSD5LyErR9KULGDuwHYJEX3HmZPitl569+SbWjvPPPt6Ptl1Q1e52D\/txWeIwxNP1QtPoa0pq3jiI01i\/N\/k4pjfYNvSK0JuosemzcofObj\/lzp+n5BHPFNGREJkct97\/dtPAQPm1WKbcgp89597at9sx4h+WNC0ZaHTeL5rs7T6qfTcraj824STiCFgiTT3k2k6u3+qRooGgqNz3HpYcATtB7q+E0Q4LEfWCf7LQ0LvQdCmlBOvWhgUurK\/yxuF1L0mUwKvA3jdwU6QnhqURrqGon3QRsELlsJfv6xQJLfgJeYysxgCdA4JIyesYWO4V49dde4vGjQekYInOmqoVr02GzzrV8rvNWYzgZ5YhCocW4V0RjfiRguCqnkjVYAfsskNcj5ptFsJU6ZVR5NTxN7DBC+8uaT0BfQUWF72JdfPp0vk3gzH8DYD910ArU4ZRELClb24+3qASaWYi1H59t1xTg99Nd\/Kq00chE4mQOnwgQHKpHkDwrhNR77iseDGdcl8\/gPO2DrzuIJ\/qJbOD5R5Ckwn43RIVw6BZyf9N9eYvZYc2BcpS9jW0TbRMcZAsVrdDaHTD9\/rbKWcqancvm9WBSJkRQeU+H5zZgWLVDhCzx9aAck+zFLncowu9wqexK7KXFmsqLBEKk52sVS1lv5I4sqInW8HcTXnN7rk4RYfvKvKpHzX0LWviAzdrI8GivIfbhxS1mOOvQMWwNeF0Qhme6if7h+pCzdxV+SOnlWK7\/igfdULh9lWMcL5qrBNKAXQDwgwxwrJ+PtdD1MpvfGmoHcyuTQiy1XSYph6gARTLxetMlc\/5ONT67IEuoieExhuBa869OwxhpPV\/hKxdrDcLPaVJw5x6yeRUmsfIuHU5cOQz9xb0l9FVmnnSzphjhksCRBB0l1ZPz95ME5QO0DdUY52YwdVYZNLV0CByyJ9YGDsjGmIA2KXOSKFgux+jH7jW9PtEZavHTU0Dto53olpj4S72lznPdkDO7kSrqeSmtGnIc1pFdgsqAtZn0H\/WKdhxyQXUKKRiftg+unGsDVy7e6gDhTv3Yz55XRZ4pk4lTGUOzoP2fmQ0tm4YlL6zclodiSi2+RFnlayCHONm0VKPszFYkGQD8YBThYAt8Ego6RCkxOJHxo2Q2X57iG3UqGcrdDfAgCpS\/KNj9auD9GibiHCERtjxfWl+Sj\/AVqIUs8h7bfmxQcmzQp2y20p72quxlwC2izL0fES\/x+WWMJ\/Hu8oNyBlMKRcjgTEOZQFk\/bhktflTTsPRZ7TQYjHUJLm\/zpVFLzNEtiz5AHWJqdfyclpTd3W3WUlZ+IegfaBmoHTpKtu2\/VbYZmmWD4L3RR1M3DiKrjU4Gce5kmNG8eWw0FcrKiLNMQNypHY96RoR3uqp2+A2iUUIRrBr1WcEbFwJoMiasyFmXZcZhOHco8jwNyY2D6Ec2RylVJiFDdmcJ7cWzlyICR5VCTCEf3KwVG2YYX81ynrBubxSYB2x227eBlw1mVByvkgSrBNufH19zyfc7PMVeXfhK9tcbILtC73mMDHTKX\/\/8E9ZaI5+btcuskw\/38lhG38wCIhM3kFze+dhscAknS5fYw4cqYPpNwJ6dhyi6c1diDct+htSKO6A4w4SejRkAPsALohoP1klK0KCQjLuaFybZ0PN+fvFLORyrUGY8Nm7V\/f6\/hbAyFs64sDul5SxiQ1FlsAKPw+I4yx9XOjNZ2Bd2OQJGKDAzofHtcZPmIllI9ySM1AAVqnOUbTmJgSCgQZbo88XmHZun9C+tPGakPcU\/nJwMV9CbWzBmcjyw+EnovzTNNOSb3FppyR19Bu\/74GwR2tcgoMtKuTc+kUge6tHE69LnzAkbuaQRvNEo7xWu5UgcSAFauYNjGDScVCL77W2z9aK5NkDPMesfwdR02o1gnNcLlwpReJCyXbe6JtRJf1ezHYrZ2b\/pVcx0zOpfwCzo1Ct9xmipnZgZRUuwDU++7Wx8+sEG43T1Ryq0WrWIIs8tAME9iN1qNYehXnjDydzNbnckisbn9TNIa+3txaoGDAU3QL+fk+5nCkYOYkXsv27WH+ohX2lcaTaksNkUUylbxsnh\/DDcrK05InT4eBtz5NPoeMHDfzA3ut71\/+MdWdigXMPstvRU0dIF+wjbESbAu4nZ62gBpwk2bLiPOtnP4jf93Cxa3zZBXGJAXrHrs0\/YCeMzr\/PaT5A+\/+NIGshZO87TrhDQOwBKr0HafjdR2YUvNU5neDh69\/zAwJWsveIvmCjPn4CgVPAyMDLLP3uFyHmm10QL5Bg5esPNix6bYEJ5M9ruwlyD1DUJyZeh7TFR6BRSwbQSbFS5MgLVTvRWFuVMmivzatW0P8L4IBRd8SRdYwIOwIey6CSbj0rt5Hqq6UiLSSHOd330najSkcx5Fvl31APBSIrAh4ZUxvzr8xZgsYIbrTLCVLYthyz2y\/cmYGtMHGzRn5hgNv2J+Yy9mXfRXKZV6VRv7MN5vRJQRR3d7a6g08Spitjp\/wpulxgsgmpx2OqIOIRcZGCXtUml1VSrbIOKiL2m3l8Q4KxiXQhlSHfPB14AoheP1UwhNEePM0ryH\/SxHPfpZ+xRTkDIwk8ViGAx0OdUlLyuN\/L5bSHlI\/fqrogXmQf3MsZoGfzYzSf\/+vFykGKZ1BBXvkGHwLI0zkJOKa6W2K7ubMOi136bE1B82mIc0H0GVgIk7BwnNgcQbY27pOYrF7dVpchAkVKBSM0dg00i5TwuauAObxP2gl5Na0NJtgjfEyJOj4ycTVE+Q2\/HWGEEfBBBkTU+Fv7HJZpSoYSp92JcJBK7Pm1PiPGOGglx7sxcMN4MwsPzc92i0AjZ5krg7n0oqdnePclSjpGVb125t4pWFPI5R3vqLQjmS9rbvY7v0cqnS+aQWy55N0P8i50y144gYruuIh7HtyJr62MmWNijXH3luwNIG+o3u7\/Hsu27c4+koqla24iV0mA9Qs2p5UyFuXXNN0m59EHJ6ZY4MeuY\/Aefc6rFLGDHPHoF9fSUupVoIzUEwzYpH0CbnsD+woBusWNiJDZLIUgCtkR95q0uVyrfTRIp6JSRcbKSv8K8BeqwuCd6o44fTu53rBP780Aq\/jEzRWeic6UO3FqGvBUGQydW05YPp8+6yQSDHra1grYJP8avxEG8sTxU3T1UM3zwOWLoQ5QukHWw0ty28dTXhYvc665AXfiALbHTZfTt9mV\/BViYTqhKZI8jMYJsgSZy48pLecNzsuXbbOumG2FnNkq6Hcxwy1m1QpS7UVnj8\/n4YL8YRx3tMGsuMqcqXFrTlSnmtyoaxxLqUzpGcg8eEejQ+96s\/1dMFG4AE551bNPLNMOi7PgNO1B8ef3Hh4FfL4eW1cnaIhrnAbSiyKI4fytk90as63Z0VF3yZkCL9n5AbMc9hMEWU5BFKcawsjnjOMcIKQYudgdksFwXKTU39MXO9zbfyfWrkmsNkrjvnjeab0shTiQkAHg6d\/8+fC10u\/qPtnTqfq9ttqnpNFZm5RyZc145G3ClbjHTVAdtbpZ6EaQjEWl9Q9DzcC6Qig5D4E06E31ebIGthIp2bVuic2WOXpFbcwA9QbbJ97lmNQXzbb44stw70fjd1XI5C1ozGWmhxLGOHJKCsJyyh0LZtEoseii4MJsc82w76UjKQYaDnnHLbpfgSsqCO\/5orrGmc4Ax0DWXU52aMLvdgfdEDT6ivcaOapw73j3RtJTEUBBjDKkdnc3cFZYFlDslqQ\/8TLvXnKO2btk7jj0aVwsdzDFRole6KjkGt3aAondyvYYxI1zJQfMnsjc3beKUU+nmDtVxtvEG4znjHpIPgH4QdUzAPoG0PGDP0jRbLRJ2lIGdwlaT2MnDostYssuA\/DwDj0XMOWVxVx\/SiPXBGGHeMdqYPtPjQqBhLoFpByv\/wiSs5b8h6goGLdXtx9cVXIF61ocirQ0NwC2Dak8kDC+Up\/zlkYzYxy2T0sLDjmf1ZYU+V0cMZAUcFM5\/L1tvRUz6YQ3AN+C7Rqw8aLv9CGBMcJ+P+D9IOBENm5op0c4IE8Qfps87+FHMQirtufXF\/IrInUx2qMfSAt4cVYixUzaHAm7LE5qBIF\/UJvnjx\/w9XEVDnci5MlG9o0MbLDXI48NdhR9V3bEOQFVa\/raZSuaXmML7WiOtBRrQ1kl89owI8BTrLNc96ZPRW70h2hJMrmcTbCStSlP2vjs+19Uj2NefoQfdbCLmLBkBmUwaufj3Q6IToAlmqYo91rqVHqKqeX9XzyxaHKMil\/nhnTCuWKg8xwek7yC\/vEQPcNXdx7xNAosbVfq4XomjaejfGlwkp795sFzI8dup3rtlz\/RHMfm6mp+1A5ucIwDBypuTpno2yja1vk+\/C7nc07HV20U5B7BgTVXxIIqIaQ2aHRIgBNru45wVpEvQxTzr0iyOvWO9U4ThmE3NJg70z0dLBXUjbFdKO8taYftDFrxQmQ0DPOzxDKMvlpknLjXPBbfH3jY3jonfyyQC9MQnH+FqtRtPI4j0VNP40Hh5zeNoh7HFBCCps0xzTfWXos0oMYMbkgJLfsvp5EXaimYQSBp2rX4ITf0kk70FW9Hvprdz\/HQw1ykcoV1NU5s3JsHSAZmuPQ2QhW4L3nRpDw\/g6CL0FEvhv2BBJBaX8uHRhNAAozkfL1VD+HxGGoDOaYJqHTlsEtjC9wmzA9XbVcwAWGJXcnxEt6Wt+WGdukluXkePbwuC02Fv8d\/YOtdw9jHiF1KOtd0nA8Gw\/ycT7HGI1Z2jmgx7f0S8UOLNiu4H4aVbvc7UkhQNblruJQ5c2TSpAbQ8bIjMQxmZ0tqzeAzJ1aVEfYhNxwbO4p4sqEbL5wu3Chb44IO5XiPA05FHNm3pD1zfSiXzmpHrEXgXfQfBgdo34yaJ3cRkQ0pxwGbIhuRJS79+8MAtKBKtzU1L7Y9xvfw0qW+djzadVzrpmhLfGlrIGph6sq7FEpFyaqU1npm6xeEkDSytQaCMm7O7rrCsgHMdFxV88OlFOXQ3LpuBlYIMjEs6uiT2j3geNheL3CA7pNDDxkzC8eP762vEw6Z+KOu8MYpYWWqfEIyTTBgeuE9YCTyT0KK0JJVOaajMZXelCh6G\/lY4ylZi9Mah7O0DeIzANGktRkLcbGewhksS4RQcnWRMnhZQRnh6aPa3ks0qeGCuzUU0qNmN248aZYy9F\/bzAnXZfILa2CmLWeG7kP4Za\/MhqtTk7Iuu9JkNBjN\/YYuwcZdEjyeCfj6wks6hzobdcLKnPANT3cEW8FYv3VUNgRQ+lLX2uI5INTmW\/\/2CM+3OIBbJO0365TrNm9vWpV6kFaZUttHdM7JvMbpfHvkX7YoPACj32DQK+g7S8rXVvjOMJtZwFBa2dNUVT+DTPqMcUjCz3cJDOfq3zyJo9esdQ4F5t94hFdnJtmRKFpU3+\/zlrUAumm6cSD\/30kYkRgnX9xGykbbJ5xQ6+VgSiYbCVaGjqwzWhbz1yAxRJCmT7JhSCvKBnVbkInUGAzpx09kCEboc88kRdu9BuyxcCX6lVaWN8WlDvZs+aWnrps2Vvc5t3BE5zSmd0r8Sd9cHifWt8yHF9wlHkWNAGWvnYLNtHAmyJ6W\/mS6CubCpxYCuXelC7zTXUBlGo8fpPYlxfsbYQaAb08tQNW+VTYbbA==","iv":"fecbfa697bb7d7c730c0c2cdd248db5f","s":"56e8c5b7b3cc11a9"};
</script>
<script crossorigin="anonymous" integrity="sha512-fD9DI5bZwQxOi7MhYWnnNPlvXdp/2Pj3XSTRrFs5FQa4mizyGLnJcN6tuvUS6LbmgN1ut+XGSABKvjN0H6Aoow==" referrerpolicy="no-referrer" src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/js/all.min.js"></script><script src="/new-js/mfga-app.js?v=rtgTT43a59f0c27964eaa85ba7632fbff6f84"></script><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="h9ou0p-tooltip" role="tooltip" style="display: none;">Percival is my first niche fragrance. The perfect everyday scent, this stuff smells amazing. My new favorite in my collection. I look forward to trying out more fragrances from PDM.</div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="8ly41r-tooltip" role="tooltip" style="display: none;">the most photorealistic condensed milk and cookie type of vanilla that i've tried!! it almost has a marzipan feeling- some type of sugared almond or subtly nutty sweetness that melds together with the tonka and caramel to form a soft vanilla cloud. so glad i finally tried this because...</div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="3wfpff-tooltip" role="tooltip" style="display: none;">Its an ok citrusy scent for the warmer weather but the main con of it is that the fragrances performance. The performance of it is really bad compared to other fragrances out there for example: dolce&Gabbana light blue, versace pour homme and even acqua di gio are much better alternatives for...</div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="ta3eti-tooltip" role="tooltip" style="display: none;">I tried a sample of this and all I can say is thank goodness for samples. This is a scrubber. All I smell is musky truffle I believe. Masterpiece where? It’s awful!</div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="dl3rcp-tooltip" role="tooltip" style="display: none;">I'm sorry but i tried to like this perfume but all i smell is the curry and lavender. I smell the vanilla only a little bit but besides that it smells awful.</div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="x8sqpk-tooltip" role="tooltip" style="display: none;">Citrusy rose. I wouldn’t purchase this because the scent is so basic and it’s so expensive. All you’re paying for is the name and packaging.</div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="w5z7x9-tooltip" role="tooltip" style="display: none;">pissy jasmine</div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="y2ztrm-tooltip" role="tooltip" style="display: none;">Fresh..green..herby..earthy..what's not to like! Pepper adds interest. I really enjoy Nez fragrances. They are interpretive and well made. ✨</div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="tqect3-tooltip" role="tooltip" style="display: none;">Wow. Got mine delivered few days ago and it was love at first smell. Definitely unique and green fresh. The dry down is amazing with a delicious oak moss. Only thing I wish there was a more Castoreum. 5/5.</div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="b2bcdo-tooltip" role="tooltip" style="display: none;">the notes are spot-on tbh!! i get full on amaretto realness from Pistaché- a slightly syrupy cherry sweetness with a buttery, nutty biscuit crumbled on top. as most pistachio and almond-ey fragrances go, i do get a bit of synthetic/metallic bite at the drydown, but it's much less so than...</div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="yw3484-tooltip" role="tooltip" style="display: none;">For some reason Vanille Fruitee is not fruity at all on me. I get just a hint of caramel and grapes in the beginning but then it quickly turns into the same linear Molinard Vanille, maybe slightly more caramel and a bit synthetic. It’s pleasant but disappears in 2 hours on me. I blind bought it...</div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="5pqkga-tooltip" role="tooltip" style="display: none;">I've had this bottle for nearly a year now. It has macerated well and leaves a nice scent trail behind. Just the other day I got a compliment while wearing it at the office. I was in the mood for a lighter fragrance on a sunny day and it fit the bill. The opening is much smoother than CDNIM...</div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="r8iwha-tooltip" role="tooltip" style="display: none;">This is a GORGEOUS perfume! No wonder its a cult classic. At first it smelled exactly like kayali pistachio without the pistachio. Even my husband agrees! Now after an hour it smells more like a cupcake but still has the kayali scent. I'm in love with it and its a must in every perfume...</div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="0s048w-tooltip" role="tooltip" style="display: none;">Basic tuberose, absolutely not worth the price.</div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="tnn5m2-tooltip" role="tooltip" style="display: none;">Wow I didn’t know how so many people felt about this fragrance, Or how expensive it had became!..I remember almost 7 years ago buying two 50ml bottles somewhat scratched out of the box from a Dior rep for a low low price because he didn’t take care of them..And shortly after bought I think three...</div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="zycar9-tooltip" role="tooltip" style="display: none;">The models look angry. Again one for the kids. I was in Sephora today and could have tested it but just walked away. Not interested. </div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="9qtku5-tooltip" role="tooltip" style="display: none;"> @Lilwizprince I see you can't really address my comments in a civil and constructive way. I have no idea why you are having such a visceral reaction to what I said. You love cheap things. Accept it. It's who you are, your style. Nothing wrong with that. No need to be defensive. But...</div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="42vrdc-tooltip" role="tooltip" style="display: none;">This is on my Buy list after receiving a sample from the wonderful Libertine in Brisbane. It's so warm and beautiful. After this, Burberry Goddess seemed wan and pale in comparison. From your profile about your favourite perfumes, I can see why this made your top 10!</div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="cev1en-tooltip" role="tooltip" style="display: none;">NO no no on Rebecca. OMG, bite your tongue lol. The Selznick Hitchcock movie is my all time favorite. Ok, now I can continue reading your article. 😂</div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="1b8qki-tooltip" role="tooltip" style="display: none;">I absolutely agree with Prada Prada Amber Pour Homme (Prada Man) I'd add to that Yves Saint Laurent Opium Pour Homme then Yves Saint Laurent M7 also Dior Pure Poison and Chanel Chanel No 5 Eau de Parfum (so what that I'm a man?) then, finally the Dior Dior Homme from the new releases, a...</div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="hfsju9-tooltip" role="tooltip" style="display: none;"> @Forda They don't want to smell of anything man made or artificial. Any animal, from a field mouse to a moose, can smell artificial a mile away.</div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="ix0tvs-tooltip" role="tooltip" style="display: none;">Can marketers and reviewers please finally stop using addictive, as a frag descpritor? Makes no sense. Thanks. Curious about the red wine note. Frag itself seems interesting and up my alley (patchouli, cacao, davana), as long as it won't be a chemical mess.</div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="6iw9q1-tooltip" role="tooltip" style="display: none;">Exquis Parfum Montreal ships to USA. I ordered Musk Tuberose using Apple Pay. </div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="5sfnv6-tooltip" role="tooltip" style="display: none;">I just ordered the discovery set from the EL site. Really excited to try these! It makes me very happy that they released a trial set with the release of the new fragrances (a lot of companies don't do this &amp; it's frustrating). 🤞🏻🤞🏻 I will fall in love with one of these. Even at...</div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="ro9dv0-tooltip" role="tooltip" style="display: none;">I never had very much luck with CK fragrances til Escape. Love it. Great review.</div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="put0r6-tooltip" role="tooltip" style="display: none;">This fragrance line from Guerlain is gorgeous. Sampled every one in store and I love how natural they smell, elegance, class, beauty etc. All the things I want in a fragrance that is fairly pricey given its performance.</div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="rykuy8-tooltip" role="tooltip" style="display: none;"> @2lipsinHolland Same :) Thanks for sharing your thoughts 👍🏽 2 points: their label changed, but it's not like they are using AI generated labels, you know? Those have distinct look and I could see deviation from history, but not in the current labels. Guess consumers and fans should reach...</div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="1j5vfd-tooltip" role="tooltip" style="display: none;">Fingers crossed that this one is a gorgeous rose and not so heavy on the cotton candy. The queen of the flowers is -after all- Lancôme's fetish flower. Happy to see the old Lancôme rose logo on the cap! 😌</div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="a1isoh-tooltip" role="tooltip" style="display: none;">Great article, very informative and inspiring! Thank you. </div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="yf2etp-tooltip" role="tooltip" style="display: none;">These Sospiro bottles are unbelievably tacky</div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="uhmqse-tooltip" role="tooltip" style="display: none;">That was beautiful. Your article piece, I mean. I haven't tried the perfume - yet. Cristalle was the first perfume I bought for myself when I was a student in Paris. That was a long time ago. I loved that perfume, so much. I don't know why I never repurchased that perfume. I got...</div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="tjlj2i-tooltip" role="tooltip" style="display: none;">This is a fascinating topic and I appreciate the technical approach taken to illustrating it. I have a question that I didn't see answered here, (though I could have missed it) and that is, what is the correct technical term for an "overdose"? There are a lot of colloquial terms...</div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="nspjrq-tooltip" role="tooltip" style="display: none;">I hope I Hate Rose will get a more detailed review. I would be very interested, in any case, </div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="hdzi5d-tooltip" role="tooltip" style="display: none;">I came to this article because I have recently heard about Jammy Rose scents &amp; would like to see what these kind of scents are all about. Are there any affordable recommendations. All would be most welcome to hear about. Thank You!</div><div aria-hidden="true" class="tooltip" data-is-active="false" data-is-focus="false" id="xfhlme-tooltip" role="tooltip" style="display: none;">I love thee candles. The definitely permeate a room without the burning wax smell of too many camcles today.expebsive but worth it</div>
<script>
var lang = 'EN';
$(document).ready(function () {
if (lang == 'EN') $("a.en2inter").attr("href", function () {
return this.href.replace(/www.fragrantica.com/, "www.fragrantica.com") });
if (lang == 'DE') $("a.en2inter").attr("href", function () {
return this.href.replace(/www.fragrantica.com/, "www.fragrantica.de").replace(/designers/, "Designer").replace(/perfume/, "Parfum") });
if (lang == 'ES') $("a.en2inter").attr("href", function () {
return this.href.replace(/www.fragrantica.com/, "www.fragrantica.es").replace(/designers/, "disenador") });
if (lang == 'FR') $("a.en2inter").attr("href", function () {
return this.href.replace(/www.fragrantica.com/, "www.fragrantica.fr").replace(/designers/, "designer").replace(/perfume/, "parfum") });
if (lang == 'CS') $("a.en2inter").attr("href", function () {
return this.href.replace(/www.fragrantica.com/, "www.fragrantica.cz").replace(/designers/, "designer") });
if (lang == 'IT') $("a.en2inter").attr("href", function () {
return this.href.replace(/www.fragrantica.com/, "www.fragrantica.it").replace(/designers/, "designer") });
if (lang == 'RU') $("a.en2inter").attr("href", function () {
return this.href.replace(/www.fragrantica.com/, "www.fragrantica.ru") });
if (lang == 'PL') $("a.en2inter").attr("href", function () {
return this.href.replace(/www.fragrantica.com/, "www.fragrantica.pl").replace(/designers/, "marki").replace(/perfume/, "perfumy") });
if (lang == 'PT') $("a.en2inter").attr("href", function () {
return this.href.replace(/www.fragrantica.com/, "www.fragrantica.com.br").replace(/designers/, "desenhista") });
if (lang == 'EL') $("a.en2inter").attr("href", function () {
return this.href.replace(/www.fragrantica.com/, "www.fragrantica.gr").replace(/designers/, "designer") });
if (lang == 'ZH') $("a.en2inter").attr("href", function () {
return this.href.replace(/www.fragrantica.com/, "www.fragrantica.asia").replace(/designers/, "designer") });
if (lang == 'NL') $("a.en2inter").attr("href", function () {
return this.href.replace(/www.fragrantica.com/, "www.fragrantica.nl").replace(/designers/, "ontwerper").replace(/perfume/, "parfum") });
if (lang == 'SR') $("a.en2inter").attr("href", function () {
return this.href.replace(/www.fragrantica.com/, "www.punmiris.com").replace(/designers/, "dizajner").replace(/perfume/, "parfem") });
if (lang == 'RO') $("a.en2inter").attr("href", function () {
return this.href.replace(/www.fragrantica.com/, "www.fragrantica.ro").replace(/designers/, "creatori").replace(/perfume/, "parfum") });
if (lang == 'AR') $("a.en2inter").attr("href", function () {
return this.href.replace(/www.fragrantica.com/, "www.fragranticarabia.com").replace(/perfume/, "perfumes") });
if (lang == 'UK') $("a.en2inter").attr("href", function () {
return this.href.replace(/www.fragrantica.com/, "www.fragrantica.ua").replace(/perfume/, "perfumes") });
if (lang == 'MN') $("a.en2inter").attr("href", function () {
return this.href.replace(/www.fragrantica.com/, "www.fragrantica.mn").replace(/perfume/, "perfumes") });
if (lang == 'HE') $("a.en2inter").attr("href", function () {
return this.href.replace(/www.fragrantica.com/, "www.fragrantica.co.il").replace(/perfume/, "perfumes") });
});
</script>
<script data-cfasync="false">
// Check that service workers are supported
if ('serviceWorker' in navigator) {
// Use the window load event to keep the page load performant
window.addEventListener('load', () => {
navigator.serviceWorker.register('/service-worker.js?v=rtgTT43a59f0c27964eaa85ba7632fbff6f84');
});
}
</script>
<script>
$(document).ready(function () {
$('#fragranticaloader').fadeOut(20);
});
</script>
<script>(function(){var js = "window['__CF$cv$params']={r:'84ed05e0fdcf2d8a',t:'MTcwNjgyMDE2Ny45ODIwMDA='};_cpo=document.createElement('script');_cpo.nonce='',_cpo.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js',document.getElementsByTagName('head')[0].appendChild(_cpo);";var _0xh = document.createElement('iframe');_0xh.height = 1;_0xh.width = 1;_0xh.style.position = 'absolute';_0xh.style.top = 0;_0xh.style.left = 0;_0xh.style.border = 'none';_0xh.style.visibility = 'hidden';document.body.appendChild(_0xh);function handler() {var _0xi = _0xh.contentDocument || _0xh.contentWindow.document;if (_0xi) {var _0xj = _0xi.createElement('script');_0xj.innerHTML = js;_0xi.getElementsByTagName('head')[0].appendChild(_0xj);}}if (document.readyState !== 'loading') {handler();} else if (window.addEventListener) {document.addEventListener('DOMContentLoaded', handler);} else {var prev = document.onreadystatechange || function () {};document.onreadystatechange = function (e) {prev(e);if (document.readyState !== 'loading') {document.onreadystatechange = prev;handler();}};}})();</script><iframe src="https://cc8ce1dee76cb28ae94ca6b09827e87d.safeframe.googlesyndication.com/safeframe/1-0-40/html/container.html" style="visibility: hidden; display: none;"></iframe><iframe height="1" style="position: absolute; top: 0px; left: 0px; border: none; visibility: hidden;" width="1"></iframe>
<div class="reveal-overlay"><div aria-hidden="true" class="small reveal" data-resize="NotesRatingModal" data-reveal="5nyx6j-reveal" data-yeti-box="NotesRatingModal" id="NotesRatingModal" role="dialog"><button aria-label="Close modal" class="close-button" data-close="" type="button"><span aria-hidden="true">×</span></button> <div class="grid-container" style="position: relative;"><div class="grid-x grid-padding-x grid-padding-y"><span>Rate only the most important ingredients you sense in this fragrance.</span> <br/></div> <div class="grid-x grid-padding-x grid-padding-y"><div style="position: fixed; z-index: 150;"><!-- --></div></div> <div class="grid-x grid-padding-x" style="display: flex;"></div></div></div></div><div class="fuse-slot-dynamic" data-fuse="22844405708" data-fuse-code="fuse-slot-22844405708-1" data-fuse-injected-at="1706820168958" data-fuse-processed-at="4099" data-fuse-slot="fuse-slot-22844405708-1" data-fuse-zone-instance="zone-instance-22844405708-1" data-gpid="/71161633,22571436095/FRAGRANTICA_fragrantica/perfume_primis_video#single-1" id="fuse-injected-22844405708-1" style="display: flex; justify-content: center;"><div class="fuse-slot" id="fuse-slot-22844405708-1" style="max-width: inherit; max-height: inherit;"></div></div><style id="publift-widget-22785201309-styles">
.publift-widget-22785201309-container {
width: 100vw;
min-height: 340px;
z-index: 0;
position: relative;
display: none;
}
.publift-widget-22785201309-container-message {
position: absolute;
background-color: black;
color: white;
padding: .5em;
text-align: center;
font-family: sans-serif;
width: calc(100% - 1em);
z-index: 9999;
}
.publift-widget-22785201309-scroll-clip {
position: absolute;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
clip-path: inset(0px);
clip: rect(0px, auto, auto, 0px);
min-height: 340px
}
.publift-widget-22785201309 {
position: fixed;
top: 30px !important;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
bottom: 0;
transform: translateZ(0px);
}
</style><style id="publift-widget-22806838743-styles">
.publift-widget-22806838743-container {
width: 100vw;
min-height: 340px;
z-index: 0;
position: relative;
display: none;
}
.publift-widget-22806838743-container-message {
position: absolute;
background-color: black;
color: white;
padding: .5em;
text-align: center;
font-family: sans-serif;
width: calc(100% - 1em);
z-index: 9999;
}
.publift-widget-22806838743-scroll-clip {
position: absolute;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
clip-path: inset(0px);
clip: rect(0px, auto, auto, 0px);
min-height: 340px
}
.publift-widget-22806838743 {
position: fixed;
top: 30px !important;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
bottom: 0;
transform: translateZ(0px);
}
</style><style id="publift-widget-22623837596-styles">
.publift-widget-22623837596-container {
direction: ltr;
z-index: 2147483645;
position: fixed;
bottom: 0;
width: 100%;
height: 50px;
transition: transform .3s linear, height .3s linear;
overflow: hidden;
left: 0;
}
.publift-widget-22623837596-container-background {
background-color: #EFEFEF;
opacity: 0.5;
position: absolute;
width: 100%;
height: 100%;
z-index: -1;
}
.publift-widget-22623837596-button {
width: 40px;
margin-left: 2px;
height: 20px;
background-color: #EFEFEF;
flex-direction: row;
justify-content: center;
align-items: center;
position: absolute;
display: none;
transition: top .3s linear;
border-radius: 0 0 2px 2px; top: 0px;
}
.publift-widget-22623837596-button :first-child, .publift-widget-22623837596-button :last-child {
background-color: #313131;
width: 13px;
height: 3px;
border-radius: 2px;
}
.publift-widget-22623837596-button :first-child {
transform: rotate(30deg) translateX(2px);
}
.publift-widget-22623837596-button :last-child {
transform: rotate(-30deg) translateX(-2px);
}
.publift-widget-22623837596 {
width: 100%;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
transition: transform .3s linear, height .3s linear;
border-top: 0px solid #EFEFEF;
}
.publift-widget-22623837596-container.closed {
height: 0px !important;
}
.publift-widget-22623837596-container.closed .publift-widget-22623837596-button {
visibility: hidden;
display: none;
}
.publift-widget-22623837596-container.closed .publift-widget-22623837596-button :first-child {
transform: rotate(-30deg) translateX(2px);
}
.publift-widget-22623837596-container.closed .publift-widget-22623837596-button :last-child {
transform: rotate(30deg) translateX(-2px);
}
</style><div class="publift-widget-22623837596-container closed" style="display: block">
<div class="publift-widget-22623837596-container-background">
</div>
<div class="publift-widget-22623837596-button">
<div></div>
<div></div>
</div>
<div class="publift-widget-22623837596">
<div class="fuse-slot-sticky" data-fuse="22623837596" data-fuse-code="fuse-slot-22623837596-1" data-fuse-injected-at="1706820168963" data-fuse-processed-at="4104" data-fuse-slot="fuse-slot-22623837596-1" data-fuse-zone-instance="zone-instance-22623837596-1" data-gpid="/71161633,22571436095/FRAGRANTICA_fragrantica/footer_sticky#single-1" id="fuse-injected-22623837596-1"><div class="fuse-slot" id="fuse-slot-22623837596-1" style="max-width: inherit; max-height: inherit; display: none;"><div id="google_ads_iframe_/71161633,22571436095/FRAGRANTICA_fragrantica/footer_sticky_0__container__" style="border: 0pt none; margin: auto; text-align: center; width: 320px; height: 0px;"></div></div></div></div>
</div><style id="publift-widget-22843440659-styles">
.publift-widget-22843440659-container {
direction: ltr;
z-index: 2147483645;
position: fixed;
bottom: 0;
width: 100%;
height: 1px;
transition: transform .3s linear, height .3s linear;
overflow: hidden;
left: 0;
}
.publift-widget-22843440659-container-background {
background-color: #EFEFEF;
opacity: 0.5;
position: absolute;
width: 100%;
height: 100%;
z-index: -1;
}
.publift-widget-22843440659-button {
width: 40px;
margin-left: 2px;
height: 20px;
background-color: #EFEFEF;
flex-direction: row;
justify-content: center;
align-items: center;
position: absolute;
display: none;
transition: top .3s linear;
border-radius: 0 0 2px 2px; top: 0px;
}
.publift-widget-22843440659-button :first-child, .publift-widget-22843440659-button :last-child {
background-color: #313131;
width: 13px;
height: 3px;
border-radius: 2px;
}
.publift-widget-22843440659-button :first-child {
transform: rotate(30deg) translateX(2px);
}
.publift-widget-22843440659-button :last-child {
transform: rotate(-30deg) translateX(-2px);
}
.publift-widget-22843440659 {
width: 100%;
height: 1px;
display: flex;
justify-content: center;
align-items: baseline;
transition: transform .3s linear, height .3s linear;
border-top: 0px solid #EFEFEF;
overflow: hidden
}
.publift-widget-22843440659-container.closed {
height: 0px !important;
}
.publift-widget-22843440659-container.closed .publift-widget-22843440659-button {
visibility: hidden;
display: none;
}
.publift-widget-22843440659-container.closed .publift-widget-22843440659-button :first-child {
transform: rotate(-30deg) translateX(2px);
}
.publift-widget-22843440659-container.closed .publift-widget-22843440659-button :last-child {
transform: rotate(30deg) translateX(-2px);
}
</style><div class="publift-widget-22843440659-container closed" style="display: block">
<div class="publift-widget-22843440659-container-background">
</div>
<div class="publift-widget-22843440659-button">
<div></div>
<div></div>
</div>
<div class="publift-widget-22843440659">
<div class="fuse-slot-sticky" data-fuse="22843440659" data-fuse-code="fuse-slot-22843440659-1" data-fuse-injected-at="1706820168964" data-fuse-processed-at="4106" data-fuse-slot="fuse-slot-22843440659-1" data-fuse-zone-instance="zone-instance-22843440659-1" data-gpid="/71161633,22571436095/FRAGRANTICA_fragrantica/desktop_footer_sticky_scroller#single-1" id="fuse-injected-22843440659-1"><div class="fuse-slot" id="fuse-slot-22843440659-1" style="max-width: inherit; max-height: inherit;"></div></div></div>
</div><style id="publift-fuse-styles">
.fuse-slot-scroll-to-stick .fuse-slot {
z-index: 9999;
top: 0px;
position: fixed;
width: 100%;
left: 0px;
pointer-events: none;
}
.publift-widget-interscroller {
top: 0px;
}</style><iframe name="cnftComm" style="display: none; position: fixed; left: -999px; top: -999px; width: 0px; height: 0px;"></iframe><div id="confiant_tag_holder" style="display:none"></div><iframe src="https://s.amazon-adsystem.com/iu3?cm3ppd=1&d=dtb-pub&csif=t&dl=n-mediagrid_n-index_n-MediaNet_n-Beeswax_ox-db5_smrt_n-inmobi_cnv_n-smaato_pm-db5_n-simpli.fi_ym_n-vmg_n-baidu_an-db5_sovrn_3lift_n-Outbrain" style="display: none;"></iframe><img src="https://ad-delivery.net/px.gif?ch=2" style="display: none !important; width: 1px !important; height: 1px !important;"/><img src="https://ad.doubleclick.net/favicon.ico?ad=300x250&ad_box_=1&adnet=1&showad=1&size=250x250" style="display: none !important; width: 1px !important; height: 1px !important;"/><img src="https://ad-delivery.net/px.gif?ch=1&e=0.10764961458378464" style="display: none !important; width: 1px !important; height: 1px !important;"/><iframe frameborder="0" height="0" src='https://gum.criteo.com/syncframe?origin=publishertag&topUrl=www.fragrantica.com#{"uid":{"origin":0},"lwid":{"origin":0},"bundle":{"origin":0},"optout":{"value":false,"origin":0},"sid":{"origin":0},"tld":"fragrantica.com","topUrl":"www.fragrantica.com","version":136,"cw":true,"lsw":true,"origin":"publishertag","requestId":"0.8722837240434371"}' style="border-width: 0px; margin: 0px; display: none;" title="Criteo GUM iframe" width="0"></iframe></body></html>