.bundle{--_bg: var(--bb-bg, #fff);--_border: var(--bb-border, var(--c-border));--_text: var(--bb-text, var(--c-heading));--_muted: var(--bb-muted, var(--c-text));--_selected-bg: var(--bb-selected-bg, var(--c-tint));--_selected-border: var(--bb-selected-border, var(--c-ink));--_offer-bg: var(--bb-offer-bg, var(--c-accent));--_offer-text: var(--bb-offer-text, #fff);--_badge-bg: var(--bb-badge-bg, var(--c-ink));--_badge-text: var(--bb-badge-text, #fff);--_price: var(--bb-price-color, var(--c-heading));--_compare: var(--bb-compare-color, #8a939b);--_button-bg: var(--bb-button-bg, var(--c-accent));--_button-text: var(--bb-button-text, #fff);--_danger: #c4320a;display:block;margin:var(--bb-mt, 6px) 0 var(--bb-mb, 18px);color:var(--_text)}.bundle__head{margin-bottom:14px}.bundle__head--center{text-align:center}.bundle__heading{display:flex;align-items:center;gap:12px;color:var(--_text);font-size:var(--bb-heading, 16px);font-weight:600;letter-spacing:.08em;line-height:1.3;text-transform:uppercase}.bundle__head--center .bundle__heading{justify-content:center}.bundle__heading:after,.bundle__head--center .bundle__heading:before{content:"";flex:1 1 0;height:1px;background:var(--_border)}.bundle__heading span{flex:0 1 auto}.bundle__subtitle{margin-top:6px;color:var(--_muted);font-size:13px}.bundle__timer{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px 8px;margin-bottom:12px;padding:9px 12px;border-radius:8px;background:var(--c-heading);color:#fff;font-size:13px;text-align:center}.bundle__timer .icon{width:16px;height:16px}.bundle__timer-value{font-variant-numeric:tabular-nums;letter-spacing:.04em}.bundle__tiers{display:grid;gap:var(--bb-gap, 10px);min-width:0;margin:0;padding:0;border:0}.bundle-tier{position:relative;border:var(--bb-border-w, 1px) solid var(--_border);border-radius:var(--bb-radius, 12px);background:var(--_bg);transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.bundle-tier:hover{border-color:var(--_selected-border);border-color:color-mix(in srgb,var(--_selected-border) 45%,var(--_border))}.bundle-tier.is-selected{border-color:var(--_selected-border);background:var(--_selected-bg);box-shadow:0 0 0 1px var(--_selected-border)}.bundle-tier.has-badge{margin-top:8px}.bundle-tier__radio{position:absolute;width:1px;height:1px;margin:0;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0;opacity:0}.bundle-tier__radio:focus-visible+.bundle-tier__head{outline:2px solid var(--c-ink);outline-offset:2px;border-radius:var(--bb-radius, 12px)}.bundle-tier__head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 16px;cursor:pointer;-webkit-tap-highlight-color:transparent}.bundle-tier__dot{display:grid;place-items:center;flex-shrink:0;width:20px;height:20px;border:1.5px solid #9aa3ab;border-color:color-mix(in srgb,var(--_muted) 70%,transparent);border-radius:50%;background:#fff;transition:border-color .2s ease}.bundle-tier__dot:after{content:"";width:10px;height:10px;border-radius:50%;background:var(--_selected-border);transform:scale(0);transition:transform .2s ease}.bundle-tier.is-selected .bundle-tier__dot{border-color:var(--_selected-border)}.bundle-tier.is-selected .bundle-tier__dot:after{transform:scale(1)}.bundle-tier__info{display:grid;gap:3px;min-width:0}.bundle-tier__title-row{display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px}.bundle-tier__title{color:var(--_text);font-size:var(--bb-title, 15px);font-weight:600;line-height:1.3}.bundle-tier__offer{padding:3px 8px;border-radius:6px;background:var(--_offer-bg);color:var(--_offer-text);font-size:11px;font-weight:600;letter-spacing:.03em;line-height:1.2;text-transform:uppercase;white-space:nowrap}.bundle-tier__subtitle{color:var(--_muted);font-size:12.5px;line-height:1.4}.bundle-tier__savings{color:var(--c-success);font-size:12.5px;font-weight:500;line-height:1.4}.bundle-tier__perks{display:flex;flex-wrap:wrap;gap:6px;margin-top:3px}.bundle-perk{display:inline-flex;align-items:center;gap:5px;padding:3px 8px;border:1px solid var(--_border);border-radius:99px;background:#fff;color:var(--_text);font-size:11.5px;font-weight:500;line-height:1.2}.bundle-perk .icon{width:14px;height:14px;color:var(--c-ink)}.bundle-tier__prices{display:grid;justify-items:end;gap:2px;text-align:right}.bundle-tier__price{color:var(--_price);font-size:var(--bb-price, 16px);font-weight:600;line-height:1.25;white-space:nowrap}.bundle-tier__compare{color:var(--_compare);font-size:12.5px;line-height:1.25;white-space:nowrap}.bundle-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:99px;background:var(--_badge-bg);color:var(--_badge-text);font-size:10.5px;font-weight:600;letter-spacing:.05em;line-height:1.4;text-transform:uppercase;white-space:nowrap}.bundle-badge--soft{border:1px solid var(--c-ink);background:var(--c-tint);color:var(--c-ink)}.bundle-badge--dark{background:var(--c-heading);color:#fff}.bundle-badge--top_right,.bundle-badge--top_left{position:absolute;top:0;z-index:1;transform:translateY(-50%);pointer-events:none}.bundle-badge--top_right{right:14px}.bundle-badge--top_left{left:14px}.bundle-tier__body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.bundle-tier.is-selected .bundle-tier__body{grid-template-rows:1fr}.bundle-tier__body-inner{min-height:0;overflow:hidden}.bundle-tier__body-inner>*{margin-inline:14px}.bundle-tier__body-inner>:last-child{margin-bottom:14px}.bundle-tier__slots:empty{display:none}.bundle-tier:not(.is-selected) .bundle-tier__body-inner>*{visibility:hidden}.bundle-slots{display:grid;gap:8px}.bundle-slot{display:grid;grid-template-columns:var(--bb-img, 56px) minmax(0,1fr) auto;align-items:start;gap:12px;padding:10px;border:1px solid var(--_border);border-radius:max(6px,calc(var(--bb-radius, 12px) - 4px));background:#fff;transition:border-color .2s ease}.bundle-slot.is-invalid{border-color:var(--_danger)}.bundle-slot__media{position:relative;display:block;width:var(--bb-img, 56px);aspect-ratio:3 / 4;overflow:hidden;border-radius:8px;background:var(--c-tint)}.bundle-slot__media img{width:100%;height:100%;object-fit:cover}.bundle-slot__index{position:absolute;top:4px;left:4px;z-index:1;display:grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border-radius:99px;background:#ffffffeb;color:var(--c-heading);font-size:10.5px;font-weight:600;line-height:1}.bundle-slot__main{display:grid;gap:4px;min-width:0}.bundle-slot__title{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:var(--_text);font-size:13px;font-weight:500;line-height:1.35}.bundle-slot__price{color:var(--_muted);font-size:12.5px}.bundle-slot__options{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:8px;margin-top:2px}.bundle-slot__change{min-height:32px;padding:4px 2px;border:0;background:none;cursor:pointer;color:var(--c-ink);font-size:12.5px;font-weight:500;text-decoration:underline;text-underline-offset:3px;white-space:nowrap}.bundle-slot__error{color:var(--_danger);font-size:12.5px;line-height:1.4}.bundle-slot--empty{display:block;padding:0;border-style:dashed;background:#ffffffb3}.bundle-slot--empty .bundle-slot__error{padding:0 12px 10px}.bundle-slot__choose{display:flex;align-items:center;gap:12px;width:100%;min-height:64px;padding:10px 12px;border:0;background:none;cursor:pointer;color:var(--c-ink);font-size:13.5px;font-weight:500;text-align:left}.bundle-slot__plus{display:grid;place-items:center;flex-shrink:0;width:34px;height:34px;border-radius:50%;background:var(--c-tint);font-size:20px;font-weight:400;line-height:1}.bundle-field{display:grid;gap:4px;min-width:0}.bundle-field__label{color:var(--_muted);font-size:11px;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.bundle-field__select{width:100%;height:var(--bb-select-h, 40px);padding:0 32px 0 12px;border:1px solid var(--_border);border-radius:8px;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:14px;color:var(--c-heading);font-size:14px;cursor:pointer;-webkit-appearance:none;appearance:none}.bundle-field__select:focus-visible{outline:2px solid var(--c-ink);outline-offset:1px}.bundle-field__select[aria-invalid=true]{border-color:var(--_danger)}.bundle-gift{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:12px;margin-top:8px;padding:10px;border:1px dashed var(--c-accent);border-radius:max(6px,calc(var(--bb-radius, 12px) - 4px));background:#fff}.bundle-gift__img{width:48px;height:48px;border-radius:8px;object-fit:cover;background:var(--c-tint)}.bundle-gift__img--icon{display:grid;place-items:center;color:var(--c-ink)}.bundle-gift__text{display:grid;gap:2px;min-width:0}.bundle-gift__label{color:var(--c-ink);font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.bundle-gift__title{overflow:hidden;color:var(--_text);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.bundle-gift__price{display:grid;justify-items:end;font-size:12.5px}.bundle-gift__price s{color:var(--_compare)}.bundle-gift__price strong{color:var(--c-success);text-transform:uppercase}.bundle-gift.is-sold-out{opacity:.7}.bundle-gift__sold-out{color:var(--_muted)}.bundle-tier__message{margin-top:8px;color:var(--_muted);font-size:13px;line-height:1.5}.bundle__summary{display:grid;gap:6px;margin-top:14px;padding:14px 16px;border-radius:var(--bb-radius, 12px);background:var(--c-tint);font-size:14px}.bundle__row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.bundle__row--discount span:last-child,.bundle__row--save span:last-child{color:var(--c-success);font-weight:500}.bundle__row--total{margin-top:4px;padding-top:10px;border-top:1px solid var(--_border);color:var(--_text);font-size:16px;font-weight:600}.bundle__actions{display:grid;gap:10px;margin-top:14px}.bundle__add{border-color:var(--_button-bg);background:var(--_button-bg);color:var(--_button-text)}.bundle__add:hover{filter:brightness(.96)}.bundle__error{margin-top:10px;padding:10px 12px;border-radius:8px;background:#fdeee9;color:#9f2a0a;font-size:13.5px;line-height:1.45}product-info:has(bundle-offer.is-ready[data-mode=own]) .buy-box__qty,product-info:has(bundle-offer.is-ready[data-mode=own]) .buy-box .btn--atc,product-info:has(bundle-offer.is-ready[data-mode=own]) .buy-box .btn--buy,product-info:has(bundle-offer.is-ready[data-mode=theme]) .buy-box__qty{display:none}.bundle__editor-note,.bundle-editor-empty{margin:10px 0;padding:10px 12px;border:1px dashed #b98900;border-radius:8px;background:#fff8e6;color:#5c4400;font-size:12.5px;line-height:1.45}@media(max-width:749px){.bundle__heading{font-size:var(--bb-heading-m, 15px)}.bundle-tier__title{font-size:var(--bb-title-m, 14px)}.bundle-tier__price{font-size:var(--bb-price-m, 15px)}.bundle-tier__head{gap:10px;padding:13px 12px}.bundle-tier__body-inner>*{margin-inline:10px}.bundle-tier__body-inner>:last-child{margin-bottom:10px}.bundle-slot{grid-template-columns:var(--bb-img, 56px) minmax(0,1fr);gap:10px}.bundle-slot__change{grid-column:2;justify-self:start;min-height:28px;margin-top:-4px;padding:0}.bundle-field__select{font-size:16px}.bundle--mobile-stacked .bundle-tier__head{grid-template-columns:auto minmax(0,1fr)}.bundle--mobile-stacked .bundle-tier__prices{grid-column:2;display:flex;flex-wrap:wrap;align-items:baseline;justify-content:flex-start;gap:8px;text-align:left}}@media(max-width:359px){.bundle-tier__head{gap:8px;padding:12px 10px}.bundle-tier__offer{font-size:10px}.bundle-badge--top_right{right:10px}.bundle-badge--top_left{left:10px}.bundle__summary{padding:12px}}.bundle-picker{width:min(780px,calc(100vw - 32px));max-width:none;max-height:min(86vh,920px);padding:0;border:0;border-radius:16px;background:#fff;color:var(--c-heading);box-shadow:0 24px 64px #11111138;overflow:hidden}.bundle-picker::backdrop{background:#11111173}.bundle-picker[open]{display:flex}.bundle-picker__panel{display:flex;flex-direction:column;width:100%;max-height:inherit;min-height:0}.bundle-picker__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid var(--c-border)}.bundle-picker__title{font-size:17px;font-weight:600;outline:none}.bundle-picker__close{display:grid;place-items:center;flex-shrink:0;width:40px;height:40px;border:0;border-radius:50%;background:var(--c-tint);color:var(--c-heading);cursor:pointer}.bundle-picker__tools{display:grid;gap:10px;padding:12px 20px;border-bottom:1px solid var(--c-border)}.bundle-picker__search{width:100%;height:44px;padding:0 14px;border:1px solid var(--c-border);border-radius:10px;background:#fff;color:var(--c-heading);font-size:16px}.bundle-picker__search:focus-visible{outline:2px solid var(--c-ink);outline-offset:1px}.bundle-picker__filters{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.bundle-picker__filters::-webkit-scrollbar{display:none}.bundle-picker__chip{flex:none;min-height:34px;padding:6px 14px;border:1px solid var(--c-border);border-radius:99px;background:#fff;color:var(--c-heading);font-size:13px;cursor:pointer;white-space:nowrap}.bundle-picker__chip[aria-pressed=true]{border-color:var(--c-heading);background:var(--c-heading);color:#fff}.bundle-picker__body{flex:1 1 auto;min-height:0;padding:16px 20px 24px;overflow-y:auto;overscroll-behavior:contain}.bundle-picker__status{margin-bottom:12px;color:var(--c-text);font-size:14px}.bundle-picker__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px 14px}.bundle-picker__item{display:grid;align-content:start;gap:6px;width:100%;padding:0;border:0;background:none;color:inherit;text-align:left;cursor:pointer}.bundle-picker__item:disabled{cursor:not-allowed;opacity:.55}.bundle-picker__item:focus-visible{outline:2px solid var(--c-ink);outline-offset:3px;border-radius:10px}.bundle-picker__item.is-current .bundle-picker__media{box-shadow:0 0 0 2px var(--c-ink)}.bundle-picker__media{position:relative;display:block;aspect-ratio:3 / 4;overflow:hidden;border-radius:10px;background:var(--c-tint)}.bundle-picker__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.bundle-picker__item:not(:disabled):hover .bundle-picker__media img{transform:scale(1.04)}.bundle-picker__flag{position:absolute;top:8px;left:8px;padding:3px 8px;border-radius:6px;background:#fffffff0;color:var(--c-heading);font-size:11px;font-weight:600}.bundle-picker__name{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:13px;line-height:1.35}.bundle-picker__price{font-size:13px;font-weight:600}.bundle-picker__sizes{color:var(--c-text);font-size:11.5px;letter-spacing:.02em}.bundle-picker__sizes s{opacity:.45}@media(max-width:749px){.bundle-picker{top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-height:100%;margin:0;border-radius:0}.bundle-picker__head{padding:12px 16px}.bundle-picker__tools{padding:10px 16px}.bundle-picker__body{padding:14px 16px calc(24px + env(safe-area-inset-bottom))}.bundle-picker__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 10px}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/bundle.css.map */
