*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:var(--font-body-family);font-size:var(--font-body-size);font-style:var(--font-body-style);font-weight:var(--font-body-weight);color:rgb(var(--color-base-text));background-color:rgb(var(--color-base-background));line-height:1.6;letter-spacing:-.02em;min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;position:relative;z-index:1}body:not(.template-index) .main-content{padding-top:calc(var(--header-height, 70px) + var(--announcement-height, 0px))}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit;color:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-to-content-link:focus{z-index:9999;position:fixed;top:1rem;left:1rem;padding:1rem 2rem;background:rgb(var(--color-base-button));color:rgb(var(--color-base-button-text));clip:auto;width:auto;height:auto}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 2rem}@media screen and (max-width:749px){.page-width{padding:0 1.5rem}}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);line-height:1.1;letter-spacing:-.03em}h1,.h1{font-size:clamp(2.5rem,5vw,4rem)}h2,.h2{font-size:clamp(2rem,4vw,3rem)}h3,.h3{font-size:clamp(1.5rem,3vw,2rem)}h4,.h4{font-size:clamp(1.25rem,2vw,1.5rem)}p{margin-bottom:1rem}p:last-child{margin-bottom:0}.text-center{text-align:center}.text-uppercase{text-transform:uppercase;letter-spacing:.1em}.text-small{font-size:.875rem}.text-large{font-size:1.125rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;border:none;border-radius:var(--button-border-radius);cursor:pointer;transition:all var(--duration-default) ease;text-decoration:none}.button--primary{background-color:rgb(var(--color-base-button));color:rgb(var(--color-base-button-text))}.button--primary:hover{opacity:.85}.button--secondary{background-color:transparent;color:rgb(var(--color-base-text));border:1px solid rgb(var(--color-base-text))}.button--secondary:hover{background-color:rgb(var(--color-base-text));color:rgb(var(--color-base-background))}.button--large{padding:1.25rem 3rem;font-size:1rem}.button--small{padding:.75rem 1.5rem;font-size:.75rem}.button--full-width{width:100%}.link{position:relative;display:inline-block;transition:color var(--duration-default) ease}.link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background-color:rgb(var(--color-base-text));transition:width var(--duration-default) ease}.link:hover:after{width:100%}.link:hover{opacity:.7}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:rgba(var(--color-base-background),.72);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid rgba(var(--color-base-text),.06);box-shadow:0 .5px rgba(var(--color-base-text),.04);transition:background-color .3s ease,color .3s ease,border-bottom .3s ease,box-shadow .3s ease}.header *,.header .header__nav-link,.header .header__logo,.header .header__icon,.header .header__menu-toggle span{transition:color .3s ease,background-color .3s ease}.header--transparent{background-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:1px solid transparent;box-shadow:none;color:#fff}.header--transparent .header__nav-link,.header--transparent .header__logo,.header--transparent .header__icon{color:#fff}.header--transparent .header__menu-toggle span{background-color:#fff}.header--transparent.header--scrolled{background-color:rgba(var(--color-base-background),.72);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);color:rgb(var(--color-base-text));border-bottom:1px solid rgba(var(--color-base-text),.06);box-shadow:0 .5px rgba(var(--color-base-text),.04)}.header--transparent.header--scrolled .header__nav-link,.header--transparent.header--scrolled .header__logo,.header--transparent.header--scrolled .header__icon{color:rgb(var(--color-base-text))}.header--transparent.header--scrolled .header__menu-toggle span{background-color:rgb(var(--color-base-text))}.header__wrapper{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0}.header__logo{font-family:var(--font-heading-family);font-size:1.5rem;font-weight:600;letter-spacing:-.02em}.header__logo img{max-height:40px;width:auto}.header__nav{display:flex;align-items:center;gap:2.5rem}.header__nav-link{font-size:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;transition:color var(--duration-default) ease}.header__nav-link:hover{color:rgb(var(--color-base-accent))}.header__icons{display:flex;align-items:center;gap:1.5rem}.header__icon{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:none;outline:none;padding:0;cursor:pointer;transition:opacity var(--duration-default) ease}.header__icon:hover{opacity:.7}.header__icon svg{width:22px;height:22px}.header__cart-count{position:absolute;top:0;right:0;min-width:18px;height:18px;padding:0 5px;font-size:.75rem;font-weight:600;line-height:18px;text-align:center;color:rgb(var(--color-base-button-text));background-color:rgb(var(--color-base-text));border-radius:50%}.header__menu-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:none;border:none;cursor:pointer;gap:5px}.header__menu-toggle span{display:block;width:24px;height:2px;background-color:rgb(var(--color-base-text));transition:all var(--duration-default) ease}@media screen and (max-width:989px){.header__nav{display:none}.header__menu-toggle{display:flex}}.mobile-nav{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999;background-color:rgb(var(--color-base-background));padding:6rem 2rem 2rem;transform:translate(100%);transition:transform var(--duration-long) ease}.mobile-nav--open{transform:translate(0)}.mobile-nav__link{display:block;padding:1rem 0;font-size:1.5rem;font-weight:500;border-bottom:1px solid rgba(var(--color-base-text),.1)}.announcement-bar{position:fixed;top:0;left:0;right:0;z-index:1001;padding:.75rem 0;text-align:center}.announcement-bar__slider{position:relative;overflow:hidden}.announcement-bar__slide{position:absolute;top:0;left:0;right:0;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease}.announcement-bar__slide.is-active{position:relative;opacity:1;visibility:visible}.announcement-bar__link,.announcement-bar__text{display:inline-block}.announcement-bar__link{text-decoration:underline;text-underline-offset:3px;transition:opacity .2s ease}.announcement-bar__link:hover{opacity:.8}.announcement-bar__arrow{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;color:rgb(var(--color-base-background));cursor:pointer;padding:.5rem;opacity:.7;transition:opacity .2s ease;z-index:2}.announcement-bar__arrow:hover{opacity:1}.announcement-bar__arrow--prev{left:1rem}.announcement-bar__arrow--next{right:1rem}@media screen and (max-width:749px){.announcement-bar__arrow{display:none}}.announcement-bar__marquee{overflow:hidden;white-space:nowrap}.announcement-bar__marquee-track{display:flex;width:fit-content;animation:marquee var(--marquee-speed,20s) linear infinite}.announcement-bar__marquee:hover .announcement-bar__marquee-track{animation-play-state:paused}.announcement-bar__marquee-content{display:flex;flex-shrink:0}.announcement-bar__marquee-item{display:flex;align-items:center;padding:0 .7rem;flex-shrink:0}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-12.5%)}}.hero-wrapper{position:relative;z-index:1}.hero-spacer{height:var(--hero-height,100vh)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero--fixed{position:fixed;top:0;left:0;right:0;z-index:0;transform-origin:center center;will-change:transform,opacity}.hero--fixed .hero__content{will-change:opacity,transform}.hero--medium{min-height:80vh}.hero--small{min-height:60vh}.main-content .hero-wrapper~.section,.main-content .hero-wrapper~section,.main-content .hero-wrapper+.shopify-section .section,.main-content .shopify-section:not(:first-child){position:relative;z-index:2;background-color:rgb(var(--color-base-background))}.main-content .hero-wrapper+.shopify-section .section,.main-content .shopify-section:has(.hero-wrapper)+.shopify-section .section{border-radius:24px 24px 0 0;margin-top:-24px}.hero__media{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.hero__media img,.hero__media video{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,var(--overlay-opacity,.3));z-index:2}.hero__content{position:absolute;bottom:6.5rem;right:3rem;z-index:3;text-align:left;max-width:560px;padding:2.5rem;color:#fff;background-color:#0000001f;-webkit-backdrop-filter:saturate(120%) blur(16px);backdrop-filter:saturate(120%) blur(16px);border:1px solid rgba(var(--color-base-accent),.5);border-radius:var(--card-border-radius)}.hero__title.h1{font-size:clamp(2rem,3.5vw,3rem);white-space:nowrap}.hero__description{font-size:clamp(1rem,1.5vw,1.25rem)}@media screen and (max-width:749px){.hero__content{bottom:5.5rem;right:1rem;left:1rem;max-width:none;padding:1.5rem}.hero__title.h1{font-size:1.75rem;white-space:normal}.hero__description{font-size:1rem}}.hero__subtitle{font-size:.875rem;text-transform:uppercase;letter-spacing:.2em;margin-bottom:1.5rem;opacity:.9}.hero__title{margin-bottom:1.5rem}.hero__description{margin-bottom:2rem;opacity:.9}.hero__buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero__button--secondary{color:#fff;border-color:#fff}.section{padding:5rem 0;background-color:rgb(var(--color-base-background))}.section--large{padding:7rem 0}.section--small{padding:3rem 0}.section__header{text-align:center;margin-bottom:3rem}.featured-collection .section__subtitle,.featured-collection .section__description,.featured-collection .product-card__title,.featured-collection .product-card__vendor,.featured-collection .product-card__price{font-family:var(--font-body-family)}.section__subtitle{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:rgb(var(--color-base-text-muted));margin-bottom:1rem}.section__title{margin-bottom:1rem}.section__description{max-width:600px;margin:0 auto;opacity:.8}.section__link{display:inline-block;margin-top:3rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(calc(25% - 1.5rem),1fr));gap:2rem}@media screen and (max-width:989px){.product-grid{grid-template-columns:repeat(auto-fit,minmax(calc(50% - 1rem),1fr));gap:1.5rem}}@media screen and (max-width:575px){.product-grid{grid-template-columns:1fr}}.product-card{position:relative}.product-card__media{position:relative;aspect-ratio:9/16;overflow:hidden;border-radius:var(--card-border-radius);background-color:rgba(var(--color-base-text),.05);margin-bottom:1rem}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform var(--duration-long) ease}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__secondary-image{position:absolute;top:0;left:0;opacity:0;transition:opacity var(--duration-default) ease}.product-card:hover .product-card__secondary-image{opacity:1}.product-card__badges{position:absolute;top:1rem;left:1rem;display:flex;flex-direction:column;gap:.5rem}.product-card__badge{display:inline-block;padding:.375rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;background-color:rgb(var(--color-base-text));color:rgb(var(--color-base-background));border-radius:2px}.product-card__quick-add{position:absolute;bottom:1rem;left:1rem;right:1rem;opacity:0;transform:translateY(10px);transition:all var(--duration-default) ease}.product-card:hover .product-card__quick-add{opacity:1;transform:translateY(0)}.product-card__info{text-align:center}.product-card__vendor{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;opacity:.6;margin-bottom:.375rem}.product-card__title{font-size:1rem;font-weight:500;margin-bottom:.5rem}.product-card__title a{transition:color var(--duration-default) ease}.product-card__title a:hover{opacity:.7}.product-card__price{font-size:.875rem}.product-card__price s{opacity:.5;margin-right:.5rem}.product-card__price ins{text-decoration:none}.collection-list{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media screen and (max-width:989px){.collection-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:575px){.collection-list{grid-template-columns:1fr}}.collection-card{position:relative;aspect-ratio:9/16;overflow:hidden;border-radius:var(--card-border-radius)}.collection-card__media{position:absolute;top:0;left:0;right:0;bottom:0}.collection-card__media img{width:100%;height:100%;object-fit:cover;transition:transform var(--duration-long) ease}.collection-card:hover .collection-card__media img{transform:scale(1.05)}.collection-card__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to top,rgba(0,0,0,.6),transparent);z-index:1}.collection-card__content{position:absolute;bottom:0;left:0;right:0;padding:2rem;z-index:2;color:#fff}.collection-card__title{font-size:1.5rem;margin-bottom:.5rem}.collection-card__count{font-size:.875rem;opacity:.8}.rich-text{padding:7rem 0}.rich-text__inner{max-width:800px;margin:0 auto;text-align:center}.rich-text__title{margin-bottom:2rem}.rich-text__content{font-size:1.125rem;line-height:1.8;opacity:.9}.image-with-text{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative}.image-with-text--blurred-bg{padding:3rem;overflow:hidden}.image-with-text__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;filter:blur(60px) saturate(150%);transform:scale(1.3);z-index:0}.image-with-text--blurred-bg .image-with-text__media,.image-with-text--blurred-bg .image-with-text__content{position:relative;z-index:1}.image-with-text--reverse .image-with-text__media{order:2}@media screen and (max-width:989px){.image-with-text{grid-template-columns:1fr;gap:2rem}.image-with-text--reverse .image-with-text__media{order:0}}.image-with-text__media{aspect-ratio:4/5;overflow:hidden;border-radius:var(--card-border-radius)}.image-with-text__media img{width:100%;height:100%;object-fit:cover}.image-with-text__content{max-width:500px}.image-with-text__subtitle{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:rgb(var(--color-base-text-muted));margin-bottom:1rem}.image-with-text__title{margin-bottom:1.5rem}.image-with-text__text{margin-bottom:2rem;opacity:.9;line-height:1.8}.newsletter{background-color:rgb(var(--color-base-background-secondary));padding:5rem 0}.newsletter__inner{max-width:600px;margin:0 auto;text-align:center}.newsletter__title{margin-bottom:1rem}.newsletter__description{margin-bottom:2rem;opacity:.8}.newsletter__form{display:flex;gap:1rem;max-width:500px;margin:0 auto}@media screen and (max-width:575px){.newsletter__form{flex-direction:column}}.newsletter__input{flex:1;padding:1rem 1.5rem;font-size:1rem;border:1px solid rgba(var(--color-base-text),.2);border-radius:var(--input-border-radius);background-color:rgb(var(--color-base-background));transition:border-color var(--duration-default) ease}.newsletter__input:focus{outline:none;border-color:rgb(var(--color-base-text))}.newsletter__input::placeholder{opacity:.5}.footer{background-color:rgb(var(--color-base-text));color:rgb(var(--color-base-background));padding:5rem 0 2rem;position:relative;z-index:2}.footer a{color:rgb(var(--color-base-background))}.footer__grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:4rem;margin-bottom:4rem}@media screen and (max-width:989px){.footer__grid{grid-template-columns:repeat(2,1fr);gap:3rem}}@media screen and (max-width:575px){.footer__grid{grid-template-columns:1fr;gap:2.5rem}}.footer__brand{max-width:300px}.footer__logo{font-family:var(--font-heading-family);font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.footer__description{font-size:.875rem;opacity:.7;line-height:1.7;margin-bottom:1.5rem}.footer__social{display:flex;gap:1rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(var(--color-base-background),.2);border-radius:50%;transition:all var(--duration-default) ease}.footer__social-link:hover{background-color:rgb(var(--color-base-background));color:rgb(var(--color-base-text))}.footer__social-link svg{width:18px;height:18px}.footer__heading{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.footer__list{display:flex;flex-direction:column;gap:.75rem}.footer__link{font-size:.875rem;opacity:.7;transition:opacity var(--duration-default) ease}.footer__link:hover{opacity:1}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(var(--color-base-background),.1);font-size:.75rem;opacity:.6}@media screen and (max-width:575px){.footer__bottom{flex-direction:column;gap:1rem;text-align:center}}.footer__payments{display:flex;gap:.5rem}.footer__payments svg{width:38px;height:24px;opacity:.7}.product{padding:8rem 0 5rem}.product__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}@media screen and (max-width:989px){.product__grid{grid-template-columns:1fr;gap:2rem}}.product__media-wrapper{position:sticky;top:100px}.product__media-main{aspect-ratio:9/16;overflow:hidden;border-radius:var(--card-border-radius);margin-bottom:1rem;background-color:rgba(var(--color-base-text),.05);cursor:zoom-in}.product__media-main img{width:100%;height:100%;object-fit:cover}.product__media-thumbnails{display:flex;gap:.75rem;overflow-x:auto}.product__media-thumbnail{flex:0 0 80px;aspect-ratio:9/16;overflow:hidden;border-radius:calc(var(--card-border-radius)/2);cursor:pointer;opacity:.6;transition:opacity var(--duration-default) ease;border:2px solid transparent}.product__media-thumbnail--active,.product__media-thumbnail:hover{opacity:1;border-color:rgb(var(--color-base-text))}.product__media-thumbnail img{width:100%;height:100%;object-fit:cover}.product__info{max-width:500px}.product__vendor{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;opacity:.6;margin-bottom:.5rem}.product__title{font-size:2.5rem;margin-bottom:.75rem}.product__badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.product__badge-pill{display:inline-block;padding:.3125rem .75rem;font-size:.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;border:1px solid rgba(var(--color-base-text),.15);border-radius:100px;background:rgba(var(--color-base-text),.03);white-space:nowrap}.product__badge-pill--accent{background:rgba(var(--color-base-text),.07);border-color:rgba(var(--color-base-text),.25);font-weight:600}.product__archetype-tagline{font-family:var(--font-heading-family);font-size:1.0625rem;font-style:italic;opacity:.55;margin-bottom:1.25rem;letter-spacing:-.01em;line-height:1.4}.product__price-row{display:flex;align-items:baseline;gap:1rem;margin-bottom:1.5rem}.product__price{font-size:1.5rem}.product__price s{opacity:.5;margin-right:.75rem;font-size:1.25rem}.product__price ins{text-decoration:none}.product__unit-price{display:block;font-size:.875rem;opacity:.6;margin-top:.25rem}.product__price-per-ml{font-size:.8125rem;opacity:.45;font-weight:400;transition:opacity .2s ease;flex-shrink:0}.product__variants{margin-bottom:2rem}.product__variant-label{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.product__variant-options{display:flex;flex-wrap:wrap;gap:.5rem}.product__variant-option{display:flex;flex-direction:column;align-items:center;gap:.125rem;padding:.625rem 1.25rem;font-size:.875rem;border:1px solid rgba(var(--color-base-text),.2);border-radius:var(--button-border-radius);background:none;cursor:pointer;transition:all var(--duration-default) ease;position:relative;min-width:80px}.product__variant-option:hover{border-color:rgb(var(--color-base-text))}.product__variant-option--selected{background-color:rgb(var(--color-base-text));color:rgb(var(--color-base-background));border-color:rgb(var(--color-base-text))}.product__variant-name{font-size:.875rem;font-weight:500;line-height:1}.product__variant-pml{font-size:.625rem;opacity:.5;font-weight:400;letter-spacing:.02em}.product__variant-option--selected .product__variant-pml{opacity:.65}.product__best-value{font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;background:rgba(var(--color-base-accent),.15);border-radius:100px;padding:.125rem .4375rem;opacity:.8;margin-top:.125rem}.product__variant-option--selected .product__best-value{background:rgba(var(--color-base-background),.2);opacity:1}.product__quantity{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.product__quantity-button{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(var(--color-base-text),.2);border-radius:var(--button-border-radius);background:none;cursor:pointer;font-size:1.25rem;transition:all var(--duration-default) ease}.product__quantity-button:hover{border-color:rgb(var(--color-base-text))}.product__quantity-input{width:60px;height:44px;text-align:center;border:1px solid rgba(var(--color-base-text),.2);border-radius:var(--button-border-radius);font-size:1rem}.product__add-to-cart{width:100%;margin-bottom:1rem}.product__buy-now{width:100%}.product__section-divider{height:1px;background:rgba(var(--color-base-text),.08);margin:1.5rem 0}.product__vibe{font-family:var(--font-heading-family);font-size:1rem;font-style:italic;line-height:1.75;opacity:.6;margin-bottom:1.5rem;padding:.875rem 1.25rem .875rem 1.375rem;border-left:2px solid rgba(var(--color-base-text),.18);background:transparent}.product__description{margin-bottom:2rem;opacity:.9;line-height:1.8}.product__details{margin-bottom:2rem;border-top:1px solid rgba(var(--color-base-text),.1)}.product__detail-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid rgba(var(--color-base-text),.1);font-size:.875rem}.product__detail-label{text-transform:uppercase;letter-spacing:.05em;font-weight:500;opacity:.6}.product__detail-value{text-align:right}.collection-header{padding:8rem 0 3rem;text-align:center}.collection-header__title{margin-bottom:1rem}.collection-header__description{max-width:600px;margin:0 auto;opacity:.8}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(var(--color-base-text),.1)}.collection-toolbar__count{font-size:.875rem;opacity:.6}.collection-toolbar__sort{display:flex;align-items:center;gap:.75rem}.collection-toolbar__sort-label{font-size:.875rem}.collection-toolbar__sort-select{padding:.5rem 2rem .5rem 1rem;font-size:.875rem;border:1px solid rgba(var(--color-base-text),.2);border-radius:var(--input-border-radius);background-color:rgb(var(--color-base-background));cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center}.cart{padding:8rem 0 5rem}.cart__header{text-align:center;margin-bottom:3rem}.cart__empty{text-align:center;padding:5rem 0}.cart__empty-text{margin-bottom:2rem;opacity:.7}.cart__items{margin-bottom:3rem}.cart__item{display:grid;grid-template-columns:100px 1fr auto auto;gap:1.5rem;align-items:center;padding:1.5rem 0;border-bottom:1px solid rgba(var(--color-base-text),.1)}@media screen and (max-width:749px){.cart__item{grid-template-columns:80px 1fr;gap:1rem}}.cart__item-image{aspect-ratio:9/16;overflow:hidden;border-radius:var(--card-border-radius);background-color:rgba(var(--color-base-text),.05)}.cart__item-image img{width:100%;height:100%;object-fit:cover}.cart__item-info{display:flex;flex-direction:column;gap:.25rem}.cart__item-title{font-size:1rem;font-weight:500}.cart__item-variant{font-size:.875rem;opacity:.6}.cart__item-price{font-size:.875rem}.cart__item-quantity{display:flex;align-items:center;gap:.25rem}.cart__item-quantity button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(var(--color-base-text),.2);border-radius:var(--button-border-radius);background:none;cursor:pointer}.cart__item-quantity input{width:40px;height:32px;text-align:center;border:1px solid rgba(var(--color-base-text),.2);border-radius:var(--button-border-radius)}.cart__item-total{font-weight:500;min-width:80px;text-align:right}.cart__item-remove{background:none;border:none;cursor:pointer;opacity:.5;transition:opacity var(--duration-default) ease}.cart__item-remove:hover{opacity:1}.cart__footer{display:flex;justify-content:flex-end}.cart__summary{width:100%;max-width:400px;padding:2rem;background-color:rgba(var(--color-base-text),.03);border-radius:var(--card-border-radius)}.cart__subtotal{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:1rem}.cart__subtotal-value{font-weight:500}.cart__note{font-size:.875rem;opacity:.7;margin-bottom:1.5rem}.cart__checkout{width:100%}.page{padding:8rem 0 5rem}.page__header{text-align:center;margin-bottom:3rem}.page__content{max-width:800px;margin:0 auto}.page__content h2{margin-top:2rem;margin-bottom:1rem}.page__content p{margin-bottom:1rem;line-height:1.8}.page__content ul,.page__content ol{margin-bottom:1rem;padding-left:1.5rem;list-style:disc}.page__content li{margin-bottom:.5rem}.page__subheading{font-size:1.1rem;color:rgba(var(--color-base-text),.7);margin-top:.75rem;max-width:600px;margin-left:auto;margin-right:auto}.contact-page{max-width:700px;margin:0 auto}.contact-form-wrapper{margin-top:2rem}.contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:576px){.contact-form__row{grid-template-columns:1fr}}.contact-form__field{margin-bottom:1.5rem}.contact-form__field label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;letter-spacing:.03em;text-transform:uppercase}.contact-form__field input,.contact-form__field textarea{width:100%;padding:.875rem 1rem;border:1px solid rgba(var(--color-base-text),.15);border-radius:4px;background:transparent;font-family:var(--font-body-family);font-size:1rem;color:rgb(var(--color-base-text));transition:border-color .2s ease}.contact-form__field input:focus,.contact-form__field textarea:focus{outline:none;border-color:rgb(var(--color-base-text))}.contact-form__field textarea{resize:vertical;min-height:150px}.contact-form__submit{margin-top:.5rem}.contact-form__submit .button{width:100%}.form-status{padding:1rem 1.25rem;margin-bottom:2rem;border-radius:4px}.form-status--success{background:#10b9811a;border:1px solid rgba(16,185,129,.3);color:#065f46}.form-status--error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#991b1b}.form-status--error ul{margin:.5rem 0 0;padding-left:1.25rem}.error-404{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:5rem 0}.error-404__code{font-size:8rem;font-weight:700;line-height:1;opacity:.1;margin-bottom:1rem}.error-404__title{margin-bottom:1rem}.error-404__text{margin-bottom:2rem;opacity:.7}.form__group{margin-bottom:1.5rem}.form__label{display:block;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.form__input,.form__textarea,.form__select{width:100%;padding:1rem 1.25rem;font-size:1rem;border:1px solid rgba(var(--color-base-text),.2);border-radius:var(--input-border-radius);background-color:rgb(var(--color-base-background));transition:border-color var(--duration-default) ease}.form__input:focus,.form__textarea:focus,.form__select:focus{outline:none;border-color:rgb(var(--color-base-text))}.form__textarea{min-height:150px;resize:vertical}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:3rem}.pagination__item{display:flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 .75rem;font-size:.875rem;border:1px solid rgba(var(--color-base-text),.2);border-radius:var(--button-border-radius);transition:all var(--duration-default) ease}.pagination__item:hover{border-color:rgb(var(--color-base-text))}.pagination__item--current{background-color:rgb(var(--color-base-text));color:rgb(var(--color-base-background));border-color:rgb(var(--color-base-text))}.image-strip{width:100%;line-height:0}.image-strip__desktop,.image-strip__mobile{width:100%;height:auto;display:block}.image-strip__mobile{display:none}@media screen and (max-width:749px){.image-strip__desktop{display:none}.image-strip__mobile{display:block}}.faq{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.faq--reverse .faq__image{order:2}.faq--centered{grid-template-columns:1fr;max-width:700px;margin:0 auto}@media screen and (max-width:989px){.faq{grid-template-columns:1fr;gap:2rem}.faq--reverse .faq__image{order:0}}.faq__image{aspect-ratio:4/5;overflow:hidden;border-radius:var(--card-border-radius)}.faq__image img{width:100%;height:100%;object-fit:cover}.faq__item{border-bottom:1px solid rgba(var(--color-base-text),.1)}.faq__question{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;font-size:1rem;font-weight:500;cursor:pointer;list-style:none}.faq__question::-webkit-details-marker{display:none}.faq__question:after{content:"+";font-size:1.5rem;font-weight:300;line-height:1;flex-shrink:0;margin-left:1rem;transition:transform var(--duration-default) ease}.faq__item[open] .faq__question:after{content:"\2212"}.faq__answer{padding:0 0 1.25rem;opacity:.8;line-height:1.8}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.animate-fade-in{animation:fadeIn var(--duration-long) ease forwards}.animate-fade-in-up{animation:fadeInUp var(--duration-long) ease forwards}[data-scroll-reveal]{opacity:0;transform:translateY(30px);transition:opacity var(--duration-long) ease,transform var(--duration-long) ease}[data-scroll-reveal].revealed{opacity:1;transform:translateY(0)}.hidden{display:none!important}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.loading{position:relative;pointer-events:none}.loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid rgba(var(--color-base-text),.2);border-top-color:rgb(var(--color-base-text));border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.breadcrumbs{padding:1rem 0 .5rem;font-size:.75rem;color:rgb(var(--color-base-text-muted))}.breadcrumbs__list{display:flex;flex-wrap:wrap;align-items:center;list-style:none;padding:0;margin:0;gap:0}.breadcrumbs__item:not(:last-child):after{content:"/";margin:0 .5rem;opacity:.4}.breadcrumbs__link{color:rgb(var(--color-base-text-muted));text-decoration:none;transition:color var(--duration-default)}.breadcrumbs__link:hover,.breadcrumbs__item--current{color:rgb(var(--color-base-text))}.product__faq{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(var(--color-base-text),.1)}.product__faq-heading{margin-bottom:1.5rem}.product__tagline{font-family:var(--font-heading-family);font-size:1.0625rem;font-style:italic;opacity:.55;margin-bottom:.5rem;letter-spacing:.01em;line-height:1.5}.product__trust-signals{display:flex;justify-content:center;gap:1.5rem;padding:1rem 0 .25rem;margin-top:.25rem}.trust-signal{display:flex;align-items:center;gap:.375rem;font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em;opacity:.45;font-weight:500}.trust-signal__icon{flex-shrink:0;opacity:.7}@media screen and (max-width:749px){.product__trust-signals{flex-wrap:wrap;justify-content:flex-start;gap:.625rem 1.25rem}}.best-for{margin-bottom:1.5rem}.best-for__heading{font-size:.6875rem;text-transform:uppercase;letter-spacing:.1em;opacity:.5;font-weight:500;margin-bottom:.75rem}.best-for__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem;margin-bottom:1rem}.best-for__item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem .5rem .875rem;border:1px solid rgba(var(--color-base-text),.08);border-radius:calc(var(--card-border-radius)/2);background:rgba(var(--color-base-text),.02);transition:border-color var(--duration-default) ease}.best-for__item:hover{border-color:rgba(var(--color-base-text),.15)}.best-for__icon{margin-bottom:.5rem;opacity:.5}.best-for__label{display:block;font-size:.6875rem;text-transform:uppercase;letter-spacing:.1em;opacity:.5;font-weight:500;margin-bottom:.25rem}.best-for__value{font-size:.8125rem;font-weight:500;line-height:1.4}.best-for__subvalue{font-size:.6875rem;opacity:.5;font-weight:400}.best-for__family{display:flex;justify-content:space-between;align-items:baseline;padding:.75rem 0;border-top:1px solid rgba(var(--color-base-text),.08);border-bottom:1px solid rgba(var(--color-base-text),.08)}.best-for__family-label{font-size:.6875rem;text-transform:uppercase;letter-spacing:.1em;opacity:.5;font-weight:500}.best-for__family-value{font-size:.875rem;font-weight:500}.scent-journey{margin-bottom:1.5rem}.scent-journey__step{display:grid;grid-template-columns:24px 1fr;gap:0 1rem;padding-bottom:1.5rem}.scent-journey__step:last-child{padding-bottom:0}.scent-journey__timeline{display:flex;flex-direction:column;align-items:center}.scent-journey__dot{width:10px;height:10px;border-radius:50%;background:rgb(var(--color-base-text));flex-shrink:0;margin-top:.25rem;transition:transform .3s ease}.scent-journey__step:hover .scent-journey__dot{transform:scale(1.3)}.scent-journey__step--top .scent-journey__dot{opacity:1}.scent-journey__step--heart .scent-journey__dot{opacity:.55}.scent-journey__step--base .scent-journey__dot{opacity:.3}.scent-journey__line{width:1px;flex:1;background:rgba(var(--color-base-text),.15);margin-top:.375rem}.scent-journey__content{min-width:0}.scent-journey__header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.25rem}.scent-journey__phase{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.scent-journey__time{font-size:.6875rem;opacity:.4;font-style:italic}.scent-journey__description{font-size:.8125rem;opacity:.55;margin-bottom:.5rem;line-height:1.5}.scent-journey__notes{display:flex;flex-wrap:wrap;gap:.375rem}.scent-journey__note{display:inline-block;padding:.3125rem .75rem;font-size:.8125rem;border:1px solid rgba(var(--color-base-text),.15);border-radius:100px;background:rgba(var(--color-base-text),.03)}.scent-journey__step--top .scent-journey__note{border-color:rgba(var(--color-base-text),.2)}.scent-journey__step--heart .scent-journey__note{border-color:rgba(var(--color-base-text),.15);opacity:.9}.scent-journey__step--base .scent-journey__note{border-color:rgba(var(--color-base-text),.1);opacity:.8}.fragrance-profile{margin-bottom:2rem;padding-top:1.5rem;border-top:1px solid rgba(var(--color-base-text),.1)}.fragrance-profile__heading{margin-bottom:1.25rem}.fragrance-profile__performance{margin-bottom:.5rem}.fragrance-profile__bar-group{margin-bottom:1rem}.fragrance-profile__bar-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.375rem}.fragrance-profile__bar-label{font-size:.6875rem;text-transform:uppercase;letter-spacing:.1em;opacity:.5;font-weight:500}.fragrance-profile__bar-value{font-size:.75rem;opacity:.6}.fragrance-profile__bar{height:4px;background:rgba(var(--color-base-text),.08);border-radius:2px;overflow:hidden}.fragrance-profile__bar-fill{height:100%;background:rgb(var(--color-base-text));border-radius:2px;transition:width .6s ease}.layering-suggestions{margin-bottom:2rem;padding-top:1.5rem;border-top:1px solid rgba(var(--color-base-text),.1)}.layering-suggestions__heading{margin-bottom:1rem}.layering-suggestions__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem}.layering-suggestions__card{text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:.375rem}.layering-suggestions__card:hover .layering-suggestions__title{opacity:.7}.layering-suggestions__image{aspect-ratio:9/16;object-fit:cover;border-radius:calc(var(--card-border-radius)/2);width:100%;height:auto}.layering-suggestions__title{font-size:.8125rem;line-height:1.3;transition:opacity var(--duration-default) ease}.layering-suggestions__price{font-size:.75rem;opacity:.6}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;pointer-events:none;visibility:hidden}.cart-drawer--open{pointer-events:auto;visibility:visible}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;transition:background var(--duration-long)}.cart-drawer--open .cart-drawer__overlay{background:#0006}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:100%;max-width:420px;background:rgb(var(--color-base-background));display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--duration-long) ease}.cart-drawer--open .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(var(--color-base-text),.1);flex-shrink:0}.cart-drawer__title{margin:0}.cart-drawer__close{background:none;border:none;cursor:pointer;padding:.5rem;color:rgb(var(--color-base-text))}.cart-drawer__body{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1.5rem;text-align:center;color:rgb(var(--color-base-text-muted))}.cart-drawer__shipping-bar{padding:.75rem 0;margin-bottom:1rem;font-size:.75rem;text-align:center;border-bottom:1px solid rgba(var(--color-base-text),.1)}.cart-drawer__shipping-bar p{margin:0 0 .5rem}.cart-drawer__shipping-progress{height:4px;background:rgba(var(--color-base-text),.1);border-radius:2px;overflow:hidden}.cart-drawer__shipping-progress-bar{height:100%;background:rgb(var(--color-base-accent));border-radius:2px;transition:width var(--duration-default)}.cart-drawer__items{display:flex;flex-direction:column;gap:1rem}.cart-drawer__item{display:flex;gap:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(var(--color-base-text),.06);position:relative}.cart-drawer__item-image{width:80px;flex-shrink:0}.cart-drawer__item-image img{width:100%;height:auto;border-radius:var(--card-border-radius);object-fit:cover}.cart-drawer__item-info{flex:1;min-width:0}.cart-drawer__item-title{font-size:.875rem;font-weight:600;text-decoration:none;color:rgb(var(--color-base-text));display:block;margin-bottom:.25rem}.cart-drawer__item-variant{font-size:.75rem;color:rgb(var(--color-base-text-muted));margin:0 0 .25rem}.cart-drawer__item-price{font-size:.75rem;margin:0 0 .5rem}.cart-drawer__item-quantity{display:inline-flex;align-items:center;border:1px solid rgba(var(--color-base-text),.15);border-radius:var(--button-border-radius)}.cart-drawer__qty-btn{background:none;border:none;cursor:pointer;padding:.25rem .625rem;font-size:.875rem;color:rgb(var(--color-base-text));line-height:1}.cart-drawer__qty-value{font-size:.75rem;min-width:1.5rem;text-align:center}.cart-drawer__item-remove{position:absolute;top:0;right:0;background:none;border:none;cursor:pointer;padding:.25rem;color:rgb(var(--color-base-text-muted));opacity:.6;transition:opacity var(--duration-default)}.cart-drawer__item-remove:hover{opacity:1}.cart-drawer__item-remove svg{width:14px;height:14px}.cart-drawer__footer{padding:1.25rem 1.5rem;border-top:1px solid rgba(var(--color-base-text),.1);flex-shrink:0}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-weight:600;margin-bottom:.25rem}.cart-drawer__note{font-size:.75rem;color:rgb(var(--color-base-text-muted));margin:0 0 1rem}.cart-drawer .button--full-width{width:100%;text-align:center}.image-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#000000eb;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity var(--duration-long),visibility var(--duration-long)}.image-lightbox--open{opacity:1;visibility:visible}.image-lightbox__image{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:4px}.image-lightbox__close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;width:44px;height:44px;display:flex;align-items:center;justify-content:center;opacity:.8;transition:opacity var(--duration-default)}.image-lightbox__close:hover{opacity:1}.sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:50;transform:translateY(100%);transition:transform .3s ease;background:rgb(var(--color-base-background));border-top:1px solid rgba(var(--color-base-text),.1);padding:.75rem 0;box-shadow:0 -2px 12px #0000000f}.sticky-atc--visible{transform:translateY(0)}.sticky-atc__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.sticky-atc__info{display:flex;flex-direction:column;gap:.125rem;min-width:0}.sticky-atc__title{font-size:.8125rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sticky-atc__price{font-size:.9375rem;font-weight:600}.sticky-atc__price s{font-size:.75rem;opacity:.5;margin-right:.375rem}.sticky-atc__button{flex-shrink:0;padding:.625rem 1.5rem;font-size:.8125rem}@media screen and (min-width:990px){.sticky-atc{display:none}}.version-of-me{margin-bottom:2rem;padding-top:1.5rem;border-top:1px solid rgba(var(--color-base-text),.1)}.version-of-me__heading{margin-bottom:1rem}.version-of-me__content{padding:1.25rem 1.5rem;background:rgba(var(--color-base-text),.03);border-radius:calc(var(--card-border-radius)/2);border-left:3px solid rgba(var(--color-base-accent),.4)}.version-of-me__archetype{display:block;font-size:1rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.5rem}.version-of-me__description{font-size:.9375rem;line-height:1.75;opacity:.8;margin-bottom:0}
/*# sourceMappingURL=/cdn/shop/t/21/assets/theme.css.map */
