.bundle-builder{--bundle-slot-width: 87.5px;--bundle-slot-height: 105.5px;--bundle-progress-height: 11px;--bundle-tier-size: 36px;--bundle-footer-height: auto;--bundle-progress-color: #e8e8e8;--bundle-progress-fill-color: rgb(var(--color-foreground));--bundle-tier-bg: #e8e8e8;--bundle-tier-active-bg: rgb(var(--color-foreground));--bundle-tier-text: rgb(var(--color-foreground));position:relative;padding-bottom:calc(var(--bundle-footer-height) + 2rem)}.bundle-builder__sticky-header{position:sticky;top:0;z-index:20;background-color:rgb(var(--color-background));padding-top:1rem;padding-bottom:.5rem;margin-left:calc(-1 * var(--page-width-margin));margin-right:calc(-1 * var(--page-width-margin));padding-left:var(--page-width-margin);padding-right:var(--page-width-margin);transition:top .15s ease,box-shadow .15s ease}.bundle-builder__sticky-header.header-is-sticky{top:56px}@media screen and (max-width: 749px){.bundle-builder__footer.is-top .bundle-builder__slots-wrapper{display:none}}.bundle-builder .facet-filters,.bundle-builder .facet-filters-sticky,.bundle-builder #main-facet-filters,.bundle-builder sticky-facet-filters,.bundle-builder sticky-facet-filters.facet-filters-sticky{position:sticky;top:var(--bundle-sticky-height, 180px);background-color:rgb(var(--color-background))}.bundle-builder:has(.header-is-sticky) .facet-filters,.bundle-builder:has(.header-is-sticky) .facet-filters-sticky,.bundle-builder:has(.header-is-sticky) #main-facet-filters,.bundle-builder:has(.header-is-sticky) sticky-facet-filters,.bundle-builder:has(.header-is-sticky) sticky-facet-filters.facet-filters-sticky{top:calc(56px + var(--bundle-sticky-height, 180px))}.bundle-builder__progress{margin-bottom:2rem;position:relative;max-width:96%;margin-left:auto;margin-right:auto;padding:0 2rem}.bundle-builder__progress-track{position:absolute;top:calc(var(--bundle-tier-size) / 2);left:0;right:0;height:var(--bundle-progress-height);background-color:var(--bundle-progress-color);border-radius:var(--bundle-progress-height);transform:translateY(-50%);z-index:0}.bundle-builder__progress-fill{display:inline-block!important;position:absolute;top:0;left:0;height:100%;background-color:var(--bundle-progress-fill-color);border-radius:var(--bundle-progress-height);transition:width .3s ease;width:0;z-index:1}.bundle-builder__progress-tiers{display:flex;justify-content:space-between;position:relative;z-index:1;padding:0}.bundle-builder__tier{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex-shrink:0}.bundle-builder__tier-circle{width:var(--bundle-tier-size);height:var(--bundle-tier-size);min-width:var(--bundle-tier-size);min-height:var(--bundle-tier-size);border-radius:50%;background-color:var(--bundle-tier-bg);display:flex!important;align-items:center;justify-content:center;transition:all .3s ease;font-size:1.2rem;font-weight:600;color:var(--bundle-tier-text);flex-shrink:0}.bundle-builder__tier--completed .bundle-builder__tier-circle{background-color:var(--bundle-tier-active-bg);color:rgb(var(--color-background))}.bundle-builder__tier-icon{width:20px;height:20px}.bundle-builder__tier--completed .bundle-builder__tier-icon{stroke:rgb(var(--color-background))}.bundle-builder__tier-label{font-size:1.1rem;white-space:nowrap}.bundle-builder__tier--completed .bundle-builder__tier-label{font-weight:500}.bundle-builder__tier-percent{font-size:1.1rem;font-weight:600;line-height:1}.bundle-builder__slots-wrapper{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding:.5rem 0;max-width:96%;margin-left:auto;margin-right:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;scroll-behavior:smooth}.bundle-builder__slots-wrapper::-webkit-scrollbar{display:none}.bundle-builder__slots{display:flex;gap:1rem;flex-wrap:nowrap;padding:0 1.5rem}.bundle-builder__slot-wrapper{display:flex;flex-direction:column;align-items:center;flex-shrink:0;scroll-snap-align:start}.bundle-builder__slot{width:var(--bundle-slot-width);height:var(--bundle-slot-height);flex-shrink:0;position:relative;border-radius:0;cursor:pointer;transition:all .2s ease;background-color:rgb(var(--color-background));overflow:hidden}.bundle-builder__slot--empty{border:2px dashed rgba(var(--color-foreground),.25)}.bundle-builder__slot--empty:hover{border-color:rgba(var(--color-foreground),.4);background-color:rgba(var(--color-foreground),.02)}.bundle-builder__slot--filled{border:none}.bundle-builder__slot-content{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.bundle-builder__slot-plus{font-size:2rem;color:rgba(var(--color-foreground),.3);line-height:1}.bundle-builder__slot-remove{position:absolute;top:0;left:0;width:20px;height:20px;background:none;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;z-index:2;transition:transform .2s ease,opacity .2s ease;filter:drop-shadow(0 1px 2px rgba(0,0,0,.4))}.bundle-builder__slot-remove:hover{transform:scale(1.15);opacity:.9}.bundle-builder__slot-remove svg{width:14px;height:14px;stroke-width:2.5}.bundle-builder__slot-product{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.bundle-builder__slot-image{width:100%;height:100%;object-fit:cover}.bundle-builder__slot-quantity{position:absolute;bottom:2px;right:2px;background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:1rem;font-weight:600;padding:.1rem .4rem;line-height:1.2}.bundle-builder__slot-title{display:block;font-size:1rem;line-height:1.2;font-weight:600;color:rgb(var(--color-foreground));text-align:center;margin-top:.4rem;max-width:var(--bundle-slot-width)}.bundle-builder[data-slot-mode=separate] .bundle-builder__slot-quantity{display:none!important}.bundle-builder__filter-toggle{margin-bottom:1.5rem}.bundle-builder__filter-button{display:flex;align-items:center;justify-content:center;gap:.8rem;width:100%}.bundle-builder__filter-button .icon{width:1.8rem;height:1.8rem}.bundle-builder__products{margin-bottom:2rem}.bundle-builder__product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;list-style:none;padding:0;margin:0}.bundle-builder__empty{text-align:center;padding:4rem 2rem;color:rgba(var(--color-foreground),.6)}.bundle-card{position:relative;display:flex;flex-direction:column}.bundle-card__media{display:block;position:relative;overflow:hidden;border-radius:var(--card-radius);margin-bottom:.8rem}.bundle-card__image{background-color:rgba(var(--color-foreground),.04)}.bundle-card__image img{width:100%;height:100%;object-fit:cover}.bundle-card__image img+img{position:absolute;top:0;left:0;opacity:0;transition:opacity .3s ease}.bundle-card:hover .bundle-card__image img+img{opacity:1}.bundle-card__info{display:flex;flex-direction:column;gap:.4rem}.bundle-card__title{font-size:1.4rem;font-weight:500;color:rgb(var(--color-foreground));text-decoration:none;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bundle-card__bottom{display:flex;align-items:center;justify-content:space-between;gap:.8rem;flex-wrap:wrap}.bundle-card__price{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.bundle-card__price-regular,.bundle-card__price-sale{font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground))}.bundle-card__price-sale{color:var(--color-sale-price, #c00)}.bundle-card__price-compare{font-size:1.2rem;color:rgba(var(--color-foreground),.5)}.bundle-card__actions{display:flex;align-items:center}.bundle-card__add-btn{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;padding:.6rem 1.2rem;font-size:1.2rem;font-weight:600;border-radius:.4rem;cursor:pointer;transition:opacity .2s ease;white-space:nowrap}.bundle-card__add-btn:hover{opacity:.85}.bundle-card__quantity{display:flex;align-items:center;border:1px solid rgba(var(--color-foreground),.2);border-radius:.4rem;overflow:hidden}.bundle-card__qty-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:rgb(var(--color-foreground));transition:background-color .2s ease}.bundle-card__qty-btn:hover{background-color:rgba(var(--color-foreground),.05)}.bundle-card__qty-btn svg{width:14px;height:14px}.bundle-card__qty-input{width:36px;height:32px;text-align:center;border:none;border-left:1px solid rgba(var(--color-foreground),.2);border-right:1px solid rgba(var(--color-foreground),.2);font-size:1.4rem;font-weight:500;-moz-appearance:textfield;background:transparent}.bundle-card__qty-input::-webkit-outer-spin-button,.bundle-card__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.bundle-card__sold-out{font-size:1.2rem;color:rgba(var(--color-foreground),.5);font-weight:500}.bundle-card__badge{position:absolute;top:.8rem;left:.8rem;z-index:1}.bundle-builder__footer{position:fixed;bottom:0;left:0;right:0;background-color:rgb(var(--color-background));border-top:1px solid rgba(var(--color-foreground),.1);z-index:28;padding:1rem 0}.bundle-builder__footer-inner{display:flex;flex-direction:column;gap:.8rem}.bundle-builder__footer-slots{max-width:100%}.bundle-builder__footer-slots .bundle-builder__slots{justify-content:flex-start;padding:0}.bundle-builder__footer-inactive{display:flex;flex-direction:column;gap:.6rem;align-items:center}.bundle-builder__footer-button.bundle-builder__footer-button--inactive{background-color:#e2e1e1;color:#000;text-transform:none;border:none;width:100%;min-height:4.4rem;font-size:1.4rem;font-weight:500;box-shadow:none}.bundle-builder__footer-button.bundle-builder__footer-button--inactive:before,.bundle-builder__footer-button.bundle-builder__footer-button--inactive:after{display:none;content:none}.bundle-builder__footer-button.bundle-builder__footer-button--inactive:hover{background-color:#e2e1e1;color:#000;text-transform:none;box-shadow:none}.bundle-builder__footer-button.bundle-builder__footer-button--inactive:disabled{opacity:1;cursor:default}.bundle-builder__footer-message{font-size:1.2rem;color:#000;text-align:center}.bundle-builder__footer-active{display:flex;flex-direction:column;gap:.8rem}.bundle-builder__footer-pricing{display:flex;align-items:center;justify-content:flex-start;gap:.8rem;flex-wrap:wrap}.bundle-builder__footer-label{font-size:1.3rem;font-weight:600;color:rgb(var(--color-foreground))}.bundle-builder__footer-savings{background-color:#000;padding:.2rem .6rem;border-radius:.3rem;font-size:1.1rem;font-weight:600;color:#fff}.bundle-builder__footer-original{font-size:1.3rem;color:rgba(var(--color-foreground),.6);text-decoration:line-through;margin-left:auto}.bundle-builder__footer-total{font-size:1.6rem;font-weight:700;color:rgb(var(--color-foreground))}.bundle-builder__footer-button{width:100%;min-height:4.4rem;font-size:1.4rem;background-color:#000;color:#fff;border:none;box-shadow:none;text-transform:none}.bundle-builder__footer-button:before,.bundle-builder__footer-button:after{display:none;content:none}.bundle-builder__footer-button:hover{background-color:#000;color:#fff;box-shadow:none;opacity:1}.bundle-builder__footer-button.loading{pointer-events:none}.bundle-builder__footer-button.loading:after{content:"";display:inline-block;width:1.6rem;height:1.6rem;margin-left:.8rem;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:bundle-spin .6s linear infinite}@keyframes bundle-spin{to{transform:rotate(360deg)}}@media screen and (min-width: 750px){.bundle-builder__footer{z-index:35}.bundle-builder__sticky-header.header-is-sticky{top:70px}.bundle-builder:has(.header-is-sticky) .facet-filters,.bundle-builder:has(.header-is-sticky) .facet-filters-sticky,.bundle-builder:has(.header-is-sticky) #main-facet-filters,.bundle-builder:has(.header-is-sticky) sticky-facet-filters,.bundle-builder:has(.header-is-sticky) sticky-facet-filters.facet-filters-sticky{top:calc(70px + var(--bundle-sticky-height, 180px))!important}.bundle-builder__progress{max-width:56.67%;padding:0 2rem}.bundle-builder__tier-label,.bundle-builder__tier-percent{font-size:1.2rem}.bundle-builder__slots-wrapper{max-width:100%}.bundle-builder__slots{padding:0 2rem}.bundle-builder__product-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.bundle-builder__filter-button{width:auto;min-width:150px}.bundle-card__title,.bundle-card__price-regular,.bundle-card__price-sale{font-size:1.5rem}.bundle-builder__footer-inactive{flex-direction:row;align-items:center;justify-content:space-between;gap:2rem}.bundle-builder__footer-inactive .bundle-builder__footer-button.bundle-builder__footer-button--inactive{width:auto;min-width:200px;order:2}.bundle-builder__footer-inactive .bundle-builder__footer-message{order:1;text-align:left}.bundle-builder__footer-active{flex-direction:row;align-items:center;justify-content:space-between;gap:2rem}.bundle-builder__footer-pricing{flex:1}.bundle-builder__footer-button{width:auto;min-width:200px;flex-shrink:0}}@media screen and (min-width: 990px){.bundle-builder{--bundle-slot-width: 87.5px;--bundle-slot-height: 105.5px;--bundle-tier-size: 56px}.bundle-builder__progress{margin-bottom:2rem}.bundle-builder__tier-icon{width:22px;height:22px}.bundle-builder__slots-wrapper{margin-bottom:1rem}.bundle-builder__slots{gap:1rem;justify-content:center}.bundle-builder__slots-wrapper--scrollable .bundle-builder__slots{justify-content:flex-start;cursor:grab}.bundle-builder__slots-wrapper--scrollable .bundle-builder__slots:active{cursor:grabbing}.bundle-builder__product-grid.grid--4-col-desktop{grid-template-columns:repeat(4,1fr)}.bundle-card__add-btn{padding:.8rem 1.6rem;font-size:1.3rem}.bundle-builder__footer{padding:1.5rem 0}.bundle-builder__footer-total{font-size:2rem}.bundle-builder__footer-button{min-width:240px;min-height:5rem;font-size:1.6rem}}.bundle-builder__slot{animation:bundle-slot-appear .3s ease}@keyframes bundle-slot-appear{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.bundle-builder__tier--completed .bundle-builder__tier-circle{animation:bundle-tier-complete .3s ease}@keyframes bundle-tier-complete{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.card-wrapper--bundle .card-information__bundle-row{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-top:.4rem}.card-wrapper--bundle .card-information__bundle-row .price{margin:0}.card-wrapper--bundle .card-information__bundle-actions{display:flex;align-items:center;position:relative;z-index:2;flex-shrink:0}.card-wrapper--bundle .full-unstyled-link{pointer-events:none}.card-wrapper--bundle .card__media,.card-wrapper--bundle .card-information__text{pointer-events:auto}.bundle-add-btn{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));border:none;padding:.6rem 1.2rem;font-size:1.2rem;font-weight:600;border-radius:.4rem;cursor:pointer;transition:opacity .2s ease,transform .2s ease;white-space:nowrap}.bundle-add-btn:hover{opacity:.85}.bundle-add-btn:active{transform:scale(.97)}.bundle-quantity{display:flex;align-items:center;border:1px solid #000000;border-radius:.4rem;overflow:hidden;background-color:#fff}.bundle-qty-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:rgb(var(--color-foreground));transition:background-color .2s ease;padding:0}.bundle-qty-btn:hover{background-color:rgba(var(--color-foreground),.05)}.bundle-qty-btn svg{width:14px;height:14px}.bundle-card__add-btn:disabled,.bundle-card__add-btn.bundle-limit-reached,.bundle-qty-btn:disabled,.bundle-qty-btn.bundle-limit-reached{opacity:.3;cursor:not-allowed;pointer-events:none}.bundle-add-btn.bundle-limit-reached{opacity:.3;cursor:not-allowed;pointer-events:none}.bundle-qty-input{width:24px;height:24px;text-align:center;border:none;font-size:1.4rem;font-weight:500;-moz-appearance:textfield;background:transparent;color:#000}.bundle-qty-input::-webkit-outer-spin-button,.bundle-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.bundle-sold-out{font-size:1.2rem;color:rgba(var(--color-foreground),.5);font-weight:500}.card-wrapper--bundle .card-information__button{display:none}@media screen and (min-width: 750px){.bundle-add-btn{padding:.7rem 1.4rem;font-size:1.3rem}.bundle-qty-btn{width:36px;height:36px}.bundle-qty-input{width:40px;height:36px}}@media screen and (min-width: 990px){.bundle-add-btn{padding:.8rem 1.6rem;font-size:1.3rem}.bundle-builder__footer-slots .bundle-builder__slots{justify-content:center}}.quick-view__bundle-actions{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.quick-view__bundle-btn{width:100%}.quick-view__bundle-quantity{display:flex;align-items:center;justify-content:center;gap:0;border:1px solid #000000;border-radius:.4rem;overflow:hidden;background-color:#fff;width:fit-content;margin:0 auto}.quick-view__bundle-quantity .bundle-qty-btn{width:44px;height:44px}.quick-view__bundle-quantity .bundle-qty-input{width:50px;height:44px;font-size:1.6rem}.cart-item--bundled{position:relative}.cart-item__bundle-info{display:flex;align-items:center;gap:.8rem;margin-top:.4rem;margin-bottom:.4rem}.cart-item__bundle-badge{display:inline-flex;align-items:center;padding:.2rem .6rem;background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:.2rem}.cart-item__bundle-edit{font-size:1.1rem;color:rgb(var(--color-foreground));transition:opacity .2s ease}.cart-item__bundle-edit:hover{opacity:.7}.cart-item--bundled+.cart-item--bundled[data-bundle-id]{border-top:none;margin-top:-.5rem;padding-top:.5rem}
/*# sourceMappingURL=/cdn/shop/t/24/assets/bundle-builder.css.map */
