:root{--bf-orange: #eb8a26;--bf-orange-strong: #E87720;--bf-orange-soft: #F08A3C;--bf-orange-dark: #b16518;--bf-orange-tint-06: rgba(232, 119, 32, .06);--bf-orange-tint-10: rgba(232, 119, 32, .1);--bf-orange-tint-15: rgba(232, 119, 32, .15);--bf-orange-tint-25: rgba(232, 119, 32, .25);--bf-orange-gradient: linear-gradient(135deg, #E87720 0%, #F08A3C 100%);--bf-orange-gradient-vertical: linear-gradient(180deg, #E87720 0%, #d4751e 100%);--bf-white: #ffffff;--bf-off-white: #fafaf8;--bf-light-gray: #535353;--bf-darker-gray: #494949;--bf-dark-gray: #272727;--bf-text: #1d1b1b;--bf-muted: #6b7280;--bf-border: rgba(0, 0, 0, .08);--bf-border-warm: rgba(232, 119, 32, .15);--bf-border-subtle: rgba(0, 0, 0, .05);--bf-shadow-soft: 0 1px 3px rgba(0, 0, 0, .04);--bf-shadow-card: 0 16px 48px rgba(0, 0, 0, .06), 0 0 0 1px rgba(232, 119, 32, .04);--bf-shadow-hover: 0 24px 56px rgba(0, 0, 0, .09), 0 0 0 1px rgba(232, 119, 32, .06);--bf-shadow-header-scroll: 0 8px 24px rgba(0, 0, 0, .06);--bf-shadow-button: 0 4px 12px rgba(232, 119, 32, .2);--bf-shadow-button-hover: 0 8px 20px rgba(232, 119, 32, .28);--bf-r-sm: 8px;--bf-r-md: 12px;--bf-r-lg: 16px;--bf-r-xl: 20px;--bf-r-2xl: 24px;--bf-r-3xl: 28px;--bf-r-pill: 999px;--bf-font-sans: var(--bf-font-body, "Inter", system-ui, -apple-system, "Segoe UI", sans-serif);--bf-container: 1200px;--bf-container-narrow: 960px;--bf-px: clamp(16px, 4vw, 32px)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto;-webkit-text-size-adjust:100%;overflow-x:clip}body{font-family:var(--bf-font-sans);font-size:16px;line-height:1.5;color:var(--bf-text);background-color:var(--bf-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;overflow-x:hidden}img,svg,video{max-width:100%;height:auto;display:block}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}a{color:inherit;text-decoration:none}input,select,textarea{font:inherit;color:inherit}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.15;letter-spacing:-.01em;color:var(--bf-text)}h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;letter-spacing:-.025em}h2{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;letter-spacing:-.02em}h3{font-size:clamp(1.25rem,2.5vw,1.75rem)}h4{font-size:1.125rem}p{color:var(--bf-darker-gray)}.bf-container{width:100%;max-width:var(--bf-container);margin-inline:auto;padding-inline:var(--bf-px)}.bf-container-narrow{width:100%;max-width:var(--bf-container-narrow);margin-inline:auto;padding-inline:var(--bf-px)}.bf-section{padding-block:clamp(48px,8vw,96px);position:relative}.shopify-section:has(+.shopify-section) .bf-section,.shopify-section:has(+.shopify-section) .bf-section-tight{padding-bottom:0}.shopify-section+.shopify-section .bf-section,.shopify-section+.shopify-section .bf-section-tight{padding-top:clamp(40px,6vw,72px)}.bf-section-tight{padding-block:clamp(32px,5vw,56px)}.bf-stack>*+*{margin-top:var(--stack-gap, 16px)}.bf-grid{display:grid;gap:var(--grid-gap, 24px)}.bf-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:var(--bf-r-pill);background:var(--bf-orange-tint-06);border:1px solid var(--bf-border-warm);color:var(--bf-orange);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.bf-muted{color:var(--bf-muted)}.bf-highlight{background:var(--bf-orange-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.bf-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:var(--bf-r-pill);font-weight:600;font-size:15px;line-height:1;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease;white-space:nowrap;cursor:pointer;border:1px solid transparent}.bf-btn:active{transform:scale(.97)}.bf-btn--primary{background:var(--bf-orange-gradient);color:var(--bf-white);box-shadow:var(--bf-shadow-button)}.bf-btn--primary:hover{box-shadow:var(--bf-shadow-button-hover);transform:translateY(-1px)}.bf-btn--secondary{background:var(--bf-white);color:var(--bf-text);border-color:var(--bf-border);box-shadow:var(--bf-shadow-soft)}.bf-btn--secondary:hover{border-color:var(--bf-orange-tint-25);color:var(--bf-orange)}.bf-btn--outline{background:transparent;color:var(--bf-orange);border-color:var(--bf-orange);border-width:2px}.bf-btn--outline:hover{background:var(--bf-orange-tint-06)}.bf-btn--ghost{background:transparent;color:var(--bf-text)}.bf-btn--ghost:hover{background:var(--bf-orange-tint-06);color:var(--bf-orange)}.bf-btn--block{width:100%}.bf-btn--lg{padding:18px 32px;font-size:16px}.bf-btn--sm{padding:10px 20px;font-size:14px}.bf-btn[disabled],.bf-btn.is-disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.bf-card{background:var(--bf-white);border-radius:var(--bf-r-2xl);border:1px solid var(--bf-border-warm);box-shadow:var(--bf-shadow-card);overflow:hidden;transition:box-shadow .3s ease,transform .3s ease}.bf-card:hover{box-shadow:var(--bf-shadow-hover);transform:translateY(-2px)}.bf-ambient{position:absolute;border-radius:50%;filter:blur(60px);opacity:.4;pointer-events:none;z-index:0}.bf-ambient--orange{background:radial-gradient(circle,rgba(232,119,32,.25),transparent 70%)}.bf-ambient--soft{background:radial-gradient(circle,rgba(240,138,60,.18),transparent 70%)}.bf-header-group-sticky{position:sticky;top:0;left:0;right:0;z-index:50}.bf-header-wrap{position:relative;left:0;right:0;padding-inline:clamp(12px,3vw,32px);padding-top:0;padding-bottom:4px;background:transparent;pointer-events:none}.bf-header-wrap>*{pointer-events:auto}.bf-header{max-width:var(--bf-container);margin-inline:auto;background:var(--bf-white);box-shadow:0 4px 14px #0000000a;transition:box-shadow .3s ease;padding:10px 20px;border-radius:0 0 18px 18px}.bf-header.is-scrolled{box-shadow:var(--bf-shadow-header-scroll)}.bf-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;height:64px}@media(min-width:960px){.bf-header__inner{display:grid;grid-template-columns:1fr auto 1fr}.bf-header__inner>.bf-header__actions{justify-self:end}}.bf-header__logo{display:inline-flex;align-items:center;gap:10px;font-weight:800;font-size:20px;letter-spacing:-.02em;color:var(--bf-text);flex-shrink:0}.bf-header__logo img{height:56px;width:auto}@media(max-width:480px){.bf-header__logo img{height:40px}}.bf-header__nav{display:none;align-items:center;gap:4px}@media(min-width:960px){.bf-header__nav{display:flex}}.bf-header__nav a{padding:8px 16px;border-radius:12px;font-size:16px;font-weight:600;color:var(--bf-darker-gray);transition:background .2s ease,color .2s ease;white-space:nowrap}.bf-header__nav a:hover,.bf-header__nav a[aria-current=page]{color:var(--bf-orange);background:var(--bf-orange-tint-06)}.bf-header__actions{display:flex;align-items:center;gap:8px}.bf-header__icon-btn{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;color:var(--bf-darker-gray);transition:background .2s ease,color .2s ease;position:relative}.bf-header__icon-btn svg{width:24px;height:24px}.bf-header__icon-btn:hover{background:var(--bf-orange-tint-06);color:var(--bf-orange)}.bf-header__cart-count{position:absolute;top:4px;right:4px;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--bf-orange-gradient);color:var(--bf-white);font-size:11px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 2px 6px #e877204d}.bf-header__burger{display:inline-flex}@media(min-width:960px){.bf-header__burger{display:none}}.bf-mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:60;opacity:0;pointer-events:none;transition:opacity .25s ease}.bf-mobile-drawer.is-open{opacity:1;pointer-events:auto}.bf-mobile-drawer__panel{position:absolute;top:12px;right:12px;left:12px;background:var(--bf-white);border-radius:var(--bf-r-2xl);box-shadow:var(--bf-shadow-card);padding:16px;transform:translateY(-8px);transition:transform .25s ease;max-height:calc(100vh - 24px);max-height:calc(100dvh - 24px);overflow-y:auto}.bf-mobile-drawer.is-open .bf-mobile-drawer__panel{transform:translateY(0)}.bf-mobile-drawer__nav a{display:block;padding:14px 16px;border-radius:var(--bf-r-md);font-size:16px;font-weight:600;color:var(--bf-darker-gray)}.bf-mobile-drawer__nav a:hover{background:var(--bf-orange-tint-06);color:var(--bf-orange)}.bf-announce{background:var(--bf-orange-gradient);color:var(--bf-white);text-align:center;padding:10px 16px;font-size:13px;font-weight:600;letter-spacing:.01em;position:relative}@media(max-width:480px){.bf-announce{font-size:12px;padding:8px 12px;letter-spacing:0}}.bf-announce__track{position:relative;min-height:18px}.bf-announce__slide{position:absolute;top:0;left:0;right:0;opacity:0;transform:translateY(4px);transition:opacity .4s ease,transform .4s ease;pointer-events:none}.bf-announce__slide.is-active{opacity:1;transform:translateY(0);pointer-events:auto;position:relative}.shopify-section-announcement,.shopify-section-header{background:transparent}.bf-announce a{text-decoration:underline;text-underline-offset:3px}.bf-hero{position:relative;padding:24px 0 16px;overflow:hidden;background:var(--bf-white)}@media(min-width:768px){.bf-hero{padding:40px 0 0}}.bf-hero__badge-row{position:relative;z-index:2;display:flex;justify-content:center}.bf-hero__badge{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border:1px solid var(--bf-orange);border-radius:9999px;background:var(--bf-white);color:var(--bf-light-gray);font-weight:700;font-size:12px;line-height:1.25;text-align:center}@media(min-width:768px){.bf-hero__badge{padding:8px 16px;font-size:14px}}.bf-hero__badge svg{color:var(--bf-orange);width:24px;height:24px;flex-shrink:0}.bf-hero__badge-text{white-space:pre-line;color:var(--bf-darker-gray);font-size:14px;line-height:1.25}@media(min-width:768px){.bf-hero__badge-text{font-size:16px}}.bf-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr;align-items:center}@media(min-width:1024px){.bf-hero__inner{grid-template-columns:1fr 1fr}}.bf-hero__content{position:relative;margin-top:16px}@media(max-width:1023px){.bf-hero__content{text-align:center;left:0}.bf-hero__subtitle{margin-left:auto;margin-right:auto}.bf-hero__ctas{justify-content:center;margin-left:auto;margin-right:auto}.bf-hero__trust-badge{align-items:center;justify-content:center}.bf-hero__trust-copy{align-items:center;text-align:center}.bf-hero__trust-stars{justify-content:center}}@media(min-width:1024px){.bf-hero__content{margin-top:0;left:5%}}.bf-hero__title{font-size:2.25rem;font-weight:700;line-height:1.25;color:var(--bf-darker-gray);margin:0 0 12px}@media(min-width:640px){.bf-hero__title{font-size:3rem}}@media(min-width:768px){.bf-hero__title{font-size:3.75rem;margin-bottom:16px}}@media(min-width:1024px){.bf-hero__title{font-size:4.5rem}}.bf-hero__subtitle{font-size:.875rem;color:var(--bf-light-gray);max-width:36rem;line-height:1.625;margin:0 0 16px}@media(min-width:768px){.bf-hero__subtitle{font-size:1rem;margin-bottom:20px}}@media(min-width:1024px){.bf-hero__subtitle{font-size:1.125rem}}.bf-hero__ctas{display:flex;flex-direction:row;gap:8px;max-width:100%}@media(min-width:640px){.bf-hero__ctas{max-width:28rem}}@media(max-width:480px){.bf-hero__ctas .bf-btn{flex:1 1 auto;min-width:0}}@media(min-width:768px){.bf-hero__ctas{gap:12px}}@media(min-width:1024px){.bf-hero__ctas{gap:16px}}.bf-hero__visual{position:relative;display:flex;align-items:center;justify-content:center;margin-top:48px}@media(min-width:1024px){.bf-hero__visual{margin-top:0}}.bf-hero__mascot-wrap{position:relative;z-index:1;width:100%;max-width:240px;margin:0 auto}@media(min-width:640px){.bf-hero__mascot-wrap{max-width:320px}}@media(min-width:1024px){.bf-hero__mascot-wrap{max-width:400px}}.bf-hero__mascot{width:100%;height:auto;display:block;object-fit:contain;position:relative}.bf-hero__bubble{position:absolute;top:-40px;right:-8px;z-index:20;width:180px;height:70px;pointer-events:none}@media(max-width:360px){.bf-hero__bubble{display:none}}@media(min-width:640px){.bf-hero__bubble{top:-32px;right:-40px;width:280px;height:108px}}@media(min-width:768px){.bf-hero__bubble{top:-24px;right:-60px;width:310px;height:118px}}.bf-hero__bubble-glow{display:none}.bf-hero__bubble-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.bf-hero__bubble-content{position:absolute;top:0;left:0;right:0;height:58px;display:flex;align-items:center;gap:8px;padding-left:8px;padding-right:12px}@media(min-width:640px){.bf-hero__bubble-content{height:80px;gap:16px;padding-left:12px;padding-right:20px}}@media(min-width:768px){.bf-hero__bubble-content{height:88px}}.bf-hero__bubble-avatar{position:relative;left:2%;width:28px;height:28px;object-fit:contain;flex-shrink:0}@media(min-width:640px){.bf-hero__bubble-avatar{width:54px;height:54px}}.bf-hero__bubble-text{position:relative;left:1.5%;font-weight:700;font-size:16px;line-height:1.25;color:var(--bf-darker-gray);white-space:nowrap}@media(min-width:640px){.bf-hero__bubble-text{font-size:18px;left:0}}@media(min-width:768px){.bf-hero__bubble-text{font-size:24px}}.bf-hero__trust-badge{display:flex;flex-direction:column;gap:12px;margin-top:20px}@media(min-width:768px){.bf-hero__trust-badge{flex-direction:row;align-items:center;gap:20px;margin-top:28px}}.bf-hero__trust-avatars{display:flex;align-items:center}.bf-hero__trust-avatars>*+*{margin-left:-10px}@media(min-width:768px){.bf-hero__trust-avatars>*+*{margin-left:-12px}}.bf-hero__trust-kpi{position:relative;z-index:10;width:48px;height:48px;border-radius:50%;background:var(--bf-orange);border:2px solid var(--bf-white);display:flex;align-items:center;justify-content:center;color:var(--bf-white);font-weight:900;font-size:11px;letter-spacing:-.03em;box-shadow:0 4px 12px #e877202e,0 1px 3px #0000000f;white-space:nowrap;padding:0 4px}@media(min-width:768px){.bf-hero__trust-kpi{width:64px;height:64px;font-size:13px;padding:0 6px}}.bf-hero__trust-avatar{width:32px;height:32px;border-radius:50%;background:var(--bf-white);border:2px solid var(--bf-white);overflow:hidden;box-shadow:0 4px 12px #e877202e,0 1px 3px #0000000f;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.bf-hero__trust-avatar{width:44px;height:44px}}.bf-hero__trust-avatar img{width:100%;height:100%;object-fit:contain;padding:2px}.bf-hero__trust-divider{display:none;width:1px;height:48px;background:#e5e7eb;flex-shrink:0}@media(min-width:768px){.bf-hero__trust-divider{display:block}}.bf-hero__trust-copy{display:flex;flex-direction:column;gap:2px}.bf-hero__trust-stars{display:flex;align-items:center;gap:2px;font-weight:700;color:var(--bf-darker-gray);font-size:12px}.bf-hero__trust-stars svg{width:14px;height:14px;color:var(--bf-orange);fill:var(--bf-orange)}@media(min-width:768px){.bf-hero__trust-stars{font-size:16px}.bf-hero__trust-stars svg{width:18px;height:18px}}.bf-hero__trust-rating{margin-left:4px;font-weight:700;color:var(--bf-darker-gray)}@media(min-width:768px){.bf-hero__trust-rating{margin-left:6px}}.bf-hero__trust-copy p{font-size:14px;line-height:1.375;color:var(--bf-light-gray);margin:0}.bf-hero__trust-copy strong{color:var(--bf-darker-gray);font-weight:700}.bf-section-header{text-align:center;max-width:960px;margin:0 auto 48px;position:relative;z-index:1}.bf-section-header__pill{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:2px solid var(--bf-orange);border-radius:9999px;background:var(--bf-white);width:fit-content;margin:0 auto;color:var(--bf-light-gray)}@media(min-width:768px){.bf-section-header__pill{gap:8px;padding:8px 16px}}@media(min-width:1024px){.bf-section-header__pill{gap:12px;padding:12px 24px}}.bf-section-header__pill svg{color:var(--bf-orange);width:20px;height:20px;flex-shrink:0}@media(min-width:1024px){.bf-section-header__pill svg{width:24px;height:24px}}@media(min-width:1280px){.bf-section-header__pill svg{width:32px;height:32px}}.bf-section-header__title{font-size:1.25rem;font-weight:700;color:var(--bf-darker-gray);padding:0 8px;margin:0;letter-spacing:normal;line-height:1.2}@media(min-width:768px){.bf-section-header__title{font-size:1.5rem;white-space:nowrap}}@media(min-width:1024px){.bf-section-header__title{font-size:1.875rem}}@media(min-width:1280px){.bf-section-header__title{font-size:2.25rem}}.bf-section-header__highlight{color:var(--bf-orange)}.bf-section-header__subtitle{font-size:.875rem;color:var(--bf-light-gray);line-height:1.6;max-width:42rem;margin:16px auto 0;white-space:pre-line}@media(min-width:768px){.bf-section-header__subtitle{font-size:1rem}}@media(min-width:1024px){.bf-section-header__subtitle{font-size:1.125rem}}.bf-product-group+.bf-product-group{margin-top:56px}@media(min-width:768px){.bf-product-group+.bf-product-group{margin-top:72px}}.bf-product-group__label{display:inline-block;font-size:.875rem;font-weight:700;color:var(--bf-darker-gray);background:var(--bf-orange);color:var(--bf-white);padding:6px 18px;border-radius:9999px;letter-spacing:.08em;text-transform:uppercase;margin:0 auto 28px;text-align:center;position:relative;z-index:1}.bf-product-group{text-align:center}.bf-product-group .bf-product-grid{text-align:left}@media(min-width:768px){.bf-product-group__label{font-size:1rem;padding:8px 22px;margin-bottom:36px}}.bf-product-grid{display:grid;grid-template-columns:1fr;gap:16px;position:relative;z-index:1}@media(min-width:560px){.bf-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}@media(min-width:768px){.bf-product-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:28px}}.bf-product-grid .bf-product-card,.bf-product-grid .bf-pc{max-width:360px;width:100%}.bf-product-grid--centered{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:28px}.bf-product-grid--centered .bf-product-card,.bf-product-grid--centered .bf-pc{flex:0 0 320px;width:320px;max-width:320px}@media(min-width:768px){.bf-product-grid--centered .bf-product-card,.bf-product-grid--centered .bf-pc{flex:0 0 360px;width:360px;max-width:360px}}.bf-product-card{background:var(--bf-white);border-radius:var(--bf-r-2xl);border:1px solid var(--bf-border-warm);box-shadow:var(--bf-shadow-card);overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.bf-product-card:hover{transform:translateY(-4px);box-shadow:var(--bf-shadow-hover)}.bf-product-card__media{position:relative;aspect-ratio:1 / 1;background:var(--bf-off-white);overflow:hidden}.bf-product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.bf-product-card:hover .bf-product-card__media img{transform:scale(1.04)}.bf-product-card__body{padding:20px 22px 22px;display:flex;flex-direction:column;gap:8px;flex:1}.bf-product-card__title{font-size:1.05rem;font-weight:700;color:var(--bf-text);line-height:1.3;margin:0}.bf-product-card__vendor{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--bf-muted);font-weight:600}.bf-product-card__price-row{display:flex;align-items:center;justify-content:space-between;margin-top:10px;gap:12px}.bf-product-card__price{font-size:1.05rem;font-weight:700;color:var(--bf-text)}.bf-product-card__price-compare{font-size:.9rem;color:var(--bf-muted);text-decoration:line-through;margin-left:8px;font-weight:500}.bf-product-card__badge{position:absolute;top:12px;left:12px;padding:5px 12px;border-radius:var(--bf-r-pill);background:var(--bf-orange-gradient);color:var(--bf-white);font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.bf-product-card__sold-out{position:absolute;top:12px;right:12px;padding:5px 12px;border-radius:var(--bf-r-pill);background:var(--bf-white);color:var(--bf-text);font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border:1px solid var(--bf-border)}.bf-price{display:inline-flex;align-items:baseline;gap:8px}.bf-price__value{font-size:1.5rem;font-weight:700;color:var(--bf-text)}.bf-price__compare{font-size:1rem;color:var(--bf-muted);text-decoration:line-through;font-weight:500}.bf-price__discount{display:inline-flex;align-items:center;padding:3px 10px;border-radius:var(--bf-r-pill);background:#ef444414;color:#dc2626;font-size:12px;font-weight:700}.bf-trust-strip{background:var(--bf-white);border:1px solid var(--bf-border-warm);border-radius:var(--bf-r-3xl);padding:28px 32px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;box-shadow:var(--bf-shadow-card)}.bf-trust-strip__item{display:flex;align-items:center;gap:14px}.bf-trust-strip__icon{width:44px;height:44px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:var(--bf-orange-gradient);color:var(--bf-white);flex-shrink:0}.bf-trust-strip__text{display:flex;flex-direction:column;gap:2px}.bf-trust-strip__title{font-size:14px;font-weight:700;color:var(--bf-text)}.bf-trust-strip__sub{font-size:12px;color:var(--bf-muted)}.bf-feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;position:relative;z-index:1}.bf-feature-card{background:var(--bf-white);border-radius:var(--bf-r-2xl);border:1px solid var(--bf-border-warm);padding:32px 28px;box-shadow:var(--bf-shadow-card)}.bf-feature-card__icon{width:48px;height:48px;border-radius:var(--bf-r-md);background:var(--bf-orange-tint-10);color:var(--bf-orange);display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px}.bf-feature-card__title{font-size:1.125rem;font-weight:700;margin-bottom:8px;color:var(--bf-text)}.bf-feature-card__text{font-size:.95rem;color:var(--bf-darker-gray);line-height:1.6}.bf-pdp{padding:clamp(24px,4vw,48px) 0 clamp(48px,8vw,80px)}.bf-pdp__layout{display:grid;grid-template-columns:1fr;gap:40px;align-items:flex-start}@media(min-width:900px){.bf-pdp__layout{grid-template-columns:1.15fr 1fr;gap:56px}}.bf-pdp__breadcrumb{font-size:13px;color:var(--bf-muted);margin-bottom:24px;display:flex;gap:8px;align-items:center;flex-wrap:wrap}.bf-pdp__breadcrumb a{color:var(--bf-muted)}.bf-pdp__breadcrumb a:hover{color:var(--bf-orange)}.bf-pdp__gallery{display:flex;flex-direction:column;gap:16px;position:relative}.bf-pdp__gallery-main{aspect-ratio:1 / 1;background:var(--bf-off-white);border-radius:var(--bf-r-3xl);overflow:hidden;border:1px solid var(--bf-border-subtle)}.bf-pdp__gallery-main img{width:100%;height:100%;object-fit:cover}.bf-pdp__gallery-thumbs{display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:10px}.bf-pdp__gallery-thumb{aspect-ratio:1 / 1;border-radius:var(--bf-r-md);overflow:hidden;background:var(--bf-off-white);border:2px solid transparent;cursor:pointer;transition:border .15s ease}.bf-pdp__gallery-thumb.is-active{border-color:var(--bf-orange)}.bf-pdp__gallery-thumb img{width:100%;height:100%;object-fit:cover}.bf-pdp__info{position:relative}.bf-pdp__vendor{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--bf-orange);margin-bottom:10px}.bf-pdp__title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;letter-spacing:-.02em;margin-bottom:16px;color:var(--bf-text)}.bf-pdp__price-block{margin:20px 0}.bf-pdp__description{font-size:15px;color:var(--bf-darker-gray);line-height:1.65;margin-bottom:24px}.bf-pdp__description p+p{margin-top:12px}.bf-pdp__description ul{list-style:none;margin:12px 0}.bf-pdp__description ul li{padding-left:24px;position:relative;margin-bottom:6px}.bf-pdp__description ul li:before{content:"";position:absolute;left:6px;top:10px;width:6px;height:6px;border-radius:50%;background:var(--bf-orange)}.bf-variant-group{margin-bottom:24px}.bf-variant-group__label{display:flex;justify-content:space-between;font-size:13px;font-weight:700;color:var(--bf-text);margin-bottom:12px;text-transform:uppercase;letter-spacing:.08em}.bf-variant-group__label span:last-child{color:var(--bf-muted);font-weight:500;text-transform:none;letter-spacing:0}.bf-variant-options{display:flex;flex-wrap:wrap;gap:8px}.bf-variant-chip{padding:10px 18px;border-radius:var(--bf-r-md);border:1.5px solid var(--bf-border);background:var(--bf-white);color:var(--bf-text);font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease;min-width:52px;min-height:44px;text-align:center}.bf-variant-chip:hover{border-color:var(--bf-orange)}.bf-variant-chip.is-selected{border-color:var(--bf-orange);background:var(--bf-orange-tint-06);color:var(--bf-orange)}.bf-variant-chip.is-unavailable{opacity:.45;cursor:not-allowed;text-decoration:line-through}.bf-variant-chip--color{width:44px;height:44px;border-radius:50%;padding:0;min-width:0;min-height:0;position:relative;border-width:2px}.bf-variant-chip--color.is-selected:after{content:"";position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border:2px solid var(--bf-orange);border-radius:50%}.bf-qty{display:inline-flex;align-items:center;gap:0;border:1.5px solid var(--bf-border);border-radius:var(--bf-r-md);overflow:hidden;width:fit-content}.bf-qty button{width:44px;height:48px;display:inline-flex;align-items:center;justify-content:center;color:var(--bf-text);transition:background .15s ease}.bf-qty button:hover{background:var(--bf-orange-tint-06);color:var(--bf-orange)}.bf-qty input{width:52px;height:48px;text-align:center;border:none;background:transparent;font-size:15px;font-weight:600;-moz-appearance:textfield}.bf-qty input::-webkit-outer-spin-button,.bf-qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.bf-pdp__actions{display:flex;gap:12px;align-items:stretch;margin:24px 0;flex-wrap:wrap}.bf-pdp__actions .bf-btn{padding:16px 28px;font-size:15px;flex:1;min-width:160px}@media(max-width:480px){.bf-pdp__actions{gap:10px;margin:20px 0}.bf-pdp__actions .bf-btn{min-width:0;padding:14px 20px}}.bf-pdp__trust{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding:20px;background:var(--bf-off-white);border-radius:var(--bf-r-xl);margin-top:20px}.bf-pdp__trust-item{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--bf-darker-gray);font-weight:600}.bf-pdp__trust-item svg{color:var(--bf-orange);flex-shrink:0}.bf-accordion{margin-top:32px;border-top:1px solid var(--bf-border-subtle)}.bf-accordion__item{border-bottom:1px solid var(--bf-border-subtle)}.bf-accordion__trigger{width:100%;padding:20px 0;display:flex;justify-content:space-between;align-items:center;font-size:15px;font-weight:700;color:var(--bf-text);text-align:left;cursor:pointer;list-style:none}.bf-accordion__trigger::-webkit-details-marker{display:none}.bf-accordion__body{padding-bottom:20px;color:var(--bf-darker-gray);font-size:14px;line-height:1.65}.bf-pdp__no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--bf-muted)}.bf-pdp__qty-row{display:flex;align-items:center;gap:16px;margin:16px 0 8px}.bf-pdp__qty-label{font-size:13px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--bf-light-gray, #6b7280)}.bf-qty--lg button{padding:12px 14px}.bf-qty--lg input{font-size:16px;padding:10px 12px}.bf-pdp__size-chart-trigger{display:inline-flex;align-items:center;gap:6px;margin-top:8px;font-size:13px;font-weight:600;color:var(--bf-orange);background:none;border:none;border-bottom:1px dashed currentColor;padding:2px 0;cursor:pointer}.bf-size-chart{border:none;padding:0;background:transparent;max-width:95vw;max-height:90vh;width:min(640px,95vw);margin:auto;position:fixed;top:0;right:0;bottom:0;left:0}.bf-size-chart::backdrop{background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.bf-size-chart__panel{background:var(--bf-white);border-radius:16px;width:min(640px,95vw);margin:0 auto;padding:24px;box-shadow:0 20px 60px #00000040;max-height:90vh;overflow-y:auto}.bf-size-chart__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.bf-size-chart__title{font-size:1.25rem;font-weight:800;letter-spacing:-.02em;margin:0}.bf-size-chart__close{width:36px;height:36px;border-radius:50%;border:1px solid var(--bf-border-subtle);background:var(--bf-white);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.bf-size-chart__intro,.bf-size-chart__hint{font-size:13px;color:var(--bf-light-gray, #6b7280);line-height:1.5;margin:0 0 16px}.bf-size-chart__hint{margin-top:16px;margin-bottom:0}.bf-size-chart__table-wrap{overflow-x:auto}.bf-size-chart__table{width:100%;border-collapse:collapse;font-size:14px}.bf-size-chart__table th,.bf-size-chart__table td{padding:10px 12px;text-align:left;border-bottom:1px solid var(--bf-border-subtle)}.bf-size-chart__table thead th{font-weight:700;color:var(--bf-text);background:var(--bf-off-white, #faf7f2)}.bf-size-chart__table tbody th{font-weight:700;color:var(--bf-orange)}.bf-cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;pointer-events:none;visibility:hidden;overflow:hidden;transition:visibility .3s ease}.bf-cart-drawer.is-open{pointer-events:auto;visibility:visible}.bf-cart-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .3s ease}.bf-cart-drawer.is-open .bf-cart-drawer__backdrop{opacity:1}.bf-cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(420px,100vw);background:var(--bf-white);display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.32,.72,0,1);box-shadow:-10px 0 40px #00000026}.bf-cart-drawer.is-open .bf-cart-drawer__panel{transform:translate(0)}.bf-cart-drawer__panel:focus{outline:none}.bf-cart-drawer__head{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid var(--bf-border-subtle);flex-shrink:0}.bf-cart-drawer__title{margin:0;font-size:1.125rem;font-weight:800;letter-spacing:-.02em}.bf-cart-drawer__close{width:44px;height:44px;border-radius:50%;border:1px solid var(--bf-border-subtle);background:var(--bf-white);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.bf-cart-drawer__body{flex:1;overflow-y:auto;display:flex;flex-direction:column}.bf-cart-drawer__items{list-style:none;margin:0;padding:0;flex:1}.bf-cart-drawer__item{display:flex;gap:14px;padding:16px 20px;border-bottom:1px solid var(--bf-border-subtle)}@media(max-width:480px){.bf-cart-drawer__item{gap:10px;padding:14px 16px}}.bf-cart-drawer__media{flex-shrink:0;width:72px;height:72px;border-radius:10px;overflow:hidden;background:var(--bf-off-white, #faf7f2)}@media(max-width:480px){.bf-cart-drawer__media{width:60px;height:60px}}.bf-cart-drawer__media img{width:100%;height:100%;object-fit:cover}.bf-cart-drawer__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.bf-cart-drawer__name{font-weight:700;font-size:14px;color:var(--bf-text);text-decoration:none;line-height:1.35}.bf-cart-drawer__variant{font-size:13px;color:var(--bf-light-gray, #6b7280)}.bf-cart-drawer__row{display:flex;justify-content:space-between;align-items:center;margin-top:6px}.bf-cart-drawer__price{font-weight:700;font-size:14px}.bf-cart-drawer__remove{align-self:flex-start;background:none;border:none;padding:0;font-size:13px;color:var(--bf-light-gray, #6b7280);text-decoration:underline;cursor:pointer;margin-top:4px}.bf-cart-drawer__remove:hover{color:var(--bf-orange)}.bf-qty--sm button{padding:6px 8px}.bf-qty--sm input{width:36px;font-size:13px;padding:4px 6px}.bf-cart-drawer__foot{border-top:1px solid var(--bf-border-subtle);padding:16px 20px 20px;background:var(--bf-white);flex-shrink:0}.bf-cart-drawer__free-shipping{text-align:center;font-size:13px;color:var(--bf-orange);background:#e8772014;padding:8px 12px;border-radius:8px;margin:0 0 12px}.bf-cart-drawer__shipping-progress{background:#e877200f;border:1px solid rgba(232,119,32,.18);border-radius:12px;padding:10px 14px;margin:0 0 14px}.bf-cart-drawer__shipping-text{text-align:center;font-size:.85rem;color:var(--bf-darker-gray, #1f1f1f);margin:0 0 8px;line-height:1.4}.bf-cart-drawer__shipping-text strong{color:var(--bf-orange, #eb8a26);font-weight:800}.bf-cart-drawer__shipping-text--unlocked,.bf-cart-drawer__shipping-text--unlocked strong{color:#16a34a}.bf-cart-drawer__shipping-bar{width:100%;height:6px;background:#e8772026;border-radius:999px;overflow:hidden}.bf-cart-drawer__shipping-bar-fill{height:100%;background:linear-gradient(90deg,#f59232,#e87720,#d4641a);border-radius:999px;transition:width .4s ease}.bf-cart-drawer__upsell{display:flex;align-items:center;gap:12px;margin:12px 20px;padding:10px 14px;border-radius:12px;background:linear-gradient(135deg,#22c55e1a,#16a34a1a);border:1px solid rgba(34,197,94,.3);text-decoration:none;color:var(--bf-darker-gray, #1f1f1f);transition:transform .2s ease,box-shadow .2s ease}.bf-cart-drawer__upsell:hover{transform:translateY(-1px);box-shadow:0 4px 14px #16a34a2e}.bf-cart-drawer__upsell-img{width:48px;height:48px;border-radius:8px;object-fit:cover;flex-shrink:0}.bf-cart-drawer__upsell-body{flex:1;display:flex;flex-direction:column;gap:1px;min-width:0}.bf-cart-drawer__upsell-tag{font-size:.7rem;font-weight:800;color:#16a34a;letter-spacing:.02em}.bf-cart-drawer__upsell-title{font-size:.88rem;font-weight:700;color:var(--bf-darker-gray, #1f1f1f);line-height:1.3}.bf-cart-drawer__upsell-arrow{font-size:1.25rem;color:#16a34a;font-weight:700;transition:transform .2s ease}.bf-cart-drawer__upsell:hover .bf-cart-drawer__upsell-arrow{transform:translate(3px)}.bf-cart-drawer__totals-row{display:flex;justify-content:space-between;align-items:baseline;font-size:16px;margin-bottom:4px}.bf-cart-drawer__totals-row strong{font-size:18px;font-weight:800}.bf-cart-drawer__taxnote{font-size:12px;color:var(--bf-light-gray, #6b7280);margin:0 0 14px}.bf-cart-drawer__empty{text-align:center;padding:40px 24px;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.bf-cart-drawer__empty img{width:140px;height:auto;filter:drop-shadow(0 12px 30px rgba(0,0,0,.12))}.bf-cart-drawer__empty h3{margin:0;font-size:1.125rem}.bf-cart-drawer__empty p{margin:0 0 12px;max-width:280px;font-size:14px}body.is-cart-drawer-open{overflow:hidden}.bf-customer{padding:48px 0 80px}.bf-customer__head{text-align:center;margin-bottom:28px}.bf-customer__title{font-size:1.875rem;font-weight:800;letter-spacing:-.02em;margin:0 0 6px}.bf-customer__back{display:inline-block;margin-bottom:18px;color:var(--bf-light-gray, #6b7280);text-decoration:none;font-size:14px}.bf-customer__back:hover{color:var(--bf-orange)}.bf-customer__form{display:flex;flex-direction:column;gap:14px;max-width:420px;margin:0 auto}.bf-field{display:block}.bf-field span{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:var(--bf-text)}.bf-field input,.bf-field select,.bf-field textarea{width:100%;padding:12px 14px;border:1px solid var(--bf-border-subtle);border-radius:10px;font:inherit;background:var(--bf-white)}.bf-field input:focus,.bf-field select:focus,.bf-field textarea:focus{outline:none;border-color:var(--bf-orange);box-shadow:0 0 0 3px #e8772026}.bf-customer__row{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.bf-customer__link{color:var(--bf-orange);text-decoration:underline;font-size:14px}.bf-customer__link--danger{color:#c0392b}.bf-customer__divider{display:flex;align-items:center;gap:12px;margin:28px 0 16px;color:var(--bf-light-gray, #6b7280);font-size:13px}.bf-customer__divider:before,.bf-customer__divider:after{content:"";flex:1;height:1px;background:var(--bf-border-subtle)}.bf-customer__alert{padding:12px 14px;border-radius:10px;font-size:14px}.bf-customer__alert--err{background:#c0392b14;border:1px solid rgba(192,57,43,.25);color:#c0392b}.bf-customer__alert--ok{background:#2ecc7114;border:1px solid rgba(46,204,113,.25);color:#1e7e34}.bf-customer__legal{font-size:12px;color:var(--bf-light-gray, #6b7280)}.bf-customer__alt{text-align:center;margin-top:18px;font-size:14px}.bf-customer__recover{margin-top:16px}.bf-customer__recover-trigger,.bf-customer__recover summary{cursor:pointer;list-style:none;font-weight:600;color:var(--bf-orange);padding:8px 0}.bf-customer__check{display:flex;align-items:center;gap:8px;font-size:14px}.bf-account-grid{display:grid;grid-template-columns:240px 1fr;gap:32px;margin-top:24px}@media(max-width:768px){.bf-account-grid{grid-template-columns:1fr}}.bf-account-nav{display:flex;flex-direction:column;gap:4px}.bf-account-nav a{padding:10px 14px;border-radius:8px;color:var(--bf-text);text-decoration:none;font-weight:600;font-size:14px}.bf-account-nav a[aria-current=page]{background:#e8772014;color:var(--bf-orange)}.bf-account__section-title{margin:24px 0 12px;font-size:1.25rem;font-weight:800}.bf-orders__table-wrap{overflow-x:auto}.bf-orders__table{width:100%;border-collapse:collapse;font-size:14px}.bf-orders__table th,.bf-orders__table td{padding:12px 14px;text-align:left;border-bottom:1px solid var(--bf-border-subtle)}.bf-orders__table thead th{font-weight:700;background:var(--bf-off-white, #faf7f2)}.bf-orders__table a{color:var(--bf-orange);text-decoration:underline}.bf-order__total-row td{padding-top:18px;font-size:16px}.bf-order__grid{display:grid;grid-template-columns:1fr 280px;gap:32px}@media(max-width:768px){.bf-order__grid{grid-template-columns:1fr}}.bf-order__meta h3{margin:16px 0 6px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--bf-light-gray, #6b7280)}.bf-address{font-style:normal;line-height:1.6;font-size:14px;color:var(--bf-text)}.bf-address-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media(max-width:480px){.bf-address-grid{grid-template-columns:1fr}}.bf-addresses{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-top:20px}.bf-addresses__card{position:relative;padding:18px 18px 14px;border:1px solid var(--bf-border-subtle);border-radius:14px;background:var(--bf-white)}.bf-addresses__badge{position:absolute;top:12px;right:12px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--bf-orange);background:#e877201a;padding:3px 8px;border-radius:999px}.bf-addresses__actions{display:flex;gap:12px;margin-top:12px;align-items:center}.bf-customer__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:6px}.bf-search__head{text-align:center;margin-bottom:32px}.bf-search__form{max-width:520px;margin:24px auto 0;display:flex;gap:8px;flex-wrap:wrap}@media(max-width:480px){.bf-search__form .bf-btn{width:100%}}.bf-search__input{flex:1 1 auto;min-width:0;padding:12px 16px;border:1px solid var(--bf-border-subtle);border-radius:12px;font:inherit;background:var(--bf-white)}.bf-search__input:focus{outline:none;border-color:var(--bf-orange);box-shadow:0 0 0 3px #e8772026}.bf-search__count{text-align:center;margin-bottom:24px}.bf-search__empty{text-align:center;padding:40px 20px;display:flex;flex-direction:column;align-items:center;gap:16px}.bf-sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:50;background:var(--bf-white);border-top:1px solid var(--bf-border-subtle);box-shadow:0 -8px 24px #00000014;padding:10px 12px calc(10px + env(safe-area-inset-bottom));transform:translateY(100%);transition:transform .25s cubic-bezier(.32,.72,0,1);display:none}@media(max-width:768px){.bf-sticky-atc{display:block}.bf-sticky-atc.is-visible{transform:translateY(0)}body:has(.bf-sticky-atc.is-visible){padding-bottom:calc(72px + env(safe-area-inset-bottom))}}.bf-sticky-atc__inner{display:flex;align-items:center;gap:10px;max-width:720px;margin:0 auto}.bf-sticky-atc__media{width:44px;height:44px;border-radius:8px;object-fit:cover;flex-shrink:0;background:var(--bf-off-white, #faf7f2)}.bf-sticky-atc__info{flex:1;min-width:0}.bf-sticky-atc__title{font-size:14px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.bf-sticky-atc__price{font-size:14px;color:var(--bf-orange);font-weight:700;margin-top:2px}.bf-sticky-atc [data-sticky-atc-submit]{flex-shrink:0;padding:12px 16px;font-size:14px}.bf-accordion__trigger svg{transition:transform .2s ease}.bf-accordion__item.is-open .bf-accordion__trigger svg{transform:rotate(180deg)}.bf-accordion__content{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;color:var(--bf-darker-gray);font-size:14px;line-height:1.65}.bf-accordion__item.is-open .bf-accordion__content{max-height:400px;padding:0 0 20px}.bf-collection-hero{padding:56px 0 32px;text-align:center;position:relative}.bf-collection-hero__title{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:12px;letter-spacing:-.02em}.bf-collection-hero__desc{max-width:560px;margin:0 auto;color:var(--bf-darker-gray)}.bf-cart{padding:32px 0 80px}.bf-cart__title{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800;margin-bottom:32px}.bf-cart__layout{display:grid;grid-template-columns:1fr;gap:40px}@media(min-width:900px){.bf-cart__layout{grid-template-columns:1.5fr 1fr}}.bf-cart__items{display:flex;flex-direction:column;gap:16px}.bf-cart__item{display:grid;grid-template-columns:96px 1fr auto;gap:16px;padding:20px;background:var(--bf-white);border:1px solid var(--bf-border-warm);border-radius:var(--bf-r-2xl);align-items:center}@media(max-width:480px){.bf-cart__item{grid-template-columns:72px 1fr;gap:12px;padding:14px}.bf-cart__item-price{grid-column:1 / -1;text-align:right}}.bf-cart__item-media{width:96px;height:96px;border-radius:var(--bf-r-md);overflow:hidden;background:var(--bf-off-white)}@media(max-width:480px){.bf-cart__item-media{width:72px;height:72px}}.bf-cart__item-media img{width:100%;height:100%;object-fit:cover}.bf-cart__item-title{font-size:15px;font-weight:700;color:var(--bf-text)}.bf-cart__item-variant{font-size:13px;color:var(--bf-muted);margin-top:4px}.bf-cart__item-meta{display:flex;gap:16px;align-items:center;margin-top:12px;flex-wrap:wrap}.bf-cart__item-price{font-size:16px;font-weight:700;color:var(--bf-text);white-space:nowrap}.bf-cart__remove{font-size:13px;color:var(--bf-muted);text-decoration:underline}.bf-cart__remove:hover{color:var(--bf-orange)}.bf-cart__summary{position:sticky;top:100px;background:var(--bf-white);border:1px solid var(--bf-border-warm);border-radius:var(--bf-r-2xl);padding:28px;box-shadow:var(--bf-shadow-card)}.bf-cart__summary h3{font-size:18px;margin-bottom:20px}.bf-cart__summary-row{display:flex;justify-content:space-between;padding:10px 0;font-size:14px;color:var(--bf-darker-gray)}.bf-cart__summary-row.is-total{font-size:18px;font-weight:800;color:var(--bf-text);padding-top:16px;margin-top:6px;border-top:1px solid var(--bf-border-subtle)}.bf-cart__empty{text-align:center;padding:80px 20px}.bf-field{display:block;width:100%;padding:12px 16px;border:1.5px solid var(--bf-border);border-radius:var(--bf-r-md);font-size:15px;background:var(--bf-white);transition:border .15s ease,box-shadow .15s ease}.bf-field:focus{outline:none;border-color:var(--bf-orange);box-shadow:0 0 0 3px var(--bf-orange-tint-15)}.bf-empty{text-align:center;padding:64px 24px;color:var(--bf-muted)}.bf-empty h2{margin-bottom:10px;color:var(--bf-text)}.bf-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:2px solid var(--bf-orange);outline-offset:3px;border-radius:4px}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}.is-hidden{display:none!important}.bf-mobile-drawer__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:4px 12px}.bf-mobile-drawer__title{font-weight:800;letter-spacing:-.02em}.bf-mobile-drawer__sep{border:none;border-top:1px solid var(--bf-border-subtle);margin:12px 0}.bf-cart__summary-row--discount{color:var(--bf-orange);font-weight:600}.bf-cart__discount{margin-top:18px}.bf-cart__discount-label,.bf-cart__note-label{display:block;font-size:12px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--bf-light-gray, #6b7280);margin-bottom:6px}.bf-cart__discount-row{display:flex;gap:8px}.bf-cart__discount-row input{flex:1;min-width:0;padding:10px 12px;border:1px solid var(--bf-border-subtle);border-radius:10px;font:inherit;background:var(--bf-white)}.bf-cart__discount-row input:focus{outline:none;border-color:var(--bf-orange);box-shadow:0 0 0 3px #e8772026}.bf-cart__note{margin-top:14px}.bf-cart__note textarea{width:100%;padding:10px 12px;border:1px solid var(--bf-border-subtle);border-radius:10px;font:inherit;background:var(--bf-white);resize:vertical}.bf-cart__note textarea:focus{outline:none;border-color:var(--bf-orange);box-shadow:0 0 0 3px #e8772026}.bf-cart__checkout{margin-top:20px}.bf-cart__continue{margin-top:10px}.bf-cart__taxnote{font-size:12px;margin-top:14px;text-align:center}.bf-cart__empty{text-align:center;padding:40px 20px}.bf-cart__empty-mascot{width:180px;height:auto;margin:0 auto 8px;filter:drop-shadow(0 18px 36px rgba(0,0,0,.14))}.bf-cart__empty-sub{margin:8px auto 24px;max-width:360px}.bf-shipping-info--compact{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.bf-shipping-info__pill{display:inline-flex;align-items:center;font-size:12px;font-weight:600;padding:6px 12px;border-radius:999px;background:#e8772014;color:var(--bf-orange);border:1px solid rgba(232,119,32,.2)}.bf-shipping-info--list{list-style:disc;padding-left:20px;margin:8px 0;font-size:14px;line-height:1.55}.bf-shipping-info--block p{margin:0 0 8px}.bf-footer__newsletter-consent{font-size:12px;color:var(--bf-light-gray, #6b7280);text-align:center;margin:14px auto 0;max-width:560px;line-height:1.5}.bf-footer__newsletter-consent a{color:var(--bf-orange);text-decoration:underline}.bf-footer__newsletter-doi{display:block;margin-top:4px;font-size:11px;opacity:.85}.bf-footer__social{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.bf-footer__social-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--bf-off-white, #faf7f2);color:var(--bf-text, #1f1f1f);border:1px solid var(--bf-border-warm, #efe7da);transition:background .2s ease,color .2s ease,transform .2s ease}.bf-footer__social-icon:hover{background:var(--bf-orange, #eb8a26);color:var(--bf-white, #ffffff);border-color:var(--bf-orange, #eb8a26);transform:translateY(-2px)}.bf-footer__social-icon svg{width:20px;height:20px;display:block}.bf-404{padding:48px 20px 80px;text-align:center}.bf-404__mascot{width:220px;height:auto;margin:0 auto 12px;filter:drop-shadow(0 20px 40px rgba(0,0,0,.14))}.bf-404__code{font-size:72px;font-weight:900;background:var(--bf-orange-gradient, linear-gradient(135deg, #eb8a26 0%, #f6a85b 100%));-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:-.04em;line-height:1}.bf-404__title{margin-top:16px;font-size:1.875rem;letter-spacing:-.02em}.bf-404__subtitle{margin:12px auto 28px;max-width:480px;line-height:1.55}.bf-404__actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:36px}.bf-404__suggest{margin:28px auto 0;max-width:540px;padding:20px 24px;background:var(--bf-off-white, #faf7f2);border-radius:16px}.bf-404__suggest-label{font-size:13px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:var(--bf-light-gray, #6b7280);margin:0 0 12px}.bf-404__suggest-list{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;list-style:none;padding:0;margin:0}.bf-404__suggest-link{display:inline-flex;padding:8px 14px;border-radius:999px;background:var(--bf-white);border:1px solid var(--bf-border-subtle);font-size:14px;font-weight:600;color:var(--bf-text);text-decoration:none;transition:border-color .15s ease,color .15s ease}.bf-404__suggest-link:hover{border-color:var(--bf-orange);color:var(--bf-orange)}.bf-404__contact{margin-top:36px;font-size:14px}.bf-404__contact a{color:var(--bf-orange);text-decoration:underline}
/*# sourceMappingURL=/cdn/shop/t/6/assets/base.css.map */
