*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bh-paper);color:var(--bh-ink);font-family:var(--bh-body-font);font-size:calc(15px * var(--bh-body-scale));line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.is-locked{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}img,svg,video,model-viewer{display:block;max-width:100%;height:auto}svg{fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{font-family:var(--bh-heading-font);font-weight:500;line-height:1.04;letter-spacing:.015em}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.bh-skip-link{position:fixed;z-index:1000;left:16px;top:-80px;background:var(--bh-ink);color:var(--bh-paper);padding:12px 18px}.bh-skip-link:focus{top:16px}.bh-page-width{width:min(calc(100% - 80px),var(--bh-page-width));margin-inline:auto}.bh-narrow{width:min(calc(100% - 40px),840px);margin-inline:auto}.bh-eyebrow{font:500 10px/1.3 var(--bh-body-font);letter-spacing:.13em;text-transform:uppercase;margin-bottom:12px}.bh-richtext,.bh-rte{font-size:.94rem}.bh-richtext>*:last-child,.bh-rte>*:last-child{margin-bottom:0}.bh-outline-button,.bh-light-button,.bh-primary-button,.bh-secondary-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 22px;border:1px solid currentColor;background:transparent;font:500 10px/1 var(--bh-body-font);letter-spacing:.08em;text-transform:uppercase;transition:background .25s,color .25s,transform .25s}.bh-outline-button:hover,.bh-secondary-button:hover{background:var(--bh-ink);color:var(--bh-paper)}.bh-light-button{color:var(--bh-paper);border-color:#ffffff8c}.bh-light-button:hover{background:var(--bh-paper);color:var(--bh-ink)}.bh-primary-button{background:var(--bh-ink);color:var(--bh-paper);border-color:var(--bh-ink)}.bh-primary-button:hover{background:var(--bh-brown);border-color:var(--bh-brown)}.bh-secondary-button{color:var(--bh-ink)}.bh-icon-action{border:0;background:transparent;width:42px;height:42px;padding:10px;display:grid;place-items:center}.bh-icon-action svg{width:22px;height:22px}.bh-arrow-link{display:inline-flex;align-items:center;gap:8px}.bh-arrow-link svg{width:30px;height:18px;transition:transform .22s}.bh-arrow-link:hover svg{transform:translate(5px)}.bh-site-header{position:relative;z-index:80;background:var(--bh-paper);color:var(--bh-ink);border-bottom:1px solid rgba(76,44,28,.08);height:184px}.bh-site-header--overlay{position:absolute;left:0;right:0;top:0;background:transparent;border:0}.bh-site-header--sticky.is-scrolled{position:fixed;height:84px;background:#f4e9dbf0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 8px 30px #32201414;animation:bhHeaderIn .32s ease}.bh-site-header--sticky.is-scrolled .bh-header-top{height:84px}.bh-site-header--sticky.is-scrolled .bh-header-logo{width:164px;transform:translateY(-1px)}@keyframes bhHeaderIn{0%{transform:translateY(-100%)}to{transform:none}}.bh-header-shell{position:relative;height:100%;max-width:1600px;margin:auto;padding:0 38px}.bh-header-top{position:relative;height:132px;transition:height .25s}.bh-header-logo{position:absolute;width:244px;left:50%;top:19px;transform:translate(-50%);transition:width .25s,transform .25s}.bh-header-logo img{width:100%;height:auto;max-height:104px;object-fit:contain}.bh-header-utilities{position:absolute;top:28px;display:flex;align-items:center;gap:28px;z-index:2}.bh-header-utilities--left{left:38px}.bh-header-utilities--right{right:38px}.bh-text-action{border:0;background:transparent;padding:0;display:inline-flex;align-items:center;gap:10px;font:500 10px/1 var(--bh-body-font);text-transform:uppercase;white-space:nowrap;letter-spacing:.015em}.bh-text-action svg{width:18px;height:18px}.bh-text-action:hover{opacity:.58}.bh-language-form{display:flex}.bh-primary-nav{height:52px;display:flex;align-items:flex-start;justify-content:center;gap:48px;font:500 10px/1 var(--bh-body-font);text-transform:uppercase}.bh-primary-nav__item{position:relative}.bh-primary-nav>a,.bh-primary-nav__item>a{display:block;padding:8px 0 11px;position:relative}.bh-primary-nav>a:after,.bh-primary-nav__item>a:after{content:"";position:absolute;left:0;right:0;bottom:2px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:center;transition:transform .2s}.bh-primary-nav>a:hover:after,.bh-primary-nav>a.is-active:after,.bh-primary-nav__item>a:hover:after,.bh-primary-nav__item>a.is-active:after{transform:scaleX(1)}.bh-primary-nav__dropdown{position:absolute;top:100%;left:50%;min-width:220px;transform:translate(-50%,10px);background:var(--bh-paper);border:1px solid rgba(76,44,28,.12);padding:10px;opacity:0;visibility:hidden;transition:.2s;box-shadow:0 18px 50px #32201424}.bh-primary-nav__item:hover .bh-primary-nav__dropdown,.bh-primary-nav__item:focus-within .bh-primary-nav__dropdown{opacity:1;visibility:visible;transform:translate(-50%)}.bh-primary-nav__dropdown a{display:block;padding:10px 12px}.bh-primary-nav__dropdown a:hover{background:#8f79611a}.bh-mobile-header{display:none}.bh-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:89;background:#140c0861;opacity:0;visibility:hidden;transition:.25s}.bh-overlay.is-visible{opacity:1;visibility:visible}.bh-menu-drawer,.bh-cart-drawer,.bh-wishlist-drawer{position:fixed;top:0;bottom:0;z-index:100;width:min(460px,100%);background:var(--bh-paper);box-shadow:0 0 80px #1e120c33;transition:transform .32s cubic-bezier(.25,.8,.25,1);overflow:auto}.bh-menu-drawer{left:0;transform:translate(-104%)}.bh-cart-drawer,.bh-wishlist-drawer{right:0;transform:translate(104%)}.bh-menu-drawer.is-open,.bh-cart-drawer.is-open,.bh-wishlist-drawer.is-open{transform:none}.bh-drawer-head{height:88px;padding:18px 24px;border-bottom:1px solid rgba(76,44,28,.13);display:flex;align-items:center;justify-content:space-between}.bh-drawer-head img{width:190px;max-height:56px;object-fit:contain;object-position:left center}.bh-drawer-head h2{font-size:28px;margin:0}.bh-drawer-nav{padding:20px 28px 32px;display:grid}.bh-drawer-nav>a,.bh-drawer-nav summary{font:500 17px/1.2 var(--bh-heading-font);letter-spacing:.03em;padding:16px 0;border-bottom:1px solid rgba(76,44,28,.12);list-style:none;display:flex;justify-content:space-between}.bh-drawer-nav details a{display:block;padding:10px 15px;font-size:13px}.bh-drawer-nav summary svg{width:16px}.bh-drawer-utility{padding:24px 28px;border-top:1px solid rgba(76,44,28,.12);display:grid;gap:14px;font-size:12px}.bh-drawer-utility button,.bh-drawer-utility select{background:none;border:0;padding:0;text-align:inherit}.bh-search-drawer{position:fixed;inset:0 0 auto;z-index:110;background:var(--bh-paper);transform:translateY(-104%);transition:.32s;box-shadow:0 12px 60px #1e120c2e}.bh-search-drawer.is-open{transform:none}.bh-search-inner{max-width:940px;margin:auto;padding:62px 40px 58px;position:relative}.bh-search-close{position:absolute;right:24px;top:20px}.bh-search-inner form{display:flex;border-bottom:1px solid var(--bh-ink)}.bh-search-inner input{width:100%;border:0;background:transparent;font:400 clamp(30px,5vw,58px)/1.15 var(--bh-heading-font);padding:8px 0 14px;outline:none}.bh-search-inner form button{width:60px;border:0;background:transparent}.bh-search-inner form svg{width:32px;height:32px}.bh-new-hero{position:relative;min-height:var(--hero-height);height:var(--hero-height);overflow:hidden;background:var(--bh-paper);isolation:isolate}.bh-new-hero__paper{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#f2e4d5,#ead6bf 46%,#d4b28e);z-index:-4}.bh-new-hero__pattern{position:absolute;left:0;top:120px;bottom:0;width:9.5%;background:url(bh-pattern.png) center/370px auto repeat;mix-blend-mode:multiply;z-index:-1;-webkit-mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.8) 62%,transparent 100%);mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.8) 62%,transparent 100%)}.bh-new-hero__scene{position:absolute;right:0;top:0;width:54%;height:100%;z-index:-3;overflow:hidden}.bh-new-hero__scene img{width:100%;height:100%;object-fit:cover;object-position:center 40%;filter:sepia(.15) saturate(.72) contrast(.93)}.bh-new-hero__fade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:linear-gradient(90deg,var(--bh-paper) 0%,rgba(244,233,219,.98) 31%,rgba(244,233,219,.72) 49%,rgba(244,233,219,.05) 72%,transparent 100%),linear-gradient(180deg,rgba(244,233,219,.7),transparent 30%)}.bh-new-hero__content{position:absolute;left:max(80px,calc((100vw - var(--bh-page-width))/2 + 24px));top:218px;width:min(470px,38vw);z-index:6}.bh-new-hero__intro{font:400 14px/1.45 var(--bh-heading-font);margin-bottom:28px}.bh-new-hero__content h1{font-size:clamp(48px,4.9vw,76px);line-height:1.05;margin-bottom:18px;letter-spacing:.015em}.bh-new-hero__content>p{font:400 18px/1.3 var(--bh-heading-font);margin-bottom:26px}.bh-new-hero__bottle{position:absolute;left:var(--bottle-left);top:var(--bottle-top);width:var(--bottle-width);height:66%;z-index:4;transform:translate(-50%);pointer-events:none}.bh-new-hero__bottle>img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:100%;max-height:100%;width:auto;height:100%;object-fit:contain}.bh-bottle-photo{-webkit-mask-image:radial-gradient(ellipse 47% 54% at 50% 50%,#000 48%,rgba(0,0,0,.82) 67%,transparent 100%);mask-image:radial-gradient(ellipse 47% 54% at 50% 50%,#000 48%,rgba(0,0,0,.82) 67%,transparent 100%);mix-blend-mode:multiply;filter:contrast(1.05) saturate(.78) brightness(1.08);opacity:.88}.bh-bottle-line{mix-blend-mode:multiply;opacity:.48;filter:sepia(1) saturate(.55) contrast(1.25)}.bh-new-hero__wood{position:absolute;z-index:3;left:34%;bottom:-2px;width:31%;height:25%;pointer-events:none;overflow:hidden;-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 22%,#000 92%,transparent 100%),radial-gradient(ellipse at center,#000 52%,transparent 88%);mask-image:linear-gradient(180deg,transparent 0,#000 22%,#000 92%,transparent 100%),radial-gradient(ellipse at center,#000 52%,transparent 88%)}.bh-new-hero__wood img{width:100%;height:100%;object-fit:cover;object-position:center;mix-blend-mode:multiply;filter:saturate(.9) contrast(1.08)}.bh-portals{background:#f6eee6;padding:22px 0 40px}.bh-portal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.bh-portal-card__image{display:block;aspect-ratio:1.35;overflow:hidden;background:#c7aa8d}.bh-portal-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.bh-portal-card:hover img{transform:scale(1.035)}.bh-portal-card__copy{text-align:center;padding:13px 12px 0}.bh-portal-card h2{font-size:23px;margin-bottom:8px}.bh-portal-card p{font:400 15px/1.35 var(--bh-heading-font);max-width:150px;margin:0 auto 9px}.bh-portal-card .bh-arrow-link{justify-content:center}.bh-oud-feature{display:grid;grid-template-columns:49% 51%;min-height:380px;background:#1e1712;color:#f7e9d8}.bh-oud-feature__copy{position:relative;display:flex;align-items:center;overflow:hidden}.bh-oud-feature__pattern{position:absolute;left:0;inset-block:0;width:21%;background:url(bh-pattern.png) center/420px auto repeat;opacity:.09}.bh-oud-feature__inner{position:relative;z-index:2;padding:62px clamp(46px,8vw,112px);max-width:600px}.bh-oud-feature h2{font-size:clamp(38px,4.1vw,58px);margin-bottom:17px}.bh-oud-feature .bh-richtext{max-width:380px;color:#e4d5c6;line-height:1.55;margin-bottom:25px}.bh-oud-feature__media{overflow:hidden}.bh-oud-feature__media img{width:100%;height:100%;object-fit:cover;object-position:center}.bh-oud-collection{background:#f4e9df;padding:18px 0 20px}.bh-slider-heading{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;margin-bottom:8px}.bh-slider-heading h2{grid-column:2;font-size:20px;margin:0;text-align:center}.bh-slider-controls{grid-column:3;justify-self:end;display:flex;gap:4px}.bh-slider-controls button{width:44px;height:40px;border:0;background:transparent}.bh-slider-controls svg{width:22px}.bh-oud-slider{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 48px)/4);gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:0 2px 12px}.bh-oud-slider::-webkit-scrollbar{display:none}.bh-oud-card{scroll-snap-align:start;text-align:center;min-width:0}.bh-oud-card__image{display:block;aspect-ratio:2.8;overflow:hidden;background:#8b5f3d;margin-bottom:8px}.bh-oud-card__image img,.bh-oud-card__image svg{width:100%;height:100%;object-fit:cover;transition:transform .5s}.bh-oud-card:hover img{transform:scale(1.04)}.bh-oud-card h3{font:500 11px/1.2 var(--bh-body-font);margin:0 0 3px}.bh-oud-card p,.bh-oud-card strong{display:block;font:400 10px/1.35 var(--bh-body-font);margin:0}.bh-oud-card strong{margin-top:4px}.bh-home-newsletter{position:relative;overflow:hidden;background:#e9d7c8;min-height:145px}.bh-home-newsletter__art{position:absolute;right:0;inset-block:0;width:48%}.bh-home-newsletter__art:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#e9d7c8 0%,rgba(233,215,200,.2) 44%,transparent 100%)}.bh-home-newsletter__art img{width:100%;height:100%;object-fit:cover}.bh-home-newsletter__inner{position:relative;z-index:2;min-height:145px;display:grid;grid-template-columns:1fr 1.2fr;align-items:center;gap:50px}.bh-home-newsletter h2{font-size:32px;margin:0}.bh-home-newsletter__form form{display:flex;width:min(100%,430px);border:1px solid rgba(76,44,28,.52);background:#f4e9dbb3}.bh-home-newsletter__form input{min-width:0;flex:1;border:0;background:transparent;padding:0 16px;height:42px;outline:none;font-size:11px}.bh-home-newsletter__form button{width:112px;border:0;background:var(--bh-ink);color:var(--bh-paper);font-size:9px;letter-spacing:.06em}.bh-footer{background:#211b16;color:#f5e5d4;padding:16px 0 13px}.bh-footer__grid{display:grid;grid-template-columns:1.65fr repeat(4,.7fr) auto;gap:34px;align-items:start}.bh-footer__brand img{width:220px;max-height:64px;object-fit:contain;object-position:left center;margin-bottom:8px}.bh-footer__brand p{font-size:7px;letter-spacing:.03em;margin:0;color:#cdbba8}.bh-footer__column h2{font:500 9px/1.2 var(--bh-body-font);margin:0 0 6px}.bh-footer__column a{display:block;font-size:9px;line-height:1.55;color:#dfcebb}.bh-footer__column a:hover{color:#fff}.bh-footer__social{display:flex;gap:12px;padding-top:5px}.bh-footer__social a{width:34px;height:34px;display:grid;place-items:center}.bh-footer__social svg{width:27px;height:27px}.bh-footer__payments{display:flex;gap:5px;justify-content:flex-end;padding-top:10px}.bh-footer__payments svg{width:36px}.bh-main-section{padding:72px 0 90px;background:var(--bh-paper);min-height:50vh}.bh-page-title{text-align:center;max-width:780px;margin:0 auto 48px}.bh-page-title h1{font-size:clamp(46px,6vw,78px);margin-bottom:16px}.bh-page-title .bh-rte{color:var(--bh-taupe)}.bh-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;font-size:9px;text-transform:uppercase;margin-bottom:28px}.bh-product-layout{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:clamp(40px,7vw,100px);align-items:start}.bh-product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.bh-product-media{background:#eee0d1}.bh-product-media img,.bh-product-media video,.bh-product-media model-viewer{width:100%;height:auto}.bh-product-info{position:sticky;top:112px}.bh-product-info h1{font-size:clamp(42px,5vw,66px);margin-bottom:12px}.bh-product-price{font-size:16px;margin-bottom:20px}.bh-price{display:flex;gap:9px}.bh-price s{opacity:.5}.bh-product-intro{font-family:var(--bh-heading-font);font-size:18px;line-height:1.5;margin-bottom:24px}.bh-product-form{display:grid;gap:12px}.bh-product-form label,.bh-contact-form label{font-size:9px;letter-spacing:.1em;text-transform:uppercase}.bh-product-form select,.bh-contact-form input,.bh-contact-form textarea,.bh-page-search input,.bh-collection-toolbar select{border:1px solid rgba(76,44,28,.35);background:transparent;min-height:48px;padding:0 14px;border-radius:0}.bh-quantity{width:max-content;display:grid;grid-template-columns:42px 50px 42px;border:1px solid rgba(76,44,28,.35)}.bh-quantity button,.bh-quantity input{border:0;background:transparent;text-align:center;height:42px}.bh-add-button{width:100%;margin-top:5px}.bh-dynamic-checkout{margin-top:2px}.bh-product-accordions{margin-top:26px;border-top:1px solid rgba(76,44,28,.18)}.bh-product-accordions details{border-bottom:1px solid rgba(76,44,28,.18);padding:15px 0}.bh-product-accordions summary{display:flex;align-items:center;justify-content:space-between;font-size:10px;letter-spacing:.08em;text-transform:uppercase;list-style:none}.bh-product-accordions summary svg{width:16px}.bh-product-accordions details[open] summary svg{transform:rotate(45deg)}.bh-product-accordions .bh-rte{padding-top:14px}.bh-related-products{background:#efe1d5;padding:64px 0}.bh-related-products h2{text-align:center;font-size:34px;margin-bottom:30px}.bh-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.bh-product-card__media{position:relative;aspect-ratio:.82;background:#ead9c8;overflow:hidden}.bh-product-card__media>a,.bh-product-card__media img,.bh-product-card__media svg{width:100%;height:100%;object-fit:cover}.bh-product-card__media img{transition:transform .5s}.bh-product-card:hover img{transform:scale(1.035)}.bh-product-card__copy{padding-top:12px;text-align:center}.bh-product-card__copy>p{font-size:8px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:4px}.bh-product-card__copy h2{font:500 18px/1.2 var(--bh-heading-font);margin-bottom:4px}.bh-product-card__copy .bh-price{justify-content:center;font-size:11px}.bh-badge{position:absolute;left:10px;top:10px;background:var(--bh-ink);color:var(--bh-paper);padding:5px 9px;font-size:8px}.bh-wishlist-toggle{position:absolute;right:10px;top:10px;width:36px;height:36px;border:0;background:#f4e9dbd9;display:grid;place-items:center;border-radius:50%}.bh-wishlist-toggle svg{width:17px}.bh-wishlist-toggle.is-active svg{fill:var(--bh-rust)}.bh-quick-add{position:absolute;left:12px;right:12px;bottom:12px;transform:translateY(16px);opacity:0;transition:.25s}.bh-product-card:hover .bh-quick-add{transform:none;opacity:1}.bh-quick-add button{width:100%;height:40px;border:0;background:#f4e9dbf0;font-size:9px}.bh-collection-toolbar{display:grid;grid-template-columns:1fr auto 1fr;gap:20px;align-items:center;margin-bottom:28px;font-size:10px;text-transform:uppercase}.bh-collection-toolbar>span{text-align:center}.bh-collection-toolbar label{justify-self:end;display:flex;align-items:center;gap:10px}.bh-collection-layout{display:grid;grid-template-columns:220px 1fr;gap:36px}.bh-filter-toggle{display:none}.bh-filters{font-size:11px}.bh-filter-head{display:none}.bh-filters details{border-bottom:1px solid rgba(76,44,28,.15);padding:14px 0}.bh-filters summary{display:flex;justify-content:space-between;align-items:center;list-style:none;font-size:10px;text-transform:uppercase}.bh-filters summary svg{width:14px}.bh-filters details>div{padding:12px 0;display:grid;gap:8px}.bh-filters label{display:flex;gap:8px}.bh-price-filter{display:flex;align-items:center;gap:6px}.bh-price-filter input{width:44%;min-height:38px;border:1px solid rgba(76,44,28,.25);background:transparent;padding:6px}.bh-pagination{display:flex;justify-content:center;gap:6px;margin-top:42px}.bh-pagination a,.bh-pagination span{width:40px;height:40px;border:1px solid rgba(76,44,28,.25);display:grid;place-items:center}.bh-pagination .is-current{background:var(--bh-ink);color:var(--bh-paper)}.bh-cart-form{display:grid;grid-template-columns:1fr 380px;gap:60px}.bh-cart-item{display:grid;grid-template-columns:130px 1fr auto;gap:20px;padding:20px 0;border-bottom:1px solid rgba(76,44,28,.16)}.bh-cart-item img{width:130px;height:150px;object-fit:cover}.bh-cart-item h2{font-size:23px;margin-bottom:6px}.bh-cart-item p,.bh-cart-item a{font-size:11px}.bh-cart-item .bh-quantity{grid-template-columns:64px;margin:9px 0}.bh-cart-summary{background:#eadbcd;padding:28px;height:max-content;position:sticky;top:110px}.bh-cart-summary>div{display:flex;justify-content:space-between;font-size:16px}.bh-cart-summary p{font-size:10px;margin:12px 0 20px}.bh-cart-summary button{width:100%;margin-top:8px}.bh-page-search{display:flex;max-width:720px;margin:0 auto 48px}.bh-page-search input{flex:1}.bh-content-card{padding:26px;border:1px solid rgba(76,44,28,.18)}.bh-content-card h2{font-size:27px}.bh-empty{text-align:center;padding:72px 20px}.bh-empty h1{font-size:70px}.bh-blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.bh-blog-card__image{display:block;aspect-ratio:1.25;overflow:hidden;margin-bottom:16px;background:#dac4ad}.bh-blog-card__image img,.bh-blog-card__image svg{width:100%;height:100%;object-fit:cover}.bh-blog-card h2{font-size:30px}.bh-blog-card>p:not(.bh-eyebrow){font-family:var(--bh-heading-font);font-size:16px}.bh-article{max-width:900px;margin:auto}.bh-article__image{margin-bottom:40px}.bh-article .bh-rte,.bh-page-content{font-family:var(--bh-heading-font);font-size:19px;line-height:1.7}.bh-collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.bh-collection-card{position:relative;aspect-ratio:.9;overflow:hidden;background:#d6c0aa}.bh-collection-card img,.bh-collection-card svg{width:100%;height:100%;object-fit:cover}.bh-collection-card:after{content:"";position:absolute;top:40%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#140c08b3)}.bh-collection-card span{position:absolute;z-index:2;left:22px;bottom:20px;color:#fff;font:500 30px/1 var(--bh-heading-font)}.bh-contact-layout{display:grid;grid-template-columns:1fr 1.15fr;gap:80px}.bh-contact-layout h1{font-size:clamp(48px,5vw,72px)}.bh-contact-layout dl{margin-top:36px}.bh-contact-layout dt{font-size:9px;letter-spacing:.13em;margin-top:18px}.bh-contact-layout dd{margin:5px 0;font-family:var(--bh-heading-font);font-size:18px}.bh-contact-form{display:grid;gap:8px}.bh-contact-form textarea{min-height:150px;padding:14px}.bh-contact-form button{margin-top:10px}.bh-form-success{background:#dce7d5;padding:12px}.bh-brand-page{background:#211812;color:#f5e6d4;min-height:calc(100vh - 180px)}.bh-brand-page--split{display:grid;grid-template-columns:1fr 1.15fr}.bh-brand-page--reverse{grid-template-columns:1.15fr 1fr}.bh-brand-page__media{min-height:760px}.bh-brand-page__media img{width:100%;height:100%;object-fit:cover}.bh-brand-page__copy{padding:clamp(70px,8vw,130px);display:flex;flex-direction:column;justify-content:center}.bh-brand-page__copy h1{font-size:clamp(48px,5vw,76px)}.bh-brand-page__copy .bh-rte{color:#dacaba;font-size:15px}.bh-brand-page__copy blockquote{font:400 25px/1.35 var(--bh-heading-font);border-left:1px solid var(--bh-gold);padding-left:20px;margin:36px 0 0}.bh-timeline-list{display:grid;gap:25px}.bh-timeline-list article{border-left:1px solid var(--bh-gold);padding-left:18px}.bh-timeline-list span{font-size:9px;letter-spacing:.15em;color:var(--bh-gold)}.bh-timeline-list h2{font-size:23px;margin:8px 0}.bh-timeline-list p{font-size:12px;color:#d9c7b5}.bh-oud-page{padding:80px 0 100px}.bh-origin-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.bh-origin-grid article{border:1px solid rgba(244,233,219,.28);padding:28px 20px;min-height:330px;display:flex;flex-direction:column}.bh-origin-grid article>span{font-size:10px;color:var(--bh-gold);margin-bottom:45px}.bh-origin-grid h2{font-size:26px}.bh-origin-grid article>p:not(.bh-eyebrow){font-size:12px;color:#d9c7b5}.bh-origin-grid strong{margin-top:auto;font-size:9px;letter-spacing:.09em;color:var(--bh-gold)}.bh-cart-drawer__items,.bh-wishlist-items{padding:20px 24px;min-height:calc(100% - 190px)}.bh-drawer-item{display:grid;grid-template-columns:100px 1fr;gap:15px;padding:15px 0;border-bottom:1px solid rgba(76,44,28,.13)}.bh-drawer-item img{width:100px;height:120px;object-fit:cover}.bh-drawer-item p{font-size:11px;margin:5px 0}.bh-cart-drawer__footer{padding:20px 24px;border-top:1px solid rgba(76,44,28,.13)}.bh-cart-drawer__footer>div{display:flex;justify-content:space-between;margin-bottom:14px}.bh-cart-drawer__footer .bh-primary-button{width:100%}.bh-wishlist-item{display:grid;grid-template-columns:88px 1fr auto;gap:12px;padding:15px 0;border-bottom:1px solid rgba(76,44,28,.13)}.bh-wishlist-item img{width:88px;height:105px;object-fit:cover}.bh-wishlist-item h3{font-size:20px;margin-bottom:4px}.bh-wishlist-item button{border:0;background:transparent}.bh-floating-actions{position:fixed;right:max(18px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom));z-index:70;display:flex;flex-direction:column;align-items:flex-end;gap:9px}.bh-float-button{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(244,233,219,.38);background:#251c16;color:#f5e6d4;box-shadow:0 8px 26px #140c082e;transition:.25s}.bh-float-button svg{width:22px;height:22px}.bh-float-button span{position:absolute;right:58px;background:#251c16;color:#f5e6d4;padding:7px 10px;font-size:9px;white-space:nowrap;opacity:0;transform:translate(8px);pointer-events:none;transition:.2s}.bh-float-button:hover{transform:translateY(-2px);background:var(--bh-rust)}.bh-float-button:hover span{opacity:1;transform:none}.bh-back-top{opacity:0;visibility:hidden;transform:translateY(8px)}.bh-back-top.is-visible{opacity:1;visibility:visible;transform:none}@media(max-width:1100px){.bh-header-utilities{gap:18px}.bh-primary-nav{gap:30px}.bh-new-hero__content{left:56px;width:40vw}.bh-new-hero__content h1{font-size:58px}.bh-portal-grid{gap:14px}.bh-footer__grid{grid-template-columns:1.35fr repeat(4,.7fr)}.bh-footer__social{grid-column:1/-1;justify-content:flex-end}.bh-product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.bh-page-width{width:min(calc(100% - 36px),var(--bh-page-width))}.bh-site-header{height:74px;position:relative;background:var(--bh-paper)}.bh-site-header--overlay{position:absolute}.bh-header-shell{display:none}.bh-mobile-header{display:grid;height:74px;grid-template-columns:48px 1fr auto;align-items:center;padding:0 15px}.bh-mobile-logo{justify-self:center;width:170px}.bh-mobile-logo img{width:100%;max-height:54px;object-fit:contain}.bh-mobile-actions{display:flex}.bh-mobile-cart-count{font-size:8px;margin-left:-5px;margin-top:-12px}.bh-new-hero{height:auto;min-height:780px;padding-top:74px}.bh-new-hero__pattern{top:74px;width:18%}.bh-new-hero__scene{top:74px;width:100%;height:52%}.bh-new-hero__fade{background:linear-gradient(180deg,rgba(244,233,219,.02) 16%,rgba(244,233,219,.35) 40%,var(--bh-paper) 64%,var(--bh-paper) 100%)}.bh-new-hero__content{left:24px;right:24px;top:auto;bottom:40px;width:auto}.bh-new-hero__content h1{font-size:clamp(44px,11vw,64px);max-width:560px}.bh-new-hero__intro{font-size:13px;margin-bottom:18px}.bh-new-hero__bottle{left:67%!important;top:16%!important;width:38%!important;height:49%}.bh-new-hero__wood{left:25%;bottom:43%;width:48%;height:16%}.bh-portal-grid{grid-template-columns:repeat(2,1fr)}.bh-oud-feature{grid-template-columns:1fr}.bh-oud-feature__copy{min-height:390px}.bh-oud-feature__media{min-height:360px}.bh-oud-feature__inner{padding:62px 38px}.bh-oud-slider{grid-auto-columns:48%}.bh-home-newsletter__inner{grid-template-columns:1fr;gap:16px;padding-block:32px}.bh-home-newsletter__art{width:65%;opacity:.5}.bh-footer__grid{grid-template-columns:1.2fr repeat(2,1fr);gap:28px}.bh-footer__social{grid-column:auto}.bh-product-layout,.bh-contact-layout,.bh-cart-form{grid-template-columns:1fr}.bh-product-info,.bh-cart-summary{position:static}.bh-product-grid{grid-template-columns:repeat(2,1fr)}.bh-collection-layout{grid-template-columns:1fr}.bh-filter-toggle{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(76,44,28,.28);background:transparent;height:40px;padding:0 12px}.bh-filter-toggle svg{width:17px}.bh-filters{position:fixed;left:0;top:0;bottom:0;width:min(390px,90vw);z-index:120;background:var(--bh-paper);padding:20px 24px;transform:translate(-103%);transition:.28s;overflow:auto}.bh-filters.is-open{transform:none}.bh-filter-head{display:flex;justify-content:space-between;align-items:center}.bh-filter-head button{border:0;background:transparent}.bh-collection-toolbar{grid-template-columns:1fr auto}.bh-collection-toolbar>span{display:none}.bh-collection-toolbar label span{display:none}.bh-brand-page--split,.bh-brand-page--reverse{grid-template-columns:1fr}.bh-brand-page__media{min-height:60vh}.bh-brand-page--reverse .bh-brand-page__media{order:-1}.bh-origin-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){body{font-size:calc(14px * var(--bh-body-scale))}.bh-page-width{width:min(calc(100% - 24px),var(--bh-page-width))}.bh-mobile-logo{width:142px}.bh-mobile-header{padding-inline:9px}.bh-new-hero{min-height:730px}.bh-new-hero__scene{height:50%}.bh-new-hero__bottle{left:68%!important;top:14%!important;width:45%!important;height:49%}.bh-new-hero__wood{left:12%;bottom:45%;width:64%;height:14%}.bh-new-hero__content{bottom:28px}.bh-new-hero__content h1{font-size:clamp(41px,13.3vw,57px);line-height:1}.bh-new-hero__content>p{font-size:16px}.bh-portals{padding-top:12px}.bh-portal-grid{grid-template-columns:1fr 1fr;gap:12px}.bh-portal-card h2{font-size:19px}.bh-portal-card p{font-size:13px}.bh-portal-card__copy{padding-inline:3px}.bh-oud-feature__copy{min-height:360px}.bh-oud-feature__inner{padding:52px 24px}.bh-oud-feature h2{font-size:42px}.bh-oud-feature__media{min-height:280px}.bh-slider-heading{grid-template-columns:1fr auto}.bh-slider-heading h2{grid-column:1;text-align:left;font-size:18px}.bh-slider-controls{grid-column:2}.bh-oud-slider{grid-auto-columns:78%;gap:12px}.bh-home-newsletter,.bh-home-newsletter__inner{min-height:230px}.bh-home-newsletter h2{font-size:29px}.bh-home-newsletter__form form{width:100%}.bh-home-newsletter__form button{width:100px}.bh-footer{padding:28px 0 20px}.bh-footer__grid{grid-template-columns:1fr 1fr;gap:24px 20px}.bh-footer__brand{grid-column:1/-1}.bh-footer__brand img{width:190px}.bh-footer__social{grid-column:1/-1;justify-content:flex-start}.bh-main-section{padding:48px 0 68px}.bh-page-title{margin-bottom:34px}.bh-page-title h1{font-size:46px}.bh-product-gallery{grid-template-columns:1fr}.bh-product-info h1{font-size:46px}.bh-product-grid{grid-template-columns:1fr 1fr;gap:12px}.bh-product-card__copy h2{font-size:16px}.bh-quick-add{opacity:1;transform:none}.bh-cart-item{grid-template-columns:90px 1fr}.bh-cart-item>strong{grid-column:2}.bh-cart-item img{width:90px;height:110px}.bh-blog-grid,.bh-collection-grid{grid-template-columns:1fr}.bh-contact-layout{gap:48px}.bh-brand-page__copy{padding:54px 24px}.bh-brand-page__copy h1{font-size:48px}.bh-origin-grid{grid-template-columns:1fr}.bh-search-inner{padding:52px 20px 36px}.bh-search-inner input{font-size:34px}.bh-floating-actions{right:12px;bottom:12px}.bh-float-button{width:46px;height:46px}.bh-float-button span{display:none}}@media(max-width:390px){.bh-portal-grid,.bh-product-grid{grid-template-columns:1fr}.bh-new-hero__content h1{font-size:42px}.bh-new-hero__bottle{width:52%!important}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.bh-language-links{display:flex;align-items:center}.bh-language-disabled{opacity:.58;cursor:default}.shopify-design-mode .bh-site-header--sticky.is-scrolled{position:absolute}.shopify-design-mode .bh-menu-drawer,.shopify-design-mode .bh-search-drawer,.shopify-design-mode .bh-cart-drawer,.shopify-design-mode .bh-wishlist-drawer{will-change:auto}html,body{overflow-x:hidden}.template-index main{overflow:hidden}:root{--bh-header-inline:clamp(34px,4vw,76px)}.bh-page-width{width:min(calc(100% - clamp(40px,10vw,112px)),var(--bh-page-width))}.bh-site-header{height:184px;background:var(--bh-paper);border-bottom:0;color:var(--bh-ink)}.bh-site-header--overlay{position:absolute;inset:0 0 auto;background:transparent}.bh-header-shell{max-width:1680px;padding-inline:var(--bh-header-inline)}.bh-header-top{height:137px}.bh-header-logo{top:20px;width:clamp(218px,23vw,252px)}.bh-header-logo img{width:100%;height:auto;max-height:119px;object-fit:contain}.bh-header-utilities{top:31px;gap:clamp(18px,2.1vw,31px)}.bh-header-utilities--left{left:var(--bh-header-inline)}.bh-header-utilities--right{right:var(--bh-header-inline)}.bh-text-action{font-size:11px;line-height:1;letter-spacing:.025em;font-weight:500}.bh-menu-trigger svg{width:17px;height:17px}.bh-language-links,.bh-language-switch{direction:ltr;unicode-bidi:isolate}.bh-primary-nav{height:47px;gap:clamp(30px,4vw,52px);font-size:11px;line-height:1;align-items:flex-start}.bh-primary-nav>a,.bh-primary-nav__item>a{padding:7px 0 12px}.bh-site-header--sticky.is-scrolled,.bh-site-header--sticky.is-scrolled .bh-header-top{height:82px}.bh-site-header--sticky.is-scrolled .bh-header-logo{width:145px;top:10px;transform:translate(-50%,-1px)}.bh-site-header--sticky.is-scrolled .bh-header-logo img{max-height:62px}.bh-site-header--sticky.is-scrolled .bh-header-utilities{top:50%;transform:translateY(-50%)}.bh-site-header--sticky.is-scrolled .bh-primary-nav{display:none}html[dir=rtl] .bh-site-header,html[dir=rtl] .bh-header-shell,html[dir=rtl] .bh-mobile-header{direction:ltr}html[dir=rtl] .bh-header-utilities--left{left:var(--bh-header-inline);right:auto}html[dir=rtl] .bh-header-utilities--right{right:var(--bh-header-inline);left:auto}html[dir=rtl] .bh-primary-nav{direction:ltr}html[dir=rtl] .bh-primary-nav a{unicode-bidi:plaintext}.bh-new-hero{background:var(--bh-paper)}.bh-new-hero--composite{height:min(var(--hero-height),63.15vw);min-height:640px;max-height:var(--hero-height);isolation:isolate}.bh-new-hero__composite{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;display:block;overflow:hidden;background:var(--bh-paper)}.bh-new-hero__composite img{width:100%;height:100%;max-width:none;object-fit:cover;object-position:center center}.bh-new-hero--composite:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(244,233,219,.14) 0%,transparent 38%),linear-gradient(180deg,rgba(244,233,219,.08) 0%,transparent 30%)}.bh-new-hero__content{left:var(--content-left);top:var(--content-top);width:min(470px,39vw);z-index:5}.bh-new-hero__intro{font-size:15px;line-height:1.45;margin-bottom:26px}.bh-new-hero__content h1{font-size:clamp(50px,5.05vw,78px);line-height:1.055;letter-spacing:.012em;margin-bottom:18px;white-space:nowrap}.bh-new-hero__content h1 span{display:block}.bh-new-hero__content>p{font-size:18px;line-height:1.3;margin-bottom:25px}.bh-new-hero__content .bh-outline-button{margin-top:2px}.bh-portals{background:#f5ece3;padding:21px 0 37px}.bh-portal-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.bh-portal-card__image{aspect-ratio:1.245;background:#b79676}.bh-portal-card__copy{padding:13px 8px 0}.bh-portal-card h2{font-size:25px;line-height:1.05;margin-bottom:8px}.bh-portal-card p{font-size:15px;line-height:1.33;max-width:165px;margin-bottom:10px}.bh-portal-card .bh-arrow-link svg{width:28px;height:17px}.bh-oud-feature{grid-template-columns:49.5% 50.5%;height:clamp(300px,26.5vw,460px);min-height:0;background:#1f1712}.bh-oud-feature__copy,.bh-oud-feature__media{min-height:0;height:100%}.bh-oud-feature__inner{padding:clamp(42px,5.8vw,88px) clamp(46px,8vw,116px);max-width:620px}.bh-oud-feature h2{font-size:clamp(38px,4vw,61px);line-height:1.02;margin-bottom:15px}.bh-oud-feature .bh-richtext{font-size:14px;line-height:1.55;max-width:390px;margin-bottom:23px}.bh-oud-feature__media img{width:100%;height:100%;object-fit:cover;object-position:center center}.bh-oud-collection{position:relative;background:#f5ece3;padding:15px 0 18px}.bh-oud-collection .bh-page-width{position:relative}.bh-slider-heading{display:block;margin-bottom:8px}.bh-slider-heading h2{font-size:20px;line-height:1.1;text-align:center;margin:0}.bh-slider-controls{position:absolute;left:-46px;right:-46px;top:69px;z-index:3;display:flex;justify-content:space-between;pointer-events:none}.bh-slider-controls button{pointer-events:auto;width:42px;height:42px;border:0;background:#f5ece3d1;display:grid;place-items:center;border-radius:50%;transition:background .2s,transform .2s}.bh-slider-controls button:hover{background:#fff;transform:scale(1.04)}.bh-slider-controls svg{width:20px;height:20px}.bh-oud-slider{grid-auto-columns:calc((100% - 48px)/4);gap:16px;padding:0 0 8px}.bh-oud-card__image{aspect-ratio:3.1;margin-bottom:8px;background:#5e3e29}.bh-oud-card h3{font-size:11px;line-height:1.25;margin-bottom:2px}.bh-oud-card p,.bh-oud-card strong{font-size:10px;line-height:1.38}.bh-home-newsletter{min-height:142px;background:#ead8c9}.bh-home-newsletter__inner{min-height:142px;grid-template-columns:.9fr 1.25fr;gap:58px}.bh-home-newsletter__art{width:51%;opacity:1}.bh-home-newsletter__art:after{background:linear-gradient(90deg,#ead8c9 0%,rgba(234,216,201,.86) 17%,rgba(234,216,201,.18) 55%,transparent 100%)}.bh-home-newsletter h2{font-size:31px;line-height:1.05}.bh-home-newsletter__form form{width:min(100%,425px);margin-inline:auto 0;background:#f4e9dbd1}.bh-footer{padding:13px 0 11px;background:#211a15}.bh-footer__grid{grid-template-columns:1.7fr repeat(4,.7fr) auto;gap:31px;align-items:start}.bh-footer__brand img{width:224px;max-height:76px;margin-bottom:6px;object-position:left center}.bh-footer__brand p{font-size:7px;line-height:1.4}.bh-footer__column h2{font-size:9px;margin-bottom:5px}.bh-footer__column a{font-size:9px;line-height:1.48}.bh-footer__social{gap:10px;padding-top:2px}.bh-footer__social a{width:34px;height:34px}@media(max-width:1180px){.bh-header-logo{width:218px}.bh-header-utilities{gap:18px}.bh-primary-nav{gap:30px}.bh-slider-controls{left:-34px;right:-34px}}@media(max-width:900px){.bh-page-width{width:min(calc(100% - 32px),var(--bh-page-width))}.bh-site-header,.bh-site-header--overlay{height:74px;background:#f4e9dbf0;position:absolute;border-bottom:1px solid rgba(76,44,28,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bh-site-header--sticky.is-scrolled{height:70px}.bh-header-shell{display:none}.bh-mobile-header{display:grid;height:74px;grid-template-columns:46px 1fr auto;align-items:center;padding:0 12px;direction:ltr}.bh-mobile-logo{justify-self:center;width:150px;max-height:64px;overflow:hidden}.bh-mobile-logo img{width:100%;height:62px;max-height:62px;object-fit:contain}.bh-mobile-actions{display:flex;align-items:center;direction:ltr}.bh-mobile-language{display:grid;place-items:center;min-width:32px;height:38px;font-size:10px;direction:ltr;unicode-bidi:isolate}.bh-new-hero--composite{height:var(--mobile-hero-height);min-height:0;max-height:none;padding-top:74px;background:var(--bh-paper)}.bh-new-hero--composite:after{background:linear-gradient(180deg,var(--bh-paper) 0%,rgba(244,233,219,.96) 35%,rgba(244,233,219,.34) 57%,transparent 78%)}.bh-new-hero__composite{top:31%;bottom:0;height:auto}.bh-new-hero__composite img{object-fit:cover;object-position:center bottom}.bh-new-hero__content{left:24px;right:24px;top:112px;bottom:auto;width:auto;max-width:570px}.bh-new-hero__intro{font-size:13px;margin-bottom:17px}.bh-new-hero__content h1{font-size:clamp(42px,10.6vw,60px);line-height:1.01;white-space:normal;max-width:12ch;margin-bottom:14px}.bh-new-hero__content>p{font-size:16px}.bh-portal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.bh-portal-card__image{aspect-ratio:1.3}.bh-oud-feature{height:auto;grid-template-columns:1fr}.bh-oud-feature__copy{min-height:340px;height:auto}.bh-oud-feature__media{height:55vw;min-height:330px;max-height:540px}.bh-oud-feature__inner{padding:54px 34px}.bh-slider-controls{left:-8px;right:-8px;top:74px}.bh-oud-slider{grid-auto-columns:48%}.bh-home-newsletter{min-height:210px}.bh-home-newsletter__inner{min-height:210px;grid-template-columns:1fr;gap:16px;padding-block:30px}.bh-home-newsletter__art{width:72%;opacity:.62}.bh-home-newsletter__form form{margin-inline:0;width:min(100%,470px)}.bh-footer__grid{grid-template-columns:1.35fr repeat(2,1fr);gap:25px}.bh-footer__social{grid-column:auto}}@media(max-width:620px){body{font-size:calc(14px * var(--bh-body-scale))}.bh-mobile-logo{width:128px}.bh-mobile-logo img{height:58px}.bh-mobile-header{grid-template-columns:42px 1fr auto;padding-inline:8px}.bh-mobile-actions .bh-icon-action{width:38px;padding:9px}.bh-new-hero--composite{height:var(--mobile-hero-height)}.bh-new-hero__content{top:106px;left:20px;right:20px}.bh-new-hero__content h1{font-size:clamp(39px,12vw,52px)}.bh-new-hero__composite{top:36%}.bh-portals{padding:14px 0 28px}.bh-portal-grid{gap:12px}.bh-portal-card__copy{padding-top:10px}.bh-portal-card h2{font-size:20px}.bh-portal-card p{font-size:13px;max-width:145px}.bh-oud-feature__copy{min-height:330px}.bh-oud-feature__inner{padding:48px 24px}.bh-oud-feature h2{font-size:42px}.bh-oud-feature__media{height:72vw;min-height:270px}.bh-slider-heading h2{text-align:center;font-size:18px}.bh-slider-controls{top:66px;left:-5px;right:-5px}.bh-slider-controls button{width:38px;height:38px}.bh-oud-slider{grid-auto-columns:76%;gap:12px;padding-inline:3px}.bh-home-newsletter h2{font-size:28px}.bh-footer__grid{grid-template-columns:1fr 1fr;gap:22px 18px}.bh-footer__brand{grid-column:1/-1}.bh-footer__brand img{width:205px}.bh-footer__social{grid-column:1/-1;justify-content:flex-start}}@media(max-width:390px){.bh-portal-grid{grid-template-columns:1fr}.bh-new-hero__content h1{font-size:39px}.bh-new-hero__composite{top:39%}}@media(max-width:900px){.bh-new-hero--composite{height:820px;min-height:820px;padding-top:72px;background:var(--bh-paper)}.bh-new-hero--composite .bh-new-hero__composite{top:72px;right:0;bottom:auto;left:0;height:470px}.bh-new-hero--composite .bh-new-hero__composite img{width:100%;height:100%;object-fit:cover;object-position:center center}.bh-new-hero--composite:after{background:linear-gradient(180deg,transparent 0%,transparent 48%,rgba(244,233,219,.18) 57%,var(--bh-paper) 69%,var(--bh-paper) 100%)}.bh-new-hero--composite .bh-new-hero__content{bottom:30px;top:auto;left:24px;right:24px;width:auto;max-width:520px}.bh-new-hero__intro{margin-bottom:13px}.bh-new-hero__content h1{font-size:clamp(39px,11vw,56px);line-height:1;margin-bottom:12px;max-width:9em}.bh-new-hero__content h1 span{white-space:nowrap}}@media(max-width:620px){.bh-new-hero--composite{height:790px;min-height:790px}.bh-new-hero--composite .bh-new-hero__composite{height:430px}.bh-new-hero--composite .bh-new-hero__content{bottom:27px;left:20px;right:20px}.bh-new-hero__content h1{font-size:clamp(37px,11.4vw,48px)}}@media(max-width:390px){.bh-portal-grid{grid-template-columns:1fr 1fr}.bh-new-hero--composite{height:770px;min-height:770px}.bh-new-hero--composite .bh-new-hero__composite{height:410px}.bh-new-hero__content h1{font-size:37px}}.bh-product-gallery{display:grid;grid-template-columns:92px minmax(0,1fr);gap:16px;align-items:start}.bh-product-thumbs{display:grid;gap:12px}.bh-product-thumb{display:block;width:100%;aspect-ratio:1/1;border:1px solid transparent;background:transparent;padding:0;overflow:hidden;cursor:pointer}.bh-product-thumb.is-active{border-color:var(--bh-brown)}.bh-product-thumb img{width:100%;height:100%;object-fit:cover;display:block}.bh-product-stage{min-width:0;background:#eadfd4}.bh-product-media{display:none;background:#eadfd4}.bh-product-media.is-active{display:block}.bh-product-media img,.bh-product-media video,.bh-product-media model-viewer{display:block;width:100%;height:auto;max-height:760px;object-fit:cover}.bh-product-info .bh-eyebrow{margin-bottom:8px}.bh-product-specs{margin:20px 0 24px;padding:20px 0;border-top:1px solid rgba(76,44,28,.18);border-bottom:1px solid rgba(76,44,28,.18);font-family:var(--bh-heading-font);font-size:17px;line-height:1.45}.bh-product-specs>div{display:grid;grid-template-columns:58px 1fr;gap:10px;margin:4px 0}.bh-product-specs dt{font-weight:600}.bh-product-specs dd{margin:0}.bh-variant-fieldset{border:0;padding:0;margin:0}.bh-variant-fieldset legend{font-size:10px;letter-spacing:.13em;margin-bottom:10px}.bh-variant-pills{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.bh-variant-pill{min-height:48px;border:1px solid rgba(76,44,28,.22);display:grid;place-items:center;font-family:var(--bh-heading-font);font-size:15px;cursor:pointer;background:transparent;transition:.2s}.bh-variant-pill input{position:absolute;opacity:0;pointer-events:none}.bh-variant-pill.is-selected{border-color:var(--bh-gold);box-shadow:inset 0 0 0 1px var(--bh-gold)}.bh-variant-pill.is-disabled{opacity:.4;cursor:not-allowed}.bh-product-buy-row{display:grid;grid-template-columns:144px 1fr;gap:8px;margin-top:18px;align-items:stretch}.bh-product-buy-row .bh-add-button{margin:0;height:100%}.bh-product-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:28px 0 4px;padding:22px 0;border-bottom:1px solid rgba(76,44,28,.18)}.bh-product-trust>div{text-align:center}.bh-product-trust span{display:block;font-size:27px;line-height:1;margin-bottom:8px}.bh-product-trust p{font-family:var(--bh-heading-font);font-size:15px;line-height:1.15}.bh-product-description-block{max-width:760px;margin-top:48px;padding-top:24px;border-top:1px solid rgba(76,44,28,.18)}.bh-product-description-block .bh-rte{font-family:var(--bh-heading-font);font-size:18px;line-height:1.65}.bh-hide-prices .bh-price,.bh-hide-prices .bh-product-price{display:none!important}@media(max-width:900px){.bh-product-gallery{grid-template-columns:1fr}.bh-product-thumbs{grid-row:2;display:flex;overflow-x:auto}.bh-product-thumb{width:78px;min-width:78px}.bh-variant-pills{grid-template-columns:repeat(2,1fr)}.bh-product-buy-row{grid-template-columns:1fr}.bh-product-buy-row .bh-quantity{width:100%;grid-template-columns:42px 1fr 42px}}.bh-media-placeholder{display:grid!important;place-items:center;background:linear-gradient(145deg,#e8d7c6,#c8ab8e);min-height:160px;position:relative;overflow:hidden}.bh-media-placeholder:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 72% 20%,rgba(255,255,255,.32),transparent 38%),linear-gradient(135deg,transparent 0 49%,rgba(76,44,28,.08) 50% 51%,transparent 52%)}.bh-media-placeholder__label{position:relative;z-index:1;font:500 18px/1 var(--bh-heading-font);letter-spacing:.08em;color:var(--bh-brown)}.bh-hero-placeholder{width:100%;height:100%;background:linear-gradient(115deg,#f1e4d7,#dfc8b2 52%,#a88767)}.bh-new-hero--real-product .bh-new-hero__composite img{object-position:center 52%;filter:saturate(.82) contrast(.94)}.bh-new-hero--real-product:after{background:linear-gradient(90deg,rgba(244,233,219,.98) 0%,rgba(244,233,219,.91) 25%,rgba(244,233,219,.54) 44%,rgba(244,233,219,.08) 70%,transparent 100%),linear-gradient(180deg,rgba(244,233,219,.2),transparent 35%)}.bh-portal-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.bh-oud-collection__cta{text-align:center;padding:14px 0 4px}.bh-oud-page-products{margin-top:72px;padding-top:46px;border-top:1px solid rgba(244,233,219,.22)}.bh-oud-page-products .bh-slider-heading{margin-bottom:28px}.bh-oud-page-products .bh-slider-heading h2{color:#f5e6d4;font-size:clamp(27px,3.5vw,44px)}.bh-oud-page-products .bh-product-card__copy h2,.bh-oud-page-products .bh-product-card__copy p,.bh-oud-page-products .bh-product-card__copy a{color:#f5e6d4}.bh-oud-page-products .bh-product-card__media{background:#34261d}.bh-contact-layout .bh-outline-button{margin-top:18px}@media(max-width:900px){.bh-site-header,.bh-site-header--overlay{left:0;right:0;width:100%;max-width:none}.bh-site-header--sticky.is-scrolled{position:fixed;top:0;left:0;right:0;width:100%;max-width:none;height:70px}.bh-mobile-header{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;height:74px;padding-left:max(10px,env(safe-area-inset-left));padding-right:max(10px,env(safe-area-inset-right));gap:6px}.bh-mobile-header>.bh-icon-action{flex:0 0 42px}.bh-mobile-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);justify-self:auto;width:clamp(116px,34vw,154px);max-height:62px;overflow:visible;z-index:1}.bh-mobile-logo img{width:100%;height:auto;max-height:58px;object-fit:contain}.bh-mobile-actions{margin-left:auto;display:flex;align-items:center;flex:0 0 auto;z-index:2}.bh-mobile-language{min-width:30px}.bh-site-header--sticky.is-scrolled .bh-mobile-header{height:70px}.bh-site-header--sticky.is-scrolled .bh-mobile-logo{width:clamp(108px,31vw,142px)}.bh-new-hero--real-product:after{background:linear-gradient(180deg,transparent 0%,transparent 46%,rgba(244,233,219,.14) 55%,var(--bh-paper) 68%,var(--bh-paper) 100%)}.bh-new-hero--real-product .bh-new-hero__composite img{object-position:center 50%}.bh-portal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bh-origin-grid article{min-height:290px;padding:24px 18px}.bh-oud-page-products{margin-top:52px;padding-top:34px}}@media(max-width:620px){.bh-mobile-header{padding-left:max(8px,env(safe-area-inset-left));padding-right:max(8px,env(safe-area-inset-right))}.bh-mobile-header>.bh-icon-action{width:38px;flex-basis:38px;padding:8px}.bh-mobile-actions .bh-icon-action{width:36px;padding:8px}.bh-mobile-language{min-width:26px;font-size:9px}.bh-mobile-logo{width:clamp(108px,33vw,132px)}.bh-portal-card__image{aspect-ratio:1.15}.bh-portal-card__copy{padding:10px 4px 0}.bh-portal-card h2{font-size:19px}.bh-portal-card p{font-size:12px;line-height:1.4;max-width:140px}.bh-origin-grid article{min-height:270px}.bh-origin-grid article>span{margin-bottom:32px}.bh-origin-grid h2{font-size:25px}.bh-oud-page{padding:54px 0 72px}.bh-oud-page .bh-page-title h1{font-size:clamp(42px,13vw,60px);overflow-wrap:anywhere}.bh-oud-page .bh-page-title .bh-rte{font-size:14px}.bh-product-card__media{aspect-ratio:1}}@media(max-width:370px){.bh-mobile-logo{width:104px}.bh-mobile-actions .bh-icon-action{width:33px;padding:7px}.bh-mobile-language{min-width:22px}.bh-portal-grid{grid-template-columns:1fr 1fr}}.bh-site-header--sticky.is-scrolled{left:0;right:0;width:100%;max-width:none}@media(min-width:901px){.bh-footer:not(.has-journal) .bh-footer__grid{grid-template-columns:1.7fr repeat(3,.7fr) auto}.bh-footer.has-journal .bh-footer__grid{grid-template-columns:1.7fr repeat(4,.7fr) auto}}@media(min-width:901px){.bh-site-header{height:198px}.bh-header-shell{max-width:1680px;padding-inline:clamp(38px,4.2vw,78px)}.bh-header-top{height:142px}.bh-header-logo{top:18px;width:clamp(224px,18vw,248px)}.bh-header-logo img{max-height:108px}.bh-header-utilities{top:29px}.bh-header-utilities--left{left:clamp(38px,4.2vw,78px)}.bh-header-utilities--right{right:clamp(38px,4.2vw,78px)}.bh-primary-nav{height:56px;padding-top:10px;gap:clamp(34px,3.5vw,52px)}.bh-primary-nav>a,.bh-primary-nav__item>a{padding:7px 0 13px}.bh-site-header--sticky.is-scrolled,.bh-site-header--sticky.is-scrolled .bh-header-top{height:84px}.bh-site-header--sticky.is-scrolled .bh-header-logo{top:10px;width:145px;transform:translate(-50%)}.bh-site-header--sticky.is-scrolled .bh-header-logo img{max-height:62px}.bh-portals .bh-page-width{width:min(calc(100% - 120px),1280px)}.bh-portal-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:22px;max-width:1280px;margin-inline:auto}.bh-portal-card__image{aspect-ratio:1.24}}.bh-new-hero__composite img{filter:none}.bh-portal-card__image img,.bh-oud-feature__media img,.bh-home-newsletter__art img{width:100%;height:100%;object-fit:cover}.bh-portal-card__image img{object-position:center}.bh-oud-feature__media img{object-position:center center}.bh-home-newsletter__art img{object-position:center bottom}.bh-oud-card__image img{width:100%;height:100%;object-fit:cover}.bh-oud-card h3{letter-spacing:.035em}.bh-oud-collection__cta{padding-top:12px}.bh-contact-form input,.bh-contact-form textarea,.bh-home-newsletter__form input{min-width:0}.bh-contact-form input,.bh-contact-form textarea{width:100%}.bh-contact-form textarea{resize:vertical}.bh-footer__column a{display:block;width:max-content;max-width:100%}.bh-footer__column a:hover{opacity:.68}@media(max-width:900px){.bh-site-header,.bh-site-header--overlay{height:74px}.bh-mobile-header{height:74px;min-width:0}.bh-mobile-logo{left:50%;right:auto;transform:translate(-50%,-50%);width:clamp(120px,35vw,150px)}.bh-mobile-logo img{max-height:60px}.bh-new-hero--composite{height:var(--mobile-hero-height);min-height:var(--mobile-hero-height);padding-top:74px}.bh-new-hero--composite .bh-new-hero__composite{top:74px;height:470px}.bh-new-hero--composite .bh-new-hero__composite img{object-fit:cover;object-position:center center}.bh-new-hero--composite .bh-new-hero__content{top:auto;bottom:30px;left:24px;right:24px;width:auto}.bh-portal-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:720px;margin-inline:auto}.bh-footer__column a{min-height:24px}}@media(max-width:620px){.bh-page-width{width:min(calc(100% - 28px),var(--bh-page-width))}.bh-mobile-logo{width:clamp(112px,34vw,136px)}.bh-new-hero--composite{height:790px;min-height:790px}.bh-new-hero--composite .bh-new-hero__composite{height:430px}.bh-new-hero--composite .bh-new-hero__content{bottom:26px;left:20px;right:20px}.bh-new-hero__content h1{font-size:clamp(36px,11.2vw,48px);line-height:1.01}.bh-portals{padding:14px 0 30px}.bh-portal-grid{gap:12px}.bh-portal-card__image{aspect-ratio:1.18}.bh-oud-feature__inner{padding:46px 22px}.bh-oud-feature h2{font-size:clamp(38px,11vw,44px)}.bh-home-newsletter__inner{padding-inline:16px}.bh-home-newsletter__form form{display:grid;grid-template-columns:minmax(0,1fr) 104px;width:100%}.bh-home-newsletter__form input{width:100%}.bh-home-newsletter__form button{width:104px}.bh-footer{padding-bottom:22px}}@media(max-width:390px){.bh-mobile-header>.bh-icon-action{width:36px;flex-basis:36px;padding:7px}.bh-mobile-actions .bh-icon-action{width:34px;padding:7px}.bh-mobile-logo{width:108px}.bh-portal-grid{grid-template-columns:1fr 1fr}.bh-home-newsletter__form form{grid-template-columns:1fr}.bh-home-newsletter__form button{width:100%;min-height:44px}}@media(max-width:330px){.bh-portal-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/theme.css.map */
