.bundle-builder{display:block;width:100%;position:relative}.bundle-builder-empty-state{min-height:40vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;font-size:1.6rem;color:rgb(var(--color-foreground-secondary))}.bundle-builder__loading{min-height:60vh;display:flex;align-items:center;justify-content:center}.bundle-builder__loading p{font-family:var(--font-primary);font-weight:var(--font-heading-weight);font-size:3rem;text-transform:uppercase;letter-spacing:.1em;color:rgb(var(--color-foreground))}.media-banner__heading{margin-bottom:2rem}@media screen and (max-width: 750px){.media-banner__heading{font-size:2.2rem}}.media-banner__heading.color-primary{color:rgb(var(--color-foreground))}.media-banner__heading.color-secondary{color:#fff}.media-banner__subheading{min-width:100%;margin-bottom:2rem}@media screen and (max-width: 750px){.media-banner__subheading{font-size:1.2rem}}.media-banner__subheading.color-primary{color:rgb(var(--color-foreground))}.media-banner__subheading.color-secondary{color:#fff}.media-banner__content--column{padding:2rem!important}.bundle-builder__frequency-mobile-wrapper{display:block;padding:2.4rem 0}@media screen and (min-width: 990px){.bundle-builder__frequency-mobile-wrapper{display:none}}.bundle-builder__frequency--desktop{display:none}@media screen and (min-width: 990px){.bundle-builder__frequency--desktop{display:flex}}.bundle-builder__frequency--mobile{display:grid}@media screen and (min-width: 990px){.bundle-builder__frequency--mobile{display:none}}.bundle-builder__frequency{grid-template-columns:repeat(2,1fr);gap:1.2rem;width:100%;max-width:56rem;margin:0 auto}@media screen and (min-width: 990px){.bundle-builder__frequency{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1.6rem;max-width:none}}.bundle-builder__freq-btn{display:flex;align-items:center;justify-content:center;padding:1rem 2rem;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));border:.2rem solid rgb(var(--color-foreground));border-radius:5rem;font-family:var(--font-primary);font-weight:var(--font-heading-weight);font-size:1.1rem;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all var(--duration-default);white-space:nowrap;width:100%;height:4rem}@media screen and (min-width: 750px){.bundle-builder__freq-btn{padding:1.2rem 2.4rem;font-size:1.2rem}}@media screen and (min-width: 990px){.bundle-builder__freq-btn{padding:1.4rem 3.2rem;font-size:1.3rem;width:auto;min-width:auto}}.bundle-builder__freq-btn:hover{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.bundle-builder__freq-btn--subscription{gap:0;padding:0}.bundle-builder__freq-btn-text{padding:1rem 2rem}@media screen and (max-width: 420px){.bundle-builder__freq-btn-text{padding:1rem 1.6rem}}@media screen and (min-width: 575px){.bundle-builder__freq-btn-text{padding:1rem 4rem}}@media screen and (min-width: 749px){.bundle-builder__freq-btn-text{padding:1.2rem 3.5rem}}@media screen and (min-width: 990px){.bundle-builder__freq-btn-text{padding:1.4rem 3.2rem}}.bundle-builder__freq-btn-divider{border-left:.1rem solid currentColor;align-self:stretch}.bundle-builder__freq-btn.active{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground))}.bundle-builder__freq-btn.active:hover{background-color:rgba(var(--color-foreground),.9)}.bundle-builder__slider-section{display:block;width:100%;padding:4rem 0;position:sticky;top:calc(var(--header-height, 8rem) - 1px);z-index:10;background-color:rgb(var(--color-background))}@media screen and (min-width: 990px){.bundle-builder__slider-section{margin:6rem 0}}.bundle-builder__slider{position:relative;width:100%;margin:0rem;padding:1.5rem 0rem}@media screen and (max-width: 575px){.bundle-builder__slider{margin:0rem 1rem}}.bundle-builder__slider-track{position:relative;width:100%;height:.8rem;background-color:rgb(var(--color-foreground));border:.1rem solid rgb(var(--color-foreground));border-radius:1rem;overflow:visible}.bundle-builder__slider-fill{position:absolute;left:0;top:0;height:100%;width:0%;background-color:#eee;border-radius:1rem;transition:width .5s cubic-bezier(.4,0,.2,1)}.bundle-builder__slider-markers{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.bundle-builder__slider-marker{position:absolute;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:.8rem}.bundle-builder__slider-dot{width:2.4rem;height:2.4rem;border-radius:50%;background-color:rgb(var(--color-background));border:.2rem solid rgb(var(--color-foreground));box-shadow:0 .2rem .4rem rgba(var(--color-foreground),.1)}.bundle-builder__slider-label-top{position:absolute;bottom:100%;margin-bottom:1.6rem;font-family:var(--font-primary);font-weight:var(--font-heading-weight);font-size:1.2rem;text-transform:uppercase;letter-spacing:.05em;color:rgb(var(--color-foreground));white-space:nowrap}@media screen and (min-width: 750px){.bundle-builder__slider-label-top{font-size:1.4rem}}.bundle-builder__slider-label-bottom{position:absolute;top:100%;margin-top:1.6rem;font-family:var(--font-body-family);font-size:1.1rem;color:rgb(var(--color-foreground-secondary));white-space:nowrap}@media screen and (min-width: 750px){.bundle-builder__slider-label-bottom{font-size:1.2rem}}.bundle-builder__main{display:block;width:100%;padding:1rem 0}.bundle-builder__main-grid{display:grid;grid-template-columns:1fr;gap:3.2rem}@media screen and (min-width: 1200px){.bundle-builder__main-grid{grid-template-columns:1fr 20rem;gap:4rem}}.bundle-builder__cart-desktop{display:none;flex-direction:column;position:sticky;top:calc(var(--header-height, 8rem) + 2rem);max-height:calc(100vh - var(--header-height, 8rem) - 4rem);background-color:rgb(var(--color-background));border:.2rem solid rgb(var(--color-border));border-radius:var(--border-radius, .8rem);padding:2.4rem;gap:2rem}@media screen and (min-width: 1200px){.bundle-builder__cart-desktop{display:flex}}.bundle-builder__cart-header{display:flex;align-items:center;justify-content:center}.bundle-builder__cart-title{font-family:var(--font-primary);font-weight:var(--font-heading-weight);font-size:1.8rem;text-transform:uppercase;letter-spacing:.05em;color:rgb(var(--color-foreground));margin:0;text-align:center}.bundle-builder__cart-items{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1.6rem;scrollbar-width:none}.bundle-builder__cart-empty{display:flex;align-items:center;justify-content:center;min-height:12rem;padding:2rem}.bundle-builder__cart-empty p{font-size:1.4rem;color:rgb(var(--color-foreground-secondary));text-align:center}.bundle-builder__cart-item{display:flex;flex-direction:column;align-items:center;gap:1.2rem;padding:1.2rem;background-color:rgb(var(--color-background-secondary));border-radius:var(--border-radius, .8rem)}.bundle-builder__cart-item-image-wrapper{position:relative;width:15rem;height:15rem;aspect-ratio:1;border-radius:var(--border-radius, .8rem);overflow:hidden}.bundle-builder__cart-item-image{width:100%;height:100%;object-fit:cover}.bundle-builder__cart-item-qty-badge{position:absolute;top:.4rem;left:.4rem;width:2.4rem;height:2.4rem;display:flex;align-items:center;justify-content:center;background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));border-radius:50%;font-family:var(--font-primary);font-weight:var(--font-heading-weight);font-size:1.2rem;padding-bottom:.3rem}.bundle-builder__cart-item-remove{position:absolute;top:.4rem;right:.4rem;width:2.4rem;height:2.4rem;display:flex;align-items:center;justify-content:center;background-color:rgba(var(--color-foreground),.8);color:rgb(var(--color-background));border:none;border-radius:50%;font-size:1.4rem;cursor:pointer;transition:all var(--duration-default);padding-top:.1rem}.bundle-builder__cart-item-remove:hover{background-color:rgb(var(--color-foreground));transform:scale(1.1)}.bundle-builder__cart-item-details{display:flex;flex-direction:column;gap:.4rem;text-align:center}@media screen and (max-width: 749px){.bundle-builder__cart-item-details{max-width:15rem}}.bundle-builder__cart-item-title{font-family:var(--font-primary);font-weight:var(--font-heading-weight);font-size:1.3rem;color:rgb(var(--color-foreground));line-height:1.3;margin:0}.bundle-builder__cart-item-variant{font-size:1.2rem;color:rgb(var(--color-foreground-secondary));line-height:1.3}.bundle-builder__cart-item-prices{display:flex;align-items:center;justify-content:center;gap:.8rem;margin-top:.4rem}.bundle-builder__cart-item-compare-price{font-family:var(--font-primary);font-size:1.4rem;color:#858585;text-decoration:line-through}.bundle-builder__cart-item-price{font-family:var(--font-primary);font-weight:var(--font-heading-weight);font-size:1.4rem;color:rgb(var(--color-foreground))}.bundle-builder__cart-footer{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.6rem;padding:2rem 2rem 0rem}@media screen and (max-width: 1199px){.bundle-builder__cart-footer{padding:2rem}}.bundle-builder__subtotal{display:flex;align-items:center;justify-content:center;gap:.6rem}.bundle-builder__subtotal-label{font-family:var(--font-primary);font-weight:var(--font-heading-weight);font-size:1.2rem;text-transform:uppercase;letter-spacing:.05em;color:rgb(var(--color-foreground))}.bundle-builder__subtotal-original{font-family:var(--font-primary);font-weight:var(--font-heading-weight);font-size:1.2rem;color:#858585;text-decoration:line-through}.bundle-builder__subtotal-amount{font-family:var(--font-primary);font-weight:var(--font-heading-weight);font-size:1.2rem;color:rgb(var(--color-foreground))}.bundle-builder__savings{display:flex;align-items:center;justify-content:center;gap:.6rem}.bundle-builder__savings-text{font-family:var(--font-primary);font-weight:var(--font-heading-weight);font-size:1.2rem;color:rgb(var(--color-accent-1));white-space:nowrap}.bundle-builder__checkout-btn{width:15rem;height:4rem;padding-bottom:.2rem;background-color:rgb(var(--color-button-text));color:rgb(var(--color-background));border:none;border-radius:5rem;font-family:var(--font-primary);font-weight:var(--font-heading-weight);font-size:1.4rem;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all var(--duration-default)}@media screen and (max-width: 749px){.bundle-builder__checkout-btn{width:100%}}.bundle-builder__checkout-btn:disabled{opacity:.5;cursor:not-allowed}.bundle-builder__cart-mobile{display:block;position:fixed;bottom:0;left:0;right:0;z-index:100;background-color:rgb(var(--color-background));border:.2rem solid rgb(var(--color-border));box-shadow:0 -.4rem 1.6rem rgba(var(--color-foreground),.1);border-top-right-radius:1.5rem;border-top-left-radius:1.5rem;margin:0rem 1rem}@media screen and (min-width: 1200px){.bundle-builder__cart-mobile{display:none}}.bundle-builder__cart-toggle{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem 1.6rem;gap:1.2rem}.bundle-builder__cart-badge{display:flex;align-items:center;justify-content:center;width:4.8rem;height:4.8rem;background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));border-radius:50%;font-family:var(--font-primary);font-weight:var(--font-heading-weight);font-size:1.6rem;padding-bottom:.4rem;padding-right:.3rem}.bundle-builder__cart-title-pill span{font-family:var(--font-primary);font-weight:var(--font-heading-weight);font-size:1.6rem;text-transform:uppercase;letter-spacing:.05em;color:rgb(var(--color-foreground))}.bundle-builder__cart-expand{display:flex;flex-direction:column;align-items:center;gap:.4rem;background:none;border:none;padding:0;cursor:pointer;margin-top:1.3rem}.bundle-builder__toggle-icon{display:flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;transition:transform var(--duration-default);border:2px solid black;border-radius:3rem;padding:.7rem}.bundle-builder__toggle-icon svg{width:100%;height:100%;fill:rgb(var(--color-foreground));color:rgb(var(--color-foreground))}.bundle-builder__toggle-text{font-size:1.1rem;color:rgb(var(--color-foreground-secondary));white-space:nowrap}.bundle-builder__cart-content{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.bundle-builder__cart-content.open{max-height:60vh}.bundle-builder__cart-items-scroll{display:flex;gap:1.6rem;padding:2rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.bundle-builder__cart-items-scroll .bundle-builder__cart-item{min-width:20rem;scroll-snap-align:start;flex-shrink:0}.bundle-builder__blur-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0000004d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:90;opacity:0;transition:opacity .3s ease-out}.bundle-builder__blur-overlay.active{display:block;opacity:1}.bundle-builder__products-grid .collection-product-list{display:flex;flex-wrap:wrap;align-items:stretch;gap:2.4rem;width:100%}.bundle-builder__products-grid .collection-product-list .collection-product-card,.bundle-builder__products-grid .collection-product-list .popular-products__item{width:100%;display:flex;flex-direction:column;align-self:stretch}@media screen and (max-width: 575px){.bundle-builder__products-grid .collection-product-list{gap:1.6rem .8rem}.bundle-builder__products-grid .collection-product-list .collection-product-card{width:calc((100% - .8rem)/2)}}@media screen and (min-width: 576px) and (max-width: 989px){.bundle-builder__products-grid .collection-product-list .collection-product-card{width:calc((100% - 2.4rem)/2)}}@media screen and (min-width: 990px) and (max-width: 1359px){.bundle-builder__products-grid .collection-product-list .collection-product-card{width:calc((100% - 4.8rem) / 3)}}@media screen and (min-width: 1360px){.bundle-builder__products-grid .collection-product-list .collection-product-card{width:calc((100% - 7.2rem)/4)}}.bundle-builder__toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:150;display:none;align-items:center;justify-content:space-between;gap:1.6rem;max-width:50rem;width:calc(100% - 2rem);padding:1.6rem 2rem;background-color:#dc2626;color:#fff;border-radius:var(--border-radius, .8rem);box-shadow:0 .4rem 1.2rem #0000004d;opacity:0;transition:opacity .3s ease-out}.bundle-builder__toast.show{display:flex;opacity:1}@media screen and (max-width: 1199px){.bundle-builder__toast{bottom:10.5rem;margin:auto;width:calc(100% - 2rem)}}.bundle-builder__toast-message{flex:1;font-family:var(--font-body-family);font-size:1.4rem;line-height:1.5}.bundle-builder__toast-close{display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;padding:0;background:none;border:none;color:#fff;font-size:2.4rem;line-height:1;cursor:pointer;transition:opacity .2s ease;flex-shrink:0}.bundle-builder__toast-close:hover{opacity:.7}.bundle-builder__content[style*="display: none"]{display:none!important}.bundle-builder__content{display:block}#chat-button{display:none}
/*# sourceMappingURL=/cdn/shop/t/171/assets/section-bundle-builder.css.map */
