:root{--bb-bg: #12100f;--bb-surface: #1c1916;--bb-card: #24201c;--bb-cream: #f2ede4;--bb-muted: #a89e92;--bb-red: #d3222a;--bb-red-dark: #a90f18;--bb-red-text: #ff616b;--bb-gold: #c8922a;--bb-border: #35302b;--bb-display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;--bb-heading: "Arial Narrow", Arial, sans-serif;--bb-body: Inter, Arial, sans-serif;--bb-mono: "Courier New", monospace;--bb-max: 1280px}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bb-bg)}body{margin:0;background:var(--bb-bg);color:var(--bb-cream);font-family:var(--bb-body);line-height:1.6}img,video{display:block;max-width:100%}a{color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--bb-display);font-weight:900;letter-spacing:.025em;line-height:.96;text-transform:uppercase}::selection{background:var(--bb-red);color:#fff}:focus-visible{outline:3px solid var(--bb-gold);outline-offset:3px}.skip-link{position:fixed;left:1rem;top:-5rem;z-index:100;background:var(--bb-cream);color:var(--bb-bg);padding:.75rem 1rem}.skip-link:focus{top:1rem}.bb-shell{width:min(100% - 2rem,var(--bb-max));margin-inline:auto}.bb-section{position:relative;padding:clamp(3.25rem,6vw,6rem) 0;overflow:hidden}.bb-section--tight{padding:clamp(2.25rem,4vw,3.75rem) 0}.bb-section--surface{background:var(--bb-surface)}.bb-section--red{background:var(--bb-red);color:#fff}.bb-section--cream{background:var(--bb-cream);color:var(--bb-bg)}.bb-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important}.bb-eyebrow{display:inline-flex;align-items:center;gap:.65rem;color:var(--bb-red-text);font-family:var(--bb-mono);font-size:.72rem;letter-spacing:.18em;line-height:1.4;text-transform:uppercase}.bb-eyebrow:before{content:"\25a0";font-size:.65rem}.bb-heading{max-width:14ch;margin:1rem 0 1.25rem;font-size:clamp(3.2rem,8vw,7.5rem)}.bb-heading--medium{font-size:clamp(2.7rem,6vw,5.5rem)}.bb-copy{max-width:60ch;color:#f2ede4bf;font-size:clamp(1rem,1.6vw,1.16rem)}.bb-section--cream .bb-copy{color:#12100fb8}.bb-button{display:inline-flex;min-height:3.75rem;align-items:center;justify-content:center;border:2px solid transparent;background:var(--bb-red);color:#fff;padding:.9rem 1.75rem;font-family:var(--bb-heading);font-size:.9rem;font-weight:900;letter-spacing:.14em;line-height:1;text-align:center;text-decoration:none;text-transform:uppercase;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.bb-button:hover{background:var(--bb-red-dark);transform:translateY(-2px)}.bb-button--outline{border-color:var(--bb-cream);background:#191614;color:var(--bb-cream)}.bb-button--outline:hover{border-color:var(--bb-cream);background:var(--bb-cream);color:var(--bb-bg)}.bb-button--cream{background:var(--bb-cream);color:var(--bb-bg)}.bb-button--full{width:100%}.bb-button:disabled{cursor:not-allowed;opacity:.48;transform:none}.bb-text-link{width:fit-content;color:var(--bb-cream);font-family:var(--bb-heading);font-size:.78rem;font-weight:900;letter-spacing:.12em;text-decoration-color:var(--bb-red);text-decoration-thickness:2px;text-transform:uppercase;text-underline-offset:.35rem}.bb-price{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.bb-price__current{color:var(--bb-red-text);font-family:var(--bb-display);font-size:2.7rem;line-height:1}.bb-price__compare{color:var(--bb-muted);font-size:1rem;text-decoration:line-through}.bb-badge{border:1px solid currentColor;color:var(--bb-red-text);padding:.25rem .5rem;font-family:var(--bb-mono);font-size:.65rem;letter-spacing:.08em;text-transform:uppercase}.bb-header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(255,255,255,.07);background:#12100ff5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.bb-header__inner{display:grid;min-height:4.6rem;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem}.bb-logo{display:block;width:66px}.bb-logo img{width:100%;height:auto}.bb-nav{display:flex;align-items:center;justify-content:center;gap:clamp(1rem,2.2vw,2rem)}.bb-nav a{position:relative;font-family:var(--bb-heading);font-size:.78rem;font-weight:900;letter-spacing:.12em;text-decoration:none;text-transform:uppercase}.bb-nav a:after{position:absolute;right:0;bottom:-.5rem;left:0;height:2px;background:var(--bb-red);content:"";transform:scaleX(0);transition:transform .2s ease}.bb-nav a:hover:after,.bb-nav a[aria-current=page]:after{transform:scaleX(1)}.bb-header__actions{display:flex;align-items:center;gap:.75rem}.bb-cart-link{position:relative;display:inline-flex;min-width:2.75rem;height:2.75rem;align-items:center;justify-content:center;border:1px solid var(--bb-border);text-decoration:none}.bb-cart-count{position:absolute;right:-.4rem;top:-.4rem;display:grid;min-width:1.2rem;height:1.2rem;place-items:center;border-radius:50%;background:var(--bb-red);color:#fff;font-size:.65rem}.bb-mobile-nav{display:none}.bb-mobile-nav__toggle{display:inline-flex;min-height:2.75rem;align-items:center;border:0;background:transparent;color:var(--bb-cream);cursor:pointer;padding:0 .25rem;font-family:var(--bb-heading);font-weight:900;letter-spacing:.12em;text-transform:uppercase;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.bb-mobile-nav__toggle:focus-visible{outline:2px solid var(--bb-red);outline-offset:.25rem}.bb-mobile-nav__panel{position:fixed;right:0;left:0;top:4.6rem;z-index:60;max-height:calc(100svh - 4.6rem);overflow-y:auto;border-top:1px solid var(--bb-border);background:var(--bb-bg);padding:1rem;overscroll-behavior:contain;contain:layout paint}.bb-mobile-nav__panel[hidden]{display:none}.bb-mobile-nav__panel a{display:block;border-bottom:1px solid var(--bb-border);padding:1rem .25rem;font-family:var(--bb-heading);font-weight:900;letter-spacing:.12em;text-decoration:none;text-transform:uppercase}body.bb-menu-open{overflow:hidden}.bb-hero{display:grid;min-height:0;align-items:center;isolation:isolate;padding:0}.bb-hero--home{min-height:clamp(580px,72svh,720px)}.bb-hero--compact{min-height:clamp(420px,54svh,560px)}.bb-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;width:100%;height:100%;object-fit:cover;object-position:center}.bb-hero__shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(100deg,#12100ffa,#12100fd1 45%,#12100f3d)}.bb-hero__content{max-width:720px;padding:clamp(2.5rem,4vw,3.75rem) 0}.bb-hero__title{max-width:8.8ch;margin:1rem 0 1.25rem;font-size:clamp(3.8rem,7.5vw,6.5rem)}.bb-hero--compact .bb-hero__title{max-width:11.5ch;font-size:clamp(3.5rem,6vw,5.5rem)}.bb-hero__title em{color:var(--bb-red-text);font-style:normal}.bb-actions{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap;margin:1.5rem 0}.bb-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.bb-stat{border-right:1px solid rgba(255,255,255,.28);padding:.4rem 1rem;text-align:center}.bb-stat:last-child{border-right:0}.bb-stat__value{font-family:var(--bb-display);font-size:clamp(2rem,4vw,3.4rem);line-height:1}.bb-stat__label{margin-top:.35rem;font-family:var(--bb-mono);font-size:.65rem;letter-spacing:.14em;text-transform:uppercase}.bb-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:clamp(2.5rem,7vw,7rem)}.bb-split--reverse .bb-split__media{order:2}.bb-split__media{position:relative;min-height:540px;overflow:hidden;background:var(--bb-card)}.bb-split__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.bb-split__media:after{position:absolute;inset:auto 0 0;height:35%;background:linear-gradient(transparent,#00000080);content:""}.bb-list{display:grid;gap:0;margin:2rem 0;padding:0;list-style:none}.bb-list li{display:flex;align-items:center;gap:.85rem;border-top:1px solid var(--bb-border);padding:1rem 0;font-family:var(--bb-heading);font-weight:800;letter-spacing:.04em;text-transform:uppercase}.bb-list li:before{color:var(--bb-red);content:"\25a0";font-size:.55rem}.bb-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2.5rem}.bb-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.bb-card{position:relative;min-height:420px;overflow:hidden;background:var(--bb-card)}.bb-card__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.bb-card:hover .bb-card__media{transform:scale(1.04)}.bb-card__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(transparent 30%,#000000e6)}.bb-card__content{position:absolute;right:1.5rem;bottom:1.5rem;left:1.5rem}.bb-card__title{margin:0 0 .4rem;font-size:2.4rem}.bb-card__meta{color:var(--bb-red-text);font-family:var(--bb-mono);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase}.bb-featured-product{display:grid;grid-template-columns:1.15fr .85fr;align-items:stretch;background:var(--bb-surface)}.bb-featured-product__media{min-height:clamp(460px,54vw,610px)}.bb-featured-product__media img{width:100%;height:100%;object-fit:cover}.bb-featured-product__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,5rem)}.bb-product-section{padding:clamp(2.5rem,4vw,4.5rem) 0}.bb-product{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:clamp(2rem,4vw,4rem);align-items:start}.bb-product__gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.bb-product__gallery figure{aspect-ratio:1 / 1;margin:0;overflow:hidden;background:var(--bb-surface)}.bb-product__gallery figure:first-child{grid-column:1 / -1;aspect-ratio:4 / 5;background:#f4f1ea}.bb-product__gallery--landscape-lead figure:first-child{aspect-ratio:16 / 9}.bb-product__gallery img{width:100%;height:100%;object-fit:cover}.bb-product__gallery figure:first-child img{object-position:center 30%}.bb-product__gallery--landscape-lead figure:first-child img{object-position:center}.bb-product__summary{position:sticky;top:6.5rem}.bb-product__title{max-width:11ch;margin:.8rem 0 1rem;font-size:clamp(3rem,5vw,4.75rem)}.bb-product__description{margin:1.5rem 0;color:#f2ede4b8}.bb-product-form{display:grid;gap:1rem;margin-top:2rem}.bb-product-form__actions{display:grid;gap:.75rem}.bb-button--checkout{box-shadow:0 10px 28px #d9222933}.bb-express-checkout{display:grid;gap:.65rem;border-top:1px solid var(--bb-border);padding-top:1rem}.bb-express-checkout__label{color:var(--bb-muted);font-family:var(--bb-mono);font-size:.64rem;letter-spacing:.12em;text-align:center;text-transform:uppercase}.bb-express-checkout p{margin:0;color:var(--bb-muted);font-size:.75rem;line-height:1.45;text-align:center}.bb-field{display:grid;gap:.45rem}.bb-field label{font-family:var(--bb-mono);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase}.bb-field select,.bb-field input{width:100%;min-height:3.5rem;border:1px solid var(--bb-border);border-radius:0;background:var(--bb-surface);color:var(--bb-cream);padding:.75rem}.shopify-payment-button__button{min-height:3.75rem!important;border-radius:0!important;font-family:var(--bb-heading)!important;font-weight:900!important;letter-spacing:.1em!important;text-transform:uppercase!important}.shopify-payment-button__button--unbranded{border:2px solid var(--bb-cream)!important;background:var(--bb-cream)!important;color:var(--bb-bg)!important}.bb-usp{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:2rem}.bb-usp div{border:1px solid var(--bb-border);padding:1rem;color:var(--bb-muted);font-family:var(--bb-mono);font-size:.65rem;letter-spacing:.06em;text-align:center;text-transform:uppercase}.bb-purchase-assurance{margin-top:1rem;border-left:3px solid var(--bb-gold);background:var(--bb-surface);padding:1rem 1.1rem}.bb-purchase-assurance strong{display:block;font-family:var(--bb-heading);letter-spacing:.08em;text-transform:uppercase}.bb-purchase-assurance p{margin:.35rem 0;color:var(--bb-muted);font-size:.9rem;line-height:1.5}.bb-purchase-assurance a{color:var(--bb-cream);font-size:.85rem;text-underline-offset:.25rem}.bb-mobile-purchase{display:none}.bb-cart{max-width:980px;margin-inline:auto}.bb-cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:1.5rem;align-items:center;border-top:1px solid var(--bb-border);padding:1.5rem 0}.bb-cart-item img{width:120px;height:120px;object-fit:cover}.bb-cart-item__title{font-family:var(--bb-heading);font-size:1.3rem;font-weight:900;letter-spacing:.04em;text-decoration:none;text-transform:uppercase}.bb-cart-item input{width:5rem;min-height:2.8rem;border:1px solid var(--bb-border);background:var(--bb-surface);color:var(--bb-cream);padding:.5rem}.bb-cart__footer{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;border-top:1px solid var(--bb-border);padding-top:2rem}.bb-cart-assurance{max-width:430px;border-left:3px solid var(--bb-gold);background:var(--bb-surface);padding:1rem 1.15rem}.bb-cart-assurance strong{font-family:var(--bb-heading);letter-spacing:.08em;text-transform:uppercase}.bb-cart-assurance ul{display:grid;gap:.35rem;margin:.75rem 0;padding:0;color:var(--bb-muted);list-style:none}.bb-cart-assurance li:before{margin-right:.5rem;color:var(--bb-gold);content:"\2713"}.bb-cart-assurance a{color:var(--bb-cream);font-size:.85rem;text-underline-offset:.25rem}.bb-cart__total{max-width:360px;width:100%;text-align:right}.bb-richtext{max-width:760px;margin-inline:auto}.bb-richtext--wide{max-width:var(--bb-max)}.bb-richtext h1{font-size:clamp(3.5rem,8vw,7rem)}.bb-richtext h2{margin-top:2.5rem;font-size:2.3rem}.bb-richtext a:not(.bb-button){color:var(--bb-red-text)}.bb-richtext a.bb-button{color:#fff}.bb-richtext a.bb-button--outline{color:var(--bb-cream)}.bb-richtext a.bb-button--outline:hover{color:var(--bb-bg)}.bb-richtext__body>:first-child{margin-top:0}.bb-source-content{margin-top:clamp(2.75rem,5vw,4.75rem)}.bb-source-section{padding:clamp(2.25rem,4vw,3.75rem) 0;border-top:1px solid var(--bb-border)}.bb-source-section:first-child{border-top:0}.bb-source-section--surface{margin-inline:calc(50% - 50vw);padding-inline:max(1rem,calc((100vw - var(--bb-max)) / 2));background:var(--bb-surface)}.bb-source-kicker{margin-bottom:.65rem;color:var(--bb-gold);font-family:var(--bb-mono);font-size:.68rem;letter-spacing:.18em;text-transform:uppercase}.bb-source-title{max-width:18ch;margin:0 0 1.5rem;font-size:clamp(2.5rem,6vw,5rem)}.bb-source-lede{max-width:72ch;color:#f2ede4c2;font-size:1.05rem;line-height:1.75}.bb-source-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2rem}.bb-source-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.bb-source-card{min-width:0;border:1px solid var(--bb-border);background:var(--bb-card);padding:1.5rem}.bb-source-card h3{margin-bottom:.7rem;font-size:1.65rem}.bb-source-card p{color:var(--bb-muted)}.bb-source-card__label{color:var(--bb-gold);font-family:var(--bb-mono);font-size:.62rem;letter-spacing:.15em;text-transform:uppercase}.bb-source-stat{color:var(--bb-red-text);font-family:var(--bb-display);font-size:3.5rem;line-height:1}.bb-source-table-wrap{overflow-x:auto;margin-top:2rem}.bb-source-table{width:100%;min-width:720px;border-collapse:collapse}.bb-source-table th,.bb-source-table td{border-bottom:1px solid var(--bb-border);padding:.9rem 1rem;text-align:left;vertical-align:top}.bb-source-table th{color:var(--bb-gold);font-family:var(--bb-mono);font-size:.62rem;letter-spacing:.1em;text-transform:uppercase}.bb-source-table td{color:#f2ede4cc}.bb-source-list{display:grid;gap:.65rem;margin:1.25rem 0;padding:0;list-style:none}.bb-source-list li{color:#f2ede4c7}.bb-source-list li:before{margin-right:.65rem;color:var(--bb-red);content:"\25a0";font-size:.55rem}.bb-source-details{border-bottom:1px solid var(--bb-border);padding:1rem 0}.bb-source-details summary{cursor:pointer;font-family:var(--bb-heading);font-weight:800;letter-spacing:.05em;text-transform:uppercase}.bb-source-details>div{padding:1rem 0 0;color:var(--bb-muted)}.bb-source-quote{border-left:3px solid var(--bb-red);background:var(--bb-card);padding:1.25rem;font-family:var(--bb-heading);font-size:1.25rem;font-style:italic;text-transform:uppercase}.bb-source-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.bb-source-media{width:100%;margin:2rem 0;aspect-ratio:16 / 9;border:0}.bb-video-placeholder{position:relative;display:block;width:100%;margin:2rem 0;overflow:hidden;aspect-ratio:16 / 9;border:1px solid var(--bb-border);background:#000;color:#fff;padding:0}.bb-video-placeholder img{width:100%;height:100%;object-fit:cover;opacity:.82;transition:opacity .2s ease,transform .3s ease}.bb-video-placeholder:hover img{opacity:.68;transform:scale(1.015)}.bb-video-placeholder__play{position:absolute;inset:50% auto auto 50%;display:grid;width:4.25rem;height:4.25rem;place-items:center;border:2px solid #fff;border-radius:50%;background:#12100fd6;font-size:1.35rem;transform:translate(-50%,-50%)}.bb-source-meta{color:var(--bb-gold);font-family:var(--bb-mono);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase}.bb-product-source{grid-column:1 / -1}.bb-product-offers{margin-top:clamp(3rem,5vw,5rem);padding-top:clamp(2.5rem,4vw,4rem);border-top:1px solid var(--bb-border)}.bb-product-offers__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.bb-product-offer{display:grid;grid-template-columns:minmax(180px,.78fr) minmax(0,1.22fr);min-height:340px;border:1px solid var(--bb-border);background:var(--bb-card)}.bb-product-offer__media{position:relative;display:block;overflow:hidden;background:#f4f1ea}.bb-product-offer__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 22%;transition:transform .45s ease}.bb-product-offer__media:hover img{transform:scale(1.025)}.bb-product-offer__content{display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:clamp(1.25rem,2.4vw,2rem)}.bb-product-offer__content h3{margin:0;font-size:clamp(1.75rem,3vw,2.6rem)}.bb-product-offer__content h3 a{text-decoration:none}.bb-product-offer__content p{margin:0;color:var(--bb-muted)}.bb-product-offer__form{margin-top:auto}.bb-collection{padding:clamp(2.25rem,3.6vw,4rem) 0 clamp(3.5rem,6vw,6rem)}.bb-collection__header{max-width:760px;margin-bottom:1.75rem}.bb-collection .bb-heading{margin:.75rem 0 1rem}.bb-shop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.bb-shop-card{display:flex;min-width:0;border:1px solid var(--bb-border);background:var(--bb-card);flex-direction:column}.bb-shop-card__media{position:relative;display:block;overflow:hidden;aspect-ratio:1 / 1;background:#f4f1ea}.bb-shop-card__media img,.bb-shop-card__media svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 28%;transition:transform .45s ease}.bb-shop-card__media:hover img{transform:scale(1.025)}.bb-shop-card__content{display:flex;min-height:280px;flex:1;flex-direction:column;gap:1rem;padding:1.5rem}.bb-shop-card__content h2{margin:0;font-size:clamp(1.9rem,3vw,2.8rem)}.bb-shop-card__content h2 a{text-decoration:none}.bb-shop-card__form{margin-top:auto}.bb-pagination{margin-top:2rem;text-align:center}.bb-footer{border-top:1px solid var(--bb-border);background:#0d0c0b}.bb-footer__grid{display:grid;grid-template-columns:1.4fr .8fr 1fr;gap:3rem;padding:4.5rem 0 3rem}.bb-footer__brand img{width:90px;height:auto}.bb-footer__brand p{max-width:36ch;margin-top:1.25rem;color:var(--bb-muted)}.bb-footer__title{color:var(--bb-red-text);font-family:var(--bb-mono);font-size:.7rem;letter-spacing:.14em;text-transform:uppercase}.bb-footer__links{display:grid;gap:.5rem;margin-top:1rem}.bb-footer__links a{color:var(--bb-muted);text-decoration:none}.bb-footer__links a:hover{color:var(--bb-cream)}.bb-footer__bottom{display:flex;justify-content:space-between;gap:1rem;border-top:1px solid var(--bb-border);padding:1.25rem 0;color:#90877f;font-family:var(--bb-mono);font-size:.64rem;letter-spacing:.06em;text-transform:uppercase}.bb-reveal{opacity:1;transform:none;transition:opacity .65s ease,transform .65s ease}.bb-reveal.is-visible{opacity:1;transform:translateY(0)}@media(max-width:990px){.bb-nav,.bb-header__actions>.bb-button{display:none}.bb-header__inner{grid-template-columns:auto 1fr auto}.bb-mobile-nav{display:block;justify-self:end}.bb-header__actions{justify-self:end}.bb-split,.bb-featured-product,.bb-product{grid-template-columns:1fr}.bb-split--reverse .bb-split__media{order:0}.bb-featured-product__media{min-height:480px}.bb-product__summary{position:static}.bb-product-offer{grid-template-columns:minmax(200px,.9fr) minmax(0,1.1fr)}.bb-product-offers__grid,.bb-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bb-shop-card__content{min-height:290px}.bb-footer__grid{grid-template-columns:1fr 1fr}.bb-footer__brand{grid-column:1 / -1}}@media(max-width:680px){.bb-shell{width:min(100% - 1.25rem,var(--bb-max))}.bb-header__inner{gap:.75rem}.bb-logo{width:58px}.bb-header__actions{gap:.5rem}.bb-section{padding:3rem 0}.bb-section--tight{padding:2.25rem 0}.bb-hero--home{min-height:min(620px,calc(100svh - 4.6rem))}.bb-hero--compact{min-height:410px}.bb-hero__shade{background:linear-gradient(90deg,#12100ff2,#12100f94)}.bb-hero__content{padding:2rem 0}.bb-hero__title{max-width:8.6ch;font-size:clamp(3.2rem,14vw,4.2rem)}.bb-hero--compact .bb-hero__title{max-width:10ch;font-size:clamp(3rem,13vw,3.8rem)}.bb-actions{align-items:stretch;flex-direction:column}.bb-actions .bb-button{width:100%}.bb-hero .bb-actions{flex-direction:row}.bb-hero .bb-button{flex:1 1 0;width:auto;min-width:0;padding-inline:.55rem;font-size:.64rem}.bb-stats{grid-template-columns:repeat(2,1fr)}.bb-stat{border-bottom:1px solid rgba(255,255,255,.28)}.bb-stat:nth-child(2){border-right:0}.bb-stat:nth-last-child(-n+2){border-bottom:0}.bb-split__media{min-height:420px}.bb-grid{grid-template-columns:1fr}.bb-card,.bb-featured-product__media{min-height:390px}.bb-product-section{padding-top:1rem}.bb-product__gallery{display:flex;margin-inline:-.625rem;padding-inline:.625rem;gap:.65rem;overflow-x:auto;scroll-padding-inline:.625rem;scroll-snap-type:x mandatory;scrollbar-width:none}.bb-product__gallery::-webkit-scrollbar{display:none}.bb-product__gallery figure,.bb-product__gallery figure:first-child,.bb-product__gallery--landscape-lead figure:first-child{flex:0 0 88%;aspect-ratio:4 / 5;scroll-snap-align:start}.bb-product__gallery img,.bb-product__gallery figure:first-child img,.bb-product__gallery figure:not(:first-child) img{object-fit:cover}.bb-product__gallery figure:first-child img{object-fit:cover;object-position:center 30%}.bb-product__gallery--landscape-lead figure:first-child img{object-position:center}.bb-product__summary{padding-top:1.25rem}.bb-product__title{font-size:clamp(2.6rem,12vw,3.4rem)}.bb-usp{grid-template-columns:1fr}.template-product{padding-bottom:calc(5rem + env(safe-area-inset-bottom))}.bb-mobile-purchase:not([hidden]){position:fixed;right:0;bottom:0;left:0;z-index:70;display:flex;align-items:center;justify-content:space-between;gap:.75rem;border-top:1px solid var(--bb-border);background:#12100ffa;padding:.65rem max(.75rem,env(safe-area-inset-right)) calc(.65rem + env(safe-area-inset-bottom)) max(.75rem,env(safe-area-inset-left));box-shadow:0 -10px 28px #00000052}.bb-mobile-purchase>div{display:grid;min-width:0}.bb-mobile-purchase span{overflow:hidden;color:var(--bb-muted);font-size:.7rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.bb-mobile-purchase strong{color:var(--bb-red-text);font-family:var(--bb-display);font-size:1.45rem;line-height:1}.bb-mobile-purchase .bb-button{min-height:3.2rem;flex:0 0 auto;padding:.75rem 1rem;font-size:.72rem}.bb-product-offers{margin-top:3rem;padding-top:2.5rem}.bb-product-offers__grid,.bb-shop-grid,.bb-product-offer{grid-template-columns:1fr}.bb-product-offer__media{aspect-ratio:4 / 5}.bb-collection{padding:2rem 0 3.5rem}.bb-collection__header{margin-bottom:1.5rem}.bb-collection .bb-heading{margin:.65rem 0 .8rem;font-size:clamp(2.8rem,14vw,4rem)}.bb-collection .bb-copy{font-size:.98rem;line-height:1.55}.bb-shop-grid{gap:1.25rem}.bb-shop-card__content{min-height:0;gap:.8rem;padding:1.15rem}.bb-shop-card__content h2{font-size:clamp(2rem,10vw,2.65rem)}.bb-shop-card .bb-price__current{font-size:2.25rem}.bb-shop-card .bb-button{min-height:3.4rem}.bb-source-section{padding:2rem 0}.bb-source-title{font-size:2.25rem}.bb-source-grid{gap:.75rem;margin-top:1.5rem}.bb-source-card{padding:1.15rem}.bb-source-card .bb-source-table-wrap{overflow:visible;margin-top:1rem}.bb-source-card .bb-source-table{min-width:0;table-layout:fixed}.bb-source-card .bb-source-table td{overflow-wrap:anywhere;padding:.8rem .3rem}.bb-source-card .bb-source-table td:first-child{width:45%;padding-right:.8rem}.bb-source-actions .bb-button{flex:1 1 10rem}.bb-cart-item{grid-template-columns:86px 1fr}.bb-cart-item img{width:86px;height:86px}.bb-cart-item__price{grid-column:2}.bb-cart__footer{flex-direction:column}.bb-cart-assurance,.bb-cart__total{max-width:none;text-align:left}.bb-footer__grid{grid-template-columns:1fr;gap:2rem;padding:3rem 0 2.25rem}.bb-footer__brand{grid-column:auto}.bb-footer__brand img{width:72px}.bb-footer__brand p{margin-top:.9rem}.bb-footer__links{gap:.35rem;margin-top:.75rem}.bb-footer__bottom{align-items:flex-start;flex-direction:column;padding:1rem 0}.bb-source-grid,.bb-source-grid--two{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.bb-reveal{opacity:1;transform:none}}
/*# sourceMappingURL=/cdn/shop/t/7/compiled_assets/styles.css.map */
