.bpn-bundle *{box-sizing:border-box}.bpn-bundle{max-width:1100px;margin:0 auto;padding:60px 20px;font-family:var(--font-body-family, sans-serif)}.bpn-bundle__header{text-align:center;margin-bottom:48px}.bpn-bundle__title{font-size:clamp(24px,4vw,36px);font-weight:600;color:var(--color-foreground, #1a1a1a);margin:0 0 10px}.bpn-bundle__subtitle{font-size:15px;color:var(--color-foreground-muted, #666);margin:0}.bpn-bundle__tiers{display:flex;gap:12px;justify-content:center;margin-bottom:48px;flex-wrap:wrap}.bpn-bundle__tier{flex:1;min-width:140px;max-width:200px;border:1.5px solid #e0e0e0;border-radius:12px;padding:20px 16px;text-align:center;cursor:pointer;transition:border-color .2s,background .2s;background:#fff;position:relative}.bpn-bundle__tier:hover{border-color:#aaa}.bpn-bundle__tier.is-active{border-color:#1a1a1a;background:#f7f7f7}.bpn-bundle__tier-number{font-size:32px;font-weight:700;color:#1a1a1a;line-height:1}.bpn-bundle__tier-label{font-size:12px;color:#888;margin:4px 0 10px}.bpn-bundle__tier-badge{display:inline-block;background:#e8f5e9;color:#2e7d32;font-size:11px;font-weight:600;padding:3px 10px;border-radius:20px}.bpn-bundle__tier.is-active .bpn-bundle__tier-badge{background:#2e7d32;color:#fff}.bpn-bundle__progress-wrap{margin-bottom:32px}.bpn-bundle__progress-meta{display:flex;justify-content:space-between;font-size:13px;color:#888;margin-bottom:8px}.bpn-bundle__progress-bar{height:4px;background:#e0e0e0;border-radius:2px;overflow:hidden}.bpn-bundle__progress-fill{height:100%;background:#1a1a1a;border-radius:2px;transition:width .3s ease;width:0%}.bpn-bundle__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:40px}.bpn-bundle__product{border:1.5px solid #e0e0e0;border-radius:12px;overflow:hidden;cursor:pointer;transition:border-color .2s;background:#fff;position:relative;-webkit-user-select:none;user-select:none}.bpn-bundle__product:hover{border-color:#aaa}.bpn-bundle__product.is-selected{border-color:#1a1a1a}.bpn-bundle__product.is-disabled{opacity:.4;pointer-events:none}.bpn-bundle__product-img{width:100%;aspect-ratio:1;object-fit:cover;display:block;background:#f5f5f5}.bpn-bundle__product-img-placeholder{width:100%;aspect-ratio:1;background:#f5f5f5;display:flex;align-items:center;justify-content:center;font-size:48px}.bpn-bundle__product-body{padding:12px}.bpn-bundle__product-name{font-size:13px;font-weight:600;color:#1a1a1a;margin:0 0 2px}.bpn-bundle__product-price{font-size:12px;color:#888;margin:0}.bpn-bundle__product-check{position:absolute;top:10px;right:10px;width:24px;height:24px;border-radius:50%;background:#1a1a1a;display:none;align-items:center;justify-content:center}.bpn-bundle__product.is-selected .bpn-bundle__product-check{display:flex}.bpn-bundle__product-check svg{width:13px;height:13px;stroke:#fff;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.bpn-bundle__product-qty{position:absolute;top:10px;right:10px;width:24px;height:24px;border-radius:50%;background:#1a1a1a;color:#fff;font-size:12px;font-weight:600;display:none;align-items:center;justify-content:center}.bpn-bundle__product.is-selected.has-multi .bpn-bundle__product-check{display:none}.bpn-bundle__product.is-selected.has-multi .bpn-bundle__product-qty{display:flex}.bpn-bundle__bottom{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:768px){.bpn-bundle__bottom{grid-template-columns:1fr 360px;align-items:start}}.bpn-bundle__slots{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.bpn-bundle__slot{width:48px;height:48px;border-radius:50%;border:1.5px dashed #ccc;overflow:hidden;flex-shrink:0;transition:border-color .2s}.bpn-bundle__slot.is-filled{border-style:solid;border-color:#1a1a1a}.bpn-bundle__slot img{width:100%;height:100%;object-fit:cover}.bpn-bundle__slot-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:20px;background:#f5f5f5}.bpn-bundle__summary{border:1.5px solid #e0e0e0;border-radius:12px;padding:20px;background:#fafafa}.bpn-bundle__summary-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#888;margin:0 0 16px}.bpn-bundle__summary-items{margin-bottom:16px}.bpn-bundle__summary-item{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid #ebebeb}.bpn-bundle__summary-item:last-child{border-bottom:none}.bpn-bundle__summary-thumb{width:36px;height:36px;border-radius:6px;object-fit:cover;flex-shrink:0;background:#f0f0f0}.bpn-bundle__summary-name{flex:1;font-size:13px;color:#1a1a1a}.bpn-bundle__summary-price{font-size:13px;color:#1a1a1a}.bpn-bundle__summary-empty{font-size:13px;color:#bbb;text-align:center;padding:12px 0}.bpn-bundle__totals{border-top:1px solid #e0e0e0;padding-top:12px;margin-bottom:16px}.bpn-bundle__total-row{display:flex;justify-content:space-between;font-size:13px;color:#888;margin-bottom:6px}.bpn-bundle__total-row.is-saving{color:#2e7d32;font-weight:500}.bpn-bundle__total-row.is-final{font-size:16px;font-weight:600;color:#1a1a1a;margin-top:8px;padding-top:8px;border-top:1px solid #e0e0e0}.bpn-bundle__cta{width:100%;padding:14px;background:#1a1a1a;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .2s;letter-spacing:.02em}.bpn-bundle__cta:disabled{opacity:.35;cursor:not-allowed}.bpn-bundle__cta:hover:not(:disabled){opacity:.82}.bpn-bundle__cta-sub{text-align:center;font-size:12px;color:#aaa;margin-top:8px}.bpn-bundle__products-section{display:none}.bpn-bundle__products-section.is-visible{display:block}.bpn-bundle__hint{text-align:center;font-size:13px;color:#888;margin-bottom:16px;min-height:20px}.bpn-bundle__hint.is-complete{color:#2e7d32;font-weight:500}
/*# sourceMappingURL=/cdn/shop/t/11/assets/bundle-builder.css.map */
