.bundle-builder{--bb-color-surface: rgb(var(--background));--bb-color-surface-alt: rgb(var(--secondary-background, var(--background)));--bb-color-discount: rgb(var(--product-on-sale-accent, 200, 60, 60));--bb-color-separator: rgba(var(--text-color), .15);--bb-color-separator-light: rgba(var(--text-color), .08);--bb-sticky-offset: calc( var(--header-height, 0px) * var(--enable-sticky-header, 0) + var(--announcement-bar-height, 0px) * var(--enable-sticky-announcement-bar, 0) );font-family:var(--text-font-family);color:rgb(var(--text-color))}.bundle-builder button{font-family:inherit}.bundle-sidebar__cta,.bundle-bottom-sheet__cta,.bundle-product-card__toggle,.bundle-builder__load-more,.bundle-builder__filter-btn{display:flex;align-items:center;justify-content:center;height:var(--button-height);border:none;border-radius:var(--bb-btn-radius, 0);background:rgb(var(--text-color));color:rgb(var(--background));font-family:var(--text-font-family);font-size:calc(var(--base-font-size) - 3px);font-weight:var(--text-font-bold-weight);text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;transition:background .2s}.bundle-sidebar__cta:hover,.bundle-bottom-sheet__cta:hover,.bundle-product-card__toggle:hover,.bundle-builder__load-more:hover,.bundle-builder__filter-btn:hover{opacity:.85}.bundle-sidebar__cta:disabled,.bundle-bottom-sheet__cta:disabled,.bundle-product-card__toggle:disabled{opacity:.4;cursor:not-allowed}.bundle-step-nav__track,.bundle-sidebar__items,.bundle-sidebar__inner{scrollbar-width:none;-ms-overflow-style:none}.bundle-step-nav__track::-webkit-scrollbar,.bundle-sidebar__items::-webkit-scrollbar,.bundle-sidebar__inner::-webkit-scrollbar{display:none}.bundle-sidebar__price-row,.bundle-bottom-sheet__price-row{display:flex;justify-content:space-between;font-size:calc(var(--base-font-size) - 2px);color:rgb(var(--text-color))}.bundle-sidebar__price-row--discount,.bundle-bottom-sheet__price-row--discount{color:var(--bb-color-discount)}.bundle-sidebar__price-row--total,.bundle-bottom-sheet__price-row--total{font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);font-size:calc(var(--base-font-size) + 3px);text-transform:uppercase;border-top:1px solid var(--bb-color-separator);margin-top:var(--spacing-1)}.bundle-sidebar__item,.bundle-bottom-sheet__item{display:flex;align-items:center;border-bottom:1px solid var(--bb-color-separator)}.bundle-sidebar__item-info,.bundle-bottom-sheet__item-info{flex:1;min-width:0}.bundle-sidebar__item-remove,.bundle-bottom-sheet__item-remove{flex-shrink:0;background:none;border:none;cursor:pointer;font-size:calc(var(--base-font-size) - 3px);color:rgb(var(--text-color));opacity:.6;padding:0;text-decoration:underline}.bundle-sidebar__item-remove:hover,.bundle-bottom-sheet__item-remove:hover{opacity:1}.shopify-section--bundle-builder{overflow:clip}.bundle-builder{padding-top:var(--spacing-6);padding-bottom:120px}.bundle-builder__layout{isolation:isolate;display:grid;grid-template-columns:1fr;gap:var(--spacing-6)}@media screen and (min-width:990px){.bundle-builder{padding-bottom:var(--spacing-12)}.bundle-builder__layout{grid-template-columns:1fr 340px;gap:var(--spacing-8)}}.bundle-step-nav{position:sticky;top:var(--bb-sticky-offset);z-index:3;background:transparent;padding:var(--spacing-5) 0;margin-bottom:var(--spacing-4)}.bundle-step-nav:before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:50%;width:100vw;border-bottom:1px solid rgb(var(--border-color));transform:translate(-50%);background:var(--bb-color-surface)}.bundle-step-nav__track{display:flex;justify-content:center;gap:calc(var(--spacing-10) * 2);overflow-x:auto;-webkit-overflow-scrolling:touch;padding:var(--spacing-1-5) var(--spacing-4)}.bundle-step-nav__button{display:flex;flex-direction:row;align-items:center;gap:var(--spacing-3);flex-shrink:0;padding:0;border:none;background:transparent;color:rgb(var(--text-color));cursor:pointer;transition:opacity .2s;white-space:nowrap;opacity:.45}.bundle-step-nav__button.is-active{opacity:1}.bundle-step-nav__button:hover{opacity:.8}.bundle-step-nav__circle{position:relative;width:50px;height:50px;border-radius:50%;border:2px solid transparent;display:flex;align-items:center;justify-content:center;transition:border-color .2s;background:var(--bb-color-surface-alt);color:rgb(var(--text-color));flex-shrink:0}.bundle-step-nav__button.is-active .bundle-step-nav__circle{border-color:rgb(var(--text-color))}.bundle-step-nav__button.is-complete:not(.is-active) .bundle-step-nav__circle{border-color:transparent}.bundle-step-nav__image{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.bundle-step-nav__number{font-family:var(--heading-font-family);font-weight:var(--text-font-bold-weight);font-size:var(--heading-h5-font-size);line-height:1}.bundle-step-nav__badge{position:absolute;top:-4px;right:-4px;width:20px;height:20px;border-radius:50%;background:rgb(var(--text-color));color:rgb(var(--background));font-size:10px;font-weight:var(--heading-font-weight);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.bundle-step-nav__badge.has-count{opacity:1}.bundle-step-nav__text{display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing-0-5)}.bundle-step-nav__label{font-family:var(--heading-font-family);font-size:var(--heading-h5-font-size);font-weight:var(--text-font-bold-weight);text-transform:var(--heading-text-transform);letter-spacing:0;color:rgb(var(--text-color));line-height:1.6}.bundle-step-nav__count{font-size:calc(var(--base-font-size) - 2px);font-weight:var(--text-font-weight);color:rgb(var(--text-color));line-height:20px}.bundle-builder__step-heading{font-family:var(--heading-font-family);font-weight:var(--text-font-bold-weight);font-size:var(--bb-heading-size, var(--heading-h2-font-size));text-transform:var(--heading-text-transform);text-align:center;color:rgb(var(--text-color));margin:0 0 var(--spacing-4);letter-spacing:.02em}.bundle-builder__step-prev,.bundle-builder__step-next{display:inline-flex;align-items:center;gap:var(--spacing-1-5);background:none;border:none;color:rgb(var(--text-color));font-size:calc(var(--base-font-size) - 2px);font-weight:var(--text-font-bold-weight);text-transform:uppercase;letter-spacing:.06em;cursor:pointer;transition:opacity .2s;padding:var(--spacing-2) 0}.bundle-builder__step-prev:hover,.bundle-builder__step-next:hover{opacity:.7}.bundle-builder__step-prev:disabled,.bundle-builder__step-next:disabled{color:rgb(var(--border-color));cursor:default}.bundle-builder__step-prev:disabled:hover,.bundle-builder__step-next:disabled:hover{opacity:1}.bundle-builder__load-more{grid-column:1 / -1;width:100%;max-width:320px;margin:var(--spacing-5) auto 0;letter-spacing:.08em;text-align:center}.bundle-builder__toolbar{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-3);margin-bottom:var(--spacing-4)}.bundle-builder__toolbar-left{display:flex;align-items:center;gap:var(--spacing-3)}.bundle-builder__toolbar-right{display:flex;align-items:center;gap:var(--spacing-4)}@media screen and (max-width:989px){.bundle-builder__toolbar{flex-direction:column;gap:var(--spacing-6)}.bundle-builder__toolbar-right{order:-1;width:100%;justify-content:space-between}.bundle-builder__toolbar-left{width:100%}.bundle-builder__step-prev,.bundle-builder__step-next{padding:0 0 var(--spacing-1);border-bottom:1px solid rgb(var(--text-color))}.bundle-builder__step-prev:disabled,.bundle-builder__step-next:disabled{border-bottom-color:rgb(var(--border-color))}.bundle-builder__filter-btn{width:100%;justify-content:center}}.bundle-builder__filter-btn{gap:var(--spacing-1-5);padding:0 var(--spacing-5);letter-spacing:.06em}.bundle-builder__grid{display:grid;grid-template-columns:repeat(var(--bundle-mobile-columns, 2),1fr);gap:var(--spacing-4)}@media screen and (min-width:990px){.bundle-builder__grid{grid-template-columns:repeat(var(--bundle-desktop-columns, 3),1fr);gap:var(--spacing-5)}}.bundle-builder__empty-step{grid-column:1 / -1;text-align:center;padding:var(--spacing-10) var(--spacing-5);color:rgb(var(--text-color));opacity:.6}.bundle-product-card{position:relative;border:1px solid rgb(var(--border-color));border-radius:var(--bb-card-radius, 0);padding:var(--spacing-3);display:flex;flex-direction:column;gap:var(--spacing-6);transition:border-color .2s}.bundle-product-card.is-selected{border:2px solid rgb(var(--text-color));padding:11px}.bundle-product-card__image-wrapper{position:relative;overflow:hidden;border-radius:max(calc(var(--bb-card-radius, 0) - 4px),0px);aspect-ratio:1 / 1;background:rgb(var(--border-color),.2)}.bundle-product-card__image-link{display:block;width:100%;height:100%}.bundle-product-card__image{width:100%;height:100%;object-fit:cover;transition:opacity .3s}.bundle-product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}@media(hover:hover){.bundle-product-card:hover .bundle-product-card__image--secondary{opacity:1}.bundle-product-card:hover .bundle-product-card__image--primary{opacity:0}}.bundle-product-card__badge{position:absolute;top:var(--spacing-2);left:var(--spacing-2);z-index:2}.bundle-product-card__info-btn{position:absolute;top:var(--spacing-2);right:var(--spacing-2);z-index:3;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:none;background:rgb(var(--background),.85);color:rgb(var(--text-color));cursor:pointer;opacity:0;transition:opacity .2s}.bundle-product-card:hover .bundle-product-card__info-btn,.bundle-product-card__info-btn:focus-visible{opacity:1}.bundle-product-card__toggle{flex:1;min-width:0;gap:var(--spacing-1-5);transition:background .2s,color .2s}.bundle-product-card__toggle-add,.bundle-product-card__toggle-remove{display:flex;align-items:center;justify-content:center;gap:var(--spacing-1-5)}.bundle-product-card.is-selected .bundle-product-card__toggle{background:rgb(var(--border-color));color:rgb(var(--text-color))}.bundle-product-card__actions{display:flex;align-items:stretch;gap:var(--spacing-1-5);margin-top:auto}.bundle-product-card__qty{display:flex;align-items:stretch;border:1px solid rgb(var(--border-color));border-radius:var(--bb-btn-radius, 0);overflow:hidden;flex-shrink:0}.bundle-product-card__qty-btn{width:30px;display:flex;align-items:center;justify-content:center;background:rgb(var(--background));border:none;color:rgb(var(--text-color));font-size:calc(var(--base-font-size) - 1px);cursor:pointer;transition:background .15s;padding:0}.bundle-product-card__qty-btn:hover:not(:disabled){background:rgba(var(--border-color),.3)}.bundle-product-card__qty-btn:disabled{opacity:.3;cursor:not-allowed}.bundle-product-card__qty-input{width:30px;text-align:center;border:none;border-left:1px solid rgb(var(--border-color));border-right:1px solid rgb(var(--border-color));background:rgb(var(--background));color:rgb(var(--text-color));font-family:var(--text-font-family);font-size:calc(var(--base-font-size) - 2px);font-weight:var(--text-font-bold-weight);padding:0;-webkit-appearance:textfield;appearance:textfield}.bundle-product-card__qty-input::-webkit-inner-spin-button,.bundle-product-card__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.bundle-product-card.is-selected .bundle-product-card__qty{display:none}@media screen and (max-width:989px){.bundle-product-card__qty-btn{width:26px}.bundle-product-card__qty-input{width:26px;font-size:calc(var(--base-font-size) - 3px)}}.bundle-product-card--sold-out .bundle-product-card__image-wrapper{opacity:.5}.bundle-product-card__info{padding:0;text-align:center;display:flex;flex-direction:column;gap:var(--spacing-1-5)}.bundle-product-card__title{font-size:var(--base-font-size);font-weight:var(--text-font-weight);margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bundle-product-card__price{font-size:var(--base-font-size);margin-top:0;display:flex;gap:var(--spacing-1-5);align-items:center;justify-content:center}.bundle-product-card__price .price--compare{text-decoration:line-through;opacity:.5}.bundle-product-card__price .price--highlight{color:rgb(var(--product-on-sale-accent, 200, 60, 60))}.bundle-product-card__swatches{display:flex;flex-wrap:wrap;gap:var(--spacing-1-5);margin-top:0;justify-content:center}.bundle-product-card__swatch{width:18px;height:18px;border-radius:var(--color-swatch-border-radius);border:1px solid rgb(var(--border-color));cursor:pointer;padding:0;background-size:cover;transition:box-shadow .15s}.bundle-product-card__swatch.is-active{box-shadow:0 0 0 2px rgb(var(--text-color))}.bundle-product-card__swatch--unavailable{position:relative;opacity:.5}.bundle-product-card__swatch--unavailable:before{content:"";position:absolute;z-index:1;width:100%;height:100%;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(to bottom right,transparent calc(50% - 1px),rgb(var(--background)) calc(50% - 1px),rgb(var(--background)) calc(50% + 1px),transparent calc(50% + 1px)) no-repeat}.bundle-product-card__size-select{margin-top:var(--spacing-1-5)}@media screen and (max-width:990px){.bundle-product-card .combo-box{z-index:10}.select--bundle-builder{padding-inline:6px}.select--bundle-builder .select__selected-value{display:block;font-size:12px;max-width:135px}.select--bundle-builder .icon{margin-inline-start:5px}}.bundle-product-card__size-dropdown{width:100%;height:var(--button-height);padding:0 var(--spacing-2);font-size:calc(var(--base-font-size) - 3px);border:1px solid rgb(var(--border-color));border-radius:var(--bb-btn-radius, 0);background:rgb(var(--background));color:rgb(var(--text-color));cursor:pointer}.bundle-sidebar{display:none}@media screen and (min-width:990px){.bundle-sidebar{display:block;height:100%}.bundle-sidebar__inner{position:sticky;top:calc(var(--bb-sticky-offset) + var(--bb-nav-height, 0px) + var(--spacing-5));max-height:calc(100vh - var(--bb-sticky-offset) - var(--bb-nav-height, 0px) - var(--spacing-10));overflow-y:auto;padding:var(--spacing-6);border:none;border-radius:var(--bb-sidebar-radius, 8px);background:var( --bb-sidebar-bg, rgb(var(--secondary-background, var(--background))) )}}.bundle-sidebar__heading{font-family:var(--heading-font-family);font-size:var(--heading-h4-font-size);font-weight:var(--heading-font-weight);text-transform:var(--heading-text-transform);letter-spacing:.02em;margin:0 0 var(--spacing-4)}.bundle-sidebar__capacity{display:flex;flex-direction:column;gap:var(--spacing-1-5);background:rgb(var(--background));padding:var(--spacing-3);margin-bottom:var(--spacing-4)}.bundle-sidebar__capacity-row{display:flex;justify-content:space-between;align-items:center}.bundle-sidebar__capacity-label,.bundle-sidebar__capacity-count{font-size:calc(var(--base-font-size) - 2px);font-weight:var(--text-font-weight)}.bundle-sidebar__progress-track{width:100%;height:6px;background:rgb(var(--border-color));border-radius:100px}.bundle-sidebar__progress-fill{height:100%;background:rgb(var(--text-color));border-radius:100px;transition:width .3s ease}.bundle-sidebar__discount-msg{padding:var(--spacing-2) var(--spacing-3);background:var(--bb-color-separator-light);border-radius:var(--block-border-radius-reduced);font-size:calc(var(--base-font-size) - 2px);font-weight:var(--text-font-bold-weight);margin-bottom:var(--spacing-4)}.bundle-sidebar__items-wrapper{position:relative;margin-bottom:var(--spacing-4)}.bundle-sidebar__items-wrapper:before,.bundle-sidebar__items-wrapper:after{content:"";position:absolute;z-index:1;right:0;left:0;height:var(--spacing-6);pointer-events:none;opacity:0;transition:opacity .2s}.bundle-sidebar__items-wrapper:before{top:0;background:linear-gradient(to bottom,var(--bb-sidebar-bg, rgb(var(--secondary-background, var(--background)))),transparent)}.bundle-sidebar__items-wrapper:after{bottom:0;background:linear-gradient(to top,var(--bb-sidebar-bg, rgb(var(--secondary-background, var(--background)))),transparent)}.bundle-sidebar__items-wrapper.can-scroll-up:before,.bundle-sidebar__items-wrapper.can-scroll-down:after{opacity:1}.bundle-sidebar__items{max-height:300px;overflow-y:auto}.bundle-sidebar__empty-msg{font-size:calc(var(--base-font-size) - 2px);opacity:.5;text-align:center;padding:var(--spacing-5) 0;margin:0}.bundle-sidebar__item{gap:var(--spacing-2-5);justify-content:space-between;padding:var(--spacing-2) 0}.bundle-sidebar__item:last-child{border-bottom:none}.bundle-sidebar__item-title{display:block;font-size:calc(var(--base-font-size) - 2px);font-weight:var(--text-font-bold-weight);line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bundle-sidebar__item-variant{display:block;font-size:calc(var(--base-font-size) - 3px);font-weight:var(--text-font-weight);opacity:.6}.bundle-sidebar__item-remove{display:inline-flex;align-items:center;gap:var(--spacing-1);transition:opacity .2s}.bundle-sidebar__pricing{border-top:1px solid var(--bb-color-separator);padding-top:var(--spacing-3);margin-bottom:var(--spacing-4)}.bundle-sidebar__price-row{padding:var(--spacing-1) 0}.bundle-sidebar__price-row--total{padding-top:var(--spacing-2)}.bundle-sidebar__cta{width:100%;margin-bottom:var(--spacing-2);padding:0;line-height:1}.bundle-sidebar__savings{font-size:calc(var(--base-font-size) - 2px);font-weight:var(--text-font-bold-weight);text-transform:uppercase;letter-spacing:.06em;text-align:center;margin:var(--spacing-2) 0 0}.bundle-bottom-sheet__savings{font-size:calc(var(--base-font-size) - 2px);font-weight:var(--text-font-bold-weight);text-transform:uppercase;letter-spacing:.06em;text-align:center;margin:var(--spacing-2) 0 0;padding:0 var(--spacing-4)}.bundle-bottom-sheet{position:fixed;z-index:9;right:0;bottom:0;left:0;display:none;padding-bottom:env(safe-area-inset-bottom,0);border-radius:var(--block-border-radius) var(--block-border-radius) 0 0;background:var( --bb-sidebar-bg, rgb(var(--secondary-background, var(--background))) );box-shadow:0 -4px 20px rgba(var(--text-color),.1);transform:translateY(100%);transition:transform .3s ease}.bundle-bottom-sheet.is-visible{transform:translateY(0)}@media screen and (min-width:990px){.bundle-bottom-sheet{display:none!important}}@media screen and (max-width:989px){.bundle-bottom-sheet{display:block}}.bundle-bottom-sheet__bar{display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-6) var(--spacing-6) 0}.bundle-bottom-sheet__summary{flex:1}.bundle-bottom-sheet__label,.bundle-bottom-sheet__count{font-size:var(--base-font-size);font-weight:var(--text-font-bold-weight)}.bundle-bottom-sheet__expand{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;background:none;cursor:pointer;transition:transform .3s;flex-shrink:0;color:rgb(var(--text-color))}.bundle-bottom-sheet.is-expanded .bundle-bottom-sheet__expand{transform:rotate(180deg)}.bundle-bottom-sheet__subtotal-row{display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-3) var(--spacing-6) 0}.bundle-bottom-sheet__subtotal-label,.bundle-bottom-sheet__subtotal-value{font-family:var(--heading-font-family);font-size:calc(var(--base-font-size) + 3px);font-weight:var(--heading-font-weight);text-transform:uppercase;line-height:1.6}.bundle-bottom-sheet__content{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 var(--spacing-6)}.bundle-bottom-sheet.is-expanded .bundle-bottom-sheet__content{max-height:50vh;overflow-y:auto;padding:var(--spacing-3) var(--spacing-6) 0}.bundle-bottom-sheet__item{gap:var(--spacing-2);padding:var(--spacing-1-5) 0;font-size:calc(var(--base-font-size) - 2px)}.bundle-bottom-sheet__item-info span:first-child{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:calc(var(--base-font-size) - 2px);font-weight:var(--text-font-bold-weight)}.bundle-bottom-sheet__item-variant{display:block;font-size:calc(var(--base-font-size) - 4px);opacity:.6}.bundle-bottom-sheet__pricing{padding:var(--spacing-2) 0 0}.bundle-bottom-sheet__price-row{padding:3px 0}.bundle-bottom-sheet__price-row--total{padding-top:var(--spacing-1-5)}.bundle-bottom-sheet__cta-wrap{padding:var(--spacing-3) var(--spacing-6) var(--spacing-6)}.bundle-bottom-sheet__cta{width:100%;border:1px solid rgb(var(--text-color))}.bundle-filter-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;pointer-events:none;visibility:hidden}.bundle-filter-drawer.is-open{pointer-events:auto;visibility:visible}.bundle-filter-drawer__overlay{position:fixed;top:0;height:100vh;width:100vw;background:rgb(var(--text-color));opacity:0;visibility:hidden;transition:visibility .6s ease-in-out,opacity .6s ease-in-out}.bundle-filter-drawer.is-open .bundle-filter-drawer__overlay{visibility:visible;opacity:.3}.bundle-filter-drawer__panel{position:fixed;top:0;left:0;width:89vw;max-width:400px;height:100%;max-height:100vh;background:rgb(var(--background));color:rgb(var(--text-color));display:flex;flex-direction:column;transform:translate(-100%);transition:transform .6s cubic-bezier(.75,0,.175,1)}.bundle-filter-drawer.is-open .bundle-filter-drawer__panel{transform:translate(0)}.bundle-filter-drawer__header{position:relative;display:flex;flex-shrink:0;align-items:center;padding:20px var(--container-gutter);border-bottom:1px solid rgb(var(--border-color));background:rgb(var(--background))}.bundle-filter-drawer__title{margin:0;display:flex;align-items:center;gap:8px}.bundle-filter-drawer__close{position:absolute;top:50%;right:var(--container-gutter);transform:translateY(-50%);background:none;border:none;cursor:pointer;color:rgb(var(--text-color))}.bundle-filter-drawer__content{flex:1;overflow:hidden auto;padding:0 var(--container-gutter) var(--spacing-6)}.bundle-filter-drawer__section-content .block-swatch__item,.bundle-filter-drawer__section-content .block-swatch__item:after{border-radius:0}.bundle-filter-drawer__section{border-bottom:1px solid rgb(var(--border-color))}.bundle-filter-drawer__toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:18px 0;background:none;border:none;cursor:pointer;color:rgb(var(--text-color));font-family:var(--text-font-family);font-size:var(--base-font-size);font-weight:var(--text-font-bold-weight)}.bundle-filter-drawer__toggle svg{transition:transform .2s ease-in-out}.bundle-filter-drawer__toggle[aria-expanded=true] svg{transform:rotate(180deg)}@media screen and (min-width:741px){.bundle-filter-drawer__toggle{padding:21px 0}}.bundle-filter-drawer__section-content{padding:0 0 var(--spacing-6);display:flex;flex-direction:column;gap:var(--spacing-1)}.bundle-filter-drawer__section-content[aria-hidden=true]{display:none}.bundle-filter-drawer__toggle .bubble-count{margin-left:var(--spacing-2);vertical-align:middle}.bundle-builder__filter-btn .bubble-count{background:rgb(var(--background));color:rgb(var(--text-color))}.bundle-filter-drawer__header-clear{margin-right:40px;background:none;border:none;cursor:pointer;font-family:var(--text-font-family);font-size:var(--base-font-size);white-space:nowrap}.bundle-filter-drawer__section-content .color-swatch-list,.bundle-filter-drawer__section-content .block-swatch-list{padding:var(--spacing-2) 0}.bundle-filter-drawer__section-content .block-swatch__radio:checked+.block-swatch__item{background:rgb(var(--background))}.bundle-builder__no-results{grid-column:1 / -1;text-align:center;padding:var(--spacing-8) var(--spacing-4);color:rgb(var(--text-color),.6);font-size:var(--base-font-size)}.bundle-filter-drawer__footer{position:relative;z-index:1;margin-top:auto;padding:20px var(--container-gutter)}@supports (padding: max(0px)){.bundle-filter-drawer__footer{padding-bottom:max(20px,calc(env(safe-area-inset-bottom,0px) + 20px))}}.bundle-filter-drawer__footer:before{content:"";position:absolute;left:0;bottom:100%;width:100%;height:24px;background:linear-gradient(rgba(var(--background),0),rgb(var(--background)));pointer-events:none}.bundle-quick-view{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:flex;align-items:center;justify-content:center;pointer-events:none;visibility:hidden;padding:var(--spacing-6)}.bundle-quick-view.is-open{pointer-events:auto;visibility:visible}.bundle-quick-view__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgb(var(--text-color));opacity:0;transition:opacity .3s}.bundle-quick-view.is-open .bundle-quick-view__overlay{opacity:.4}.bundle-quick-view__modal{position:relative;z-index:1;width:100%;max-width:900px;max-height:90vh;background:rgb(var(--background));overflow-y:auto;transform:translateY(20px);opacity:0;transition:transform .3s,opacity .3s}.bundle-quick-view.is-open .bundle-quick-view__modal{transform:translateY(0);opacity:1}.bundle-quick-view__close{position:absolute;top:var(--spacing-4);right:var(--spacing-4);z-index:2;background:none;border:none;cursor:pointer;color:rgb(var(--text-color))}.bundle-quick-view__body{display:grid;grid-template-columns:1fr;gap:var(--spacing-6);padding:var(--spacing-8)}@media screen and (min-width:741px){.bundle-quick-view__body{grid-template-columns:1fr 1fr}}.bundle-quick-view__media{display:flex;flex-direction:column;gap:var(--spacing-3);min-width:0}.bundle-quick-view__image{width:100%;aspect-ratio:1 / 1;object-fit:cover;background:rgb(var(--border-color),.2)}.bundle-quick-view__thumbs{display:flex;gap:var(--spacing-2);overflow-x:auto}.bundle-quick-view__thumb{flex-shrink:0;width:60px;height:60px;border:1px solid rgb(var(--border-color));padding:2px;background:rgb(var(--background));cursor:pointer;opacity:.6;transition:opacity .2s,border-color .2s}.bundle-quick-view__thumb.is-active{opacity:1;border-color:rgb(var(--text-color))}.bundle-quick-view__thumb img{width:100%;height:100%;object-fit:cover}.bundle-quick-view__info{display:flex;flex-direction:column;gap:var(--spacing-4)}.bundle-quick-view__title{font-family:var(--heading-font-family);font-size:var(--heading-h4-font-size);font-weight:var(--heading-font-weight);text-transform:var(--heading-text-transform);margin:0}.bundle-quick-view__price{display:flex;gap:var(--spacing-2);align-items:center;font-size:calc(var(--base-font-size) + 1px)}.bundle-quick-view__price .price--compare{text-decoration:line-through;opacity:.5}.bundle-quick-view__price .price--highlight{color:rgb(var(--product-on-sale-accent, 200, 60, 60))}.bundle-quick-view__swatches{display:flex;flex-wrap:wrap;gap:var(--spacing-2)}.bundle-quick-view__description{font-size:calc(var(--base-font-size) - 1px);line-height:1.7;color:rgb(var(--text-color));opacity:.8}.bundle-quick-view__description ul{padding-left:var(--spacing-4);margin:0}.bundle-quick-view__description li{margin-bottom:var(--spacing-1)}.bundle-quick-view__cta{display:flex;align-items:center;justify-content:center;height:var(--button-height);border:none;border-radius:var(--bb-btn-radius, 0);background:rgb(var(--text-color));color:rgb(var(--background));font-family:var(--text-font-family);font-size:calc(var(--base-font-size) - 3px);font-weight:var(--text-font-bold-weight);text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;transition:opacity .2s;margin-top:auto}.bundle-quick-view__cta:hover{opacity:.85}.bundle-quick-view__cta:disabled{opacity:.4;cursor:not-allowed}@media screen and (max-width:740px){.bundle-quick-view{padding:0}.bundle-quick-view__modal{max-width:100%;max-height:100%;height:100%;border-radius:0;-webkit-overflow-scrolling:touch}.bundle-quick-view__body{grid-template-columns:1fr;gap:var(--spacing-4);padding:var(--spacing-6) var(--spacing-4)}.bundle-quick-view__close{top:var(--spacing-6);right:var(--spacing-4)}.bundle-quick-view__media{overflow:hidden}.bundle-quick-view__image{aspect-ratio:auto;max-height:min(420px,45vh);object-fit:contain}.bundle-quick-view__thumbs{gap:var(--spacing-3)}.bundle-quick-view__thumb{width:auto;height:auto;flex:1 0 0;max-width:60px;aspect-ratio:1 / 1}.bundle-quick-view__title{font-size:var(--heading-h4-font-size)}.bundle-quick-view__price{font-size:var(--base-font-size)}.bundle-quick-view__swatches{gap:var(--spacing-2-5)}.bundle-quick-view__cta{height:48px;font-size:calc(var(--base-font-size) - 2px);letter-spacing:2px}}.bundle-builder__step-placeholder{grid-column:1 / -1;display:flex;align-items:center;justify-content:center;min-height:300px}.bundle-builder__step-spinner{width:32px;height:32px;border:2px solid rgba(var(--text-color),.15);border-top-color:rgb(var(--text-color));border-radius:50%;animation:bundle-spin .6s linear infinite}.bundle-builder__grid.is-loading-step{pointer-events:none;opacity:.5}.bundle-builder.is-loading{pointer-events:none;opacity:.7}.bundle-builder.is-loading .bundle-sidebar__cta,.bundle-builder.is-loading .bundle-bottom-sheet__cta{position:relative;color:transparent}.bundle-builder.is-loading .bundle-sidebar__cta:after,.bundle-builder.is-loading .bundle-bottom-sheet__cta:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:20px;height:20px;border:2px solid transparent;border-top-color:currentcolor;border-radius:50%;animation:bundle-spin .6s linear infinite;color:rgb(var(--background))}@keyframes bundle-spin{to{transform:rotate(360deg)}}@media screen and (max-width:989px){.bundle-step-nav{padding:var(--spacing-3-5) var(--container-gutter, 15px);margin-left:calc(-1 * var(--container-gutter, 15px));margin-right:calc(-1 * var(--container-gutter, 15px))}.bundle-step-nav__track{gap:37px;justify-content:flex-start}.bundle-step-nav__button{flex-direction:column;gap:var(--spacing-3);width:120px}.bundle-step-nav__circle{width:40px;height:40px}.bundle-step-nav__number{font-size:var(--base-font-size)}.bundle-step-nav__badge{top:-2px;right:-6px;width:17px;height:17px;font-size:7px}.bundle-step-nav__text{align-items:center}.bundle-step-nav__label{font-size:calc(var(--base-font-size) + 3px);text-align:center}.bundle-step-nav__count{font-size:calc(var(--base-font-size) - 3px)}.bundle-builder__grid{gap:var(--spacing-2)}.bundle-product-card{padding:var(--spacing-2)}.bundle-product-card.is-selected{padding:7px}.bundle-product-card__info-btn{opacity:1}.bundle-product-card__toggle{height:var(--button-small-height);font-size:calc(var(--base-font-size) - 4px)}.bundle-product-card__title,.bundle-product-card__price{font-size:calc(var(--base-font-size) - 3px)}.bundle-product-card__size-dropdown{height:var(--button-small-height)}.bundle-builder__step-prev,.bundle-builder__step-next{font-size:calc(var(--base-font-size) - 3px)}}.bundle-builder .visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.bundle-builder__skip-link{position:absolute;z-index:100;top:auto;left:-9999px;overflow:hidden;width:1px;height:1px}.bundle-builder__skip-link:focus{position:static;width:auto;height:auto;overflow:visible;padding:8px 16px;background:rgb(var(--text-color));color:rgb(var(--background));text-decoration:none;font-size:var(--base-font-size)}.bundle-product-card__swatches{border:0;padding:0;margin:0}input[name^=swatch-]:checked+.bundle-product-card__swatch{box-shadow:0 0 0 2px rgb(var(--text-color))}.bundle-sidebar__list{list-style:none;margin:0;padding:0}.bundle-product-card__form{display:contents}
/*# sourceMappingURL=/cdn/shop/t/279/assets/bundle-builder.css.map */
