*{box-sizing:border-box;margin:0}body{display:flex;flex-direction:column;margin:0;min-height:100svh}html[scroll-lock],html:has(dialog[scroll-lock][open],details[scroll-lock][open]){overflow:hidden}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,textarea,select{font:inherit;border-radius:var(--style-border-radius-inputs)}select{background-color:var(--color-background);color:currentcolor}button{font:inherit;cursor:pointer}dialog{background-color:var(--color-background);color:var(--color-foreground)}a{color:inherit}p{text-wrap:pretty}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p:empty{display:none}:is(p,h1,h2,h3,h4,h5,h6):first-child,:empty:first-child+:where(p,h1,h2,h3,h4,h5,h6){margin-block-start:0}:is(p,h1,h2,h3,h4,h5,h6):last-child,:where(p,h1,h2,h3,h4,h5,h6)+:has(+:empty:last-child){margin-block-end:0}body{font-family:var(--font-primary--family);font-style:var(--font-primary--style);font-weight:var(--font-primary--weight);font-size:calc(1rem * var(--font-body-scale, 1));line-height:1.7;background-color:var(--color-background);color:var(--color-foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading--family);font-style:var(--font-heading--style);font-weight:var(--font-heading--weight);line-height:1.15;letter-spacing:.02em}h1{font-size:clamp(2rem,4vw,3.5rem);font-size:calc(clamp(2rem,4vw,3.5rem) * var(--font-heading-scale, 1))}h2{font-size:clamp(1.625rem,3vw,2.5rem);font-size:calc(clamp(1.625rem,3vw,2.5rem) * var(--font-heading-scale, 1))}h3{font-size:clamp(1.25rem,2vw,1.75rem);font-size:calc(clamp(1.25rem,2vw,1.75rem) * var(--font-heading-scale, 1))}h4{font-size:calc(1.125rem * var(--font-heading-scale, 1))}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9375rem 2.25rem;font-family:var(--font-primary--family);font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;border:.5px solid transparent;border-radius:var(--button-corner-radius);cursor:pointer;transition:background-color var(--duration-base) ease,color var(--duration-base) ease,border-color var(--duration-base) ease}.btn--primary{background-color:var(--button-primary-bg);color:var(--button-primary-text);border-color:var(--button-primary-bg)}.btn--primary:hover{background-color:transparent;color:var(--button-primary-bg)}.btn--secondary{background-color:transparent;color:var(--color-foreground);border-color:var(--color-foreground)}.btn--secondary:hover{background-color:var(--color-foreground);color:var(--color-background)}.btn--accent{background-color:var(--color-accent);color:#fff;border-color:var(--color-accent)}.btn--accent:hover{background-color:transparent;color:var(--color-accent)}.link-underline{position:relative;text-decoration:none;display:inline-block}.link-underline:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:.5px;background-color:currentColor;transform:scaleX(0);transform-origin:right center;transition:transform .3s ease}.link-underline:hover:after{transform:scaleX(1);transform-origin:left center}.reveal{opacity:0;transform:translateY(var(--reveal-distance, 20px));transition:opacity var(--duration-slow) var(--ease-luxury),transform var(--duration-slow) var(--ease-luxury)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}.skip-to-main:focus{position:fixed;top:.5rem;left:50%;transform:translate(-50%);z-index:9999;width:auto;height:auto;padding:.75rem 1.5rem;margin:0;clip:auto;white-space:nowrap;overflow:visible;background-color:var(--color-foreground);color:var(--color-background);font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-uppercase{text-transform:uppercase;letter-spacing:.12em}.text-muted{color:var(--color-muted)}.text-accent{color:var(--color-accent)}.shopify-section{--content-width: min( calc(var(--page-width) - var(--page-margin) * 2), calc(100% - var(--page-margin) * 2) );--content-margin: minmax(var(--page-margin), 1fr);--content-grid: var(--content-margin) var(--content-width) var(--content-margin);position:relative;grid-template-columns:var(--content-grid);display:grid;width:100%}.shopify-section>*{grid-column:2}.shopify-section>.full-width{grid-column:1 / -1}.card-float{box-shadow:var(--shadow-card);transition:box-shadow var(--duration-base) var(--ease-luxury)}.card-float:hover{box-shadow:var(--shadow-card-hover)}.shopify-section+.shopify-section{margin-top:var(--spacing-section, var(--spacing-xl))}.shopify-section+.shopify-section:has(>.hero-banner),.shopify-section+.shopify-section:has(>.store-banner),.shopify-section+.shopify-section:has(>.footer),.shopify-section+.shopify-section:has(>.product),.shopify-section+.shopify-section:has(>.similar-items),.shopify-section+.shopify-section:has(>.similar-items-container),.shopify-section+.shopify-section:has(>.service-promise){margin-top:0}.shopify-section:has(>.product),.shopify-section:has(>.collection),.shopify-section:has(>.cart-page),.shopify-section:has(>.search-page),.shopify-section:has(>.page-content){margin-top:0}.rte,.shopify-section .collection__description.collection__description,.shopify-section .page-content__body.page-content__body{color:var(--color-foreground);max-width:56rem;margin-left:auto;margin-right:auto;text-align:left;font-size:1.0625rem;line-height:1.75;padding-left:clamp(1rem,3vw,2rem);padding-right:clamp(1rem,3vw,2rem)}.shopify-section .page-content__title,.shopify-section .page-content--narrow .page-content__title{max-width:56rem;margin-left:auto;margin-right:auto;padding-left:clamp(1rem,3vw,2rem);padding-right:clamp(1rem,3vw,2rem)}.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6,.shopify-section .collection__description :is(h1,h2,h3,h4,h5,h6),.shopify-section .page-content__body :is(h1,h2,h3,h4,h5,h6){color:var(--color-foreground);font-weight:500}.rte h2,.shopify-section .collection__description h2,.shopify-section .page-content__body h2{margin-top:2em;margin-bottom:.5em}.rte h3,.shopify-section .collection__description h3,.shopify-section .page-content__body h3{margin-top:1.5em;margin-bottom:.4em}.rte p,.shopify-section .collection__description p,.shopify-section .page-content__body p{color:var(--color-foreground);line-height:1.7;margin-bottom:1em}.rte :is(h1,h2,h3,h4,h5,h6):first-child,.shopify-section .collection__description :is(h1,h2,h3,h4,h5,h6):first-child,.shopify-section .page-content__body :is(h1,h2,h3,h4,h5,h6):first-child{margin-top:0}.rte img{max-width:100%;height:auto;border-radius:8px;margin:1.5em 0}.rte__figure{margin:2em 0}.rte__figure img{margin:0}.rte__figure figcaption{font-size:.875em;color:var(--muted-color);text-align:center;margin-top:.5em}.takeaway-callout{background-color:var(--color-secondary-background, #faf7f2);border-left:3px solid var(--color-accent, #b89968);padding:1.5em;margin:2rem 0;border-radius:4px;color:var(--color-foreground)}.takeaway-callout__label{display:block;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted);margin:0 0 .4em}.takeaway-callout__body,.takeaway-callout p{font-size:1.0625rem;line-height:1.55;margin:0}.takeaway-callout--warn{border-left-color:#b54848;background-color:#fdf6f6}.numbered-step{display:flex;align-items:flex-start;gap:1.25rem;margin:0 0 1.75rem}.numbered-step__num{flex:0 0 auto;width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid var(--color-foreground);display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-heading--family);font-size:1.125rem;line-height:1;color:var(--color-foreground)}.numbered-step__body{flex:1 1 auto;min-width:0}.numbered-step__body>:first-child{margin-top:0}.numbered-step__body>:last-child{margin-bottom:0}.comparison-card-grid{display:grid;gap:1.25rem;margin:2rem 0;grid-template-columns:1fr}@media(min-width:640px){.comparison-card-grid,.comparison-card-grid--4{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.comparison-card-grid--3{grid-template-columns:repeat(3,1fr)}.comparison-card-grid--4{grid-template-columns:repeat(4,1fr)}}.comparison-card{background-color:var(--color-background);border:1px solid color-mix(in srgb,var(--color-foreground) 12%,transparent);border-radius:4px;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.comparison-card__media{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:2px;margin:0}.comparison-card__title{font-family:var(--font-heading--family);font-size:1.125rem;margin:0;color:var(--color-foreground)}.comparison-card__body{font-size:.95rem;line-height:1.6;margin:0;color:var(--color-foreground)}.comparison-card ul{margin:0;padding-left:1.1rem;font-size:.95rem;line-height:1.6}.pull-quote{font-family:var(--font-heading--family);font-style:italic;font-size:clamp(1.5rem,3vw,2.125rem);line-height:1.35;max-width:32ch;margin:3rem auto;padding:1.25rem 0;text-align:center;color:var(--color-foreground);border-top:1px solid color-mix(in srgb,var(--color-foreground) 18%,transparent);border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 18%,transparent)}.pull-quote cite{display:block;font-size:.8125rem;font-style:normal;letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted);margin-top:1rem}.stat-callout{text-align:center;padding:2rem 1rem;border-top:1px solid color-mix(in srgb,var(--color-foreground) 14%,transparent);border-bottom:1px solid color-mix(in srgb,var(--color-foreground) 14%,transparent);margin:2.5rem auto;max-width:42ch}.stat-callout__num{display:block;font-family:var(--font-heading--family);font-size:clamp(3rem,8vw,5.5rem);line-height:1;color:var(--color-accent)}.stat-callout__label{display:block;font-size:.8125rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-muted);margin:.5rem 0 .75rem}.stat-callout__caption,.stat-callout p{margin:0 auto;font-size:1rem;line-height:1.55;color:var(--color-foreground)}.letter-mark-section{position:relative;display:flex;align-items:flex-start;gap:1.25rem;padding:1.5rem 0 1rem;margin:3rem 0 1.5rem}.letter-mark-section__letter{flex:0 0 auto;font-family:var(--font-heading--family);font-size:clamp(5rem,14vw,7em);line-height:.85;color:color-mix(in srgb,var(--color-accent) 35%,transparent);pointer-events:none;-webkit-user-select:none;user-select:none}.letter-mark-section__content{flex:1 1 auto;min-width:0}.letter-mark-section__content>:first-child{margin-top:0}.letter-mark-section__content>:last-child{margin-bottom:0}@media(max-width:640px){.letter-mark-section{flex-direction:column;gap:.5rem}}.background-contrast{background-color:var(--color-secondary-background, #faf7f2);padding:clamp(2.5rem,6vw,5rem) clamp(1.25rem,4vw,2.5rem);margin:2.5rem 0;border-radius:4px}.background-contrast--ink{background-color:#1a1815;color:#f3eee2}.background-contrast--ink :is(h1,h2,h3,h4,h5,h6){color:#f3eee2}.icon-row{list-style:none;padding:0;margin:2rem 0;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;text-align:center}@media(min-width:640px){.icon-row{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}.icon-row>li,.icon-row__item{display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.4;color:var(--color-foreground)}.icon-row svg,.icon-row__icon{width:32px;height:32px;stroke:var(--color-foreground);stroke-width:1.25;fill:none;flex:0 0 auto}.inline-figure{margin:.5rem 0 1rem;max-width:200px}.inline-figure--right{float:right;margin:.25rem 0 1rem 1.5rem}.inline-figure--left{float:left;margin:.25rem 1.5rem 1rem 0}.inline-figure img{width:100%;height:auto;border-radius:2px;display:block}.inline-figure figcaption{font-size:.8125rem;color:var(--color-muted);margin-top:.5rem;font-style:italic;line-height:1.4}@media(max-width:640px){.inline-figure--right,.inline-figure--left{float:none;margin:1.25rem auto}}.rte h1,.page-content__body h1,.collection__description h1{font-size:clamp(1.75rem,4vw,2.5rem)!important;line-height:1.15!important;margin-top:.5em!important}.rte h2,.page-content__body h2,.collection__description h2{font-size:clamp(1.35rem,2.8vw,1.75rem)!important;line-height:1.25!important;margin-top:2em!important;margin-bottom:.5em!important}.rte h3,.page-content__body h3,.collection__description h3{font-size:clamp(1.1rem,2.2vw,1.3rem)!important;line-height:1.3!important;margin-top:1.5em!important;margin-bottom:.4em!important}.lp-channel__icon,.icon-row__icon,.numbered-step__icon,.lp-channel__icon-wrap,.feature-icon,[class*=__icon]:not(.product__icon):not(.search__icon):not(.cart__icon):not(.account__icon){width:32px!important;height:32px!important;max-width:32px;max-height:32px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-accent, #1B2A4A);margin-bottom:.5rem}.lp-channel__icon svg,.icon-row__icon svg,.numbered-step__icon svg,[class*=__icon]:not(.product__icon):not(.search__icon):not(.cart__icon):not(.account__icon) svg{width:100%!important;height:100%!important;max-width:100%!important;fill:currentColor;display:block}.letter-mark-section__letter{font-size:clamp(2.5rem,6vw,4rem)!important;line-height:1;color:var(--color-accent, #1B2A4A);opacity:.85}.lp-icons{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin:1.5rem 0}.lp-icons>li{display:flex;flex-direction:row;align-items:center;gap:.75rem;font-size:.9375rem;color:var(--color-foreground)}.lp-icons>li svg,.lp-channel svg,.lp-channel__icon svg,.icon-row svg,.numbered-step svg,.feature-icon svg,.lp-stat svg,.rte ul>li>svg:first-child,.shopify-section .page-content__body svg:not([class*=logo]):not(.cart__icon):not(.search__icon):not(.account__icon):not(.hamburger):not(.close):not(.arrow){width:28px!important;height:28px!important;max-width:28px!important;max-height:28px!important;flex-shrink:0;fill:none!important;stroke:var(--color-accent, #1B2A4A)!important;stroke-width:1.5!important;stroke-linecap:round!important;stroke-linejoin:round!important;vertical-align:middle;display:inline-block}.page-content__body svg,.collection__description svg,.rte svg{max-width:48px;max-height:48px;vertical-align:middle}.lp-channel{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;background:var(--color-secondary-background, #f8f5ef);border-radius:8px;margin:1rem 0}.lp-channel__icon{width:40px!important;height:40px!important;max-width:40px;max-height:40px;display:inline-flex}.lp-channel__tag{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-muted, #6B7280);margin-top:.5rem;margin-bottom:.25rem}.lp-channel__pitch{font-weight:600;font-size:1rem;margin-top:.25rem;margin-bottom:.75rem}.lp-channel__meta{font-size:.875rem;color:var(--color-muted, #6B7280);margin-top:1rem}.comparison-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin:2rem 0}.comparison-card{padding:1.25rem;background:var(--color-secondary-background, #f8f5ef);border-radius:8px}.lp-cta{text-align:center;margin:3rem 0 2rem}.lp-cta .btn--primary{display:inline-flex;padding:.875rem 2rem;background:var(--color-accent, #1B2A4A);color:#fff;text-decoration:none;border-radius:4px;letter-spacing:.05em}.page-content__title,.page-content--narrow .page-content__title,.page-template .page-content__title{font-size:clamp(1rem,.85rem + .5vw,1.15rem)!important;line-height:1.3!important;font-weight:500!important;color:var(--color-foreground, #1A1A1A)!important;text-transform:uppercase!important;letter-spacing:.18em!important;margin-bottom:.5em!important;margin-top:0!important}.lp-hero__overlay h1,.lp-hero__text h1,.lp-hero__title{font-size:clamp(1.75rem,1.5rem + 1.5vw,2.5rem)!important;line-height:1.15!important;font-weight:500!important;text-wrap:balance;margin:.5em 0;color:var(--color-foreground, #1A1A1A)}.rte h1,.rte h2,.rte h3,.rte h4,.rte h5,.rte h6,.page-content__body h1,.page-content__body h2,.page-content__body h3,.page-content__body h4,.collection__description h1,.collection__description h2,.collection__description h3,.lp-hero__title,.lp-hero__overlay h1,.lp-hero__overlay h2,.lp-hero__text h1,.lp-hero__text h2,.lp-channel h3,.lp-channel__heading,.takeaway-callout h2,.takeaway-callout h3,.takeaway-callout__label,.numbered-step h3,.numbered-step__heading,.comparison-card h2,.comparison-card h3,.letter-mark-section__heading,.stat-callout__value{color:var(--color-foreground, #1A1A1A)!important}.eyebrow,.lp-hero__eyebrow,.content-grid__eyebrow,.lp-channel__tag{color:var(--color-foreground, #1A1A1A)!important;opacity:.85}.content-grid__card{position:relative;display:flex;flex-direction:column;justify-content:flex-end;background:#1a1410;border-radius:4px;overflow:hidden;aspect-ratio:1;color:#fff;isolation:isolate}.content-grid__media,.content-grid__card .content-grid__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.content-grid__card img,.content-grid__card .content-grid__img,.collection-card img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.6,.2,1)}.content-grid__card:hover .content-grid__img{transform:scale(1.04)}.content-grid__card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#0000,#0000000d,#0000008c 80%,#000000c7);pointer-events:none}.content-grid__card .content-grid__content{position:relative;z-index:2;padding:clamp(1.5rem,3vw,2.5rem);gap:.65rem;display:flex;flex-direction:column;justify-content:flex-end;height:100%}.content-grid__card .content-grid__subheading,.content-grid__card .content-grid__heading,.content-grid__card .content-grid__text,.content-grid__card h2,.content-grid__card h3,.content-grid__card p{color:#fff!important;text-shadow:0 1px 3px rgba(0,0,0,.4)}.content-grid__card .content-grid__subheading{letter-spacing:.22em;font-size:.78rem;font-weight:600;text-transform:uppercase;opacity:.92;margin-bottom:.25rem}.content-grid__card .content-grid__heading{font-size:clamp(1.5rem,2.4vw,2rem);font-weight:400;line-height:1.15}.content-grid__card .content-grid__text{opacity:.92;max-width:36ch;font-size:.95rem;line-height:1.5}.content-grid__card .content-grid__btn,.content-grid__card .btn,.content-grid__card a.btn--secondary{display:inline-block;margin-top:.5rem;padding:.7rem 1.6rem;border:1px solid rgba(255,255,255,.85)!important;color:#fff!important;background:transparent!important;letter-spacing:.18em;font-size:.8rem;text-transform:uppercase;width:max-content;transition:background .25s ease,color .25s ease}.content-grid__card .content-grid__btn:hover,.content-grid__card .btn:hover{background:#fff!important;color:#1a1a1a!important}.content-grid__card--text-only:after{display:none}.content-grid__card--text-only{background:var(--card-bg, #1B2A4A);color:var(--card-text, #fff);aspect-ratio:auto}.content-grid__card--text-only :is(.content-grid__subheading,.content-grid__heading,.content-grid__text,h2,h3,p){color:var(--card-text, #fff)!important;text-shadow:none}.shopify-section .container,.shopify-section .page-width,.section-featured-collection .page-width,.section-content-grid .page-width{max-width:1440px!important;padding-left:clamp(1rem,3vw,2rem)!important;padding-right:clamp(1rem,3vw,2rem)!important;width:100%}.content-grid,.collection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));gap:1.5rem;width:100%}@media(max-width:768px){.product__media{height:auto!important}.product__media .product__gallery,.product__media .product__gallery-viewer{aspect-ratio:1/1;height:auto!important}.product__gallery-track,.product__gallery-slide,.product__gallery-slide img,.product__media img{width:100%!important;height:100%!important}.usp-strip__inner{display:flex!important;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory}.usp-strip__item{scroll-snap-align:start;flex:0 0 auto}.usp-strip{-ms-overflow-style:none;scrollbar-width:none}.usp-strip::-webkit-scrollbar{display:none}main h1,.page h1{font-size:clamp(26px,7.2vw,36px)!important}main h2,.page h2{font-size:clamp(22px,6vw,30px)!important}main h3,.page h3{font-size:clamp(18px,5vw,22px)!important}.header__menu-toggle{min-width:44px!important;min-height:44px!important;padding:11px!important}.footer__inner{grid-template-columns:1fr!important}.footer__menu{border-top:1px solid var(--color-border, #E5E5E5);padding-top:1rem}.product .price{font-size:clamp(22px,5.5vw,28px)!important;font-weight:600}.rte table,main table{display:block;overflow-x:auto;white-space:nowrap}.lp-steps--horizontal{display:flex!important;flex-direction:column}.lp-steps__num{min-width:36px!important}.btn,button,a.btn,.header__icon,.header__cart-toggle{min-height:44px;min-width:44px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.page-width,.container{padding-left:16px!important;padding-right:16px!important}.product__breadcrumb-list li:nth-last-child(n+4):not(:first-child){display:none}}@media(max-width:480px){.page-width,.container{padding-left:12px!important;padding-right:12px!important}.product-grid{grid-template-columns:1fr!important}main h1,.page h1{font-size:clamp(24px,7vw,32px)!important}}@media(max-width:768px){html,body{overflow-x:hidden!important;max-width:100vw}body *{max-width:100%}.usp-strip__inner,.rte table,main table,.product__media-track,[data-scroll-x=true]{max-width:none}.header__inner,.header-group__inner,.site-header__inner{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;grid-template-columns:none!important;padding:.5rem 1rem!important;gap:1rem}.header__logo,.header__wordmark,.header__heading{flex:1;text-align:center;order:1}.header__logo img,.header__logo-image{max-height:32px;width:auto}.header__nav,.header__nav-link,.mega-menu{display:none!important}.header__icons{display:inline-flex!important;visibility:visible!important;flex-shrink:0}.header__icons>*:not(.header__menu-toggle){display:none!important}.header .header__icons .header__menu-toggle,.header__icons>.header__menu-toggle,button.header__menu-toggle{display:inline-flex!important;visibility:visible!important;opacity:1!important;width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;padding:10px!important;background:transparent;border:none;color:var(--color-foreground, #1A1A1A);cursor:pointer;align-items:center;justify-content:center;flex-shrink:0;order:2}.header__menu-toggle svg,.header__menu-toggle .icon,.header__menu-toggle:before{display:block!important;width:24px;height:24px;fill:currentColor;stroke:currentColor}}@media(max-width:768px){.product__breadcrumb-current-li,.product__breadcrumb-list li[aria-current=page]{display:none!important}}.header__icon,.header__icon.header__search-toggle,.header__icon.header__cart,a.header__icon,button.header__icon{min-width:44px!important;min-height:44px!important;width:44px;height:44px;padding:10px!important;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}.header__icon svg{width:24px;height:24px}.announcement-bar__dismiss{min-width:44px!important;min-height:44px!important;width:44px;height:44px;padding:10px!important;display:inline-flex;align-items:center;justify-content:center}.announcement-bar__dismiss svg,.announcement-bar__dismiss .icon{width:16px;height:16px}.featured-collection__nav,.featured-collection__nav--prev,.featured-collection__nav--next{min-width:44px!important;min-height:44px!important;width:44px;height:44px}.mobile-drawer__account{min-height:44px!important;padding-block:12px!important;display:inline-flex;align-items:center}@media(min-width:769px){.header,.site-header,.header-group,.header__inner,.header-group__inner,.site-header__inner{overflow-x:clip;max-width:100vw}.header__icons{margin-right:0!important;padding-right:0!important}.header__icon.header__cart{margin-right:0!important}html,body{overflow-x:clip}}.lp-hero__overlay .lp-hero__h1,.lp-hero__text .lp-hero__h1{font-size:clamp(1.75rem,1.5rem + 1.5vw,2.5rem)!important;line-height:1.15!important;font-weight:500!important;text-wrap:balance;margin:.5em 0;color:var(--color-foreground, #1A1A1A)}.mega-menu__heading{min-height:44px;padding-block:10px!important;display:inline-flex!important;align-items:center;box-sizing:border-box}.mobile-drawer__subheading{min-height:44px;padding-block:12px!important;display:flex!important;align-items:center;box-sizing:border-box}a.header__nav-link,.header__nav-link{min-width:44px;min-height:44px;padding-inline:12px!important;display:inline-flex!important;align-items:center;justify-content:center;box-sizing:border-box}a.header__wordmark,.header__wordmark{min-height:44px;display:inline-flex!important;align-items:center;box-sizing:border-box}.footer.footer--rebuilt{background-color:#faf7f2;color:var(--color-foreground, #1a1a1a);border-top:1px solid color-mix(in srgb,var(--color-foreground, #1a1a1a) 8%,transparent);margin-top:0}.footer__menus-row{padding:4rem var(--page-margin, 1.5rem) 2.5rem}.footer__menus{max-width:var(--page-width, 1400px);margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2.5rem}.footer--rebuilt .footer__menu{min-width:0}.footer--rebuilt .footer__heading{font-family:var(--font-heading--family, inherit);font-size:.6875rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;margin:0 0 1.25rem;color:var(--color-foreground, #1a1a1a)}.footer--rebuilt .footer__menu-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.footer--rebuilt .footer__link{color:color-mix(in srgb,var(--color-foreground, #1a1a1a) 72%,transparent);text-decoration:none;font-size:.8125rem;line-height:1.5;transition:color .15s ease}.footer--rebuilt .footer__link:hover,.footer--rebuilt .footer__link:focus-visible{color:var(--color-accent, #b89968)}.footer--rebuilt .footer__link--underline{text-decoration:underline}.footer__newsletter-row{padding:2.5rem var(--page-margin, 1.5rem) 3rem;border-top:1px solid color-mix(in srgb,var(--color-foreground, #1a1a1a) 8%,transparent)}.footer__newsletter-row .footer__newsletter{max-width:36rem;margin:0 auto;text-align:center}.footer__newsletter-heading{font-family:var(--font-heading--family, inherit);font-size:1.125rem;font-weight:500;letter-spacing:.02em;margin:0 0 .5rem;color:var(--color-foreground, #1a1a1a)}.footer__newsletter-row .footer__newsletter-desc{color:color-mix(in srgb,var(--color-foreground, #1a1a1a) 68%,transparent);font-size:.875rem;line-height:1.55;margin:0 auto 1.25rem;max-width:28rem}.footer__newsletter-row .footer__newsletter-desc p{margin:0}.footer__newsletter-row .footer__newsletter-form{display:flex;gap:.5rem;max-width:26rem;margin:0 auto .875rem}.footer__newsletter-row .footer__newsletter-input{flex:1 1 auto;min-width:0;background:#fff;border:1px solid color-mix(in srgb,var(--color-foreground, #1a1a1a) 16%,transparent);color:var(--color-foreground, #1a1a1a);padding:.75rem .875rem;font-size:.875rem;outline:none;border-radius:2px;transition:border-color .15s ease,box-shadow .15s ease;min-height:44px;box-sizing:border-box}.footer__newsletter-row .footer__newsletter-input::placeholder{color:color-mix(in srgb,var(--color-foreground, #1a1a1a) 45%,transparent)}.footer__newsletter-row .footer__newsletter-input:focus{border-color:var(--color-foreground, #1a1a1a);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-accent, #b89968) 35%,transparent)}.footer__newsletter-row .footer__newsletter-btn{flex:0 0 auto;background:var(--color-foreground, #1a1a1a);color:#fff;border:1px solid var(--color-foreground, #1a1a1a);padding:0 1.5rem;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border-radius:2px;min-height:44px;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.footer__newsletter-row .footer__newsletter-btn:hover,.footer__newsletter-row .footer__newsletter-btn:focus-visible{background:var(--color-accent, #b89968);border-color:var(--color-accent, #b89968);color:#fff}.footer__newsletter-row .footer__newsletter-consent{color:color-mix(in srgb,var(--color-foreground, #1a1a1a) 55%,transparent);font-size:.6875rem;line-height:1.55;margin:0 auto;max-width:28rem}.footer__newsletter-row .footer__newsletter-consent a{color:inherit;text-decoration:underline}.footer__bottom-bar{border-top:1px solid color-mix(in srgb,var(--color-foreground, #1a1a1a) 8%,transparent);background-color:#faf7f2}.footer__bottom-bar-inner{max-width:var(--page-width, 1400px);margin:0 auto;padding:1.75rem var(--page-margin, 1.5rem) 1.25rem;display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;flex-wrap:wrap}.footer__bottom-bar .footer__nap-address{font-style:normal;font-size:.8125rem;line-height:1.65;color:color-mix(in srgb,var(--color-foreground, #1a1a1a) 75%,transparent);margin:0}.footer__bottom-bar .footer__nap-address strong{color:var(--color-foreground, #1a1a1a);font-weight:600}.footer__bottom-bar .footer__nap-address a{color:color-mix(in srgb,var(--color-foreground, #1a1a1a) 75%,transparent);text-decoration:none;transition:color .15s ease}.footer__bottom-bar .footer__nap-address a:hover{color:var(--color-accent, #b89968)}.footer__bottom-bar-right{display:flex;flex-direction:column;align-items:flex-end;gap:1rem}.footer__legal-links{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;justify-content:flex-end}.footer__legal-link{color:color-mix(in srgb,var(--color-foreground, #1a1a1a) 68%,transparent);text-decoration:none;font-size:.75rem;letter-spacing:.02em;transition:color .15s ease}.footer__legal-link:hover,.footer__legal-link:focus-visible{color:var(--color-accent, #b89968)}.footer__bottom-bar .footer__social{display:flex;gap:1rem;color:color-mix(in srgb,var(--color-foreground, #1a1a1a) 70%,transparent)}.footer__meta{border-top:1px solid color-mix(in srgb,var(--color-foreground, #1a1a1a) 6%,transparent)}.footer__meta-inner{max-width:var(--page-width, 1400px);margin:0 auto;padding:1rem var(--page-margin, 1.5rem);display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.footer__meta .footer__copyright{color:color-mix(in srgb,var(--color-foreground, #1a1a1a) 55%,transparent);font-size:.75rem;letter-spacing:.02em}.footer__meta .footer__payment{display:flex;gap:.5rem;align-items:center}.footer__meta .footer__payment svg{width:36px;height:auto;opacity:.55}@media(max-width:1023px){.footer__menus{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}}@media(max-width:767px){.footer__menus-row{padding:3rem var(--page-margin, 1.25rem) 1.5rem}.footer__menus{grid-template-columns:1fr!important;gap:1.5rem}.footer--rebuilt .footer__menu{border-top:1px solid color-mix(in srgb,var(--color-foreground, #1a1a1a) 8%,transparent);padding-top:1.25rem}.footer--rebuilt .footer__menu:first-child{border-top:none;padding-top:0}.footer__newsletter-row{padding:2rem var(--page-margin, 1.25rem) 2.5rem}.footer__newsletter-row .footer__newsletter-form{flex-direction:column;gap:.625rem}.footer__newsletter-row .footer__newsletter-btn{width:100%;padding:.875rem 1.5rem}.footer__bottom-bar-inner{flex-direction:column;align-items:stretch;gap:1.25rem}.footer__bottom-bar-right{align-items:flex-start}.footer__legal-links{justify-content:flex-start}.footer__meta-inner{justify-content:center;text-align:center}}.search-page{padding-block:var(--spacing-md, 1.5rem) var(--spacing-2xl, 4rem)}.search-page__header{text-align:center;margin-bottom:var(--spacing-lg, 2.5rem);padding-top:var(--spacing-md, 1.5rem)}.search-page__title{font-size:clamp(1.75rem,3.5vw,2.75rem);line-height:1.15;letter-spacing:.02em;margin-bottom:.75rem;text-wrap:balance}.search-page__title em{font-style:italic;color:var(--color-accent, var(--color-foreground))}.search-page__discover-image{background:#1c19170a;aspect-ratio:1 / 1}.header__icons{display:inline-flex;align-items:center;gap:.25rem}.header__icon,shopify-account.header__icon,.header__icon.header__search-toggle,.header__icon.header__cart{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:44px!important;height:44px!important;padding:0!important;line-height:1!important;vertical-align:middle;color:currentColor}.header__icon svg,shopify-account.header__icon svg,shopify-account svg{width:22px!important;height:22px!important;display:block!important;max-width:22px!important;max-height:22px!important;margin:0!important}shopify-account.header__icon>button,shopify-account.header__icon button{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:44px!important;height:44px!important;padding:0!important;border:0!important;background:transparent!important}
/*# sourceMappingURL=/cdn/shop/t/4/assets/critical.css.map */
