.bundle-sales{--bundle-sales-s: 1px;--bundle-sales-bg: #FFF;--bundle-sales-card: #fff;--bundle-sales-text: #000004;--bundle-sales-muted: rgba(0, 0, 4, .62);--bundle-sales-border: rgba(0, 0, 4, .12);--bundle-sales-accent: #ff5b00;--bundle-sales-blue: #41a0ff;--bundle-sales-scrollbar-track: #fafafa;--bundle-sales-scrollbar-border: rgba(0, 0, 0, .1);--bundle-sales-scrollbar-thumb: #c7c7c7;background:var(--bundle-sales-bg);color:var(--bundle-sales-text);container-type:inline-size;box-sizing:border-box;padding-inline:calc(var(--bundle-sales-padding-horizontal-mobile, 20) * var(--bundle-sales-s))}.bundle-sales--adaptive{--bundle-sales-s: calc(100vw / 375)}.bundle-sales--dark{--bundle-sales-bg: #000004;--bundle-sales-card: #171717;--bundle-sales-text: #fff;--bundle-sales-muted: rgba(255, 255, 255, .62);--bundle-sales-border: rgba(255, 255, 255, .18);--bundle-sales-accent: #ff5b00;--bundle-sales-scrollbar-track: #242424;--bundle-sales-scrollbar-border: rgba(255, 255, 255, .14);--bundle-sales-scrollbar-thumb: #666}.bundle-sales__inner{width:min(calc(var(--bundle-sales-content-width-mobile, 335) * var(--bundle-sales-s)),100%);max-width:100%;margin:0 auto;padding-top:60px;padding-bottom:60px;box-sizing:border-box}.bundle-sales__layout{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--bundle-sales-desktop-gap)}.bundle-sales__heading,.bundle-sales__series-title{margin:0 0 20px;letter-spacing:0}.bundle-sales__heading{color:var(--bundle-sales-heading-color-desktop);font-size:var(--bundle-sales-heading-size-desktop);font-weight:var(--bundle-sales-heading-weight-desktop);line-height:normal}.bundle-sales__header{margin-bottom:30px}.bundle-sales__header .bundle-sales__heading{margin-bottom:0}.bundle-sales__heading--mobile,.bundle-sales__subheading--mobile,.bundle-sales__header-content--mobile{display:none}.bundle-sales__subheading{margin-top:0;color:var(--bundle-sales-subheading-color-desktop);font-size:var(--bundle-sales-subheading-size-desktop);font-weight:var(--bundle-sales-subheading-weight-desktop);line-height:1.3}.bundle-sales__heading--desktop+.bundle-sales__subheading--desktop{margin-top:12px}.bundle-sales__heading--left{text-align:left}.bundle-sales__heading--center{text-align:center}.bundle-sales__heading--right{text-align:right}.bundle-sales__subheading--left{text-align:left}.bundle-sales__subheading--center{text-align:center}.bundle-sales__subheading--right{text-align:right}.bundle-sales__series-title{color:var(--bundle-sales-series-title-color-desktop);font-size:var(--bundle-sales-series-title-size-desktop);font-weight:var(--bundle-sales-series-title-weight-desktop)}.bundle-sales__series-title-text--mobile{display:none}.bundle-sales__series+.bundle-sales__series{margin-top:var(--bundle-sales-desktop-gap)}.bundle-sales__viewport{position:relative;min-width:0}.bundle-sales__track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;min-width:0}.bundle-sales__product{position:relative;min-width:0;overflow:hidden;display:flex;flex-direction:column;border-radius:16px;background:#f5f5f5}.bundle-sales--light .bundle-sales__product{background:#f5f5f5}.bundle-sales--dark .bundle-sales__product{background:var(--bundle-sales-card)}.bundle-sales__badge{position:absolute;z-index:1;top:16px;left:16px;display:grid;width:48px;height:48px;padding:2px;place-items:center;border-radius:50%;color:#fff;font-size:12px;font-weight:700;line-height:1.2;letter-spacing:.24px;text-align:center}.bundle-sales__badge--new{background:#41a0ff;text-transform:uppercase}.bundle-sales__badge--discount{left:68px;background:#e6fa6e;color:#191919}.bundle-sales__image-wrap{position:relative;display:grid;aspect-ratio:1 / 1;place-items:center;padding:12px;color:inherit;text-decoration:none}.bundle-sales__image-wrap img{display:block;width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .3s ease-in-out}.bundle-sales--dark .bundle-sales__image-wrap img{mix-blend-mode:normal}.bundle-sales__product:hover .bundle-sales__image-wrap img{transform:scale(1.07)}.bundle-sales__product-info{display:flex;flex:1;flex-direction:column;padding:12px 24px 24px}.bundle-sales__product-title{margin:0;overflow:hidden;color:#1a1a1a;font-size:18px;font-weight:500;letter-spacing:.2px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.bundle-sales--dark .bundle-sales__product-title,.bundle-sales--dark .bundle-sales__color-title{color:var(--bundle-sales-text)}.bundle-sales__price{display:flex;align-items:center;gap:7px;margin-top:8px;color:#000004cc;font-size:16px;font-weight:500;letter-spacing:.32px}.bundle-sales__price s{color:#00000499;font-weight:400}.bundle-sales--dark .bundle-sales__product-title,.bundle-sales--dark .bundle-sales__price,.bundle-sales--dark .bundle-sales__price s{color:#fff}.bundle-sales__product-line{width:100%;height:1px;margin-top:12px;background:#0000001a}.bundle-sales__field-label{margin:0;color:#000004;font-size:14px;font-weight:500;line-height:1.4;letter-spacing:.28px}.bundle-sales__select{display:none}.bundle-sales__other-products{display:flex;flex-direction:column;gap:8px;margin-top:12px}.bundle-sales__dropdown{position:relative;width:100%}.bundle-sales__dropdown-selected{display:flex;align-items:center;justify-content:space-between;width:100%;height:44px;padding:16px 12px;border:.5px solid rgba(0,0,4,.2);border-radius:8px;background:#fff;color:#000004cc;cursor:pointer}.bundle-sales__dropdown-selected:hover{border-color:#00000466}.bundle-sales__dropdown-selected-text{min-width:0;overflow:hidden;font-size:14px;font-weight:400;line-height:1.4;letter-spacing:.28px;text-overflow:ellipsis;white-space:nowrap}.bundle-sales__dropdown-arrow{flex-shrink:0;transition:transform .2s ease}.bundle-sales__dropdown.is-open .bundle-sales__dropdown-arrow{transform:rotate(180deg)}.bundle-sales__dropdown-list{position:absolute;z-index:100;top:calc(100% + 4px);right:0;left:0;display:none;max-height:300px;overflow-y:auto;padding:8px;border-radius:8px;background:#fff}.bundle-sales__dropdown.is-open .bundle-sales__dropdown-list{display:block}.bundle-sales__dropdown-item{display:flex;align-items:center;width:100%;padding:10px;border:0;border-radius:8px;background:transparent;color:#00000499;text-align:left;cursor:pointer}.bundle-sales__dropdown-item.is-active{background:#f5f5f5}.bundle-sales__dropdown-item-text{display:-webkit-box;overflow:hidden;font-size:14px;font-weight:400;line-height:1.4;letter-spacing:.28px;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.bundle-sales__dropdown-item.is-active .bundle-sales__dropdown-item-text{color:#1a1a1a;font-weight:500}.bundle-sales--dark .bundle-sales__field-label{color:var(--bundle-sales-text)}.bundle-sales__swatches{display:flex;flex-direction:column;min-height:12px;margin:10px 0 28px}.bundle-sales__swatch-list{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px}.bundle-sales__color-title{flex-basis:100%;color:#000004;font-size:14px;font-weight:500;letter-spacing:.28px;line-height:1.4}.bundle-sales__swatch{width:24px;height:24px;border:1px solid rgba(0,0,0,.1);border-radius:50%;padding:0;background-color:transparent;background-clip:padding-box;cursor:pointer}.bundle-sales__swatch.is-selected,.bundle-sales__swatch.is-hovered{border:1px solid #000;outline:0;box-shadow:none}.bundle-sales--dark .bundle-sales__swatch.is-selected,.bundle-sales--dark .bundle-sales__swatch.is-hovered{border-color:#fff}.bundle-sales--dark .bundle-sales__swatch:not(.is-selected):not(.is-hovered){border-color:#ffffff1a}.bundle-sales__swatch-more{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;color:inherit;font-size:11px;text-decoration:none}.bundle-sales__add-button,.bundle-sales__cart-button{min-height:48px;border:0;border-radius:24px;background:var(--bundle-sales-accent);color:#fff;cursor:pointer;font:inherit;font-size:14px;font-weight:700}.bundle-sales__add-button{margin-top:auto;opacity:1}.bundle-sales__add-button:disabled{color:#fff;cursor:not-allowed}.bundle-sales__add-button.is-added,.bundle-sales__add-button.added,.bundle-sales__add-button[data-added=true]{background:var(--bundle-sales-accent);opacity:.3!important}.bundle-sales__add-button.is-added:disabled,.bundle-sales__add-button.added:disabled,.bundle-sales__add-button[data-added=true]:disabled{background:var(--bundle-sales-accent)}.bundle-sales__add-button.is-sold-out{background:var(--bundle-sales-accent);cursor:not-allowed;opacity:.3}.bundle-sales__arrow{position:absolute;z-index:2;top:-48px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;padding:0;border-radius:50%;background:#f5f5f5;color:inherit;cursor:pointer;opacity:1;transition:opacity .2s ease,border-color .2s ease}.bundle-sales__arrow svg{display:block;width:24px;height:24px}.bundle-sales--dark .bundle-sales__arrow{color:#000}.bundle-sales__arrow:disabled{cursor:default;opacity:.3}.bundle-sales__arrow--prev{right:48px}.bundle-sales__arrow--next{right:0}.bundle-sales__cart{min-width:0}.bundle-sales__cart-toggle,.bundle-sales__cart-button-total,.bundle-sales__cart-button-divider{display:none}.bundle-sales__cart-panel{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;min-height:594px;max-height:none;width:100%;height:fit-content;padding:24px 32px;overflow:hidden;border:1px solid rgba(0,0,4,.2);border-radius:16px;background:var(--bundle-sales-card)}.bundle-sales__cart-header,.bundle-sales__cart-footer{width:100%;padding:0}.bundle-sales__cart-header{border-bottom:0;margin-bottom:28px}.bundle-sales__cart-title,.bundle-sales__cart-header>span:first-child{font-size:28px;font-weight:500;letter-spacing:.28px}.bundle-sales__cart-subtitle{display:block;margin-top:8px;color:var(--bundle-sales-muted);font-size:16px;line-height:1.4;letter-spacing:.32px}.bundle-sales__progress{height:4px;margin-top:16px;border-radius:3px;background:#f5f5f5}.bundle-sales__progress span{display:block;height:100%;width:0;background:var(--bundle-sales-accent);border-radius:3px;transition:width .3s ease-in-out}.bundle-sales__items{display:flex;flex:1 1 auto;flex-direction:column;align-items:flex-start;gap:0;width:100%;min-height:0;overflow-y:auto;padding:0}.bundle-sales__empty{width:100%;padding:20px;color:var(--bundle-sales-muted);font-size:14px;text-align:center}.bundle-sales__item{display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px 0;border-bottom:0;font-size:14px}.bundle-sales__item img{width:72px;height:72px;object-fit:contain;border-radius:6px;background:#f5f5f5}.bundle-sales__item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#000;font-size:16px;font-weight:500;line-height:1.4;letter-spacing:.32px}.bundle-sales--dark .bundle-sales__item-title{color:#fff}.bundle-sales__item-actions{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:5px;margin-left:auto}.bundle-sales__quantity{display:flex;align-items:center;padding-left:16px;border-radius:4px;background:#f5f5f5;color:#000}.bundle-sales__quantity-value{padding:10px;font-size:14px;font-weight:400;line-height:1.4;letter-spacing:.28px}.bundle-sales__quantity-arrows{display:flex;width:28px;flex-direction:column;align-items:center;gap:2px}.bundle-sales__quantity-arrows button{display:flex;align-items:center;justify-content:center;width:28px;height:13px;padding:0;border:0;border-radius:0;background:transparent;color:inherit;cursor:pointer}.bundle-sales__quantity-arrows svg{display:block}.bundle-sales__remove{padding:0;border:0;background:transparent;color:#3a3a3a;font-size:12px;font-weight:400;line-height:1.4;letter-spacing:.24px;text-decoration:underline;cursor:pointer}.bundle-sales--dark .bundle-sales__remove{color:#fff}.bundle-sales__cart-footer{width:100%;margin-top:auto;padding-top:24px;border-top:1px solid rgba(0,0,0,.1)}.bundle-sales__cart-footer>div{display:flex;justify-content:space-between;margin-bottom:4px;color:#242526;font-size:18px;font-weight:500;line-height:1.3;letter-spacing:.18px}.bundle-sales__cart-footer>div span,.bundle-sales__cart-footer>div strong{min-width:0}.bundle-sales__cart-footer>div strong{flex-shrink:0;margin-left:16px;text-align:right}.bundle-sales__cart-footer>div:first-child{color:#ff5b00;font-size:16px;font-weight:400;line-height:1.4;letter-spacing:.32px}.bundle-sales--dark .bundle-sales__cart-footer>div:not(:first-child){color:var(--bundle-sales-text)}.bundle-sales__cart-footer strong{color:inherit;font-weight:inherit}.bundle-sales__cart-button{width:100%;margin-top:24px}.bundle-sales__error{color:#d33;font-size:12px}@media(min-width:750px){.bundle-sales{padding-inline:calc(var(--bundle-sales-padding-horizontal-desktop, 48) * var(--bundle-sales-s))}.bundle-sales--adaptive{--bundle-sales-s: calc(100vw / 1440)}.bundle-sales__inner{width:min(calc(var(--bundle-sales-content-width-desktop, 1356) * var(--bundle-sales-s)),100%)}.bundle-sales__series-title--placeholder{height:28px;visibility:hidden}.bundle-sales__layout{grid-template-columns:minmax(0,1fr) 340px;gap:40px}.bundle-sales__cart{position:sticky;top:var(--bundle-sales-sticky-top);padding-top:24px;align-self:start}.bundle-sales__track{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.bundle-sales__viewport{overflow:visible}.bundle-sales__viewport:has(.bundle-sales__track){overflow:visible}.bundle-sales__series[data-scroll-mode=true] .bundle-sales__track{display:flex;overflow-x:auto;padding-bottom:12px;scroll-snap-type:x proximity;scrollbar-width:auto;scrollbar-color:var(--bundle-sales-scrollbar-thumb) var(--bundle-sales-scrollbar-track)}.bundle-sales__track::-webkit-scrollbar{height:18px}.bundle-sales__track::-webkit-scrollbar-track{border:1px solid var(--bundle-sales-scrollbar-border);border-radius:999px;background:var(--bundle-sales-scrollbar-track)}.bundle-sales__track::-webkit-scrollbar-thumb{min-width:80px;border:5px solid transparent;border-radius:999px;background:var(--bundle-sales-scrollbar-thumb);background-clip:content-box}.bundle-sales__track::-webkit-scrollbar-thumb:hover,.bundle-sales__track::-webkit-scrollbar-thumb:active{background:var(--bundle-sales-scrollbar-thumb);background-clip:content-box}.bundle-sales__track::-webkit-scrollbar-button{display:none;width:0;height:0}.bundle-sales__series[data-scroll-mode=true] .bundle-sales__product{flex:0 0 min(31%,220px);scroll-snap-align:start}}@media(max-width:749px){.bundle-sales__heading--desktop,.bundle-sales__subheading--desktop,.bundle-sales__header-content--desktop{display:none}.bundle-sales__heading--mobile,.bundle-sales__subheading--mobile,.bundle-sales__header-content--mobile{display:block}.bundle-sales__badge{width:40px;height:40px}.bundle-sales__badge--discount{left:60px}.bundle-sales__layout{gap:var(--bundle-sales-mobile-gap)}.bundle-sales__inner{padding-top:48px;padding-bottom:calc(96px + env(safe-area-inset-bottom))}.bundle-sales__heading{color:var(--bundle-sales-heading-color-mobile);font-size:var(--bundle-sales-heading-size-mobile);font-weight:var(--bundle-sales-heading-weight-mobile)}.bundle-sales__heading--mobile-left{text-align:left}.bundle-sales__heading--mobile-center{text-align:center}.bundle-sales__heading--mobile-right{text-align:right}.bundle-sales__subheading{color:var(--bundle-sales-subheading-color-mobile);font-size:var(--bundle-sales-subheading-size-mobile);font-weight:var(--bundle-sales-subheading-weight-mobile)}.bundle-sales__heading--mobile+.bundle-sales__subheading--mobile{margin-top:4px}.bundle-sales__subheading--mobile-left{text-align:left}.bundle-sales__subheading--mobile-center{text-align:center}.bundle-sales__subheading--mobile-right{text-align:right}.bundle-sales__series-title{color:var(--bundle-sales-series-title-color-mobile);font-size:var(--bundle-sales-series-title-size-mobile);font-weight:var(--bundle-sales-series-title-weight-mobile)}.bundle-sales__series-title-text--desktop{display:none}.bundle-sales__series-title-text--mobile{display:inline}.bundle-sales__series+.bundle-sales__series{margin-top:var(--bundle-sales-mobile-gap)}.bundle-sales__track{display:flex;overflow-x:auto;gap:12px;padding-bottom:8px;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:var(--bundle-sales-scrollbar-thumb) var(--bundle-sales-scrollbar-track)}.bundle-sales__track::-webkit-scrollbar{height:10px}.bundle-sales__track::-webkit-scrollbar-track{border:1px solid var(--bundle-sales-scrollbar-border);border-radius:999px;background:var(--bundle-sales-scrollbar-track)}.bundle-sales__track::-webkit-scrollbar-thumb{min-width:48px;border:3px solid transparent;border-radius:999px;background:var(--bundle-sales-scrollbar-thumb);background-clip:content-box}.bundle-sales__track::-webkit-scrollbar-thumb:hover,.bundle-sales__track::-webkit-scrollbar-thumb:active{background:var(--bundle-sales-scrollbar-thumb);background-clip:content-box}.bundle-sales__track::-webkit-scrollbar-button{display:none;width:0;height:0}.bundle-sales__product{flex:0 0 min(82vw,280px);scroll-snap-align:start}.bundle-sales__product-info{padding:0 20px 20px}.bundle-sales__dropdown-selected{height:40px;padding:10px 12px}.bundle-sales__product-title{font-size:16px;line-height:1.3;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.bundle-sales__cart{position:fixed;z-index:10;right:0;bottom:0;left:0;padding-bottom:env(safe-area-inset-bottom);visibility:hidden;opacity:0;pointer-events:none;transform:translateY(100%);transition:opacity .2s ease,transform .25s ease,visibility 0s linear .25s}.bundle-sales__cart.is-docked{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0);transition-delay:0s}.bundle-sales__cart-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;border:0;padding:0;background:transparent;color:#fff;text-align:left;cursor:pointer}.bundle-sales__cart-panel{display:flex;max-height:min(70vh,620px);min-height:0;width:100%;padding:24px 20px;border:0;border-radius:16px 16px 0 0;background:#1a1a1ae6;color:#fff;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px)}.bundle-sales__cart-title--desktop{display:none}.bundle-sales__cart-toggle-icon{flex:0 0 24px;color:#fffc;transition:transform .3s ease-in-out}.bundle-sales__cart.is-expanded .bundle-sales__cart-toggle-icon{transform:rotate(180deg)}@media(prefers-reduced-motion:reduce){.bundle-sales__cart{transition:none}}.bundle-sales__cart-footer{margin-top:0;padding:30px 0 0;border:0}.bundle-sales__cart-footer>div{display:none}.bundle-sales__cart-button{display:flex;align-items:center;justify-content:center;gap:10px;height:48px;margin-top:0;border-radius:24px}.bundle-sales__cart-button-total,.bundle-sales__cart-button-divider{display:block}.bundle-sales__cart-button-divider{width:1px;height:16px;background:#ffffff80}.bundle-sales__cart-header{padding:0;margin-bottom:0}.bundle-sales__cart-title,.bundle-sales__cart-header>span:first-child{font-size:24px}.bundle-sales__items{flex:0 1 auto;max-height:0;gap:16px;overflow:hidden;padding:0;transition:max-height .3s ease-in-out,padding-top .3s ease-in-out}.bundle-sales__cart.is-expanded .bundle-sales__items{max-height:min(40vh,1000px);overflow-y:auto;padding-top:24px}.bundle-sales__item{grid-template-columns:56px minmax(0,1fr) auto}.bundle-sales__item img{width:56px;height:56px}.bundle-sales__item-title,.bundle-sales__cart-subtitle{color:#fff}}@media(prefers-reduced-motion:reduce){.bundle-sales__progress span,.bundle-sales__cart-toggle-icon,.bundle-sales__items{transition:none}.bundle-sales__track{scroll-behavior:auto;scroll-snap-type:none}}
/*# sourceMappingURL=/cdn/shop/t/115/assets/section-multi-column-bundle-sales.css.map */
