product-bundler{display:block;margin:0}.product-bundler__media-placeholder{background:rgba(var(--color-foreground),.03);border-radius:.8rem;padding:2rem}.product-bundler__info{display:flex;flex-direction:column;gap:1.5rem}.product-bundler__title{font-family:var(--font-heading-family);font-size:2.6rem;font-weight:700;line-height:1.2;margin:0}@media screen and (max-width:749px){.product-bundler__title{font-size:2rem}}.product-bundler__subtitle{font-size:1.6rem;color:#000;font-style:italic;margin:0}.product-bundler__price{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.product-bundler__price--sale{font-size:2rem;font-weight:700;color:#dd1d1d}.product-bundler__price--compare{font-size:1.6rem;color:rgba(var(--color-foreground),.5);text-decoration:line-through}.product-bundler__slots{display:flex;gap:1.2rem;background:rgba(var(--color-foreground),.06);border-radius:1.2rem;padding:1.5rem}@media screen and (max-width:749px){.product-bundler__slots{gap:.8rem;padding:1rem}}.product-bundler__slot{flex:1;aspect-ratio:3 / 4;border:2px dashed rgba(var(--color-foreground),.25);border-radius:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .2s ease,transform .15s ease,box-shadow .2s ease;position:relative;overflow:hidden;background:rgba(var(--color-foreground),.03);min-height:12rem}.product-bundler__slot:hover{border-color:rgba(var(--color-foreground),.4);transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.product-bundler__slot.is-filled{border-style:solid;border-color:rgba(var(--color-foreground),.15)}.product-bundler__slot-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;text-align:center;padding:1rem;width:100%;height:100%;position:relative}.product-bundler__slot-empty[hidden]{display:none!important}.product-bundler__slot-placeholder{width:95%;max-width:none}.product-bundler__slot-plus{font-size:2.8rem;line-height:1;color:rgba(var(--color-foreground),.3);font-weight:300;position:absolute;bottom:1.2rem;left:50%;transform:translate(-50%)}.product-bundler__slot-filled{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;padding:.5rem;gap:.2rem}.product-bundler__slot-filled[hidden]{display:none!important}.product-bundler__slot-image{width:100%;flex:1;min-height:0;object-fit:contain;border-radius:.4rem}.product-bundler__slot-name{font-size:1rem;font-weight:600;text-align:center;line-height:1.2;color:rgb(var(--color-foreground));max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:.3rem .2rem 0;flex-shrink:0}.product-bundler__slot-remove{position:absolute;top:.4rem;right:.4rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;border-radius:50%;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s ease;padding:0;z-index:2}.product-bundler__slot-remove svg{width:1rem;height:1rem}.product-bundler__slot:hover .product-bundler__slot-remove,.product-bundler__slot-remove:focus{opacity:1}@media screen and (max-width:749px){.product-bundler__slot-remove{opacity:1;width:1.8rem;height:1.8rem}.product-bundler__slot-remove svg{width:.8rem;height:.8rem}}.product-bundler__prompt{display:flex;align-items:center;gap:.6rem;font-size:1.5rem;color:#000}.product-bundler__prompt-icon{display:flex;align-items:center}.product-bundler__prompt-icon .icon-arrow{width:1.4rem;height:1.4rem;transform:rotate(-90deg)}.product-bundler__progress{display:flex;flex-direction:column;gap:.4rem}.product-bundler__progress-bar{height:.5rem;background:rgba(var(--color-foreground),.1);border-radius:.3rem;overflow:hidden}.product-bundler__progress-fill{height:100%;background:#16a34a;transition:width .4s ease;border-radius:.3rem;width:0%}.product-bundler__progress-text{font-size:1.2rem;color:rgba(var(--color-foreground),.6);text-align:center}.product-bundler__atc{display:flex;align-items:center;justify-content:center;gap:.8rem;width:100%;padding:1.4rem 2rem;font-size:1.5rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#16a34a;background:transparent;border:2.5px solid #16a34a;border-radius:.8rem;cursor:pointer;transition:color .3s ease,background-size .4s ease;font-family:var(--font-heading-family);position:relative;overflow:hidden;background-image:linear-gradient(#16a34a,#16a34a);background-repeat:no-repeat;background-position:left center;background-size:0% 100%}.product-bundler__atc:disabled{cursor:not-allowed}.product-bundler__atc.progress-full{color:#fff;background-size:100% 100%}.product-bundler__atc.progress-full:hover{background-image:linear-gradient(#15803d,#15803d)}.product-bundler__atc .loading-overlay__spinner{position:absolute;right:1.5rem}.product-bundler__atc .loading-overlay__spinner.hidden{display:none}.product-bundler__atc .spinner{width:2rem;height:2rem;animation:rotator 1.4s linear infinite}.product-bundler__atc .spinner .path{stroke:currentColor;stroke-dasharray:187;stroke-dashoffset:0;transform-origin:center;animation:dash 1.4s ease-in-out infinite}@keyframes rotator{0%{transform:rotate(0)}to{transform:rotate(270deg)}}@keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;transform:rotate(135deg)}to{stroke-dashoffset:187;transform:rotate(450deg)}}.product-bundler__description{font-size:1.4rem;line-height:1.7;color:rgba(var(--color-foreground),.75)}.product-bundler__description h2,.product-bundler__description h3{color:rgb(var(--color-foreground));margin-top:1.5rem}bundle-picker-modal{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999;display:none;background:#000000d9}bundle-picker-modal.active{display:flex;align-items:center;justify-content:center}.bundle-picker-modal__overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.bundle-picker-modal__content{position:relative;z-index:1;background:rgb(var(--color-background));display:flex;flex-direction:column;width:94%;max-width:64rem;max-height:90vh;border-radius:1.2rem;overflow:hidden;border:2px solid rgba(var(--color-foreground),.15);box-shadow:0 25px 60px #00000040}@media screen and (max-width:749px){.bundle-picker-modal__content{width:100%;max-width:100%;max-height:100vh;height:100%;border-radius:0;border:none}}.bundle-picker-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid rgba(var(--color-foreground),.08);flex-shrink:0}.bundle-picker-modal__header h2{font-size:1.6rem;font-weight:700;margin:0;font-family:var(--font-heading-family)}.bundle-picker-modal__close{background:none;border:none;cursor:pointer;padding:.4rem;color:rgb(var(--color-foreground));display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700}.bundle-picker-modal__close svg{width:2rem;height:2rem}.product-bundler__progress{display:none}.bundle-picker-modal__progress-bar{height:8px!important;min-height:8px!important;background:#e5e7eb!important;flex-shrink:0;width:100%!important;display:block!important;overflow:hidden;position:relative}.bundle-picker-modal__progress-fill{height:8px!important;min-height:8px!important;width:0%;background:#16a34a!important;display:block!important;position:absolute;top:0;left:0;transition:width .4s ease}.bundle-picker-modal__slots-preview{display:flex;gap:1rem;padding:1.5rem 2rem;background:rgba(var(--color-foreground),.03);justify-content:center;flex-shrink:0}.bundle-picker-modal__slot-preview{position:relative;width:8rem;height:10rem;border:2px dashed rgba(var(--color-foreground),.15);border-radius:.8rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;overflow:hidden;background:rgb(var(--color-background));transition:border-color .2s ease;padding:.5rem}.bundle-picker-modal__slot-remove{position:absolute;top:.2rem;right:.2rem;width:2rem;height:2rem;border:none;background:#0000008c;color:#fff;border-radius:50%;font-size:1.3rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.bundle-picker-modal__slot-remove[hidden]{display:none;padding:0;transition:background .15s;z-index:1}.bundle-picker-modal__slot-remove:hover{background:#000c}.bundle-picker-modal__slot-preview.is-filled{border-style:solid;border-color:rgba(var(--color-foreground),.2)}.bundle-picker-modal__slot-preview .slot-preview-plus{font-size:1.8rem;color:rgba(var(--color-foreground),.2);font-weight:300}.bundle-picker-modal__slot-preview img{width:100%;flex:1;object-fit:contain;min-height:0}.bundle-picker-modal__slot-preview span{font-size:1rem;font-weight:600;text-align:center;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}@media screen and (max-width:749px){.bundle-picker-modal__slot-preview{width:7rem;height:8.5rem}}.bundle-picker-modal__body{overflow-y:auto;flex:1;-webkit-overflow-scrolling:touch}.bundle-picker-modal__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding:2rem}@media screen and (max-width:749px){.bundle-picker-modal__grid{grid-template-columns:repeat(2,1fr);gap:1rem;padding:1.2rem}}.bundle-picker-modal__product-card{background:none;border:2px solid rgba(var(--color-foreground),.08);border-radius:.8rem;padding:0;cursor:pointer;text-align:center;transition:border-color .2s ease,transform .15s ease,box-shadow .2s ease;display:flex;flex-direction:column;overflow:hidden;position:relative;font-family:inherit;color:inherit}.bundle-picker-modal__product-card:hover{border-color:rgba(var(--color-foreground),.3);transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.bundle-picker-modal__product-card.is-selected{border-color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.03)}.bundle-picker-modal__product-card.is-selected:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(var(--color-background),.4);pointer-events:none}.bundle-picker-modal__product-image{aspect-ratio:1;overflow:hidden;background:rgba(var(--color-foreground),.03)}.bundle-picker-modal__product-image img{width:100%;height:100%;object-fit:cover;display:block}.bundle-picker-modal__product-info{padding:1rem;display:flex;flex-direction:column;gap:.3rem}.bundle-picker-modal__product-title{font-size:1.3rem;font-weight:600;line-height:1.3}@media screen and (max-width:749px){.bundle-picker-modal__product-title{font-size:1.2rem}.bundle-picker-modal__product-info{padding:.8rem}}.bundle-picker-modal__product-selected-badge{position:absolute;top:.8rem;right:.8rem;background:#16a34a;color:#fff;border-radius:50%;width:2.4rem;height:2.4rem;display:flex;align-items:center;justify-content:center;z-index:2}.bundle-picker-modal__product-selected-badge[hidden]{display:none}.bundle-picker-modal__product-selected-badge svg{width:1.4rem;height:1.4rem}.bundle-picker-modal__product-subtitle{font-size:1.1rem;color:rgba(var(--color-foreground),.5);line-height:1.2}.bundle-picker-modal__variant-picker{padding:2rem}.bundle-picker-modal__variant-picker[hidden],.bundle-picker-modal__grid[hidden]{display:none!important}.bundle-picker-modal__variant-product{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(var(--color-foreground),.08)}.bundle-picker-modal__variant-product-image{width:10rem;height:10rem;object-fit:contain;border-radius:.8rem;background:rgba(var(--color-foreground),.03);flex-shrink:0}.bundle-picker-modal__variant-product-title{font-size:1.8rem;font-weight:700;margin:0;font-family:var(--font-heading-family)}.bundle-variant-option{margin-bottom:1.8rem}.bundle-variant-option__label{display:block;font-size:1.3rem;font-weight:600;margin-bottom:.8rem;color:rgb(var(--color-foreground))}.bundle-variant-option__pills{display:flex;flex-wrap:wrap;gap:.6rem}.bundle-variant-pill{background:rgb(var(--color-background));border:1.5px solid rgba(var(--color-foreground),.2);border-radius:3rem;padding:.7rem 1.6rem;font-size:1.3rem;font-family:inherit;cursor:pointer;transition:all .15s ease;color:rgb(var(--color-foreground));white-space:nowrap}.bundle-variant-pill:hover{border-color:rgba(var(--color-foreground),.5)}.bundle-variant-pill.is-active{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.bundle-variant-pill.is-unavailable{opacity:.3;cursor:not-allowed;text-decoration:line-through}.bundle-variant-option__pills--colors{gap:1.5rem;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;padding:.5rem .5rem .5rem .2rem}.bundle-variant-swatch{width:auto;border:none;padding:0;cursor:pointer;background:none;display:flex;flex-direction:column;align-items:center;gap:.6rem;flex-shrink:0}.bundle-variant-swatch__image{width:10rem;height:10rem;border-radius:50%;border:2.5px solid rgba(var(--color-foreground),.15);overflow:hidden;background:rgba(var(--color-foreground),.03);transition:border-color .2s ease,box-shadow .2s ease}.bundle-variant-swatch__image img{width:100%;height:100%;object-fit:cover;display:block}.bundle-variant-swatch__label{font-size:1.2rem;font-weight:500;color:rgba(var(--color-foreground),.7);text-align:center;max-width:10rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bundle-variant-swatch.is-active .bundle-variant-swatch__image{border-color:rgb(var(--color-foreground));border-width:3px}.bundle-variant-swatch.is-active .bundle-variant-swatch__label{color:rgb(var(--color-foreground));font-weight:700}.bundle-variant-swatch.is-unavailable{opacity:.25;cursor:not-allowed}.bundle-variant-swatch--text{font-size:1.2rem;font-family:inherit;color:rgb(var(--color-foreground))}@media screen and (max-width:749px){.bundle-variant-swatch__image{width:8rem;height:8rem}.bundle-variant-swatch__label{font-size:1.1rem;max-width:8rem}}.bundle-variant-option[hidden]{display:none!important}.bundle-picker-modal__variant-confirm{display:block;width:100%;padding:1.4rem 2rem;font-size:1.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#fff;background:#16a34a;border:none;cursor:pointer;font-family:var(--font-heading-family);margin-top:2rem;transition:none}.bundle-picker-modal__variant-confirm:disabled{opacity:.35;cursor:not-allowed}.bundle-picker-modal__variant-confirm:not(:disabled):hover{opacity:.85}.bundle-picker-modal__variant-confirm:not(:disabled){opacity:1}.bundle-picker-modal__variant-stock{display:flex;align-items:center;gap:.6rem;font-size:1.3rem;margin-top:.5rem;padding:.8rem 0}.bundle-picker-modal__variant-stock[hidden]{display:none!important}.bundle-picker-modal__variant-stock--in{color:#16a34a}.bundle-picker-modal__variant-stock--low{color:#d97706}.bundle-picker-modal__variant-stock--out{color:#dc2626}.stock-dot{width:.8rem;height:.8rem;border-radius:50%;display:inline-block;flex-shrink:0}.stock-dot--green{background:#16a34a;box-shadow:0 0 #16a34a80;animation:pulse-dot 1.5s infinite}.stock-dot--orange{background:#d97706}.stock-dot--red{background:#dc2626}@keyframes pulse-dot{0%{box-shadow:0 0 #16a34a80}70%{box-shadow:0 0 0 6px #16a34a00}to{box-shadow:0 0 #16a34a00}}.bundle-picker-modal__stock{font-size:1.1rem;display:flex;align-items:center;gap:.4rem}.bundle-picker-modal__stock--in{color:#16a34a}.bundle-picker-modal__stock--in:before{content:"";width:.6rem;height:.6rem;border-radius:50%;background:#16a34a;flex-shrink:0}.bundle-picker-modal__stock--out{color:#dc2626}.bundle-picker-modal__stock--out:before{content:"";width:.6rem;height:.6rem;border-radius:50%;background:#dc2626;flex-shrink:0}@media screen and (max-width:749px){.bundle-picker-modal__variant-product{gap:1rem}.bundle-picker-modal__variant-product-image{width:7rem;height:7rem}.bundle-picker-modal__variant-product-title{font-size:1.5rem}.bundle-variant-pill{padding:.6rem 1.2rem;font-size:1.2rem}}.bundle-sticky-bar{position:fixed;bottom:calc(-100px + var(--viewport-offset-bottom, 0px));left:0;width:100%;z-index:50;background:rgb(var(--color-background));box-shadow:0 -1px 10px #0003;transform:translateY(calc(100% + 20px));transition:transform .3s ease;padding:1rem 0 calc(100px + 1rem + env(safe-area-inset-bottom,0px))}.bundle-sticky-bar.is-visible{transform:translateY(0)}.bundle-sticky-bar__container{display:flex;align-items:center;justify-content:space-between;column-gap:1rem}.bundle-sticky-bar__left{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.bundle-sticky-bar__image{flex-shrink:0}.bundle-sticky-bar__image img{width:auto;height:5rem;border-radius:.4rem;display:block}.bundle-sticky-bar__details{min-width:0}.bundle-sticky-bar__title{margin:0;font-size:1.4rem;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bundle-sticky-bar__price{display:flex;align-items:center;gap:.5rem;margin-top:.2rem}.bundle-sticky-bar__price--sale{font-size:1.4rem;font-weight:700;color:rgb(var(--color-accent-2))}.bundle-sticky-bar__price--compare{font-size:1.2rem;color:rgba(var(--color-foreground),.5);text-decoration:line-through}.bundle-sticky-bar__right{display:flex;align-items:center;gap:1rem;flex-shrink:0}.bundle-sticky-bar__slots{display:flex;gap:.4rem}.bundle-sticky-bar__thumb{width:3.6rem;height:3.6rem;border:1.5px dashed #ccc;border-radius:.5rem;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:border-color .2s,border-style .2s;background:transparent}.bundle-sticky-bar__thumb.is-filled{border-style:solid;border-color:#16a34a;background:#fff}.bundle-sticky-bar__thumb img{width:100%;height:100%;object-fit:cover}.bundle-sticky-bar__thumb-plus{font-size:1.4rem;color:#bbb;font-weight:300;line-height:1}.bundle-sticky-bar__button{flex-shrink:0;background:#16a34a;color:#fff;border:none;padding:0 1.4em;min-height:auto;min-width:auto;line-height:2.75em;font-size:1.4rem;font-weight:600;border-radius:.8rem;cursor:pointer;white-space:nowrap;transition:background .2s;text-transform:uppercase;letter-spacing:.04em;font-family:var(--font-heading-family)}.bundle-sticky-bar__button:hover{background:#15803d}.bundle-sticky-bar__button:before,.bundle-sticky-bar__button:after{content:none!important;display:none!important;border:0!important;box-shadow:none!important}@media screen and (min-width:750px){.bundle-sticky-bar__title,.bundle-sticky-bar__price--sale{font-size:1.6rem}.bundle-sticky-bar__thumb{width:4.2rem;height:4.2rem}.bundle-sticky-bar__button{font-size:1.6rem;padding:0 1.6em}.bundle-sticky-bar__image img{height:5.5rem}}@media screen and (max-width:749px){.bundle-sticky-bar__container{flex-wrap:wrap;gap:.8rem}.bundle-sticky-bar__left{flex:1 1 auto;gap:.8rem;min-width:0}.bundle-sticky-bar__image img{height:4rem}.bundle-sticky-bar__title{font-size:1.2rem}.bundle-sticky-bar__price--sale{font-size:1.3rem}.bundle-sticky-bar__price--compare{font-size:1.1rem}.bundle-sticky-bar__right{flex:0 0 auto;gap:.6rem}.bundle-sticky-bar__slots{gap:.3rem}.bundle-sticky-bar__thumb{width:2.8rem;height:2.8rem;border-width:1px}.bundle-sticky-bar__thumb-plus{font-size:1rem}.bundle-sticky-bar__button{flex:1 0 100%;font-size:1.3rem;padding:0;line-height:2.8em;text-align:center;border-radius:.6rem}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/section-product-bundler.css.map */
