.main-collection{position:relative;z-index:1}.bundle-selection-bar{position:fixed;bottom:0;z-index:1000;width:100%;background:#ebebeb;border-bottom:1px solid #e5e0db;box-shadow:0 2px 12px #0000000f;padding:16px 0;transition:box-shadow .3s ease;left:0}.bundle-selection-bar.is-scrolled{box-shadow:0 4px 20px #0000001a}.bundle-selection-bar__inner{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.bundle-selection-bar__info{flex-shrink:0}.bundle-selection-bar__title{font-size:16px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;margin:0;line-height:1.3;color:#1a1a1a}.bundle-selection-bar__subtitle{font-size:13px;color:#888;margin:2px 0 0;line-height:1.3}.bundle-selection-bar__slots{display:flex;gap:12px;flex:1;justify-content:center}.bundle-slot{width:180px;min-height:64px;border:2px dashed #d4cfc9;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative;background:#faf9f7}.bundle-slot.is-filled{border-style:solid;border-color:#1a1a1a;background:#fff}.bundle-slot__empty{color:#c4bfb8;display:flex;align-items:center;justify-content:center;padding:16px}.bundle-slot__filled{display:flex;align-items:center;gap:10px;padding:8px 10px;width:100%}.bundle-slot__image{width:48px;height:48px;object-fit:cover;border-radius:8px;flex-shrink:0}.bundle-slot__details{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.bundle-slot__product-name{font-size:12px;font-weight:600;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.bundle-slot__variant-name{font-size:11px;color:#888;line-height:1.3}.bundle-slot__remove{background:none;border:none;padding:4px;cursor:pointer;color:#aaa;flex-shrink:0;border-radius:50%;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.bundle-slot__remove:hover{color:#e74c3c;background:#fef2f0}.bundle-selection-bar__actions{display:flex;align-items:center;gap:16px;flex-shrink:0}.bundle-selection-bar__count{font-size:14px;font-weight:500;color:#555;white-space:nowrap}.bundle-selection-bar__add-to-cart{background:#1a1a1a;color:#fff;border:none;padding:12px 28px;font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;border-radius:6px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.bundle-selection-bar__add-to-cart:hover:not(:disabled){background:#333}.bundle-selection-bar__add-to-cart:disabled{opacity:.35;cursor:not-allowed}.bundle-selection-bar__add-to-cart.is-loading{pointer-events:none;position:relative;color:transparent}.bundle-selection-bar__add-to-cart.is-loading:after{content:"";position:absolute;width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:bundle-spin .6s linear infinite;top:50%;left:50%;margin-top:-9px;margin-left:-9px}@keyframes bundle-spin{to{transform:rotate(360deg)}}.bundle-product-card{position:relative}.bundle-product-card__actions{padding:8px 0 0}.bundle-product-card__btn,.bundle-product-card__add-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;background:#1a1a1a;color:#fff;border:1px solid #1a1a1a;padding:10px 16px;font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;border-radius:6px;cursor:pointer;transition:all .3s ease}.bundle-product-card__btn,.bundle-product-card__add-btn:hover{background:#333;border-color:#333}.bundle-product-card__add-btn:disabled{opacity:.3;cursor:not-allowed}.bundle-product-card__selected-badge{position:absolute;top:12px;right:12px;background:#1a1a1a;color:#fff;padding:6px 12px;border-radius:20px;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;display:flex;align-items:center;gap:4px;z-index:5;pointer-events:none}.bundle-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:999;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;transition:opacity .3s ease}.bundle-modal-overlay.is-visible{opacity:1}.bundle-modal{background:#fff;border-radius:16px;max-width:680px;width:100%;max-height:90vh;overflow-y:auto;position:relative;transform:translateY(20px) scale(.97);transition:transform .3s ease;box-shadow:0 24px 64px #00000026}.bundle-modal-overlay.is-visible .bundle-modal{transform:translateY(0) scale(1)}.bundle-modal__close{position:absolute;top:16px;right:16px;background:#f5f3f0;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#555;z-index:2;transition:all .2s ease}.bundle-modal__close:hover{background:#ebe8e4;color:#1a1a1a}.bundle-modal__content{display:grid;grid-template-columns:1fr 1fr;gap:0}.bundle-modal__image-col{background:#f5f3f0;border-radius:16px 0 0 16px;display:flex;align-items:center;justify-content:center;padding:32px}.bundle-modal__image-wrapper{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.bundle-modal__image{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px}.bundle-modal__info-col{padding:40px 32px 32px;display:flex;flex-direction:column}.bundle-modal__title{font-size:22px;font-weight:600;color:#1a1a1a;margin:0 0 8px;line-height:1.3;letter-spacing:.01em}.bundle-modal__subtitle{font-size:14px;color:#888;margin:0 0 20px}.bundle-modal__variants{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.bundle-variant-btn{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#faf9f7;border:2px solid #e5e0db;border-radius:10px;cursor:pointer;transition:all .2s ease;text-align:left;width:100%;font-family:inherit}.bundle-variant-btn:hover{border-color:#bbb;background:#f5f3f0}.bundle-variant-btn.is-selected{border-color:#1a1a1a;background:#fff;box-shadow:0 0 0 1px #1a1a1a}.bundle-variant-btn__swatch{width:36px;height:36px;border-radius:6px;overflow:hidden;flex-shrink:0;background:#eee}.bundle-variant-btn__swatch img{width:100%;height:100%;object-fit:cover}.bundle-variant-btn__name{font-size:14px;font-weight:500;color:#1a1a1a;flex:1}.bundle-variant-btn__check{width:22px;height:22px;border:2px solid #d4cfc9;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.bundle-variant-btn.is-selected .bundle-variant-btn__check{background:#1a1a1a;border-color:#1a1a1a;color:#fff}.bundle-variant-btn.is-unavailable{opacity:.4;pointer-events:none}.bundle-modal__add-btn{width:100%;background:#1a1a1a;color:#fff;border:none;padding:14px 24px;font-size:14px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;border-radius:8px;cursor:pointer;transition:all .3s ease;margin-top:auto}.bundle-modal__add-btn:hover:not(:disabled){background:#333}.bundle-modal__add-btn:disabled{opacity:.35;cursor:not-allowed}.bundle-modal__feedback{font-size:13px;color:#e74c3c;margin:8px 0 0;min-height:18px;text-align:center}.bundle-modal__feedback.is-success{color:#27ae60}.bundle-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(20px);background:#1a1a1a;color:#fff;padding:14px 28px;border-radius:10px;font-size:14px;font-weight:500;z-index:1000;opacity:0;transition:all .3s ease;pointer-events:none;box-shadow:0 8px 32px #0003}.bundle-toast.is-visible{opacity:1;transform:translate(-50%) translateY(0)}.bundle-success-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;transition:opacity .3s ease}.bundle-success-overlay.is-visible{opacity:1}.bundle-success-card{background:#fff;border-radius:16px;padding:40px;text-align:center;max-width:400px;width:100%;transform:scale(.9);transition:transform .3s ease}.bundle-success-overlay.is-visible .bundle-success-card{transform:scale(1)}.bundle-success-card__icon{width:56px;height:56px;background:#f0faf0;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:#27ae60}.bundle-success-card__title{font-size:20px;font-weight:600;color:#1a1a1a;margin:0 0 8px}.bundle-success-card__text{font-size:14px;color:#888;margin:0 0 24px}.bundle-success-card__actions{display:flex;gap:12px;justify-content:center}.bundle-success-card__btn{padding:12px 24px;border-radius:8px;font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:all .2s ease;text-decoration:none;border:none;font-family:inherit}.bundle-success-card__btn--primary{background:#1a1a1a;color:#fff}.bundle-success-card__btn--primary:hover{background:#333}.bundle-success-card__btn--secondary{background:#f5f3f0;color:#1a1a1a}.bundle-success-card__btn--secondary:hover{background:#ebe8e4}@media(max-width:989px){.bundle-selection-bar__inner{flex-direction:column;align-items:stretch;gap:12px}.bundle-selection-bar__info{text-align:center}.bundle-selection-bar__slots{justify-content:center}.bundle-slot{width:140px;min-height:56px}.bundle-slot__image{width:38px;height:38px}.bundle-slot__product-name{font-size:11px}.bundle-selection-bar__actions{justify-content:center}}@media(max-width:749px){.bundle-selection-bar{padding:12px 0}.bundle-selection-bar__slots{gap:8px}.bundle-slot{width:100px;min-height:48px}.bundle-slot__filled{padding:6px 8px;gap:6px}.bundle-slot__image{width:32px;height:32px;border-radius:6px}.bundle-slot__details{display:none}.bundle-modal__content{grid-template-columns:1fr}.bundle-modal__image-col{border-radius:16px 16px 0 0;padding:24px;max-height:280px}.bundle-modal__info-col{padding:24px}.bundle-modal__title{font-size:18px}.bundle-success-card{padding:28px 20px}.bundle-success-card__actions{flex-direction:column}}@keyframes bundle-slot-pop{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.bundle-slot.is-animating{animation:bundle-slot-pop .3s ease}@keyframes bundle-badge-in{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.bundle-product-card__selected-badge.is-visible{display:flex;animation:bundle-badge-in .3s ease forwards}
/*# sourceMappingURL=/cdn/shop/t/2/assets/bundle-builder.css.map */
