:root{--bhc-ink: #0d0d0b;--bhc-charcoal: #171713;--bhc-pine: #1d2a1a;--bhc-navy: #101827;--bhc-cream: #f4efe4;--bhc-parchment: #e8ddc9;--bhc-brass: #b38a42;--bhc-aged-gold: #c9a660;--bhc-oxblood: #8b2521;--bhc-sage: #78856c;--bhc-stone: #6f6a60;--bhc-line: rgba(13, 13, 11, .14);--bhc-white-line: rgba(244, 239, 228, .16);--font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--page-width: 1280px;--radius: 4px;--focus: 0 0 0 3px rgba(201, 166, 96, .42)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--bhc-ink);background:var(--bhc-cream);font-family:var(--font-body);font-size:var(--body-base-size, 16px);line-height:var(--body-line-height, 1.5)}img,svg,video{max-width:100%;height:auto;display:block}a{color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer}:focus-visible{outline:none;box-shadow:var(--focus)}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;padding:0;margin:-1px;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;inset-block-start:1rem;inset-inline-start:1rem;z-index:999;transform:translateY(-150%);background:var(--bhc-cream);color:var(--bhc-ink);padding:.75rem 1rem;border:1px solid var(--bhc-brass)}.skip-link:focus{transform:none}.page-width{width:min(100% - 2rem,var(--page-width));margin-inline:auto}.page-width--narrow{width:min(100% - 2rem,860px);margin-inline:auto}.main-content{min-height:55vh}.color-heritage{--section-bg: var(--scheme-heritage-bg, var(--bhc-cream));--section-surface: var(--scheme-heritage-surface, #fffaf0);--section-text: var(--scheme-heritage-text, var(--bhc-ink));--section-muted: var(--scheme-heritage-muted, #6a6157);--section-accent: var(--scheme-heritage-accent, var(--bhc-brass));--section-primary: var(--scheme-heritage-primary, var(--bhc-oxblood));--section-border: var(--scheme-heritage-border, var(--bhc-line))}.color-lodge{--section-bg: var(--scheme-lodge-bg, var(--bhc-pine));--section-surface: var(--scheme-lodge-surface, #23321f);--section-text: var(--scheme-lodge-text, var(--bhc-cream));--section-muted: var(--scheme-lodge-muted, #d4c6aa);--section-accent: var(--scheme-lodge-accent, var(--bhc-aged-gold));--section-primary: var(--scheme-lodge-primary, var(--bhc-brass));--section-border: var(--scheme-lodge-border, var(--bhc-white-line))}.color-apothecary{--section-bg: var(--scheme-apothecary-bg, #f8f4eb);--section-surface: var(--scheme-apothecary-surface, #fffdf6);--section-text: var(--scheme-apothecary-text, #151510);--section-muted: var(--scheme-apothecary-muted, #69695d);--section-accent: var(--scheme-apothecary-accent, #78856c);--section-primary: var(--scheme-apothecary-primary, #1d2a1a);--section-border: var(--scheme-apothecary-border, rgba(21, 21, 16, .13))}.color-wholesale{--section-bg: var(--scheme-wholesale-bg, #f6f0e4);--section-surface: var(--scheme-wholesale-surface, #fffaf0);--section-text: var(--scheme-wholesale-text, #11110f);--section-muted: var(--scheme-wholesale-muted, #5e584e);--section-accent: var(--scheme-wholesale-accent, #a47c3b);--section-primary: var(--scheme-wholesale-primary, #7d211e);--section-border: var(--scheme-wholesale-border, rgba(17, 17, 15, .16))}.bhc-section{background:var(--section-bg, var(--bhc-cream));color:var(--section-text, var(--bhc-ink));padding-block:var(--section-padding, clamp(2rem, 5vw, var(--section-vertical-padding, 5rem)))}.bhc-section--tight{--section-padding: clamp(1.25rem, 3vw, 2.5rem)}.bhc-eyebrow,.bhc-label,.bhc-badge{color:var(--section-accent, var(--bhc-brass));font-family:var(--font-mono);font-size:var(--label-font-size, .74rem);font-weight:700;letter-spacing:var(--label-letter-spacing, .08em);text-transform:uppercase}.bhc-heading{--heading-current-scale: var(--heading-size-scale, 1);margin:0;font-family:var(--font-heading);font-weight:var(--heading-weight, 600);line-height:var(--heading-line-height, .98);letter-spacing:0}.bhc-heading--xl{font-size:clamp(var(--heading-xl-min, 3rem),var(--heading-xl-fluid, 7vw),var(--heading-xl-max, 6.3rem))}.bhc-heading--lg{font-size:clamp(var(--heading-lg-min, 2.25rem),var(--heading-lg-fluid, 4.5vw),var(--heading-lg-max, 4.5rem))}.bhc-heading--md{font-size:clamp(var(--heading-md-min, 1.7rem),var(--heading-md-fluid, 3vw),var(--heading-md-max, 2.7rem))}.bhc-richtext{color:var(--section-muted, #6a6157)}.bhc-richtext>:first-child{margin-block-start:0}.bhc-richtext>:last-child{margin-block-end:0}.bhc-button{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;gap:.5rem;padding:var(--button-padding-y, .875rem) var(--button-padding-x, 1.2rem);border:1px solid transparent;border-radius:var(--button-radius, var(--radius));text-decoration:none;text-transform:var(--button-text-case, uppercase);letter-spacing:var(--button-letter-spacing, .05em);font-size:var(--button-font-size, .85rem);font-weight:800;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.bhc-button:hover{transform:var(--button-hover-transform, translateY(-1px))}.bhc-button--primary{background:var(--section-primary, var(--bhc-oxblood));color:var(--bhc-cream)}.bhc-button--secondary{background:transparent;border-color:var(--section-accent, var(--bhc-brass));color:var(--section-accent, var(--bhc-brass))}.bhc-button--text{min-height:auto;padding:0;border:0;border-radius:0;color:var(--section-text, var(--bhc-ink));background:transparent;text-decoration:underline;text-underline-offset:.3em}.bhc-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.bhc-placeholder{min-height:320px;background:radial-gradient(circle at 70% 28%,rgba(201,166,96,.22),transparent 24rem),linear-gradient(135deg,#13130f,#2a2018 46%,#101827);border:1px solid rgba(201,166,96,.24);position:relative;overflow:hidden}.bhc-placeholder:before{content:"";position:absolute;top:12%;right:12%;bottom:12%;left:12%;border:1px solid rgba(201,166,96,.22)}.bhc-placeholder:after{content:"";position:absolute;inline-size:26%;aspect-ratio:1;inset-block-end:18%;inset-inline-end:18%;border-radius:50%;background:radial-gradient(circle,#f6d483 0 4%,#b26b27 5% 8%,rgba(0,0,0,.3) 9% 48%,transparent 49%)}.announcement{color:var(--bhc-cream);background:#1c2616;border-block-end:1px solid var(--bhc-white-line)}.announcement__viewport{position:relative;overflow:hidden}.announcement__viewport:before,.announcement__viewport:after{content:"";position:absolute;z-index:2;inset-block:0;width:var(--fade-width, 60px);pointer-events:none}.announcement__viewport:before{inset-inline-start:0;background:linear-gradient(to right,#1c2616,#1c261600)}.announcement__viewport:after{inset-inline-end:0;background:linear-gradient(to left,#1c2616,#1c261600)}.announcement__track{display:flex;width:max-content;min-width:200%;animation:bhc-marquee var(--marquee-speed, 26s) linear infinite}.announcement--pause:hover .announcement__track,.announcement--pause:focus-within .announcement__track{animation-play-state:paused}.announcement__set{display:flex;align-items:center;flex:0 0 auto;gap:var(--announcement-gap, 40px);padding-block:.45rem;padding-inline-end:var(--announcement-gap, 40px);font-family:var(--font-announcement, var(--font-mono));font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.announcement__item,.announcement__separator{flex:0 0 auto}.announcement__separator{color:var(--bhc-gold)}@keyframes bhc-marquee{to{transform:translate(-50%)}}.header{position:sticky;top:0;z-index:50;background:#0d0d0bf5;color:var(--bhc-cream);border-block-end:1px solid var(--bhc-white-line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header__inner{display:grid;grid-template-columns:auto 1fr auto;gap:1.25rem;align-items:center;min-height:76px}.header--logo-center .header__inner{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}.header--logo-center .header__logo{grid-column:2;justify-self:center}.header--logo-center .header__nav{grid-column:1;grid-row:1;justify-content:flex-start}.header--logo-center .header__tools{grid-column:3;grid-row:1;justify-self:end}.header--menu-left:not(.header--logo-center) .header__nav{justify-content:flex-start}.header--menu-center:not(.header--logo-center) .header__nav{justify-content:center}.header--split .header__inner{position:relative;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}.header--split .header__logo{grid-column:2;grid-row:1;justify-self:center}.header--split .header__nav--left{grid-column:1;grid-row:1;justify-content:flex-start}.header__right-cluster{display:flex;grid-column:3;grid-row:1;min-width:0;align-items:center;justify-content:flex-end;gap:clamp(.55rem,1.2vw,1.1rem)}.header__nav--right{justify-content:flex-end}.header__utility-divider{display:block;flex:0 0 auto;width:1px;height:42px;background:var(--bhc-white-line)}.header__logo{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none;min-width:0}.header__logo-image{max-width:var(--logo-width, 210px);max-height:54px;object-fit:contain}.header__logo-mark{width:56px;color:var(--bhc-brass)}.header__wordmark{font-family:var(--font-heading);font-size:clamp(1rem,1.8vw,1.35rem);line-height:1.05;letter-spacing:.06em;text-transform:uppercase}.header__nav{display:flex;justify-content:center;gap:clamp(.75rem,2vw,1.75rem);min-width:0}.header__nav a,.header__icon,.header__menu-toggle{color:inherit;text-decoration:none}.header__nav a{font-family:var(--font-menu, var(--font-mono));font-size:.78rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap}.header__tools{display:flex;align-items:center;gap:.45rem}.header__search{display:flex;align-items:center;width:min(22vw,250px);border:1px solid var(--bhc-white-line);background:#ffffff0a}.header__search input{width:100%;min-width:0;border:0;color:inherit;background:transparent;padding:.7rem .85rem}.header__search button,.header__icon,.header__menu-toggle{display:inline-grid;place-items:center;min-width:44px;min-height:44px;border:0;background:transparent}.header__search-toggle{cursor:pointer}.header__search-panel{position:absolute;inset-block-start:calc(100% + .65rem);inset-inline-end:0;z-index:60;display:none;width:min(420px,calc(100vw - 2rem));align-items:center;border:1px solid var(--bhc-white-line);background:#0d0d0bfa;color:var(--bhc-cream);box-shadow:0 18px 48px #00000057}.header__search-panel[open]{display:flex}.header__desktop-search-form input{width:100%;min-width:0;border:0;background:transparent;color:inherit;padding:.85rem 1rem}.header__desktop-search-form button{display:inline-grid;min-width:48px;min-height:48px;place-items:center;border:0;background:transparent;color:inherit;cursor:pointer}.header__cart-link{position:relative}.header__cart-count{position:absolute;inset-block-start:4px;inset-inline-end:3px;display:inline-grid;min-width:18px;height:18px;place-items:center;border:1px solid var(--bhc-aged-gold);border-radius:999px;background:var(--bhc-oxblood);color:var(--bhc-cream);font-family:var(--font-mono);font-size:.62rem;font-weight:900;letter-spacing:0;line-height:1;padding-inline:4px;box-shadow:0 0 0 2px #0d0d0bfa}.header__menu-toggle,.mobile-drawer{display:none}.section-header{display:flex;justify-content:space-between;gap:1rem;align-items:end;margin-block-end:clamp(1.25rem,3vw,2rem)}.section-header__text{max-width:760px}.section-header .bhc-richtext{max-width:58rem}.collection-hero__content{width:min(100%,760px)}.collection-hero--align-center .collection-hero__header{justify-content:center}.collection-hero--align-center .collection-hero__content{text-align:center}.collection-hero--align-right .collection-hero__header{justify-content:flex-end}.collection-hero--align-right .collection-hero__content{text-align:right}.hero{position:relative;min-height:var(--hero-min-height-desktop, 720px);display:grid;align-items:center;overflow:hidden;padding-block:clamp(4rem,7vw,8rem);background:#080806;color:var(--bhc-cream)}.hero--height-window{min-height:clamp(560px,calc(100svh - 116px),900px)}.hero__media,.hero__media:after{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media{z-index:0}.hero__media:after{content:"";z-index:2;opacity:var(--hero-overlay, .74);background:linear-gradient(90deg,var(--hero-overlay-color, #000) 0%,var(--hero-overlay-color, #000) 48%,transparent 100%);pointer-events:none}.hero--scrim-right_gradient .hero__media:after{background:linear-gradient(270deg,var(--hero-overlay-color, #000) 0%,var(--hero-overlay-color, #000) 48%,transparent 100%)}.hero--scrim-full .hero__media:after{background:var(--hero-overlay-color, #000)}.hero--scrim-top_gradient .hero__media:after{background:linear-gradient(180deg,var(--hero-overlay-color, #000) 0%,rgba(0,0,0,0) 100%)}.hero--scrim-none .hero__media:after{display:none}.hero__media-main,.hero__media-mobile{position:absolute;top:0;right:0;bottom:0;left:0}.hero__media-mobile{display:none}.hero__image,.hero__video{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;object-position:var(--hero-media-position, center center)}.hero__video{display:block}.hero__media-mobile--image-first .hero__video[data-bhc-deferred-video]{opacity:0;transition:opacity .45s ease}.hero__media-mobile--image-first .hero__video[data-bhc-deferred-video].is-loaded{opacity:1}.hero__heading{font-size:var(--hero-heading-size-desktop-current, var(--hero-heading-size-desktop, clamp(3rem, 7vw, 6.3rem)))}.hero__content{position:relative;z-index:1;max-width:720px;margin-inline-start:max(1rem,calc((100vw - var(--page-width)) / 2));padding-inline-end:1rem}.hero__scroll-cue{position:absolute;z-index:3;inset-block-end:clamp(1rem,3vw,2rem);inset-inline-start:50%;display:grid;gap:.45rem;justify-items:center;color:var(--bhc-aged-gold);font-family:var(--font-mono);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-decoration:none;text-transform:uppercase;transform:translate(-50%)}.hero__scroll-dot{width:1px;height:28px;background:currentColor;transform-origin:top;animation:hero-scroll-cue 1.8s ease-in-out infinite}.hero__after-anchor{display:block;height:0}@keyframes hero-scroll-cue{0%,to{transform:scaleY(.38);opacity:.45}50%{transform:scaleY(1);opacity:1}}@media(prefers-reduced-motion:reduce){.hero__scroll-dot{animation:none}}.hero--content-center .hero__content{margin-inline:auto;padding-inline:1rem;text-align:center}.hero--content-center .bhc-actions{justify-content:center}.hero--content-center .hero__text{margin-inline:auto}.hero--content-right .hero__content{margin-inline-start:auto;margin-inline-end:max(1rem,calc((100vw - var(--page-width)) / 2));padding-inline:1rem}.hero__text{max-width:620px;margin-block:1.1rem 1.6rem;color:#f4efe4e0;font-size:clamp(1rem,1.4vw,1.18rem)}.spa-collection-hero{background:radial-gradient(circle at 72% 34%,rgba(120,133,108,.3),transparent 24rem),#080806}.spa-collection-hero .hero__text{color:#f4efe4e6}.video-showcase{--video-aspect-ratio: 16 / 9;--video-radius: var(--radius)}.video-showcase__full{width:100%}.video-showcase__inner{display:grid;gap:clamp(1.5rem,4vw,3rem);align-items:center}.video-showcase--layout-text-left .video-showcase__inner,.video-showcase--layout-text-right .video-showcase__inner{grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr)}.video-showcase--layout-text-right .video-showcase__inner{grid-template-columns:minmax(0,1.28fr) minmax(0,.72fr)}.video-showcase--layout-text-right .video-showcase__content{grid-column:2;grid-row:1}.video-showcase--layout-text-right .video-showcase__media{grid-column:1;grid-row:1}.video-showcase--layout-media-only .video-showcase__inner{display:block}.video-showcase__content{display:grid;gap:1rem;max-width:54rem}.video-showcase--layout-text-above .video-showcase__content{margin-inline:auto}.video-showcase__content--align-left{text-align:start;justify-items:start}.video-showcase__content--align-center{text-align:center;justify-items:center}.video-showcase__content--align-right{text-align:end;justify-items:end;margin-inline-start:auto}.video-showcase__media{position:relative;overflow:hidden;width:100%;aspect-ratio:var(--video-aspect-ratio);border-radius:var(--video-radius);background:#080806}.video-showcase__media--frame-bordered{border:1px solid color-mix(in srgb,var(--section-accent) 42%,var(--section-border))}.video-showcase__media--frame-raised{border:1px solid color-mix(in srgb,var(--section-accent) 28%,var(--section-border));box-shadow:0 24px 70px #0d0d0b29}.video-showcase__video,.video-showcase__iframe,.video-showcase__poster,.video-showcase__placeholder{width:100%;height:100%}.video-showcase__video,.video-showcase__poster{object-fit:cover}.video-showcase__iframe{display:block;border:0}.video-showcase__play{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:grid;gap:.75rem;place-content:center;justify-items:center;cursor:pointer;border:0;background:linear-gradient(180deg,#0808061f,#0808065c);color:var(--bhc-cream);font-family:var(--font-mono);font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.video-showcase__play[hidden]{display:none}.video-showcase__play-icon{display:grid;width:4rem;height:4rem;border:1px solid rgba(201,166,96,.64);border-radius:999px;background:#11100eb8;place-items:center;transition:transform .18s ease,background .18s ease}.video-showcase__play-icon:before{content:"";width:0;height:0;margin-inline-start:.18rem;border-block:.55rem solid transparent;border-inline-start:.85rem solid currentColor}.video-showcase__play:hover .video-showcase__play-icon,.video-showcase__play:focus-visible .video-showcase__play-icon{background:#c9a660eb;color:var(--bhc-ink);transform:scale(1.04)}.trust-strip{border-block:1px solid var(--section-border);padding-block:0;background:radial-gradient(circle at 20% 50%,rgba(255,255,255,.75),transparent 24rem),linear-gradient(180deg,#fbf6eb,#f4efe4)}.trust-strip__grid{display:grid;grid-template-columns:repeat(var(--badge-count, 4),minmax(0,1fr));min-height:84px}.trust-item{display:grid;grid-template-columns:calc(var(--trust-icon-size, 52px) + 10px) 1fr;gap:1rem;align-items:center;padding:.9rem clamp(1.1rem,2.2vw,2.1rem);border-inline-start:1px solid var(--section-border)}.trust-item:first-child{border-inline-start:0}.trust-item__icon{color:var(--section-accent);display:grid;place-items:center}.trust-item__icon .bhc-icon{width:var(--trust-icon-size, 52px);height:var(--trust-icon-size, 52px)}.trust-item__icon img,.trust-item__icon svg{display:block;width:var(--trust-icon-size, 52px);height:var(--trust-icon-size, 52px);object-fit:contain}.editable-icon__svg{color:inherit;display:contents}.trust-item__heading{margin:0;font-family:var(--font-mono);font-size:.8rem;line-height:1.12;letter-spacing:.05em;text-transform:uppercase;max-width:13rem}.trust-item__text{margin:.12rem 0 0;color:var(--section-muted);font-size:.79rem}.feature-trust-bar{background:var(--feature-bg, #EDE9E3);border-block:1px solid var(--feature-divider, #D8D0C5);color:var(--feature-text, #1F1C19)}.feature-trust-bar__grid{display:grid;grid-template-columns:repeat(var(--feature-count, 4),minmax(0,1fr))}.feature-trust-bar__item{display:grid;min-height:118px;align-content:center;justify-items:center;gap:.65rem;padding:1.15rem clamp(.9rem,2vw,1.8rem);border-inline-start:1px solid var(--feature-divider, #D8D0C5);color:inherit;text-align:center;text-decoration:none}.feature-trust-bar__item:first-child,.feature-trust-bar__grid--no-dividers .feature-trust-bar__item{border-inline-start:0}a.feature-trust-bar__item{min-height:118px}a.feature-trust-bar__item:hover .feature-trust-bar__heading{text-decoration:underline;text-underline-offset:.18em}.feature-trust-bar__icon{color:var(--feature-icon-color, #A38D71);display:grid;place-items:center}.feature-icon{display:block;width:50px;height:50px;flex:0 0 50px;background-color:currentColor;-webkit-mask:var(--feature-icon-url) center / contain no-repeat;mask:var(--feature-icon-url) center / contain no-repeat}.feature-trust-bar__icon img,.feature-trust-bar__icon svg{display:block;width:50px;height:50px;object-fit:contain}.feature-trust-bar__heading{margin:0;font-family:var(--font-body);font-size:.76rem;font-weight:700;line-height:1.18;letter-spacing:0;text-transform:uppercase}.feature-trust-bar__subtext{margin:.22rem 0 0;color:var(--feature-text, #1F1C19);font-size:.83rem;line-height:1.25;opacity:.72}.feature-banner{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.2fr);gap:clamp(1rem,3vw,2rem);align-items:stretch;border:1px solid var(--section-border);background:radial-gradient(circle at 20% 22%,rgba(201,166,96,.14),transparent 18rem),var(--section-surface);overflow:hidden}.feature-banner__content{padding:clamp(1.5rem,4vw,4rem);display:flex;flex-direction:column;justify-content:center}.feature-banner__media{min-height:360px}.feature-banner__media img,.feature-banner__media .bhc-placeholder{width:100%;height:100%;object-fit:cover}.spa-collection{border-block:1px solid var(--section-border);background:radial-gradient(circle at 14% 18%,rgba(179,138,66,.13),transparent 20rem),linear-gradient(180deg,var(--section-bg) 0%,color-mix(in srgb,var(--section-bg) 84%,var(--bhc-pine)) 100%)}.spa-collection__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:clamp(1.25rem,4vw,4rem);align-items:center}.spa-collection__inner--image-right .spa-collection__media{order:2}.spa-collection__inner--image-right .spa-collection__content{order:1}.spa-collection__media{min-width:0}.spa-collection__media-frame{position:relative;overflow:hidden;aspect-ratio:var(--spa-image-ratio, 4 / 5);border:1px solid color-mix(in srgb,var(--section-accent) 50%,var(--section-border));border-radius:6px;background:linear-gradient(135deg,rgba(244,239,228,.08),transparent 38%),var(--bhc-pine);box-shadow:0 20px 46px #0d0d0b29}.spa-collection__media-frame:before{content:"";position:absolute;top:.75rem;right:.75rem;bottom:.75rem;left:.75rem;z-index:1;border:1px solid rgba(201,166,96,.38);pointer-events:none}.spa-collection__media-frame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 45%,rgba(13,13,11,.28));pointer-events:none}.spa-collection__image,.spa-collection__media-frame .bhc-placeholder{width:100%;height:100%;object-fit:cover}.spa-collection__content{max-width:660px;padding-block:clamp(.5rem,2vw,1rem)}.spa-collection__content .bhc-eyebrow{margin-block:0 .8rem}.spa-collection__heading{max-width:12ch}.spa-collection__text{max-width:58ch;margin-block-start:1rem;font-size:clamp(1rem,1.2vw,1.12rem);line-height:1.72}.spa-collection__note-list{display:flex;flex-wrap:wrap;gap:.45rem;margin-block-start:1.2rem}.spa-collection__note{display:inline-flex;min-height:30px;align-items:center;border:1px solid color-mix(in srgb,var(--section-accent) 54%,transparent);background:color-mix(in srgb,var(--section-surface) 72%,var(--bhc-pine));color:var(--section-text);padding:.34rem .62rem;font-family:var(--font-mono);font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.spa-collection__button{margin-block-start:1.35rem}.spa-collection__products{margin-block-start:clamp(2rem,5vw,4rem);padding-block-start:clamp(1.25rem,3vw,2rem);border-block-start:1px solid var(--section-border)}.spa-collection__product-grid{margin-block-start:1rem}.local-store__media-stack{display:grid;gap:1rem;padding:clamp(1rem,2vw,1.5rem);background:linear-gradient(145deg,#1f2a1b2e,#11100e0a)}.local-store__image{min-height:260px;overflow:hidden;border:1px solid var(--section-border)}.local-store__image img,.local-store__image .bhc-placeholder{width:100%;height:100%;object-fit:cover}.local-store__details{display:grid;gap:.8rem;margin-block-start:clamp(1.1rem,2vw,1.6rem)}.local-store__detail-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.85rem;align-items:start;padding:clamp(1rem,2vw,1.25rem);border:1px solid rgba(201,166,96,.26);border-radius:6px;background:linear-gradient(135deg,rgba(244,239,228,.05),transparent 54%),#0d0d0b1f;box-shadow:inset 0 1px #f4efe40f}.local-store__detail-icon{display:inline-grid;place-items:center;width:42px;height:42px;border:1px solid rgba(201,166,96,.38);border-radius:50%;color:var(--section-accent);background:#0d0d0b2e}.local-store__detail-icon .bhc-icon{width:22px;height:22px}.local-store__detail-content .bhc-eyebrow{margin-block:0 .45rem}.local-store__detail-main,.local-store__detail-meta,.local-store__detail-note{margin:0}.local-store__detail-main{color:var(--section-text);font-family:var(--font-heading);font-size:clamp(1.08rem,1.5vw,1.28rem);line-height:1.15}.local-store__detail-meta{margin-block-start:.2rem;color:#f4efe4c7;font-size:.96rem;line-height:1.45}.local-store__detail-note{margin-block-start:.55rem;color:#f4efe4a3;font-size:.9rem;line-height:1.45}.local-store__detail-main a,.local-store__detail-meta a,.local-store__detail-link{color:inherit;text-decoration:none}.local-store__detail-link{display:inline-flex;width:fit-content;margin-block-start:.7rem;color:var(--section-accent);font-family:var(--font-mono);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-block-end:1px solid currentColor}.local-store__detail-main a:hover,.local-store__detail-meta a:hover,.local-store__detail-link:hover{color:var(--section-accent)}.local-store__map-card{display:grid;grid-template-rows:minmax(220px,1fr) auto;min-height:420px;overflow:hidden;border:1px solid rgba(201,166,96,.36);border-radius:6px;background:radial-gradient(circle at 22% 18%,rgba(201,166,96,.22),transparent 16rem),linear-gradient(160deg,#1f2a1b,#11100e);color:var(--bhc-cream);box-shadow:0 18px 44px #0d0d0b29}.local-store__map-iframe{width:100%;height:100%;min-height:250px;border:0;filter:saturate(.7) contrast(1.04)}.local-store__map-placeholder{position:relative;min-height:250px;overflow:hidden;background:linear-gradient(90deg,rgba(237,233,227,.08) 1px,transparent 1px),linear-gradient(rgba(237,233,227,.08) 1px,transparent 1px),radial-gradient(circle at 58% 46%,rgba(201,166,96,.32),transparent 8rem),#1f2a1b;background-size:42px 42px,42px 42px,auto,auto}.local-store__map-placeholder--interactive{display:grid;width:100%;padding:0;cursor:pointer;border:0;color:inherit;place-items:center}.local-store__map-load-label{position:relative;z-index:1;padding:.8rem 1rem;border:1px solid rgba(201,166,96,.48);border-radius:999px;background:#11100ebd;color:var(--bhc-cream);font-family:var(--font-mono);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.local-store__map-placeholder--interactive:hover .local-store__map-load-label,.local-store__map-placeholder--interactive:focus-visible .local-store__map-load-label{background:#c9a660eb;color:var(--bhc-ink)}.local-store__map-placeholder:before,.local-store__map-placeholder:after{content:"";position:absolute;border:1px solid rgba(201,166,96,.34);border-radius:999px}.local-store__map-placeholder:before{width:62%;aspect-ratio:1;inset-block-start:16%;inset-inline-start:-18%}.local-store__map-placeholder:after{width:72%;aspect-ratio:1;inset-block-end:-36%;inset-inline-end:-18%}.local-store__map-pin{position:absolute;inset-block-start:48%;inset-inline-start:50%;width:26px;height:26px;border:2px solid var(--bhc-aged-gold);border-radius:50% 50% 50% 0;transform:translate(-50%,-50%) rotate(-45deg)}.local-store__map-pin:after{content:"";position:absolute;top:6px;right:6px;bottom:6px;left:6px;border-radius:50%;background:var(--bhc-aged-gold)}.local-store__map-content{padding:1rem;border-block-start:1px solid rgba(201,166,96,.28)}.local-store__map-heading{margin:0;font-family:var(--font-heading);font-size:1.35rem;line-height:1.05}.local-store__map-content p{margin:.45rem 0 0;color:#f4efe4c7}.local-store__map-button{margin-block-start:.9rem}.badge-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-block:1.2rem}.badge-list__item,.product-badge{display:inline-flex;align-items:center;gap:.35rem;border:1px solid var(--section-border);padding:.35rem .55rem;color:var(--section-text);background:#ffffff59;font-family:var(--font-mono);font-size:.72rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,210px),1fr));gap:clamp(1rem,2vw,1.35rem)}.product-card{position:relative;display:flex;flex-direction:column;min-width:0;background:var(--section-surface, #fffaf0);border:1px solid var(--section-border, var(--bhc-line));border-radius:var(--product-card-radius, 0);color:var(--section-text, var(--bhc-ink));overflow:hidden}.product-card__media{position:relative;display:block;overflow:hidden;background:#eee5d5;aspect-ratio:var(--product-card-ratio, 4 / 5)}.product-card__media img,.product-card__media .bhc-placeholder{width:100%;height:100%;object-fit:var(--product-card-media-fit, cover)}.product-card__body{display:flex;flex:1;flex-direction:column;align-items:var(--product-card-align-items, stretch);padding:var(--product-card-body-padding, 16px);text-align:var(--product-card-text-align, left)}.product-card__title{margin:0;font-family:var(--font-heading);font-size:var(--product-card-title-size, 20px);line-height:1.15}.product-card__title a{text-decoration:none}.product-card__meta,.product-card__scent,.product-card__specs{margin:.2rem 0 0;color:var(--section-muted);font-size:.88rem}.product-card__specs{margin-block-start:.55rem}.product-card__spec-pills{display:flex;flex-wrap:wrap;gap:.35rem;justify-content:var(--product-card-specs-justify, flex-start)}.product-card__spec-pill{display:inline-flex;min-height:26px;align-items:center;border:1px solid color-mix(in srgb,var(--section-accent, var(--bhc-brass)) 44%,transparent);border-radius:999px;background:color-mix(in srgb,var(--section-accent, var(--bhc-brass)) 10%,transparent);color:var(--section-text, var(--bhc-ink));padding:.25rem .55rem;font-family:var(--font-mono);font-size:.68rem;font-weight:800;letter-spacing:.02em;line-height:1.15}.product-card--specs-text .product-card__spec-pills{display:block;color:var(--section-muted);font-family:var(--font-mono);font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.product-card--specs-text .product-card__spec-pill{display:inline;min-height:0;border:0;border-radius:0;background:transparent;color:inherit;padding:0}.product-card--specs-text .product-card__spec-pill+.product-card__spec-pill:before{content:" | "}.price{display:flex;flex-wrap:wrap;gap:.4rem;align-items:baseline;justify-content:var(--product-card-price-justify, flex-start);margin-block:.55rem .8rem;font-weight:800}.price s{color:var(--section-muted);font-weight:500}.product-card__form{margin-top:auto;width:100%}.product-card__quick-add{width:100%}.product-card--custom-alignment .product-card__form,.product-card--custom-alignment>.product-card__body>.product-card__quick-add{width:auto;align-self:var(--product-card-action-align, flex-start)}.product-card--custom-alignment .product-card__quick-add{width:auto;min-width:min(100%,150px)}.product-card__quick-add.bhc-button--primary{background:var(--product-card-button-bg, var(--section-primary));border-color:var(--product-card-button-bg, var(--section-primary));color:var(--product-card-button-text, var(--bhc-cream))}.tile-grid,.audience-grid,.destination-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:clamp(.75rem,1.5vw,1rem)}.tile-card{position:relative;display:grid;min-height:180px;align-items:end;overflow:hidden;color:var(--bhc-cream);text-decoration:none;background:#1d2018;border:1px solid var(--section-border)}.tile-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000001a,#000000a8)}.tile-card img,.tile-card .bhc-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.tile-card__content{position:relative;z-index:1;padding:1.1rem;text-align:center}.tile-card__title{margin:0;font-family:var(--font-mono);font-size:.95rem;letter-spacing:.08em;text-transform:uppercase}.tile-card__text{margin:.3rem 0 0;color:#f4efe4d1;font-size:.9rem}.story-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);align-items:stretch;border-block:1px solid var(--section-border)}.story-split__media{min-height:360px}.story-split__media img,.story-split__media .bhc-placeholder{width:100%;height:100%;object-fit:cover}.story-split__content{display:grid;grid-template-columns:1fr auto;gap:clamp(1rem,3vw,3rem);align-items:center;padding:clamp(2rem,5vw,5rem)}.story-split__stamp{display:grid;place-items:center;width:min(var(--story-stamp-size, 176px),34vw);aspect-ratio:1;border:1px solid var(--section-accent);border-radius:50%;color:var(--section-accent);font-family:var(--font-mono);font-size:.72rem;font-weight:800;letter-spacing:.08em;line-height:1.3;text-align:center;text-transform:uppercase}.story-split__stamp--image{border:0}.story-split__stamp img{display:block;width:100%;height:100%;object-fit:contain}.founder-story{border-block:1px solid var(--section-border)}.founder-story__inner{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:clamp(2rem,5vw,5.5rem);align-items:center}.founder-story__inner--image-right .founder-story__media{order:2}.founder-story__inner--image-right .founder-story__content{order:1}.founder-story__media{min-width:0}.founder-story__image-frame{position:relative;overflow:hidden;aspect-ratio:var(--founder-story-image-ratio, 4 / 5);border:1px solid var(--section-border);border-radius:6px;background:linear-gradient(135deg,rgba(255,255,255,.08),transparent 38%),var(--section-surface);box-shadow:0 18px 44px #0d0d0b1f}.founder-story__image-frame:after{content:"";position:absolute;top:.65rem;right:.65rem;bottom:.65rem;left:.65rem;border:1px solid color-mix(in srgb,var(--section-accent) 46%,transparent);pointer-events:none}.founder-story__image,.founder-story__image-frame .bhc-placeholder{width:100%;height:100%;object-fit:cover}.founder-story__caption{margin:.9rem 0 0;color:var(--section-accent);font-family:var(--font-mono);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.founder-story__content{max-width:660px}.founder-story__content .bhc-eyebrow{margin-block:0 .85rem}.founder-story__heading{max-width:11ch}.founder-story__body{margin-block-start:1.1rem;font-size:clamp(1rem,1.2vw,1.12rem);line-height:1.72}.founder-story__body p{margin-block:0 1rem}.founder-story__signoff{margin-block-start:1.55rem;padding-block-start:1rem;border-block-start:1px solid var(--section-border)}.founder-story__names,.founder-story__detail{margin:0}.founder-story__names{font-family:var(--font-heading);font-size:1.18rem;font-weight:600}.founder-story__detail{color:var(--section-muted);font-family:var(--font-mono);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.founder-story__content .bhc-button{margin-block-start:1.4rem}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,230px),1fr));gap:1px;background:var(--section-border);border:1px solid var(--section-border)}.testimonial{background:var(--section-bg);padding:1.3rem}.testimonial__stars{color:var(--section-accent);letter-spacing:.08em}.newsletter-band{border-block:1px solid var(--section-border)}.newsletter-band__inner,.form-card{display:grid;gap:1rem;background:var(--section-surface);border:1px solid var(--section-border);padding:clamp(1.5rem,3vw,2.4rem)}.newsletter-form,.contact-form__grid{display:grid;gap:.8rem}.newsletter-form{grid-template-columns:minmax(0,1fr) auto}.field{display:grid;gap:.35rem}.field label{font-size:.84rem;font-weight:800}.field input,.field textarea,.field select,.quantity-input{width:100%;min-height:44px;border:1px solid var(--section-border, var(--bhc-line));background:#fffdf7;color:var(--bhc-ink);padding:.75rem .85rem}.footer{color:var(--bhc-cream);background:var(--bhc-ink);border-block-start:1px solid var(--bhc-white-line);padding-block:clamp(2rem,5vw,4rem) 1rem}.footer__grid{display:grid;grid-template-columns:minmax(230px,1.35fr) repeat(auto-fit,minmax(135px,1fr));gap:clamp(1.5rem,3vw,3rem)}.footer__brand{max-width:340px}.footer__logo{display:inline-flex;align-items:center;gap:.7rem;color:var(--bhc-cream)}.footer__logo-image{display:block;width:auto;max-width:min(var(--footer-logo-width, 220px),100%);height:auto}.footer__logo-mark{display:inline-flex;color:var(--bhc-brass)}.footer__logo-mark .bhc-icon{width:28px;height:28px}.footer__wordmark{color:var(--bhc-cream);font-family:var(--font-heading);font-size:1.35rem;font-weight:700;line-height:.95;text-transform:uppercase}.footer__tagline,.footer__summary{margin:1rem 0 0}.footer__tagline{color:var(--bhc-cream);font-size:1rem}.footer__summary{color:#f4efe4c7;line-height:1.45}.footer a{color:#f4efe4d1;text-decoration:none}.footer a:hover{color:var(--bhc-aged-gold)}.footer ul{list-style:none;padding:0;margin:.8rem 0 0}.footer__menu ul:empty{display:none}.footer li+li{margin-top:.45rem}.footer__title{margin:0;color:var(--bhc-brass);font-family:var(--font-mono);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}.footer__bottom{display:flex;justify-content:space-between;gap:1rem;margin-block-start:2rem;padding-block-start:1rem;color:#f4efe4ad;border-block-start:1px solid var(--bhc-white-line);font-size:.85rem}.collection-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:clamp(1.5rem,3vw,2.5rem)}.active-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-block-end:1rem}.active-filters a{border:1px solid var(--section-border);border-radius:var(--radius);padding:.35rem .55rem;background:var(--section-surface);color:var(--section-muted);font-size:.82rem;text-decoration:none}.collection-filter-bar{position:relative;z-index:3;display:grid;grid-template-columns:auto minmax(0,1fr) minmax(150px,auto) auto;gap:1rem;align-items:center;margin-block-end:1rem;border:1px solid var(--section-border);background:var(--section-surface);padding:.65rem}.collection-filter-bar__count,.collection-filter-bar__groups{display:flex;align-items:center}.collection-filter-bar__count{gap:.45rem;color:var(--section-muted);font-size:.86rem;white-space:nowrap}.collection-filter-bar__count .bhc-icon{width:18px;height:18px}.collection-filter-bar__groups{flex-wrap:wrap;gap:.45rem;min-width:0}.filter-dropdown{position:relative}.filter-dropdown summary{display:inline-flex;min-height:36px;align-items:center;gap:.4rem;border:1px solid var(--section-border);border-radius:var(--radius);background:#ffffff57;padding:.4rem .62rem;color:var(--section-text);font-size:.84rem;font-weight:800;list-style:none;cursor:pointer}.filter-dropdown summary::-webkit-details-marker{display:none}.filter-dropdown summary:after{content:"";width:.42rem;height:.42rem;border-inline-end:1px solid currentColor;border-block-end:1px solid currentColor;transform:rotate(45deg) translateY(-.1rem)}.filter-dropdown__count{display:inline-grid;min-width:1.2rem;height:1.2rem;place-items:center;border-radius:999px;background:var(--section-primary);color:var(--bhc-cream);font-size:.68rem}.filter-dropdown__panel{position:absolute;z-index:5;inset-block-start:calc(100% + .45rem);inset-inline-start:0;width:min(82vw,280px);max-height:340px;overflow:auto;border:1px solid var(--section-border);background:var(--section-surface);box-shadow:0 18px 40px #0d0d0b1f;padding:.7rem}.filter-option-list{display:grid;gap:.35rem}.filter-option{display:grid;grid-template-columns:auto 1fr auto;gap:.5rem;align-items:center;min-height:32px;color:var(--section-text);font-size:.85rem}.filter-option small{color:var(--section-muted)}.filter-option.is-disabled{opacity:.5}.filter-price-range{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.filter-price-range label{display:grid;gap:.25rem;color:var(--section-muted);font-size:.78rem;font-weight:800}.filter-price-range input,.collection-filter-bar__sort{min-height:36px;border:1px solid var(--section-border);background:#fffdf7;color:var(--bhc-ink);padding:.45rem .55rem}.collection-filter-bar__sort{width:100%}.collection-filter-bar__submit{min-height:36px;padding-block:.5rem;white-space:nowrap}.filter-drawer-toggle{display:none}.pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-block-start:2rem}.pagination>span{display:inline-flex}.pagination>span>a,.pagination>.page.current,.pagination>.deco{display:inline-grid;min-width:44px;min-height:44px;place-items:center;border:1px solid var(--section-border);border-radius:999px;background:var(--section-surface, #fffaf0);color:var(--section-text, var(--bhc-ink));padding-inline:.85rem;text-decoration:none}.pagination>span>a{transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.pagination>span>a:hover{border-color:var(--section-primary);background:color-mix(in srgb,var(--section-primary) 10%,var(--section-surface, #fffaf0));transform:translateY(-1px)}.pagination>span>a:focus-visible{outline:2px solid var(--section-primary);outline-offset:3px}.pagination>.page.current{border-color:var(--section-primary);background:var(--section-primary);color:var(--bhc-cream);font-weight:800}.pagination>.prev>a,.pagination>.next>a{padding-inline:1.15rem}.product-main{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:clamp(1.5rem,4vw,4rem);align-items:start}.product-media{display:grid;gap:.9rem}.product-media__featured,.product-media__item{overflow:hidden;background:#eee5d5;border:1px solid var(--section-border)}.product-media__featured{aspect-ratio:1 / 1}.product-media__featured img,.product-media__item img,.product-media__featured .bhc-placeholder{width:100%;height:100%;object-fit:cover}.product-media__thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:.6rem}.product-media__item{display:block;aspect-ratio:1 / 1;width:100%;padding:0;color:inherit;cursor:pointer;-webkit-appearance:none;appearance:none}.product-media__item.is-active,.product-media__item[aria-current=true]{border-color:var(--section-primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--section-primary) 28%,transparent)}.product-media__item:focus-visible{outline:2px solid var(--section-primary);outline-offset:3px}.product-info{position:sticky;top:110px;background:var(--section-bg)}.product-rating-summary{display:inline-flex;flex-wrap:wrap;gap:.45rem;align-items:center;width:fit-content;margin-block-start:.8rem;border:1px solid color-mix(in srgb,var(--section-accent, var(--bhc-brass)) 42%,transparent);border-radius:999px;background:color-mix(in srgb,var(--section-accent, var(--bhc-brass)) 9%,transparent);color:var(--section-text, var(--bhc-ink));padding:.42rem .7rem;font-family:var(--font-mono);font-size:.72rem;font-weight:800;letter-spacing:.04em;line-height:1.15;text-decoration:none;text-transform:uppercase}.product-rating-summary__stars{color:var(--section-accent, var(--bhc-brass));letter-spacing:.02em}.product-rating-summary__count{color:var(--section-muted)}.product-title-review-app-slot{width:fit-content;max-width:100%;margin-block-start:.75rem}.product-title-review-app-slot__block+.product-title-review-app-slot__block{margin-block-start:.5rem}.product-form{display:grid;gap:1rem;margin-block-start:1rem}.product-summary{max-width:62ch;margin-block-start:clamp(1.25rem,2.5vw,1.8rem);padding-block-start:clamp(1rem,2vw,1.4rem);border-block-start:1px solid color-mix(in srgb,var(--section-border) 76%,transparent);color:var(--section-muted);font-size:1rem;line-height:1.65}.product-summary>:first-child{margin-block-start:0}.product-summary>:last-child{margin-block-end:0}.product-at-a-glance{margin-block-start:clamp(1.25rem,2.5vw,1.8rem)}.product-at-a-glance__heading{margin:0 0 .75rem;color:var(--section-text);font-family:var(--font-heading);font-size:clamp(1.1rem,1.5vw,1.3rem);font-weight:var(--heading-weight, 600);line-height:1.2}.product-at-a-glance__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-block:1px solid var(--section-border)}.product-spec{display:grid;grid-template-columns:32px minmax(0,1fr);gap:.7rem;align-items:center;min-width:0;padding:.85rem .75rem;border-block-end:1px solid color-mix(in srgb,var(--section-border) 70%,transparent)}.product-spec:nth-child(odd){border-inline-end:1px solid color-mix(in srgb,var(--section-border) 70%,transparent)}.product-spec:nth-last-child(-n+2){border-block-end:0}.product-spec__icon{display:inline-grid;width:32px;height:32px;place-items:center;color:var(--section-accent)}.product-spec__icon .bhc-icon{width:26px;height:26px}.product-spec__content{display:grid;min-width:0;gap:.15rem}.product-spec__label{color:var(--section-muted);font-family:var(--font-mono);font-size:.68rem;font-weight:800;letter-spacing:.06em;line-height:1.2;text-transform:uppercase}.product-spec__value{color:var(--section-text);font-size:.9rem;font-weight:700;line-height:1.35;overflow-wrap:anywhere}.option-fieldset{border:0;padding:0;margin:0}.option-fieldset legend{margin-block-end:.55rem;font-weight:800}.option-list{display:flex;flex-wrap:wrap;gap:.55rem}.option-pill{position:relative}.option-pill input{position:absolute;opacity:0}.option-pill span{display:inline-flex;min-height:44px;align-items:center;border:1px solid var(--section-border);background:var(--section-surface);padding:.65rem .9rem}.option-pill input:checked+span{border-color:var(--section-primary);box-shadow:inset 0 0 0 1px var(--section-primary)}.product-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:1rem}.product-care{border-block:1px solid var(--section-border)}.product-care__layout{display:grid;grid-template-columns:minmax(240px,.72fr) minmax(0,1.28fr);gap:clamp(2rem,6vw,6rem);align-items:start}.product-care__intro{position:sticky;top:110px;max-width:34rem}.product-care__intro .bhc-heading{max-width:11ch}.product-care__intro-text{max-width:46ch;margin-block-start:.9rem;color:var(--section-muted)}.product-care__list{min-width:0;border-block-end:1px solid var(--section-border)}.product-care .product-care__item{border:0;border-block-start:1px solid var(--section-border);background:transparent;padding:0}.product-care .accordion-button{min-height:64px;padding-block:1rem;color:var(--section-text);font-family:var(--font-heading);font-size:clamp(1.05rem,1.6vw,1.25rem);font-weight:var(--heading-weight, 600)}.product-care__toggle{display:inline-grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border:1px solid color-mix(in srgb,var(--section-accent) 48%,var(--section-border));border-radius:50%;color:var(--section-primary);font-family:var(--font-body);font-size:1.2rem;line-height:1;transition:transform .18s ease,background-color .18s ease,color .18s ease}.product-care .accordion-button[aria-expanded=true] .product-care__toggle{background:var(--section-primary);color:var(--bhc-cream);transform:rotate(45deg)}.product-care .accordion-panel{max-width:72ch;padding:0 3.25rem 1.4rem 0;color:var(--section-muted)}.product-care .accordion-panel .bhc-richtext>:first-child{margin-block-start:0}.product-care .accordion-panel .bhc-richtext>:last-child{margin-block-end:0}.product-care__description .productView-hotStock,.product-care__description .is-hide{display:none}.product-care__description ul{display:grid;gap:.45rem;padding-inline-start:1.25rem}.product-reviews-panel{border-block:1px solid var(--section-border)}.product-reviews-panel__inner{display:grid;gap:clamp(1.25rem,3vw,2rem)}.product-reviews-panel__header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(1rem,3vw,2rem);align-items:end}.product-reviews-panel__text{max-width:62ch;margin-block-start:.8rem}.product-rating-summary--panel{margin-block-start:0;justify-self:end}.product-reviews-panel__app-slot{min-height:160px;border:1px solid var(--section-border);background:linear-gradient(135deg,color-mix(in srgb,var(--section-surface) 82%,transparent),color-mix(in srgb,var(--section-bg) 92%,transparent)),var(--section-surface);padding:clamp(1rem,2.5vw,1.6rem)}.product-reviews-panel__app-block+.product-reviews-panel__app-block{margin-block-start:1rem;padding-block-start:1rem;border-block-start:1px solid var(--section-border)}.product-reviews-panel__fallback{max-width:58ch;color:var(--section-muted)}.product-reviews-panel__fallback>:first-child{margin-block-start:0}.product-reviews-panel__fallback>:last-child{margin-block-end:0}.okendo-widget-shell{padding-block:var(--okendo-padding-top, var(--section-vertical-padding)) var(--okendo-padding-bottom, var(--section-vertical-padding));border-block:1px solid var(--section-border)}.okendo-widget-shell--deferred{contain-intrinsic-size:auto 420px}.okendo-widget-shell__inner{display:grid;gap:clamp(1rem,2.5vw,1.75rem)}.okendo-widget-shell__header,.okendo-widget-shell__app-slot{width:100%;min-width:0}.okendo-widget-shell--width-wide .okendo-widget-shell__inner{max-width:min(1440px,calc(100vw - 2rem))}.okendo-widget-shell--width-full .okendo-widget-shell__inner{width:min(100%,calc(100vw - 2rem));max-width:none}.okendo-widget-shell__header{display:grid;max-width:72ch;gap:.65rem}.okendo-widget-shell--compact .okendo-widget-shell__inner{grid-template-columns:minmax(0,.7fr) minmax(280px,1fr);align-items:center}.okendo-widget-shell--compact .okendo-widget-shell__header{max-width:42ch}.okendo-widget-shell__text{max-width:64ch}.okendo-widget-shell__app-slot{min-height:180px;border:1px solid var(--section-border);background:linear-gradient(135deg,color-mix(in srgb,var(--section-surface) 86%,transparent),color-mix(in srgb,var(--section-bg) 94%,transparent)),var(--section-surface);padding:clamp(1rem,2.5vw,1.6rem)}.okendo-widget-shell--compact .okendo-widget-shell__app-slot{min-height:84px;padding:clamp(.75rem,1.5vw,1rem)}.okendo-widget-shell--media .okendo-widget-shell__app-slot,.okendo-widget-shell--carousel .okendo-widget-shell__app-slot{min-height:260px}.okendo-widget-shell--grid .okendo-widget-shell__app-slot{min-height:420px}.okendo-widget-shell__app-block+.okendo-widget-shell__app-block{margin-block-start:1rem;padding-block-start:1rem;border-block-start:1px solid var(--section-border)}.okendo-widget-shell__fallback{max-width:58ch;color:var(--section-muted)}.okendo-widget-shell__fallback>:first-child{margin-block-start:0}.okendo-widget-shell__fallback>:last-child{margin-block-end:0}.apps-section{padding-block:var(--section-vertical-padding)}.apps-section__inner{width:100%}.apps-section__inner--width-wide{max-width:min(1440px,calc(100vw - 2rem));margin-inline:auto}.apps-section__inner--width-full{max-width:none}.apps-section__inner--width-full:not(.page-width){width:100%}.apps-section__block+.apps-section__block{margin-block-start:1.5rem}.apps-section__block{min-width:0}.okendo-widget-shell .okeReviews,.product-title-review-app-slot .okeReviews{--oke-text-fontFamily: var(--font-body);--oke-bodyText-fontFamily: var(--font-body);--oke-title-fontFamily: var(--font-heading);--oke-title-fontWeight: var(--heading-weight, 600);--oke-text-primaryColor: var(--section-text, var(--bhc-ink));--oke-text-secondaryColor: var(--section-muted, var(--bhc-stone));--oke-border-color: var(--section-border, var(--bhc-line));--oke-shadingColor: color-mix(in srgb, var(--section-accent, var(--bhc-brass)) 8%, transparent);--oke-highlightColor: var(--section-accent, var(--bhc-brass));--oke-stars-foregroundColor: var(--section-accent, var(--bhc-brass));--oke-stars-backgroundColor: color-mix(in srgb, var(--section-accent, var(--bhc-brass)) 18%, var(--section-border, var(--bhc-line)));--oke-stars-borderColor: var(--section-accent, var(--bhc-brass));--oke-button-backgroundColor: var(--section-primary, var(--bhc-oxblood));--oke-button-backgroundColorHover: color-mix(in srgb, var(--section-primary, var(--bhc-oxblood)) 86%, var(--bhc-ink));--oke-button-backgroundColorActive: color-mix(in srgb, var(--section-primary, var(--bhc-oxblood)) 78%, var(--bhc-ink));--oke-button-borderColor: var(--section-primary, var(--bhc-oxblood));--oke-button-borderColorHover: color-mix(in srgb, var(--section-primary, var(--bhc-oxblood)) 86%, var(--bhc-ink));--oke-button-borderRadius: var(--button-radius, 4px);--oke-button-fontFamily: var(--font-mono);--oke-button-fontSize: .75rem;--oke-button-fontWeight: 800;--oke-button-textColor: var(--bhc-cream);--oke-button-textColorHover: var(--bhc-cream);color:var(--section-text, var(--bhc-ink));font-family:var(--font-body)}.okendo-widget-shell .okeReviews{width:100%}.okeReviews .oke-a11yText{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.okendo-widget-shell .okeReviews .oke-button,.okendo-widget-shell .okeReviews .oke-readMore,.okendo-widget-shell .okeReviews .oke-showMore-button{display:inline-flex;min-height:40px;align-items:center;justify-content:center;border:1px solid var(--section-border, var(--bhc-line));border-radius:var(--button-radius, 4px);background:var(--section-surface, transparent);color:var(--section-text, var(--bhc-ink));padding:.65rem .9rem;font:inherit;text-decoration:none}.okendo-widget-shell .okeReviews .oke-w-writeReview,.okendo-widget-shell .okeReviews .oke-showMore-button{border-color:var(--section-primary, var(--bhc-oxblood));background:var(--section-primary, var(--bhc-oxblood));color:var(--bhc-cream)}.okendo-widget-shell .okeReviews .oke-reviewContent-readMore,.okendo-widget-shell .okeReviews .oke-reviewContent .oke-reviewContent-readMore{display:inline-flex;width:fit-content;min-height:0;margin-block-start:.4rem;border:0;background:transparent;color:var(--section-primary, var(--bhc-oxblood));padding:0;font-size:.92rem;font-weight:700;line-height:1.2;text-decoration:underline;text-underline-offset:.14em}.okendo-widget-shell .okeReviews .oke-reviewContent:not(.oke-is-truncated) .oke-reviewContent-readMore,.okendo-widget-shell .okeReviews .oke-reviewContent:not(.oke-is-truncated) .oke-reviewContent .oke-reviewContent-readMore{display:none}.okendo-widget-shell .okeReviews .oke-reviewContent-readMore:hover,.okendo-widget-shell .okeReviews .oke-reviewContent .oke-reviewContent-readMore:hover{color:color-mix(in srgb,var(--section-primary, var(--bhc-oxblood)) 78%,var(--bhc-ink))}.okendo-widget-shell .okeReviews .oke-sortSelect{display:inline-flex;gap:.5rem;align-items:center}.okendo-widget-shell .okeReviews .oke-select,.okendo-widget-shell .okeReviews .oke-sortSelect-sort{min-height:40px;border:1px solid var(--section-border, var(--bhc-line));border-radius:var(--button-radius, 4px);background:var(--section-surface, transparent);color:var(--section-text, var(--bhc-ink));padding:.45rem .75rem;font:inherit}.okendo-widget-shell .okeReviews .oke-icon:empty{color:currentColor}.okendo-widget-shell .okeReviews .oke-w-reviews-filterToggle,.okendo-widget-shell .okeReviews.oke-w .oke-w-reviews-filterToggle.oke-button{border-color:var(--section-border, var(--bhc-line));background:var(--section-surface, transparent);color:var(--section-text, var(--bhc-ink))}.okendo-widget-shell .okeReviews .oke-w-reviews-filterToggle:hover,.okendo-widget-shell .okeReviews.oke-w .oke-w-reviews-filterToggle.oke-button:hover{border-color:var(--section-accent, var(--bhc-brass));background:color-mix(in srgb,var(--section-accent, var(--bhc-brass)) 10%,var(--section-surface, transparent));color:var(--section-primary, var(--bhc-oxblood))}.okendo-widget-shell .okeReviews .oke-sortSelect .oke-select,.okendo-widget-shell .okeReviews.oke-w .oke-sortSelect .oke-select.oke-sortSelect-sort{border:1px solid var(--section-border, var(--bhc-line));border-radius:var(--button-radius, 4px);background:var(--section-surface, transparent);color:var(--section-text, var(--bhc-ink));padding:.45rem 2rem .45rem .75rem}.okendo-widget-shell .okeReviews .oke-w-recommendsModule-value,.okendo-widget-shell .okeReviews.oke-w .oke-w-recommendsModule-value{margin-inline-end:.35rem;color:var(--section-primary, var(--bhc-oxblood));font-family:var(--font-heading);font-weight:var(--heading-weight, 600)}.okendo-widget-shell .okeReviews .oke-media{border-radius:4px;background:color-mix(in srgb,var(--section-accent, var(--bhc-brass)) 8%,transparent)}.okendo-widget-shell .okeReviews .oke-media-link{border:1px solid transparent;border-radius:inherit;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.okendo-widget-shell .okeReviews .oke-media-link:hover{border-color:var(--section-accent, var(--bhc-brass));box-shadow:0 10px 24px #0d0d0b1f;transform:translateY(-1px)}.okendo-widget-shell .okeReviews .oke-media-image{border-radius:inherit;object-fit:cover;transition:transform .22s ease}.okendo-widget-shell .okeReviews .oke-media-link:hover .oke-media-image{transform:scale(1.025)}.okendo-widget-shell .okeReviews .oke-w-review-side,.okendo-widget-shell .okeReviews.oke-w .oke-w-review-side{align-self:start;min-height:0;border-color:var(--section-border, var(--bhc-line));background:linear-gradient(135deg,color-mix(in srgb,var(--section-surface, transparent) 82%,transparent),color-mix(in srgb,var(--section-bg, transparent) 92%,transparent)),color-mix(in srgb,var(--section-accent, var(--bhc-brass)) 6%,transparent);border-radius:4px}.okendo-widget-shell .okeReviews .oke-avatar{display:inline-grid;width:48px;height:48px;place-items:center;border:1px solid color-mix(in srgb,var(--section-accent, var(--bhc-brass)) 24%,var(--section-border, var(--bhc-line)));border-radius:50%;background:color-mix(in srgb,var(--section-accent, var(--bhc-brass)) 12%,var(--section-surface, transparent));overflow:hidden}.okendo-widget-shell .okeReviews .oke-avatar-placeholder{display:grid;width:100%;height:100%;place-items:center;border-radius:inherit;line-height:1}.okendo-widget-shell .okeReviews .oke-avatar img,.okendo-widget-shell .okeReviews .oke-avatar-image{width:100%;height:100%;border-radius:inherit;object-fit:cover}.okendo-widget-shell .okeReviews .oke-w-reviewer-name{color:var(--section-text, var(--bhc-ink));font-weight:800}.okendo-widget-shell .okeReviews .oke-w-reviewer-verified,.okendo-widget-shell .okeReviews .oke-w-reviewerRecommendation-text{color:var(--section-muted, var(--bhc-stone))}.okendo-widget-shell .okeReviews .oke-helpful,.okendo-widget-shell .okeReviews.oke-w .oke-helpful{color:var(--section-muted, var(--bhc-stone));font-size:.82rem}.okendo-widget-shell .okeReviews .oke-helpful-vote-button{color:var(--section-muted, var(--bhc-stone))}.okendo-widget-shell .okeReviews .oke-helpful-vote-button:hover{color:var(--section-primary, var(--bhc-oxblood))}@media(max-width:749px){.okendo-widget-shell__app-slot{padding:1rem}.okendo-widget-shell .okeReviews .oke-w-reviews-head,.okendo-widget-shell .okeReviews .oke-w-reviews-controls{gap:.75rem}.okendo-widget-shell .okeReviews .oke-w-reviews-filterToggle,.okendo-widget-shell .okeReviews .oke-w-writeReview,.okendo-widget-shell .okeReviews .oke-showMore-button{width:100%}.okendo-widget-shell .okeReviews .oke-sortSelect{width:100%;justify-content:space-between}.okendo-widget-shell .okeReviews .oke-sortSelect .oke-select{width:100%}.okendo-widget-shell .okeReviews .oke-w-review-side{margin-inline-end:0}}.apps-section .okeReviews{box-sizing:border-box;width:100%;max-width:100%;min-width:0;padding-inline:clamp(1rem,3vw,2rem);color:var(--section-text, var(--bhc-ink));font-family:var(--font-body);overflow-wrap:anywhere}.apps-section .okeReviews *,.apps-section .okeReviews *:before,.apps-section .okeReviews *:after{box-sizing:border-box}.apps-section .okeReviews .oke-w-header{margin-block-end:clamp(1.5rem,3vw,2.5rem)}.apps-section .okeReviews .oke-w-header-content{display:grid;grid-template-columns:minmax(220px,.9fr) minmax(280px,1.1fr);gap:clamp(1rem,3vw,2rem);align-items:start}.apps-section .okeReviews .oke-w-header-content-block,.apps-section .okeReviews .oke-w-header-content-module{min-width:0}.apps-section .okeReviews .oke-w-header-content-module+.oke-w-header-content-module{margin-block-start:1rem}.apps-section .okeReviews .oke-w-ratingAverageModule-rating{display:flex;flex-wrap:wrap;gap:.35rem .6rem;align-items:baseline}.apps-section .okeReviews .oke-w-ratingAverageModule-rating-average,.apps-section .okeReviews .oke-w-recommendsModule-value{font-family:var(--font-heading);font-weight:var(--heading-weight, 600);line-height:1}.apps-section .okeReviews .oke-w-ratingAverageModule-rating-average{font-size:clamp(2rem,4vw,3.25rem)}.apps-section .okeReviews .oke-w-recommendsModule-value{display:inline-block;margin-inline-end:.4rem;font-size:clamp(1.5rem,3vw,2.25rem)}.apps-section .okeReviews .oke-stars{position:relative;display:inline-grid;line-height:0;color:var(--section-accent, var(--bhc-brass))}.apps-section .okeReviews .oke-stars-background,.apps-section .okeReviews .oke-stars-foreground{grid-area:1 / 1;display:block}.apps-section .okeReviews .oke-stars-background{color:color-mix(in srgb,var(--section-muted, var(--bhc-stone)) 42%,transparent)}.apps-section .okeReviews .oke-stars-foreground{overflow:hidden;color:var(--section-accent, var(--bhc-brass))}.apps-section .okeReviews .oke-w-breakdownModule-distribution{display:grid;grid-template-columns:auto minmax(120px,1fr) auto;gap:.45rem .7rem;align-items:center}.apps-section .okeReviews .oke-w-breakdownModule-distribution-bar{overflow:hidden;min-width:0;height:7px;border-radius:999px}.apps-section .okeReviews .oke-w-breakdownModule-distribution-bar-fill{height:100%;border-radius:inherit}.apps-section .okeReviews .oke-w-reviews-head,.apps-section .okeReviews .oke-w-reviews-controls{display:flex;flex-wrap:wrap;gap:.85rem 1rem;align-items:center;justify-content:space-between;margin-block:clamp(1rem,2vw,1.5rem)}.apps-section .okeReviews .oke-w-reviews-list{display:grid;gap:clamp(.45rem,1vw,.75rem);padding:0;margin:0;list-style:none}.apps-section .okeReviews .oke-w-reviews-list-item{min-width:0;margin:0}.apps-section .okeReviews .oke-w-reviews-list-item+.oke-w-reviews-list-item{border-block-start:1px solid color-mix(in srgb,var(--section-border, var(--bhc-line)) 72%,transparent);padding-block-start:clamp(.7rem,1.3vw,1rem)}.apps-section .okeReviews .oke-w-review{display:grid;grid-template-columns:minmax(120px,.18fr) minmax(0,1fr);gap:clamp(.75rem,1.5vw,1.1rem);align-items:start;min-width:0;padding-block:clamp(.45rem,1vw,.75rem)}.apps-section .okeReviews .oke-w-review-side,.apps-section .okeReviews .oke-w-review-main,.apps-section .okeReviews .oke-reviewContainer,.apps-section .okeReviews .oke-reviewContent{min-width:0}.apps-section .okeReviews .oke-w-review-side{display:grid;gap:.5rem;align-content:start}.apps-section .okeReviews .oke-w-reviewer{display:flex;gap:.75rem;align-items:flex-start}.apps-section .okeReviews .oke-avatar{display:inline-grid;width:42px;height:42px;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--section-accent, var(--bhc-brass)) 14%,var(--section-surface, transparent));color:var(--section-accent, var(--bhc-brass));font-size:.78rem;font-weight:800}.apps-section .okeReviews .oke-reviewContent-top,.apps-section .okeReviews .oke-w-review-footer,.apps-section .okeReviews .oke-helpful,.apps-section .okeReviews .oke-helpful-vote{display:flex;flex-wrap:wrap;gap:.55rem .9rem;align-items:center}.apps-section .okeReviews .oke-reviewContent-top,.apps-section .okeReviews .oke-w-review-footer{justify-content:flex-start}.apps-section .okeReviews .oke-reviewContent-title{margin-block:.2rem .45rem;font-family:var(--font-heading);font-size:clamp(1.05rem,1.5vw,1.25rem);font-weight:var(--heading-weight, 600)}.apps-section .okeReviews .oke-reviewContent-body{max-width:72ch;line-height:var(--body-line-height, 1.5)}.apps-section .okeReviews .oke-reviewContent-body p{margin-block:0}.apps-section .okeReviews .oke-button,.apps-section .okeReviews .oke-readMore,.apps-section .okeReviews .oke-showMore-button{display:inline-flex;min-height:40px;align-items:center;justify-content:center;border:1px solid var(--section-border, var(--bhc-line));border-radius:var(--button-radius, 4px);background:var(--section-surface, transparent);color:var(--section-text, var(--bhc-ink));padding:.65rem .9rem;font:inherit;text-decoration:none}.apps-section .okeReviews .oke-w-writeReview,.apps-section .okeReviews .oke-showMore-button{border-color:var(--section-primary, var(--bhc-oxblood));background:var(--section-primary, var(--bhc-oxblood));color:var(--bhc-cream)}.apps-section .okeReviews .oke-reviewContent-readMore{display:inline-flex;width:fit-content;min-height:0;margin-block-start:.4rem;border:0;background:transparent;color:var(--section-primary, var(--bhc-oxblood));padding:0;font-size:.92rem;font-weight:700;line-height:1.2;text-decoration:underline;text-underline-offset:.14em}.apps-section .okeReviews .oke-reviewContent:not(.oke-is-truncated) .oke-reviewContent-readMore{display:none}.apps-section .okeReviews .oke-reviewContent-readMore:hover{color:color-mix(in srgb,var(--section-primary, var(--bhc-oxblood)) 78%,var(--bhc-ink))}.apps-section .okeReviews .oke-sortSelect{display:inline-flex;gap:.5rem;align-items:center}.apps-section .okeReviews .oke-select,.apps-section .okeReviews .oke-sortSelect-sort{min-height:40px;border:1px solid var(--section-border, var(--bhc-line));border-radius:var(--button-radius, 4px);background:var(--section-surface, transparent);color:var(--section-text, var(--bhc-ink));padding:.45rem .75rem;font:inherit}.apps-section .okeReviews .oke-icon:empty,.apps-section .okeReviews .oke-w-reviewer-verified-icon:empty,.apps-section .okeReviews .oke-helpful-vote-button:empty{display:none}.apps-section .okeReviews .oke-is-medium .oke-w-header-content,.apps-section .okeReviews .oke-is-small .oke-w-header-content,.apps-section .okeReviews .oke-is-medium .oke-w-review,.apps-section .okeReviews .oke-is-small .oke-w-review{grid-template-columns:1fr}.apps-section .okeReviews .oke-is-medium .oke-w-review,.apps-section .okeReviews .oke-is-small .oke-w-review{gap:.6rem}.apps-section .okeReviews .oke-is-medium .oke-w-review-side{grid-template-columns:minmax(0,max-content) minmax(0,1fr);gap:.45rem 1rem;align-items:center}.apps-section .okeReviews .oke-is-small .oke-w-review-side{grid-template-columns:1fr}@media(max-width:1100px){.apps-section .okeReviews .oke-w-header-content,.apps-section .okeReviews .oke-w-review{grid-template-columns:1fr}.apps-section .okeReviews .oke-w-header{margin-block-end:1.5rem}.apps-section .okeReviews .oke-w-review{gap:.6rem}.apps-section .okeReviews .oke-w-review-side{grid-template-columns:minmax(0,max-content) minmax(0,1fr);gap:.45rem 1rem;align-items:center}.apps-section .okeReviews .oke-w-review-side-expandContent{align-self:center}.apps-section .okeReviews .oke-w-reviews-head,.apps-section .okeReviews .oke-w-reviews-controls,.apps-section .okeReviews .oke-w-review-footer{align-items:flex-start;justify-content:flex-start}}@media(max-width:620px){.apps-section .okeReviews{padding-inline:.875rem}.apps-section .okeReviews .oke-w-review-side{grid-template-columns:1fr}.apps-section .okeReviews .oke-reviewContent-top,.apps-section .okeReviews .oke-w-review-footer,.apps-section .okeReviews .oke-helpful{gap:.4rem .65rem}}.product-title-review-app-slot .okeReviews,.product-title-review-app-slot .oke-sr{display:inline-flex;flex-wrap:wrap;gap:.35rem .5rem;align-items:center;width:fit-content;color:var(--section-text, var(--bhc-ink));font-family:var(--font-mono);font-size:.75rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.product-title-review-app-slot .oke-sr-count{color:var(--section-muted)}.detail-card,.audience-card,.process-step,.faq-item{border:1px solid var(--section-border);background:var(--section-surface);padding:1.2rem}.accordion-button{display:flex;width:100%;min-height:44px;justify-content:space-between;align-items:center;gap:1rem;border:0;background:transparent;color:inherit;padding:0;text-align:start;font-weight:800}.accordion-panel{display:none;padding-block-start:.8rem;color:var(--section-muted)}.accordion-button[aria-expanded=true]+.accordion-panel{display:block}.wholesale-hero{min-height:560px}.benefits-list{display:grid;gap:.7rem;list-style:none;padding:0;margin:0}.benefits-list li{display:grid;grid-template-columns:24px 1fr;gap:.65rem;align-items:start}.benefits-list li:before{content:">";display:grid;width:24px;height:24px;place-items:center;border:1px solid var(--section-accent);border-radius:50%;color:var(--section-accent);font-size:.75rem}.process-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr));gap:1rem}.process-step__number{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:var(--section-primary);color:var(--bhc-cream);font-weight:900}.contact-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-form__full{grid-column:1 / -1}.empty-state{border:1px dashed var(--section-border);padding:2rem;text-align:center}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{border-block-end:1px solid var(--section-border);padding:.9rem;text-align:start;vertical-align:top}.cart-page__header{max-width:760px;margin-block-end:clamp(1.4rem,3vw,2.5rem)}.cart-page__header .bhc-eyebrow{margin-block:0 .55rem}.cart-page__note{max-width:58ch;margin:.7rem 0 0;color:var(--section-muted)}.cart-page__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:clamp(1rem,3vw,2rem);align-items:start}.cart-page__items{display:grid;gap:.9rem}.cart-item{display:grid;grid-template-columns:140px minmax(0,1fr) minmax(120px,160px) minmax(90px,auto);gap:1rem;align-items:center;border:1px solid var(--section-border);border-radius:6px;background:var(--section-surface);padding:.8rem}.cart-item__media{display:block;overflow:hidden;aspect-ratio:1;border:1px solid var(--section-border);background:#eee5d5}.cart-item__media img,.cart-item__media .bhc-placeholder{width:100%;height:100%;object-fit:cover}.cart-item__title{color:var(--section-text);font-family:var(--font-heading);font-size:clamp(1.05rem,1.6vw,1.35rem);font-weight:700;line-height:1.12;text-decoration:none}.cart-item__variant,.cart-item__description,.cart-item__properties,.cart-summary__text{color:var(--section-muted);font-size:.92rem}.cart-item__variant,.cart-item__description{margin:.35rem 0 0}.cart-item__properties{display:grid;gap:.25rem;margin:.65rem 0 0}.cart-item__properties div{display:flex;flex-wrap:wrap;gap:.3rem}.cart-item__properties dt{font-weight:800}.cart-item__properties dd{margin:0}.cart-item__remove{display:inline-flex;margin-block-start:.65rem;color:var(--section-accent);font-family:var(--font-mono);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.cart-item__controls{display:grid;gap:.35rem}.cart-item__quantity-label,.cart-item__total-label{color:var(--section-muted);font-family:var(--font-mono);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.cart-item__total{display:grid;gap:.25rem;justify-items:end;font-weight:900}.cart-summary{position:sticky;top:118px;border:1px solid rgba(201,166,96,.34);border-radius:6px;background:radial-gradient(circle at 18% 16%,rgba(201,166,96,.18),transparent 14rem),var(--section-surface);padding:clamp(1rem,2vw,1.4rem);box-shadow:0 18px 44px #0d0d0b1a}.cart-summary__heading{margin:0;font-family:var(--font-heading);font-size:1.45rem}.cart-summary__row{display:flex;justify-content:space-between;gap:1rem;border-block:1px solid var(--section-border);margin-block:1rem;padding-block:.9rem}.cart-summary__text{margin-block:0 1rem}.free-shipping-goal{display:grid;gap:.8rem;margin-block:0 1rem;padding:.9rem;border:1px solid color-mix(in srgb,var(--section-accent) 42%,transparent);border-radius:min(var(--radius, 6px),6px);background:linear-gradient(135deg,color-mix(in srgb,var(--section-accent) 14%,transparent),transparent 46%),color-mix(in srgb,var(--section-surface) 92%,var(--bhc-cream))}.free-shipping-goal--unlocked{border-color:color-mix(in srgb,var(--section-primary) 48%,var(--section-accent))}.free-shipping-goal__message{margin:0;color:var(--section-text);font-weight:800;line-height:1.35}.free-shipping-goal__bar{position:relative;overflow:hidden;height:10px;border-radius:999px;background:color-mix(in srgb,var(--section-border) 68%,var(--section-surface))}.free-shipping-goal__fill{display:block;width:var(--free-shipping-progress, 0%);height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--section-accent),var(--section-primary));transition:width .28s ease}.free-shipping-goal__actions{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center}.free-shipping-goal__cta{flex:1 1 150px}.free-shipping-goal__dialog-trigger{color:var(--section-accent);font-size:.74rem}.free-shipping-dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:grid;place-items:center;padding:clamp(1rem,4vw,2rem)}.free-shipping-dialog[hidden]{display:none}.free-shipping-dialog__overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;background:#0d0d0ba8;cursor:pointer}.free-shipping-dialog__panel{position:relative;z-index:1;width:min(100%,440px);border:1px solid color-mix(in srgb,var(--bhc-aged-gold) 48%,transparent);border-radius:min(var(--radius, 6px),6px);background:radial-gradient(circle at 18% 10%,rgba(201,166,96,.22),transparent 11rem),var(--bhc-cream);color:var(--bhc-ink);padding:clamp(1.2rem,4vw,1.7rem);box-shadow:0 26px 80px #00000052}.free-shipping-dialog__close{position:absolute;inset-block-start:.65rem;inset-inline-end:.65rem;display:grid;width:40px;height:40px;place-items:center;border:1px solid transparent;border-radius:50%;background:transparent;color:inherit;cursor:pointer;font-family:var(--font-body);font-size:1.45rem;line-height:1}.free-shipping-dialog__close:hover{border-color:color-mix(in srgb,var(--bhc-aged-gold) 42%,transparent);background:color-mix(in srgb,var(--bhc-aged-gold) 10%,transparent)}.free-shipping-dialog__accent{display:grid;width:48px;height:48px;margin-block-end:.9rem;place-items:center;border:1px solid color-mix(in srgb,var(--bhc-aged-gold) 54%,transparent);border-radius:50%;color:var(--bhc-brass)}.free-shipping-dialog__heading{max-width:12ch;margin:0;font-family:var(--font-heading);font-size:clamp(2rem,6vw,3rem);font-weight:var(--heading-weight, 600);line-height:1}.free-shipping-dialog__text{margin:.8rem 0 0;color:var(--bhc-stone);line-height:1.5}.free-shipping-dialog__actions{display:grid;gap:.65rem;margin-block-start:1.2rem}.free-shipping-dialog__button{width:100%}.cart-summary__actions{display:grid;gap:.65rem}.cart-summary__actions .bhc-button{width:100%}.article-content,.page-content{color:var(--section-muted)}.article-content img,.page-content img{height:auto}@media(max-width:1180px){.header--split .header__inner{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:.5rem}.header--split .header__menu-toggle{display:inline-grid;grid-column:1;grid-row:1;justify-self:start}.header--split .header__logo{grid-column:2;grid-row:1;justify-self:center}.header--split .header__right-cluster{grid-column:3;grid-row:1;justify-self:end}.header--split .header__nav,.header--split .header__search-toggle,.header--split .header__search-panel,.header--split .header__utility-divider{display:none}}@media(max-width:900px){.video-showcase--layout-text-left .video-showcase__inner,.video-showcase--layout-text-right .video-showcase__inner{grid-template-columns:1fr}.video-showcase--layout-text-right .video-showcase__content,.video-showcase--layout-text-right .video-showcase__media{grid-column:auto;grid-row:auto}.video-showcase__content--align-right{text-align:start;justify-items:start;margin-inline-start:0}}@media(max-width:989px){.header__inner{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:.5rem}.header--logo-center .header__inner{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}.header--logo-center .header__logo,.header--logo-center .header__tools{grid-column:auto;grid-row:auto;justify-self:auto}.header__menu-toggle{grid-column:1;grid-row:1;justify-self:start}.header__logo,.header--logo-center .header__logo{grid-column:2;grid-row:1;justify-self:center}.header__tools,.header--logo-center .header__tools{grid-column:3;grid-row:1;justify-self:end}.header__logo-image{max-width:min(var(--logo-width, 210px),42vw);max-height:50px}.header__menu-toggle{display:inline-grid}.header__nav,.header__search-panel,.header__search{display:none}.mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:none;background:#00000094}.mobile-drawer[open]{display:block}.mobile-drawer__panel{width:min(88vw,420px);min-height:100%;background:var(--bhc-ink);color:var(--bhc-cream);padding:1rem}.mobile-drawer__top{display:flex;justify-content:space-between;align-items:center;gap:1rem}.mobile-drawer nav{display:grid;gap:.3rem;margin-block-start:1rem}.mobile-drawer a{display:flex;min-height:44px;align-items:center;border-block-end:1px solid var(--bhc-white-line);font-family:var(--font-menu, var(--font-mono));text-decoration:none}.hero,.hero--height-window{min-height:var(--hero-min-height-mobile, 560px)}.hero__heading{font-size:var(--hero-heading-size-mobile-current, var(--hero-heading-size-mobile, 48px))}.hero__media--has-mobile .hero__media-main{display:none}.hero__media--has-mobile .hero__media-mobile{display:block}.hero--scrim-left_gradient .hero__media:after,.hero--scrim-right_gradient .hero__media:after{background:linear-gradient(180deg,var(--hero-overlay-color, #000) 0%,transparent 52%,var(--hero-overlay-color, #000) 100%)}.hero__content{margin-inline:auto;padding-inline:1rem}.trust-strip__grid,.footer__grid,.story-split,.founder-story__inner,.spa-collection__inner,.product-main,.cart-page__layout,.collection-layout,.feature-banner{grid-template-columns:1fr}.trust-item{border-inline-start:0;border-block-start:1px solid var(--section-border);padding-block:.9rem}.trust-item:first-child{border-block-start:0}.feature-trust-bar__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-trust-bar__item{grid-template-columns:48px minmax(0,1fr);align-items:center;justify-items:start;min-height:94px;gap:.85rem;border-inline-start:0;border-block-start:1px solid var(--feature-divider, #D8D0C5);text-align:start}.feature-trust-bar__item:nth-child(-n+2){border-block-start:0}.feature-trust-bar__item:nth-child(2n){border-inline-start:1px solid var(--feature-divider, #D8D0C5)}.feature-trust-bar__grid--no-dividers .feature-trust-bar__item,.feature-trust-bar__grid--no-dividers .feature-trust-bar__item:nth-child(2n){border:0}.section-header{display:grid}.story-split__content{grid-template-columns:1fr}.story-split__stamp{width:min(var(--story-stamp-size, 176px),42vw)}.story-split__stamp--mobile-start{justify-self:start}.story-split__stamp--mobile-center{justify-self:center}.story-split__stamp--mobile-end{justify-self:end}.founder-story__inner{gap:1.6rem}.founder-story__inner--image-right .founder-story__media,.founder-story__inner--image-right .founder-story__content{order:initial}.founder-story__content{max-width:none}.founder-story__heading{max-width:12ch}.founder-story__image-frame:after{top:.45rem;right:.45rem;bottom:.45rem;left:.45rem}.spa-collection__inner{gap:1.5rem}.spa-collection__inner--image-right .spa-collection__media,.spa-collection__inner--image-right .spa-collection__content{order:initial}.spa-collection__heading{max-width:13ch}.spa-collection__media-frame:before{top:.5rem;right:.5rem;bottom:.5rem;left:.5rem}.collection-filter-bar{grid-template-columns:1fr;gap:.65rem}.collection-filter-bar__groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.filter-dropdown summary{width:100%;justify-content:space-between}.filter-dropdown__panel{position:static;width:100%;margin-block-start:.4rem;box-shadow:none}.collection-filter-bar__submit{width:100%}.filter-drawer-toggle{display:inline-flex}.filter-panel{display:none}.filter-panel.is-open{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:block;overflow:auto;background:var(--bhc-cream);padding:1rem}.product-info{position:static}.product-care__layout{grid-template-columns:1fr;gap:1.75rem}.product-care__intro{position:static}.product-care__intro .bhc-heading{max-width:16ch}.product-reviews-panel__header{grid-template-columns:1fr}.product-rating-summary--panel{justify-self:start}.okendo-widget-shell--compact .okendo-widget-shell__inner{grid-template-columns:1fr}.okendo-widget-shell__app-slot{padding:1rem}.cart-summary{position:static}.free-shipping-goal__actions{display:grid}.cart-item{grid-template-columns:104px minmax(0,1fr);align-items:start}.cart-item__controls{grid-column:2;max-width:160px}.cart-item__total{grid-column:2;justify-items:start}.contact-form__grid,.newsletter-form{grid-template-columns:1fr}}@media(max-width:620px){.page-width,.page-width--narrow{width:min(100% - 1.25rem,var(--page-width))}.header__wordmark{font-size:.94rem}.header__logo-mark{width:44px}.bhc-heading--xl{font-size:var(--heading-xl-mobile, 3rem)}.hero{min-height:570px}.cart-item{grid-template-columns:88px minmax(0,1fr);gap:.75rem;padding:.65rem}.cart-item__controls,.cart-item__total{grid-column:1 / -1}.bhc-actions .bhc-button,.newsletter-form .bhc-button,.product-form .bhc-button{width:100%}.product-card--custom-alignment .product-card__form,.product-card--custom-alignment>.product-card__body>.product-card__quick-add,.product-card--custom-alignment .product-card__quick-add{width:100%}.product-summary{font-size:.95rem}.product-care .accordion-panel{padding-inline-end:0}.feature-trust-bar--stacked-mobile .feature-trust-bar__grid{grid-template-columns:1fr}.feature-trust-bar--stacked-mobile .feature-trust-bar__item,.feature-trust-bar--stacked-mobile .feature-trust-bar__item:nth-child(2n){border-inline-start:0}.feature-trust-bar--stacked-mobile .feature-trust-bar__item:nth-child(n+2){border-block-start:1px solid var(--feature-divider, #D8D0C5)}.feature-trust-bar--stacked-mobile .feature-trust-bar__grid--no-dividers .feature-trust-bar__item{border:0}.footer__bottom{display:grid}}@media(max-width:480px){.product-at-a-glance__grid{grid-template-columns:1fr}.product-spec,.product-spec:nth-child(odd),.product-spec:nth-last-child(-n+2){border-inline-end:0;border-block-end:1px solid color-mix(in srgb,var(--section-border) 70%,transparent)}.product-spec:last-child{border-block-end:0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/36/assets/bhc-theme.css.map */
