bundle-builder{display:block;position:relative}.bundle-section{--bundle-radius: 14px;--bundle-radius-sm: 8px;--bundle-gap: 20px;--bundle-border: rgba(17, 17, 17, .1);--bundle-muted: #6b6b6b;font-family:inherit}.bundle-header{text-align:center;max-width:720px;margin:0 auto 36px}.bundle-header__title{font-size:clamp(28px,4vw,42px);font-weight:700;letter-spacing:-.02em;margin:0 0 12px;line-height:1.15}.bundle-header__subtitle{font-size:clamp(15px,2vw,18px);color:var(--bundle-muted);margin:0}.bundle-progress{max-width:640px;margin:0 auto 36px}.bundle-progress__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:14px;font-weight:600}.bundle-progress__counter{letter-spacing:.01em}.bundle-progress__pct{color:var(--bundle-muted);font-weight:500}.bundle-progress__bar{width:100%;height:10px;background:#11111114;border-radius:999px;overflow:hidden}.bundle-progress__bar-inner{height:100%;width:0%;border-radius:999px;background:#111;transition:width .45s cubic-bezier(.22,1,.36,1)}.bundle-progress__bar-inner.is-complete{animation:bundle-pulse .6s ease}@keyframes bundle-pulse{0%{filter:brightness(1)}50%{filter:brightness(1.25)}to{filter:brightness(1)}}.bundle-grid{display:grid;grid-template-columns:repeat(var(--bundle-cols-mobile, 2),1fr);gap:14px;padding-bottom:20px}@media screen and (min-width:750px){.bundle-grid{grid-template-columns:repeat(var(--bundle-cols-tablet, 2),1fr);gap:var(--bundle-gap)}}@media screen and (min-width:990px){.bundle-grid{grid-template-columns:repeat(var(--bundle-cols-desktop, 4),1fr)}}.bundle-grid__empty{grid-column:1 / -1;text-align:center;color:var(--bundle-muted);padding:60px 0}.bundle-card{border:1px solid var(--bundle-border);border-radius:var(--bundle-radius);overflow:hidden;background:#fff;display:flex;flex-direction:column;transition:box-shadow .25s ease,transform .25s ease,border-color .25s ease}.bundle-card:hover{box-shadow:0 10px 30px #11111114;transform:translateY(-3px)}.bundle-card--selected{border-color:#111;box-shadow:0 8px 24px #1111111f}.bundle-card--sold-out{opacity:.55}.bundle-card--limit-reached:not(.bundle-card--selected) .bundle-card__select-btn{opacity:.45;cursor:not-allowed}.bundle-card__media{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:#f5f5f5}.bundle-card__image,.bundle-card__placeholder{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.bundle-card:hover .bundle-card__image{transform:scale(1.04)}.bundle-card__discount-badge{position:absolute;top:10px;left:10px;background:#e0263b;color:#fff;font-size:12px;font-weight:700;padding:4px 9px;border-radius:999px;letter-spacing:.01em}.bundle-card__stock-badge{position:absolute;top:10px;right:10px;font-size:11px;font-weight:600;padding:4px 9px;border-radius:999px;background:#111;color:#fff}.bundle-card__stock-badge--low{background:#b5750a}.bundle-card__check{position:absolute;bottom:10px;right:10px;width:30px;height:30px;border-radius:50%;background:#111;color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.6);transition:all .25s cubic-bezier(.34,1.56,.64,1)}.bundle-card--selected .bundle-card__check{opacity:1;transform:scale(1)}.bundle-card__info{padding:14px;display:flex;flex-direction:column;gap:8px;flex:1}.bundle-card__title{font-size:14px;font-weight:600;line-height:1.35;color:inherit;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bundle-card__title:hover{text-decoration:underline}.bundle-card__price-row{display:flex;align-items:baseline;gap:8px}.bundle-card__price{font-size:15px;font-weight:700}.bundle-card__compare-price{font-size:13px;color:var(--bundle-muted);text-decoration:line-through}.bundle-card__stock-status{font-size:12px;color:var(--bundle-muted);display:flex;align-items:center;gap:6px}.bundle-card__dot{width:7px;height:7px;border-radius:50%;display:inline-block}.bundle-card__dot--in{background:#1c9c4a}.bundle-card__dot--out{background:#b3261e}.bundle-card__select-btn{margin-top:auto;border:1.5px solid #111;background:#fff;color:#111;border-radius:var(--bundle-radius-sm);padding:10px 12px;font-size:13px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:6px}.bundle-card__select-btn:hover:not(:disabled){background:#111;color:#fff}.bundle-card__select-btn:disabled{cursor:not-allowed;border-color:var(--bundle-border);color:var(--bundle-muted)}.bundle-card__select-btn[aria-pressed=true]{background:#111;color:#fff}.bundle-card__btn-label{display:none;align-items:center;gap:6px}.bundle-card__btn-label--select{display:flex}.bundle-card__select-btn[aria-pressed=true] .bundle-card__btn-label--select{display:none}.bundle-card__select-btn[aria-pressed=true] .bundle-card__btn-label--selected{display:flex}.bundle-card--sold-out .bundle-card__btn-label--select,.bundle-card--sold-out .bundle-card__btn-label--selected{display:none}.bundle-card--sold-out .bundle-card__btn-label--sold-out{display:flex}.bundle-sticky-bar{position:fixed;left:0;right:0;bottom:0;transform:translateY(120%);transition:transform .35s cubic-bezier(.22,1,.36,1);background:#fff;border-top:1px solid var(--bundle-border);box-shadow:0 -8px 30px #1111111a;z-index:90}.bundle-sticky-bar.is-visible{transform:translateY(0)}.bundle-sticky-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px;flex-wrap:wrap}.bundle-sticky-bar__info{display:flex;align-items:center;gap:14px;font-weight:700}.bundle-sticky-bar__count{font-size:15px}.bundle-sticky-bar__price{font-size:17px}.bundle-sticky-bar__actions{display:flex;align-items:center;gap:10px;margin-left:auto}.bundle-sticky-bar__view-btn{background:transparent;border:1.5px solid #111;border-radius:var(--bundle-radius-sm);padding:11px 18px;font-size:13px;font-weight:700;cursor:pointer;transition:background .2s ease}.bundle-sticky-bar__view-btn:hover{background:#1111110f}.bundle-sticky-bar__checkout-btn{background:#111;color:#fff;border:none;border-radius:var(--bundle-radius-sm);padding:11px 22px;font-size:13px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;gap:8px;transition:opacity .2s ease}.bundle-sticky-bar__checkout-btn:disabled{opacity:.4;cursor:not-allowed}.bundle-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:bundle-spin .7s linear infinite}.bundle-spinner.hidden{display:none}@keyframes bundle-spin{to{transform:rotate(360deg)}}.bundle-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:none}.bundle-modal.is-open{display:block}.bundle-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#11111180;opacity:0;transition:opacity .25s ease}.bundle-modal.is-open .bundle-modal__overlay{opacity:1}.bundle-modal__panel{position:absolute;right:0;top:0;bottom:0;width:min(420px,100%);background:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.22,1,.36,1)}.bundle-modal.is-open .bundle-modal__panel{transform:translate(0)}.bundle-modal__header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid var(--bundle-border)}.bundle-modal__title{font-size:18px;font-weight:700;margin:0}.bundle-modal__close{background:transparent;border:none;cursor:pointer;padding:6px;display:flex}.bundle-modal__list{flex:1;overflow-y:auto;padding:12px 20px;display:flex;flex-direction:column;gap:14px}.bundle-modal__empty{color:var(--bundle-muted);text-align:center;padding:40px 0}.bundle-modal__item{display:flex;gap:12px;align-items:center;border-bottom:1px solid var(--bundle-border);padding-bottom:14px}.bundle-modal__item-image{width:60px;height:60px;border-radius:var(--bundle-radius-sm);object-fit:cover;background:#f5f5f5;flex-shrink:0}.bundle-modal__item-info{flex:1;min-width:0}.bundle-modal__item-title{font-size:13px;font-weight:600;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bundle-modal__item-price{font-size:13px;color:var(--bundle-muted)}.bundle-modal__item-qty{display:flex;align-items:center;gap:8px;border:1px solid var(--bundle-border);border-radius:999px;padding:4px 8px}.bundle-modal__qty-btn{width:20px;height:20px;border:none;background:transparent;font-size:15px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.bundle-modal__qty-btn:disabled{opacity:.35;cursor:not-allowed}.bundle-modal__qty-value{min-width:14px;text-align:center;font-size:13px;font-weight:700}.bundle-modal__item-remove{background:transparent;border:none;color:#b3261e;font-size:12px;font-weight:700;cursor:pointer;padding:4px 0}.bundle-modal__footer{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-top:1px solid var(--bundle-border);font-weight:700;font-size:16px}.bundle-toast{position:fixed;left:50%;bottom:100px;transform:translate(-50%,20px);background:#111;color:#fff;padding:12px 20px;border-radius:999px;font-size:13px;font-weight:600;opacity:0;pointer-events:none;transition:all .3s ease;z-index:300;white-space:nowrap}.bundle-toast.is-visible{opacity:1;transform:translate(-50%)}
/*# sourceMappingURL=/cdn/shop/t/2/assets/bundle.css.map */
