.bundle-qty-break{display:block;margin-top:1rem;max-width:100%;font-family:inherit;color:var(--color-foreground, #1a1a1a)}.bundle-qty-break,.bundle-qty-break *{box-sizing:border-box}.bundle-qty-break__header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.bundle-qty-break__heading-line{flex:1;height:1px;background:var(--color-border, #d8d8d8)}.bundle-qty-break__heading{flex-shrink:0;font-size:1.15rem;font-weight:600;letter-spacing:.02em;margin:0;text-align:center}.bundle-qty-break__subheading{margin:0 0 .75rem;font-size:.82rem;line-height:1.35;color:var(--color-foreground-muted, #717171);text-align:center}.bundle-qty-break__tiers{display:flex;flex-direction:column;gap:.5rem}.bundle-qty-break__tier{position:relative;display:flex;align-items:flex-start;gap:.65rem;border:1px solid var(--color-border, #d8d8d8);border-radius:.5rem;padding:.7rem 1rem;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease;overflow:visible;max-width:100%}.bundle-qty-break__tier.is-selected{border-color:var(--color-foreground, #1a1a1a);box-shadow:0 0 0 1px var(--color-foreground, #1a1a1a)}.bundle-qty-break__tier-radio{position:absolute;opacity:0;pointer-events:none}.bundle-qty-break__tier-radio-dot{flex-shrink:0;width:1.1rem;height:1.1rem;margin-top:.15rem;border-radius:50%;border:1.5px solid var(--color-border-strong, #999);position:relative;transition:border-color .15s ease}.bundle-qty-break__tier.is-selected .bundle-qty-break__tier-radio-dot{border-color:var(--color-foreground, #1a1a1a)}.bundle-qty-break__tier.is-selected .bundle-qty-break__tier-radio-dot:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:50%;background:var(--color-foreground, #1a1a1a)}.bundle-qty-break__tier-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:.5rem}.bundle-qty-break__tier-row,.bundle-qty-break__tier-body{display:flex;flex:1;min-width:0;justify-content:space-between;align-items:flex-start;gap:.75rem}.bundle-qty-break__tier-body{flex-direction:column;align-items:flex-start;gap:.2rem}.bundle-qty-break__tier-title{font-weight:600;font-size:.98rem;display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap;min-width:0}.bundle-qty-break__tier-sub{font-size:.85rem;color:var(--color-foreground-muted, #717171)}.bundle-qty-break__tier-price{flex-shrink:0;text-align:right;white-space:nowrap}.bundle-qty-break__price-now{font-weight:600;font-size:1rem}.bundle-qty-break__price-compare{display:block;font-size:.82rem;color:var(--color-foreground-muted, #999);text-decoration:line-through}.bundle-qty-break__save-badge{background:var(--color-sale, #e0392f);color:#fff;font-size:.7rem;font-weight:700;padding:.15rem .5rem;border-radius:.25rem;letter-spacing:.02em}.bundle-qty-break__corner-badge{position:absolute;top:-.65rem;right:1rem;background:#111;color:#fff;font-size:.72rem;font-weight:700;padding:.3rem .7rem;border-radius:999px;white-space:nowrap;box-shadow:0 2px 6px #00000026}.bundle-qty-break__corner-badge.is-good{background:#1a1a1a}.bundle-qty-break__corner-badge.is-popular{background:#111}.bundle-qty-break__corner-badge.is-crazy{background:#c0392b}.bundle-qty-break__slots{display:flex;flex-direction:column;gap:.5rem;padding-top:.5rem;border-top:1px solid var(--color-border, #ececec)}.bundle-qty-break__slot{display:flex;align-items:center;gap:.65rem;min-width:0}.bundle-qty-break__slot-thumb{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:.35rem;overflow:hidden;background:var(--color-background-secondary, #f3f3f3);display:flex;align-items:center;justify-content:center}.bundle-qty-break__slot-thumb img{width:100%;height:100%;object-fit:cover}.bundle-qty-break__slot-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;font-weight:500}.bundle-qty-break__slot-locked{font-size:.78rem;color:var(--color-foreground-muted, #999)}.bundle-qty-break__slot-choose,.bundle-qty-break__product-choose{flex-shrink:0;background:#111;color:#fff;border:none;border-radius:.35rem;padding:.45rem 1.1rem;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .15s ease}.bundle-qty-break__slot-choose:hover,.bundle-qty-break__product-choose:hover{background:#333}.bundle-qty-break__slot.is-filled .bundle-qty-break__slot-thumb{background:transparent}.bundle-qty-break__hint{margin-top:.6rem;padding:.55rem .9rem;border-radius:.4rem;background:var(--color-sale-background, #fdf0ef);font-size:.82rem;color:var(--color-sale, #c0392b);text-align:center}.bundle-qty-break__modal[hidden]{display:none}.bundle-qty-break__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483000;display:flex;align-items:center;justify-content:center;padding:1.5rem}.bundle-qty-break__modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;cursor:pointer}.bundle-qty-break__modal-panel{position:relative;z-index:1;background:#fff;width:min(560px,100%);max-height:min(640px,85vh);display:flex;flex-direction:column;border-radius:8px;overflow:hidden;box-shadow:0 20px 60px #00000040;cursor:default}.bundle-qty-break__modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-border, #ececec)}.bundle-qty-break__modal-header h4{margin:0;font-size:1.1rem;font-weight:600}.bundle-qty-break__modal-close{background:none;border:none;cursor:pointer;width:2rem;height:2rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:1.6rem;line-height:1;color:var(--color-foreground-muted, #888);border-radius:50%;transition:background .15s ease,color .15s ease}.bundle-qty-break__modal-close:hover{background:var(--color-background-secondary, #f3f3f3);color:var(--color-foreground, #111)}.bundle-qty-break__modal-search{padding:1rem 1.5rem .5rem}.bundle-qty-break__modal-search input{width:100%;padding:.65rem .9rem;border:1px solid var(--color-border, #d8d8d8);border-radius:.4rem;font-size:.9rem}.bundle-qty-break__swipe-hint{margin:0;padding:.4rem 1.5rem 0;font-size:.75rem;color:var(--color-foreground-muted, #999);text-align:center}@media screen and (min-width:750px){.bundle-qty-break__swipe-hint{display:none}}.bundle-qty-break__tabs{display:flex;gap:.25rem;padding:.75rem 1.5rem 0;overflow-x:auto;border-bottom:1px solid var(--color-border, #ececec)}.bundle-qty-break__tab{flex-shrink:0;background:none;border:none;border-bottom:2px solid transparent;padding:.5rem .85rem;font-size:.86rem;font-weight:600;color:var(--color-foreground-muted, #888);cursor:pointer;white-space:nowrap;transition:color .15s ease,border-color .15s ease}.bundle-qty-break__tab.is-active{color:var(--color-foreground, #111);border-bottom-color:var(--color-foreground, #111)}.bundle-qty-break__tab-new-badge{position:relative;display:inline-block;margin-left:.35rem;padding:.1rem .4rem;background:#f0f0bc;color:#000;font-size:.62rem;font-weight:700;letter-spacing:.03em;border-radius:.25rem;vertical-align:1px;overflow:hidden;isolation:isolate}.bundle-qty-break__tab-new-badge:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,transparent 30%,rgba(255,255,255,.75) 50%,transparent 70%);transform:translate(-100%);animation:bundle-qty-break-shimmer 2.6s ease-in-out infinite}@keyframes bundle-qty-break-shimmer{0%{transform:translate(-100%)}50%{transform:translate(100%)}to{transform:translate(100%)}}@media(prefers-reduced-motion:reduce){.bundle-qty-break__tab-new-badge:after{animation:none}}.bundle-qty-break__modal-body{flex:1;overflow-y:auto;padding:.5rem 1.5rem 1.5rem}.bundle-qty-break__tab-panel{display:none}.bundle-qty-break__tab-panel.is-active{display:block}.bundle-qty-break__product-list{display:flex;flex-direction:column;gap:.9rem}.bundle-qty-break__scroll-sentinel{height:1px}.bundle-qty-break__loading{text-align:center;padding:1rem 0;font-size:.82rem;color:var(--color-foreground-muted, #888)}.bundle-qty-break__loading[hidden]{display:none}.bundle-qty-break__product-row{display:flex;align-items:center;gap:.9rem;padding-top:.9rem;border-top:1px solid var(--color-border, #f0f0f0)}.bundle-qty-break__product-row:first-child{border-top:none;padding-top:0}.bundle-qty-break__product-row[hidden]{display:none}.bundle-qty-break__product-thumb{flex-shrink:0;width:4rem;height:4rem;border-radius:.4rem;overflow:hidden;background:var(--color-background-secondary, #f3f3f3)}.bundle-qty-break__product-thumb img{width:100%;height:100%;object-fit:cover}.bundle-qty-break__product-info{flex:1;display:flex;flex-direction:column;gap:.2rem;min-width:0}.bundle-qty-break__product-name{font-weight:600;font-size:.92rem}.bundle-qty-break__product-price .bundle-qty-break__price-now{font-size:.88rem}.bundle-qty-break__product-price .bundle-qty-break__price-compare{display:inline;margin-left:.4rem}.bundle-qty-break__product-variant-picker{display:flex;gap:.5rem;margin-top:.3rem}.bundle-qty-break__variant-label{font-size:.75rem;color:var(--color-foreground-muted, #888);display:flex;flex-direction:column;gap:.2rem}.bundle-qty-break__variant-label select{font-size:.82rem;padding:.25rem .4rem;border:1px solid var(--color-border, #d8d8d8);border-radius:.3rem}.bundle-qty-break__no-results{text-align:center;color:var(--color-foreground-muted, #888);padding:2rem 0}.bundle-qty-break__no-results:not([hidden]){display:block}@media screen and (max-width:749px){.bundle-qty-break{margin-top:.75rem}.bundle-qty-break__header{margin-bottom:.4rem}.bundle-qty-break__heading{font-size:1.05rem}.bundle-qty-break__subheading{margin-bottom:.6rem;font-size:.78rem}.bundle-qty-break__tiers{gap:.4rem}.bundle-qty-break__tier{padding:.6rem .85rem;gap:.55rem}.bundle-qty-break__tier-main{gap:.4rem}.bundle-qty-break__corner-badge{top:-.6rem;right:.75rem;font-size:.65rem;padding:.22rem .55rem}.bundle-qty-break__slots{gap:.4rem;padding-top:.4rem}.bundle-qty-break__modal-panel{width:100%;height:100%;max-height:100%;border-radius:8px}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/bundle-quantity-break.css.map */
