*,*:before,*:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--color-cream);color:var(--color-soft-black)}body{margin:0;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);line-height:1.5;overflow-x:hidden;overscroll-behavior-y:none}::selection{background:#e4b89e;color:var(--color-charcoal)}img,svg,video{max-width:100%;height:auto;display:block}.image-with-text__media>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;min-width:100%;min-height:100%}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;background:none;border:0;padding:0}input,textarea,select{font:inherit;color:inherit}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.skip-to-content-link{position:fixed;top:-100px;left:1rem;z-index:100;background:var(--color-burgundy);color:#fff;padding:.75rem 1rem;border-radius:999px}.skip-to-content-link:focus{top:1rem}.page-width{width:100%;max-width:var(--page-max);margin:0 auto;padding:0 1rem}@media(min-width:750px){.page-width{padding:0 1.5rem}}.h1-display,.h2-display,.h3-display,.h4-display{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);margin:0;line-height:1.1;color:var(--color-charcoal)}.h1-display{font-size:clamp(2.25rem,5vw,4rem)}.h2-display{font-size:clamp(1.75rem,3.5vw,2.5rem)}.h3-display{font-size:clamp(1.25rem,2.2vw,1.5rem)}.h4-display{font-size:1.125rem}.eyebrow{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;margin:0 0 .75rem}.eyebrow--gold{color:var(--color-gold-600)}.rte p{margin:0 0 1rem}.rte h2{font-family:var(--font-heading-family);font-size:1.5rem;margin:2rem 0 .75rem;color:var(--color-charcoal)}.rte ul{padding-left:1.25rem;margin:0 0 1rem}.rte a{color:var(--color-burgundy);text-decoration:underline}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:999px;font-weight:600;font-size:.875rem;transition:background-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease;line-height:1;text-align:center}.btn--primary{background:var(--color-burgundy);color:#fff;box-shadow:0 8px 24px -10px #5b1a2f80}.btn--primary:hover{background:var(--color-burgundy-800)}.btn--primary:disabled{background:#1a17144d;cursor:not-allowed;box-shadow:none}.btn--gold{background:var(--color-gold-500);color:var(--color-charcoal);box-shadow:0 8px 24px -10px #c5a55a80}.btn--gold:hover{background:var(--color-gold-600);color:#fff}.btn--ghost{background:var(--color-ivory);color:var(--color-charcoal);border:1px solid var(--color-burgundy-100)}.btn--ghost:hover{background:#fff}.btn--icon{padding:1rem;border-radius:999px;background:var(--color-ivory);border:1px solid var(--color-burgundy-100)}.btn--icon[aria-pressed=true],.btn--icon.is-active{background:var(--color-burgundy-50);border-color:#f9d0d9}.link-arrow{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;font-size:.875rem;color:var(--color-burgundy)}.link-arrow:hover{gap:.75rem}.icon{display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;flex-shrink:0;line-height:1}.icon svg{width:1em;height:1em;display:block}.wishlist-button{display:inline-flex;align-items:center;justify-content:center;background:#ffffffeb;border:1px solid var(--color-burgundy-100);border-radius:999px;cursor:pointer;color:var(--color-charcoal);transition:background .2s ease,border-color .2s ease,transform .15s ease}.wishlist-button svg{display:block;flex:0 0 auto;fill:none;stroke:var(--color-charcoal, #1a1714);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.wishlist-button:hover{background:#fff;transform:scale(1.08)}.wishlist-button[aria-pressed=true]{background:var(--color-burgundy-50);border-color:var(--color-burgundy);color:var(--color-burgundy)}.wishlist-button[aria-pressed=true] svg{fill:var(--color-burgundy, #5B1A2F);stroke:var(--color-burgundy, #5B1A2F)}.product-card__wishlist{position:absolute;top:.625rem;right:.625rem;width:2.25rem;height:2.25rem;padding:0;z-index:2}.product-card__wishlist svg{width:1.125rem;height:1.125rem}.product__wishlist{gap:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;box-shadow:0 2px 8px #00000014;margin-top:.75rem}.product__wishlist svg{width:1.125rem;height:1.125rem}.product__wishlist .wishlist-label-saved,.product__wishlist[aria-pressed=true] .wishlist-label-default{display:none}.product__wishlist[aria-pressed=true] .wishlist-label-saved{display:inline}.wishlist-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;pointer-events:none}.wishlist-drawer[aria-hidden=false]{pointer-events:auto}.wishlist-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a171459;opacity:0;transition:opacity .3s ease;cursor:default}.wishlist-drawer[aria-hidden=false] .wishlist-drawer__backdrop{opacity:1}.wishlist-drawer__panel{position:absolute;top:0;right:0;height:100%;width:min(400px,100vw);background:var(--color-cream);transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:-8px 0 32px #0000001f;overflow:hidden}.wishlist-drawer[aria-hidden=false] .wishlist-drawer__panel{transform:translate(0)}body.wishlist-open{overflow:hidden}.wishlist-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-burgundy-100);flex-shrink:0}.wishlist-drawer__title{font-family:var(--font-heading-family);font-size:1.25rem;color:var(--color-burgundy);margin:0}.wishlist-drawer__close{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:999px;color:var(--color-charcoal);background:transparent;border:0;cursor:pointer;transition:background .2s ease;flex-shrink:0}.wishlist-drawer__close:hover{background:var(--color-burgundy-50)}.wishlist-drawer__body{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:1.25rem 1.5rem}.wishlist-drawer__empty{text-align:center;padding:3rem 0;color:#1a17148c;margin:0;line-height:1.5}.wishlist-drawer__empty small{display:block;margin-top:.375rem;font-size:.8125rem}.wishlist-drawer__items{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.875rem}.wishlist-drawer__item{display:flex;align-items:center;gap:.875rem;padding:.875rem;background:#fff;border:1px solid var(--color-burgundy-100);border-radius:.875rem}.wishlist-drawer__image-link{flex-shrink:0;border-radius:.5rem;overflow:hidden;display:block}.wishlist-drawer__image{width:4.5rem;height:4.5rem;object-fit:cover;display:block}.wishlist-drawer__info{flex:1;min-width:0}.wishlist-drawer__name{display:block;font-weight:600;font-size:.875rem;color:var(--color-charcoal);line-height:1.3;text-decoration:none;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wishlist-drawer__name:hover{color:var(--color-burgundy)}.wishlist-drawer__price{font-size:.875rem;color:var(--color-burgundy);font-weight:600}.wishlist-drawer__remove{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;border:0;background:transparent;cursor:pointer;color:#1a171466;flex-shrink:0;transition:color .2s ease,background .2s ease}.wishlist-drawer__remove:hover{color:var(--color-burgundy);background:var(--color-burgundy-50)}.site-header{position:sticky;top:0;z-index:50;background:#fdf8f4f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(252,231,235,.5)}.announcement-bar{background:var(--color-burgundy);color:var(--color-cream);font-size:.75rem;text-align:center;padding:.375rem 1rem}.announcement-bar a{text-decoration:underline}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:4rem;padding:0 1rem;max-width:var(--page-max);margin:0 auto}@media(min-width:990px){.site-header__inner{height:5rem;padding:0 1.5rem}}.site-header__menu-toggle{display:inline-flex;align-items:center;justify-content:center;padding:.5rem;color:var(--color-charcoal, #1a1714)}@media(min-width:990px){.site-header__menu-toggle{display:none}}.site-header__logo-text{font-family:var(--font-heading-family);font-size:1.5rem;color:var(--color-burgundy);letter-spacing:.04em}@media(min-width:990px){.site-header__logo-text{font-size:1.875rem}}.site-header__logo-image{max-height:2.5rem;width:auto}.site-header__nav{display:none}@media(min-width:990px){.site-header__nav{display:flex}}.site-header__nav ul{display:flex;gap:2rem;list-style:none;padding:0;margin:0}.site-header__nav a{font-size:.8125rem;letter-spacing:.06em;text-transform:uppercase;color:#1a1714cc;transition:color .2s ease}.site-header__nav a:hover{color:var(--color-burgundy)}.site-header__actions{display:flex;align-items:center;gap:.5rem}.site-header__icon-button{position:relative;padding:.5rem;min-width:2.5rem;min-height:2.5rem;display:inline-flex;align-items:center;justify-content:center;color:#1a1714b3;border-radius:999px;transition:color .2s ease,background-color .2s ease}.site-header__icon-button:hover{color:var(--color-burgundy);background:var(--color-burgundy-50)}.site-header__icon-button svg{display:block;flex:0 0 auto;width:1.25rem;height:1.25rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.site-header__count{position:absolute;top:0;right:0;min-width:1.25rem;height:1.25rem;padding:0 4px;background:var(--color-burgundy);color:#fff;font-size:.625rem;font-weight:700;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.site-header__locale{position:relative}.site-header__locale-label{font-size:.75rem;font-weight:500}.site-header__locale-menu{position:absolute;right:0;top:100%;margin-top:.25rem;background:#fff;border:1px solid var(--color-burgundy-100);border-radius:.75rem;box-shadow:0 12px 32px #00000014;padding:.25rem 0;min-width:8rem;z-index:60}.site-header__locale-menu button{display:block;width:100%;text-align:left;padding:.5rem 1rem;font-size:.875rem}.site-header__locale-menu button:hover{background:var(--color-burgundy-50)}.site-header__locale-menu button.is-active{color:var(--color-burgundy);font-weight:600}.site-header__account{display:none}@media(min-width:640px){.site-header__account{display:inline-flex}}@media(max-width:989px){.site-header__inner{display:grid!important;grid-template-columns:44px 1fr auto;align-items:center;height:auto;min-height:72px;padding:0 .75rem;gap:.75rem}.site-header__menu-toggle{display:inline-flex!important;align-items:center;justify-content:center;width:44px;height:44px;padding:0;color:var(--color-burgundy, #711432);background:transparent;border:0;cursor:pointer;z-index:10001}.site-header__menu-toggle svg{width:26px;height:26px;display:block;stroke:currentColor;flex-shrink:0}.site-header__nav{display:none!important}.site-header__logo{justify-self:center}.site-header__actions{display:flex!important;align-items:center;justify-content:flex-end}}.site-header.is-search-open .search-drawer{display:block}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:block;opacity:0;visibility:hidden;pointer-events:none}body.mobile-menu-open .mobile-menu{display:block!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.mobile-menu__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;border:0;padding:0;background:#120e0c73;cursor:pointer}.mobile-menu__panel{position:absolute;top:0;left:0;width:min(380px,88vw);height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;overflow-y:auto;background:#fffaf6;color:var(--color-charcoal, #211a16);box-shadow:24px 0 60px #00000038;transform:translate(-105%);transition:transform .22s ease;z-index:1;padding:max(1.25rem,env(safe-area-inset-top)) 1.25rem 1.5rem}body.mobile-menu-open .mobile-menu__panel{transform:translate(0)!important}.mobile-menu__top{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(113,20,50,.12);margin-bottom:0}.mobile-menu__logo{font-family:var(--font-heading-family, serif);font-size:1.875rem;color:var(--color-burgundy, #711432);text-decoration:none;line-height:1}.mobile-menu__logo img{max-height:2rem;width:auto;display:block}.mobile-menu__close{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:0;background:transparent;color:var(--color-charcoal, #211a16);cursor:pointer;border-radius:999px;transition:background-color .2s ease;flex-shrink:0;padding:0}.mobile-menu__close:hover{background:#71143214}.mobile-menu__nav{display:grid;gap:0;padding-top:1.25rem}.mobile-menu__nav a{display:flex;align-items:center;min-height:52px;padding:.75rem 0;color:var(--color-charcoal, #211a16);text-decoration:none;font-size:1.05rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;border-bottom:1px solid rgba(113,20,50,.08);transition:color .15s ease}.mobile-menu__nav a:hover,.mobile-menu__nav a:focus{color:var(--color-burgundy, #711432);outline:none}.mobile-menu__locale{display:flex;gap:.5rem;padding-top:1.25rem;flex-wrap:wrap}.mobile-menu__locale button{padding:.375rem .75rem;border-radius:999px;font-size:.75rem;font-weight:500;background:#71143214;color:#1a1714b3;border:0;cursor:pointer;transition:background-color .2s ease,color .2s ease}.mobile-menu__locale button.is-active{background:var(--color-burgundy, #711432);color:#fff}@media(min-width:990px){.mobile-menu{display:none!important}}.search-drawer{position:absolute;left:0;right:0;top:100%;background:#fff;border-bottom:1px solid var(--color-burgundy-100);box-shadow:0 16px 32px #00000014;padding:1rem;z-index:55}.search-drawer__form{display:flex;align-items:center;gap:.75rem;max-width:36rem;margin:0 auto;background:var(--color-ivory);border:1px solid var(--color-burgundy-200);border-radius:999px;padding:.5rem 1rem}.search-drawer__form:focus-within{border-color:#ec7a96}.search-drawer__form input[type=search]{flex:1;background:transparent;border:0;outline:none;font-size:.875rem;min-height:2.25rem}.search-drawer__form button{padding:.25rem;display:inline-flex;align-items:center;justify-content:center}.search-drawer__icon{flex-shrink:0;color:#1a171466}.search-drawer__form button svg{display:block;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.search-drawer__results{max-width:36rem;margin:.5rem auto 0}.search-drawer__results ul{list-style:none;padding:0;margin:0}.search-drawer__results li+li{border-top:1px solid var(--color-burgundy-100)}.search-drawer__results a{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;border-radius:.5rem}.search-drawer__results a:hover{background:var(--color-burgundy-50)}.search-drawer__results img{width:2.75rem;height:2.75rem;object-fit:cover;border-radius:.5rem}.hero{position:relative;display:flex;align-items:center;justify-content:center;padding:clamp(3rem,5vh,4.5rem) clamp(1rem,4vw,2rem);min-height:70vh;width:100%;overflow:hidden;background-image:var(--hero-bg);background-size:var(--hero-bg-fit, cover);background-position:var(--hero-bg-pos, center center);background-repeat:no-repeat}.hero--height-small{min-height:420px}.hero--height-medium{min-height:560px}.hero--height-large{min-height:720px}.hero--height-screen{min-height:max(620px,calc(100vh - 112px));min-height:max(620px,calc(100svh - 112px))}@media(max-width:989px){.hero--height-screen{min-height:max(620px,calc(100svh - 104px))}}@media(max-width:639px){.hero--height-screen{min-height:max(680px,calc(100svh - 96px))}}@media(max-height:700px)and (min-width:990px){.hero--height-screen{min-height:calc(100svh - 96px)}}@media(max-width:749px){.hero{background-image:var(--hero-mobile-bg, var(--hero-bg));background-position:var(--hero-mobile-bg-pos, var(--hero-bg-pos, center center))}}@media(max-height:500px)and (orientation:landscape){.hero--height-screen{min-height:460px}}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#1a171433,#1a171480 35%,#1a1714b8 65%,#1a1714e0)}.hero__inner{position:relative;z-index:1;text-align:center;max-width:48rem;width:100%;margin:0 auto;color:var(--color-cream)}.hero .eyebrow--gold{color:var(--color-gold-400)}.hero__heading{color:var(--color-cream);margin-bottom:1rem}.hero__info{color:#fdf8f499;font-size:clamp(.75rem,1.8vw,.875rem);margin:0 auto 1.25rem}.hero__sub{color:#fdf8f4b3;font-size:clamp(.9375rem,2vw,1.125rem);margin:0 auto 2rem;max-width:30rem}.hero__ctas{display:flex;flex-wrap:wrap;flex-direction:column;gap:.875rem;align-items:center;justify-content:center}@media(min-width:640px){.hero__ctas{flex-direction:row;gap:1rem}}@media(max-width:639px){.hero__ctas .btn{width:100%;max-width:18rem}.hero{padding-top:3.25rem;padding-bottom:3.25rem}.hero__heading{font-size:clamp(1.75rem,7vw,2.25rem);line-height:1.22;margin-bottom:.75rem}.hero .eyebrow{letter-spacing:.25em;margin-bottom:.5rem}.hero__info{font-size:.75rem;max-width:20rem;margin-bottom:1rem}.hero__sub{font-size:.9375rem;max-width:22rem;margin-bottom:1.5rem}}.section-heading{text-align:center;margin:0 auto 2.5rem}.section-heading--row{display:flex;align-items:flex-end;justify-content:space-between;text-align:left;gap:1rem;flex-wrap:wrap}.trust-bar{padding:.95rem 1rem}.trust-bar--dark{background:var(--color-charcoal);color:#fdf8f499}.trust-bar--light{background:var(--color-ivory);color:#1a171499}.trust-bar__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.875rem 2rem;font-size:.8125rem}.trust-bar__item,.trust-bar__inner>span{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;line-height:1.35}.trust-bar .icon{width:1rem;height:1rem;color:var(--color-gold-400, #d2ad5f);flex-shrink:0}.trust-bar .icon svg{width:100%;height:100%;display:block;fill:none;stroke:currentColor}@media(max-width:639px){.trust-bar{padding:1rem .75rem}.trust-bar__inner{display:grid;grid-template-columns:1fr 1fr;gap:.95rem 1rem;font-size:.8125rem;text-align:left}.trust-bar__item,.trust-bar__inner>span{justify-content:flex-start;align-items:center;gap:.5rem}.trust-bar__item:last-child:nth-child(odd),.trust-bar__inner>span:last-child:nth-child(odd){grid-column:1 / -1;justify-content:center;text-align:center}.trust-bar .icon{width:1.05rem;height:1.05rem}}.brand-story{padding:4rem 1.5rem}@media(min-width:750px){.brand-story{padding:6rem 1.5rem}}.brand-story__grid{display:grid;gap:3rem;align-items:center}@media(min-width:750px){.brand-story__grid{grid-template-columns:1fr 1fr}}.brand-story__media{display:flex;align-items:center;justify-content:center}.brand-story__badge{display:flex;background:#fff;padding:1.25rem;border-radius:1rem;box-shadow:0 16px 32px #00000014;border:1px solid rgba(252,231,235,.3);align-items:center;gap:.75rem}.brand-story__badge-thumb{width:3rem;height:3rem;border-radius:999px;overflow:hidden;flex-shrink:0;background:var(--color-burgundy-50, #fce7eb);display:flex;align-items:center;justify-content:center;color:var(--color-burgundy)}.brand-story__badge-img{width:100%;height:100%;display:block;object-fit:cover}.brand-story__badge-value{font-family:var(--font-heading-family);font-size:1.125rem}.brand-story__badge-label{font-size:.75rem;color:#1a171480;margin:0}.category-grid{padding:4rem 1.5rem;background:var(--color-ivory)}.category-grid__list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:990px){.category-grid__list{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.category-grid__card{position:relative;aspect-ratio:3 / 4;border-radius:1rem;overflow:hidden;display:block}.category-grid__image-wrap{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden;z-index:0}.category-grid__image-wrap--placeholder{background:var(--color-ivory, #fdf8f4);display:flex;align-items:center;justify-content:center}.category-grid__image-wrap--placeholder .placeholder-svg{width:3rem;height:3rem;opacity:.2}.category-grid__image-wrap>img,.category-grid__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;object-fit:var(--image-fit, cover);object-position:var(--image-position, center center);transition:transform .7s ease}.category-grid__card:hover .category-grid__image{transform:scale(1.1)}.category-grid__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(to bottom,#0000 35%,#00000073 72%,#000000b8)}.category-grid__content{position:absolute;left:1rem;right:1rem;bottom:1rem;z-index:2;color:var(--color-cream)}.category-grid__content h3{color:var(--color-cream)}.category-grid__content p{font-size:.75rem;opacity:.6;display:inline-flex;align-items:center;gap:.25rem;margin:.25rem 0 0}.reveal-experience{padding:4rem 1.5rem}@media(min-width:750px){.reveal-experience{padding:6rem 1.5rem}}.reveal-experience__steps{display:grid;gap:2rem;max-width:64rem;margin:0 auto}@media(min-width:750px){.reveal-experience__steps{grid-template-columns:repeat(3,1fr)}}.reveal-step{text-align:center}.reveal-step__media{position:relative;aspect-ratio:1 / 1;border-radius:1rem;overflow:hidden;margin-bottom:1.5rem}.reveal-step__image-wrap{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden}.reveal-step__image-wrap>img,.reveal-step__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;object-fit:var(--step-img-fit, cover);object-position:var(--step-img-pos, center center);transition:transform .5s ease}.reveal-step:hover .reveal-step__image{transform:scale(1.05)}.reveal-step__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(26,23,20,.6),transparent)}.reveal-step__num{position:absolute;top:1rem;left:1rem;width:2.5rem;height:2.5rem;background:var(--color-gold-500);color:#fff;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-heading-family);font-size:.875rem}.reveal-step__icon{position:absolute;bottom:1rem;left:1rem;color:var(--color-cream);width:1.75rem;height:1.75rem;font-size:1.75rem}.reveal-step h3{margin-bottom:.5rem}.reveal-step p{font-size:.875rem;color:#1a171499;margin:0}.featured-products{padding:4rem 1.5rem;background:var(--color-ivory)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:990px){.product-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.product-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 1px 2px #0000000a;border:1px solid rgba(252,231,235,.3);transition:box-shadow .3s ease,transform .3s ease;display:flex;flex-direction:column}.product-card:hover{box-shadow:0 24px 48px -16px #00000026}.product-card__media{position:relative;aspect-ratio:4 / 5;overflow:hidden}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:.375rem}.badge{display:inline-block;font-size:.625rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.25rem .625rem;border-radius:999px;color:#fff}.badge--burgundy{background:var(--color-burgundy)}.badge--gold{background:var(--color-gold-500)}.badge--warm{background:var(--color-warm-600)}.badge--charcoal{background:var(--color-charcoal)}.product-card__quick-form{position:absolute;bottom:.75rem;left:.75rem;right:.75rem;opacity:0;transform:translateY(.5rem);transition:opacity .3s ease,transform .3s ease}@media(hover:hover){.product-card:hover .product-card__quick-form{opacity:1;transform:translateY(0)}}.product-card__quick-add{width:100%;padding:.625rem 1rem;font-size:.75rem}@media(max-width:749px){.product-card__quick-form{display:none}}.product-card__info{padding:1rem;display:flex;flex-direction:column;gap:.625rem}.product-card__category{font-size:.625rem;letter-spacing:.16em;text-transform:uppercase;color:var(--color-gold-600);font-weight:500}.product-card__title-link{display:block}.product-card__title{color:var(--color-charcoal);margin:0;font-size:1.0625rem;line-height:1.25}.product-card__title-link:hover .product-card__title{color:var(--color-burgundy)}.product-card__meta{display:flex;align-items:center;justify-content:space-between}.price{display:inline-flex;align-items:baseline;gap:.5rem;font-family:var(--font-heading-family)}.price__current{font-size:1.0625rem;color:var(--color-burgundy)}.price__compare{font-size:.75rem;color:#1a171466;text-decoration:line-through;font-family:var(--font-body-family)}.price--on-sale .price__current{color:var(--color-burgundy)}.product-card__mobile-form{margin-top:.5rem}.product-card__mobile-add{width:100%;padding:.625rem 1rem;font-size:.75rem}@media(min-width:640px){.product-card__mobile-form,.product-card__mobile-add{display:none}}.product-card--placeholder .product-card__image{background:var(--color-ivory)}.stars{display:inline-flex;align-items:center;gap:2px;color:var(--color-gold-500);font-size:.75rem}.stars__count{color:#1a171499;margin-left:.25rem;font-family:var(--font-body-family)}.subscription-cta{position:relative;padding:4rem 1.5rem;overflow:hidden;color:var(--color-cream);background-image:var(--sub-bg);background-size:var(--sub-bg-fit, cover);background-position:var(--sub-bg-pos, center center);background-repeat:no-repeat}@media(min-width:750px){.subscription-cta{padding:6rem 1.5rem}}.subscription-cta--height-small{min-height:420px}.subscription-cta--height-medium{min-height:560px}.subscription-cta--height-large{min-height:720px}@media(max-width:749px){.subscription-cta{background-image:var(--sub-mobile-bg, var(--sub-bg));background-position:var(--sub-mobile-bg-pos, var(--sub-bg-pos, center center))}}.subscription-cta__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#1a171480,#1a1714a6)}.subscription-cta__inner{position:relative;z-index:1;text-align:center;max-width:64rem;margin:0 auto}.subscription-cta h2{color:var(--color-cream)}.subscription-cta__sub{color:#fdf8f4b3;font-size:1.125rem;max-width:36rem;margin:0 auto 2.5rem}.subscription-cta .eyebrow--gold{color:var(--color-gold-400)}.subscription-cta__tiers{display:grid;gap:1.5rem;max-width:56rem;margin:0 auto}@media(min-width:750px){.subscription-cta__tiers{grid-template-columns:repeat(3,1fr)}}.sub-tier{background:#ffffff1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:1.5rem;text-align:left;color:var(--color-cream)}.sub-tier--popular{border-color:var(--color-gold-500);box-shadow:0 0 0 1px #c5a55a4d}.sub-tier__badge{display:inline-block;background:var(--color-gold-500);color:var(--color-charcoal);font-size:.625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.25rem .75rem;border-radius:999px;margin-bottom:.75rem}.sub-tier h3{color:var(--color-cream);margin-bottom:.25rem}.sub-tier__price{color:var(--color-gold-400);font-family:var(--font-heading-family);font-size:1.5rem;margin:0 0 .75rem}.sub-tier__interval{font-family:var(--font-body-family);font-size:.875rem;color:#fdf8f466}.sub-tier__features{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.5rem}.sub-tier__features li{display:flex;align-items:flex-start;gap:.5rem;font-size:.75rem;color:#fdf8f499}.sub-tier__features .icon{color:var(--color-gold-500);margin-top:2px}.sub-tier .btn{width:100%}.reviews{padding:4rem 1.5rem}.reviews__grid{display:grid;gap:1.5rem}@media(min-width:750px){.reviews__grid{grid-template-columns:repeat(3,1fr)}}.review-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 2px #0000000a;border:1px solid rgba(252,231,235,.3)}.review-card .icon--quote{color:var(--color-gold-400);margin-bottom:1rem;font-size:1.25rem}.review-card__text{color:#1a1714b3;font-size:.875rem;line-height:1.6;margin-bottom:1rem}.review-card__rating{margin-bottom:.5rem}.review-card__meta{display:flex;align-items:center;justify-content:space-between}.review-card__author{font-weight:500;font-size:.875rem;color:var(--color-charcoal)}.review-card__verified{font-size:.625rem;color:var(--color-gold-600);letter-spacing:.08em;text-transform:uppercase}.final-cta{position:relative;padding:4rem 1.5rem;overflow:hidden;color:var(--color-cream);text-align:center;background-image:var(--fc-bg);background-size:var(--fc-bg-fit, cover);background-position:var(--fc-bg-pos, center center);background-repeat:no-repeat}@media(min-width:750px){.final-cta{padding:6rem 1.5rem}}.final-cta--height-small{min-height:420px}.final-cta--height-medium{min-height:560px}.final-cta--height-large{min-height:720px}@media(max-width:749px){.final-cta{background-image:var(--fc-mobile-bg, var(--fc-bg));background-position:var(--fc-mobile-bg-pos, var(--fc-bg-pos, center center))}}.final-cta__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#1a171440,#1a1714d9)}.final-cta__inner{position:relative;z-index:1;max-width:36rem;margin:0 auto}.final-cta .icon{color:var(--color-gold-400);width:2rem;height:2rem;font-size:2rem;margin:0 auto 1.5rem}.final-cta h2{color:var(--color-cream);margin-bottom:1rem}.final-cta__sub{color:#fdf8f4b3;font-size:1.125rem;margin:0 0 2rem}.final-cta__badges{list-style:none;padding:0;margin:2.5rem 0 0;display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;color:#fdf8f480;font-size:.75rem}.newsletter{background:var(--color-charcoal);color:#fdf8f4b3;border-bottom:1px solid rgba(255,255,255,.1);padding:3rem 1.5rem;text-align:center}.newsletter__inner{max-width:40rem;margin:0 auto}.newsletter__heading{color:var(--color-cream);margin-bottom:.5rem}.newsletter__sub{font-size:.875rem;color:#fdf8f499;margin:0 0 1.5rem}.newsletter__form{display:flex;flex-direction:column;gap:.75rem;max-width:28rem;margin:0 auto}@media(min-width:640px){.newsletter__form{flex-direction:row}}.newsletter__form input{flex:1;padding:.75rem 1rem;border-radius:999px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:var(--color-cream);font-size:.875rem;outline:none;transition:border-color .2s ease}.newsletter__form input::placeholder{color:#fdf8f466}.newsletter__form input:focus{border-color:var(--color-gold-500)}.newsletter__success{color:var(--color-gold-400);font-weight:500;margin-top:1rem}.newsletter__error{color:#f9d0d9;margin-top:1rem}.site-footer{background:#17120f;color:#f8efe7;padding:64px 0 28px}.site-footer__inner{width:min(1180px,calc(100% - 32px));margin:0 auto}.site-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px}.site-footer__brand-title,.site-footer__heading{color:#fff;margin:0 0 16px}.site-footer__brand-title{font-family:var(--font-heading-family, Georgia, serif);font-size:30px;line-height:1.1}.site-footer__text{color:#f8efe7c7;line-height:1.7;margin:0 0 14px}.site-footer__email,.site-footer__links a{color:#f8efe7c7}.site-footer__email{text-decoration:none}.site-footer__email:hover,.site-footer__links a:hover{color:#d6b76f}.site-footer__links{list-style:none;padding:0;margin:0;display:grid;gap:10px}.site-footer__links a{text-decoration:none}.site-footer__badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.site-footer__badge{border:1px solid rgba(214,183,111,.35);border-radius:999px;padding:7px 10px;color:#d6b76f;font-size:12px;line-height:1}.site-footer__bottom{border-top:1px solid rgba(248,239,231,.12);margin-top:44px;padding-top:22px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:13px;color:#f8efe7b3}@media(max-width:900px){.site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.site-footer{padding:48px 0 24px}.site-footer__grid{grid-template-columns:1fr;gap:30px}.site-footer__bottom{display:grid}}.product{padding:2.5rem 1rem 5rem}@media(min-width:750px){.product{padding:3rem 1.5rem 6rem}}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#1a171480;margin-bottom:2rem;flex-wrap:wrap}.breadcrumb a:hover{color:var(--color-burgundy)}.product__layout{display:grid;gap:2.5rem;align-items:start}@media(min-width:990px){.product__layout{grid-template-columns:55fr 45fr;gap:4rem}}.product__media-main{position:relative;aspect-ratio:1 / 1;border-radius:1.25rem;overflow:hidden;margin-bottom:.75rem;background:var(--color-ivory)}.product__media-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;object-fit:cover}.product__media-thumbs{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.625rem}.product__media-thumb{width:4.75rem;height:4.75rem;border-radius:.75rem;overflow:hidden;border:2px solid transparent;background:var(--color-ivory);transition:border-color .2s ease,box-shadow .2s ease;cursor:pointer}.product__media-thumb img{width:100%;height:100%;object-fit:cover}.product__media-thumb.is-active{border-color:var(--color-burgundy);box-shadow:0 0 0 3px #5b1a2f1a}.product__media-thumb:hover:not(.is-active){border-color:var(--color-burgundy-200)}.product__title{margin-bottom:.5rem;line-height:1.15}.product__rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.875rem;color:#1a171499}.product__price{margin-bottom:1.25rem}.product__price .price__current{font-size:2rem;font-family:var(--font-heading-family)}.product__price .price__compare{font-size:1rem}.product__lead{font-size:clamp(.95rem,1vw,1rem);line-height:1.75;color:#1a1714ad;margin:0 0 .75rem;max-width:38rem}.product__lead-text{margin:0}.product__read-more{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;color:var(--color-burgundy);text-decoration:underline;text-underline-offset:.18em;margin-bottom:1.5rem}.product__read-more:hover{color:var(--color-burgundy-800)}.product__description-wrap{margin-top:2rem;margin-bottom:1rem;scroll-margin-top:120px}.product__description-summary{display:flex;align-items:center;justify-content:space-between;list-style:none;cursor:pointer;font-size:.875rem;font-weight:600;letter-spacing:.02em;color:var(--color-charcoal);padding:.875rem 0;border-top:1px solid var(--color-burgundy-100);border-bottom:1px solid var(--color-burgundy-100);margin-bottom:1.25rem;-webkit-user-select:none;user-select:none}.product__description-summary::-webkit-details-marker{display:none}.product__description-summary:after{content:"";display:inline-block;width:.5rem;height:.5rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .25s ease;flex-shrink:0}.product__description-wrap[open] .product__description-summary:after{transform:rotate(-135deg) translateY(2px)}.product__description{line-height:1.78;color:#1a1714b8;font-size:.9375rem}.product__description p{margin:0 0 .9rem}.product__description p:last-child{margin-bottom:0}.product__description ul{padding-left:1.375rem;margin:0 0 .9rem}.product__description li{margin-bottom:.3rem}.product__option{border:0;padding:0;margin:0 0 1.5rem}.product__option legend{font-size:.8125rem;font-weight:600;letter-spacing:.04em;margin-bottom:.75rem;color:var(--color-charcoal)}.product__option-values{display:flex;flex-wrap:wrap;gap:.5rem}.product__option-value{position:relative}.product__option-value input{position:absolute;opacity:0;pointer-events:none}.product__option-value span{display:inline-block;padding:.5rem 1.125rem;border-radius:999px;background:var(--color-burgundy-50);color:#1a1714b3;font-size:.875rem;transition:background-color .2s ease,color .2s ease;cursor:pointer}.product__option-value span:hover{background:var(--color-burgundy-100)}.product__option-value input:checked+span{background:var(--color-burgundy);color:#fff}.product__option-value input:checked+span:hover{background:var(--color-burgundy-800)}.product__selling-plans{border:0;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.5rem}.product__selling-plan{display:inline-flex;align-items:center;gap:.625rem;padding:.75rem 1.125rem;border:1.5px solid var(--color-burgundy-100);border-radius:.875rem;cursor:pointer;font-size:.875rem;transition:border-color .2s ease}.product__selling-plan:has(input:checked){border-color:var(--color-burgundy);background:var(--color-burgundy-50)}.product__selling-plan input{accent-color:var(--color-burgundy)}.product__cta-stack{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.75rem}.product__quantity-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.quantity-input{display:inline-flex;align-items:center;height:3.25rem;background:#fff;border:1.5px solid var(--color-burgundy-100);border-radius:999px}.quantity-input button{padding:0 1rem;height:100%;color:#1a171480;transition:color .15s ease}.quantity-input button:hover{color:var(--color-burgundy)}.quantity-input input{width:2.75rem;text-align:center;font-size:1rem;font-weight:600;background:transparent;border:0;outline:none;-moz-appearance:textfield;color:var(--color-charcoal)}.quantity-input input::-webkit-outer-spin-button,.quantity-input input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product__atc{flex:1;min-width:10rem;height:3.25rem;font-size:.9375rem;letter-spacing:.02em;padding:0 1.75rem}.product__payment-btn,.product__payment-btn .shopify-payment-button{width:100%}.product__payment-btn .shopify-payment-button__button{border-radius:999px!important;min-height:3rem!important;width:100%!important;font-size:.9375rem!important}.product__payment-btn .shopify-payment-button__button--unbranded{background:var(--color-charcoal)!important;color:#fff!important}.product__panel{background:var(--color-ivory);border-radius:1rem;padding:1.25rem 1.375rem;margin-bottom:.875rem;border:1px solid rgba(197,165,90,.15)}.product__panel h3{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-heading-family);font-size:.9375rem;font-weight:500;color:var(--color-charcoal);margin:0 0 .625rem}.product__panel p{font-size:.875rem;color:#1a1714a6;line-height:1.65;margin:0}.product__panel p+p{margin-top:.4375rem}.product__panel--fragrance dl{display:flex;flex-direction:column;gap:.5rem;margin:0}.product__panel--fragrance dt{font-size:.625rem;letter-spacing:.1em;text-transform:uppercase;color:#1a171466;display:inline-block;min-width:5rem}.product__panel--fragrance dd{display:inline;color:#1a1714b3;font-size:.875rem;margin:0}.product__panel--fragrance>dl>div{display:flex;gap:.75rem}.product__panel--treasure{background:linear-gradient(135deg,var(--color-burgundy-50),#fbf8ef);border-color:#c5a55a33}.product__panel--treasure .icon{color:var(--color-burgundy)}.product__hidden-item{color:var(--color-burgundy);font-weight:600;margin:.625rem 0 0;font-size:.875rem}.product__details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem;margin-bottom:1.5rem}.product__detail{display:flex;align-items:center;gap:.75rem;background:#fff;border:1px solid rgba(197,165,90,.12);border-radius:.875rem;padding:.875rem 1rem}.product__detail .icon{color:var(--color-burgundy);flex-shrink:0;width:1.125rem;height:1.125rem;font-size:1.125rem}.product__detail span{display:block;font-size:.625rem;letter-spacing:.09em;text-transform:uppercase;color:#1a171466;margin-bottom:.2rem}.product__detail strong{display:block;font-size:.8125rem;font-weight:600;color:var(--color-charcoal)}.product__shipping{display:inline-flex;align-items:center;gap:.625rem;font-size:.8125rem;color:#1a171499;margin:0 0 2rem;background:#fff;border:1px solid rgba(197,165,90,.15);border-radius:999px;padding:.625rem 1rem}.product__shipping .icon{color:var(--color-gold-600);flex-shrink:0}.product-recommendations{padding:4rem 1rem}@media(min-width:750px){.product-recommendations{padding:4rem 1.5rem}}.product-recommendations h2{margin-bottom:2rem}.product-recommendations__placeholder{min-height:300px}.collection-banner{padding:2rem 1rem 2.5rem;position:relative;overflow:hidden;border-radius:0}.collection-banner__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.6}.collection-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#fdf8f4f2,#fdf8f466)}.collection-banner__inner{position:relative;padding:2rem 0;max-width:64rem}.collection-banner__desc{color:#1a1714b3;max-width:36rem;margin-top:.75rem}.collection{padding:2rem 1rem 4rem}.collection__layout{display:grid;gap:2rem}@media(min-width:990px){.collection__layout{grid-template-columns:16rem 1fr;gap:3rem}}.collection__sidebar{position:relative}.collection__toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.collection__count{color:#1a171499;font-size:.875rem;margin:0}.collection__sort{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:#1a1714b3}.collection__sort select{padding:.5rem 1rem;border-radius:999px;border:1px solid var(--color-burgundy-100);background:#fff}.collection__empty{padding:4rem 0;text-align:center;color:#1a171499;display:flex;flex-direction:column;gap:1rem;align-items:center}.facets{display:flex;flex-direction:column;gap:.75rem}.facets__group{background:var(--color-ivory);border:1px solid var(--color-burgundy-100);border-radius:.75rem;padding:1rem}.facets__group summary{font-weight:600;font-size:.875rem;cursor:pointer;list-style:none}.facets__group summary::-webkit-details-marker{display:none}.facets__values{padding-top:.75rem;display:flex;flex-direction:column;gap:.5rem}.facets__value{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:#1a1714b3}.facets__price{display:flex;gap:.5rem}.facets__price input{width:100%;padding:.5rem .75rem;border-radius:.5rem;border:1px solid var(--color-burgundy-100);background:#fff;font-size:.875rem}.pagination ul{list-style:none;padding:0;margin:2rem 0 0;display:flex;gap:.25rem;justify-content:center;flex-wrap:wrap}.pagination a,.pagination span{display:inline-flex;min-width:2.25rem;height:2.25rem;align-items:center;justify-content:center;padding:0 .5rem;border-radius:999px;font-size:.875rem}.pagination a{background:var(--color-burgundy-50);color:var(--color-charcoal)}.pagination a:hover{background:#fce7eb}.pagination [aria-current=page]{background:var(--color-burgundy);color:#fff}.list-collections__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:750px){.list-collections__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.cart{padding:2.5rem 1rem 4rem}.cart__heading{margin-bottom:2rem}.cart__empty{text-align:center;padding:4rem 0;display:flex;flex-direction:column;gap:1.5rem;align-items:center;color:#1a171499}.free-shipping-bar{background:var(--color-ivory);border:1px solid var(--color-burgundy-100);border-radius:.75rem;padding:1rem 1.25rem;margin-bottom:1.5rem}.free-shipping-bar p{margin:0 0 .5rem;font-size:.875rem}.free-shipping-bar__track{background:#5b1a2f1a;height:8px;border-radius:999px;overflow:hidden}.free-shipping-bar__fill{height:100%;background:linear-gradient(to right,var(--color-burgundy),var(--color-gold-500));transition:width .4s ease}.cart__table{width:100%;border-collapse:collapse}.cart__table thead{display:none}@media(min-width:750px){.cart__table thead{display:table-header-group}}.cart__table th{text-align:left;padding:0 0 .75rem;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#1a171480}.cart-item{display:grid;grid-template-columns:1fr;gap:1rem;padding:1rem 0;border-top:1px solid var(--color-burgundy-100)}@media(min-width:750px){.cart-item{display:table-row}.cart-item>td{padding:1rem 0;vertical-align:top;border-top:1px solid var(--color-burgundy-100)}}.cart-item__product{display:flex;gap:1rem}.cart-item__media img{width:5rem;height:5rem;object-fit:cover;border-radius:.5rem}.cart-item__details h3{margin:0 0 .25rem}.cart-item__variant,.cart-item__plan,.cart-item__price{margin:0;font-size:.875rem;color:#1a171499}.cart-item__qty{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.cart-item__remove{font-size:.75rem;color:#1a171480;text-decoration:underline}.cart-item__remove:hover{color:var(--color-burgundy)}.cart-item__total{font-family:var(--font-heading-family);font-size:1.125rem;color:var(--color-burgundy)}.cart__footer{margin-top:2rem;display:grid;gap:2rem}@media(min-width:750px){.cart__footer{grid-template-columns:1fr 1fr}}.cart__note{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:#1a1714b3}.cart__note textarea{padding:.75rem 1rem;border-radius:.75rem;border:1px solid var(--color-burgundy-100);background:#fff;min-height:6rem}.cart__totals{background:var(--color-ivory);border:1px solid var(--color-burgundy-100);border-radius:.75rem;padding:1.5rem}.cart__totals-row{display:flex;align-items:baseline;justify-content:space-between;font-size:1rem;margin-bottom:.5rem}.cart__subtotal{font-family:var(--font-heading-family);font-size:1.5rem;color:var(--color-burgundy)}.cart__taxes{font-size:.75rem;color:#1a171480;margin:0 0 1rem}.cart__discounts{list-style:none;padding:0;margin:0 0 1rem;font-size:.875rem;color:var(--color-burgundy)}.cart__checkout{width:100%;padding:1rem 1.5rem}.cart__continue{display:block;text-align:center;font-size:.875rem;color:#1a171499;margin-top:.75rem}.page{padding:3rem 1rem 4rem;max-width:52rem}.page__body{color:#1a1714b3;line-height:1.7}.page__body h2{font-family:var(--font-heading-family);font-size:1.25rem;color:var(--color-charcoal);margin:2rem 0 .75rem}.page__body h3{font-family:var(--font-heading-family);font-size:1rem;color:var(--color-charcoal);margin:1.5rem 0 .5rem;font-weight:600}.page__body ul,.page__body ol{padding-left:1.5rem;margin:0 0 1rem}.page__body li{margin-bottom:.375rem}.page__body a{color:var(--color-burgundy);text-decoration:underline}.page__body a:hover{color:var(--color-burgundy-800)}.page__body p+h2{margin-top:2.5rem}.page__empty{color:#1a171466;font-style:italic;padding:2rem 0}.page--legal{max-width:56rem}@media(min-width:750px){.page{padding:4rem 1.5rem 5rem}}.faq{padding:3rem 1rem;max-width:56rem}.faq__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.faq__item{background:#fff;border:1px solid var(--color-burgundy-100);border-radius:.75rem}.faq__item summary{padding:1rem 1.25rem;font-weight:600;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary:after{content:"+";font-size:1.25rem;color:var(--color-burgundy)}.faq__item details[open] summary:after{content:"\2212"}.faq__item .rte{padding:0 1.25rem 1.25rem;color:#1a1714b3}.contact{padding:3rem 1rem;max-width:36rem}.contact__form{display:flex;flex-direction:column;gap:1rem}.contact__form label{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:#1a1714b3}.contact__form input,.contact__form textarea{padding:.75rem 1rem;border-radius:.75rem;border:1px solid var(--color-burgundy-100);background:#fff}.contact__form input:focus,.contact__form textarea:focus{border-color:var(--color-burgundy);outline:none}.contact__success{background:#f5edd4;color:var(--color-gold-700, #936a2a);padding:1rem;border-radius:.75rem}.contact__errors{background:#fce7eb;color:var(--color-burgundy);padding:1rem;border-radius:.75rem}.image-with-text{padding:4rem 1.5rem}.image-with-text__grid{display:grid;gap:2.5rem;align-items:center}@media(min-width:750px){.image-with-text__grid{grid-template-columns:1fr 1fr}}.image-with-text--reverse .image-with-text__grid{direction:rtl}.image-with-text--reverse .image-with-text__grid>*{direction:ltr}.image-with-text__media{position:relative;overflow:hidden;border-radius:1rem;aspect-ratio:4 / 5;background:var(--color-ivory, #fdf8f4)}.image-with-text__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;min-width:100%;min-height:100%;display:block;object-fit:var(--iwt-img-fit, cover);object-position:var(--iwt-img-pos, center center)}.search{padding:3rem 1rem}.search__form{display:flex;gap:.5rem;margin-bottom:1.5rem;max-width:32rem}.search__form input{flex:1;padding:.75rem 1rem;border-radius:999px;border:1px solid var(--color-burgundy-100);background:#fff}.search__count{font-size:.875rem;color:#1a171499;margin-bottom:1rem}.search__empty{color:#1a171499}.search-result-card{background:#fff;border:1px solid var(--color-burgundy-100);border-radius:1rem;padding:1.25rem}.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:70;background:var(--color-charcoal);color:var(--color-cream);padding:1rem 0;box-shadow:0 -16px 32px #0003}.cookie-banner__inner{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}@media(min-width:750px){.cookie-banner__inner{flex-direction:row;align-items:center;justify-content:space-between}}.cookie-banner p{margin:0;font-size:.875rem;color:#fdf8f4cc}.cookie-banner a{text-decoration:underline;color:var(--color-gold-400)}.cookie-banner__actions{display:flex;gap:.5rem;flex-shrink:0}.error-404{padding:5rem 1rem;text-align:center;max-width:32rem}.error-404 h1{margin-bottom:1rem}.error-404 p{color:#1a171499;margin-bottom:2rem}.error-404__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.customer-page{padding:3rem 1rem}.customer-page>.h1-display{margin-bottom:1.5rem}.customer-header{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:2rem}.customer-header p{color:#1a171499;margin:0}.customer-grid{display:grid;gap:1.5rem}@media(min-width:750px){.customer-grid{grid-template-columns:1fr 1fr}}.customer-card{background:#fff;border:1px solid var(--color-burgundy-100);border-radius:1rem;padding:1.5rem}.customer-card+.customer-card{margin-top:1.5rem}.customer-form{display:flex;flex-direction:column;gap:1rem}.customer-form label{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:#1a1714b3}.customer-form input,.customer-form select,.customer-form textarea{padding:.75rem 1rem;border-radius:.75rem;border:1px solid var(--color-burgundy-100);background:#fff}.customer-form input:focus,.customer-form select:focus,.customer-form textarea:focus{border-color:var(--color-burgundy);outline:none}.customer-link{color:var(--color-burgundy);font-size:.875rem}.customer-link:hover{text-decoration:underline}.customer-checkbox{flex-direction:row!important;align-items:center;gap:.5rem}.customer-checkbox input{width:auto}.customer-errors{background:#fce7eb;color:var(--color-burgundy);padding:1rem 1.25rem;border-radius:.75rem}.customer-errors ul{padding-left:1.25rem;margin:.5rem 0 0}.customer-success{background:#f5edd4;color:var(--color-gold-600);padding:1rem 1.25rem;border-radius:.75rem}.customer-table{width:100%;border-collapse:collapse;font-size:.875rem}.customer-table th,.customer-table td{text-align:left;padding:.625rem .75rem;border-bottom:1px solid var(--color-burgundy-100)}.customer-table tfoot td{font-weight:600}.customer-address{padding:1rem 0;border-bottom:1px dashed var(--color-burgundy-100)}.customer-default-tag{display:inline-block;margin-left:.5rem;padding:.125rem .5rem;background:var(--color-gold-500);color:var(--color-charcoal);border-radius:999px;font-size:.625rem;letter-spacing:.06em;text-transform:uppercase}.customer-actions{display:flex;gap:.75rem;flex-wrap:wrap}.search-drawer__empty{padding:1rem;color:#1a171480;margin:0;font-size:.875rem}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:2px solid var(--color-burgundy);outline-offset:2px;border-radius:4px}.btn:focus-visible{outline-offset:3px}.placeholder{background:linear-gradient(135deg,var(--color-ivory) 0%,var(--color-burgundy-50) 100%)}.placeholder-svg{width:100%;height:100%;opacity:.3}[hidden]{display:none!important}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@keyframes slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.animate-slide-up{animation:slide-up .3s ease-out}.button,.btn,.hero__button,.hero__cta,.hero a[class*=button],.hero a[class*=btn],[class*=button]{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;text-align:center;line-height:1;vertical-align:middle}.button svg,.btn svg,.hero__button svg,.hero__cta svg,.hero a[class*=button] svg,.hero a[class*=btn] svg{display:block;flex:0 0 auto}.button span,.btn span,.hero__button span,.hero__cta span,.hero a[class*=button] span,.hero a[class*=btn] span{display:inline-flex;align-items:center;justify-content:center;line-height:1}.hero__ctas .btn,.hero__ctas .button,.hero a[class*=btn],.hero a[class*=button]{min-height:48px;padding:0 28px;border-radius:999px}.hero__ctas .btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;height:48px;padding:0 28px;line-height:1;text-align:center;box-sizing:border-box}.hero__ctas .btn__label{display:inline-flex;align-items:center;justify-content:center;line-height:1;margin:0;padding:0;width:100%;text-align:center}.btn,.button,.shopify-payment-button__button,button[type=submit],a[class*=btn],a[class*=button]{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;text-align:center;line-height:1;vertical-align:middle;box-sizing:border-box}.btn>span,.button>span,button[type=submit]>span,a[class*=btn]>span,a[class*=button]>span{display:inline-flex;align-items:center;justify-content:center;line-height:1}.btn svg,.button svg,button[type=submit] svg,a[class*=btn] svg,a[class*=button] svg{display:block;flex:0 0 auto}.btn__label{display:inline-flex;align-items:center;justify-content:center;line-height:1}.newsletter__form input,.newsletter__form .btn,.newsletter__form button[type=submit]{min-height:48px;height:48px;border-radius:999px;box-sizing:border-box}.newsletter__form .btn,.newsletter__form button[type=submit]{padding:0 1.5rem;flex:0 0 auto;white-space:nowrap}.final-cta .btn,.final-cta a[class*=btn]{display:inline-flex;align-items:center;justify-content:center;min-height:56px;height:56px;padding:0 34px;line-height:1;text-align:center;box-sizing:border-box;border-radius:999px}.final-cta .btn__label,.final-cta .btn span,.final-cta a[class*=btn] span{display:inline-flex;align-items:center;justify-content:center;line-height:1;margin:0;padding:0;transform:translateY(0)}
/*# sourceMappingURL=/cdn/shop/t/32/assets/theme.css.map */
