.bundle-builder{--bb-orange: #f9682b;--bb-orange-hover: #e55a1f;--bb-black: #1a1a1a;--bb-white: #ffffff;--bb-gray: #f5f5f5;--bb-border: #e0e0e0;--bb-success: #16a34a;--bb-radius: 8px;--bb-gap: 12px;background:var(--bb-white);color:var(--bb-black);padding:40px 0 200px}.bundle-builder__header{max-width:1200px;margin:0 auto 32px;padding:0 16px;text-align:center}.bundle-builder__heading{font-size:1.75rem;margin:0 0 8px;line-height:1.2;color:var(--bb-black)}.bundle-builder__description{font-size:1rem;opacity:.65;max-width:480px;margin:0 auto}.bundle-builder__grid{max-width:1200px;margin:0 auto;padding:0 16px;display:grid;grid-template-columns:repeat(2,1fr);gap:var(--bb-gap)}.bundle-card{border:2px solid var(--bb-border);border-radius:var(--bb-radius);background:var(--bb-white);overflow:hidden;transition:border-color .2s;position:relative}.bundle-card.is-selected{border-color:var(--bb-orange)}.bundle-card__media{position:relative;aspect-ratio:1;overflow:hidden;background:var(--bb-gray)}.bundle-card__image,.bundle-card__placeholder{width:100%;height:100%;object-fit:cover;display:block}.bundle-card__badge{position:absolute;top:8px;right:8px;width:26px;height:26px;border-radius:50%;background:var(--bb-orange);color:var(--bb-white);display:none;align-items:center;justify-content:center}.bundle-card.is-selected .bundle-card__badge{display:flex}.bundle-card__content{padding:10px}.bundle-card__title{font-size:.8125rem;margin:0 0 2px;font-weight:600;line-height:1.3;color:var(--bb-black)}.bundle-card__price{font-size:.8125rem;margin:0 0 8px;font-weight:500;color:var(--bb-black)}.bundle-card__variants{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px}.bundle-card__variant-btn{padding:4px 10px;border:1.5px solid #e0e0e0;border-radius:4px;background-color:#fff;color:#1a1a1a;font-size:.6875rem;font-weight:500;cursor:pointer;transition:border-color .15s,background-color .15s,color .15s;line-height:1.3}.bundle-card__variant-btn:hover:not(:disabled):not(.is-active){border-color:#1a1a1a}.bundle-builder .bundle-card__variant-btn.is-active,.bundle-card__variant-btn.is-active{background-color:#1a1a1a;color:#fff;border-color:#1a1a1a}.bundle-card__variant-btn:disabled{opacity:.3;cursor:not-allowed;text-decoration:line-through}.bundle-card__actions{margin-bottom:6px}.bundle-card__add-btn{width:100%;padding:8px 12px;border:none;border-radius:var(--bb-radius);background:var(--bb-orange);color:var(--bb-white);font-weight:600;font-size:.8125rem;cursor:pointer;transition:background .15s}.bundle-card__add-btn:hover:not(:disabled){background:var(--bb-orange-hover)}.bundle-card__add-btn:disabled{opacity:.3;cursor:not-allowed}.bundle-card__qty-wrap{display:flex;align-items:center;justify-content:center;border:2px solid var(--bb-black);border-radius:var(--bb-radius);overflow:hidden;height:36px}.bundle-card__qty-wrap[hidden]{display:none}.bundle-card__qty-btn{width:36px;height:100%;border:none;background:var(--bb-white);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--bb-black);transition:background .15s;flex-shrink:0}.bundle-card__qty-btn:hover{background:var(--bb-gray)}.bundle-card__qty-value{flex:1;text-align:center;font-weight:600;font-size:.8125rem;color:var(--bb-black);line-height:1;white-space:nowrap}.bundle-card__view-link{display:inline-block;font-size:.6875rem;color:var(--bb-black);opacity:.5;text-decoration:underline;text-underline-offset:2px;transition:opacity .15s}.bundle-card__view-link:hover{opacity:1}.bundle-bar{position:fixed;bottom:0;left:0;right:0;z-index:100;background:var(--bb-orange);color:var(--bb-white);box-shadow:0 -4px 20px #00000026}.bundle-bar__main{max-width:1200px;margin:0 auto;padding:10px 16px}.bundle-bar__empty-state{display:flex;flex-direction:column;align-items:center;gap:6px;padding:4px 0}.bundle-bar__empty-state[hidden]{display:none}.bundle-bar__progress-track{width:100%;max-width:320px;height:6px;background:#ffffff40;border-radius:3px;overflow:hidden}.bundle-bar__progress-fill{height:100%;width:0;background:var(--bb-white);border-radius:3px;transition:width .3s ease}.bundle-bar__filled-state{display:flex;flex-direction:column;gap:8px}.bundle-bar__filled-state[hidden]{display:none}.bundle-bar__row-top{display:flex;align-items:center;gap:12px}.bundle-bar__expand{position:absolute;top:-16px;left:50%;transform:translate(-50%);width:32px;height:32px;border:none;border-radius:50%;background:var(--bb-orange);box-shadow:0 -2px 8px #00000026;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s;color:var(--bb-white);z-index:1}.bundle-bar__expand[hidden]{display:none}.bundle-bar__expand:hover{background:var(--bb-orange-hover)}.bundle-bar__expand[aria-expanded=true] svg{transform:rotate(180deg)}.bundle-bar__thumbs{display:flex;gap:8px;flex-shrink:0;overflow-x:auto;scrollbar-width:none;max-width:200px;padding:4px 2px}.bundle-bar__thumbs::-webkit-scrollbar{display:none}.bundle-bar__thumb{position:relative;flex-shrink:0;width:42px;height:42px;border-radius:6px;overflow:visible;border:2px solid var(--bb-white)}.bundle-bar__thumb img{width:100%;height:100%;object-fit:cover;border-radius:4px}.bundle-bar__thumb-qty{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;border-radius:9px;background:var(--bb-black);color:var(--bb-white);font-size:.625rem;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1;z-index:1;box-shadow:0 1px 3px #0000004d}.bundle-bar__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.bundle-bar__progress{font-size:.6875rem;color:var(--bb-white);opacity:.8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bundle-bar__progress.is-complete{color:var(--bb-white);opacity:1;font-weight:600}.bundle-bar__prices{display:flex;align-items:baseline;gap:6px}.bundle-bar__price-original{font-size:.8125rem;font-weight:400;color:var(--bb-white);opacity:.6;text-decoration:line-through;font-variant-numeric:tabular-nums}.bundle-bar__price-original:empty{display:none}.bundle-bar__price{font-size:1.125rem;font-weight:700;color:var(--bb-white);font-variant-numeric:tabular-nums}.bundle-bar__discount-tag{display:inline-flex;align-items:center;padding:4px 10px;border-radius:20px;background:var(--bb-white);color:var(--bb-orange);font-size:.75rem;font-weight:800;letter-spacing:.02em;flex-shrink:0;white-space:nowrap;line-height:1}.bundle-bar__discount-tag[hidden]{display:none}.bundle-bar__submit{padding:12px 24px;border:none;border-radius:var(--bb-radius);background:var(--bb-black);color:var(--bb-white);font-weight:700;font-size:.875rem;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .15s,opacity .15s}.bundle-bar__submit:hover:not(:disabled){background:#333}.bundle-bar__submit:disabled{opacity:.35;cursor:not-allowed}.bundle-bar__submit.is-loading{pointer-events:none;opacity:.5}.bundle-bar__panel{max-width:1200px;margin:0 auto;padding:16px 16px 0;max-height:50vh;overflow-y:auto;background:#e05520;color:var(--bb-white);border-bottom:1px solid rgba(255,255,255,.15)}.bundle-bar__panel[hidden]{display:none}.bundle-bar__panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.bundle-bar__panel-title{font-size:.9375rem;margin:0;font-weight:600}.bundle-bar__panel-close{background:none;border:none;padding:4px;cursor:pointer;opacity:.6;color:var(--bb-white);transition:opacity .15s}.bundle-bar__panel-close:hover{opacity:1}.bundle-bar__panel-items{list-style:none;padding:0;margin:0}.bundle-bar__panel-item{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.12);font-size:.8125rem}.bundle-bar__panel-item:last-child{border-bottom:none}.bundle-bar__panel-item-img{width:36px;height:36px;border-radius:4px;object-fit:cover;flex-shrink:0;border:1.5px solid rgba(255,255,255,.3)}.bundle-bar__panel-item-info{flex:1;min-width:0}.bundle-bar__panel-item-title{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bundle-bar__panel-item-variant{font-size:.6875rem;opacity:.7}.bundle-bar__panel-item-qty{display:flex;align-items:center;gap:2px;flex-shrink:0}.bundle-bar__panel-qty-btn{width:24px;height:24px;border:1px solid rgba(255,255,255,.3);border-radius:4px;background:#ffffff1a;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--bb-white)}.bundle-bar__panel-qty-btn:hover{background:#fff3}.bundle-bar__panel-qty-val{min-width:22px;text-align:center;font-weight:600;font-variant-numeric:tabular-nums}.bundle-bar__panel-item-price{font-weight:500;flex-shrink:0;font-variant-numeric:tabular-nums}.bundle-bar__panel-item-remove{background:none;border:none;color:var(--bb-white);opacity:.4;cursor:pointer;padding:2px;flex-shrink:0;transition:opacity .15s}.bundle-bar__panel-item-remove:hover{opacity:1}.bundle-bar__panel-empty{text-align:center;padding:16px 0;font-size:.8125rem;opacity:.6;margin:0}@media screen and (max-width:749px){.bundle-bar__row-top{flex-wrap:wrap}.bundle-bar__thumbs{flex-basis:100%;max-width:100%;gap:6px;padding:0 0 4px}.bundle-bar__info{flex-direction:row;align-items:center;gap:8px;flex:1}.bundle-bar__progress{flex:1}.bundle-bar__price{flex-shrink:0}.bundle-bar__submit{width:100%;padding:14px;font-size:.9375rem}}@media screen and (min-width:750px){.bundle-builder__heading{font-size:2.25rem}.bundle-builder__grid{grid-template-columns:repeat(3,1fr)}.bundle-bar__main{gap:16px;padding:14px 24px}.bundle-bar__thumbs{max-width:360px;gap:10px}.bundle-bar__thumb{width:48px;height:48px}.bundle-bar__price{font-size:1.25rem}.bundle-bar__price-original{font-size:.875rem}.bundle-bar__discount-tag{padding:5px 12px;font-size:.8125rem}.bundle-bar__submit{padding:14px 36px;font-size:1rem;border-radius:10px}}@media screen and (min-width:990px){.bundle-builder__grid{grid-template-columns:repeat(4,1fr)}.bundle-bar__thumbs{max-width:440px}.bundle-bar__thumb{width:52px;height:52px}.bundle-bar__submit{padding:16px 44px;font-size:1.0625rem}}
/*# sourceMappingURL=/cdn/shop/t/23/compiled_assets/styles.css.map */
