:root{--bb-black: var(--color-black);--bb-white: var(--color-full-white);--bb-grey-50: #f7f7f7;--bb-grey-100: #dfdfdf;--bb-grey-200: #cdcdcd;--bb-grey-300: #b3b3b3;--bb-grey-400: #808080;--bb-grey-500: #666666;--bb-green: #287c6c;--bb-green-dark: #388e3c;--bb-green-light: #1c6154;--bb-green-muted: #adece0;--bb-green-gradient: linear-gradient(135deg, var(--color-green), #66bb6a);--bb-red: var(--color-red);--bb-orange: #b0440a;--bb-orange-light: #e35204;--bb-yellow: #ffa41c;--bb-border-muted: rgba(55, 58, 54, .4);--bb-overlay: rgba(var(--color-full-black-rgb), .5);--bb-white-alpha: rgba(255, 255, 255, .1);--bb-shadow-card: 0 2px 8px rgba(var(--color-full-black-rgb), .08);--bb-shadow-card-hover: 0 6px 20px rgba(var(--color-full-black-rgb), .12);--bb-radius-sm: 4px;--bb-radius-md: 8px;--bb-radius-pill: 9999px;--bb-transition: .3s ease;--bb-font-family: var(--font-body-family);--bb-progress-bar-height: auto}.bundle-builder-section{font-family:var(--bb-font-family);color:var(--bb-black);background:var(--bb-white);display:flex;flex-direction:column}.bundle-builder-section.bb-loading{opacity:0}body.bb-modal-open{overflow:hidden}body.bb-checkout-in-progress cart-drawer,body.bb-checkout-in-progress #CartDrawer,body.bb-checkout-in-progress .cart-drawer,body.bb-checkout-in-progress #CartDrawer-Overlay,body.bb-checkout-in-progress .cart-drawer__overlay,body.bb-checkout-in-progress .rebuy-cart__flyout,body.bb-checkout-in-progress .rebuy-cart__flyout-overlay,body.bb-checkout-in-progress [data-rebuy-cart],body:has(.bundle-builder-section) #freshworks-container{display:none!important;visibility:hidden!important;pointer-events:none!important}body.bb-modal-open #MainContent,body.bb-modal-open main,body.bb-modal-open .shopify-section,body.bb-modal-open .bundle-builder-section,body.bb-modal-open header,body.bb-modal-open #shopify-section-header{position:relative}body.bb-modal-open .shopify-section,body.bb-modal-open .bundle-builder-section,body.bb-modal-open header,body.bb-modal-open #shopify-section-header{z-index:0}body.bb-modal-open #MainContent,body.bb-modal-open main{z-index:1}.bb-header{border-bottom:1px solid var(--bb-grey-200);background:var(--bb-white);position:sticky;top:0;z-index:100}.bb-header__inner{display:flex;align-items:center;justify-content:space-between;padding-top:20px;padding-bottom:20px;min-height:56px}.bb-header__logo{flex-shrink:0}.bb-header__logo svg,.bb-header__logo img{height:32px;width:auto}.bb-header__mobile-icon{display:none}.bb-header__title{font-size:13px;font-weight:500;letter-spacing:.26px;text-transform:uppercase;color:var(--bb-black);text-align:center}.bb-header__back{display:inline-flex;align-items:center;gap:6px;padding:6px 16px;background:var(--bb-black);color:var(--bb-white);border:none;border-radius:var(--bb-radius-sm);font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;transition:opacity var(--bb-transition);white-space:nowrap;line-height:1.5}.bb-header__back:hover{opacity:.85}.bb-header__back-icon{display:none}.bb-header__back-icon svg{width:20px;height:20px}.bb-stepper{display:flex;align-items:flex-start;justify-content:flex-start;gap:32px;margin-top:40px;width:100%}.bb-stepper__step{display:flex;flex-direction:row;align-items:center;gap:8px}.bb-stepper__ident{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;position:relative;z-index:1;transition:all var(--bb-transition);line-height:1}.bb-stepper__step--upcoming .bb-stepper__ident{background:var(--bb-white);border:1px solid var(--bb-black);color:var(--bb-black)}.bb-stepper__step--active .bb-stepper__ident{background:var(--bb-black);border:1px solid var(--bb-black);color:var(--bb-white)}.bb-stepper__step--completed .bb-stepper__ident{background:var(--bb-green);border:1px solid var(--bb-green);color:var(--bb-white)}.bb-stepper__ident-check,.bb-stepper__step--completed .bb-stepper__ident-number{display:none}.bb-stepper__step--completed .bb-stepper__ident-check{display:block;width:14px;height:12px}.bb-stepper__label{font-size:14px;font-weight:400;text-align:center;white-space:nowrap}.bb-stepper__step--completed .bb-stepper__label{color:var(--bb-green-light)}.bb-stepper__step--completed{cursor:pointer}.bb-step{display:none;animation:bbFadeIn .3s ease forwards}.bb-step--active{display:block}@keyframes bbFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.bb-step__heading{margin-top:24px}.bb-step__heading h2{font-size:35px;font-weight:600}.bb-step__heading p{font-size:15px;color:var(--bb-grey-500);margin:0}.bb-savings-banner{display:inline-flex;align-items:center;gap:12px;padding:12px 24px 12px 12px;background:var(--bb-orange);border-radius:16px;color:var(--bb-white);margin-bottom:40px}.bb-savings-banner svg{width:16px;height:16px;flex-shrink:0;background:var(--bb-orange-light);border-radius:16px;padding:8px;box-sizing:content-box}.bb-savings-banner span{display:flex;flex-direction:column;gap:4px;font-size:16px;font-weight:600;line-height:1.4}.bb-step__subtitle{font-size:14px;font-weight:400;line-height:1.2;color:var(--bb-white);margin:0}.bb-filters-section,.bb-grid-section,.bb-frequency-cards{background-color:var(--color-white)}.bb-filter-toggle__wrap{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-top:40px}.bb-filter-toggle{display:inline-flex;border-radius:var(--bb-radius-pill);border:1px solid var(--bb-grey-100);padding:4px;gap:8px;background:var(--bb-white)}.bb-filter-toggle__btn{padding:16px 24px;font-size:16px;font-weight:600;font-family:var(--bb-font-family);line-height:1;border:none;cursor:pointer;transition:all var(--bb-transition);background:var(--bb-white);color:var(--bb-black);border-radius:var(--bb-radius-pill)}.bb-filter-toggle__btn--active{background:var(--bb-black);color:var(--bb-white)}.bb-filter-toggle__btn:not(.bb-filter-toggle__btn--active):hover{background:var(--bb-grey-50)}.bb-tabs{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;flex-wrap:wrap;align-items:center}.bb-tabs::-webkit-scrollbar{display:none}.bb-tabs__tab{padding:12px 18px;font-size:16px;font-weight:600;font-family:var(--bb-font-family);line-height:1;border:1px solid var(--bb-grey-100);border-radius:var(--bb-radius-pill);background:var(--bb-white);color:var(--bb-black);cursor:pointer;white-space:nowrap;transition:all var(--bb-transition);flex-shrink:0}.bb-tabs__tab--active{background:var(--bb-orange-light);color:var(--bb-white);border-color:var(--bb-orange-light)}.bb-tabs__tab:not(.bb-tabs__tab--active):hover{background:var(--bb-grey-50);border-color:var(--bb-grey-300)}.bb-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding-block:40px 80px}[data-bb-step="2"] .bb-grid-section{margin-top:40px}.bb-product-card{background:var(--bb-white);border-radius:var(--bb-radius-md);box-shadow:0 20px 24px #0000000f;overflow:hidden;display:flex;flex-direction:column;transition:transform var(--bb-transition),box-shadow var(--bb-transition);cursor:pointer}.bb-product-card__image{position:relative;height:280px;overflow:hidden;border-radius:var(--bb-radius-md) var(--bb-radius-md) 0 0;padding:16px;display:flex;align-items:flex-end;justify-content:space-between}.bb-product-card__bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.bb-product-card__fg-img{position:relative;z-index:1;width:100%;height:128px;max-width:128px;border:1px solid var(--bb-grey-100);border-radius:var(--bb-radius-md) var(--bb-radius-md) 0 0;overflow:hidden;background:var(--bb-white)}.bb-product-card__fg-img img{width:100%;height:100%;object-fit:cover}.bb-product-card__image--simple{padding:0}.bb-product-card__cover-img{width:100%;height:100%;object-fit:cover}.bb-card__badge,.bb-product-card__category{font-weight:500;text-transform:uppercase;letter-spacing:.02em;line-height:1.2}.bb-card__badge{position:absolute;top:24px;left:24px;padding:6px 12px;font-size:13px;background:var(--bb-orange-light);color:var(--bb-white);border-radius:var(--bb-radius-sm);z-index:2}.bb-product-card__details{padding:16px;display:flex;flex-direction:column;gap:12px;flex:1;border-radius:0 0 var(--bb-radius-md) var(--bb-radius-md)}.bb-product-card__category{font-size:12px}.bb-product-card__name{font-size:18px;font-weight:500;line-height:1.2;margin:-8px 0 0}.bb-product-card__price{display:flex;align-items:flex-end;gap:6px;margin:0}.bb-product-card__price-from{font-size:16px;font-weight:400;line-height:1.25}.bb-product-card__price-value{font-size:20px;font-weight:700;line-height:1.2}.bb-product-card__pricing{display:flex;align-items:baseline;gap:10px 16px}.bb-product-card__savings{display:flex;align-items:center;gap:8px;margin:0;padding-bottom:2px}.bb-product-card__save-pct,.bb-product-card__rrp{font-size:14px;font-weight:600;line-height:1;color:var(--bb-orange-light)}.bb-product-card__actions{margin-top:auto}.bb-product-card__add-btn{display:block;width:100%;padding:16px 20px;font-size:14px;font-weight:600;font-family:var(--bb-font-family);border:1px solid var(--bb-black);border-radius:var(--bb-radius-sm);background:var(--bb-white);cursor:pointer;transition:all var(--bb-transition);text-align:center}.bb-product-card__add-btn:hover{background:var(--bb-black);color:var(--bb-white)}.bb-product-card__add-btn--sold-out,.bb-modal__add-btn--sold-out{opacity:.5;cursor:not-allowed;pointer-events:none}.bb-product-card__added{display:flex;align-items:center;justify-content:space-between;padding:0 12px 0 8px}.bb-product-card__trash{background:none;border:none;padding:0;cursor:pointer;transition:opacity var(--bb-transition);flex-shrink:0;display:flex;align-items:center;justify-content:center}.bb-product-card__trash:hover{opacity:.7}.bb-product-card__trash svg{width:20px;height:20px}.bb-qty-stepper{display:inline-flex;align-items:center;gap:16px}.bb-qty-stepper__btn{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity var(--bb-transition)}.bb-qty-stepper__btn:hover{opacity:.7}.bb-qty-stepper__btn svg{width:20px;height:20px}.bb-qty-stepper__value{width:64px;text-align:center;font-size:12px;font-weight:400;line-height:1.2;font-family:var(--bb-font-family);border:1px solid var(--bb-border-muted);border-radius:var(--bb-radius-sm);background:var(--bb-white);color:var(--bb-black);padding:17px 0}.bb-qty-stepper__value:focus-visible{outline:none}.bb-qty-stepper__value::-webkit-outer-spin-button,.bb-qty-stepper__value::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.bb-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--bb-overlay);z-index:500;display:flex;align-items:center;justify-content:center;padding:24px;animation:bbFadeOverlay .2s ease forwards}@keyframes bbFadeOverlay{0%{opacity:0}to{opacity:1}}.bb-modal{background:var(--bb-white);border-radius:8px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;gap:20px;padding:20px;animation:bbSlideUp .3s ease forwards}@keyframes bbSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.bb-modal__reviews-count,.bb-modal__category,.bb-modal__title,.bb-modal__variant-label,.bb-modal__variant-pill,.bb-modal__qty-label,.bb-modal__price,.bb-modal__add-btn{line-height:1.2}.bb-modal__header{display:flex;justify-content:space-between;align-items:flex-start}.bb-modal__header-info{display:flex;flex-direction:column;gap:16px;flex:1}.bb-modal__reviews{display:flex;align-items:center;gap:8px}.bb-modal__stars{display:flex;gap:2px;color:var(--color-orange)}.bb-modal__stars svg{width:80px;height:16px}.bb-modal__reviews-count{font-size:12px}.bb-modal__header-titles{display:flex;flex-direction:column;gap:4px}.bb-modal__category,.bb-modal__variant-label,.bb-modal__qty-label{font-size:12px;font-weight:500;letter-spacing:.02em}.bb-modal__title{font-size:23px;font-weight:500;margin:0}.bb-modal__close{width:40px;height:40px;background:var(--bb-white);border:1px solid var(--bb-grey-100);border-radius:9999px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background var(--bb-transition);padding:3px}.bb-modal__close:hover{background:var(--bb-grey-50)}.bb-modal__close svg{width:12px;height:12px}.bb-modal__gallery{display:flex;align-items:center;position:relative}.bb-modal__gallery-viewport{flex:1;overflow:hidden}.bb-modal__gallery-track{display:flex;gap:12px;transition:transform .3s ease}.bb-modal__gallery-item{flex:0 0 calc((100% - 24px) / 3);border:1px solid var(--bb-grey-100);overflow:hidden}.bb-modal__gallery-item:nth-child(3n){border:none}.bb-modal__image{width:100%;aspect-ratio:288 / 301;object-fit:cover;display:block;height:auto}.bb-modal__features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.bb-modal__feature-item{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:400;line-height:1.4}.bb-modal__feature-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:16px;height:20px;color:var(--color-orange)}.bb-modal__feature-icon svg{width:15px;height:20px}.bb-modal__variant-selector{display:flex;flex-direction:column;gap:8px}.bb-modal__variant-pills{display:flex;flex-wrap:wrap;gap:16px;height:48px}.bb-modal__variant-pill{padding:16px 20px;font-size:14px;font-weight:400;font-family:var(--bb-font-family);border:1px solid var(--bb-border-muted);border-radius:64px;background:var(--bb-white);cursor:pointer;transition:all var(--bb-transition);display:flex;align-items:center;justify-content:center}.bb-modal__variant-pill:hover{border-color:var(--bb-orange-light)}.bb-modal__variant-pill--active{border-color:var(--bb-orange-light);border-width:1px}.bb-modal__variant-pill--disabled{opacity:.4;cursor:not-allowed;text-decoration:line-through;pointer-events:none}.bb-modal__footer{display:flex;justify-content:space-between;align-items:flex-end}.bb-modal__footer-left{display:flex;align-items:flex-end;gap:40px}.bb-modal__qty-block{display:flex;flex-direction:column;gap:8px}.bb-modal__qty-label{text-transform:uppercase}.bb-modal__price-block{display:flex;flex-direction:column;gap:4px}.bb-modal__price{font-size:28px;font-weight:700}.bb-modal__savings{display:flex;gap:8px;flex-wrap:wrap}.bb-modal__save-pct,.bb-modal__rrp{font-size:14px;font-weight:600;line-height:1;color:var(--bb-orange-light)}.bb-modal__footer-cta{width:300px}.bb-modal__add-btn{display:block;width:100%;padding:16px 20px;font-size:14px;font-weight:600;font-family:var(--bb-font-family);background:var(--bb-yellow);color:var(--bb-black);border:1px solid var(--bb-yellow);border-radius:var(--bb-radius-sm);cursor:pointer;transition:opacity var(--bb-transition);text-align:center}.bb-modal__add-btn:hover{opacity:.85}.bb-frequency-cards{padding-block:40px;margin-top:40px}.bb-frequency-cards__inner{display:flex;flex-direction:column;gap:12px;max-width:710px;margin:0 auto}.bb-frequency-card{display:flex;align-items:center;gap:20px;padding:20px;border:1px solid var(--bb-grey-200);border-radius:var(--bb-radius-md);cursor:pointer;transition:border-color var(--bb-transition),box-shadow var(--bb-transition);background:var(--bb-white)}.bb-frequency-card:hover{border-color:var(--bb-grey-300)}.bb-frequency-card--active{border-color:var(--bb-black);box-shadow:0 12px 20px rgba(var(--color-full-black-rgb),.06)}.bb-frequency-card__radio{width:20px;height:20px;border-radius:50%;border:1px solid var(--bb-grey-400);flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:border-color var(--bb-transition)}.bb-frequency-card--active .bb-frequency-card__radio{border-color:var(--bb-black)}.bb-frequency-card__radio-dot{width:12px;height:12px;border-radius:50%;background:transparent;transition:background var(--bb-transition)}.bb-frequency-card--active .bb-frequency-card__radio-dot{background:var(--bb-black)}.bb-frequency-card__content{flex:1;display:flex;flex-direction:column;gap:8px}.bb-frequency-card__title{font-size:18px;font-weight:600;margin:0;line-height:1.2}.bb-frequency-card__desc{font-size:16px;font-weight:400;margin:0;line-height:1.4}.bb-frequency-card__badge-col{flex-shrink:0;display:flex;flex-direction:column;align-self:baseline}.bb-frequency-badge{display:flex;align-items:center;justify-content:center;padding:6px 12px;font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:.02em;background:var(--bb-orange-light);color:var(--bb-white);border-radius:var(--bb-radius-sm);flex:1}.bb-bundle-summary{background:var(--color-white);padding-bottom:80px}.bb-bundle-summary__inner{max-width:710px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.bb-bundle-summary__heading{display:flex;flex-direction:column;gap:4px}.bb-bundle-summary__title{font-size:18px;font-weight:500;margin:0;line-height:1.2}.bb-bundle-summary__meta{display:flex;justify-content:space-between;align-items:center}.bb-bundle-summary__count{font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.02em}.bb-bundle-summary__free-del{display:inline-flex;align-items:center;gap:8px;padding:4px 8px;background:#f1dac7;border-radius:var(--bb-radius-sm);font-size:14px;font-weight:600;line-height:1.2}.bb-bundle-summary__free-del svg{width:16px;height:16px}.bb-bundle-summary__items{display:flex;flex-direction:column;gap:8px}.bb-bundle-summary__items .bb-basket-item{padding:0}.bb-bundle-summary__items .bb-basket-item__trash{color:var(--color-black)}.bb-bundle-summary__totals{margin-top:0;display:flex;justify-content:space-between;align-items:center}.bb-bundle-summary__totals-label{font-size:12px;font-weight:500;letter-spacing:.02em}.bb-bundle-summary__totals-right{display:flex;align-items:center;gap:32px}.bb-bundle-summary__prices{display:flex;align-items:center;gap:12px}.bb-bundle-summary__subtotal{font-size:20px;font-weight:700}.bb-bundle-summary__compare{font-size:16px;font-weight:500;text-decoration:line-through;color:var(--color-grey);padding-top:3px}.bb-bundle-summary__savings-row{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:500;letter-spacing:.02em}.bb-bundle-summary__savings-row svg{width:12px;height:12px}.bb-bundle-summary__savings-row svg path{fill:var(--color-black)}.bb-progress-bar{position:fixed;bottom:0;left:0;right:0;background:var(--bb-green);color:var(--bb-white);z-index:200;border-radius:var(--bb-radius-sm) var(--bb-radius-sm) 0 0;transition:all var(--bb-transition)}.bb-progress-bar--expanded{max-height:85vh;overflow-y:auto}.bb-progress-bar--step3 .bb-progress-bar__cta-wrap{flex:1;justify-content:space-between}.bb-progress-bar--step3 .bb-progress-bar__content{max-width:710px}.bb-progress-bar--step3 .bb-progress-bar__cta{display:inline-flex;align-items:center;justify-content:center;gap:12px}.bb-progress-bar--step3 .bb-progress-bar__cta svg{width:16px;height:16px;flex-shrink:0;fill:var(--bb-black)}.bb-progress-bar__content{display:flex;align-items:center;justify-content:space-between;padding-block:16px;cursor:pointer}.bb-progress-bar__info{display:flex;align-items:flex-end;gap:16px}.bb-progress-bar__meta{display:flex;flex-direction:column;gap:4px}.bb-progress-bar__left{display:flex;align-items:center;gap:8px}.bb-progress-bar__items{font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.02em;line-height:1.2}.bb-progress-bar__dot{font-size:12px;font-weight:500;letter-spacing:.02em;line-height:1.2}.bb-progress-bar__savings{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.02em;line-height:1.2}.bb-progress-bar__savings svg{width:12px;height:12px}.bb-progress-bar__price-row{display:flex;align-items:center;gap:8px}.bb-progress-bar__price{font-size:20px;font-weight:700;line-height:1.2}.bb-progress-bar__compare{font-size:16px;font-weight:500;color:var(--bb-green-muted);text-decoration:line-through;line-height:1.2;padding-top:3px}.bb-progress-bar__caret{background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;color:var(--bb-white);transform:rotate(180deg);transition:transform var(--bb-transition)}.bb-progress-bar__caret svg{width:12px;height:12px}.bb-progress-bar__caret--open{transform:rotate(0)}.bb-progress-bar__tracker{display:flex;flex-direction:column;justify-content:center;gap:8px;width:440px;flex-shrink:0}.bb-progress-bar__tracker-text{font-size:16px;font-weight:400;line-height:1.4;margin:0}.bb-progress-bar__tracker-text strong{font-weight:600}.bb-progress-bar__tracker-bar{width:100%;height:6px;background:var(--bb-black);border-radius:100px;overflow:hidden}.bb-progress-bar__tracker-fill{display:block!important;height:100%;background:var(--bb-white);border-radius:100px;transition:width var(--bb-transition)}.bb-progress-bar__free-del{display:inline-flex;align-items:center;gap:8px;padding:2px 8px;background:var(--bb-green-light);border-radius:var(--bb-radius-sm);font-size:14px;font-weight:600;line-height:1.2;color:var(--bb-white);white-space:nowrap}.bb-progress-bar__free-del svg{width:16px;height:16px}.bb-progress-bar__cta-wrap{display:flex;align-items:center;gap:40px}.bb-progress-bar__back{display:flex;align-items:center;gap:8px;padding:0;font-size:14px;font-weight:600;font-family:var(--bb-font-family);border:none;background:none;color:var(--bb-white);cursor:pointer;transition:opacity var(--bb-transition);white-space:nowrap;line-height:1.2}.bb-progress-bar__back svg{width:16px;height:16px;flex-shrink:0;transform:rotate(180deg)}.bb-progress-bar__back:hover{opacity:.7}.bb-progress-bar__cta{width:300px;padding:16px 20px;font-size:14px;font-weight:600;font-family:var(--bb-font-family);border:1px solid var(--bb-yellow);border-radius:var(--bb-radius-sm);cursor:pointer;text-align:center;transition:all var(--bb-transition);line-height:1.2}.bb-progress-bar__cta--enabled{background:var(--bb-yellow);color:var(--bb-black)}.bb-progress-bar__cta--enabled:hover{opacity:.85}.bb-progress-bar__cta--disabled{background:var(--bb-grey-400);color:var(--bb-grey-200);border-color:var(--bb-grey-400);cursor:not-allowed;opacity:.7}.bb-progress-bar__cta--disabled svg{width:14px;height:14px;margin-right:6px;vertical-align:-2px}.bb-drawer-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(var(--color-full-black-rgb),.32);z-index:199}.bb-basket-drawer{animation:bbSlideDrawerUp .3s ease-out forwards}@keyframes bbSlideDrawerUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.bb-basket-drawer__items:last-child{padding-bottom:16px}.bb-basket-item__name,.bb-basket-item__price,.bb-basket-item__compare,.bb-basket-drawer__keep-shopping{line-height:1.2}.bb-basket-item{display:flex;align-items:center;gap:32px;padding:8px 0}.bb-basket-item:first-child{padding-top:4px}.bb-basket-item__image{width:80px;height:80px;border-radius:var(--bb-radius-sm);object-fit:cover;border:1px solid var(--bb-grey-200);flex-shrink:0;background-color:var(--color-full-white)}.bb-basket-item__name{flex:1;font-size:18px;font-weight:500;line-height:1.2}.bb-basket-item__price-col{display:flex;align-items:center;gap:8px}.bb-basket-item__price{font-size:20px;font-weight:700;line-height:1.2}.bb-basket-item__compare{font-size:16px;font-weight:500;color:var(--bb-green-muted);text-decoration:line-through;line-height:1.2;padding-top:3px}.bb-basket-item__qty{flex-shrink:0}.bb-qty-stepper--dark .bb-qty-stepper__btn{color:var(--bb-white)}.bb-qty-stepper--dark .bb-qty-stepper__value{background:var(--bb-white);border-color:var(--bb-border-muted);color:var(--bb-black);width:64px;padding:17px 0;font-size:12px;font-weight:400;border-radius:var(--bb-radius-sm)}.bb-basket-item__trash{background:none;border:none;cursor:pointer;color:var(--bb-white);transition:opacity var(--bb-transition);flex-shrink:0;padding:0}.bb-basket-item__trash:hover{opacity:.7}.bb-basket-item__trash svg{width:20px;height:20px}.bb-basket-drawer__footer{display:flex;justify-content:flex-end;padding:12px 0 24px}.bb-basket-drawer__keep-shopping{width:300px;padding:16px 20px;font-size:14px;font-weight:600;font-family:var(--bb-font-family);background:transparent;color:var(--bb-white);border:1px solid var(--bb-white);border-radius:var(--bb-radius-sm);cursor:pointer;text-align:center;transition:all var(--bb-transition)}.bb-basket-drawer__keep-shopping:hover{background:var(--bb-white-alpha)}.bb-empty-basket{text-align:center;padding:32px 20px;color:#ffffff80;font-size:14px;font-style:italic}.bb-spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:var(--bb-white);border-radius:50%;animation:bbSpin .6s linear infinite;vertical-align:middle;margin-right:6px}@keyframes bbSpin{to{transform:rotate(360deg)}}.bb-threshold-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--bb-overlay);z-index:600;display:flex;align-items:center;justify-content:center;padding:12px;animation:bbFadeOverlay .2s ease forwards}.bb-threshold-modal{background:var(--bb-white);border-radius:var(--bb-radius-md);max-width:670px;width:100%;padding:40px;display:flex;flex-direction:column;gap:40px;margin-bottom:20%;animation:bbSlideUp .3s ease forwards}.bb-threshold-modal__content{display:flex;flex-direction:column;gap:20px}.bb-threshold-modal__heading{font-size:35px;font-weight:600;line-height:1.2;margin:0}.bb-threshold-modal__body{font-size:14px;font-weight:400;line-height:1.4;margin:0}.bb-threshold-modal__ctas{display:flex;justify-content:space-between;align-items:center;gap:16px}.bb-threshold-modal__back{padding:16px 20px;font-size:14px;font-weight:600;font-family:var(--bb-font-family);border:1px solid var(--bb-black);border-radius:var(--bb-radius-sm);background:var(--bb-white);color:var(--bb-black);cursor:pointer;transition:all var(--bb-transition);line-height:1.2;text-align:center}.bb-threshold-modal__back:hover{background:var(--bb-black);color:var(--bb-white)}.bb-threshold-modal__continue{padding:16px 20px;font-size:14px;font-weight:600;font-family:var(--bb-font-family);border:1px solid var(--bb-yellow);border-radius:var(--bb-radius-sm);background:var(--bb-yellow);color:var(--bb-black);cursor:pointer;transition:opacity var(--bb-transition);line-height:1.2;text-align:center}.bb-threshold-modal__continue:hover{opacity:.85}@media(max-width:989px){.bb-product-grid{grid-template-columns:repeat(2,1fr);gap:16px;padding:8px 16px 24px}}@media(max-width:749px){.bb-header{padding:0}.bb-header__inner{padding:20px 12px}.bb-header__title{font-size:13px;letter-spacing:.02em}.bb-header__back-text{display:none}.bb-header__back-icon{display:flex}.bb-header__back{padding:6px 12px;height:32px}.bb-header__logo{display:none}.bb-header__mobile-icon{display:flex;align-items:center;flex-shrink:0}.bb-header__mobile-icon svg{width:20px;height:32px}.bb-stepper{padding-block:20px 12px;gap:12px;margin-top:0}.bb-stepper__label{display:none}.bb-stepper__step--active .bb-stepper__label{display:block;margin-right:20px}.bb-step__heading{margin-top:0}.bb-savings-banner{margin-bottom:12px}.bb-filter-toggle__wrap{padding-top:20px}.bb-product-grid{grid-template-columns:1fr;gap:12px;padding-block:20px 24px}[data-bb-step="2"] .bb-grid-section,.bb-frequency-cards{margin-top:20px}.bb-tabs{justify-content:flex-start;flex-wrap:nowrap}.bb-modal-overlay{padding:12px}.bb-modal{margin:0;padding:20px;gap:20px}.bb-modal__close{width:40px;height:40px;border-radius:9999px;border:1px solid var(--bb-grey-200)}.bb-modal__gallery-viewport{overflow-x:auto}.bb-modal__gallery-item{flex:0 0 67%}.bb-modal__footer{flex-direction:column;gap:20px;align-items:stretch}.bb-modal__footer-left{flex-direction:row;align-items:flex-end;gap:20px}.bb-modal__price{font-size:28px}.bb-modal__footer-cta{width:100%}.bb-frequency-card{display:grid;grid-template-columns:auto 1fr;gap:12px}.bb-frequency-card__radio{grid-row:1;grid-column:1}.bb-frequency-card__badge-col{display:flex;grid-row:1;grid-column:2;justify-self:flex-end}.bb-frequency-card__content{grid-row:2;grid-column:1 / -1;gap:4px}.bb-bundle-summary{padding-bottom:40px}.bb-bundle-summary__items{gap:20px}.bb-bundle-summary__totals-right{flex-direction:column;align-items:flex-end;gap:8px}.bb-progress-bar__content{flex-direction:column;align-items:stretch;gap:20px;padding-block:12px 16px}.bb-progress-bar__back{font-size:0}.bb-progress-bar__back svg{width:16px;height:16px}.bb-progress-bar__tracker{order:-1;width:100%}.bb-progress-bar__tracker-text{font-size:15px}.bb-progress-bar__info{gap:4px}.bb-progress-bar__meta{gap:4px;width:100%}.bb-progress-bar__cta-wrap{gap:20px}.bb-progress-bar__cta-wrap,.bb-progress-bar__cta{width:100%}.bb-basket-drawer__footer{padding-bottom:16px}.bb-basket-drawer__keep-shopping{width:100%}.bb-basket-item{display:grid;grid-template-columns:48px 1fr auto;grid-template-rows:auto auto;gap:12px;align-items:center}.bb-basket-item__image{width:48px;height:48px;grid-row:1;grid-column:1}.bb-basket-item__name{grid-row:1;grid-column:2;font-size:16px}.bb-basket-item__qty{grid-row:1;grid-column:3}.bb-basket-item__price-col{grid-row:2;grid-column:1 / 3}.bb-basket-item__trash{grid-row:2;grid-column:3;justify-self:end}.bb-basket-item__trash svg{width:24px;height:24px}.bb-threshold-modal{padding:24px;gap:24px}.bb-threshold-modal__heading{font-size:24px}.bb-threshold-modal__ctas{flex-direction:column}.bb-threshold-modal__back,.bb-threshold-modal__continue{width:100%}}.bb-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}.bb-hidden{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/1/assets/section-bundle-builder.css.map */
