.bundle-builder{display:grid;gap:16px;margin:2rem 0}.bundle-title{font-size:var(--fluid-lg-to-2xl);font-weight:700}.bundle-progress-bar{background:rgb(var(--color-background));border:1px solid rgb(var(--color-border));border-radius:7px;padding:16px;box-shadow:0 3px 6px #00000026;position:relative}.bundle-progress-title{font-size:1.125rem;font-weight:600;color:rgb(var(--color-foreground));margin:0 0 1.5rem;text-align:left}.bundle-progress-track{position:relative;display:flex;justify-content:space-between;gap:0;padding:0}.bundle-badge{position:absolute;top:-30px;right:-20px;transform:rotate(7deg);background:var(--badge-color);color:var(--badge-text-color);font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:4px;text-transform:uppercase;white-space:nowrap;z-index:3}.progress-line{position:absolute;top:50%;width:90%;left:5%;right:0;height:4px;background:rgb(var(--color-border));border-radius:2px;z-index:1}.progress-line-fill{height:100%;background:rgb(var(--color-button-background));border-radius:2px;transition:width .5s cubic-bezier(.4,0,.2,1)}.tier-option{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px}.tier-option.has-badge{padding-top:1.5rem}.tier-point{border:2px solid #d8d8d8;background-color:#fafafa;border-radius:100%;width:18px;height:18px;display:flex;align-items:center;justify-content:center}.tier-circle{background-color:#e21b1a;width:12px;height:12px;border-radius:50%;border:3px solid rgb(var(--color-border));transition:all .3s ease;display:block;transform:scale(0)}.tier-option.active .tier-circle{transform:scale(1)}.tier-info{display:flex;flex-direction:column;gap:.25rem}.tier-bottles{font-size:.875rem;font-weight:600;color:rgb(var(--color-foreground))}.tier-price{font-size:.75rem;color:rgb(var(--color-foreground) / .7);font-weight:500}.tier-option.active .tier-bottles{color:rgb(var(--color-button-background))}.tier-option.active .tier-price{color:rgb(var(--color-button-background));font-weight:600}.bundle-variants-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.bundle-variant-item{border:2px solid #000;border-radius:7px;padding-right:1rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease;box-shadow:0 3px 6px #00000026;position:relative}.bundle-variant-item.has-quantity{border-color:rgb(var(--color-button-background));box-shadow:0 4px 12px rgb(var(--color-button-background) / .15)}.variant-image{flex-shrink:0;width:80px;height:80px;border-radius:8px 0 0 8px;overflow:hidden;background:rgb(var(--color-background-2))}.variant-image img{width:100%;height:100%;object-fit:cover}.variant-content{flex:1;display:flex;gap:.5rem;flex-direction:column}.variant-header{display:flex;align-items:flex-start;gap:.5rem;flex-wrap:wrap}.variant-title{font-size:1rem;font-weight:600;color:rgb(var(--color-foreground));margin:0;flex:1}.variant-badge{font-weight:700;display:flex;justify-content:center;align-items:center;height:20px;position:absolute;min-width:100px;padding:5px;background-color:var(--variant-badge-bg);border-radius:4px;font-size:11px;transform:translate(-50%);top:-13px;left:50%;z-index:1;text-align:center;text-transform:uppercase}.variant-description{font-size:.875rem;color:rgb(var(--color-foreground) / .7);margin:0;line-height:1.4}.variant-add-btn{background:rgb(var(--color-button-background));color:rgb(var(--color-button-text));border:none;border-radius:8px;padding:.625rem 1.5rem;font-size:.875rem;line-height:1;font-weight:600;cursor:pointer;transition:all .2s ease}.variant-add-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgb(var(--color-button-background) / .3)}.quantity-wrapper{display:inline-flex;align-items:center;border:1px solid rgb(var(--color-border));border-radius:var(--buttons-radius);overflow:hidden;background:rgb(var(--color-background))}.qty-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:rgb(var(--color-background-2));border:none;cursor:pointer;color:rgb(var(--color-foreground));transition:all .2s ease}.qty-btn:hover{background:rgb(var(--color-button-background));color:rgb(var(--color-button-text))}.qty-btn:disabled{opacity:.4;cursor:not-allowed}.qty-input{width:36px;height:36px;text-align:center;border:none;font-size:.9375rem;font-weight:600;color:rgb(var(--color-foreground));background:rgb(var(--color-background));-moz-appearance:textfield}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.qty-input:focus{outline:none}.summary-content{margin-bottom:1rem;display:none}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.summary-row.total-row{border-top:2px solid rgb(var(--color-border));margin-top:.5rem;padding-top:1rem;font-weight:600;font-size:1.125rem}.summary-label{color:rgb(var(--color-foreground) / .7)}.summary-value{color:rgb(var(--color-foreground));font-weight:600}.bundle-add-button{width:100%;background:rgb(var(--color-button-background));color:rgb(var(--color-button-text));border:none;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative}.button-text{position:relative}.bundle-add-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.bundle-add-button.loading{pointer-events:none}.bundle-add-button.loading .button-text{opacity:0}.bundle-add-button.loading .button-loader{display:flex!important;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.spinner{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:640px){.bundle-progress-bar{padding:1.5rem 1rem}.bundle-progress-title{font-size:1rem;margin-bottom:2rem}.tier-option.has-badge{padding-top:2rem}.tier-bottles{font-size:.75rem}.tier-price{font-size:.625rem}.best-deal-badge{font-size:.5rem;padding:.2rem .4rem}.bundle-variants-grid{grid-template-columns:1fr}}@media screen and (max-width:475px){.progress-line{width:85%;left:7%}}
/*# sourceMappingURL=/cdn/shop/t/107/assets/bundle-builder.css.map */
