:root{--bb-bg: #ffffff;--bb-surface: #ffffff;--bb-surface-2: #f7f7f8;--bb-border: #e6e6ea;--bb-border-strong: #d8d8de;--bb-text: #141417;--bb-text-muted: #6b6b76;--bb-primary: #141417;--bb-primary-contrast: #ffffff;--bb-chip-bg: #fff;--bb-chip-border: #e6e6ea;--bb-chip-active-bg: #141417;--bb-chip-active-text: #fff;--bb-radius: 12px;--bb-radius-lg: 16px;--bb-shadow: 0 1px 2px rgba(0,0,0,.05), 0 8px 24px rgba(0,0,0,.08);--bb-gap: 24px;--bb-gap-sm: 12px;--bb-gap-xs: 8px;--bb-col-sidebar: 360px;--bb-sticky-top: 149px;--bb-sticky-top-mobile: unset;--bb-sticky-bottom-mobile: 0px}.bundle-builder{background:var(--bb-bg);color:var(--bb-text)}.bundle-builder__inner{margin:0 auto;padding:0 20px 48px}.bundle-builder__title{margin:16px 0 20px;font-size:clamp(24px,3.2vw,36px);line-height:1.15}.bundle-nav{position:sticky;top:var(--bb-sticky-top);z-index:4;background:var(--bb-surface)}.bundle-nav__list{display:flex;gap:10px;padding:12px 0;margin:0;overflow:auto;list-style:none}.bundle-nav__link{display:inline-flex;align-items:center;gap:8px;height:36px;border-bottom:1px solid transparent;color:var(--bb-text);text-decoration:none;white-space:nowrap;font-weight:500}.bundle-nav__link.is-active,.bundle-nav__link:focus-visible{outline:none;border-color:var(--bb-chip-active-bg)}.bundle-summary--mobile{display:none}.bundle-summary__open{width:100%;height:44px;border-radius:999px;border:1px solid var(--bb-border);background:var(--bb-surface);font-weight:600}@media(max-width:991px){.bundle-summary--mobile{display:block;padding:8px 0 12px;border-top:1px solid var(--bb-border)}}.bundle-layout{display:grid;grid-template-columns:1fr var(--bb-col-sidebar);gap:var(--bb-gap);margin-top:8px}@media(max-width:1200px){.bundle-layout{grid-template-columns:1fr 320px}}@media(max-width:991px){.bundle-layout{grid-template-columns:1fr}}.bundle-category{scroll-margin-top:calc(var(--bb-sticky-top) + 16px)}.bundle-category__header{display:flex;align-items:baseline;justify-content:space-between;margin:24px 0 12px}.bundle-category__title{font-size:clamp(22px,2.6vw,28px);line-height:1.2;text-transform:uppercase}.bundle-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}@media(max-width:1200px){.bundle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.bundle-grid{grid-template-columns:1fr 1fr}}.bundle-card,.bundle-card__inner{position:relative;height:100%}.bundle-card__actions{position:absolute;right:0;top:400px;display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:4px;transition:transform .2s ease,opacity .2s ease,box-shadow .2s ease}.bundle-btn{width:30px;height:30px;display:grid;place-items:center;border-radius:999px;border:1px solid var(--bb-border);background:#fff;font-weight:700;line-height:1;cursor:pointer}.bundle-btn:active{transform:scale(.98)}.bundle-qty{min-width:1.6rem;text-align:center;font-weight:700}.bundle-card:not(.has-qty) .bundle-btn.minus,.bundle-card:not(.has-qty) .bundle-qty{display:none}.bundle-card:not(.has-qty) .bundle-btn.plus{width:30px;height:30px;font-size:17px;border-width:2px}.bundle-card.has-qty .bundle-btn.plus,.bundle-card.has-qty .bundle-btn.minus{width:28px;height:28px}.bundle-card.has-qty .bundle-qty{display:inline-block}.bundle-summary{position:sticky;top:calc(var(--bb-sticky-top) + 80px);align-self:start;background:var(--bb-surface);border:1px solid var(--bb-border);padding:16px;box-shadow:var(--bb-shadow)}.bundle-summary__header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px}.bundle-summary__header h3{font-size:18px;margin:0}.bundle-summary__meta{display:flex;align-items:baseline;gap:12px;color:var(--bb-text-muted)}.bundle-summary__total{font-weight:800;color:var(--bb-text)}.bundle-summary__items{display:flex;flex-direction:column;gap:8px;max-height:52vh;overflow:auto;padding-right:4px}.bundle-summary__empty{color:var(--bb-text-muted);margin:8px 0}.bundle-line{display:grid;grid-template-columns:52px 1fr auto auto;gap:10px;align-items:center;padding:6px 0;border-bottom:1px dashed var(--bb-border)}.bundle-line:last-child{border-bottom:none}.bundle-line img{width:52px;height:52px;object-fit:cover;border-radius:10px;border:1px solid var(--bb-border)}.bundle-line__title{font-size:14px;font-weight:600;line-height:1.3}.bundle-line__price{font-size:13px;color:var(--bb-text-muted)}.bundle-line__qty{font-weight:700}.bundle-line .bundle-btn{width:28px;height:28px}.bundle-summary__footer{display:flex;gap:10px;margin-top:12px}.bundle-summary__clear,.bundle-summary__addtocart{display:inline-flex;justify-content:center;align-items:center;height:44px;font:var(--button-font) border: 1px solid var(--bb-border)}.bundle-summary__clear{background:var(--bb-surface-2);color:var(--bb-text)}.bundle-summary__addtocart{flex:1;background:var(--bb-primary);color:var(--bb-primary-contrast);border-color:var(--bb-primary)}.bundle-summary__addtocart[disabled]{opacity:.5;cursor:not-allowed}.bundle-summary__clear{padding:0 15px}@media(max-width:991px){.bundle-summary{position:fixed;left:0;right:0;bottom:0;top:auto;transform:translateY(100%);transition:transform .25s ease;border-radius:12px 12px 0 0}.bundle-summary.is-open{transform:translateY(0)}}[data-cat-link].is-active{box-shadow:inset 0 0 0 1px transparent}.bundle-products :where(.price,.product-price){font-variant-numeric:tabular-nums}.bundle-addbar{margin-top:auto!important;display:flex;align-items:center;gap:10px;flex-direction:column;width:100%}.bundle-addbar--inline{margin-top:12px}.bundle-addbar--block{flex-wrap:wrap}.bundle-add-btn{height:36px;cursor:pointer}.v-stack.gap-2.bundle-option-pickers,.variant-picker__option.v-stack.gap-2,.v-stack.gap-2{width:100%}.product-card-bundle__quick-add-button:hover svg{transform:unset!important}:root{--bb-sticky-top-mobile: 99px;--bb-summary-collapsed: 60px}@media(max-width:991px){.bundle-nav{top:var(--bb-sticky-top-mobile)!important;z-index:6}.bundle-summary--mobile{display:none!important}.bundle-summary{position:fixed;left:0;right:0;bottom:0;top:auto;z-index:8;border-radius:12px 12px 0 0;transform:translateY(calc(100% - var(--bb-summary-collapsed)));transition:transform .25s ease;will-change:transform}.bundle-summary.is-open{transform:translateY(0)}.bundle-summary__header{min-height:30px;cursor:pointer}.bb-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000061;opacity:0;visibility:hidden;transition:opacity .2s ease;z-index:6}.bb-overlay.is-active{opacity:1;visibility:visible}}@media screen and (min-width:749px){.quick-buy-modal__content{align-items:self-start!important}.quick-buy-modal__gallery-wrapper{position:sticky;top:3.125rem}}quick-buy-modal-bundle [data-block-type=buy-buttons] form{display:none}.bb-card-carousel__viewport{overflow:hidden}.bb-card-carousel__track{display:flex;gap:0;transition:transform .25s ease;will-change:transform}.bb-card-carousel__slide{min-width:100%;flex:0 0 100%}.bb-card-carousel__img{width:100%;height:auto;display:block;object-fit:cover}.bb-card-carousel__nav{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border:1px solid var(--bb-border,#e6e6ea);background:#fff;box-shadow:var(--bb-shadow, 0 1px 2px rgba(0,0,0,.05));display:grid;place-items:center;cursor:pointer}.bb-card-carousel__nav.prev{left:8px}.bb-card-carousel__nav.next{right:8px}.bb-card-carousel__nav[disabled]{opacity:.4;cursor:not-allowed}.bb-card-carousel{position:relative}.bb-card-carousel__nav,.bb-card-carousel__dots{opacity:0;visibility:hidden;transition:opacity .1s ease,visibility .1s ease}.bb-card-carousel__nav{z-index:2}.bb-card-carousel__dots{position:absolute;left:50%;bottom:8px;transform:translate(-50%);display:inline-flex;gap:6px;padding:4px 8px;background:#ffffffb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:999px;border:1px solid var(--bb-border, #e6e6ea);z-index:2}.bb-card-carousel__dot{width:6px;height:6px;border-radius:999px;border:none;background:#14141759;padding:0;cursor:pointer}.bb-card-carousel__dot[aria-current=true]{background:#141417e6}.bb-card-carousel__viewport{height:auto}.bb-card-carousel__img{width:100%;height:100%;object-fit:cover}.bb-card-carousel__img{pointer-events:none;-webkit-user-drag:none;user-drag:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.bb-card-carousel__nav,.bb-card-carousel__dots{opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.bb-card-carousel.is-active .bb-card-carousel__nav,.bb-card-carousel.is-active .bb-card-carousel__dots{opacity:1;visibility:visible}.bb-card-carousel__viewport{touch-action:pan-y;-webkit-user-select:none;user-select:none}.bb-card-carousel__img{pointer-events:none;-webkit-user-drag:none;user-drag:none;-webkit-touch-callout:none}.bundle-category .variant-picker__option-info{display:none}label[data-soldout=true]{opacity:.45;position:relative}label[data-soldout=true]:after{content:"\2715";position:absolute;right:-6px;top:-6px;font-size:10px;background:#fff;border:1px solid var(--bb-border, #e6e6ea);border-radius:999px;width:14px;height:14px;display:grid;place-items:center;line-height:1}.bundle-add-btn[disabled],[data-bb-add-from-quickbuy][disabled]{opacity:.5;cursor:not-allowed;pointer-events:none}.quick-buy-modal__info-wrapper .product-info [data-bb-add-from-quickbuy]{display:block}.product-card.product-card-bundle{display:flex;flex-direction:column;height:100%}.product-card-bundle .product-card__info{height:100%;align-content:unset}
/*# sourceMappingURL=/cdn/shop/t/173/assets/bundle-builder.css.map */
