cart-drawer{display:contents}cart-items{display:block}.cart-drawer__dialog{display:none;padding:0;border:none;margin:0;inset:0 0 0 auto;height:100%;height:100dvh;max-height:100%;max-height:100dvh;width:100%;max-width:28rem;background:var(--color-surface-1);color:var(--color-text);flex-direction:column;transform:translate(100%);transition:transform .4s var(--motion-ease, cubic-bezier(.16, 1, .3, 1)),display .4s allow-discrete,overlay .4s allow-discrete}.cart-drawer__dialog[open]{display:flex;transform:translate(0)}@starting-style{.cart-drawer__dialog[open]{transform:translate(100%)}}.cart-drawer__dialog::backdrop{background:#0009;opacity:1;transition:opacity .4s ease,display .4s allow-discrete,overlay .4s allow-discrete}@starting-style{.cart-drawer__dialog[open]::backdrop{opacity:0}}@media(prefers-reduced-motion:reduce){.cart-drawer__dialog::backdrop{transition-duration:.01ms}}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.375rem;border-bottom:1px solid var(--border-subtle);flex-shrink:0}.cart-drawer__title{font-family:var(--font-heading--family);font-weight:700;font-size:1rem;letter-spacing:.02em;color:var(--color-text)}.cart-drawer__close{width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--color-text);font-size:1.375rem;cursor:pointer}.cart-drawer__error{margin:0;padding:.75rem 1.375rem;background:#b7182426;color:var(--color-text);font-size:var(--text-small)}.cart-drawer__items>.cart-line-item{animation:fadeUp .5s var(--motion-ease, ease) both}.cart-drawer__items>.cart-line-item:nth-of-type(1){animation-delay:0ms}.cart-drawer__items>.cart-line-item:nth-of-type(2){animation-delay:60ms}.cart-drawer__items>.cart-line-item:nth-of-type(3){animation-delay:.12s}.cart-drawer__items>.cart-line-item:nth-of-type(n+4){animation-delay:.18s}@media(prefers-reduced-motion:reduce){.cart-drawer__items>.cart-line-item{animation:none}}.cart-drawer__items{flex:1;overflow-y:auto;padding:0 1.375rem}.cart-drawer__footer{flex-shrink:0;padding:1.125rem 1.375rem calc(1.375rem + env(safe-area-inset-bottom,0px));border-top:1px solid var(--border-subtle);display:flex;flex-direction:column;gap:.75rem}.cart-drawer__subtotal-row{display:flex;align-items:center;justify-content:space-between;font-family:var(--font-heading--family);font-weight:600;font-size:.9375rem;color:var(--color-text)}.cart-drawer__subtotal-value{font-size:1.0625rem;font-weight:700}.cart-drawer__discounts{margin:0;padding:0;list-style:none;font-size:var(--text-small);color:var(--color-label-bright)}.cart-drawer__shipping-note{margin:0;font-size:.75rem;color:var(--color-text-secondary)}.cart-drawer__checkout{text-align:center;margin-top:.25rem}.cart-drawer__view-cart{text-align:center;font-size:var(--text-small);color:var(--color-text-secondary)}.cart-drawer__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem 1.375rem;text-align:center}.cart-drawer__empty p{margin:0;color:var(--color-text-secondary);font-size:var(--text-body)}html.cart-drawer-locked{overflow:hidden}.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.cta-collection{position:relative;overflow:hidden;padding:2.5rem var(--page-margin);text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem;background:#290b0a}@media(min-width:990px){.cta-collection{padding:3.5rem 2.5rem;gap:1.25rem}}.cta-collection__watermark{position:absolute;right:0;bottom:-2.5rem;width:220px;height:auto;opacity:.08;pointer-events:none}@media(min-width:990px){.cta-collection__watermark{bottom:-5.625rem;width:420px;opacity:.07}}.cta-collection__content{position:relative;display:flex;flex-direction:column;align-items:center;gap:1rem}.cta-collection__heading{margin:0;font-size:var(--text-h3);color:var(--color-text)}@media(min-width:990px){.cta-collection__heading{font-size:var(--text-h2)}}.cta-collection__text{margin:0;max-width:17.5rem;font-size:var(--text-body-lg);color:#c8bbb1}@media(min-width:990px){.cta-collection__text{max-width:26.25rem;font-size:1rem}}.cta-collection__cta{margin-top:.375rem}@media(min-width:990px){.cta-collection__cta{margin-top:.625rem}}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.emotional-banner{position:relative;overflow:hidden;min-height:420px;display:flex;align-items:flex-end;padding:2rem var(--page-margin)}@media(min-width:990px){.emotional-banner{min-height:880px;align-items:center;padding:0 2.5rem}}.emotional-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background-image:linear-gradient(180deg,#0a080805,#0a080833 55%,#0a0808cc)}@media(min-width:990px){.emotional-banner:before{background-image:linear-gradient(90deg,#080606e0,#0806068c 30%,#08060600 58%)}}.emotional-banner__media{position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--emotional-image);background-size:cover;background-position:center 15%}@media(min-width:990px){.emotional-banner__media{background-position:center 35%}}.emotional-banner__content{position:relative;z-index:2;display:flex;flex-direction:column;gap:.75rem}@media(min-width:990px){.emotional-banner__content{gap:1rem;max-width:38.75rem}}.emotional-banner__lines{display:flex;flex-direction:column;gap:.375rem}@media(min-width:990px){.emotional-banner__lines{gap:.5rem}}.emotional-banner__line{margin:0;font-family:var(--font-heading--family);font-weight:600;font-size:var(--text-h3);line-height:1.3;color:var(--color-text);text-shadow:0 2px 14px rgba(0,0,0,.65)}@media(min-width:990px){.emotional-banner__line{text-shadow:0 3px 20px rgba(0,0,0,.65)}}.featured-products{padding:3.5rem 0 2.5rem;display:flex;flex-direction:column;gap:1.75rem}@media(min-width:990px){.featured-products{padding:6.875rem 0 5.625rem;gap:3.25rem}}.featured-products--empty{padding-bottom:1.5rem}@media(min-width:990px){.featured-products--empty{padding-bottom:2rem}}.featured-products__editor-notice{margin:0;padding:1rem 1.125rem;border:1px dashed var(--border-strong);font-size:var(--text-small);color:var(--color-text-muted)}.featured-products__intro{display:flex;flex-direction:column;gap:.375rem}.featured-products__heading{margin:0;font-size:var(--text-h3);color:var(--color-text)}.featured-products__subheading{margin:0;font-size:var(--text-body);color:var(--color-text-muted)}@media(min-width:990px){.featured-products__subheading{display:none}}.featured-products__grid{display:flex;flex-direction:column;gap:1.375rem}@media(min-width:990px){.featured-products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}}.site-footer{display:flex;flex-direction:column;gap:1.75rem;padding:1.75rem var(--page-margin) 2rem;background:var(--color-bg);border-top:1px solid var(--border-subtle)}@media(min-width:990px){.site-footer{gap:2.25rem;padding:2.75rem 2.5rem 2.25rem}}.site-footer__top{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:990px){.site-footer__top{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:2.5rem}}.site-footer__logo-img{width:122px;height:auto}@media(min-width:990px){.site-footer__logo-img{width:172px}}.site-footer__columns{display:flex;flex-direction:column;gap:1.25rem}@media(min-width:990px){.site-footer__columns{flex-direction:row;gap:3.5rem}}.site-footer__column{display:flex;flex-direction:column;gap:.625rem;min-width:9rem}.site-footer__column a{font-size:var(--text-small);color:var(--color-text-secondary);text-decoration:none}.site-footer__column a:hover{color:var(--color-text)}.site-footer__column a:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.site-footer__bottom{display:flex;flex-direction:column;gap:.5rem;padding-top:1.25rem;border-top:1px solid var(--border-subtle)}@media(min-width:990px){.site-footer__bottom{flex-direction:row;align-items:center;justify-content:space-between;padding-top:1.5rem}}.site-footer__email{font-size:var(--text-small);color:var(--color-text-secondary);text-decoration:none}.site-footer__email:hover{color:var(--color-text)}.site-footer__copyright{font-size:.6875rem;color:var(--color-text-faint)}@media(min-width:990px){.site-footer__copyright{order:3}}.site-footer__cookie-prefs{background:none;border:none;padding:0;font-size:var(--text-small);color:var(--color-text-secondary);text-decoration:underline;cursor:pointer;text-align:inherit;align-self:flex-start}@media(min-width:990px){.site-footer__cookie-prefs{align-self:auto;order:2}}.site-footer__cookie-prefs:hover{color:var(--color-text)}.site-footer__cookie-prefs:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.gallery-scroll{padding-top:.5rem}@media(min-width:990px){.gallery-scroll{padding-top:0}}.gallery-scroll__row{display:flex;gap:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 var(--page-margin);scrollbar-width:none;-ms-overflow-style:none}.gallery-scroll__row::-webkit-scrollbar{display:none}@media(min-width:990px){.gallery-scroll__row{display:grid;grid-template-columns:1.6fr 1fr;gap:2px;overflow-x:clip;padding:0}}.gallery-scroll__image{flex:0 0 82%;scroll-snap-align:start;height:320px;width:100%;object-fit:cover;display:block}@media(min-width:990px){.gallery-scroll__image{height:480px}}.gallery-scroll__panel{flex:0 0 60%;scroll-snap-align:start;display:flex;align-items:center;padding:1.5rem;background:#290b0a}@media(min-width:990px){.gallery-scroll__panel{padding:3.5rem}}.gallery-scroll__text{margin:0;font-family:var(--font-heading--family);font-weight:600;font-size:1.1875rem;line-height:1.3;color:var(--color-text)}@media(min-width:990px){.gallery-scroll__text{font-size:1.75rem}}.gallery-scroll__dots{display:flex;justify-content:center;gap:.375rem;padding:.75rem 0 .25rem}@media(min-width:990px){.gallery-scroll__dots{display:none}}.gallery-scroll__dot{width:16px;height:3px;background:#fff3}.gallery-scroll__dot--active{background:var(--color-brand)}.shopify-section-group-header-group{position:sticky;top:0;z-index:30}.site-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.875rem var(--page-margin);background:oklch(from var(--color-surface-1) l c h / .9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border-subtle);animation:header-settle .5s cubic-bezier(.16,1,.3,1) both}@keyframes header-settle{0%{opacity:0}to{opacity:1}}@media(max-width:989.98px){.site-header{transition:transform .3s cubic-bezier(.4,0,.2,1)}.site-header.mobile-header-hidden{transform:translateY(-100%)}}@media(max-width:989.98px)and (prefers-reduced-motion:reduce){.site-header{transition-duration:.01ms}}@media(min-width:990px){.site-header{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;height:5.5rem;padding:0 2.5rem}}.site-header__logo{display:block;flex-shrink:0}@media(min-width:990px){.site-header__logo{justify-self:start}}.site-header__logo-img{width:122px;height:auto}@media(min-width:990px){.site-header__logo-img{width:172px}}.site-header__nav{display:none}@media(min-width:990px){.site-header__nav{display:flex;justify-self:center;gap:2.5rem}.site-header__nav a{font-family:var(--font-body--family);font-weight:600;font-size:var(--text-small);color:var(--color-text-secondary);text-decoration:none}.site-header__nav a:hover,.site-header__nav a[aria-current=page]{color:var(--color-text)}}.site-header__actions{display:flex;align-items:center;gap:1.125rem}@media(min-width:990px){.site-header__actions{justify-self:end}}.site-header__cart{position:relative;display:flex;align-items:center;justify-content:center;color:var(--color-text)}.site-header__cart svg{width:1.5rem;height:1.5rem}.site-header__menu-toggle{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:.5rem;background:none;border:none;cursor:pointer}@media(min-width:990px){.site-header__menu-toggle{display:none}}.site-header__menu-toggle:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.site-header__menu-icon{position:relative;display:block;width:20px;height:16px;flex-shrink:0}.site-header__menu-icon span{position:absolute;left:0;display:block;width:20px;height:2px;border-radius:1px;background:var(--color-text);transition:transform .25s ease,opacity .2s ease,top .25s ease}.site-header__menu-icon span:nth-child(1){top:0}.site-header__menu-icon span:nth-child(2){top:7px}.site-header__menu-icon span:nth-child(3){top:14px}.site-header__menu-toggle[aria-expanded=true] .site-header__menu-icon span:nth-child(1){top:7px;transform:rotate(45deg)}.site-header__menu-toggle[aria-expanded=true] .site-header__menu-icon span:nth-child(2){opacity:0}.site-header__menu-toggle[aria-expanded=true] .site-header__menu-icon span:nth-child(3){top:7px;transform:rotate(-45deg)}@media(prefers-reduced-motion:reduce){.site-header__menu-icon span{transition:none}}html.mobile-menu-locked{overflow:hidden}.mobile-menu{padding:0;border:none;top:0;right:0;bottom:0;left:0;width:100%;max-width:100%;height:100%;max-height:100%;margin:0;background:var(--color-bg);color:var(--color-text)}.mobile-menu::backdrop{background:#0009}@media(min-width:990px){.mobile-menu{display:none}}.mobile-menu[open]{display:flex;flex-direction:column;padding:1.25rem}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between}.mobile-menu__logo-img{width:110px;height:auto}.mobile-menu__close{padding:.375rem .625rem;background:none;border:none;color:var(--color-text);font-size:1.625rem;line-height:1;cursor:pointer}.mobile-menu__nav{display:flex;flex-direction:column;gap:2px;margin-top:2.25rem}.mobile-menu__nav a{padding:1rem .25rem;font-family:var(--font-heading--family);font-weight:600;font-size:1.25rem;color:var(--color-text);text-decoration:none;border-bottom:1px solid var(--border-subtle)}.mobile-menu__nav-cart{color:var(--color-link)!important}html.js-motion-ready .mobile-menu__nav a{opacity:0;transform:translateY(var(--motion-distance-sm, 10px));transition:opacity .4s var(--motion-ease),transform .4s var(--motion-ease);transition-delay:var(--motion-delay, 0ms)}html.js-motion-ready .mobile-menu[open] .mobile-menu__nav a{opacity:1;transform:none}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.hero{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;min-height:600px;padding:0 var(--page-margin) 2.5rem}@media(min-width:990px){.hero{justify-content:center;min-height:760px;padding:0 2.5rem}}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--hero-image);background-size:cover;background-position:center 28%}@media(min-width:990px){.hero__media{background-position:center 30%}}.hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(180deg,#0a08080d,#0a080866 58%,#090707f0)}@media(min-width:990px){.hero__scrim{background-image:linear-gradient(90deg,#090707eb 28%,#09070773 55%,#0907070d 78%)}}.hero__content{position:relative;z-index:1;display:flex;flex-direction:column;gap:.875rem}@media(min-width:990px){.hero__content{gap:1.375rem;max-width:33.75rem}}.hero__heading{max-width:18.75rem;font-size:var(--text-h1);line-height:1.1;color:var(--color-text);text-shadow:0 2px 18px rgba(0,0,0,.55);margin:0}@media(min-width:990px){.hero__heading{max-width:none;text-shadow:0 3px 20px rgba(0,0,0,.5)}}.hero__text{max-width:18.125rem;font-size:var(--text-body-lg);line-height:1.5;color:#e7e4e0;text-shadow:0 1px 12px rgba(0,0,0,.55);margin:0}@media(min-width:990px){.hero__text{max-width:27.5rem;line-height:1.6;color:#e0deda}}.hero__cta{align-self:flex-start;margin-top:.375rem}@media(min-width:990px){.hero__cta{margin-top:.625rem}}.cart-page-footer{max-width:48rem;margin:0 auto;padding:0 var(--page-margin) 3rem}@media(min-width:990px){.cart-page-footer{padding:0 2.5rem 4rem}}.cart-page-footer__summary{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;padding-top:1.25rem;border-top:1px solid var(--border-subtle)}.cart-page-footer__row{width:100%;display:flex;align-items:center;justify-content:space-between;font-family:var(--font-heading--family);font-weight:600;font-size:1.0625rem;color:var(--color-text)}.cart-page-footer__subtotal{font-size:1.25rem;font-weight:700}.cart-page-footer__discounts{margin:0;padding:0;list-style:none;font-size:var(--text-small);color:var(--color-label-bright);align-self:flex-start}.cart-page-footer__shipping-note{margin:0;font-size:var(--text-small);color:var(--color-text-secondary)}.cart-page-footer__checkout{width:100%;max-width:20rem;text-align:center}.cart-page-footer__continue{font-size:var(--text-small);color:var(--color-text-secondary)}.cart-page{padding:2.5rem var(--page-margin) 1.5rem;max-width:48rem;margin:0 auto}@media(min-width:990px){.cart-page{padding:3.5rem 2.5rem 1.5rem}}.cart-page__heading{margin:0 0 1.5rem;font-family:var(--font-heading--family);font-weight:700;font-size:2rem;color:var(--color-text)}@media(min-width:990px){.cart-page__heading{font-size:2.5rem}}.cart-page__error{margin:0 0 1rem;padding:.75rem 1rem;background:#b7182426;color:var(--color-text);font-size:var(--text-small)}.cart-page__empty{display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:3rem 1rem;text-align:center;border:1px dashed var(--border-strong)}.cart-page__empty p{margin:0;font-size:var(--text-body-lg);color:var(--color-text-secondary)}.collection{padding:2.5rem var(--page-margin) 3rem;display:flex;flex-direction:column;gap:1.5rem}@media(min-width:990px){.collection{padding:3.5rem 2.5rem 5.625rem;gap:2.5rem}}.collection__intro{display:flex;flex-direction:column;gap:.625rem}.collection__heading{margin:0;font-family:var(--font-heading--family);font-weight:700;font-size:2.125rem;color:var(--color-text)}@media(min-width:990px){.collection__heading{font-size:3rem}}.collection__subheading{margin:0;font-size:var(--text-body);color:var(--color-text-secondary)}@media(min-width:990px){.collection__subheading{font-size:1.0625rem}}.collection__grid{display:flex;flex-direction:column;gap:1.375rem}@media(min-width:640px){.collection__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:990px){.collection__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.collection__empty{margin:0;padding:1.5rem;border:1px dashed var(--border-strong);color:var(--color-text-muted);font-size:var(--text-body)}.collection__pagination{display:flex;justify-content:center;gap:.5rem;font-size:var(--text-small);color:var(--color-text-secondary)}.collection__pagination a{color:var(--color-link)}.collection__pagination .current{color:var(--color-text);font-weight:600}.contact-page{display:flex;flex-direction:column;gap:2rem;overflow-x:clip}@media(min-width:990px){.contact-page{display:grid;grid-template-columns:.9fr 1.1fr;gap:4rem;max-width:68.75rem;align-items:start}}.contact-page__intro{display:flex;flex-direction:column;gap:1rem}.contact-page__heading{font-size:var(--text-h2);color:var(--color-text);margin:0}.contact-page__text{margin:0;font-size:var(--text-body);color:var(--color-text-secondary);line-height:1.6;max-width:26.25rem}.contact-page__email{font-family:var(--font-heading--family);font-weight:600;font-size:1rem;color:var(--color-link)}@media(min-width:990px){.contact-page__email{font-size:1.125rem}}.contact-page__form-wrap{max-width:30rem}.contact-form__errors{padding:.875rem 1rem;margin:0 0 1rem;background:#b7182426;border:1px solid oklch(.5 .19 25 / .4);border-radius:var(--radius-control);color:var(--color-text);font-size:var(--text-small)}.contact-form__errors-heading{margin:0 0 .375rem;font-family:var(--font-heading--family);font-weight:600}.contact-form__errors ul{margin:0;padding-left:1.125rem}.contact-form__field{display:flex;flex-direction:column;gap:.375rem;margin-bottom:.875rem}.contact-form__field label{font-family:var(--font-heading--family);font-weight:600;font-size:var(--text-small);color:var(--color-text-secondary)}.contact-form__field input,.contact-form__field textarea{width:100%;background:var(--color-surface-2);border:1px solid var(--border-default);border-radius:var(--radius-control);color:var(--color-text);padding:.75rem .875rem;font-size:1rem;transition:border-color .2s var(--motion-ease-micro, ease)}.contact-form__field input:focus-visible,.contact-form__field textarea:focus-visible{border-color:var(--color-focus)}@media(min-width:990px){.contact-form__field input,.contact-form__field textarea{font-size:var(--text-body)}}.contact-form__field input::placeholder,.contact-form__field textarea::placeholder{color:var(--color-text-faint)}.contact-form__field input[aria-invalid=true],.contact-form__field textarea[aria-invalid=true]{border-color:var(--color-brand)}.contact-form__submit{width:100%;margin:.375rem 0 1rem}.contact-form__privacy{margin:0;font-size:.75rem;line-height:1.5;color:var(--color-text-faint)}.contact-form__privacy a{color:var(--color-text-faint);text-decoration:underline}.contact-form__success{background:var(--color-surface-2);border:1px solid oklch(.5 .19 25 / .4);padding:1.25rem;text-align:center;border-radius:var(--radius-control);max-width:30rem}.contact-form__success span{font-family:var(--font-heading--family);font-weight:600;font-size:1rem;color:var(--color-text)}.cookies-page__heading{font-size:var(--text-h2);color:var(--color-text);margin:0 0 1.5rem}@media(min-width:990px){.cookies-page__heading{margin:0 0 2rem}}.cookies-page__list{display:flex;flex-direction:column;gap:1.625rem;max-width:47.5rem}@media(min-width:990px){.cookies-page__list{gap:1.875rem}}.cookies-topic__heading{font-family:var(--font-heading--family);font-weight:600;font-size:1rem;color:var(--color-text);margin:0 0 .5rem}@media(min-width:990px){.cookies-topic__heading{font-size:1.125rem}}.cookies-topic__body{font-size:var(--text-body);color:var(--color-text-secondary);line-height:1.7}.cookies-topic__body p{margin:0 0 .75rem}.cookies-topic__body p:last-child{margin-bottom:0}.cookies-topic__body a{color:var(--color-link)}.faq-page__heading{font-size:var(--text-h2);color:var(--color-text);margin:0 0 1.5rem}@media(min-width:990px){.faq-page__heading{margin:0 0 2rem}}.faq-page__list{display:flex;flex-direction:column;max-width:51.25rem}.legal-page{max-width:47.5rem;display:flex;flex-direction:column;gap:2rem}.legal-page__heading{font-size:var(--text-h2);color:var(--color-text);margin:0}.legal-page__identity{display:flex;flex-direction:column;gap:.875rem;margin:0;padding:1.5rem;background:var(--color-surface-1);border:1px solid var(--border-subtle);border-radius:var(--radius-control)}.legal-page__row{display:grid;grid-template-columns:1fr;gap:.125rem}@media(min-width:700px){.legal-page__row{grid-template-columns:12rem 1fr;gap:1rem}}.legal-page__row dt{font-family:var(--font-heading--family);font-weight:600;font-size:var(--text-small);color:var(--color-text-secondary)}.legal-page__row dd{margin:0;font-size:var(--text-body);color:var(--color-text)}.legal-page__row a{color:var(--color-link)}.legal-page__clause h2{font-family:var(--font-heading--family);font-weight:600;font-size:1.0625rem;color:var(--color-text);margin:0 0 .625rem}.legal-page__clause{font-size:var(--text-body);color:var(--color-text-secondary);line-height:1.7}.legal-page__clause p{margin:0 0 .75rem}.legal-page__clause p:last-child{margin-bottom:0}.legal-page__clause a{color:var(--color-link)}.product__breadcrumbs{display:flex;flex-wrap:wrap;gap:.375rem;padding:.75rem 0;font-size:var(--text-small);color:var(--color-text-muted);border-bottom:1px solid var(--border-subtle)}@media(min-width:990px){.product__breadcrumbs{padding:1rem 0}}.product__breadcrumbs a{color:var(--color-text-muted)}.product__breadcrumbs [aria-current=page]{color:var(--color-text-secondary)}.product__main{padding-top:1rem;display:flex;flex-direction:column;gap:1.5rem;overflow-x:clip}@media(min-width:990px){.product__main{padding:3rem 0 2.5rem;display:grid;grid-template-columns:1.1fr .9fr;align-items:start;gap:4rem}}.product-gallery{display:flex;flex-direction:column;gap:.625rem}@media(min-width:990px){.product-gallery{gap:.875rem}}.product-gallery__viewport{position:relative;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;background:var(--color-canvas);scrollbar-width:none;-ms-overflow-style:none}.product-gallery__viewport::-webkit-scrollbar{display:none}.product-gallery__slide{flex:0 0 100%;scroll-snap-align:start;height:320px}@media(min-width:990px){.product-gallery__slide{height:520px}}.product-gallery__slide .product-image-canvas{height:100%;aspect-ratio:auto}.product-gallery__arrows{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:space-between;padding:0 .625rem;pointer-events:none}.product-gallery{position:relative}.product-gallery__arrow{pointer-events:auto;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;border-radius:50%;border:none;background:#1414148c;color:var(--color-inverse-bg);font-size:1.125rem;cursor:pointer}@media(min-width:990px){.product-gallery__arrow{width:2.75rem;height:2.75rem;font-size:1.375rem}}.product-gallery__thumbs{display:flex;gap:.625rem;overflow-x:auto;max-width:100%;scrollbar-width:none}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{width:64px;height:64px;flex-shrink:0;padding:0;background:none;border:2px solid var(--border-default);cursor:pointer;transition:border-color .2s var(--motion-ease-micro, ease)}@media(min-width:990px){.product-gallery__thumb{width:84px;height:84px}}.product-gallery__thumb--active{border-color:var(--color-link)}.product-gallery__thumb .product-image-canvas{height:100%;aspect-ratio:auto;padding:.25rem}.product-gallery__dots{display:flex;justify-content:center;gap:.375rem}@media(min-width:990px){.product-gallery__dots{display:none}}.product-gallery__dot{width:6px;height:6px;border-radius:50%;background:var(--border-default)}.product-gallery__dot--active{background:var(--color-link)}.product__info{display:flex;flex-direction:column;gap:.875rem}@media(min-width:990px){.product__info{gap:1.25rem;position:sticky;top:6.5rem}}.product__title{margin:0;font-size:var(--text-h3);color:var(--color-text)}@media(min-width:990px){.product__title{font-size:var(--text-h2)}}.product__price{margin:0;font-family:var(--font-heading--family);font-weight:700;font-size:1.5rem;color:var(--color-text)}.product__shipping-note{margin:0;font-size:var(--text-small);color:var(--color-text-secondary)}product-variant-picker{display:contents}.product__form{display:flex;flex-direction:column;gap:.875rem}.product__option{border:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.product__option-legend{padding:0;font-family:var(--font-heading--family);font-weight:600;font-size:var(--text-small);color:var(--color-text)}.product__option-values{display:flex;flex-wrap:wrap;gap:.5rem}.product__option-input{position:absolute;width:1px;height:1px;margin:-1px;opacity:0;pointer-events:none}.product__option-input:checked+.product__option-label{background:var(--color-brand);color:var(--color-inverse-bg);border-color:var(--color-brand)}.product__option-input:focus-visible+.product__option-label{outline:2px solid var(--color-focus);outline-offset:2px}.product__option-label{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:.5rem .875rem;border:1px solid var(--border-default);color:var(--color-text-secondary);font-size:var(--text-small);font-weight:600;cursor:pointer}.product__option-label--soldout{text-decoration:line-through;opacity:.55}.product__option-input:disabled+.product__option-label{opacity:.35;cursor:not-allowed}.product__compare-link{align-self:flex-start;font-size:var(--text-small);font-weight:600}.product__add-to-cart{margin-top:.375rem;width:100%}.product__add-to-cart:disabled{opacity:.6;cursor:not-allowed}.product__form-message{margin:0;font-size:var(--text-small);color:var(--color-brand)}.product__official-notice{margin:0;font-size:.75rem;color:var(--color-text-faint)}.product__material-tags{padding:.75rem 0 1.75rem;display:flex;flex-wrap:wrap;gap:.5rem}.product__tag{font-size:var(--text-small);color:var(--color-text-secondary);border:1px solid var(--border-default);padding:.3125rem .6875rem}.product__accordions{border-top:1px solid var(--border-subtle)}@media(min-width:990px){.product__accordions{max-width:51.25rem}}.product__editorial{padding:2.25rem 0;border-top:1px solid var(--border-subtle);display:flex;flex-direction:column;gap:.625rem}@media(min-width:990px){.product__editorial{max-width:47.5rem;padding:3.75rem 0}}.product__editorial-heading{margin:0;font-size:var(--text-h3);color:var(--color-text)}.product__editorial-body{margin:0;font-size:var(--text-body);line-height:1.7;color:var(--color-text-secondary)}.product-sticky-bar{position:sticky;bottom:0;left:0;right:0;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom,0px));background:oklch(from var(--color-surface-1) l c h / .96);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--border-default)}@media(min-width:990px){.product-sticky-bar{display:none}}.product-sticky-bar[hidden]{display:none}.product-sticky-bar__info{display:flex;flex-direction:column}.product-sticky-bar__price{font-family:var(--font-heading--family);font-weight:700;font-size:.9375rem;color:var(--color-text)}.product-sticky-bar__size{font-size:.6875rem;color:var(--color-text-muted)}.product-sticky-bar__cta{flex-shrink:0}.shipping-page__heading{font-size:var(--text-h2);color:var(--color-text);margin:0 0 1.5rem}@media(min-width:990px){.shipping-page__heading{margin:0 0 2rem}}.shipping-page__list{display:flex;flex-direction:column;gap:1.625rem;max-width:47.5rem}@media(min-width:990px){.shipping-page__list{gap:1.875rem}}.shipping-item__heading{font-size:1rem;color:var(--color-text);margin:0 0 .5rem}@media(min-width:990px){.shipping-item__heading{font-size:1.125rem}}.shipping-item__body{font-size:var(--text-body);color:var(--color-text-secondary);line-height:1.7}.shipping-item__body p{margin:0 0 .75rem}.shipping-item__body p:last-child{margin-bottom:0}.shipping-item__body a{color:var(--color-link)}.related-products{display:block;padding:2.5rem var(--page-margin) 3.5rem}@media(min-width:990px){.related-products{padding:4.5rem 2.5rem 5.625rem}}.related-products__inner{display:flex;flex-direction:column;gap:1.25rem}@media(min-width:990px){.related-products__inner{gap:2rem}}.related-products__heading{margin:0;font-size:var(--text-h3);color:var(--color-text)}.related-products__grid{display:flex;flex-direction:column;gap:1rem}@media(min-width:990px){.related-products__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.75rem}}.related-products__grid .product-card{flex-direction:row;align-items:center;gap:.875rem;padding:.625rem}.related-products__grid .product-card .product-image-canvas{width:76px;height:76px;flex-shrink:0}@media(min-width:990px){.related-products__grid .product-card .product-image-canvas{width:120px;height:120px}}.related-products__grid .product-card__body{padding:0;gap:.25rem}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.sizes-finishes{padding:3.5rem 0 2.5rem;display:flex;flex-direction:column;gap:2.5rem;overflow-x:clip}@media(min-width:990px){.sizes-finishes{padding:6.875rem 0 5.625rem;display:grid;grid-template-columns:.85fr 1.15fr;align-items:start;gap:5rem}}.sizes-finishes__sizes,.sizes-finishes__finishes{display:flex;flex-direction:column;gap:1.25rem}@media(min-width:990px){.sizes-finishes__sizes{gap:1.75rem}.sizes-finishes__finishes{gap:1.5rem}}.sizes-finishes__intro{display:flex;flex-direction:column;gap:.375rem}@media(min-width:990px){.sizes-finishes__intro{gap:.5rem}}.sizes-finishes__heading{margin:0;font-size:var(--text-h3);color:var(--color-text)}.sizes-finishes__boxes{display:flex;justify-content:center;align-items:flex-end;gap:2.25rem}@media(min-width:990px){.sizes-finishes__boxes{justify-content:flex-start;gap:3.5rem}}.sizes-finishes__box-item{display:flex;flex-direction:column;align-items:center;gap:.75rem}.sizes-finishes__box{border:1.5px solid;background:repeating-linear-gradient(135deg,#261d1a 0% 8px,#312622 8px 16px)}.sizes-finishes__box--small{width:64px;height:96px;border-color:var(--color-label)}.sizes-finishes__box--large{width:100px;height:150px;border-color:var(--color-link)}@media(min-width:990px){.sizes-finishes__box{background:repeating-linear-gradient(135deg,#1c1411 0% 10px,#261d1a 10px 20px)}.sizes-finishes__box--small{width:96px;height:144px}.sizes-finishes__box--large{width:150px;height:225px}}.sizes-finishes__box-label{font-family:var(--font-heading--family);font-weight:600;font-size:var(--text-body-lg);color:var(--color-text)}.sizes-finishes__box-caption{font-size:var(--text-small);color:var(--color-text-muted);text-align:center}.sizes-finishes__note{font-size:var(--text-small);color:var(--color-text-muted);text-align:center;padding-top:1rem;border-top:1px solid var(--border-subtle)}@media(min-width:990px){.sizes-finishes__note{max-width:17.5rem;text-align:left;padding-top:0;border-top:none}}.sizes-finishes__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.875rem;margin:0;padding:0;list-style:none}.sizes-finishes__grid>*:nth-child(5){grid-column:1 / -1;flex-direction:row;align-items:center;gap:.875rem}@media(min-width:990px){.sizes-finishes__grid{grid-template-columns:repeat(5,1fr);gap:1.125rem}.sizes-finishes__grid>*:nth-child(5){grid-column:auto;flex-direction:column;align-items:flex-start}}.sizes-finishes__item{background:var(--color-surface-2);border:1px solid var(--border-subtle);padding:1rem;min-height:8.125rem;display:flex;flex-direction:column;gap:.5rem}@media(min-width:990px){.sizes-finishes__item{background:none;border:none;border-top:1px solid var(--border-default);padding:1.125rem 0 0;min-height:0;gap:.75rem}}.sizes-finishes__icon{width:2.125rem;height:2.125rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:1px solid var(--border-strong);font-family:var(--font-heading--family);font-size:.8125rem;color:var(--color-label)}@media(min-width:990px){.sizes-finishes__icon{width:2.5rem;height:2.5rem}}.sizes-finishes__name{font-family:var(--font-heading--family);font-weight:600;font-size:var(--text-small);color:var(--color-text)}.sizes-finishes__description{font-size:var(--text-small);line-height:1.4;color:var(--color-text-muted)}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.accordion-item{border-bottom:1px solid var(--border-subtle)}.accordion-item__summary{display:flex;align-items:center;justify-content:space-between;gap:.625rem;padding:1rem 0;cursor:pointer;list-style:none;font-family:var(--font-heading--family);font-weight:600;font-size:var(--text-small);color:var(--color-text)}@media(min-width:990px){.accordion-item__summary{padding:1.125rem 0;font-size:.9375rem}}.accordion-item__summary::-webkit-details-marker{display:none}.accordion-item__icon{flex-shrink:0;position:relative;width:.75rem;height:.75rem}.accordion-item__icon:before,.accordion-item__icon:after{content:"";position:absolute;top:50%;left:50%;background:var(--color-text-muted);transform:translate(-50%,-50%)}.accordion-item__icon:before{width:100%;height:1px}.accordion-item__icon:after{width:1px;height:100%;transition:transform .2s ease}@media(prefers-reduced-motion:reduce){.accordion-item__icon:after{transition:none}}.accordion-item[open]>.accordion-item__summary .accordion-item__icon:after{transform:translate(-50%,-50%) scaleY(0)}.accordion-item__content{padding:0 0 1.125rem;font-size:var(--text-small);line-height:1.6;color:var(--color-text-secondary)}.accordion-item__content p{margin:0 0 .75rem}.accordion-item__content p:last-child{margin-bottom:0}.accordion-item__content a{color:var(--color-link)}.cart-icon-bubble{display:contents}.cart-icon-bubble__count{position:absolute;top:-.375rem;right:-.5rem;min-width:1.125rem;height:1.125rem;padding:0 .25rem;display:flex;align-items:center;justify-content:center;border-radius:999px;background:var(--color-brand);color:var(--color-inverse-bg);font-size:.6875rem;font-weight:600;line-height:1}.cart-line-item{display:grid;grid-template-columns:auto 1fr auto;gap:.875rem;align-items:start;padding:1rem 0;border-bottom:1px solid var(--border-subtle)}.cart-line-item:first-child{padding-top:0}.cart-line-item__image{width:76px;flex-shrink:0}.cart-line-item--page .cart-line-item__image{width:96px}.cart-line-item__details{display:flex;flex-direction:column;gap:.375rem;min-width:0}.cart-line-item__title{font-family:var(--font-heading--family);font-weight:700;font-size:.9375rem;color:var(--color-text)}.cart-line-item__options{margin:0;padding:0;list-style:none;font-size:.75rem;color:var(--color-text-muted)}.cart-line-item__price{font-family:var(--font-heading--family);font-weight:600;font-size:.875rem;color:var(--color-text);display:flex;align-items:center;gap:.5rem}.cart-line-item__price-original{font-family:var(--font-body--family);font-weight:400;color:var(--color-text-faint)}.cart-line-item__controls{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.25rem}.cart-line-item__quantity{display:flex;align-items:center;gap:.5rem;border:1px solid var(--border-default);padding:.125rem}.cart-line-item__qty-btn{width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--color-text-secondary);font-size:1rem;cursor:pointer}.cart-line-item__qty-btn:disabled{opacity:.4;cursor:not-allowed}.cart-line-item__qty-value{min-width:1.25rem;text-align:center;font-size:.875rem;color:var(--color-text)}.cart-line-item__remove{background:none;border:none;padding:.5rem 0;font-size:.75rem;font-weight:600;color:var(--color-link);cursor:pointer}.cart-line-item__remove:hover{color:var(--color-link-hover)}.cart-line-item__line-total{font-family:var(--font-heading--family);font-weight:700;font-size:.9375rem;color:var(--color-text);white-space:nowrap}.faq-item{border-top:1px solid var(--border-subtle)}.faq-item:last-child{border-bottom:1px solid var(--border-subtle)}.faq-item__heading{margin:0;font:inherit}.faq-item__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.625rem;padding:1rem 0;background:none;border:none;cursor:pointer;text-align:left;font-family:var(--font-heading--family);font-weight:600;font-size:.875rem;color:var(--color-text)}@media(min-width:990px){.faq-item__trigger{padding:1.25rem 0;font-size:1rem}}.faq-item__icon{flex-shrink:0;position:relative;width:.75rem;height:.75rem;color:var(--color-text-muted)}.faq-item__icon:before,.faq-item__icon:after{content:"";position:absolute;top:50%;left:50%;background:currentColor;transform:translate(-50%,-50%)}.faq-item__icon:before{width:100%;height:1px}.faq-item__icon:after{width:1px;height:100%;transition:transform .2s ease}.faq-item[data-open=true]>.faq-item__heading .faq-item__icon:after{transform:translate(-50%,-50%) scaleY(0)}.faq-item__panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease}.faq-item[data-open=true] .faq-item__panel{grid-template-rows:1fr}@media(prefers-reduced-motion:reduce){.faq-item__panel,.faq-item__icon:after{transition:none}}.faq-item__panel-inner{overflow:hidden}.faq-item__answer{padding:0 0 1rem;font-size:var(--text-small);line-height:1.6;color:var(--color-text-secondary)}@media(min-width:990px){.faq-item__answer{padding:0 0 1.25rem;font-size:.875rem}}.faq-item__answer a{color:var(--color-link)}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}.product-card{position:relative;display:flex;flex-direction:column;background:var(--color-surface-3);border:1px solid var(--border-subtle);overflow:hidden;text-decoration:none}.product-card__badge{position:absolute;top:.625rem;left:.625rem;z-index:1;padding:.25rem .625rem;background:var(--color-surface-1);border:1px solid var(--border-default);color:var(--color-text-secondary);font-size:.6875rem;font-weight:600;letter-spacing:.02em}@media(hover:hover)and (pointer:fine){.product-card:hover{border-color:#c92f3380}}.product-card:focus-visible{border-color:#c92f3380}.product-card__body{display:flex;flex-direction:column;gap:.625rem;padding:1rem 1.125rem 1.375rem}.product-card__title{font-family:var(--font-heading--family);font-weight:700;font-size:1.375rem;color:var(--color-text)}.product-card__price{font-size:var(--text-small);font-weight:600;color:var(--color-label-bright)}.product-card__cta{font-size:var(--text-small);font-weight:600;color:var(--color-link)}.product-image-canvas{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1 / 1;padding:.5rem;background:var(--color-canvas);overflow:hidden}@media(min-width:990px){.product-image-canvas{padding:.75rem}}.product-image-canvas__img,.product-image-canvas__placeholder{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.shopify-policy__container{max-width:47.5rem;margin-inline:auto;padding:3rem var(--page-margin) 4rem;color:var(--color-text);animation:fadeUp .6s cubic-bezier(.16,1,.3,1) both}.shopify-policy__title{font-family:var(--font-heading--family);font-weight:700;font-size:var(--text-h2);color:var(--color-text);margin:0 0 1.75rem}.shopify-policy__body{font-family:var(--font-body--family);font-size:var(--text-body);line-height:1.7;color:var(--color-text-secondary)}.shopify-policy__body h1,.shopify-policy__body h2,.shopify-policy__body h3,.shopify-policy__body h4{font-family:var(--font-heading--family);font-weight:600;color:var(--color-text);margin:2rem 0 .75rem}.shopify-policy__body h1:first-child,.shopify-policy__body h2:first-child,.shopify-policy__body h3:first-child,.shopify-policy__body h4:first-child{margin-top:0}.shopify-policy__body h2{font-size:1.25rem}.shopify-policy__body h3{font-size:1.0625rem}.shopify-policy__body p{margin:0 0 1rem}.shopify-policy__body ul,.shopify-policy__body ol{margin:0 0 1rem;padding-left:1.25rem}.shopify-policy__body li{margin-bottom:.375rem}.shopify-policy__body a{color:var(--color-link);text-decoration:underline}.shopify-policy__body a:hover{color:var(--color-link-hover)}.shopify-policy__body a:focus-visible,.shopify-policy__container a:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.shopify-policy__body table{width:100%;border-collapse:collapse;margin:0 0 1.5rem;font-size:var(--text-small)}.shopify-policy__body th,.shopify-policy__body td{text-align:left;padding:.625rem .75rem;border:1px solid var(--border-default)}.shopify-policy__body th{font-family:var(--font-heading--family);color:var(--color-text)}
/*# sourceMappingURL=/cdn/shop/t/4/compiled_assets/styles.css.map */
