bundle-builder{display:block}.bundle-builder{display:flex;flex-direction:column}.bundle-progress{display:flex;flex-direction:column;gap:var(--gap-lg);padding:var(--padding-2xl) var(--padding-lg);background:rgb(var(--bundle-builder-background));border:var(--style-border-width) solid rgb(var(--bundle-builder-stroke));border-radius:var(--style-border-radius-2sm);text-align:center}@media screen and (min-width:750px){.bundle-progress{padding:var(--padding-2xl);margin-bottom:calc(var(--gap) * 2 / 3)}}.bundle-progress__copy{display:flex;flex-direction:column;gap:var(--gap-lg);align-items:center}.bundle-progress__heading{margin:0;font-size:clamp(1.5rem,2.2vw,1.75rem);font-weight:600;line-height:1;color:var(--color-foreground);transition:color .2s ease}.bundle-progress__body{margin:0;font-size:var(--font-size--md);line-height:1.4;color:var(--color-foreground);max-width:39.5rem}.bundle-progress__body p{margin:0}.bundle-progress__body strong{font-weight:600}.bundle-progress__body strong:last-child{color:rgb(var(--bundle-builder-accent))}.bundle-progress__bar-wrap{display:flex;flex-direction:column;gap:var(--gap-xs);width:100%}.bundle-progress__bar-label{font-size:var(--font-size--md);font-weight:600;color:rgb(var(--bundle-builder-accent));text-align:right}@media screen and (min-width:750px){.bundle-progress__bar-label{font-size:var(--font-size--lg)}}.bundle-progress__bar{height:1rem;background:rgb(var(--bundle-builder-stroke));border-radius:999px;overflow:hidden}.bundle-progress__bar-fill{height:100%;background:rgb(var(--bundle-builder-accent));border-radius:999px;transition:width .3s ease}.bundle-progress__counts{display:flex;justify-content:space-between;font-size:var(--font-size--sm);line-height:1}.bundle-builder[data-state=unlocked] .bundle-progress__heading,.bundle-builder[data-state=unlocked] .bundle-progress__count-right{color:rgb(var(--bundle-builder-accent))}.bundle-card{position:relative;cursor:pointer}.bundle-card[aria-disabled=true],.bundle-card[data-available=false]{pointer-events:none;cursor:not-allowed}.bundle-card[aria-disabled=true]{opacity:var(--opacity-40)}.bundle-card[data-available=false]{opacity:var(--opacity-50)}.bundle-card[aria-disabled=true] .quick-add__button,.bundle-card[data-available=false] .quick-add__button{pointer-events:none!important;opacity:0!important}.bundle-card .card-gallery{border:var(--border-width-md) solid transparent;border-radius:var(--style-border-radius-2sm)}@media screen and (max-width:749px){.bundle-card .card-gallery{aspect-ratio:var(--gallery-aspect-ratio, 1)}.bundle-card .card-gallery>a.contents,.bundle-card .card-gallery slideshow-component,.bundle-card .card-gallery slideshow-slide,.bundle-card .card-gallery .product-media-container,.bundle-card .card-gallery slideshow-slides,.bundle-card .card-gallery slideshow-container{height:100%}}.bundle-card[aria-pressed=true] .card-gallery{border:var(--border-width-md) solid rgb(var(--bundle-builder-accent))}.bundle-card[data-variants-count="0"] .quick-add__button--choose,.bundle-card[data-variants-count="1"] .quick-add__button--choose{display:none!important}.bundle-card[data-variants-count="0"] add-to-cart-component,.bundle-card[data-variants-count="1"] add-to-cart-component{display:revert!important}.bundle-card .quick-add__button--add .add-to-cart-text__content>span{display:none}.bundle-card .quick-add__button--add .add-to-cart-text__content:after{content:"Add to Bundle";display:inline-block;white-space:nowrap}.bundle-card[aria-pressed=true] .quick-add__button--add .add-to-cart-text__content:after{content:"Remove from Bundle"}.bundle-card[aria-pressed=true] .quick-add__button--choose .add-to-cart-text__content>span{display:none}.bundle-card[aria-pressed=true] .quick-add__button--choose .add-to-cart-text__content:after{content:"Remove from Bundle";display:inline-block;white-space:nowrap}#quick-add-dialog.is-bundle-context button[name=add] .add-to-cart-text__content>span{display:none}#quick-add-dialog.is-bundle-context button[name=add] .add-to-cart-text__content:after{content:"Add to Bundle";display:inline-block;white-space:nowrap}.bundle-card__check{position:absolute;top:.5rem;left:.625rem;width:var(--icon-size-lg);height:var(--icon-size-lg);display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.7);transition:opacity var(--animation-speed-medium) ease,transform var(--animation-speed-medium) ease;z-index:3;pointer-events:none}.bundle-card .product-title a,.bundle-card a.product-title,.bundle-card [ref=productCardLink],.bundle-card [ref=productTitleLink]{pointer-events:none;cursor:pointer}.bundle-card__check svg{width:100%;height:100%;overflow:visible}.bundle-card[aria-pressed=true] .bundle-card__check{opacity:1;transform:scale(1)}.bundle-card:not([aria-disabled=true]):not([data-available=false]) .quick-add,.bundle-card:not([aria-disabled=true]):not([data-available=false]) .quick-add *{pointer-events:auto}.bundle-cta-wrap[hidden]{display:none!important}.bundle-cta-wrap{position:fixed;inset-block-end:0;inset-inline:0;width:100%;z-index:90;background:rgb(var(--bundle-builder-background));box-shadow:.25rem 0 .25rem rgb(0 0 0 / var(--opacity-10));transition:transform var(--animation-speed-slow) var(--animation-easing, ease)}.bundle-cta-wrap[data-drawer-open=true]{transform:translateY(100%);pointer-events:none}.bundle-cta-wrap__inner{gap:var(--gap-lg);padding:1.5rem .9375rem;width:100%;margin:0 auto}.bundle-cta-wrap__inner .bundle-cta__progress,.bundle-cta-wrap__inner .bundle-cta__row{grid-column:1 / 3}@media screen and (min-width:750px){.bundle-cta-wrap__inner{padding:1.5rem 3.125rem}.bundle-cta-wrap__inner .bundle-cta__progress,.bundle-cta-wrap__inner .bundle-cta__row{grid-column:2}}.bundle-cta__progress{height:1rem;background:rgb(var(--bundle-builder-stroke));border-radius:999px;overflow:hidden;width:100%}.bundle-cta__progress-fill{height:100%;background:rgb(var(--bundle-builder-accent));border-radius:999px;transition:width .3s ease}.bundle-cta__row{display:flex;align-items:center;justify-content:space-between;gap:var(--gap-lg);width:100%}.bundle-cta__summary{display:flex;flex-direction:column;gap:var(--gap-xs);align-items:flex-start;flex:1 1 auto;min-width:0}.bundle-cta__count{font-size:var(--font-size--md);font-weight:400;color:var(--color-foreground);line-height:1.2}.bundle-cta__prices{display:flex;align-items:center;gap:var(--gap-xs);flex-wrap:wrap;line-height:1}@media screen and (max-width:749px){.bundle-cta__prices{gap:var(--gap-1xs)}}.bundle-cta__price{font-weight:600;font-size:var(--font-size--md);color:var(--color-foreground);white-space:nowrap}@media screen and (min-width:750px){.bundle-cta__price{font-size:var(--font-size--lg)}}.bundle-cta__price--original{font-weight:400;text-decoration:line-through;color:rgb(var(--color-foreground-rgb) / var(--opacity-60, .6))}.bundle-cta__price--discounted{color:var(--color-foreground)}.bundle-cta__price[hidden]{display:none}.bundle-cta__save-pill{display:inline-flex;align-items:center;justify-content:center;padding:var(--padding-2xs);border-radius:var(--border-radius-sm);background:rgb(var(--bundle-builder-accent) / var(--opacity-10));color:rgb(var(--bundle-builder-accent));font-size:var(--font-size--sm);font-weight:600;line-height:1;white-space:nowrap}.bundle-cta__save-pill[hidden]{display:none}.bundle-cta{flex:0 0 auto;min-width:9.625rem;height:3rem;padding:var(--padding-2sm);border-radius:var(--style-border-radius-2sm);background:var(--color-foreground);color:var(--color-background);font-size:var(--font-size--md);line-height:1;font-weight:400;position:relative;overflow:hidden;border:0;cursor:pointer;transition:background-color var(--animation-speed-slow) ease,opacity var(--animation-speed-slow) ease;display:inline-flex;align-items:center;justify-content:center;--button-border-color: transparent}.bundle-cta:hover{--button-border-color: transparent;background-color:rgb(var(--bundle-builder-accent))}@media screen and (min-width:750px){.bundle-cta{min-width:16.875rem}}.bundle-cta:hover:not([disabled]){opacity:var(--opacity-90)}.bundle-cta[disabled],.bundle-cta[aria-disabled=true]{background:rgb(var(--color-foreground-rgb) / var(--opacity-60, .6));cursor:not-allowed;pointer-events:none;opacity:1}.bundle-cta__spinner{display:none;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:var(--icon-size-sm);height:var(--icon-size-sm);border-radius:var(--style-border-radius-50);border:var(--border-width-md) solid rgb(var(--color-background-rgb, 255 255 255) / .35);border-top-color:var(--color-background);animation:bundle-cta-spin .7s linear infinite}.bundle-cta[aria-busy=true]{cursor:progress;pointer-events:none}.bundle-cta[aria-busy=true] .bundle-cta__label{visibility:hidden}.bundle-cta[aria-busy=true] .bundle-cta__spinner{display:block}@keyframes bundle-cta-spin{to{transform:rotate(360deg)}}body:has(.bundle-builder){padding-block-end:var(--bundle-cta-height, 0)}.bundle-builder__tabs-nav{display:flex;flex-wrap:nowrap;justify-content:center}.bundle-builder__tab{-webkit-appearance:none;appearance:none;background:none;border:0;border-bottom:var(--style-border-width) solid rgb(var(--color-foreground-rgb) / var(--opacity-10));color:rgb(var(--color-foreground-rgb) / var(--opacity-60));cursor:pointer;font-size:var(--font-size--lg);padding:var(--padding-xs) var(--padding-lg);transition:border-color var(--animation-speed) var(--animation-easing)}.bundle-builder__tab--active{border-bottom-color:var(--color-foreground);color:var(--color-foreground)}.bundle-builder__tab[aria-busy=true]{opacity:.5;pointer-events:none}@media screen and (max-width:750px){.bundle-builder__tabs-nav{justify-content:flex-start;width:100%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.bundle-builder__tabs-nav::-webkit-scrollbar{display:none}.bundle-builder__tab{scroll-snap-align:start;flex-shrink:0}}.bundle-card__qty{position:absolute;right:0;bottom:0;z-index:2;display:none;pointer-events:none}.bundle-card[aria-pressed=true] .bundle-card__qty{display:block;pointer-events:auto}.bundle-card__qty .quantity-selector-wrapper{gap:0}.bundle-card__qty .bundle-card__qty-selector{display:inline-flex;align-items:center;background:rgb(var(--color-background-rgb, 255 255 255));border:var(--style-border-width) solid rgb(var(--bundle-builder-stroke));border-radius:var(--style-border-radius-2sm);padding:0;height:fit-content;flex-shrink:1}.bundle-card__qty .bundle-card__qty-selector .quantity-minus,.bundle-card__qty .bundle-card__qty-selector .quantity-plus{width:1.5rem;height:1.5rem;min-width:1.5rem;padding:0;display:inline-flex;align-items:center;justify-content:center}.bundle-card__qty .bundle-card__qty-selector .quantity-minus svg,.bundle-card__qty .bundle-card__qty-selector .quantity-plus svg{width:.625rem;height:.625rem}.bundle-card__qty .bundle-card__qty-selector input[type=number]{width:1.5rem;min-width:1.5rem;border:0;background:transparent;text-align:center;font-size:var(--font-size--sm);font-weight:600;color:var(--color-foreground);padding:0;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.bundle-card__qty .bundle-card__qty-selector input[type=number]::-webkit-outer-spin-button,.bundle-card__qty .bundle-card__qty-selector input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.bundle-card__qty .price-per-item{display:none}
/*# sourceMappingURL=/cdn/shop/t/19/assets/section-bundle-builder.css.map */
