.bh-marquee{background:var(--bh-navy);color:var(--bh-cream);padding:18px 0;overflow:hidden;border-top:1px solid rgba(59,130,246,.2)}.bh-marquee__track{display:flex;animation:bh-scroll 40s linear infinite;width:max-content;mask-image:linear-gradient(90deg,transparent 0%,black 5%,black 95%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,black 5%,black 95%,transparent 100%)}.bh-marquee__group{display:flex;align-items:center}.bh-marquee__item{display:inline-flex;align-items:center;font-family:JetBrains Mono,monospace;font-size:12px;letter-spacing:.24em;text-transform:uppercase;font-weight:600;padding:0 28px;color:var(--bh-cream)}.bh-marquee__sep{color:var(--bh-electric);font-size:10px}@keyframes bh-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.bh-about{background:var(--bh-navy);color:var(--bh-cream);padding:120px 0;position:relative;overflow:hidden}.bh-about__inner{display:grid;grid-template-columns:1.1fr .9fr;gap:64px;align-items:center}.bh-about__text h2{font-family:Playfair Display,serif;font-weight:900;font-size:clamp(30px,3vw,46px);margin:0 0 24px;line-height:1.05;letter-spacing:-.02em;color:var(--bh-cream)}.bh-about__text p{font-size:16px;line-height:1.65;margin:0 0 32px;opacity:.85}.bh-about__img{aspect-ratio:1/1;background-size:cover;background-position:center;border-radius:var(--bh-radius);box-shadow:0 40px 80px -40px #000000b3;display:block!important;clip-path:inset(0 100% 0 0);transition:clip-path 1s var(--bh-ease) .2s}.bh-about__inner.bh-visible .bh-about__img{clip-path:inset(0 0 0 0)}.bh-featured__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.bh-product{background:#ffffff0a;border-radius:var(--bh-radius);overflow:hidden;text-decoration:none;color:var(--bh-cream);display:flex;flex-direction:column;transition:transform .4s var(--bh-ease),box-shadow .4s ease,background .4s ease;cursor:pointer;border:1px solid rgba(255,255,255,.06)}.bh-product:hover{transform:translateY(-6px);background:#ffffff14;border-color:var(--bh-electric);box-shadow:0 24px 60px -24px #3b82f666}.bh-product__media{position:relative;overflow:hidden;aspect-ratio:5/6;background:var(--bh-navy-2)}.bh-product__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--bh-ease)}.bh-product:hover .bh-product__media img{transform:scale(1.05)}.bh-product__quickview{position:absolute;top:12px;right:12px;background:#fffffff2;color:var(--bh-navy);font-family:JetBrains Mono,monospace;font-size:10px;font-weight:600;padding:6px 12px;border-radius:999px;letter-spacing:.16em;text-transform:uppercase;opacity:0;transform:translateY(-6px);transition:opacity .3s ease,transform .3s ease}.bh-product:hover .bh-product__quickview{opacity:1;transform:translateY(0)}.bh-product__meta{padding:16px 18px 20px;display:flex;flex-direction:column;gap:4px}.bh-product__title{font-family:Inter,sans-serif;font-weight:700;font-size:15px;line-height:1.3;margin:0;color:var(--bh-cream)}.bh-product__price{font-size:14px;color:var(--bh-electric-light);font-weight:600;margin:0}.bh-view-all{display:flex;justify-content:center;margin-top:48px}.bh-newsletter{position:relative;overflow:hidden;padding:160px 0;text-align:center;color:var(--bh-ink);min-height:560px;display:flex;align-items:center}.bh-newsletter__bg{display:block!important;position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transform:scale(1.04);will-change:transform;animation:bh-news-kenburns 28s ease-in-out infinite alternate}@keyframes bh-news-kenburns{0%{transform:scale(1.04)}to{transform:scale(1.14)}}.bh-newsletter__scrim{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:#000000c7!important;z-index:2!important}.bh-newsletter__matrix{z-index:1!important;opacity:.5!important}.bh-newsletter .bh-container{z-index:5!important}.bh-newsletter__matrix{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:.32;mix-blend-mode:screen;pointer-events:none;z-index:1}.bh-newsletter__grain{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.07;mix-blend-mode:overlay;z-index:1;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/></filter><rect width='180' height='180' filter='url(%23n)'/></svg>")}.bh-newsletter .bh-container{position:relative;z-index:2}.bh-newsletter h2{font-family:Playfair Display,serif;font-weight:900;font-size:clamp(36px,4vw,64px);margin:0 0 16px;letter-spacing:-.025em;color:var(--bh-ink)}.bh-newsletter p{font-size:16px;max-width:560px;margin:0 auto 40px;color:#ffffffd1;line-height:1.6}.bh-newsletter form{display:flex;max-width:520px;margin:0 auto;gap:10px}.bh-newsletter input[type=email]{flex:1;padding:20px 28px;border-radius:999px;border:1.5px solid rgba(255,255,255,.3);background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:14px;font-family:inherit;color:var(--bh-ink);transition:border-color .3s ease,background .3s ease}.bh-newsletter input[type=email]::placeholder{color:#ffffff8c}.bh-newsletter input[type=email]:focus{outline:none;border-color:var(--bh-electric-light);background:#ffffff1f}.bh-newsletter button{padding:20px 40px;border-radius:999px;background:var(--bh-electric);color:var(--bh-ink);border:none;font-weight:700;font-size:13px;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;transition:background .3s ease,transform .25s var(--bh-ease);position:relative;overflow:hidden;isolation:isolate}.bh-newsletter button>*{position:relative;z-index:2}.bh-newsletter button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(115deg,transparent 0%,transparent 35%,rgba(255,255,255,.18) 48%,rgba(255,255,255,.45) 50%,rgba(255,255,255,.18) 52%,transparent 65%,transparent 100%);transform:translate(-180%);animation:bh-shine 5.5s ease-in-out infinite;pointer-events:none;z-index:1}.bh-newsletter button:hover{transform:translateY(-3px);background:var(--bh-electric-light)}.bh-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0f1eeb;z-index:9999;display:none;align-items:center;justify-content:center;padding:40px 20px;opacity:0;transition:opacity .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.bh-lightbox.bh-lightbox--open{display:flex;opacity:1}.bh-lightbox__inner{max-width:900px;width:100%;background:#fff;border-radius:var(--bh-radius);overflow:hidden;display:grid;grid-template-columns:1fr 1fr;gap:0;max-height:90vh}.bh-lightbox__img{aspect-ratio:5/6;background:var(--bh-cream);background-size:cover;background-position:center}.bh-lightbox__info{padding:40px;display:flex;flex-direction:column;justify-content:center}.bh-lightbox__info h3{font-family:Playfair Display,serif;font-weight:900;font-size:28px;margin:0 0 16px;line-height:1.1;color:var(--bh-navy)}.bh-lightbox__info .price{font-size:18px;color:var(--bh-electric);font-weight:700;margin:0 0 24px}.bh-lightbox__info p{font-size:14px;line-height:1.6;color:var(--bh-grey-dark);margin:0 0 28px}.bh-lightbox__close{position:absolute;top:20px;right:24px;background:#ffffffe6;color:var(--bh-navy);border:none;width:40px;height:40px;border-radius:50%;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}.js-reveal .bh-reveal{opacity:0;transform:translateY(36px);transition:opacity .9s var(--bh-ease),transform .9s var(--bh-ease)}.js-reveal .bh-reveal.bh-visible{opacity:1;transform:none}.js-reveal .bh-stagger>*{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}.js-reveal .bh-stagger.bh-visible>*{opacity:1;transform:none}.js-reveal .bh-stagger.bh-visible>*:nth-child(1){transition-delay:0ms}.js-reveal .bh-stagger.bh-visible>*:nth-child(2){transition-delay:80ms}.js-reveal .bh-stagger.bh-visible>*:nth-child(3){transition-delay:.16s}.js-reveal .bh-stagger.bh-visible>*:nth-child(4){transition-delay:.24s}.js-reveal .bh-stagger.bh-visible>*:nth-child(5){transition-delay:.32s}.js-reveal .bh-stagger.bh-visible>*:nth-child(6){transition-delay:.4s}.js-reveal .bh-stagger.bh-visible>*:nth-child(7){transition-delay:.48s}.js-reveal .bh-stagger.bh-visible>*:nth-child(8){transition-delay:.56s}.bh-footer{background:var(--bh-navy);color:var(--bh-cream);padding:80px 0 32px;position:relative}.bh-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:48px;margin-bottom:64px}.bh-footer__brand{font-family:Playfair Display,serif;font-weight:900;font-size:28px;color:var(--bh-cream);letter-spacing:-.02em;margin:0 0 16px}.bh-footer__tag{font-size:14px;color:#f5f1e899;line-height:1.6;max-width:280px;margin:0 0 24px}.bh-footer__brass{display:inline-flex;align-items:center;gap:8px;font-family:JetBrains Mono,monospace;font-size:11px;color:var(--bh-brass);letter-spacing:.18em;text-transform:uppercase}.bh-footer__brass:before{content:"";width:18px;height:1.5px;background:var(--bh-brass)}.bh-footer__col h4{font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:var(--bh-electric-light);margin:0 0 20px;font-weight:600}.bh-footer__col ul{list-style:none;padding:0;margin:0}.bh-footer__col li{margin-bottom:12px}.bh-footer__col a{font-size:14px;color:var(--bh-cream);transition:color .3s ease,padding-left .3s ease;display:inline-block;opacity:.85}.bh-footer__col a:hover{color:var(--bh-electric-light);padding-left:4px;opacity:1}.bh-footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:32px;border-top:1px solid rgba(245,241,232,.1);font-size:12px;color:#f5f1e880}.bh-footer__social{display:flex;gap:14px}.bh-footer__social a{width:32px;height:32px;border-radius:50%;background:#f5f1e80f;display:flex;align-items:center;justify-content:center;transition:background .3s ease,transform .3s ease}.bh-footer__social a:hover{background:var(--bh-electric);transform:translateY(-2px)}.bh-footer__social svg{width:14px;height:14px;color:var(--bh-cream)}@media(max-width:1024px){.bh-hero__grid{grid-template-columns:1fr}.bh-hero__img{height:50vh;min-height:400px}.botson-hero{min-height:auto}.bh-hero__copy{padding:48px 0}.bh-value-strip__grid{grid-template-columns:repeat(2,1fr);gap:20px}.bh-featured__grid{grid-template-columns:repeat(2,1fr)}.bh-about__inner{grid-template-columns:1fr;gap:40px}.bh-footer__grid{grid-template-columns:1fr 1fr;gap:32px}.bh-header__menu{display:none}.bh-header__hamburger{display:flex!important}}@media(max-width:640px){.bh-section{padding:64px 0}.bh-tiles__grid{grid-template-columns:1fr}.bh-hero__title{font-size:48px}.bh-btn{padding:18px 32px;font-size:13px}.bh-lightbox__inner{grid-template-columns:1fr}.bh-newsletter form{flex-direction:column}.bh-newsletter{padding:96px 0;min-height:auto}.bh-footer__grid{grid-template-columns:1fr}.bh-footer__bottom{flex-direction:column;gap:16px;text-align:center}}.bh-header__hamburger{display:none;width:40px;height:40px;background:transparent;border:none;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:0;margin-right:4px;color:var(--bh-ink)}.bh-header__hamburger span{display:block;width:22px;height:2px;background:currentColor;border-radius:2px;transition:transform .3s var(--bh-ease),opacity .3s ease}.bh-offcanvas{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;display:flex;visibility:hidden;opacity:0;transition:opacity .4s var(--bh-ease),visibility 0s linear .4s}.bh-offcanvas.bh-offcanvas--open{visibility:visible;opacity:1;transition:opacity .4s var(--bh-ease),visibility 0s linear 0s}.bh-offcanvas__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transform:scale(1.08);transition:transform .8s var(--bh-ease)}.bh-offcanvas.bh-offcanvas--open .bh-offcanvas__bg{transform:scale(1)}.bh-offcanvas__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#050812c7,#050812e0);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.bh-offcanvas__close{position:absolute;top:24px;right:24px;width:48px;height:48px;border-radius:50%;background:#ffffff14;border:1px solid rgba(255,255,255,.18);color:var(--bh-cream);font-size:28px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:3;transition:background .3s ease,transform .3s ease}.bh-offcanvas__close:hover{background:var(--bh-electric);transform:rotate(90deg)}.bh-offcanvas__inner{position:relative;z-index:2;width:100%;max-width:480px;margin:0 auto;padding:80px 40px 48px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:var(--bh-cream);transform:translateY(20px);opacity:0;transition:transform .6s var(--bh-ease) .15s,opacity .5s ease .15s}.bh-offcanvas.bh-offcanvas--open .bh-offcanvas__inner{transform:translateY(0);opacity:1}.bh-offcanvas__brand{font-family:Playfair Display,serif;font-weight:900;font-size:clamp(48px,8vw,72px);line-height:.9;letter-spacing:-.025em;margin:0 0 40px;color:var(--bh-cream)}.bh-offcanvas__menu{display:flex;flex-direction:column;gap:6px;margin-bottom:40px;width:100%}.bh-offcanvas__menu a{font-family:Playfair Display,serif;font-weight:700;font-size:28px;color:var(--bh-cream);text-decoration:none;padding:10px 0;border-bottom:1px solid rgba(245,241,232,.1);transition:color .3s ease,padding-left .3s ease;display:block}.bh-offcanvas__menu a:hover{color:var(--bh-electric-light);padding-left:12px}.bh-offcanvas__actions{display:flex;gap:20px;width:100%;padding-top:24px;border-top:1px solid rgba(245,241,232,.12)}.bh-offcanvas__actions a{display:flex;align-items:center;gap:8px;color:var(--bh-cream);text-decoration:none;font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.18em;text-transform:uppercase;opacity:.82;transition:opacity .3s ease,color .3s ease}.bh-offcanvas__actions a:hover{opacity:1;color:var(--bh-electric-light)}.bh-offcanvas__actions svg{width:18px;height:18px}body.bh-offcanvas-open{overflow:hidden}.bh-section-head h2,.bh-carousel h2{font-size:clamp(48px,5.4vw,78px)!important}.bh-section--dark{background:linear-gradient(180deg,#1a2540,#0f172a 45%,#0a0f1e 85%,#06091a)!important}.bh-newsletter form{max-width:640px;gap:14px}.bh-newsletter input[type=email]{padding:28px 36px;font-size:16px;border-width:2px;border-radius:999px}.bh-newsletter input[type=email]:focus{box-shadow:0 0 0 6px #3b82f626,0 12px 36px -12px #3b82f680}.bh-newsletter button{padding:28px 48px;font-size:15px;letter-spacing:.18em;border-radius:999px;box-shadow:0 14px 40px -16px #3b82f6b3}.bh-newsletter button:hover{box-shadow:0 20px 50px -16px #3b82f6e6}.bh-newsletter form{position:relative}.bh-newsletter .bh-input-wrap{position:relative;flex:1}.bh-newsletter .bh-input-wrap input[type=email]{position:relative;z-index:2;background:#ffffff1f!important}.bh-input-spark-canvas{z-index:1!important}.botson-hero{position:relative!important}.bh-hero__particles{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;pointer-events:none;z-index:1;mix-blend-mode:screen;opacity:.45!important}.bh-hero__grid{position:relative!important;z-index:2!important}.bh-hero__img-bg{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:0!important;background-size:contain!important;background-repeat:no-repeat!important;background-position:right center!important;background-color:#06091a!important;image-rendering:-webkit-optimize-contrast}.bh-tile__shade{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2!important;background:linear-gradient(0deg,#000000fa,#000000f2 18%,#000000d1,#0009,#00000059 60%,#0000001f 75%,#0000 92%)!important;pointer-events:none}.bh-tile__content{position:absolute!important;z-index:3!important}.bh-tile__title,.bh-tile__tagline,.bh-tile__eyebrow,.bh-tile__cta{text-shadow:0 2px 10px rgba(0,0,0,.9),0 0 3px rgba(0,0,0,.7)!important}.bh-tile__tagline{color:#fffffffa!important}.bh-newsletter__bg{z-index:0!important}.bh-newsletter__matrix{z-index:1!important;opacity:.22!important}.bh-newsletter__grain{z-index:2!important}.bh-newsletter__scrim{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:#000000d1!important;z-index:3!important;mix-blend-mode:normal!important;display:block!important;opacity:1!important}.bh-newsletter .bh-container{position:relative!important;z-index:5!important}.bh-newsletter h2{color:#fff!important;text-shadow:0 2px 14px rgba(0,0,0,.85),0 0 4px rgba(0,0,0,.6)!important}.bh-newsletter p{color:#fffffff2!important;text-shadow:0 2px 10px rgba(0,0,0,.85)!important}.bh-newsletter .bh-eyebrow{color:#7cb6ff!important;text-shadow:0 2px 8px rgba(0,0,0,.8)!important}.bh-carousel{touch-action:pan-y;position:relative}.bh-carousel__rail{cursor:grab;-webkit-user-select:none;user-select:none;will-change:transform}.bh-carousel__rail.bh-dragging{cursor:grabbing!important;animation-play-state:paused!important}.bh-carousel__card{position:relative;will-change:transform,box-shadow;transition:transform .45s cubic-bezier(.2,.7,.3,1),box-shadow .45s ease,filter .45s ease!important;isolation:isolate}.bh-carousel__rail:hover .bh-carousel__card{filter:saturate(.78) brightness(.88)}.bh-carousel__rail:hover .bh-carousel__card:hover{filter:saturate(1.12) brightness(1.06)!important;transform:translateY(-16px) scale(1.07) rotate(-1.6deg)!important;box-shadow:0 32px 64px -20px #3b82f699,0 0 60px -12px #60a5fa8c,0 0 0 2px #60a5fa73!important;z-index:5}.bh-carousel__card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(circle at 50% 30%,#60a5fa59,#60a5fa00 55%);opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:3;mix-blend-mode:screen}.bh-carousel__card:hover:after{opacity:1;animation:bh-card-pulse 2.4s ease-in-out infinite}@keyframes bh-card-pulse{0%,to{opacity:.6}50%{opacity:1}}.bh-carousel__card img{transition:transform .6s cubic-bezier(.2,.7,.3,1)!important}.bh-carousel__card:hover img{transform:scale(1.08)!important}.bh-tile{position:relative!important;isolation:isolate!important}.bh-tile__shade{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:2!important;display:block!important;pointer-events:none!important;background:linear-gradient(0deg,#000000fa,#000000f2 28%,#000000c7 42%,#00000080 58%,#00000038,#0000000a,#0000)!important}.bh-tile:after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:0!important;height:55%!important;background:linear-gradient(0deg,#000000eb,#000000bf,#0006 60%,#0000)!important;pointer-events:none!important;z-index:3!important;border-radius:inherit}.bh-tile__content{position:absolute!important;z-index:5!important;color:#fff!important}.bh-tile__title{color:#fff!important;font-weight:900!important;text-shadow:0 0 1px rgba(0,0,0,.9),0 0 3px rgba(0,0,0,.9),0 2px 4px rgba(0,0,0,.95),0 4px 16px rgba(0,0,0,.9)!important}.bh-tile__tagline{color:#fffffffa!important;text-shadow:0 0 1px rgba(0,0,0,.9),0 1px 3px rgba(0,0,0,.95),0 2px 10px rgba(0,0,0,.85)!important}.bh-tile__eyebrow{text-shadow:0 0 1px rgba(0,0,0,.9),0 1px 3px rgba(0,0,0,.95)!important}.bh-tile__cta{color:#fff!important;text-shadow:0 1px 3px rgba(0,0,0,.95),0 2px 8px rgba(0,0,0,.85)!important}.bh-header{background:linear-gradient(180deg,#1e2b4a,#142042 45%,#0a1230)!important;color:#fff!important;border-bottom:1px solid rgba(96,165,250,.22)!important;box-shadow:0 12px 32px -16px #0000008c!important}.bh-header__announce{background:#06091a!important;color:#f5f1e8e0!important;border-bottom:1px solid rgba(96,165,250,.18)!important}.bh-header__nav{background:transparent!important}.bh-header__brand,.bh-header__brand:link,.bh-header__brand:visited{color:#fff!important;text-decoration:none!important;border-bottom:0!important}.bh-header__brand:hover,.bh-header__brand:focus{color:var(--bh-electric-light)!important;text-decoration:none!important;border-bottom:0!important}.bh-header__menu a{color:#fff!important;text-decoration:none!important}.bh-header__menu a:hover{color:var(--bh-electric-light)!important}.bh-header__icon{color:#fff!important}.bh-header__icon:hover{color:var(--bh-electric-light)!important}.bh-header__hamburger{color:#fff!important}.bh-header__cart-count{background:var(--bh-electric)!important;color:#fff!important}.bh-btn,.bh-btn--primary,.bh-btn--dark,.bh-btn--ghost{position:relative!important;overflow:hidden!important;isolation:isolate!important}.bh-btn>*{position:relative;z-index:3}.bh-btn:before,.bh-btn--primary:before,.bh-btn--dark:before{z-index:1!important;clip-path:inset(0 0 0 0)!important}.bh-view-all{margin-top:64px!important}.bh-view-all .bh-btn,.bh-view-all a.bh-btn{padding:28px 64px!important;font-size:16px!important;letter-spacing:.2em!important;border-radius:999px!important;background:linear-gradient(135deg,#3b82f6,#60a5fa,#7c3aed)!important;color:#fff!important;box-shadow:0 18px 48px -16px #3b82f6b3,0 0 0 1px #60a5fa4d!important;font-weight:800!important;text-transform:uppercase!important;display:inline-flex!important;align-items:center!important;gap:14px!important}.bh-view-all .bh-btn:hover{transform:translateY(-3px)!important;box-shadow:0 26px 60px -16px #3b82f6e6,0 0 0 2px #7c3aed73!important}.bh-lightbox__img{background-color:#f5f1e8!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;min-height:320px}@media(min-width:751px){.bh-lightbox__inner{grid-template-columns:1fr 1fr!important}.bh-lightbox__img{min-height:480px}}@media(max-width:640px){.bh-section-head h2,.bh-carousel h2{font-size:56px!important}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.bh-hero__img-bg,.bh-newsletter__bg,.bh-tile__img,.bh-btn--primary:before,.bh-btn--dark:before,.bh-newsletter button:before,.bh-value-strip:before{animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/botson-motion.css.map */
