.bb-section{--bb-accent: #E8862A;--bb-accent-hover: #d47822;--bb-navy: #1B2A44;--bb-bg: #f5f5f5;--bb-card-bg: #fff;--bb-text: #111;--bb-sub: #666;--bb-border: #e5e5e5;--bb-green: #22a06b;--bb-radius: 10px;--bb-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;font-family:var(--bb-font);color:var(--bb-text);background:var(--bb-bg)}.bb-section *,.bb-section *:before,.bb-section *:after{box-sizing:border-box;margin:0;padding:0}.bb-hero{position:relative;background:var(--bb-hero-bg, var(--bb-navy));color:var(--bb-hero-text, #fff);padding:40px 20px;overflow:hidden;min-height:180px;display:flex;align-items:center}.bb-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.bb-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--bb-hero-overlay, rgba(27,42,68,.75));z-index:1}.bb-hero-inner{position:relative;z-index:2;max-width:1280px;margin:0 auto;width:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.bb-hero-content{flex:1}.bb-hero-eyebrow{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.15em;opacity:.8;margin-bottom:8px;color:var(--bb-accent)}.bb-hero-heading{font-size:clamp(28px,5vw,48px);font-weight:900;line-height:1.1;letter-spacing:-.03em;margin-bottom:10px}.bb-hero-sub{font-size:14px;opacity:.85;line-height:1.5;max-width:500px}.bb-hero-badge{flex-shrink:0;max-width:140px}.bb-hero-badge img{width:100%;height:auto;display:block;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}.bb-main{max-width:1280px;margin:0 auto;padding:0 16px;display:grid;grid-template-columns:1fr;gap:0}@media(min-width:1024px){.bb-main{grid-template-columns:1fr 340px;gap:28px;padding:0 32px}}.bb-progress{background:var(--bb-card-bg);border-radius:var(--bb-radius);margin:20px 0 16px;padding:0;overflow:hidden;box-shadow:0 1px 4px #0000000f}.bb-progress-header{background:var(--bb-navy);color:#fff;padding:12px 18px;display:flex;align-items:center;justify-content:space-between}.bb-progress-title{font-size:16px;font-weight:800;letter-spacing:-.01em}.bb-progress-pill{background:var(--bb-accent);color:#fff;font-size:11px;font-weight:800;padding:5px 14px;border-radius:20px;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.bb-progress-body{padding:16px 18px 20px}.bb-progress-track{position:relative;height:8px;background:#e8e8e8;border-radius:4px;margin-bottom:14px;overflow:hidden}.bb-progress-fill{height:100%;background:linear-gradient(90deg,var(--bb-accent),#f5a623);border-radius:4px;width:0%;transition:width .5s cubic-bezier(.4,0,.2,1)}.bb-progress-tiers{display:flex;justify-content:space-between}.bb-progress-tier{text-align:center;flex:1;position:relative}.bb-progress-tier-qty{font-size:13px;font-weight:800;color:var(--bb-text);margin-bottom:2px}.bb-progress-tier-disc{font-size:11px;font-weight:700;color:var(--bb-sub)}.bb-progress-tier.active .bb-progress-tier-qty{color:var(--bb-accent)}.bb-progress-tier.active .bb-progress-tier-disc{color:var(--bb-accent);font-weight:800}.bb-progress-tier.reached .bb-progress-tier-qty,.bb-progress-tier.reached .bb-progress-tier-disc{color:var(--bb-green)}.bb-filters{display:flex;gap:8px;padding:0 0 18px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;align-items:flex-start}.bb-filters::-webkit-scrollbar{display:none}.bb-filter-btn{display:inline-flex;flex-direction:row;align-items:center;gap:8px;padding:10px 18px;border:1.5px solid var(--bb-border);background:var(--bb-card-bg);border-radius:100px;font-size:13px;font-weight:700;font-family:var(--bb-font);color:var(--bb-text);cursor:pointer;white-space:nowrap;transition:all .2s ease;flex-shrink:0;text-align:center;box-shadow:0 1px 3px #0000000d}.bb-filter-btn:hover{border-color:var(--bb-navy);background:#f8f8f8}.bb-filter-btn.active{background:var(--bb-navy);color:#fff;border-color:var(--bb-navy);box-shadow:0 3px 10px #1b2a4433}.bb-filter-all-icon{display:flex;align-items:center;justify-content:center}.bb-filter-all-icon svg{width:16px;height:16px;flex-shrink:0}.bb-filter-btn.bb-filter-has-img{flex-direction:column;gap:6px;padding:10px 14px 12px;border-radius:12px;min-width:88px}.bb-filter-img-wrap{width:64px;height:64px;border-radius:8px;overflow:hidden;background:#f0f0f0;flex-shrink:0}.bb-filter-icon{width:100%;height:100%;object-fit:cover;display:block}.bb-filter-label{font-size:12px;font-weight:700;line-height:1.2}.bb-filter-btn:not(.bb-filter-has-img) .bb-filter-label{font-size:13px}.bb-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding-bottom:40px}@media(min-width:600px){.bb-grid{grid-template-columns:repeat(3,1fr);gap:16px}}.bb-card{background:var(--bb-card-bg);border-radius:var(--bb-radius);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .25s ease,transform .25s ease}@media(hover:hover){.bb-card:hover{box-shadow:0 6px 24px #00000014;transform:translateY(-2px)}}.bb-card:active{transform:translateY(0)}.bb-card.hidden{display:none}.bb-card-gallery{position:relative;aspect-ratio:4/5;overflow:hidden;background:#f0f0f0;border-radius:var(--bb-radius) var(--bb-radius) 0 0}.bb-card-gallery-track{display:flex;width:100%;height:100%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.bb-card-gallery-track::-webkit-scrollbar{display:none}.bb-card-gallery-track:active{cursor:grabbing}.bb-card-gallery-slide{flex:0 0 100%;width:100%;height:100%;scroll-snap-align:start;position:relative}.bb-card-gallery-slide img{width:100%;height:100%;object-fit:cover;display:block}.bb-card-gallery-slide-link{display:block;width:100%;height:100%}.bb-card-arrow{position:absolute;top:50%;width:28px;height:28px;border-radius:50%;background:#ffffffd9;border:none;display:flex;align-items:center;justify-content:center;transform:translateY(-50%);z-index:8;box-shadow:0 2px 8px #00000026;cursor:pointer;color:#000;transition:all .2s ease;padding:0}.bb-card-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.1)}.bb-card-arrow.prev{left:8px}.bb-card-arrow.next{right:8px}@media(min-width:1024px){.bb-card-arrow{opacity:0;pointer-events:none}.bb-card-gallery:hover .bb-card-arrow{opacity:1;pointer-events:auto}}.bb-card-gallery-dots{position:absolute;bottom:8px;left:50%;transform:translate(-50%);display:flex;gap:4px;z-index:6;pointer-events:none}.bb-card-dot{width:4px;height:4px;border-radius:50%;background:#0003;transition:all .25s ease}.bb-card-dot.active{background:var(--bb-accent);width:10px;border-radius:4px}.bb-card-info{padding:10px 12px 14px;display:flex;flex-direction:column;gap:6px;flex:1}.bb-card-reviews{display:flex;align-items:center;gap:6px}.bb-card-stars{display:flex;gap:1px}.bb-card-stars svg{width:13px;height:13px;fill:#f5b82e}.bb-card-review-count{font-size:10px;color:var(--bb-sub);text-decoration:underline;text-underline-offset:2px}.bb-card-title{font-size:13px;font-weight:800;line-height:1.25;color:var(--bb-text)}.bb-card-title a{color:inherit;text-decoration:none}.bb-card-title a:hover{color:var(--bb-accent);text-decoration:underline}.bb-card-size{position:relative}.bb-card-size-select{width:100%;appearance:none;-webkit-appearance:none;background:var(--bb-card-bg);border:1.5px solid var(--bb-border);border-radius:6px;padding:8px 32px 8px 10px;font-size:12px;font-weight:600;font-family:var(--bb-font);color:var(--bb-text);cursor:pointer;transition:border-color .15s}.bb-card-size-select:hover{border-color:#aaa}.bb-card-size-select:focus{outline:none;border-color:var(--bb-accent)}.bb-card-size-arrow{position:absolute;right:10px;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--bb-sub)}.bb-card-size-arrow svg{width:14px;height:14px}.bb-card-price{font-size:14px;font-weight:800;color:var(--bb-text)}.bb-card-atb{background:var(--bb-accent);color:#fff;border:none;border-radius:6px;padding:10px 14px;font-size:12px;font-weight:800;font-family:var(--bb-font);cursor:pointer;text-transform:uppercase;letter-spacing:.04em;transition:background .2s,transform .1s;width:100%;text-align:center}.bb-card-atb:hover{background:var(--bb-accent-hover)}.bb-card-atb:active{transform:scale(.98)}.bb-card-atb.added{background:var(--bb-green);pointer-events:none}.bb-sidebar{display:none}@media(min-width:1024px){.bb-sidebar{display:block;position:sticky;top:20px;align-self:start}}.bb-sidebar-card{background:var(--bb-card-bg);border-radius:var(--bb-radius);box-shadow:0 2px 12px #0000000f;overflow:hidden}.bb-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--bb-border)}.bb-sidebar-title{font-size:16px;font-weight:900}.bb-sidebar-count{font-size:13px;font-weight:700;color:var(--bb-sub)}.bb-sidebar-body{padding:16px 18px;min-height:120px}.bb-sidebar-empty{text-align:center;padding:24px 16px}.bb-sidebar-empty-icon{margin-bottom:10px;color:#ccc}.bb-sidebar-empty-icon svg{width:40px;height:40px}.bb-sidebar-empty-text{font-size:13px;color:var(--bb-sub);line-height:1.5}.bb-sidebar-items{display:flex;flex-direction:column;gap:10px;max-height:320px;overflow-y:auto;scrollbar-width:thin}.bb-sidebar-item{display:flex;align-items:center;gap:10px;padding:8px;background:#fafafa;border-radius:8px}.bb-sidebar-item-img{width:44px;height:44px;border-radius:6px;overflow:hidden;flex-shrink:0}.bb-sidebar-item-img img{width:100%;height:100%;object-fit:cover}.bb-sidebar-item-info{flex:1;min-width:0}.bb-sidebar-item-name{font-size:12px;font-weight:700;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bb-sidebar-item-meta{font-size:11px;color:var(--bb-sub)}.bb-sidebar-item-remove{background:none;border:none;color:#ccc;cursor:pointer;padding:4px;flex-shrink:0;transition:color .15s}.bb-sidebar-item-remove:hover{color:#e74c3c}.bb-sidebar-item-remove svg{width:16px;height:16px}.bb-sidebar-totals{padding:14px 18px;border-top:1px solid var(--bb-border)}.bb-sidebar-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;margin-bottom:6px}.bb-sidebar-row-label{color:var(--bb-sub)}.bb-sidebar-row-value{font-weight:700}.bb-sidebar-discount{color:var(--bb-green);font-weight:800}.bb-sidebar-total{display:flex;justify-content:space-between;font-size:15px;font-weight:900;padding-top:8px;margin-top:6px;border-top:1px solid var(--bb-border)}.bb-sidebar-checkout{padding:0 18px 18px}.bb-checkout-btn{width:100%;background:#ccc;color:#fff;border:none;border-radius:8px;padding:14px;font-size:14px;font-weight:900;font-family:var(--bb-font);cursor:not-allowed;text-transform:uppercase;letter-spacing:.06em;transition:background .25s,transform .15s}.bb-checkout-btn.enabled{background:var(--bb-accent);cursor:pointer}.bb-checkout-btn.enabled:hover{background:var(--bb-accent-hover)}.bb-checkout-btn.enabled:active{transform:scale(.98)}.bb-drawer{display:none}@media(max-width:1023px){.bb-drawer{display:block;position:fixed;bottom:0;left:0;right:0;z-index:9990;background:var(--bb-card-bg);border-top:1px solid var(--bb-border);box-shadow:0 -4px 20px #0000001a;transform:translateY(calc(100% - 110px));transform:translateY(calc(100% - (110px + env(safe-area-inset-bottom,0px))));transition:transform .35s cubic-bezier(.4,0,.2,1);border-radius:16px 16px 0 0;max-height:80vh}.bb-drawer.expanded{transform:translateY(0)}.bb-drawer-handle-bar{width:44px;height:6px;background:#555;border-radius:3px;position:absolute;top:10px;left:50%;transform:translate(-50%);z-index:2}.bb-drawer-toggle-label{position:absolute;top:22px;left:50%;transform:translate(-50%);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#777;pointer-events:none;display:flex;align-items:center;gap:6px;white-space:nowrap}.bb-drawer-handle{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:40px 16px 20px;padding-bottom:calc(20px + env(safe-area-inset-bottom,0px));cursor:pointer;-webkit-user-select:none;user-select:none;flex-wrap:nowrap;box-sizing:border-box}.bb-drawer-info{display:flex;align-items:center;gap:8px;flex:1;min-width:0;overflow:hidden}.bb-drawer-badge{background:var(--bb-accent);color:#fff;font-size:12px;font-weight:900;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bb-drawer-text{font-size:11px;font-weight:800;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bb-drawer-price{font-size:14px;font-weight:900;color:var(--bb-accent);flex-shrink:0}.bb-drawer-pricing{display:flex;flex-direction:column;align-items:flex-end;gap:2px;margin-left:4px;flex-shrink:0}.bb-drawer-discount{background:var(--bb-accent);color:#fff;font-size:10px;font-weight:800;padding:2px 6px;border-radius:4px;flex-shrink:0}.bb-drawer-checkout-btn{flex-shrink:0;background:var(--bb-accent);color:#fff;border:none;border-radius:8px;padding:11px 16px;font-size:12px;font-weight:800;font-family:var(--bb-font);cursor:pointer;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;margin-left:6px}.bb-drawer-checkout-btn:disabled{background:#ccc;cursor:not-allowed}.bb-drawer-body{padding:0 18px 18px;max-height:calc(80vh - 72px);overflow-y:auto}.bb-drawer-items{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.bb-drawer-items.is-carousel{flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:8px}.bb-drawer-items.is-carousel::-webkit-scrollbar{display:none}.bb-drawer-items.is-carousel .bb-sidebar-item{flex:0 0 85%;scroll-snap-align:center;border:1px solid var(--bb-border)}.bb-drawer-totals{border-top:1px solid var(--bb-border);padding-top:12px}.bb-sidebar{display:none!important}}.bb-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:9989}@media(max-width:1023px){.bb-overlay.active{display:block}}@keyframes bb-pop{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.bb-sidebar-item{animation:bb-pop .25s ease}@keyframes bb-shake{0%,to{transform:translate(0)}25%{transform:translate(-3px)}75%{transform:translate(3px)}}.bb-toast{position:fixed;bottom:90px;left:50%;transform:translate(-50%) translateY(20px);background:var(--bb-navy);color:#fff;padding:10px 20px;border-radius:8px;font-size:13px;font-weight:700;font-family:var(--bb-font);z-index:10000;opacity:0;pointer-events:none;transition:opacity .3s,transform .3s;box-shadow:0 4px 16px #0003;display:flex;align-items:center;gap:8px}.bb-toast.show{opacity:1;transform:translate(-50%) translateY(0)}.bb-toast svg{width:18px;height:18px;color:var(--bb-green)}body.bb-checking-out upcart-cart,body.bb-checking-out upcart-backdrop,body.bb-checking-out .upcart-cart,body.bb-checking-out .upcart-backdrop{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.bb-trust-bar{background:#fff;border-top:1px solid var(--bb-border);padding:28px 24px}.bb-trust-inner{max-width:1280px;margin:0 auto;display:flex;align-items:flex-start;justify-content:center;gap:0}.bb-trust-item{display:flex;align-items:flex-start;gap:14px;flex:1;padding:0 28px;text-align:left}.bb-trust-divider{width:1px;background:var(--bb-border);align-self:stretch;flex-shrink:0;min-height:60px}.bb-trust-icon{flex-shrink:0;width:40px;height:40px;color:var(--bb-navy);display:flex;align-items:center;justify-content:center}.bb-trust-icon svg{width:32px;height:32px;stroke:var(--bb-navy)}.bb-trust-icon img{width:32px;height:32px;object-fit:contain}.bb-trust-content{flex:1}.bb-trust-title{font-size:14px;font-weight:800;color:var(--bb-navy);margin-bottom:4px;line-height:1.2}.bb-trust-text{font-size:12px;color:var(--bb-sub);line-height:1.5}@media(max-width:767px){.bb-trust-inner{flex-direction:column;gap:20px;align-items:stretch}.bb-trust-item{padding:0;flex:none}.bb-trust-divider{width:100%;height:1px;min-height:0}}@media(max-width:1023px){.bb-main{padding:0 12px;display:block}.bb-left{padding-bottom:90px}.bb-progress{margin:12px 0}.bb-progress-header{padding:10px 14px}.bb-progress-title{font-size:13px}.bb-progress-pill{font-size:10px;padding:4px 10px}.bb-progress-body{padding:10px 14px 14px}.bb-progress-tiers{overflow-x:auto;scrollbar-width:none;gap:0;padding-bottom:2px}.bb-progress-tiers::-webkit-scrollbar{display:none}.bb-progress-tier{flex:0 0 auto;min-width:70px;padding:0 4px}.bb-progress-tier-qty{font-size:11px}.bb-progress-tier-disc{font-size:10px}.bb-filters{gap:8px;padding:0 0 12px}.bb-filter-btn{min-width:76px;padding:10px 12px;font-size:11px;gap:5px;border-radius:10px}.bb-filter-img-wrap{width:44px;height:44px;border-radius:6px}.bb-filter-all-icon{width:28px;height:28px}.bb-filter-all-icon svg{width:14px;height:14px}.bb-grid{grid-template-columns:repeat(2,1fr);gap:8px;padding-bottom:24px}.bb-card-info{padding:8px 10px 10px;gap:5px}.bb-card-title{font-size:12px}.bb-card-price{font-size:13px}.bb-card-atb{padding:9px 10px;font-size:11px;letter-spacing:.02em}.bb-card-size-select{padding:7px 28px 7px 8px;font-size:11px}.bb-hero{padding:24px 16px;min-height:130px}.bb-hero-badge{max-width:90px}.bb-hero-heading{font-size:clamp(22px,6vw,32px)}.bb-hero-sub{font-size:13px}}@media(max-width:380px){.bb-main{padding:0 8px}.bb-grid{gap:6px}.bb-filter-btn{min-width:64px;padding:7px 8px}.bb-card-atb{font-size:10px;padding:8px 6px}}@media(min-width:1024px){.bb-hero{padding:50px 32px;min-height:220px}.bb-hero-badge{max-width:180px}.bb-main{padding-top:20px}}.bb-hero-sg-btn{display:inline-flex;align-items:center;gap:8px;margin-top:20px;padding:10px 20px;background:#ffffff26!important;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1.5px solid rgba(255,255,255,.3)!important;border-radius:100px;color:#fff!important;font-size:13px;font-weight:800;cursor:pointer;transition:all .25s ease;font-family:inherit}.bb-hero-sg-btn:hover{background:#fff!important;color:#1b2a44!important;transform:translateY(-2px);box-shadow:0 4px 15px #0003}.bb-hero-sg-btn svg{flex-shrink:0}.bb-modal-wrap{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;visibility:hidden;opacity:0;transition:all .3s ease}.bb-modal-wrap.active{visibility:visible;opacity:1}.bb-modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a142899;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer}.bb-modal-box{position:relative;z-index:1;background:#fff;width:100%;max-width:600px;max-height:90vh;border-radius:24px;box-shadow:0 20px 50px #0000004d;display:flex;flex-direction:column;overflow:hidden;transform:scale(.9) translateY(20px);transition:all .3s cubic-bezier(.34,1.56,.64,1)}.bb-modal-wrap.active .bb-modal-box{transform:scale(1) translateY(0)}.bb-modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;border:none;background:#f0f0f0;color:#333;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s ease}.bb-modal-close:hover{background:#e0e0e0;transform:rotate(90deg)}.bb-modal-close svg{width:18px;height:18px}.bb-modal-header{padding:24px 32px 16px;border-bottom:1px solid #eee}.bb-modal-title{font-size:24px;font-weight:900;color:#111;letter-spacing:-.02em}.bb-modal-body{padding:20px;overflow-y:auto;display:flex;justify-content:center;background:#f9f9f9}.bb-modal-body img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 4px 15px #0000001a}.bb-modal-placeholder{padding:60px 40px;text-align:center;color:#888;font-weight:600;font-style:italic}@media(max-width:640px){.bb-modal-box{border-radius:20px;max-width:calc(100vw - 32px)}.bb-modal-header{padding:18px 24px 12px}.bb-modal-title{font-size:20px}.bb-modal-body{padding:12px}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/bundle-builder.css.map */
