.customer-reviews{position:relative}.customer-reviews__header{text-align:center;margin-bottom:24px}.customer-reviews__title-highlight{color:var(--cust-reviews-heading-highlight-color)}.cust-reviews-title-decoration{display:flex;align-items:center;justify-content:center;gap:0;margin:0 auto 28px;width:12rem;position:relative}.cust-reviews-title-decoration:before,.cust-reviews-title-decoration:after{content:"";flex:1;height:2px;background-color:var(--deco-color);border-radius:2px}.cust-reviews-title-decoration__icon{font-size:1.6rem;line-height:1;margin:0 -.4rem;display:flex;align-items:center}.customer-reviews__divider-leaf svg{width:3rem;height:3rem;display:block}.customer-reviews__content-wrapper{display:flex;flex-direction:column;gap:24px;width:100%}@media screen and (min-width:750px){.customer-reviews__content-wrapper.has-summary{display:grid;grid-template-columns:1fr 329px;gap:20px;align-items:start}}@media screen and (min-width:990px){.customer-reviews__content-wrapper.has-summary{grid-template-columns:1fr 329px;gap:24px}}.customer-reviews__reviews-col{width:100%;overflow:hidden}.customer-reviews__slider-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding-bottom:12px}@media screen and (min-width:990px){.customer-reviews__slider-track{gap:20px}}.customer-reviews__slider-track::-webkit-scrollbar{height:4px}.customer-reviews__slider-track::-webkit-scrollbar-track{background:#0000000d}.customer-reviews__slider-track::-webkit-scrollbar-thumb{background:var(--slider-track-color);border-radius:4px}@media screen and (max-width:749px){.customer-reviews__slider-track{margin-left:-1.5rem;margin-right:-1.5rem;padding-left:1.5rem;padding-right:1.5rem}}.customer-reviews__card--review{flex:0 0 329px;max-width:calc(100vw - 48px);scroll-snap-align:start}.customer-reviews__card{position:relative;height:440px;border-radius:10px;overflow:hidden;border:1px solid rgba(0,0,0,.06);box-shadow:0 8px 24px #00000005;display:flex;flex-direction:column;background-color:#fff;transition:transform .3s cubic-bezier(.25,.46,.45,.94),box-shadow .3s ease;box-sizing:border-box}@media screen and (min-width:990px){.customer-reviews__card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000012}}.customer-reviews__card--review{cursor:pointer}.customer-reviews__card-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.customer-reviews__card--review:hover .customer-reviews__card-bg{transform:scale(1.04)}.customer-reviews__card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0000 50%,#0000004d 70%,#000c);z-index:2}.customer-reviews__play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1);width:48px;height:48px;border-radius:50%;background:#00000073;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:2;color:#fff;transition:background-color .3s ease,transform .3s ease,color .3s ease;border:1px solid rgba(255,255,255,.2)}.customer-reviews__play-btn svg{width:14px;height:14px;fill:currentColor;margin-left:3px}.customer-reviews__card--review:hover .customer-reviews__play-btn{background-color:#7fbc1e;transform:translate(-50%,-50%) scale(1.08);border-color:#7fbc1e}.customer-reviews__card-info{position:absolute;bottom:0;left:0;width:100%;padding:16px 20px;box-sizing:border-box;z-index:2}.customer-reviews__card-name{font-family:var(--font-body-family),sans-serif;font-size:1.6rem;font-weight:700;color:#fff;margin:0 0 6px;letter-spacing:.3px}.customer-reviews__stars{display:flex;gap:4px}.customer-reviews__star{width:14px;height:14px}.customer-reviews__star.fill-gold{fill:#ffc107}.customer-reviews__star.fill-grey{fill:#ffffff59}.customer-reviews__card--summary{padding:24px 16px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;border:1px solid rgba(0,0,0,.08);width:100%;max-width:329px;margin:0 auto}.customer-reviews__summary-stars{display:flex;gap:8px;margin-bottom:16px}.customer-reviews__summary-stars svg,.customer-reviews__summary-star{width:24px;height:24px;fill:#ffc107}.customer-reviews__summary-rating{font-family:var(--font-heading-family);font-size:34px;font-weight:600;color:#232323;margin:0 0 22px;line-height:1.1}.customer-reviews__summary-text{font-family:var(--font-body-family),sans-serif;font-size:clamp(14px,1.4vw,18px);font-weight:600;color:#000;margin:0 0 16px;letter-spacing:.2px}.customer-reviews__summary-divider{width:80%;height:1px;background-color:#eaeaea;margin:0 auto 16px}.customer-reviews__summary-socials{display:flex;gap:16px;align-items:center;justify-content:center}.customer-reviews__social-link{display:flex;align-items:center;justify-content:center;color:inherit;text-decoration:none;transition:transform .3s ease}.customer-reviews__social-link:hover{transform:scale(1.15)}.customer-reviews__social-link svg,.customer-reviews__social-link img{height:30px;display:block;object-fit:contain}.customer-reviews__social-link--facebook{color:#1877f2}.customer-reviews__social-link--instagram{color:#e1306c}.customer-reviews__social-link--youtube{color:red}.customer-reviews__modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.customer-reviews__modal.is-open{opacity:1;visibility:visible}.customer-reviews__modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000a6;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.customer-reviews__modal-content{position:relative;width:92%;max-width:460px;height:82vh;max-height:720px;background:#000;border-radius:16px;overflow:hidden;z-index:2;box-shadow:0 20px 50px #000000b3;border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;transition:max-width .3s ease}.customer-reviews__modal-content.is-landscape{max-width:800px;aspect-ratio:16 / 9;height:auto}.customer-reviews__modal-close{position:absolute;top:12px;right:12px;background:#00000080;border:none;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,transform .2s ease;z-index:10}.customer-reviews__modal-close:hover{background:#7fbc1e;transform:rotate(90deg)}.customer-reviews__modal-close svg{width:12px;height:12px;fill:currentColor}.customer-reviews__modal-video-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.customer-reviews__modal-video-wrapper iframe,.customer-reviews__modal-video-wrapper video{width:100%;height:100%;border:none;object-fit:contain}@media(max-width:991px){.customer-reviews__card{height:initial}.customer-reviews__summary-rating{margin:0 0 15px}.customer-reviews__card--review{flex:0 0 259px}.customer-reviews__content-wrapper.has-summary{grid-template-columns:1fr 259px}.customer-reviews__summary-rating{font-size:30px}.customer-reviews__summary-stars svg,.customer-reviews__summary-star{width:20px;height:20px}.customer-reviews__summary-text{margin:0 0 9px}.customer-reviews__summary-divider{margin:0 auto 10px}}.fra-customer-reviews .customer-reviews__card--summary,.follow-fragrances-temp .customer-reviews__card--summary,body.template-suffix-follow-fragrances .customer-reviews__card--summary{background-color:#0a0a0a;border:1px solid rgba(255,255,255,.2);border-radius:12px}.fra-customer-reviews .customer-reviews__summary-rating,.follow-fragrances-temp .customer-reviews__summary-rating,body.template-suffix-follow-fragrances .customer-reviews__summary-rating{color:#fff}.fra-customer-reviews .customer-reviews__summary-text,.follow-fragrances-temp .customer-reviews__summary-text,body.template-suffix-follow-fragrances .customer-reviews__summary-text{color:#fff;opacity:.9}.fra-customer-reviews .customer-reviews__summary-divider,.follow-fragrances-temp .customer-reviews__summary-divider,body.template-suffix-follow-fragrances .customer-reviews__summary-divider{background-color:#fff3}.fra-customer-reviews .customer-reviews__card--review:hover .customer-reviews__play-btn,.follow-fragrances-temp .customer-reviews__card--review:hover .customer-reviews__play-btn,body.template-suffix-follow-fragrances .customer-reviews__card--review:hover .customer-reviews__play-btn{background-color:#ffc107;border-color:#ffc107;color:#000}
/*# sourceMappingURL=/cdn/shop/t/8/assets/customer-reviews.css.map */
