.bundle-builder{--bundle-gap: var(--grid-gap, var(--vertical-breather, 24px));--bundle-border-radius: var(--button-border-radius, 4px);--bundle-card-aspect-ratio: 199.6/249.497;--bundle-spacing-large: var(--grid-gap);--bundle-spacing-medium: var(--form-input-gap);--bundle-spacing-small: calc(var(--form-input-gap) * .75);--bundle-spacing-xsmall: calc(var(--form-input-gap) * .5);--bundle-spacing-xxsmall: calc(var(--form-input-gap) * .25);--bundle-font-size-base: var(--base-font-size);--bundle-font-size-medium: calc(var(--base-font-size) * .875);--bundle-font-size-small: calc(var(--base-font-size) * .75);--bundle-font-size-xsmall: calc(var(--base-font-size) * .6875);--bundle-section-padding: var(--container-gutter);--bundle-option-gap: 45px;--bundle-option-gap-mobile: var(--grid-gap);--bundle-selected-products-gap: var(--bundle-spacing-xsmall);--bundle-selected-products-gap-mobile: calc(var(--form-input-gap) * .375);--bundle-letter-spacing-caps: .05em;--bundle-transition-fast: .2s ease;--bundle-transition-medium: .3s ease;--bundle-transition-slow: .4s ease;--bundle-transition-smooth: .3s cubic-bezier(.4, 0, .2, 1);scroll-margin-top:calc(var(--header-height) + 20px);padding:var(--bundle-padding-top) var(--bundle-section-padding) var(--bundle-padding-bottom)}.bundle-builder__container{display:grid;grid-template-columns:45% 52%;gap:3%;align-items:start}.bundle-builder__mobile-top{display:none}.bundle-builder__desktop-top{display:block}@media screen and (max-width:999px){.bundle-builder__container{display:block}.bundle-builder__mobile-top{display:flex;flex-direction:row-reverse;justify-content:left;gap:var(--bundle-spacing-medium);margin-bottom:var(--bundle-spacing-small)}.bundle-builder__desktop-top{display:none}.bundle-builder__mobile-top .bundle-builder__gender-selector{justify-content:flex-start;margin-bottom:0}.bundle-builder__mobile-top .bundle-builder__gender-options{gap:var(--bundle-spacing-medium)}.bundle-builder__mobile-top .bundle-builder__header{margin-bottom:0}.bundle-builder__mobile-top .bundle-builder__total-price{display:none!important}.bundle-builder__summary{order:2;margin-top:var(--bundle-spacing-large)}.bundle-builder__products{order:1}}.bundle-builder__products{position:relative}fieldset.bundle-builder__group-tabs{all:unset;display:block;position:sticky;top:var(--header-height, 0px);z-index:9}@media screen and (max-width:999px){fieldset.bundle-builder__group-tabs{position:static;top:0}}.bundle-builder__group-options{display:flex;gap:var(--bundle-option-gap);background:rgb(var(--background))}@media screen and (max-width:999px){.bundle-builder__group-options{gap:var(--bundle-option-gap-mobile)}}.bundle-group-option{position:relative}.bundle-group-option__input{position:absolute;opacity:0;width:0;height:0}.bundle-group-option__label{display:flex;align-items:center;gap:var(--bundle-spacing-small);padding:var(--form-input-gap-medium) 0;cursor:pointer;color:rgb(var(--text-color));font-weight:var(--text-font-500-weight);text-transform:uppercase;letter-spacing:var(--bundle-letter-spacing-caps);transition:all var(--bundle-transition-fast);-webkit-user-select:none;user-select:none}.bundle-group-option__label:hover{color:rgba(var(--text-color),.6)}.bundle-group-option__radio{width:11px;height:11px;border:1px solid rgb(var(--text-color));background:transparent;transition:all var(--bundle-transition-fast);flex-shrink:0}.bundle-group-option__input:checked+.bundle-group-option__label{color:rgba(var(--text-color),.8)}.bundle-group-option__input:checked+.bundle-group-option__label .bundle-group-option__radio{background-color:rgb(var(--text-color));border-color:rgb(var(--text-color))}.bundle-group-option--completed:not(:has(.bundle-group-option__input:checked)) .bundle-group-option__radio{background-color:rgb(var(--border-color));border-color:rgb(var(--border-color))}.bundle-group-option--completed:not(:has(.bundle-group-option__input:checked)) .bundle-group-option__label{color:rgb(var(--border-color-darker))}.bundle-builder__group{display:block;transition:opacity .4s ease;position:relative}.bundle-builder__group--hidden{opacity:0;visibility:hidden;pointer-events:none;position:absolute;top:0;left:0;right:0;z-index:-1}.bundle-builder__products{position:relative;min-height:400px}@media screen and (max-width:999px){.bundle-builder__products{min-height:0}}.bundle-builder__products-grid{--product-list-column-gap: var(--vertical-breather-tight, 12px)}.bundle-builder__products-inner{display:grid;grid-template-columns:repeat(var(--grid-columns-desktop, 3),1fr);gap:0;margin-top:0;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}@media screen and (min-width:741px)and (max-width:999px){.bundle-builder__products-inner{grid-template-columns:repeat(5,1fr)}}@media screen and (min-width:741px)and (max-width:850px){.bundle-builder__products-inner{grid-template-columns:repeat(4,1fr)}}.bundle-builder__empty-state{padding:var(--vertical-breather, 40px) var(--bundle-section-padding);text-align:center;color:rgb(var(--text-color));background:rgb(var(--secondary-background));border-radius:var(--bundle-border-radius)}button.bundle-product-item{position:relative;cursor:pointer;overflow:hidden;aspect-ratio:var(--bundle-card-aspect-ratio);background:transparent;border:none;padding:0;text-align:left;width:100%;transition:transform var(--bundle-transition-smooth),opacity var(--bundle-transition-smooth)}.bundle-product-item--fade-out{opacity:0;transform:scale(.95);pointer-events:none}.bundle-product-item--fade-in{opacity:0;transform:scale(.95)}.bundle-product-item--fade-in.bundle-product-item--animate{opacity:1;transform:scale(1)}.bundle-product-item--animating{will-change:transform,opacity}.bundle-product-item--active{box-shadow:0 0 0 3px rgb(var(--color-primary))}button.bundle-product-item:focus:after,button.bundle-product-item--focused:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:0 0 0 1px rgb(var(--text-color)) inset;border-radius:var(--button-border-radius);pointer-events:none;z-index:3}button.bundle-product-item.bundle-product-item--selected:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:0 0 0 1px rgb(var(--text-color)) inset;border-radius:var(--button-border-radius);pointer-events:none;z-index:3}.bundle-product-item--disabled{opacity:.4;cursor:not-allowed}.bundle-product-item--hidden,.bundle-product-item--hidden-gender{display:none!important}.bundle-product-item__image{width:100%;height:100%;object-fit:cover;transition:opacity var(--bundle-transition-medium)}.bundle-product-item__image--secondary{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity var(--bundle-transition-medium)}@media screen and (min-width:1000px){.bundle-product-item:has(.bundle-product-item__image--secondary):hover .bundle-product-item__image--primary{opacity:0}.bundle-product-item:has(.bundle-product-item__image--secondary):hover .bundle-product-item__image--secondary{opacity:1}.bundle-product-item__overlay{display:block;position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(var(--text-color),.8));color:rgb(var(--background));padding:calc(var(--vertical-breather-tight) * .5) var(--bundle-spacing-medium) var(--bundle-spacing-medium);transform:translateY(100%);transition:transform var(--bundle-transition-medium);z-index:2}.bundle-product-item:hover .bundle-product-item__overlay{transform:translateY(0)}}.bundle-product-item__title{font-weight:var(--text-font-600-weight);margin-bottom:4px;line-height:1.3;font-size:var(--bundle-font-size-medium)}.bundle-product-item__price{display:flex;align-items:center;gap:var(--bundle-spacing-xsmall);font-size:var(--bundle-font-size-medium);font-weight:var(--text-font-600-weight)}.bundle-product-item__price--on-sale .bundle-product-item__current-price{color:rgb(var(--color-sale))}.bundle-product-item__current-price{color:#fff}.bundle-product-item__compare-price{text-decoration:line-through;opacity:.7;font-weight:400}.bundle-builder__summary{position:sticky;top:var(--header-height, 0px);max-height:calc(100vh - var(--header-height, 0px));display:flex;flex-direction:column}.bundle-builder__gender-selector{margin-bottom:16px;display:flex;justify-content:flex-end}fieldset.bundle-builder__gender-tabs{all:unset;display:block}.bundle-builder__gender-options{display:flex;gap:var(--bundle-option-gap)}.bundle-gender-option{position:relative}.bundle-gender-option__input{position:absolute;opacity:0;width:0;height:0}.bundle-gender-option__label{display:flex;align-items:center;gap:12px;cursor:pointer;color:rgb(var(--text-color));font-weight:var(--text-font-500-weight);text-transform:uppercase;letter-spacing:var(--bundle-letter-spacing-caps);transition:all var(--bundle-transition-fast);-webkit-user-select:none;user-select:none}.bundle-gender-option__label:hover{color:rgba(var(--text-color),.6)}.bundle-gender-option__radio{width:11px;height:11px;border:1px solid rgb(var(--text-color));background:transparent;transition:all var(--bundle-transition-fast);flex-shrink:0}.bundle-gender-option__input:checked+.bundle-gender-option__label{color:rgba(var(--text-color),.8)}.bundle-gender-option__input:checked+.bundle-gender-option__label .bundle-gender-option__radio{background-color:rgb(var(--text-color));border-color:rgb(var(--text-color))}.bundle-gender-option__link{display:flex;align-items:center;gap:12px;padding:0 var(--bundle-spacing-large);cursor:pointer;color:rgb(var(--text-color));font-weight:var(--text-font-500-weight);text-transform:uppercase;letter-spacing:var(--bundle-letter-spacing-caps);transition:all var(--bundle-transition-fast);-webkit-user-select:none;user-select:none;text-decoration:none}.bundle-gender-option__link:hover{color:rgba(var(--text-color),.6)}.bundle-gender-option__link:hover .bundle-gender-option__radio{border-color:rgba(var(--text-color),.6)}.bundle-builder__header{display:flex;justify-content:space-between;align-items:baseline}.bundle-product-option__info{margin-bottom:var(--bundle-spacing-small)}.bundle-product-option__product-link{display:block;margin-bottom:var(--bundle-spacing-xsmall);font-weight:var(--text-font-600-weight);text-decoration:none;color:rgb(var(--text-color));transition:color var(--bundle-transition-fast)}.bundle-product-option__product-link:hover{color:rgba(var(--text-color),.6);text-decoration:underline}.bundle-builder__title{font-size:var(--bundle-font-size-base);font-weight:var(--text-font-weight);margin:0}.bundle-builder__total-price{font-size:var(--bundle-font-size-base);font-weight:var(--text-font-600-weight)}.bundle-builder__size-label{display:block;font-weight:var(--text-font-600-weight);margin-bottom:var(--bundle-spacing-xsmall);font-size:var(--bundle-font-size-medium)}.bundle-builder__size-options{display:flex;gap:0;flex-wrap:wrap}fieldset.block-swatch-list{border:none;padding:0}.bundle-builder__size-options .block-swatch{margin-right:var(--bundle-spacing-xxsmall);margin-bottom:var(--bundle-spacing-xxsmall)}.bundle-builder__select-item{width:100%;background:#efefef;padding:11px 18px 13px}.bundle-builder__select-item:hover{background:rgb(var(--text-color));color:rgb(var(--background))}.bundle-builder__progress{display:flex;gap:var(--bundle-spacing-xsmall);align-items:center}@media screen and (max-width:999px){.bundle-builder__progress{display:flex;flex-direction:column}}.bundle-builder__progress-text{font-size:var(--bundle-font-size-medium)}.bundle-builder__progress-pricing{display:flex;align-items:center;gap:var(--bundle-spacing-xsmall);font-size:var(--bundle-font-size-medium)}.bundle-builder__original-total{text-decoration:line-through;color:rgba(var(--text-color),.6)}.bundle-builder__discount-total{font-weight:var(--text-font-600-weight)}.bundle-builder__discount-percent{color:rgb(var(--success-color, 0, 124, 0));font-weight:var(--text-font-500-weight)}.bundle-builder__selected-products{display:flex;gap:var(--bundle-selected-products-gap);flex-wrap:wrap}.bundle-builder__selected-products:not(.bundle-builder__selected-products--visible){display:none}@media screen and (min-width:741px)and (max-width:999px){.bundle-builder__selected-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--bundle-selected-products-gap)}.bundle-builder__product-thumbnail{width:100%;height:auto;aspect-ratio:3/4;max-width:100%;overflow:hidden;box-sizing:border-box;min-width:0}}@media screen and (max-width:740px){.bundle-builder__selected-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--bundle-selected-products-gap-mobile);flex-wrap:unset;max-width:100%;overflow:hidden;padding:0;margin:0;box-sizing:border-box;width:100%}.bundle-builder__product-thumbnail{width:100%;height:auto;aspect-ratio:var(--bundle-card-aspect-ratio);max-width:100%;overflow:hidden;box-sizing:border-box;min-width:0}}@media screen and (max-width:390px){.bundle-builder__selected-products{grid-template-columns:repeat(2,minmax(0,1fr))}}.bundle-builder__product-thumbnail{aspect-ratio:var(--bundle-card-aspect-ratio);overflow:hidden;background:rgb(var(--secondary-background));position:relative;cursor:pointer}.bundle-builder__product-thumbnail img{width:100%;height:100%;object-fit:cover;transition:opacity var(--bundle-transition-medium)}@media screen and (min-width:1000px){.bundle-builder__product-thumbnail .bundle-product-thumbnail__image--secondary{position:absolute;top:0;left:0;opacity:0;transition:opacity var(--bundle-transition-medium)}.bundle-builder__product-thumbnail:has(.bundle-product-thumbnail__image--secondary):hover .bundle-product-thumbnail__image--secondary{opacity:1}.bundle-builder__product-thumbnail:has(.bundle-product-thumbnail__image--secondary):hover .bundle-product-thumbnail__image--primary{opacity:0}.bundle-product-thumbnail__overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.4) 50%,transparent 100%);color:#fff;padding:var(--bundle-spacing-small);transform:translateY(100%);transition:transform var(--bundle-transition-medium)}.bundle-builder__product-thumbnail:hover .bundle-product-thumbnail__overlay{transform:translateY(0)}}.bundle-product-thumbnail__title{font-size:var(--bundle-font-size-small);font-weight:var(--text-font-600-weight);margin-bottom:var(--bundle-spacing-xxsmall);line-height:1.2}.bundle-product-thumbnail__size{font-size:var(--bundle-font-size-xsmall);font-weight:var(--text-font-500-weight);margin-bottom:var(--bundle-spacing-xxsmall);line-height:1.2;opacity:.9}.bundle-product-thumbnail__price{display:flex;gap:var(--bundle-spacing-xsmall);font-size:var(--bundle-font-size-xsmall);opacity:.9}.bundle-product-thumbnail__compare-price{text-decoration:line-through;opacity:.7;font-weight:400;display:block}.bundle-product-thumbnail__current-price{color:#fff;font-weight:var(--text-font-600-weight)}.bundle-builder__product-remove{position:absolute;top:var(--bundle-spacing-xsmall);right:var(--bundle-spacing-xsmall);width:24px;height:24px;background:rgb(var(--text-color));color:rgb(var(--background));border:none;border-radius:50%;font-size:var(--bundle-font-size-small);font-weight:var(--text-font-600-weight);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;transition:all var(--bundle-transition-fast)}.bundle-builder__product-remove:hover{background:rgba(var(--text-color),.6);transform:scale(1.1)}.bundle-builder__summary-content{display:flex;flex-direction:column;gap:var(--bundle-spacing-medium);flex:1 1 auto;overflow-y:visible;min-height:0}.bundle-builder__size-selector{margin-bottom:var(--bundle-spacing-xsmall)}.bundle-builder__size-selector .block-swatch-list{justify-content:center;margin:calc(var(--bundle-spacing-xxsmall) * -1)}.bundle-builder__size-selector .block-swatch__item{min-width:44px;margin:var(--bundle-spacing-xxsmall);padding:var(--bundle-spacing-xsmall) var(--bundle-spacing-small);text-align:center}.bundle-builder__size-section .block-swatch__radio:checked+.block-swatch__item{background-color:rgb(var(--text-color));color:rgb(var(--background))}.bundle-builder__summary-details{border-top:1px solid rgb(var(--border-color));padding-top:var(--bundle-spacing-medium)}.bundle-builder__count{display:flex;align-items:center;justify-content:center;gap:var(--bundle-spacing-xxsmall);margin-bottom:var(--bundle-spacing-medium);font-size:var(--bundle-font-size-medium);color:rgb(var(--text-color))}.bundle-builder__count-current{font-weight:var(--text-font-600-weight);color:rgba(var(--text-color),.8)}.bundle-builder__count-separator{opacity:.6}.bundle-builder__count-total{font-weight:var(--text-font-500-weight)}.bundle-builder__count-label{opacity:.8}.bundle-builder__pricing{display:flex;flex-direction:column;gap:var(--bundle-spacing-xsmall)}.bundle-builder__price-line{display:flex;justify-content:space-between;align-items:center;font-size:var(--bundle-font-size-medium)}.bundle-builder__price-line--original{color:rgb(var(--text-color));opacity:.8}.bundle-builder__price-line--original .bundle-builder__price-value{text-decoration:line-through}.bundle-builder__price-line--discount{color:rgb(var(--success-color, 0, 128, 0));font-weight:var(--text-font-500-weight)}.bundle-builder__price-line--final{font-weight:var(--text-font-600-weight);font-size:var(--bundle-font-size-base);padding-top:var(--bundle-spacing-xsmall);border-top:1px solid rgb(var(--border-color))}.bundle-builder__price-value--final{color:rgba(var(--text-color),.8)}.bundle-builder__savings-message{text-align:center;font-size:var(--bundle-font-size-small);color:rgb(var(--success-color, 0, 128, 0));font-weight:var(--text-font-500-weight);padding:var(--bundle-spacing-xsmall);background:rgba(var(--success-color, 0, 128, 0),.1);border-radius:var(--bundle-border-radius)}.bundle-builder__actions{display:flex;flex-direction:column;gap:var(--bundle-spacing-xsmall);margin-top:auto;background:rgb(var(--background));padding:var(--bundle-spacing-medium) 0;flex-shrink:0}.bundle-builder__add-to-cart{width:100%;padding:var(--bundle-spacing-medium);font-weight:var(--text-font-600-weight);text-transform:uppercase;letter-spacing:var(--bundle-letter-spacing-caps)}.bundle-builder__add-to-cart:disabled{opacity:.5;cursor:not-allowed}.bundle-builder__error-message{padding:var(--bundle-spacing-xsmall) var(--bundle-spacing-small);background:rgb(var(--error-color, 220, 53, 69));color:#fff;border-radius:var(--bundle-border-radius);font-size:var(--bundle-font-size-medium);text-align:center}.bundle-builder__disclaimer{margin-top:var(--bundle-spacing-xsmall);text-align:center}.bundle-builder__mobile-summary{position:fixed;bottom:0;left:0;right:0;background:rgb(var(--background));border-top:1px solid rgb(var(--border-color));box-shadow:0 -4px 12px rgba(var(--text-color),.1);z-index:100;padding:var(--bundle-spacing-small) var(--bundle-spacing-medium)}.bundle-builder__mobile-summary-content{display:flex;align-items:center;justify-content:space-between;gap:var(--bundle-spacing-medium);max-width:1520px;margin:0 auto}.bundle-builder__mobile-count{font-size:var(--bundle-font-size-medium);font-weight:var(--text-font-600-weight);color:rgba(var(--text-color),.8);min-width:40px}.bundle-builder__mobile-total{font-size:var(--bundle-font-size-base);font-weight:var(--text-font-600-weight);color:rgba(var(--text-color),.8);flex:1;text-align:center}.bundle-builder__mobile-add-to-cart{padding:var(--bundle-spacing-small) var(--bundle-spacing-large);font-weight:var(--text-font-600-weight);text-transform:uppercase;letter-spacing:var(--bundle-letter-spacing-caps);min-width:120px}.bundle-builder__mobile-add-to-cart:disabled{opacity:.5;cursor:not-allowed}@media screen and (min-width:741px)and (max-width:999px){.bundle-builder{padding:var(--bundle-padding-top) var(--bundle-section-padding) var(--bundle-padding-bottom)}.bundle-builder__container{display:block}.bundle-builder__summary{position:static;max-height:none}.bundle-builder__group-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.bundle-builder__group-tabs::-webkit-scrollbar{display:none}}@media screen and (max-width:740px){.bundle-builder{padding:var(--bundle-padding-top) var(--bundle-section-padding) var(--bundle-padding-bottom)}.bundle-builder__container{display:block}.bundle-builder__summary{position:static;max-height:none}.bundle-builder__products-inner{grid-template-columns:repeat(var(--grid-columns-mobile, 3),1fr);gap:0}.bundle-builder__group-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.bundle-builder__group-tabs::-webkit-scrollbar{display:none}}@media screen and (max-width:740px){.bundle-builder{padding:var(--bundle-padding-top) var(--bundle-section-padding) var(--bundle-padding-bottom)}.bundle-builder__mobile-summary-content{padding:0}.bundle-builder__mobile-add-to-cart{padding:10px 16px;font-size:var(--bundle-font-size-medium);min-width:100px}}.bundle-builder--loading .bundle-builder__products{opacity:.6;pointer-events:none}.bundle-builder--loading .bundle-builder__add-to-cart,.bundle-builder--loading .bundle-builder__mobile-add-to-cart{position:relative;color:transparent!important}.bundle-builder--loading .bundle-builder__add-to-cart:after,.bundle-builder--loading .bundle-builder__mobile-add-to-cart:after{content:"";position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border:2px solid transparent;border-top:2px solid rgb(var(--background));border-radius:50%;animation:bundle-spin 1s linear infinite}@keyframes bundle-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.bundle-builder,.bundle-product-item,.bundle-builder__selection-card,.bundle-builder__group-tab{transition:none}@keyframes bundle-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}}button.bundle-product-item:focus-visible{outline:2px solid rgba(var(--text-color),.8);outline-offset:2px}.bundle-builder__skip-link{position:absolute;left:-9999px;z-index:999;padding:var(--bundle-spacing-xsmall) var(--bundle-spacing-small);background:rgb(var(--text-color));color:rgb(var(--background));text-decoration:none;border-radius:var(--button-border-radius);font-weight:var(--text-font-600-weight)}.bundle-builder__skip-link:focus{left:var(--bundle-spacing-small);top:var(--bundle-spacing-small);position:absolute}@media screen and (min-width:741px)and (max-width:999px){.bundle-builder--carousel .bundle-builder__products-inner{display:grid!important;overflow-x:visible;scroll-snap-type:none;-webkit-overflow-scrolling:auto}.bundle-builder--carousel .bundle-product-item{width:100%}.bundle-builder__carousel-nav{display:none!important}}@media screen and (max-width:740px){.bundle-builder--carousel .bundle-builder__products-inner{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:8px;scrollbar-width:none;-ms-overflow-style:none}.bundle-builder--carousel .bundle-builder__products-inner::-webkit-scrollbar{display:none}.bundle-builder--carousel .bundle-product-item{flex:0 0 auto;width:calc((100vw - calc(var(--bundle-section-padding) * 2)) / var(--carousel-cards-visible));scroll-snap-align:start;scroll-snap-stop:always}.bundle-builder__carousel-nav{display:flex;align-items:center;justify-content:space-between;gap:var(--bundle-spacing-medium);margin-top:var(--bundle-spacing-medium);padding:0 var(--bundle-spacing-medium)}.bundle-builder__carousel-nav .dots-nav{overflow-x:hidden;scroll-behavior:smooth;padding:0 var(--bundle-spacing-medium);display:flex;justify-content:center;position:relative}.bundle-builder__carousel-nav .dots-nav__item{transition:opacity .3s cubic-bezier(.4,0,.2,1);position:relative;flex-shrink:0}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/bundle-builder.css.map */
