html{font-size:calc(var(--font-body-scale, 1) * 140.625%)!important;overflow-x:clip}@media(min-width:990px){html{font-size:calc(var(--font-body-scale, 1) * 120%)!important}}body{overflow-x:clip;max-width:100vw}:root{--color-accent: var(--color-button);--color-header-bg: #ffffff;--color-border: var(--color-foreground);--color-secondary-bg: 217, 203, 190;--scent-page-max: 1500px;--scent-page-pad-x: 2.4rem}@media(max-width:989px){:root{--scent-page-pad-x: 1rem}}p,li{margin-bottom:0!important}.scent-dots{display:flex;justify-content:center;align-items:center;gap:.5rem;margin:1.4rem auto 0;padding:0;list-style:none;flex-wrap:wrap;max-width:100%}.scent-dots[hidden]{display:none}.scent-dots__dot{width:8px;height:8px;border-radius:50%;border:none;padding:0;background:rgba(var(--color-foreground),.22);cursor:pointer;-webkit-appearance:none;appearance:none;transition:background .25s ease,width .3s cubic-bezier(.16,1,.3,1);flex-shrink:0}.scent-dots__dot:hover{background:rgba(var(--color-foreground),.5)}.scent-dots__dot.is-active{background:rgb(var(--color-foreground));width:22px;border-radius:4px}.scent-dots__dot:focus-visible{outline:2px solid rgb(var(--color-button));outline-offset:2px}.btn-primary{background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;text-transform:uppercase;letter-spacing:.1em;padding:12px 24px;font-family:var(--font-body-family);font-size:.85rem;cursor:pointer;display:inline-block;text-decoration:none;text-align:center;transition:opacity .2s ease;line-height:1}.btn-primary:hover{opacity:.85}.btn-outline{background:transparent;color:rgb(var(--color-foreground));border:1px solid rgb(var(--color-foreground));text-transform:uppercase;letter-spacing:.1em;padding:11px 24px;font-family:var(--font-body-family);font-size:.85rem;cursor:pointer;display:inline-block;text-decoration:none;text-align:center;transition:background .2s ease,color .2s ease;line-height:1}.btn-outline:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.btn-outline-white{background:transparent;color:#fff;border:1px solid #ffffff;text-transform:uppercase;letter-spacing:.1em;padding:11px 24px;font-family:var(--font-body-family);font-size:.85rem;cursor:pointer;display:inline-block;text-decoration:none;text-align:center;transition:background .2s ease,color .2s ease;line-height:1}.btn-outline-white:hover{background:#fff;color:rgb(var(--color-foreground))}.scent-heading{font-family:var(--font-heading-family);font-weight:400;line-height:1.2}.scent-heading em,.scent-heading i{font-style:italic;font-weight:400;display:block}.scent-label{text-transform:uppercase;letter-spacing:.1em;font-size:.8rem;font-family:var(--font-body-family)}.scent-section-header{text-align:center;padding:4rem 1.4rem 2.6rem;max-width:1500px;margin:0 auto}.scent-section-header--left{text-align:left}.scent-section-header--light{color:#fff}.scent-section-header--tight{padding:2.6rem 1.4rem 1.6rem}.scent-section-header__eyebrow{display:inline-block;font-family:var(--font-body-family);font-size:.72rem;font-weight:500;text-transform:uppercase;letter-spacing:.32em;opacity:.55;margin:0 0 1.2rem}.scent-section-header--light .scent-section-header__eyebrow{opacity:.85}.scent-section-header__heading{font-family:var(--font-heading-family);font-weight:700;font-size:clamp(2.4rem,4.2vw,3.8rem);line-height:1.02;letter-spacing:-.02em;margin:0}.scent-section-header__heading>span{display:block}.scent-section-header__heading em{font-style:italic;font-weight:500;display:block;letter-spacing:-.012em;margin-top:.08em}.scent-section-header__sub{font-family:var(--font-body-family);font-size:.95rem;line-height:1.55;opacity:.72;max-width:36rem;margin:1.2rem auto 0}.scent-section-header--left .scent-section-header__sub{margin-left:0;margin-right:0}.scent-section-header__rule{display:block;width:3.2rem;height:1px;margin:1.6rem auto 0;background:rgb(var(--color-button));opacity:.55;border:0}.scent-section-header--left .scent-section-header__rule{margin-left:0}.scent-section-header--light .scent-section-header__rule{background:#fff;opacity:.7}@media(max-width:749px){.scent-section-header{padding:2.6rem 1.2rem 1.6rem}}.scent-divider{position:relative;display:flex;align-items:center;justify-content:center;max-width:1500px;margin:0 auto;padding:15px 1.5rem;height:12px;box-sizing:content-box;pointer-events:none}.scent-divider__line{flex:1;height:1px;background:rgba(var(--color-foreground),.18);transform:scaleX(0);transition:transform 1.4s cubic-bezier(.16,1,.3,1)}.scent-divider__line--left{transform-origin:right center}.scent-divider__line--right{transform-origin:left center}.scent-divider__dot{width:6px;height:6px;margin:0 1.4rem;border-radius:50%;background:rgb(var(--color-button));flex-shrink:0;opacity:0;transform:scale(0);transition:opacity .55s cubic-bezier(.16,1,.3,1) .5s,transform .55s cubic-bezier(.16,1,.3,1) .5s}.scent-divider.is-visible .scent-divider__line{transform:scaleX(1)}.scent-divider.is-visible .scent-divider__dot{opacity:1;transform:scale(1);animation:scent-divider-pulse 4s ease-in-out infinite 1.6s}@keyframes scent-divider-pulse{0%,to{box-shadow:0 0 rgba(var(--color-button),.45)}50%{box-shadow:0 0 0 7px rgba(var(--color-button),0)}}@media(prefers-reduced-motion:reduce){.scent-divider__line{transform:scaleX(1);transition:none}.scent-divider__dot{opacity:1;transform:scale(1);transition:none;animation:none}}@media(max-width:749px){.scent-divider{padding:0 1rem}.scent-divider__dot{margin:0 1rem;width:5px;height:5px}}.scent-divider--light .scent-divider__line{background:#fff6}.scent-divider--light .scent-divider__dot{background:#fff}.scent-divider--light.is-visible .scent-divider__dot{animation-name:scent-divider-pulse-light}@keyframes scent-divider-pulse-light{0%,to{box-shadow:0 0 #ffffff80}50%{box-shadow:0 0 0 7px #fff0}}.scent-card{position:relative;cursor:pointer}.scent-card__cover-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;text-decoration:none}.scent-card__cover-link:focus-visible{outline:2px solid rgb(var(--color-button));outline-offset:-4px}.scent-card__buy{display:grid;grid-template-columns:1fr 3rem;align-items:stretch;background:rgb(var(--color-button));color:rgb(var(--color-button-text));min-height:3rem;position:relative;overflow:hidden}.scent-card__buy.is-disabled{opacity:.55;pointer-events:none}.scent-card__buy-price{display:flex;align-items:center;padding:0 1.1rem;font-family:var(--font-body-family);font-size:.95rem;font-weight:700;letter-spacing:.04em;font-feature-settings:"tnum";white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scent-card__add{-webkit-appearance:none;appearance:none;position:relative;z-index:2;width:3rem;background:transparent;border:0;border-left:1px solid rgba(255,255,255,.16);color:rgb(var(--color-button-text));cursor:pointer;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:color .28s cubic-bezier(.4,0,.2,1)}.scent-card__add:before{content:"";position:absolute;top:50%;left:50%;width:110%;height:110%;background:rgb(var(--color-button-text));transform:translate(-50%,-50%) scale(0);border-radius:50%;transition:transform .36s cubic-bezier(.16,1,.3,1);z-index:0}.scent-card__add:hover:before{transform:translate(-50%,-50%) scale(1.2)}.scent-card__add:hover{color:rgb(var(--color-button))}.scent-card__add-icon{position:absolute;width:1.2rem;height:1.2rem;display:inline-flex;align-items:center;justify-content:center;z-index:1;transition:opacity .24s cubic-bezier(.4,0,.2,1),transform .32s cubic-bezier(.16,1,.3,1);pointer-events:none}.scent-card__add-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.scent-card__add-icon--plus{opacity:1;transform:scale(1) rotate(0)}.scent-card__add-icon--bag,.scent-card__add-icon--check,.scent-card__add-icon--spin{opacity:0;transform:scale(.6)}.scent-card__add:hover .scent-card__add-icon--plus{opacity:0;transform:scale(.6) rotate(90deg)}.scent-card__add:hover .scent-card__add-icon--bag{opacity:1;transform:scale(1) rotate(0)}.scent-card__add.is-loading .scent-card__add-icon--plus,.scent-card__add.is-loading .scent-card__add-icon--bag,.scent-card__add.is-loading .scent-card__add-icon--check{opacity:0!important}.scent-card__add.is-loading .scent-card__add-icon--spin{opacity:1;transform:scale(1);animation:scent-card-spin .72s linear infinite}@keyframes scent-card-spin{to{transform:scale(1) rotate(360deg)}}.scent-card__add.is-success .scent-card__add-icon--plus,.scent-card__add.is-success .scent-card__add-icon--bag,.scent-card__add.is-success .scent-card__add-icon--spin{opacity:0!important}.scent-card__add.is-success .scent-card__add-icon--check{opacity:1;transform:scale(1)}.scent-card__add.is-success{color:rgb(var(--color-button))}.scent-card__add.is-success:before{transform:translate(-50%,-50%) scale(1.2)}.scent-card__add.is-error:before{background:#c9322a;transform:translate(-50%,-50%) scale(1.2)}.scent-card__add.is-error{color:#fff}.scent-card__add:disabled,.scent-card__add[aria-disabled=true]{cursor:not-allowed;opacity:.4}.scent-card__add:focus-visible{outline:2px solid rgb(var(--color-button-text));outline-offset:-3px}@media(hover:none){.scent-card__add:before{display:none}.scent-card__add:hover{color:rgb(var(--color-button-text))}.scent-card__add:hover .scent-card__add-icon--plus{opacity:1;transform:none}.scent-card__add:hover .scent-card__add-icon--bag{opacity:0;transform:scale(.6)}}@media(prefers-reduced-motion:reduce){.scent-card__add:before,.scent-card__add-icon{transition:none}.scent-card__add.is-loading .scent-card__add-icon--spin{animation:none}}.scent-crumbs{max-width:var(--scent-page-max);margin:0 auto;padding:1.4rem var(--scent-page-pad-x);box-sizing:border-box;font-family:var(--font-body-family);font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;color:rgb(var(--color-foreground))}.scent-crumbs__list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:0}.scent-crumbs__item{display:inline-flex;align-items:center;font-weight:500}.scent-crumbs__link{color:rgb(var(--color-button));text-decoration:none;position:relative;padding:.15rem 0;transition:color .22s ease}.scent-crumbs__link:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left center;transition:transform .32s cubic-bezier(.16,1,.3,1)}.scent-crumbs__link:hover{color:rgb(var(--color-foreground))}.scent-crumbs__link:hover:after{transform:scaleX(1)}.scent-crumbs__here{color:rgb(var(--color-foreground));font-weight:600;opacity:1}.scent-crumbs__sep{display:inline-flex;align-items:center;justify-content:center;margin:0 .85rem;color:rgb(var(--color-button));opacity:.7;-webkit-user-select:none;user-select:none}.scent-crumbs__sep svg{display:block}@media(max-width:749px){.scent-crumbs{padding:15px var(--scent-page-pad-x);font-size:.72rem;letter-spacing:.1em}.scent-crumbs__sep{margin:0 .55rem}.scent-crumbs__sep svg{width:10px;height:10px}}#scent-scroll-top{position:fixed;bottom:15px;right:15px;width:46px;height:46px;border-radius:0;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:none;cursor:pointer;z-index:999;align-items:center;justify-content:center;box-shadow:0 6px 18px #0000002e;transition:transform .25s ease,opacity .25s ease}#scent-scroll-top:hover{transform:translateY(-2px);opacity:.92}@media(max-width:749px){body.template-product #scent-scroll-top{display:none!important}}body.template-page-bundle #scent-scroll-top{display:none!important}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.drawer__inner{width:400px!important;max-width:calc(100vw - 1rem)!important;border:none!important;box-shadow:-2px 0 16px #00000014}@media screen and (max-width:600px){.drawer__inner{width:100vw!important;max-width:100vw!important}}.drawer__heading{font-size:15px!important;padding:12px 24px 12px 12px!important;margin:0!important}@media screen and (max-width:749px){.drawer__heading{padding:12px!important}}.drawer__close{min-width:28px!important;min-height:28px!important;top:15px!important;right:15px!important}.drawer__close .svg-wrapper{width:16px!important;height:16px!important}.cart-drawer .ct-message,.cart-drawer .cart-timer{font-size:11px!important;padding:5px 16px!important;line-height:1.3!important}.cart-drawer .free-shipping-bar,.cart-drawer .cart-progress,.cart-drawer [class*=shipping-bar],.cart-drawer [class*=progress-bar]{font-size:11px!important;padding:6px 16px!important}.cart-drawer table[role=table],.cart-drawer tbody[role=rowgroup],.cart-drawer tbody{padding:0!important}.cart-drawer .drawer__cart-items-wrapper{padding:6px 24px 6px 12px!important}@media screen and (max-width:749px){.cart-drawer .drawer__cart-items-wrapper{padding:6px 12px!important}}.cart-drawer .cart-item{margin-bottom:10px!important}.cart-drawer .cart-items td{padding:2px 0!important}.cart-drawer .cart-item__media{width:64px!important;min-width:64px!important;padding-right:8px!important}.cart-drawer .cart-item__image{width:64px!important;height:auto!important;border-radius:4px}.cart-drawer .cart-item__details{gap:0!important;padding-top:0!important;padding-bottom:0!important}.cart-drawer .cart-item__name,.cart-drawer .cart-item__name.h4{font-size:14px!important;font-weight:600!important;line-height:1.3!important;margin-bottom:2px!important}.cart-drawer .product-option,.cart-drawer .product-option dt,.cart-drawer .product-option dd{font-size:12px!important;line-height:1.3!important}.cart-drawer .caption-with-letter-spacing{font-size:11px!important;letter-spacing:.05em!important}.cart-drawer .cart-item__totals,cart-drawer .cart-item__totals{gap:8px!important;padding-top:2px!important;padding-bottom:2px!important;font-size:14px!important}.cart-drawer .cart-item__price-wrapper{display:flex!important;flex-direction:column!important;align-items:flex-end!important;text-align:right!important;min-width:80px!important;flex-shrink:0!important;gap:1px!important;font-size:14px!important;line-height:1.3!important}.cart-drawer .cart-item__price-wrapper div[style*=color]{font-size:9px!important;display:inline-block!important;background:rgb(var(--color-button))!important;color:rgb(var(--color-button-text))!important;padding:2px 6px!important;border-radius:10px!important;line-height:1.2!important;margin:0 0 2px!important;order:-1!important}.cart-drawer .price,.cart-drawer .cart-item__final-price,.cart-drawer .cart-item__discounted-prices .price{font-size:15px!important;font-weight:700!important;line-height:1.2!important}.cart-drawer .cart-item__discounted-prices{display:flex!important;flex-direction:column!important;align-items:flex-end!important;gap:1px!important;margin-bottom:0!important}.cart-drawer .cart-item__old-price,.cart-drawer .cart-item__discounted-prices s,.cart-drawer #cart-item-count{font-size:11px!important;opacity:.5!important;order:1!important}.cart-drawer .cart-item__quantity,.cart-drawer .cart-item__quantity--info{flex-shrink:0!important;max-width:80px!important;width:80px!important}.cart-drawer .quantity,.cart-drawer .cart-quantity{height:26px!important;min-height:26px!important;max-width:80px!important;width:80px!important;font-size:12px!important;border-radius:3px!important}.cart-drawer .quantity__button{width:24px!important;height:26px!important;padding:0!important}.cart-drawer .quantity__button svg,.cart-drawer .quantity__button .svg-wrapper{width:8px!important;height:8px!important}.cart-drawer .quantity__input{font-size:12px!important;width:28px!important;padding:0!important}.cart-drawer cart-remove-button .button,.cart-drawer .cart-remove-button{min-height:auto!important;min-width:auto!important;padding:2px!important}.cart-drawer cart-remove-button svg,.cart-drawer cart-remove-button .svg-wrapper{width:14px!important;height:14px!important}.cart-drawer .discount-code-wrapper,.cart-drawer .cart-discount,.cart-drawer [class*=discount-code]{padding:0 16px!important;margin-bottom:8px!important}#discount-code-container{margin:8px 0!important;padding:0 16px!important}#discount-form{gap:6px!important;margin-bottom:6px!important}#discount-input{font-size:11px!important;padding:6px 10px!important;height:32px!important;min-width:auto!important;border:1px solid rgba(var(--color-foreground),.2)!important}#discount-input::placeholder{font-size:11px!important}#apply-discount-btn{font-size:10px!important;font-weight:700!important;padding:6px 14px!important;height:32px!important;background-color:rgb(var(--color-button))!important;color:rgb(var(--color-button-text))!important;border:none!important;text-transform:uppercase;letter-spacing:.06em}.cart-drawer .discount-code-wrapper input{font-size:11px!important;padding:6px 10px!important;height:32px!important}.cart-drawer .discount-code-wrapper button{font-size:10px!important;padding:6px 14px!important;height:32px!important;background:rgb(var(--color-button))!important;color:rgb(var(--color-button-text))!important}.drawer__footer{padding:12px 24px 12px 12px!important;border-top:1px solid rgba(var(--color-foreground),.1)!important}@media screen and (max-width:749px){.drawer__footer{padding:12px!important;border-top:1px solid rgba(var(--color-foreground),.1)!important}}.cart-drawer__footer{padding:0!important;border-top:1px solid rgba(var(--color-foreground),.1)!important}.cart-drawer .totals{display:flex!important;justify-content:space-between!important;align-items:baseline!important;margin-bottom:5px!important}.cart-drawer .totals__total,.cart-drawer .totals h2,.cart-drawer .totals__total-value,.cart-drawer .totals p{font-size:14px!important;font-weight:600!important;margin:0!important}.cart-drawer .cross-price{font-size:13px!important}.cart-drawer .totals:last-of-type .totals__total,.cart-drawer .totals:last-of-type h2{font-size:15px!important;font-weight:700!important}.cart-drawer .totals:last-of-type .totals__total-value,.cart-drawer .totals:last-of-type p{font-size:15px!important;font-weight:700!important}.cart-drawer .tax-note,.cart-drawer .tax-note.caption-large{font-size:11px!important;margin-top:4px!important;line-height:1.3!important}.cart-drawer .cart__checkout-button,.cart-drawer .cart__ctas button[name=checkout],.cart-drawer #CartDrawer-Checkout{font-size:13px!important;font-weight:700!important;padding:10px 16px!important;min-height:40px!important;letter-spacing:.08em;text-transform:uppercase}.cart-drawer .cart__checkout-button .svg-wrapper{width:14px!important;height:14px!important}.cart-drawer .cart__ctas{gap:0!important}.cart-drawer .cart__ctas .button--secondary{font-size:11px!important;padding:8px 16px!important;min-height:36px!important}.cart-drawer .cart__dynamic-checkout-buttons,.cart-drawer .dynamic-checkout__content{margin-top:6px!important}.cart-drawer .shopify-payment-button button,.cart-drawer .shopify-payment-button__button{min-height:36px!important;font-size:11px!important}.cart-drawer .payment-icons,.cart-drawer [class*=payment-icons],.cart-drawer .list-payment-lm{gap:8px!important;padding:8px 0!important}.cart-drawer .list-payment__item{margin:0!important;padding:0!important}.cart-drawer .payment-icons img,.cart-drawer .payment-icons svg{height:20px!important;width:auto!important}.drawer__footer>details summary{font-size:11px!important;padding:6px 10px!important}.drawer__footer>details textarea{font-size:11px!important;padding:6px 10px!important}.drawer__footer>details[open]{padding-bottom:6px!important}.cart-drawer .cart-upsell,.cart-drawer [class*=upsell]{font-size:11px!important;padding:8px 16px!important}.cart-drawer .discounts__discount{font-size:11px!important}.cart-drawer .discounts__discount svg{width:11px!important;height:11px!important}.cart-drawer li,.cart-drawer ul,.cart-drawer ol{list-style:none!important}.cart-drawer li::marker{content:""!important;display:none!important;font-size:0!important}.cart-drawer ul,.cart-drawer ol{padding-left:0!important;margin:0!important}.cart-drawer .cart__empty-text{font-size:15px!important}.cart-drawer .cart__login-title{font-size:13px!important}.cart-drawer .cart__login-paragraph{font-size:11px!important}.cart-drawer .cart-drawer__empty-content .button{font-size:11px!important;padding:8px 16px!important}.scent-pdp,.scent-olfactory,.scent-related,.scent-social{font-family:"Poppins",var(--font-body-family),sans-serif}.scent-card .scent-card__badge{top:3rem!important;right:.7rem!important;left:auto!important}.scent-card__fav{position:absolute;top:.7rem;right:.7rem;left:auto;z-index:4;width:2rem;height:2rem;border:0;background:#ffffffc7;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;color:rgb(var(--color-foreground));transition:background .18s ease,color .18s ease,transform .18s ease}.scent-card__fav:hover{background:#fff;transform:scale(1.06)}.scent-card__fav-icon{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;transition:fill .18s ease,stroke .18s ease}.scent-card__fav.is-favorited{color:rgb(var(--color-button))}.scent-card__fav.is-favorited .scent-card__fav-icon{fill:rgb(var(--color-button));stroke:rgb(var(--color-button))}.scent-card__fav.is-pulse .scent-card__fav-icon{animation:scentFavPulse .28s ease-out}@keyframes scentFavPulse{0%{transform:scale(1)}40%{transform:scale(1.28)}to{transform:scale(1)}}.scent-favs{max-width:1500px;margin:0 auto;padding:4rem 2.4rem 5rem;font-family:var(--font-body-family);color:rgb(var(--color-foreground))}@media(max-width:749px){.scent-favs{padding:3rem 1.2rem 4rem}}.scent-favs__head{text-align:center;margin:0 0 3rem}.scent-favs__title{font-family:var(--font-heading-family);font-size:clamp(2rem,4vw,3rem);font-weight:700;margin:0 0 .6rem;letter-spacing:-.01em}.scent-favs__sub{font-size:.9rem;color:rgba(var(--color-foreground),.65);margin:0}.scent-favs__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media(min-width:750px){.scent-favs__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.75rem}}.scent-fav-card{position:relative;background:transparent;cursor:pointer}.scent-fav-card__cover{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;text-decoration:none;color:inherit}.scent-fav-card__media,.scent-fav-card__title,.scent-fav-card__price{position:relative;pointer-events:none}.scent-fav-card__media{aspect-ratio:3 / 4;overflow:hidden;background:rgba(var(--color-foreground),.05);margin-bottom:.85rem}.scent-fav-card__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.scent-fav-card__remove{pointer-events:auto;position:absolute;top:.7rem;right:.7rem;z-index:2;width:2rem;height:2rem;border:0;background:#ffffffd9;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:rgb(var(--color-button));padding:0;transition:background .18s ease,transform .18s ease}.scent-fav-card__remove:hover{background:#fff;transform:scale(1.06)}.scent-fav-card__remove svg{width:1rem;height:1rem;fill:currentColor;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.scent-fav-card__title{font-family:var(--font-heading-family);font-size:.95rem;font-weight:500;margin:0 0 .25rem;line-height:1.3}.scent-fav-card__title a{color:inherit;text-decoration:none}.scent-fav-card__price{font-size:.85rem;font-weight:600;color:rgb(var(--color-button));margin:0}.scent-favs__empty{text-align:center;padding:4rem 1rem;font-size:.95rem;color:rgba(var(--color-foreground),.65)}.scent-favs__empty-cta{display:inline-block;margin-top:1.5rem;padding:.95rem 2.4rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));text-decoration:none;text-transform:uppercase;letter-spacing:.16em;font-size:.74rem;font-weight:600}.shopify-policy__container{background:rgb(var(--color-background));color:rgb(var(--color-foreground));max-width:var(--scent-page-max, 1500px)!important;width:100%!important;margin:0 auto!important;padding:3rem var(--scent-page-pad-x, 2.4rem) 5rem!important;font-family:var(--font-body-family);box-sizing:border-box}.shopify-policy__title{text-align:center;padding-bottom:1.4rem;border-bottom:1px solid rgba(var(--color-foreground),.14);margin-bottom:2.4rem;position:relative}.shopify-policy__title:before{content:"Information l\e9gale";display:block;font-family:var(--font-body-family);font-size:.66rem;font-weight:500;text-transform:uppercase;letter-spacing:.32em;color:rgba(var(--color-foreground),.6);margin-bottom:.85rem}.shopify-policy__title h1{font-family:var(--font-heading-family)!important;font-weight:600!important;font-size:clamp(1.5rem,3vw,2.2rem)!important;line-height:1.15!important;margin:0!important;color:rgb(var(--color-foreground))!important;letter-spacing:.005em}.shopify-policy__body{max-width:100%;margin:0}.shopify-policy__body .rte,.shopify-policy__body>div{font-family:var(--font-body-family);color:rgba(var(--color-foreground),.82)}.shopify-policy__body p,.shopify-policy__body li{font-family:var(--font-body-family)!important;font-size:.84rem!important;line-height:1.7!important;color:rgba(var(--color-foreground),.82)!important;margin:0 0 .9rem!important}.shopify-policy__body strong{color:rgb(var(--color-foreground));font-weight:600}.shopify-policy__body h2{font-family:var(--font-heading-family)!important;font-weight:600!important;font-size:clamp(1.05rem,1.5vw,1.3rem)!important;line-height:1.25!important;color:rgb(var(--color-foreground))!important;margin:2.2rem 0 .85rem!important;padding-top:1.4rem!important;border-top:1px solid rgba(var(--color-foreground),.1);scroll-margin-top:5rem}.shopify-policy__body h2:first-of-type,.shopify-policy__body .rte>div>h2:first-of-type{margin-top:0!important;padding-top:0!important;border-top:0!important}.shopify-policy__body h3{font-family:var(--font-heading-family)!important;font-weight:600!important;font-size:.98rem!important;margin:1.4rem 0 .6rem!important;color:rgb(var(--color-foreground))!important}.shopify-policy__body p strong{color:rgb(var(--color-foreground));font-weight:700}.shopify-policy__body p br+br{line-height:2.6}.shopify-policy__body ul,.shopify-policy__body ol{margin:0 0 1.2rem!important;padding-left:0}.shopify-policy__body ul{list-style:none}.shopify-policy__body ul li{position:relative;padding-left:1.2rem}.shopify-policy__body ul li:before{content:"";position:absolute;left:0;top:.62rem;width:.5rem;height:1px;background:rgb(var(--color-button))}.shopify-policy__body ol{padding-left:1.3rem}.shopify-policy__body a{color:rgb(var(--color-button))!important;text-decoration:none!important;border-bottom:1px solid currentColor;transition:opacity .18s ease}.shopify-policy__body a:hover{opacity:.7}.shopify-policy__body hr{border:0;border-top:1px solid rgba(var(--color-foreground),.1);margin:1.6rem 0}@media(max-width:749px){.shopify-policy__container{padding:2rem 15px 3rem!important}.shopify-policy__title h1{font-size:clamp(1.3rem,5vw,1.7rem)!important}.shopify-policy__title{margin-bottom:1.6rem;padding-bottom:1.1rem}.shopify-policy__body p,.shopify-policy__body li{font-size:.81rem!important;line-height:1.65!important}.shopify-policy__body h2{margin-top:1.7rem!important;padding-top:1rem!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/scent-custom.css.map */
