.habi-bundle{border:1.5px solid var(--clr-border, #e5e7eb);border-radius:var(--rad-md, 12px);padding:var(--sp-5, 20px);background:var(--clr-bg-subtle, #fafaf8);margin-top:var(--sp-4, 16px)}.habi-bundle__heading{font-family:var(--font-body, sans-serif);font-size:var(--text-base, 16px);font-weight:700;color:var(--clr-text, #1f2937);margin:0 0 var(--sp-3, 12px)}.habi-bundle__tier-heading{display:flex;align-items:center;gap:var(--sp-2, 8px);font-size:var(--text-sm, 14px);font-weight:700;color:var(--clr-success, #2d6a4f);background:#e8f5e8;border-radius:var(--rad-sm, 8px);padding:var(--sp-2, 8px) var(--sp-3, 12px);margin:0 0 var(--sp-2, 8px)}.habi-bundle__tier-heading--2{margin-top:var(--sp-1, 4px)}.habi-bundle__tier-icon{font-size:18px;line-height:1;flex-shrink:0;display:flex;align-items:center}.habi-bundle__tier-icon-img{width:20px;height:20px;object-fit:contain;display:block;flex-shrink:0}.habi-bundle__picker-label{font-size:var(--text-sm, 14px);font-weight:600;color:var(--clr-text, #1f2937);margin:var(--sp-3, 12px) 0 var(--sp-2, 8px)}.habi-bundle__picker{display:flex;gap:var(--sp-2, 8px);overflow-x:auto;padding-bottom:4px;scrollbar-width:thin;scrollbar-color:var(--clr-border, #e5e7eb) transparent;-webkit-overflow-scrolling:touch}.habi-bundle__picker::-webkit-scrollbar{height:3px}.habi-bundle__picker::-webkit-scrollbar-thumb{background:var(--clr-border, #e5e7eb);border-radius:2px}.habi-bundle__product-btn{flex-shrink:0;width:var(--habi-bundle-btn-size, 84px);background:var(--clr-bg, #fff);border:2px solid var(--clr-border, #e5e7eb);border-radius:var(--rad-sm, 8px);padding:var(--sp-2, 8px) var(--sp-1, 4px);cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:4px;transition:border-color .2s ease,background .2s ease,transform .15s ease;text-align:center}.habi-bundle__product-btn:hover{border-color:var(--clr-border-strong, #d1d5db);transform:translateY(-1px)}.habi-bundle__product-btn.is-selected{border-color:var(--habi-bundle-accent, #2D6A1E);background:#f0f7ee}.habi-bundle__product-thumb{width:calc(var(--habi-bundle-btn-size, 84px) - 24px);height:calc(var(--habi-bundle-btn-size, 84px) - 24px);object-fit:cover;border-radius:5px;display:block}.habi-bundle__product-thumb-placeholder{width:calc(var(--habi-bundle-btn-size, 84px) - 24px);height:calc(var(--habi-bundle-btn-size, 84px) - 24px);background:var(--clr-border, #e5e7eb);border-radius:5px}.habi-bundle__product-name{font-size:10px;line-height:1.3;color:var(--clr-text, #1f2937);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word}.habi-bundle__product-rating{display:flex;align-items:center;justify-content:center;gap:1px;line-height:1}.habi-bundle__star{font-size:9px;color:var(--clr-border-strong, #d1d5db)}.habi-bundle__star--filled{color:var(--clr-warning, #f59e0b)}.habi-bundle__product-rating-count{font-size:8px;color:var(--clr-text-muted, #6b7280);margin-left:1px}.habi-bundle__product-price{font-size:10px;font-weight:700;color:var(--clr-text, #1f2937)}.habi-bundle__empty{font-size:var(--text-sm, 14px);color:var(--clr-text-muted, #6b7280);margin:0}.habi-bundle__progress{margin-top:var(--sp-3, 12px);padding-bottom:var(--sp-3, 12px)}.habi-bundle__progress-text{font-size:var(--text-xs, 11px);font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--clr-text, #1f2937);margin:0 0 var(--sp-2, 8px)}.habi-bundle__progress-pct{color:var(--progress-fill, var(--clr-danger, #e63946))}.habi-bundle__progress-text--max{color:var(--progress-fill-reached, var(--habi-bundle-accent, #2d6a1e))}.habi-bundle__progress-track{position:relative;height:8px;background:var(--clr-border, #e5e7eb);border-radius:var(--rad-full, 9999px);overflow:visible;margin-bottom:var(--sp-5, 20px);transition:background-color .3s ease}.habi-bundle__progress-fill{position:absolute;top:0;left:0;height:100%;background:var(--progress-fill, var(--clr-danger, #e63946));border-radius:var(--rad-full, 9999px);width:0%;max-width:100%;transition:width .4s cubic-bezier(.4,0,.2,1),background-color .3s ease}.habi-bundle__progress.is-tier-reached .habi-bundle__progress-fill{background:var(--progress-fill-reached, var(--habi-bundle-accent, #2d6a1e))}.habi-bundle__progress.is-tier-reached .habi-bundle__progress-track{background:color-mix(in srgb,var(--progress-fill-reached, #2d6a1e) 15%,white)}.habi-bundle__progress-milestone{position:absolute;top:50%;transform:translate(-50%,-50%);width:24px;height:24px;border-radius:50%;background:var(--clr-bg, #fff);border:2px solid var(--clr-border-strong, #d1d5db);display:flex;align-items:center;justify-content:center;z-index:1;transition:border-color .3s ease,background .3s ease,color .3s ease}.habi-bundle__progress-milestone[data-milestone="1"]{left:50%}.habi-bundle__progress-milestone--last{left:100%}.habi-bundle__progress-milestone.is-reached{border-color:var(--habi-bundle-accent, #2d6a1e);background:var(--habi-bundle-accent, #2d6a1e);color:#fff}.habi-bundle__progress-milestone-label{font-size:8px;font-weight:700;line-height:1;color:inherit}.habi-bundle [hidden]{display:none!important}.habi-bundle__summary{border-top:1px solid var(--clr-border, #e5e7eb);margin-top:var(--sp-4, 16px);padding-top:var(--sp-4, 16px);display:flex;flex-direction:column;gap:var(--sp-2, 8px)}.habi-bundle__selected-items{display:flex;flex-direction:column;gap:var(--sp-1, 4px)}.habi-bundle__summary-line{display:flex;justify-content:space-between;align-items:center;font-size:var(--text-sm, 14px);color:var(--clr-text-muted, #6b7280)}.habi-bundle__summary-label{flex-shrink:0}.habi-bundle__summary-value{font-weight:600;color:var(--clr-text, #1f2937);text-align:right}.habi-bundle__savings-badge{display:inline-flex;align-items:center;gap:4px;background:#e8f5e8;color:#2d6a4f;border-radius:var(--rad-full, 9999px);padding:3px 10px;font-size:var(--text-xs, 11px);font-weight:700}.habi-bundle__total-line{display:flex;justify-content:space-between;align-items:center;font-size:var(--text-base, 16px);font-weight:700;color:var(--clr-text, #1f2937);padding-top:var(--sp-3, 12px);margin-top:var(--sp-1, 4px);border-top:1px dashed var(--clr-border, #e5e7eb)}.habi-bundle__buy-btn{width:100%;margin-top:var(--sp-3, 12px)}.habi-bundle__unbundle{width:100%;padding:var(--sp-2, 8px);background:none;border:1px solid var(--clr-border-strong, #d1d5db);border-radius:var(--rad-sm, 8px);font-size:var(--text-xs, 12px);color:var(--clr-text-muted, #6b7280);cursor:pointer;transition:color .2s ease,border-color .2s ease;margin-top:var(--sp-2, 8px)}.habi-bundle__unbundle:hover{color:var(--clr-text, #1f2937);border-color:var(--clr-text, #1f2937)}
/*# sourceMappingURL=/cdn/shop/t/63/assets/habi-bundle.css.map */
