:root{--bbx-black:#101010;--bbx-ink:#171717;--bbx-white:#fff;--bbx-paper:#f5f5f2;--bbx-line:#deded9;--bbx-purple:#7047eb;--bbx-lime:#eaff58;--bbx-pink:#f28dbc;--bbx-radius:14px;--bbx-page:1480px}html{scroll-behavior:smooth}body{margin:0;background:var(--bbx-white);color:var(--bbx-ink)}body.bbx-menu-open{overflow:hidden}.bbx-only-mobile{display:none!important}.bbx-shell{width:min(calc(100% - 40px),var(--bbx-page));margin-inline:auto}.bbx-main{min-height:55vh}.bbx-main img{display:block;max-width:100%}.bbx-main a{text-decoration:none;color:inherit}.bbx-main h1,.bbx-main h2,.bbx-main h3,.bbx-header strong,.bbx-footer h2,.bbx-footer h3{font-family:var(--heading-font-stack,Arial,sans-serif);letter-spacing:-.035em}.bbx-section{padding-block:72px}.bbx-eyebrow{display:flex;align-items:center;gap:8px;margin-bottom:10px;color:var(--bbx-purple);font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.bbx-eyebrow:before{content:"";width:24px;height:2px;background:currentColor}.bbx-heading{margin:0;font-size:clamp(36px,5vw,72px);line-height:.95;text-transform:uppercase}.bbx-btn{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:10px;padding:12px 20px;border:1px solid var(--bbx-black);border-radius:999px;background:var(--bbx-black);color:#fff!important;font:inherit;font-size:12px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;cursor:pointer}.bbx-btn--light{background:#fff;color:var(--bbx-black)!important}.bbx-btn--lime{border-color:var(--bbx-lime);background:var(--bbx-lime);color:var(--bbx-black)!important}.bbx-btn--outline{background:transparent;color:var(--bbx-black)!important}.bbx-btn[disabled]{opacity:.45;cursor:not-allowed}.bbx-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}.bbx-announcement{overflow:hidden;border-bottom:1px solid var(--bbx-black);background:var(--bbx-lime);color:var(--bbx-black)}.bbx-announcement__track{display:flex;justify-content:center;gap:26px;min-width:max-content;padding:8px 16px;font-size:10px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}.bbx-header{position:relative;z-index:40;background:#fff;color:var(--bbx-black);border-bottom:1px solid var(--bbx-line)}.bbx-header.is-sticky{position:sticky;top:0}.bbx-header__row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:72px;gap:20px}.bbx-header__nav{display:flex;align-items:center;gap:26px}.bbx-header__nav a{font-size:12px;font-weight:850;letter-spacing:.055em;text-transform:uppercase;text-decoration:none;color:inherit}.bbx-header__logo{display:flex;justify-content:center}.bbx-header__logo img{display:block;width:auto;max-width:220px;max-height:48px}.bbx-header__logo strong{font-size:22px;text-transform:uppercase}.bbx-header__icons{display:flex;justify-content:flex-end;align-items:center;gap:8px}.bbx-icon-btn{position:relative;display:grid;width:42px;height:42px;place-items:center;border:0;background:transparent;color:inherit;cursor:pointer}.bbx-icon-btn svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8}.bbx-cart-count{position:absolute;right:0;top:1px;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:var(--bbx-purple);color:#fff;font-size:9px;font-weight:900;line-height:18px;text-align:center}.bbx-subnav{border-top:1px solid var(--bbx-line)}.bbx-subnav__inner{display:flex;justify-content:center;gap:28px;overflow-x:auto;padding:10px 20px;scrollbar-width:none}.bbx-subnav__inner::-webkit-scrollbar{display:none}.bbx-subnav a{flex:none;color:inherit;text-decoration:none;font-size:11px;font-weight:800}.bbx-search-panel{display:none;border-top:1px solid var(--bbx-line);padding:15px 0}.bbx-search-panel.is-open{display:block}.bbx-search-panel form{display:flex;max-width:720px;margin:auto;border:1px solid var(--bbx-black);border-radius:999px;overflow:hidden}.bbx-search-panel input{flex:1;min-width:0;padding:13px 18px;border:0;font:inherit}.bbx-search-panel button{padding:0 20px;border:0;background:var(--bbx-black);color:#fff;font-weight:900}.bbx-menu-toggle,.bbx-drawer{display:none}.bbx-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.bbx-card{min-width:0;background:#fff}.bbx-card__media{position:relative;overflow:hidden;background:#eee}.bbx-card__slides{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.bbx-card__slides::-webkit-scrollbar{display:none}.bbx-card__slide{flex:0 0 100%;aspect-ratio:1/1.08;scroll-snap-align:start;overflow:hidden}.bbx-card__slide img,.bbx-card__slide svg{width:100%;height:100%;object-fit:cover;transition:transform .35s}.bbx-card:hover .bbx-card__slide img{transform:scale(1.02)}.bbx-card__arrow{position:absolute;z-index:2;top:50%;display:grid;width:30px;height:30px;place-items:center;transform:translateY(-50%);border:1px solid rgba(0,0,0,.13);border-radius:50%;background:#ffffffe6;font-size:20px;line-height:1;cursor:pointer}.bbx-card__arrow--prev{left:7px}.bbx-card__arrow--next{right:7px}.bbx-card__dots{position:absolute;z-index:2;left:50%;bottom:8px;display:flex;gap:4px;transform:translate(-50%)}.bbx-card__dots i{width:5px;height:5px;border-radius:50%;background:#00000040}.bbx-card__dots i.is-active{width:13px;border-radius:4px;background:#111}.bbx-pill{position:absolute;z-index:3;left:8px;top:8px;padding:6px 8px;border-radius:999px;background:var(--bbx-black);color:#fff;font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.bbx-pill--sale{background:var(--bbx-lime);color:var(--bbx-black)}.bbx-pill--sold{left:auto;right:8px;background:#fff;color:#111}.bbx-card__content{padding:11px 3px 18px}.bbx-card__name{display:block;min-height:38px;font-size:14px;font-weight:800;line-height:1.25;text-decoration:none;color:inherit}.bbx-card__price{display:flex;align-items:center;gap:7px;margin:5px 0 9px;font-size:13px}.bbx-card__price strong{font-weight:900}.bbx-card__price s{color:#7d7d7d;font-size:11px}.bbx-card__options{display:grid;gap:7px;margin-bottom:10px}.bbx-card fieldset{min-width:0;margin:0;padding:0;border:0}.bbx-card legend{width:100%;margin-bottom:4px;overflow:hidden;color:#6d6d6d;font-size:8px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.bbx-card__values{display:flex;gap:4px;flex-wrap:wrap}.bbx-card__values--scroll{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.bbx-card__values--scroll::-webkit-scrollbar{display:none}.bbx-option{flex:none;display:grid;min-width:28px;height:27px;place-items:center;padding:0 7px;border:1px solid #c9c9c5;border-radius:5px;background:#fff;color:#222;font:inherit;font-size:9px;line-height:1;cursor:pointer}.bbx-option span{max-width:58px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bbx-option i,.bbx-option img{display:block;width:18px;height:18px;border-radius:50%;background:var(--swatch);object-fit:cover}.bbx-option.is-selected{border-color:var(--bbx-black);background:var(--bbx-black);color:#fff}.bbx-option.is-unavailable{opacity:.3;text-decoration:line-through}.bbx-card__form{margin:0}.bbx-card__add{display:flex;width:100%;min-height:39px;align-items:center;justify-content:space-between;padding:9px 11px;border:0;border-radius:7px;background:var(--bbx-black);color:#fff;font:inherit;font-size:9px;font-weight:900;letter-spacing:.035em;text-transform:uppercase;cursor:pointer}.bbx-card__add[disabled]{opacity:.38;cursor:not-allowed}.bbx-home-hero{position:relative;display:grid;min-height:610px;align-items:end;overflow:hidden;background:#111;color:#fff}.bbx-home-hero__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.bbx-home-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000d1,#00000040 70%),linear-gradient(0deg,rgba(0,0,0,.5),transparent 55%)}.bbx-home-hero__content{position:relative;z-index:2;padding-block:88px 58px}.bbx-home-hero h1{max-width:900px;margin:0;font-size:clamp(58px,8vw,120px);line-height:.86;text-transform:uppercase}.bbx-home-hero p{max-width:600px;margin:20px 0 26px;font-size:18px;line-height:1.5}.bbx-home-products{padding-block:48px 70px}.bbx-section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:22px}.bbx-section-head a{font-size:11px;font-weight:900;text-transform:uppercase}.bbx-section-head h2{margin:0;font-size:clamp(34px,4.2vw,62px);line-height:.95;text-transform:uppercase}.bbx-category-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.bbx-category-tile{position:relative;min-height:330px;overflow:hidden;border-radius:var(--bbx-radius);background:#ddd;color:#fff!important}.bbx-category-tile img{width:100%;height:100%;object-fit:cover}.bbx-category-tile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(0,0,0,.7),transparent 65%)}.bbx-category-tile span{position:absolute;z-index:2;left:16px;right:16px;bottom:16px;display:flex;justify-content:space-between;align-items:end;font-size:21px;font-weight:900;text-transform:uppercase}.bbx-drop{background:var(--bbx-purple);color:#fff}.bbx-drop__inner{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;padding-block:80px}.bbx-drop__media{position:relative}.bbx-drop__media img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:20px}.bbx-drop__badge{position:absolute;left:14px;top:14px;padding:8px 11px;border-radius:999px;background:var(--bbx-lime);color:#111;font-size:9px;font-weight:900;text-transform:uppercase}.bbx-drop h2{margin:0;font-size:clamp(46px,6vw,88px);line-height:.9;text-transform:uppercase}.bbx-drop p{max-width:560px;margin:20px 0;line-height:1.6}.bbx-countdown{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin:26px 0}.bbx-countdown div{padding:15px 7px;border:1px solid rgba(255,255,255,.3);border-radius:10px;text-align:center}.bbx-countdown strong,.bbx-countdown small{display:block}.bbx-countdown strong{font-size:26px}.bbx-countdown small{margin-top:2px;color:#ffffffa6;font-size:8px;text-transform:uppercase}.bbx-stock{margin:18px 0}.bbx-stock__bar{height:8px;overflow:hidden;border-radius:5px;background:#ffffff38}.bbx-stock__bar i{display:block;width:var(--stock-width,50%);height:100%;background:var(--bbx-lime)}.bbx-stock small{display:block;margin-top:7px;font-weight:800}.bbx-newsletter-inline{display:flex;max-width:560px;border:1px solid rgba(255,255,255,.5);border-radius:999px;overflow:hidden}.bbx-newsletter-inline input{flex:1;min-width:0;padding:14px 18px;border:0;background:transparent;color:#fff;font:inherit}.bbx-newsletter-inline input::placeholder{color:#fff9}.bbx-newsletter-inline button{padding:0 18px;border:0;background:var(--bbx-lime);color:#111;font-weight:900}.bbx-trust{background:var(--bbx-black);color:#fff}.bbx-trust__grid{display:grid;grid-template-columns:repeat(4,1fr)}.bbx-trust__grid div{padding:23px;border-right:1px solid rgba(255,255,255,.15)}.bbx-trust__grid div:last-child{border:0}.bbx-trust strong,.bbx-trust small{display:block}.bbx-trust strong{font-size:12px;text-transform:uppercase}.bbx-trust small{margin-top:4px;color:#fff9;font-size:10px}.bbx-collection-hero{padding-block:36px 22px}.bbx-breadcrumbs{margin-bottom:15px;color:#777;font-size:10px}.bbx-collection-hero h1{margin:0;font-size:clamp(44px,7vw,96px);line-height:.9;text-transform:uppercase}.bbx-collection-hero p{max-width:700px;margin:15px 0 0;color:#666;line-height:1.5}.bbx-collection-chips{display:flex;gap:7px;overflow-x:auto;padding:6px 0 18px;scrollbar-width:none}.bbx-collection-chips::-webkit-scrollbar{display:none}.bbx-chip{flex:none;padding:9px 13px;border:1px solid var(--bbx-line);border-radius:999px;font-size:10px;font-weight:800}.bbx-collection-tools{position:sticky;z-index:12;top:72px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;padding:10px 0;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.bbx-collection-tools__left{display:flex;align-items:center;gap:10px}.bbx-filter-toggle,.bbx-sort select{height:40px;padding:0 13px;border:1px solid var(--bbx-line);border-radius:7px;background:#fff;font:inherit;font-size:10px;font-weight:800}.bbx-filters{margin-bottom:16px;border:1px solid var(--bbx-line);border-radius:10px;background:var(--bbx-paper)}.bbx-filters summary{padding:13px 15px;font-size:11px;font-weight:900;cursor:pointer}.bbx-filters__body{display:flex;flex-wrap:wrap;gap:18px;padding:0 15px 15px}.bbx-filter-group>span{display:block;margin-bottom:6px;font-size:9px;font-weight:900;text-transform:uppercase}.bbx-filter-values{display:flex;flex-wrap:wrap;gap:5px}.bbx-filter-values label{display:flex;align-items:center;gap:4px;padding:6px 8px;border:1px solid var(--bbx-line);border-radius:5px;background:#fff;font-size:9px}.bbx-pagination{display:flex;justify-content:center;gap:6px;padding-top:42px}.bbx-pagination a,.bbx-pagination span{display:grid;min-width:38px;height:38px;place-items:center;border:1px solid var(--bbx-line);border-radius:50%;font-size:11px}.bbx-pagination .current{background:var(--bbx-black);color:#fff}.bbx-product{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr);gap:clamp(32px,5vw,80px);padding-block:28px 80px}.bbx-product__gallery{position:relative;min-width:0}.bbx-product__media{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.bbx-product__media figure{margin:0;background:#eee}.bbx-product__media img{width:100%;height:100%;aspect-ratio:1/1.15;object-fit:cover}.bbx-product__info{position:sticky;top:105px;align-self:start}.bbx-product__info h1{margin:0;font-size:clamp(36px,4vw,62px);line-height:.95;text-transform:uppercase}.bbx-product__price{display:flex;align-items:center;gap:10px;margin:15px 0;font-size:20px}.bbx-product__price s{color:#777;font-size:14px}.bbx-product__note{color:#777;font-size:10px}.bbx-product__options{display:grid;gap:18px;margin:24px 0}.bbx-product__options fieldset{margin:0;padding:0;border:0}.bbx-product__options legend{margin-bottom:9px;font-size:11px;font-weight:900}.bbx-product__option-values{display:flex;flex-wrap:wrap;gap:7px}.bbx-product__option{min-width:43px;min-height:39px;padding:7px 11px;border:1px solid var(--bbx-line);border-radius:7px;background:#fff;font:inherit;font-size:11px;cursor:pointer}.bbx-product__option.is-selected{border-color:#111;background:#111;color:#fff}.bbx-product__option.is-unavailable{opacity:.3;text-decoration:line-through}.bbx-product__buy{display:grid;grid-template-columns:84px 1fr;gap:8px}.bbx-qty{display:grid;grid-template-columns:28px 1fr 28px;border:1px solid var(--bbx-line);border-radius:8px}.bbx-qty button{border:0;background:transparent;font-size:18px}.bbx-qty input{min-width:0;border:0;text-align:center;font:inherit}.bbx-product__add{min-height:52px;border:0;border-radius:8px;background:var(--bbx-black);color:#fff;font:inherit;font-size:12px;font-weight:900;text-transform:uppercase;cursor:pointer}.bbx-product__add[disabled]{opacity:.4}.bbx-product__trust{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-top:12px}.bbx-product__trust div{padding:10px 7px;border:1px solid var(--bbx-line);border-radius:7px;font-size:8px;font-weight:800;text-align:center}.bbx-product__accordion{margin-top:24px;border-top:1px solid var(--bbx-line)}.bbx-product__accordion details{border-bottom:1px solid var(--bbx-line)}.bbx-product__accordion summary{display:flex;justify-content:space-between;padding:16px 0;font-size:11px;font-weight:900;cursor:pointer}.bbx-product__accordion .rte{padding-bottom:18px;color:#555;font-size:13px;line-height:1.65}.bbx-sticky-buy{display:none}.bbx-recommendations{padding-block:60px;background:var(--bbx-paper)}.bbx-content{display:grid;grid-template-columns:230px minmax(0,820px);justify-content:center;gap:70px;padding-block:55px 100px}.bbx-content__nav{position:sticky;top:100px;align-self:start}.bbx-content__nav strong{display:block;margin-bottom:12px;font-size:10px;text-transform:uppercase}.bbx-content__nav a{display:block;padding:6px 0;color:#666;font-size:11px}.bbx-content h1{margin:0 0 30px;font-size:clamp(42px,6vw,78px);line-height:.92;text-transform:uppercase}.bbx-content .rte{font-size:15px;line-height:1.75}.bbx-content .rte h2,.bbx-content .rte h3{margin-top:38px;line-height:1.1}.bbx-content .rte a{text-decoration:underline}.bbx-contact-form{display:grid;gap:10px;margin-top:35px}.bbx-contact-form input,.bbx-contact-form textarea,.bbx-search-form input{width:100%;padding:13px;border:1px solid var(--bbx-line);border-radius:8px;font:inherit}.bbx-cart{padding-block:50px 100px}.bbx-cart h1,.bbx-search h1,.bbx-list h1{margin:0 0 30px;font-size:clamp(44px,7vw,92px);line-height:.9;text-transform:uppercase}.bbx-cart__layout{display:grid;grid-template-columns:1.25fr .75fr;gap:50px}.bbx-cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:16px;padding:14px 0;border-bottom:1px solid var(--bbx-line)}.bbx-cart-item img{width:120px;aspect-ratio:1/1;object-fit:cover}.bbx-cart-item h3{margin:0 0 6px;font-size:16px}.bbx-cart-item small{display:block;color:#777}.bbx-cart-item input{width:70px;margin-top:10px;padding:8px;border:1px solid var(--bbx-line)}.bbx-cart__summary{position:sticky;top:100px;align-self:start;padding:24px;border-radius:12px;background:var(--bbx-paper)}.bbx-cart__summary-row{display:flex;justify-content:space-between;margin-bottom:14px}.bbx-shipping-progress{height:8px;margin:12px 0;overflow:hidden;border-radius:5px;background:#ddd}.bbx-shipping-progress i{display:block;width:var(--progress);height:100%;background:var(--bbx-purple)}.bbx-cart__summary .bbx-btn{width:100%;margin-top:16px}.bbx-search,.bbx-list{padding-block:50px 100px}.bbx-search-form{display:flex;max-width:720px;margin-bottom:34px}.bbx-search-form input{border-radius:8px 0 0 8px}.bbx-search-form button{border:0;border-radius:0 8px 8px 0;background:#111;color:#fff;padding:0 20px}.bbx-list__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.bbx-list__card{position:relative;min-height:380px;overflow:hidden;background:#ddd}.bbx-list__card img{width:100%;height:100%;object-fit:cover}.bbx-list__card span{position:absolute;inset:auto 15px 15px;color:#fff;font-size:22px;font-weight:900;text-transform:uppercase;text-shadow:0 1px 10px #000}.shopify-policy__container{max-width:900px!important;margin:0 auto!important;padding:55px 20px 100px!important}.shopify-policy__title{text-align:left!important}.shopify-policy__title h1{margin:0 0 30px!important;font-family:var(--heading-font-stack,Arial,sans-serif)!important;font-size:clamp(42px,6vw,78px)!important;line-height:.92!important;letter-spacing:-.035em!important;text-transform:uppercase!important}.shopify-policy__body{max-width:none!important;font-size:15px!important;line-height:1.75!important}.shopify-policy__body h2,.shopify-policy__body h3{margin-top:38px!important;line-height:1.15!important}.shopify-policy__body a{text-decoration:underline!important}.bbx-footer{background:#111;color:#fff}.bbx-footer__top{display:grid;grid-template-columns:1fr 1fr;gap:50px;padding-block:55px;border-bottom:1px solid rgba(255,255,255,.15)}.bbx-footer__top h2{margin:0 0 10px;font-size:clamp(34px,4vw,60px);line-height:.95;text-transform:uppercase}.bbx-footer__top p{color:#ffffffa6}.bbx-footer__newsletter{display:flex;align-self:center;border-bottom:1px solid #fff}.bbx-footer__newsletter input{flex:1;min-width:0;padding:15px 0;border:0;background:transparent;color:#fff;font:inherit}.bbx-footer__newsletter button{border:0;background:transparent;color:var(--bbx-lime);font-weight:900}.bbx-footer__links{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:38px;padding-block:45px}.bbx-footer__brand img{max-width:210px;max-height:60px;object-fit:contain}.bbx-footer h3{margin:0 0 14px;font-size:12px;text-transform:uppercase}.bbx-footer__links a{display:block;margin:7px 0;color:#ffffffad;font-size:11px;text-decoration:none}.bbx-footer__bottom{display:flex;justify-content:space-between;padding:18px 0;border-top:1px solid rgba(255,255,255,.15);color:#ffffff80;font-size:9px}.bbx-toast{position:fixed;z-index:100;right:16px;bottom:16px;max-width:310px;padding:14px 18px;border-radius:10px;background:#111;color:#fff;font-size:12px;font-weight:800;box-shadow:0 12px 40px #00000040;transform:translateY(140%);transition:transform .25s}.bbx-toast.is-visible{transform:translateY(0)}@media(max-width:989px){.bbx-only-desktop{display:none!important}.bbx-only-mobile{display:flex!important}.bbx-shell{width:min(calc(100% - 24px),var(--bbx-page))}.bbx-section{padding-block:52px}.bbx-header__row{grid-template-columns:1fr auto 1fr;min-height:58px}.bbx-header__nav{display:none}.bbx-menu-toggle{display:grid}.bbx-header__logo img{max-width:150px;max-height:38px}.bbx-subnav__inner{justify-content:flex-start;padding-inline:12px}.bbx-drawer{position:fixed;z-index:70;top:0;right:0;bottom:0;left:0;display:block;visibility:hidden;opacity:0;background:#00000059;transition:.2s}.bbx-drawer.is-open{visibility:visible;opacity:1}.bbx-drawer__panel{width:min(88vw,380px);height:100%;padding:18px;background:#fff;transform:translate(-100%);transition:transform .25s}.bbx-drawer.is-open .bbx-drawer__panel{transform:none}.bbx-drawer__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.bbx-drawer__close{border:0;background:transparent;font-size:28px}.bbx-drawer nav a{display:flex;justify-content:space-between;padding:13px 2px;border-bottom:1px solid var(--bbx-line);font-size:15px;font-weight:800;text-decoration:none;color:inherit}.bbx-home-hero{min-height:470px}.bbx-home-hero__content{padding-block:58px 34px}.bbx-home-hero h1{font-size:clamp(50px,15vw,76px)}.bbx-home-hero p{margin:15px 0 20px;font-size:14px}.bbx-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.bbx-category-strip{grid-template-columns:repeat(2,1fr)}.bbx-drop__inner{grid-template-columns:1fr;gap:30px}.bbx-trust__grid{grid-template-columns:repeat(2,1fr)}.bbx-collection-tools{top:58px}.bbx-product{grid-template-columns:1fr}.bbx-product__info{position:static}.bbx-content{grid-template-columns:1fr}.bbx-content__nav{display:none}.bbx-cart__layout{grid-template-columns:1fr}.bbx-cart__summary{position:static}.bbx-list__grid,.bbx-footer__links{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.bbx-announcement__track{justify-content:flex-start;animation:bbx-marquee 18s linear infinite}.bbx-header__icons{gap:0}.bbx-icon-btn{width:38px}.bbx-home-hero{min-height:370px}.bbx-home-hero:after{background:linear-gradient(0deg,#000000d9,#00000014 80%)}.bbx-home-hero__content{padding-block:42px 20px}.bbx-home-hero h1{font-size:clamp(45px,13.8vw,58px);overflow-wrap:anywhere}.bbx-home-hero p{max-width:94%;margin:11px 0 16px;font-size:12px}.bbx-home-products{padding-block:20px 48px}.bbx-section-head{align-items:flex-end;margin-bottom:12px}.bbx-section-head h2{font-size:32px}.bbx-section-head>a{font-size:8px}.bbx-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 6px}.bbx-card__slide{aspect-ratio:1/1.12}.bbx-card__arrow{display:none}.bbx-card__content{padding:8px 2px 14px}.bbx-card__name{min-height:32px;font-size:11px}.bbx-card__price{font-size:11px}.bbx-card__price s{font-size:9px}.bbx-card legend{font-size:7px}.bbx-card__values{gap:3px}.bbx-option{min-width:24px;height:24px;padding:0 5px;font-size:8px}.bbx-option span{max-width:43px}.bbx-card__add{min-height:35px;padding:8px;font-size:7.5px}.bbx-category-tile{min-height:210px}.bbx-category-tile span{left:12px;right:12px;bottom:12px;font-size:17px}.bbx-drop__inner{padding-block:50px}.bbx-drop h2{font-size:48px}.bbx-countdown strong{font-size:21px}.bbx-trust__grid div{padding:17px 8px}.bbx-collection-hero{padding-block:24px 12px}.bbx-collection-hero h1{font-size:48px}.bbx-collection-tools{margin-inline:-12px;padding-inline:12px}.bbx-product{padding-top:0}.bbx-product__gallery{margin-inline:-12px}.bbx-product__media{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:3px;scrollbar-width:none}.bbx-product__media figure{flex:0 0 88%;scroll-snap-align:center}.bbx-product__info h1{font-size:38px}.bbx-product__buy{grid-template-columns:72px 1fr}.bbx-sticky-buy{position:fixed;z-index:48;left:8px;right:8px;bottom:8px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 10px;border-radius:12px;background:#111111f5;color:#fff;box-shadow:0 10px 30px #0000004d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.bbx-sticky-buy small,.bbx-sticky-buy strong{display:block}.bbx-sticky-buy small{color:var(--bbx-lime);font-size:8px}.bbx-sticky-buy strong{font-size:12px}.bbx-sticky-buy button{min-height:38px;padding:0 14px;border:0;border-radius:7px;background:var(--bbx-lime);font-size:9px;font-weight:900}.bbx-product__trust{grid-template-columns:1fr}.bbx-content{padding-block:35px 80px}.bbx-content h1{font-size:44px}.shopify-policy__container{padding:35px 14px 80px!important}.shopify-policy__title h1{font-size:44px!important}.bbx-cart{padding-block:35px 80px}.bbx-cart-item{grid-template-columns:86px 1fr}.bbx-cart-item img{width:86px}.bbx-cart-item>strong{grid-column:2}.bbx-list__grid{gap:6px}.bbx-list__card{min-height:250px}.bbx-footer__top{grid-template-columns:1fr;gap:22px}.bbx-footer__links{grid-template-columns:1fr 1fr;gap:28px 16px}.bbx-footer__bottom{display:block;line-height:1.7}.bbx-toast{left:10px;right:10px;bottom:78px;max-width:none;text-align:center}}.bbx-home-hero{min-height:600px;align-items:end}.bbx-home-hero:after{background:linear-gradient(0deg,#0c0718e0,#0c07180d 68%),radial-gradient(circle at 50% 100%,rgba(53,26,94,.6),transparent 55%)}.bbx-home-hero__content{display:grid;justify-items:center;padding-block:48px 34px;text-align:center}.bbx-home-hero h1{max-width:740px;font-size:clamp(36px,3.5vw,46px);line-height:1}.bbx-home-hero p{max-width:590px;margin:10px auto 16px;font-size:14px}.bbx-home-hero .bbx-btn{box-shadow:5px 5px 0 var(--bbx-purple);transform:rotate(-1deg)}.bbx-section-head--center{align-items:center;text-align:center}.bbx-section-head--center>div{flex:1}.bbx-section-head--center>a{position:absolute;right:max(20px,calc((100vw - var(--bbx-page))/2))}.bbx-home-products--more{padding-top:58px}.bbx-card__form--overlay{position:absolute;z-index:5;right:9px;bottom:9px}.bbx-card__add{display:grid;width:42px;min-height:42px;height:42px;place-items:center;padding:0;border:2px solid #fff;border-radius:50%;background:var(--bbx-black);box-shadow:0 5px 15px #0000003b}.bbx-card__add svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2}.bbx-card__add.is-added{background:var(--bbx-purple)}.bbx-card__options{min-height:62px;margin-bottom:0}.bbx-card__select{display:block;width:100%;height:31px;padding:0 28px 0 8px;overflow:hidden;border:1px solid #c9c9c5;border-radius:6px;background:#fff;color:#222;font:inherit;font-size:9px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.bbx-card__content:after{content:"\2726";display:block;width:max-content;margin:8px 2px 0;color:var(--bbx-purple);font-size:10px;transform:rotate(9deg)}.bbx-category-strip{grid-template-columns:repeat(6,1fr)}.bbx-category-tile{min-height:260px}.bbx-category-tile:nth-child(2n){transform:translateY(8px)}.bbx-category-tile:nth-child(3n){border-radius:34px 10px}.bbx-drop{margin-top:8px;background:linear-gradient(135deg,#351a5e,#180d2d)}.bbx-drop__inner{grid-template-columns:minmax(250px,.75fr) minmax(0,1.25fr);gap:32px;padding-block:48px}.bbx-drop__media{overflow:hidden;border-radius:18px}.bbx-drop__media img{aspect-ratio:4/3;border-radius:0}.bbx-drop__media--teaser img{filter:blur(12px) saturate(1.25);transform:scale(1.08);image-rendering:pixelated}.bbx-drop__media--teaser:after{content:"Psst \2026  noch geheim";position:absolute;z-index:2;inset:auto 14px 14px;padding:8px 10px;border-radius:999px;background:#111c;color:#fff;font-size:9px;font-weight:900;text-align:center;text-transform:uppercase}.bbx-drop__copy{text-align:center}.bbx-drop__copy p,.bbx-drop__copy form{margin-inline:auto}.bbx-drop h2{font-size:clamp(38px,4.4vw,64px)}.bbx-countdown{max-width:520px;margin:18px auto}.bbx-countdown div{padding:10px 5px}.bbx-newsletter-inline{max-width:460px}.bbx-cart-goals{margin:0 0 28px;padding:20px;border:1px solid var(--bbx-line);border-radius:14px;background:var(--bbx-paper)}.bbx-cart-goals__top{display:flex;justify-content:space-between;gap:20px;font-size:12px}.bbx-cart-goals__top strong{text-transform:uppercase}.bbx-cart-milestones{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:13px}.bbx-cart-milestones>span{padding:9px;border:1px solid #d9d7d0;border-radius:8px;color:#89877f;font-size:9px;font-weight:900;text-align:center;text-transform:uppercase}.bbx-cart-milestones>span.is-reached{border-color:var(--bbx-purple);background:var(--bbx-purple);color:#fff}.bbx-cart-milestones small{display:block;margin-top:3px;font-size:8px;font-weight:600}.bbx-cart-item{grid-template-columns:96px 1fr auto;gap:13px;padding:11px 0}.bbx-cart-item img{width:96px}.bbx-cart-item h3{font-size:14px}.bbx-cart-item input{width:58px;margin-top:7px;padding:6px}.bbx-cart-item__remove{display:block;margin-top:5px;font-size:8px;text-decoration:underline}.bbx-cart-upsell{margin-top:30px}.bbx-cart-upsell__head h2{margin:2px 0 13px;font-size:24px;line-height:1}.bbx-cart-upsell__rail{display:grid;grid-template-columns:1fr 1fr;gap:7px}.bbx-cart-upsell__item{display:grid;grid-template-columns:68px minmax(0,1fr) 32px;align-items:center;gap:9px;padding:6px;border:1px solid var(--bbx-line);border-radius:9px}.bbx-cart-upsell__item img{width:68px;aspect-ratio:1/1;object-fit:cover;border-radius:6px}.bbx-cart-upsell__item strong,.bbx-cart-upsell__item small{display:block}.bbx-cart-upsell__item strong{font-size:10px;line-height:1.2}.bbx-cart-upsell__item small{margin-top:4px;font-size:9px}.bbx-cart-upsell__item button{display:grid;width:30px;height:30px;place-items:center;border:0;border-radius:50%;background:var(--bbx-black);color:#fff;font-size:18px}.bbx-cart__continue{display:block;margin-top:14px;text-align:center;font-size:10px;text-decoration:underline}@media(max-width:989px){.bbx-home-hero{min-height:500px}.bbx-section-head--center>a{position:static}.bbx-category-strip{grid-template-columns:repeat(3,1fr)}.bbx-drop__inner{grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr);gap:20px}.bbx-cart-milestones{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.bbx-home-hero{min-height:430px}.bbx-home-hero__image{object-position:52% center}.bbx-home-hero:after{background:linear-gradient(0deg,#0c0718f0,#0c07180a 72%)}.bbx-home-hero__content{padding-block:28px 20px}.bbx-home-hero h1{max-width:300px;font-size:28px;line-height:1}.bbx-home-hero p{max-width:330px;margin:8px auto 13px;font-size:11px;line-height:1.35}.bbx-home-hero .bbx-eyebrow{font-size:8px}.bbx-home-hero .bbx-btn{min-height:38px;padding:0 16px;font-size:9px}.bbx-home-products{padding-block:18px 38px}.bbx-home-products--more{padding-top:32px}.bbx-section-head--center{text-align:center}.bbx-card__form--overlay{right:7px;bottom:7px}.bbx-card__add{width:35px;min-height:35px;height:35px;padding:0}.bbx-card__add svg{width:17px;height:17px}.bbx-card__options{min-height:53px}.bbx-card__select{height:28px;font-size:8px}.bbx-card__content:after{margin-top:5px}.bbx-category-strip{grid-template-columns:repeat(2,1fr);gap:7px}.bbx-category-tile{min-height:190px}.bbx-category-tile:nth-child(2n){transform:none}.bbx-drop__inner{grid-template-columns:1fr;gap:15px;padding-block:30px}.bbx-drop__media img{aspect-ratio:16/9}.bbx-drop h2{font-size:34px}.bbx-drop__copy p{margin:10px auto;font-size:11px}.bbx-countdown{margin:13px auto}.bbx-countdown div{padding:8px 3px}.bbx-countdown strong{font-size:18px}.bbx-countdown small{font-size:6px}.bbx-newsletter-inline input{padding:11px 13px;font-size:11px}.bbx-newsletter-inline button{padding:0 13px;font-size:10px}.bbx-cart-goals{margin-bottom:20px;padding:14px 10px}.bbx-cart-goals__top{display:block;font-size:10px}.bbx-cart-goals__top span{display:block;margin-top:4px}.bbx-cart-milestones{gap:5px}.bbx-cart-milestones>span{padding:7px 3px;font-size:7.5px}.bbx-cart-item{grid-template-columns:72px 1fr auto}.bbx-cart-item img{width:72px}.bbx-cart-item>strong{grid-column:auto;font-size:10px}.bbx-cart-upsell__rail{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.bbx-cart-upsell__item{flex:0 0 86%;scroll-snap-align:start}.bbx-cart-upsell__head h2{font-size:21px}}@keyframes bbx-marquee{to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.bbx-announcement__track{animation:none!important}}.bbx-main [hidden]{display:none!important}.bbx-drop__pixel-image,.bbx-drop__media--teaser .bbx-drop__full-image{display:none}.bbx-drop__media--teaser .bbx-drop__pixel-image{display:block;filter:none;transform:none;image-rendering:pixelated}.bbx-cart__layout>*{min-width:0}.bbx-cart-item{grid-template-columns:96px minmax(0,1fr) auto}.bbx-cart-item>div{min-width:0}.bbx-cart-item h3,.bbx-cart-item small{overflow-wrap:anywhere;white-space:normal}.bbx-cart-upsell,.bbx-cart-upsell__rail{min-width:0;max-width:100%}.bbx-cart-upsell__head h2{white-space:normal;overflow-wrap:anywhere}.bbx-cart-upsell__item{min-width:0;box-sizing:border-box}.bbx-card legend{overflow:visible;text-overflow:clip;white-space:normal;line-height:1.35}.bbx-option span{max-width:none}.bbx-home-products .bbx-section-head{display:grid;justify-items:center;gap:9px;text-align:center}.bbx-home-products .bbx-section-head>a{position:static}@media(max-width:989px){.bbx-cart__layout{grid-template-columns:minmax(0,1fr)}}@media(max-width:640px){.bbx-cart-item{grid-template-columns:72px minmax(0,1fr) auto;gap:10px}.bbx-cart-item h3{font-size:13px}.bbx-cart-item small{font-size:10px}.bbx-card legend{font-size:9px;min-height:25px}.bbx-card__select{height:34px;font-size:10px}.bbx-card__add{width:40px;height:40px;min-height:40px}.bbx-card__name,.bbx-card__price{font-size:12px}.bbx-option{height:30px;font-size:9px}.bbx-home-products .bbx-section-head h2{font-size:26px}.bbx-home-products .bbx-section-head>a{font-size:9px}.bbx-cart-upsell__item{flex-basis:92%;grid-template-columns:60px minmax(0,1fr) 36px;gap:8px}.bbx-cart-upsell__item img{width:60px}.bbx-cart-upsell__item button{width:36px;height:36px}.bbx-cart-upsell__head h2{font-size:20px;line-height:1.15}}.bbx-content>article{min-width:0}.bbx-faq details{border-bottom:1px solid var(--bbx-line);padding:18px 0}.bbx-faq summary{display:flex;align-items:center;justify-content:space-between;gap:16px;list-style:none;font-size:16px;font-weight:800;line-height:1.35;cursor:pointer}.bbx-faq summary::-webkit-details-marker{display:none}.bbx-faq summary span{flex:none;color:var(--bbx-purple);font-size:24px;transition:transform .2s}.bbx-faq details[open] summary span{transform:rotate(45deg)}.bbx-faq .rte{margin-top:14px}.bbx-about-copy{margin-bottom:28px}.bbx-about-copy h2{font-size:28px}.bbx-home-hero{display:block;min-height:0;background:#fff6de;color:var(--bbx-ink);padding-top:0}.bbx-home-hero:after{display:none}.bbx-home-hero__image{position:relative;inset:auto;display:block;width:min(100%,1040px);height:auto;max-height:none;aspect-ratio:2/1;object-fit:contain;margin-inline:auto}.bbx-home-hero__content{position:relative;z-index:1;padding:16px 0 24px}.bbx-home-hero h1{max-width:none;font-size:34px;line-height:1.03;color:var(--bbx-ink)}.bbx-home-hero p{max-width:520px;font-size:12px;line-height:1.45;margin:8px auto 14px}.bbx-home-hero .bbx-eyebrow{color:#555139;font-size:9px;margin-bottom:7px}.bbx-home-hero .bbx-btn{min-height:42px;box-shadow:3px 3px #171717;transform:none;font-size:11px}.bbx-home-products .bbx-section-head,.bbx-home-products .bbx-section-head .bbx-eyebrow{justify-content:center}.bbx-brandmark{display:inline-flex;align-items:center;gap:6px;color:var(--bbx-ink);font-family:var(--heading-font-stack,Arial,sans-serif);font-size:24px;font-weight:950;font-style:italic;letter-spacing:-1.3px;line-height:1;white-space:nowrap;transform:rotate(-2deg)}.bbx-brandmark__bang{margin-left:2px}.bbx-brandmark__bash{display:inline-block;padding:5px 8px 6px;background:var(--bbx-lime);border:2px solid #171717;border-radius:7px;box-shadow:2px 2px #171717;color:#171717;transform:rotate(3deg)}.bbx-brandmark__bash>span{margin-left:1px}.bbx-header__logo{text-decoration:none;color:inherit}.bbx-footer__brand .bbx-brandmark{color:#fff;font-size:21px}.bbx-cart-count{background:var(--bbx-lime);color:#171717;border:1px solid #171717}.bbx-cart-feedback{position:absolute;z-index:2;right:1px;top:29px;display:grid;place-items:center;min-width:30px;height:25px;padding:0 6px;border:1.5px solid #171717;border-radius:999px;background:var(--bbx-lime);color:#171717;font-size:13px;font-weight:950;line-height:1;box-shadow:0 3px #171717;opacity:0;pointer-events:none}.is-cart-added .bbx-cart-feedback{animation:bbx-cart-pop 1.8s ease both}.is-cart-added>svg{animation:bbx-cart-nudge .45s ease}.is-cart-added{position:relative}.bbx-card__add .bbx-cart-feedback{top:-16px;right:-6px}.bbx-product__add .bbx-cart-feedback,.bbx-sticky-buy button .bbx-cart-feedback{top:-12px;right:10px}@keyframes bbx-cart-pop{0%{opacity:0;transform:translateY(7px) scale(.65)}15%,75%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-8px) scale(.95)}}@keyframes bbx-cart-nudge{0%,to{transform:scale(1) rotate(0)}35%{transform:scale(1.2) rotate(-10deg)}70%{transform:scale(1.1) rotate(7deg)}}.bbx-low-stock{display:flex;align-items:center;gap:8px;margin:0 0 10px;padding:11px 12px;border:1px solid #eeb5ad;border-radius:8px;background:#fff1ee;color:#a6271c;font-size:13px;line-height:1.4}.bbx-low-stock[hidden]{display:none}.bbx-low-stock svg{flex:none;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.bbx-low-stock strong{font-weight:850}@media(prefers-reduced-motion:reduce){.is-cart-added .bbx-cart-feedback{animation:none;opacity:1}.is-cart-added>svg{animation:none}}.bbx-card__content:after{display:none;content:none}.bbx-card__options{min-height:0;margin-top:9px}.bbx-card__options fieldset{margin-top:0}.bbx-card__add,.bbx-cart-upsell__item .bbx-upsell-add{display:flex;align-items:center;justify-content:center;padding:0;background:var(--bbx-lime);color:#171717!important;border:1px solid #171717;border-radius:50%;box-shadow:0 2px 6px #0002;flex-shrink:0}.bbx-card__add svg,.bbx-upsell-add svg{display:block;flex:none;width:21px;height:21px;margin:0;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.bbx-card__add.is-added{background:#d4f1ba}.bbx-card__add:disabled{opacity:.5;cursor:not-allowed}.bbx-card__add:focus-visible,.bbx-upsell-add:focus-visible{outline:3px solid #171717;outline-offset:3px}.bbx-card__slides{touch-action:pan-x pan-y;overscroll-behavior-x:contain;scroll-snap-stop:always}.bbx-card__slide{scroll-snap-stop:always}.bbx-card__slide img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.bbx-card__dots{max-width:calc(100% - 100px);overflow:hidden;justify-content:center;flex-wrap:wrap}.bbx-card__select{height:36px;font-size:11px;padding-left:7px}.bbx-cart-upsell__item .bbx-upsell-add{width:36px;height:36px}.bbx-cart-upsell__item{grid-template-columns:68px minmax(0,1fr) 36px}.bbx-cart-milestones>span.is-reached{border-color:#c8d64d;background:var(--bbx-lime);color:#171717}.bbx-shipping-progress i{background:#c4d643}.bbx-product__accordion .rte a{text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}.bbx-product__accordion .rte{overflow-wrap:anywhere}.bbx-product__accordion summary{gap:14px;line-height:1.3}.bbx-product__accordion summary>span{flex:none}.bbx-upsell-variant{color:#656565;font-size:9px;line-height:1.3}.bbx-purchase-options{padding:14px;margin-bottom:15px;border:1px solid var(--bbx-line);border-radius:10px;background:#fffbed}.bbx-purchase-options label{display:block;font-size:12px;font-weight:800;margin-bottom:8px}.bbx-purchase-options select{display:block;width:100%;max-width:100%;font:inherit;font-size:13px;padding:11px 8px;border:1px solid #b0ad9d;border-radius:6px;background:#fff}.bbx-purchase-options p{font-size:11px;line-height:1.45;margin:10px 0 0}@media(min-width:990px){.bbx-home-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);align-items:center;padding:16px max(20px,calc((100vw - 1480px)/2));gap:24px}.bbx-home-hero__image{width:100%;border-radius:16px}.bbx-home-hero__content{width:100%;padding:12px 0}.bbx-home-hero h1{font-size:clamp(26px,3vw,44px)}.bbx-home-hero p{max-width:380px}}@media(max-width:989px){.bbx-brandmark{font-size:20px;gap:4px;letter-spacing:-1px}.bbx-header__row{gap:6px}.bbx-brandmark__bash{padding:4px 6px 5px}.bbx-home-hero__image{max-width:680px}}@media(max-width:640px){#ecomsend-widget .ecomsend__Popover__Widget{display:none!important}.bbx-home-hero{min-height:0;padding:0}.bbx-home-hero__image{width:100%;aspect-ratio:2/1;object-position:center}.bbx-home-hero__content{padding:10px 0 18px}.bbx-home-hero h1{font-size:22px;line-height:1.02;max-width:100%}.bbx-home-hero p{font-size:10px;line-height:1.35;max-width:310px;margin:6px auto 10px}.bbx-home-hero .bbx-eyebrow{font-size:7px;margin-bottom:5px}.bbx-home-hero .bbx-btn{min-height:36px;font-size:9px;padding:0 17px}.bbx-home-products{padding-top:16px}.bbx-card__add{width:42px;height:42px;min-height:42px}.bbx-card__options{min-height:0;margin-top:7px}.bbx-card__select{height:35px;font-size:10px}.bbx-cart-upsell__item{grid-template-columns:60px minmax(0,1fr) 36px}}@media(max-width:360px){.bbx-brandmark{font-size:15px;letter-spacing:-.8px;gap:3px}.bbx-brandmark__bash{padding:4px 5px}.bbx-header .bbx-icon-btn{width:32px}}@media(max-width:989px){.bbx-content{grid-template-columns:minmax(0,1fr)}}.bbx-newsletter-inline,.bbx-footer__newsletter{display:block;border:0;overflow:visible;border-radius:0}.bbx-newsletter__fields{display:flex;overflow:hidden;border:1px solid rgba(255,255,255,.6);border-radius:999px}.bbx-newsletter__fields input{width:0;flex:1;min-width:0}.bbx-newsletter__privacy,.bbx-drop__copy .bbx-newsletter__privacy{font-size:11px;line-height:1.5;margin:10px 0 0;color:#ffffffd9}.bbx-newsletter__privacy a{color:inherit;text-decoration:underline}.bbx-form-message{font-size:13px;line-height:1.5}.bbx-header :focus-visible,.bbx-drawer :focus-visible,.bbx-main :focus-visible,.bbx-footer :focus-visible{outline:3px solid #956b00;outline-offset:3px}.bbx-footer :focus-visible,.bbx-drop :focus-visible{outline-color:#ffe34f}.bbx-drawer__panel{overflow-y:auto}.bbx-drawer__close{min-width:44px;min-height:44px}.bbx-product__media video,.bbx-product__media iframe,.bbx-product__media model-viewer{display:block;width:100%;height:100%;min-height:240px;aspect-ratio:1/1.15;object-fit:contain}.bbx-sticky-buy button:disabled{opacity:.55;cursor:not-allowed}.bbx-cart-discount,.bbx-cart__summary-row{display:flex;justify-content:space-between;gap:12px}.bbx-cart-discount{font-size:12px;color:#256136;margin-block:10px}.bbx-cart-goals__note{font-size:11px;line-height:1.5;margin:10px 0 0}@media(max-width:640px){body:has(.bbx-sticky-buy) .bbx-footer{padding-bottom:90px}}@media(prefers-reduced-motion:reduce){.bbx-announcement__track{animation:none}}.bbx-cart__accelerated{margin-top:16px;padding-top:14px;border-top:1px solid var(--bbx-line)}.bbx-cart__accelerated>span{display:block;margin-bottom:9px;color:#666;font-size:9px;font-weight:850;letter-spacing:.04em;text-align:center;text-transform:uppercase}.bbx-cart__accelerated shopify-accelerated-checkout-cart{--shopify-accelerated-checkout-button-block-size:42px;--shopify-accelerated-checkout-button-border-radius:8px}.bbx-cart-mobile-checkout{display:none}@media(max-width:640px){.bbx-cart{padding-bottom:132px}.bbx-cart-mobile-checkout{position:fixed;z-index:47;left:8px;right:8px;bottom:8px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 9px 9px 12px;border:1px solid #171717;border-radius:12px;background:#fffffff7;box-shadow:0 10px 30px #00000038;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.bbx-cart-mobile-checkout small,.bbx-cart-mobile-checkout strong{display:block}.bbx-cart-mobile-checkout small{color:#666;font-size:8px;line-height:1.2}.bbx-cart-mobile-checkout strong{font-size:14px;line-height:1.2}.bbx-cart-mobile-checkout form{margin:0}.bbx-cart-mobile-checkout button{min-height:42px;padding:0 15px;border:1px solid #171717;border-radius:8px;background:var(--bbx-lime);color:#171717;font:inherit;font-size:9px;font-weight:950;text-transform:uppercase;cursor:pointer}.bbx-cart-mobile-checkout button:focus-visible{outline:3px solid #956b00;outline-offset:3px}body:has(.bbx-cart-mobile-checkout) .bbx-footer{padding-bottom:88px}}.bbx-main .bbx-btn--lime,.bbx-main .bbx-btn--lime span,.bbx-sticky-buy button,.bbx-sticky-buy button span,.bbx-cart-mobile-checkout button{color:#171717!important;-webkit-text-fill-color:#171717}.bbx-drop-reminder{max-width:460px;margin:18px auto 0;text-align:left}.bbx-drop-reminder summary{padding:12px 16px;border:1px solid #ffffff80;border-radius:8px;color:#fff;font-size:12px;font-weight:800;cursor:pointer;text-align:center}.bbx-drop-reminder[open] summary{margin-bottom:14px}.bbx-category-tile--new{display:grid;place-items:center;background:#e4ee78;color:#171717}.bbx-new-art{font-size:clamp(34px,5vw,64px);font-weight:950;transform:rotate(-8deg);color:#171717}.bbx-category-tile--new span{color:#171717;text-shadow:none}.bbx-product__select{height:44px;font-size:13px}.bbx-product__options{gap:12px;margin:16px 0}.bbx-plan-details{margin-top:8px;font-size:11px}.bbx-plan-details summary{cursor:pointer;padding:4px 0}.bbx-category-strip{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.bbx-filters:not([open]){display:none}.bbx-announcement{position:relative;display:flex;align-items:center;height:34px;padding:0;overflow:hidden}.bbx-announcement__window{flex:1;min-width:0;overflow-x:auto;scrollbar-width:none}.bbx-announcement__window::-webkit-scrollbar{display:none}.bbx-announcement__track{width:max-content;min-width:0;justify-content:flex-start;gap:0;padding:0;white-space:nowrap;font-size:10px;line-height:32px;letter-spacing:.045em;animation:bbx-marquee 32s linear infinite}.bbx-announcement__item{display:flex;align-items:center;justify-content:center;flex:none;min-width:calc(100vw - 34px);gap:28px;padding:0 22px;box-sizing:border-box;white-space:nowrap}.bbx-announcement__item b{font-size:12px}.bbx-announcement--paused .bbx-announcement__track,.bbx-announcement__window:focus .bbx-announcement__track{animation-play-state:paused}@media(hover:hover){.bbx-announcement:hover .bbx-announcement__track{animation-play-state:paused}}.bbx-announcement__toggle{display:grid;place-items:center;flex:none;width:34px;height:32px;border:0;border-left:1px solid rgba(17,17,17,.2);background:var(--bbx-lime);color:#111;font-size:13px;cursor:pointer}.bbx-announcement__toggle:focus-visible,.bbx-announcement__window:focus-visible{outline:2px solid #111;outline-offset:-3px}.bbx-announcement__play-icon{display:none}.bbx-announcement--paused .bbx-announcement__play-icon{display:block}.bbx-announcement--paused .bbx-announcement__pause-icon{display:none}@media(prefers-reduced-motion:reduce){.bbx-announcement__track{transform:none}.bbx-announcement__item{min-width:100vw}.bbx-announcement__item[aria-hidden=true],.bbx-announcement__toggle{display:none}}@media(max-width:640px){.bbx-product__info h1{font-size:30px;line-height:1.05}.bbx-product__price{margin:10px 0;font-size:18px}.bbx-product__note{margin:6px 0;font-size:10px}.bbx-product__trust{display:flex;flex-wrap:wrap;gap:5px}.bbx-product__trust div{flex:1;padding:8px 4px;font-size:8px}.bbx-purchase-options{padding:10px;margin-bottom:10px}.bbx-low-stock{padding:8px 10px;font-size:11px}.bbx-collection-hero h1{font-size:36px;margin-bottom:12px}.bbx-collection-tools{margin-top:0}.bbx-drop__inner{grid-template-columns:90px minmax(0,1fr);gap:14px;padding-block:24px;align-items:start}.bbx-drop__media img{aspect-ratio:1/1}.bbx-drop__media--teaser:after{display:none}.bbx-drop__badge{font-size:7px;padding:4px;left:4px;right:4px;bottom:4px}.bbx-drop h2{font-size:24px;line-height:1.05}.bbx-drop__copy p{font-size:11px;margin:8px auto}.bbx-drop-reminder{margin-top:10px}.bbx-drop-reminder summary{padding:10px 8px;font-size:10px}.bbx-category-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.bbx-category-tile{min-height:145px}.bbx-category-tile:nth-child(3n){border-radius:12px}.bbx-footer__top h2{font-size:26px}}.bbx-product__media{display:flex;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain}.bbx-product__media::-webkit-scrollbar{display:none}.bbx-product__media figure{flex:0 0 100%;min-width:0;scroll-snap-align:start;scroll-snap-stop:always;aspect-ratio:1;background:#fff}.bbx-product__media img,.bbx-product__media video,.bbx-product__media iframe,.bbx-product__media model-viewer{display:block;width:100%;height:100%;aspect-ratio:1;object-fit:contain}.bbx-product__gallery-controls{display:flex;align-items:center;justify-content:center;gap:20px;padding:10px;font-size:12px;font-weight:800}.bbx-product__gallery-controls button{display:grid;place-items:center;width:40px;height:40px;border:1px solid #ddd;border-radius:50%;background:#eaff58;color:#171717;font-size:25px;cursor:pointer}.bbx-product__gallery-controls button:disabled{opacity:.35;cursor:default}.bbx-category-tile--new img{object-fit:cover}.bbx-main .bbx-category-tile--new{color:#fff!important}.bbx-product__trust>div{display:flex;align-items:center;justify-content:center;gap:4px;min-height:44px;line-height:1.35;text-align:center}.bbx-product__trust>div>span:first-child{flex:none}.bbx-product__trust>div>span:last-child{text-wrap:balance}.bbx-purchase-options__fixed{display:flex;align-items:center;gap:10px}.bbx-purchase-options__fixed>span{font-size:26px;line-height:1;color:#49336b}.bbx-purchase-options__fixed strong,.bbx-purchase-options__fixed div>span{display:block}.bbx-purchase-options__fixed strong{font-size:11px;text-transform:uppercase;letter-spacing:.04em}.bbx-purchase-options__fixed div>span{margin-top:4px;font-size:14px;font-weight:750;line-height:1.4}.bbx-mystery-pixels{display:block;width:100%;height:auto;aspect-ratio:1;max-width:340px;margin:auto}.bbx-drop--weekly .bbx-drop__media{max-width:340px;width:100%;margin:auto;background:#e9e1f7}.bbx-drop--weekly .bbx-drop__badge{top:auto;bottom:10px;left:10px;right:10px;text-align:center}.bbx-drop--weekly .bbx-drop__schedule{margin:8px auto;font-size:11px;color:#e8def5}.bbx-drop--weekly .bbx-drop-reminder{margin-top:18px;text-align:center}.bbx-drop-reminder .bbx-newsletter__fields{background:#fff;border-color:#fff;border-radius:12px;min-height:48px}.bbx-drop-reminder .bbx-newsletter__fields input{color:#171717;padding:12px 14px;font-size:14px}.bbx-drop-reminder .bbx-newsletter__fields input::placeholder{color:#646464}.bbx-drop-reminder .bbx-newsletter__fields button{min-width:60px;font-size:14px;cursor:pointer;color:#171717}.bbx-drop-reminder .bbx-newsletter__fields button:disabled{opacity:.55;cursor:wait}.bbx-drop-reminder .bbx-newsletter__fields[hidden]{display:none}.bbx-newsletter__challenge{color:#effb74;text-decoration:underline;font-size:12px}.bbx-drop--weekly .bbx-countdown strong{font-variant-numeric:tabular-nums}@media(max-width:640px){.bbx-drop--weekly .bbx-drop__inner{grid-template-columns:86px minmax(0,1fr);gap:10px 14px;padding-block:24px;align-items:center}.bbx-drop--weekly .bbx-drop__copy{display:contents}.bbx-drop--weekly [data-drop-upcoming]{text-align:left}.bbx-drop--weekly .bbx-drop__badge{display:none}.bbx-drop--weekly h2{font-size:23px}.bbx-drop--weekly .bbx-countdown,.bbx-drop--weekly .bbx-drop__schedule,.bbx-drop--weekly .bbx-drop-reminder{grid-column:1/-1;width:100%;margin:0 auto;max-width:460px;text-align:center}.bbx-drop--weekly .bbx-countdown{gap:7px;margin-top:4px}.bbx-drop--weekly .bbx-countdown div{padding:9px 4px}.bbx-drop--weekly .bbx-countdown strong{font-size:23px}.bbx-drop--weekly .bbx-countdown small{font-size:8px}.bbx-drop--weekly .bbx-drop__schedule{font-size:10px}.bbx-drop--weekly .bbx-drop-reminder{margin-top:2px}.bbx-drop--weekly .bbx-newsletter__privacy{font-size:10px;margin-bottom:0}}.bbx-footer__top{width:min(calc(100% - 40px),680px);grid-template-columns:minmax(0,1fr);gap:24px;padding-block:48px;text-align:center;justify-items:center}.bbx-footer__top>div{width:100%;max-width:600px}.bbx-footer__top h2{margin:0 0 12px;font-size:clamp(27px,3vw,38px);line-height:1.05;text-wrap:balance}.bbx-footer__top>div>p{max-width:520px;margin:0 auto;font-size:14px;line-height:1.6;text-wrap:balance}.bbx-footer__newsletter{width:100%;max-width:600px;margin:0 auto;min-width:0;text-align:center}.bbx-footer__newsletter .bbx-newsletter__fields{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;overflow:visible;border:0;border-radius:0;background:transparent}.bbx-footer__newsletter .bbx-newsletter__fields input{box-sizing:border-box;width:100%;min-width:0;min-height:54px;padding:14px 18px;border:2px solid rgba(255,255,255,.6);border-radius:12px;background:#202020;color:#fff;font:inherit;font-size:16px;line-height:1.4;text-align:left}.bbx-footer__newsletter .bbx-newsletter__fields input::placeholder{color:#c7c7c7;opacity:1}.bbx-footer__newsletter .bbx-newsletter__fields button{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:148px;min-height:54px;padding:12px 24px;border:2px solid var(--bbx-lime);border-radius:12px;background:var(--bbx-lime);color:#111;font:inherit;font-size:14px;font-weight:850;line-height:1.3;cursor:pointer}.bbx-footer__newsletter .bbx-newsletter__fields button:hover{background:#fff;border-color:#fff;color:#111}.bbx-footer__newsletter .bbx-newsletter__fields button:disabled{opacity:.55;cursor:wait}.bbx-footer__newsletter .bbx-newsletter__privacy{max-width:560px;margin:14px auto 0;text-align:center;font-size:11px;line-height:1.6}.bbx-footer__newsletter .bbx-form-message{margin:12px auto;text-align:center}@media(max-width:480px){.bbx-footer__top{gap:22px;padding-block:36px}.bbx-footer__top>div>p{font-size:13px}.bbx-footer__newsletter .bbx-newsletter__fields{grid-template-columns:minmax(0,1fr);gap:10px}.bbx-footer__newsletter .bbx-newsletter__fields button{width:100%;min-height:52px}}.bbx-category-strip{grid-template-columns:repeat(4,minmax(0,1fr))}.bbx-new-mystery{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover}.bbx-category-tile--new:after{display:none}.bbx-main .bbx-category-tile--new,.bbx-category-tile--new span{color:#171717!important}.bbx-captcha-note{margin:10px auto 0;font-size:10px;line-height:1.5;text-align:center;opacity:.7}.bbx-captcha-note a{display:inline;font:inherit;color:inherit;text-decoration:underline}.bbx-cart-goals__note{font-size:10px;line-height:1.5}@media(max-width:989px){.bbx-category-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/bbb-theme.css.map */
