.bundle-builder{--bb-radius: 12px;--bb-border: #e5e7eb;--bb-muted: #6b7280;--bb-surface: #ffffff;--bb-surface-alt: #f7f7f7;--bb-slot-empty: #f3f4f6;--bb-gap: 24px;font-family:var(--main-family);color:var(--text-color);box-sizing:border-box}.bundle-builder *,.bundle-builder *:before,.bundle-builder *:after{box-sizing:border-box}.bundle-builder__inner{display:grid;grid-template-columns:minmax(300px,360px) minmax(0,1fr);gap:40px;align-items:start;max-width:1360px;margin:0 auto;padding:32px 24px 64px}.bundle-builder__heading{margin:0 0 24px;text-align:center}.bundle-builder__title{font-family:var(--heading-family);font-weight:var(--heading-weight);font-size:var(--h1-size);line-height:1.1;margin:0 0 8px;text-transform:uppercase;letter-spacing:.02em}.bundle-builder__subtitle{margin:0;font-size:calc(var(--font-size) - 1px);color:var(--bb-muted);letter-spacing:.04em;text-transform:uppercase}.bundle-builder__banner{display:block;width:100%;height:auto;margin:0 0 24px;border-radius:var(--bb-radius)}.bundle-builder__panel{position:sticky;top:20px;background:var(--bb-surface);border:1px solid var(--bb-border);border-radius:var(--bb-radius);padding:20px;display:flex;flex-direction:column;gap:18px}.bundle-builder__panel-head{display:flex;flex-direction:column;gap:4px}.bundle-builder__panel-title{font-family:var(--heading-family);font-weight:var(--heading-weight);font-size:calc(var(--font-size) + 3px);text-transform:uppercase;letter-spacing:.04em;line-height:1.2}.bundle-builder__panel-caption{font-size:calc(var(--font-size) - 4px);color:var(--bb-muted)}.bundle-builder__tiers{position:relative}.bundle-builder__tiers-badge{position:absolute;top:-32px;right:0;background:var(--bb-accent);color:#fff;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 10px;border-radius:999px}.bundle-builder__tier-labels,.bundle-builder__tier-prices{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:4px}.bundle-builder__tier-label{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-align:center;color:var(--bb-muted);padding-bottom:8px}.bundle-builder__tier-price{text-align:center;padding-top:10px;display:flex;flex-direction:column;gap:2px}.bundle-builder__tier-price-value{font-size:12px;font-weight:700;color:var(--text-color)}.bundle-builder__tier-price-note{font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--bb-accent)}.bundle-builder__tier-label.is-active,.bundle-builder__tier-price.is-active .bundle-builder__tier-price-value{color:var(--bb-accent)}.bundle-builder__meter{position:relative}.bundle-builder__meter-rail{height:6px;border-radius:999px;background:var(--bb-slot-empty);overflow:hidden}.bundle-builder__meter-fill{height:100%;width:0;border-radius:999px;background:var(--bb-accent);transition:width .35s ease}.bundle-builder__meter-points{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-auto-flow:column;grid-auto-columns:1fr;pointer-events:none}.bundle-builder__meter-point{display:flex;align-items:center;justify-content:flex-end}.bundle-builder__meter-point svg{display:block;width:20px;height:20px}.bundle-builder__meter-point circle{fill:#d1d5db;transition:fill .25s ease}.bundle-builder__meter-point path{fill:#fff}.bundle-builder__meter-point.is-reached circle{fill:var(--bb-accent)}.bundle-builder__offer{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--bb-accent-soft);border-radius:10px;padding:12px 14px}.bundle-builder__offer-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.bundle-builder__offer-title{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.bundle-builder__offer-subtitle{font-size:12px;color:var(--bb-muted);line-height:1.35}.bundle-builder__offer-save{flex:0 0 auto;font-size:13px;font-weight:700;color:var(--bb-accent);white-space:nowrap}.bundle-builder__slots{display:grid;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:8px}.bundle-builder__slot{position:relative;aspect-ratio:1 / 1;border-radius:10px;background:var(--bb-slot-empty);border:1px dashed #d1d5db;display:flex;align-items:center;justify-content:center;overflow:hidden}.bundle-builder__slot.is-filled{border-style:solid;border-color:var(--bb-border);background:var(--bb-surface)}.bundle-builder__slot img{width:100%;height:100%;object-fit:cover;display:block}.bundle-builder__slot-plus{width:16px;height:16px;opacity:.45}.bundle-builder__slot-remove{position:absolute;top:4px;right:4px;width:20px;height:20px;border-radius:50%;border:0;background:#111111b8;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;line-height:1}.bundle-builder__slot-remove svg{width:10px;height:10px}.bundle-builder__slot-remove:hover{background:#111}.bundle-builder__summary{display:flex;flex-direction:column;gap:12px}.bundle-builder__totals{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.bundle-builder__totals-label{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.bundle-builder__totals-value{display:flex;align-items:baseline;gap:8px}.bundle-builder__total{font-size:calc(var(--font-size) + 4px);font-weight:700}.bundle-builder__total-compare{font-size:calc(var(--font-size) - 3px);color:var(--bb-muted);text-decoration:line-through}.bundle-builder__cta{width:100%;border:0;border-radius:8px;background:var(--button-color);color:var(--button-text);font-family:var(--nav-family);font-size:calc(var(--font-size) - 2px);font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:15px 18px;cursor:pointer;transition:opacity .2s ease,background .2s ease}.bundle-builder__cta:hover:not(:disabled){background:var(--button-hover);color:var(--button-color)}.bundle-builder__cta:disabled{opacity:.4;cursor:not-allowed}.bundle-builder__note{font-size:11px;color:var(--bb-muted);text-align:center}.bundle-builder__main{min-width:0}.bundle-builder__grid{display:grid;grid-template-columns:repeat(var(--bb-columns, 3),minmax(0,1fr));gap:var(--bb-gap)}.bundle-card{display:flex;flex-direction:column;border:1px solid var(--bb-border);border-radius:var(--bb-radius);overflow:hidden;background:var(--bb-surface);transition:border-color .2s ease,box-shadow .2s ease}.bundle-card.is-selected{border-color:var(--bb-accent);box-shadow:0 0 0 1px var(--bb-accent)}.bundle-card.is-soldout{opacity:.55}.bundle-card__media{position:relative;display:block;aspect-ratio:1 / 1;background:var(--bb-surface-alt);overflow:hidden}.bundle-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.bundle-card:hover .bundle-card__media img{transform:scale(1.04)}.bundle-card__flag{position:absolute;top:10px;left:10px;background:var(--bb-accent);color:#fff;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 8px;border-radius:4px}.bundle-card__flag--soldout{background:#111}.bundle-card__body{display:flex;flex-direction:column;gap:8px;padding:14px;flex:1 1 auto}.bundle-card__title{font-size:calc(var(--font-size) - 3px);font-weight:600;line-height:1.3;margin:0;color:var(--text-color);text-decoration:none;display:block}.bundle-card__title:hover{text-decoration:underline}.bundle-card__price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.bundle-card__price-now{font-size:calc(var(--font-size) - 2px);font-weight:700;color:var(--bb-accent)}.bundle-card__price-was{font-size:calc(var(--font-size) - 4px);color:var(--bb-muted);text-decoration:line-through}.bundle-card__variant{width:100%;border:1px solid var(--bb-border);border-radius:6px;padding:8px 10px;font-family:var(--main-family);font-size:calc(var(--font-size) - 5px);background-color:var(--bb-surface);color:var(--text-color);appearance:none;-webkit-appearance:none;background-image:var(--select-arrow-bg);background-repeat:no-repeat;background-position:right 10px center;background-size:10px}.bundle-card__actions{margin-top:auto;padding-top:4px}.bundle-card__add{width:100%;border:1px solid var(--button-color);border-radius:6px;background:var(--button-color);color:var(--button-text);font-family:var(--nav-family);font-size:calc(var(--font-size) - 4px);font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:11px 12px;cursor:pointer;transition:background .2s ease,color .2s ease}.bundle-card__add:hover:not(:disabled){background:transparent;color:var(--button-color)}.bundle-card__add:disabled{opacity:.45;cursor:not-allowed}.bundle-card__stepper{display:grid;grid-template-columns:40px 1fr 40px;align-items:center;border:1px solid var(--button-color);border-radius:6px;overflow:hidden}.bundle-card__stepper-btn{border:0;background:var(--bb-surface);color:var(--text-color);height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.bundle-card__stepper-btn:hover{background:var(--bb-surface-alt)}.bundle-card__stepper-btn svg{width:12px;height:12px}.bundle-card__stepper-value{text-align:center;font-size:calc(var(--font-size) - 3px);font-weight:700}.bundle-builder__hidden{display:none!important}.bundle-builder__empty{border:1px dashed var(--bb-border);border-radius:var(--bb-radius);padding:48px 24px;text-align:center;color:var(--bb-muted);font-size:calc(var(--font-size) - 2px)}.bundle-builder__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:none;align-items:center;justify-content:center;background:#fff9}.bundle-builder__overlay.is-visible{display:flex}.bundle-builder__spinner{width:38px;height:38px;border-radius:50%;border:3px solid rgba(0,0,0,.12);border-top-color:var(--button-color);animation:bundle-builder-spin .7s linear infinite}@keyframes bundle-builder-spin{to{transform:rotate(360deg)}}.bundle-builder__error{background:var(--error-msg-light);color:var(--error-msg-dark);border-radius:8px;padding:10px 12px;font-size:12px}@media screen and (max-width:1100px){.bundle-builder__grid{grid-template-columns:repeat(var(--bb-columns-tablet, 2),minmax(0,1fr))}}@media screen and (max-width:900px){.bundle-builder__inner{grid-template-columns:minmax(0,1fr);gap:20px;padding:20px 16px 24px}.bundle-builder__panel{position:sticky;top:0;z-index:5;border-radius:0;border-left:0;border-right:0;border-top:0;margin:0 -16px;padding:22px 16px 14px;gap:12px}.bundle-builder__panel-head,.bundle-builder__offer{display:none}.bundle-builder__tiers-badge{top:-18px}.bundle-builder__summary{position:fixed;left:0;right:0;bottom:0;z-index:20;background:var(--bb-surface);border-top:1px solid var(--bb-border);box-shadow:0 -6px 20px #00000014;padding:12px 16px calc(12px + env(safe-area-inset-bottom));gap:8px}.bundle-builder__slots{grid-template-columns:repeat(auto-fill,minmax(44px,1fr));gap:6px;max-width:320px}.bundle-builder__main{padding-bottom:150px}.bundle-builder__title{font-size:calc(var(--h1-size) - 2px)}}@media screen and (max-width:560px){.bundle-builder__grid{grid-template-columns:repeat(var(--bb-columns-mobile, 2),minmax(0,1fr));gap:12px}.bundle-card__body{padding:10px;gap:6px}.bundle-builder__tier-label{font-size:10px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/bundle-builder.css.map */
