.product-bundle{margin:2rem 0;padding:0}.product-bundle__container{max-width:490px;padding:.5rem 1.5rem 2rem;margin-top:1.4rem;background-color:#f5f5f5;border-radius:5px}.bundle-header{text-align:center;margin:1.4rem 0 .8rem;padding:0}.bundle-title{font-size:2rem;font-weight:600;margin:0;padding:0;color:rgb(var(--color-foreground))}.bundle-subtitle{font-size:1.6rem;font-weight:400;margin:1rem 0 0;padding:0;color:rgb(var(--color-foreground))}.bundle-products-wrapper{display:flex;flex-direction:column;gap:.4rem;margin:0}.bundle-product-card{display:flex;align-items:stretch;gap:2rem;padding:.8rem;background-color:#fff;border:1px solid #e4e7ec;border-radius:5px;margin:.4rem 0}.bundle-product-card.trigger-product{border-width:1px}.bundle-product-card.offer-product{border:none}.bundle-checkbox{display:inline-flex;align-items:flex-start;justify-content:center;flex-shrink:0;padding-top:.5rem;cursor:pointer;position:relative}.bundle-checkbox-input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.bundle-checkbox-custom{position:relative;width:18px;height:18px;border:2px solid rgb(var(--color-foreground));border-radius:3px;cursor:pointer;transition:all .2s ease;background-color:#fff;display:inline-block;flex-shrink:0}.bundle-checkbox-input:checked+.bundle-checkbox-custom{background-color:var(--gradient-base-accent-1);border-color:var(--gradient-base-accent-1)}.bundle-checkbox-input:checked+.bundle-checkbox-custom:after{content:"";position:absolute;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);top:50%;left:50%;margin-top:-6px;margin-left:-2px}.bundle-product-image{width:180px;height:180px;min-width:180px;flex-shrink:0;border-radius:5px;overflow:hidden}.bundle-product-image img{width:100%;height:100%;object-fit:cover}.bundle-product-details{width:180px;min-width:180px;height:180px;display:flex;flex-direction:column;justify-content:space-between;gap:.8rem;padding:.5rem 0}.bundle-product-title{font-size:1.6rem;font-weight:400;margin:0;padding:0;line-height:1.4;color:rgb(var(--color-foreground));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bundle-product-link{display:inline-block;color:rgb(var(--color-foreground));text-decoration:none;transition:color .2s ease,text-decoration-color .2s ease}.bundle-product-link:hover,.bundle-product-link:focus{color:rgb(var(--color-foreground));text-decoration:underline;text-decoration-color:rgb(var(--color-foreground))}.bundle-product-pricing{display:flex;flex-direction:row;align-items:center;gap:.8rem;flex-wrap:wrap}.bundle-sale-price{font-size:1.8rem;font-weight:600;color:rgb(var(--color-foreground))}.bundle-compare-wrapper{display:flex;align-items:center;gap:.8rem}.bundle-compare-at-price{font-size:1.6rem;font-weight:400;color:rgba(var(--color-foreground),.6);text-decoration:line-through}.bundle-discount-badge{font-size:1.4rem;font-weight:600;color:#b31818}.bundle-variant-selector{width:128px;padding:.4rem;font-size:1.4rem;font-weight:400;border:1px solid #e4e7ec;border-radius:6px;background-color:#fff;color:rgb(var(--color-foreground));cursor:pointer;outline:none;transition:border-color .2s ease}.bundle-variant-selector:hover,.bundle-variant-selector:focus{border-color:var(--gradient-base-accent-1)}.bundle-plus-separator{display:flex;align-items:center;justify-content:center;padding:0;margin:0}.bundle-plus-separator svg{width:20px;height:20px}.bundle-offers-container{background-color:#fff;border:1px solid #e4e7ec;border-radius:5px;margin:.4rem 0;padding:0}.bundle-offers-container .bundle-product-card{margin:0;border:none;border-radius:0}.bundle-divider{height:1px;background-color:#e4e7ec;margin:0}.bundle-cta-section{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:0;margin:1.4rem 0;flex-wrap:wrap}.bundle-total-info{flex:1;display:none;flex-direction:column;gap:.8rem}.bundle-total-info.show{display:flex}.bundle-total-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:nowrap}.bundle-total-title{font-size:1.6rem;font-weight:600;color:rgb(var(--color-foreground));margin:0;flex-shrink:0}.bundle-total-subtitle{font-size:1.6rem;font-weight:400;color:rgba(var(--color-foreground),.7);margin:0;flex-shrink:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bundle-total-row-pricing{display:flex;align-items:center;gap:.8rem;white-space:nowrap;flex-shrink:0}.bundle-total-discount{font-size:1.6rem;font-weight:600;color:#b31818}.bundle-total-original{font-size:1.8rem;font-weight:400;color:rgba(var(--color-foreground),.6);text-decoration:line-through}.bundle-total-final{font-size:2.2rem;font-weight:600;color:rgb(var(--color-foreground));white-space:nowrap;flex-shrink:0}.bundle-add-button{padding:1.2rem 2rem;font-size:1.6rem;font-weight:500;color:#fff;background-color:var(--gradient-base-accent-1);border:none;border-radius:5px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;margin:1.2rem 0 0;min-width:250px;flex:1;max-width:100%}.bundle-add-button:hover{opacity:.9;transform:translateY(-1px)}.bundle-add-button:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 990px){.product-bundle__container{padding:.5rem 1rem 2rem}.bundle-title{font-size:1.8rem}.bundle-subtitle{font-size:1.4rem}.bundle-product-card{gap:1.5rem;padding:.6rem}.bundle-product-image{width:140px;height:140px}.bundle-product-details{height:auto;min-height:140px}.bundle-product-title{font-size:1.4rem}.bundle-sale-price{font-size:1.6rem}.bundle-compare-at-price{font-size:1.4rem}.bundle-variant-selector{width:100%}.bundle-cta-section{flex-direction:column;align-items:stretch}.bundle-total-info{width:100%}.bundle-total-row{flex-wrap:nowrap;gap:.5rem}.bundle-total-subtitle{font-size:1.4rem;white-space:normal}.bundle-add-button{width:100%}}@media (max-width: 576px){.product-bundle__container{padding:.5rem 1rem 2rem}.bundle-title{font-size:1.6rem}.bundle-subtitle{font-size:1.3rem}.bundle-product-card{flex-wrap:wrap;gap:1rem}.bundle-checkbox{order:-1;padding-top:0}.bundle-product-image{width:120px;height:120px;min-width:120px}.bundle-product-details{width:calc(100% - 120px - 2rem);min-width:auto;height:auto;min-height:120px}.bundle-product-card.offer-product .bundle-product-details{width:calc(100% - 138px - 3rem);height:auto;min-height:120px}.bundle-product-title{font-size:1.3rem;-webkit-line-clamp:3}.bundle-product-pricing{align-items:flex-start}.bundle-variant-selector{width:100%;font-size:1.2rem}.bundle-plus-separator{transform:rotate(90deg);margin:.5rem 0}.bundle-total-title,.bundle-total-subtitle{font-size:1.4rem}.bundle-total-final{font-size:2rem}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/product-bundle.css.map */
