.bundle-deals{display:flex;flex-direction:column}.bundle-deals__wrapper{display:flex;flex-direction:column;gap:2.5rem;background:rgb(var(--color-background));border:2px dotted rgb(var(--color-foreground));border-radius:1.5rem;padding:2.5rem}@media screen and (min-width: 750px){.bundle-deals__wrapper{padding:3rem}}.bundle-deals__header{margin-bottom:0;text-align:center;width:100%}.bundle-deals__title{margin:0 0 .5rem;font-weight:700;font-size:2.4rem;line-height:1.2}@media screen and (min-width: 750px){.bundle-deals__title{font-size:2.8rem}}.bundle-deals__description{margin-top:.6rem;font-size:1.4rem;opacity:.65}.bundle-deals__content{display:flex;flex-direction:column;gap:2rem}@media screen and (min-width: 990px){.bundle-deals__content{flex-direction:row;align-items:flex-start;gap:2.5rem}}.bundle-deals__items{display:flex;flex-direction:column;gap:1.2rem;flex:1}@media screen and (min-width: 750px){.bundle-deals__items{flex-direction:row;flex-wrap:wrap}.bundle-deals__item{flex:1 1 calc(50% - .6rem);min-width:30rem}}.bundle-deals__product{display:flex;align-items:flex-start;gap:1.4rem;padding:1.6rem;background:rgba(var(--color-foreground),.015);border:1px solid rgba(var(--color-foreground),.1);border-radius:1.2rem;transition:all .25s ease;position:relative}.bundle-deals__product:hover{border-color:rgba(var(--color-foreground),.18);box-shadow:0 6px 20px #0000000d;background:rgba(var(--color-foreground),.02)}.bundle-deals__product.is-disabled{opacity:.35}.bundle-deals__item.is-unavailable .bundle-deals__product{opacity:.5}.bundle-deals__item.is-unavailable .bundle-deals__product:after{content:"Unavailable";position:absolute;top:.8rem;right:.8rem;font-size:1rem;padding:.2rem .6rem;background:#dc26261a;color:#dc2626;border-radius:.4rem;font-weight:500}.bundle-deals__checkbox{position:absolute;opacity:0;width:0;height:0}.bundle-deals__checkbox-custom{flex-shrink:0;width:2.4rem;height:2.4rem;border:2px solid rgba(var(--color-foreground),.25);border-radius:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;background:rgb(var(--color-background))}.bundle-deals__checkbox:checked+.bundle-deals__checkbox-custom{background:rgb(var(--color-button));border-color:rgb(var(--color-button))}.bundle-deals__checkbox:checked+.bundle-deals__checkbox-custom:after{content:"";width:.6rem;height:1.1rem;border:solid rgb(var(--color-button-text));border-width:0 2.5px 2.5px 0;transform:rotate(45deg);margin-bottom:2px}.bundle-deals__checkbox-custom:hover{border-color:rgb(var(--color-button))}.bundle-deals__image{position:relative;width:9rem;height:9rem;flex-shrink:0;border-radius:.8rem;overflow:hidden;cursor:pointer;background:rgba(var(--color-foreground),.04)}.bundle-deals__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.bundle-deals__image:hover img{transform:scale(1.06)}.bundle-deals__quickview-icon{position:absolute;bottom:.5rem;right:.5rem;width:2.4rem;height:2.4rem;background:#fffffff2;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.8);transition:all .2s ease;box-shadow:0 2px 8px #00000026}.bundle-deals__image:hover .bundle-deals__quickview-icon{opacity:1;transform:scale(1)}.bundle-deals__quickview-icon svg{width:1.2rem;height:1.2rem;color:rgb(var(--color-foreground))}.bundle-deals__details{flex:1;display:flex;flex-direction:column;gap:.5rem;min-width:0;padding-top:.2rem}.bundle-deals__product-title{font-size:1.4rem;font-weight:600;line-height:1.4;color:rgb(var(--color-foreground));display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.3rem}.bundle-deals__product-title:hover{color:rgb(var(--color-button))}.bundle-deals__options{display:flex;flex-direction:column;gap:.6rem;margin-top:.4rem}.bundle-deals__option-group{display:flex;flex-direction:column;gap:.35rem}.bundle-deals__option-label{font-size:1.1rem;font-weight:500;color:rgba(var(--color-foreground),.55);text-transform:uppercase;letter-spacing:.04em}.bundle-deals__option-pills{display:flex;flex-wrap:wrap;gap:.4rem}.bundle-deals__pill{padding:.5rem 1rem;font-size:1.2rem;font-weight:500;border:1px solid rgba(var(--color-foreground),.2);border-radius:2.5rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));cursor:pointer;transition:all .15s ease;white-space:nowrap}.bundle-deals__pill:hover{border-color:rgba(var(--color-foreground),.4);background:rgba(var(--color-foreground),.03)}.bundle-deals__pill.is-selected{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.bundle-deals__pill:disabled{opacity:.35;cursor:not-allowed}.bundle-deals__variant-select{margin-top:.6rem}.bundle-deals__variant-dropdown{width:100%;padding:.7rem 2.5rem .7rem 1rem;font-size:1.3rem;font-weight:500;color:rgb(var(--color-foreground));background-color:rgb(var(--color-background));border:1.5px solid rgba(var(--color-foreground),.2);border-radius:.8rem;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6,9 12,15 18,9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1.2rem;transition:all .2s ease;max-width:100%}.bundle-deals__variant-dropdown:hover{border-color:rgba(var(--color-foreground),.4)}.bundle-deals__variant-dropdown:focus{outline:none;border-color:rgb(var(--color-button));box-shadow:0 0 0 3px rgba(var(--color-button),.15)}.bundle-deals__variant-dropdown option{padding:.5rem}.bundle-deals__variant-dropdown option:disabled{color:rgba(var(--color-foreground),.4);font-style:italic}.bundle-deals__product-price{display:flex;align-items:center;gap:.8rem;margin-top:.6rem;flex-wrap:wrap}.bundle-deals__product-price .price-item--regular{font-size:1.5rem;font-weight:700;color:rgb(var(--color-foreground));padding:.3rem .8rem;background:rgba(var(--color-foreground),.05);border-radius:.5rem}.bundle-deals__product-price .price-item--last{font-size:1.25rem;color:rgba(var(--color-foreground),.45);text-decoration:line-through;font-weight:500}.bundle-deals__footer{background:linear-gradient(135deg,rgba(var(--color-foreground),.015),rgba(var(--color-foreground),.035),rgba(var(--color-foreground),.02));border:1px solid rgba(var(--color-foreground),.1);border-radius:1.5rem;padding:2.4rem;width:100%;box-shadow:0 4px 20px #0000000a,inset 0 1px #ffffff14}@media screen and (min-width: 990px){.bundle-deals__footer{flex:0 0 24rem;max-width:26rem;position:sticky;top:2rem}}.bundle-deals__total{display:flex;flex-direction:column;gap:.4rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px dashed rgba(var(--color-foreground),.12)}.bundle-deals__total-label{font-size:1.2rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;opacity:.55}.bundle-deals__total-price{display:flex;align-items:baseline;gap:1rem}.bundle-deals__total-price span:first-child{font-size:3.2rem;font-weight:800;letter-spacing:-.02em;background:linear-gradient(135deg,rgb(var(--color-foreground)),rgba(var(--color-foreground),.75));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.bundle-deals__total-compare{font-size:1.5rem;opacity:.45;text-decoration:line-through;font-weight:500}.bundle-deals__submit{position:relative;width:100%;min-height:5.6rem;padding:0 2rem;font-size:1.5rem;font-weight:700;letter-spacing:.02em;border:none;border-radius:1.2rem;cursor:pointer;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:1rem;background:linear-gradient(135deg,rgb(var(--color-button)),color-mix(in srgb,rgb(var(--color-button)) 85%,#000));color:rgb(var(--color-button-text));box-shadow:0 4px 15px rgba(var(--color-button),.35),0 1px 3px #00000026,inset 0 1px #fff3,inset 0 -2px #0000001a;transition:all .3s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d}.bundle-deals__submit:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,transparent 0%,transparent 35%,rgba(255,255,255,.15) 50%,transparent 65%,transparent 100%);transform:translate(-100%);transition:transform .6s ease}.bundle-deals__submit:hover:before{transform:translate(100%)}.bundle-deals__submit:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(var(--color-button),.45),0 3px 8px #0003,inset 0 1px #ffffff40,inset 0 -2px #00000014}.bundle-deals__submit:active{transform:translateY(0) scale(.98);box-shadow:0 2px 10px rgba(var(--color-button),.3),0 1px 3px #00000026,inset 0 2px 4px #0000001a}.bundle-deals__submit:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:0 2px 8px #0000001a}.bundle-deals__submit:disabled:before{display:none}.bundle-deals__submit-icon{width:2rem;height:2rem;flex-shrink:0;transition:transform .3s cubic-bezier(.68,-.55,.265,1.55)}.bundle-deals__submit:hover .bundle-deals__submit-icon{transform:translate(2px) rotate(-5deg)}.bundle-deals__submit-text{transition:opacity .2s ease}.bundle-deals__submit-spinner{position:absolute;width:2.4rem;height:2.4rem;border:3px solid rgba(var(--color-button-text),.25);border-top-color:rgb(var(--color-button-text));border-radius:50%;opacity:0;animation:none;transition:opacity .2s ease}@keyframes bundle-spin{to{transform:rotate(360deg)}}.bundle-deals__submit.loading{pointer-events:none}.bundle-deals__submit.loading .bundle-deals__submit-icon,.bundle-deals__submit.loading .bundle-deals__submit-text{opacity:0}.bundle-deals__submit.loading .bundle-deals__submit-spinner{opacity:1;animation:bundle-spin .8s linear infinite}.bundle-deals__submit.success{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 15px #10b98166}.bundle-deals__submit.success .bundle-deals__submit-icon{animation:bundle-cart-bounce .5s ease}@keyframes bundle-cart-bounce{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px) rotate(5deg)}}.bundle-deals__savings{display:flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.8rem 1.2rem;background:linear-gradient(135deg,#10b98114,#10b98126);border:1px solid rgba(16,185,129,.2);border-radius:.8rem;font-size:1.3rem;font-weight:600;color:#059669;text-align:center;justify-content:center}.bundle-deals__savings-icon{width:1.6rem;height:1.6rem;flex-shrink:0}.bundle-deals__error{margin-top:1rem;padding:1rem 1.4rem;font-size:1.25rem;font-weight:500;color:#dc2626;background:#dc262614;border:1px solid rgba(220,38,38,.15);border-radius:.8rem;text-align:center;display:flex;align-items:center;justify-content:center;gap:.6rem}.bundle-deals__error:before{content:"\26a0";font-size:1.4rem}.bundle-deals__modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#0000008c;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);align-items:center;justify-content:center;padding:2rem}.bundle-deals__modal.is-open{display:flex;animation:modalFadeIn .2s ease}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.bundle-deals__modal-content{background:rgb(var(--color-background));border-radius:1.5rem;max-width:75rem;width:100%;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 25px 60px #00000040;animation:modalSlideUp .25s ease}@keyframes modalSlideUp{0%{transform:translateY(25px);opacity:0}to{transform:translateY(0);opacity:1}}.bundle-deals__modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid rgba(var(--color-foreground),.1)}.bundle-deals__modal-title{font-size:1.5rem;font-weight:600;margin:0}.bundle-deals__modal-close{background:none;border:none;width:4rem;height:4rem;font-size:2.6rem;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease;color:rgb(var(--color-foreground));line-height:1}.bundle-deals__modal-close:hover{background:rgba(var(--color-foreground),.08)}.bundle-deals__modal-body{display:flex;flex:1;overflow-y:auto;padding:2.5rem;gap:3rem}@media screen and (max-width: 749px){.bundle-deals__modal-body{flex-direction:column;padding:1.5rem}}.bundle-deals__modal-gallery{flex:0 0 48%}.bundle-deals__modal-main-image{width:100%;aspect-ratio:1;border-radius:1rem;overflow:hidden;background:rgba(var(--color-foreground),.03)}.bundle-deals__modal-main-image img{width:100%;height:100%;object-fit:cover}.bundle-deals__modal-thumbnails{display:flex;gap:.8rem;margin-top:1rem;overflow-x:auto;padding-bottom:.5rem}.bundle-deals__modal-thumb{width:6rem;height:6rem;border-radius:.6rem;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s ease;flex-shrink:0}.bundle-deals__modal-thumb:hover,.bundle-deals__modal-thumb.is-active{border-color:rgb(var(--color-button))}.bundle-deals__modal-thumb img{width:100%;height:100%;object-fit:cover}.bundle-deals__modal-info{flex:1;display:flex;flex-direction:column}.bundle-deals__modal-vendor{font-size:1.2rem;text-transform:uppercase;letter-spacing:.1em;opacity:.55;margin-bottom:.5rem}.bundle-deals__modal-product-title{font-size:2rem;font-weight:700;line-height:1.3;margin:0 0 1rem}.bundle-deals__modal-price{font-size:2.2rem;font-weight:700;margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.bundle-deals__modal-price-compare{font-size:1.5rem;opacity:.5;text-decoration:line-through}.bundle-deals__modal-description{font-size:1.4rem;line-height:1.65;opacity:.75;margin-bottom:2rem}.bundle-deals__modal-link{margin-top:auto}.bundle-deals__modal-link a{display:inline-flex;align-items:center;gap:.5rem;color:rgb(var(--color-button));font-size:1.4rem;font-weight:600;text-decoration:none;transition:opacity .2s ease}.bundle-deals__modal-link a:hover{opacity:.7}@media screen and (max-width: 749px){.bundle-deals__wrapper{padding:1.5rem;border-radius:1rem}.bundle-deals__item{min-width:100%}.bundle-deals__product{padding:1.2rem;gap:1rem}.bundle-deals__image{width:7.5rem;height:7.5rem}.bundle-deals__title{font-size:2rem}.bundle-deals__product-title{font-size:1.3rem}.bundle-deals__pill{font-size:1.1rem;padding:.4rem .8rem}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/section-bundle-deals.css.map */
