.bundle-builder{display:block;--bundle-products-edge-padding: 10px}.bundle-builder__stack{width:100%;max-width:min(100%,var(--bundle-max-width));margin:0 auto;padding-top:var(--bundle-padding-top-desktop);padding-bottom:var(--bundle-padding-bottom-desktop);display:flex;flex-direction:column;gap:32px}.bundle-builder__progress-message{width:100%;min-height:69px;margin:0;padding:20px 15px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;background:#dcd2c8;font-family:Inria Sans,sans-serif;font-weight:400;font-size:20px;line-height:24px;letter-spacing:.1em;text-align:center;text-transform:uppercase;color:#231f20}.bundle-builder__progress{position:sticky;top:var(--header-height, 0px);z-index:998;display:flex;justify-content:center;align-items:center;gap:clamp(170px,22vw,380px);width:100%;max-width:1568px;margin:0 auto;padding-inline:0;isolation:isolate;transition:padding 50ms ease-in-out,opacity .15s linear,visibility .15s linear}.bundle-builder__progress:before{content:"";position:absolute;inset-block:0;left:50%;width:100vw;transform:translate(-50%);background:#fff;border-bottom:1px solid transparent;pointer-events:none;z-index:-1;transition:50ms linear}.bundle-builder__progress.is-stuck:before{border-bottom-color:var(--color-borders-main)}.bundle-builder__progress.is-stuck{padding-top:8px;padding-bottom:8px;z-index:1206}.bundle-builder__progress-sentinel{display:block;height:0;margin-bottom:-32px}.bundle-builder__progress-line{position:absolute;inset-inline:0;top:50%;transform:translateY(-50%);height:3px;background:#231f202e;border-radius:999px;opacity:1}.bundle-builder__progress-fill{position:absolute;inset-inline-start:0;top:50%;transform:translateY(-50%);width:0;height:3px;background:#231f20;border-radius:999px;box-shadow:0 0 0 1px #231f2005;transition:width .52s cubic-bezier(.22,1,.36,1)}.bundle-builder__progress-step{position:relative;z-index:1;flex:0 0 auto;width:auto;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.bundle-builder__progress-top,.bundle-builder__progress-bottom{font-family:Inria Sans,sans-serif;font-size:15px;line-height:1.2;letter-spacing:.1em;text-transform:uppercase;color:#231f20}.bundle-builder__progress-top{font-weight:700}.bundle-builder__progress-bottom{font-weight:400}.bundle-builder__progress-dot{width:30px;height:30px;border-radius:999px;border:3px solid #231f20;background:#fff;transition:background-color .32s ease,transform .32s ease,box-shadow .32s ease}.bundle-builder__progress-step.is-reached .bundle-builder__progress-dot{background:#231f20;transform:scale(1.02);box-shadow:none}.bundle-builder__filters{display:flex;flex-wrap:wrap;justify-content:center;gap:16px 24px}.bundle-builder__filter{min-height:44px;padding:10px;border-radius:1000px;border:1px solid #231f20;background:transparent;font-family:Inria Sans,sans-serif;font-size:15px;line-height:1.2;letter-spacing:.1em;text-transform:uppercase;color:#231f20;transition:background-color .22s ease,color .22s ease,border-color .22s ease}.bundle-builder__filter.is-active{background:#231f20;color:#fff}.bundle-builder__layout{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,39%);gap:24px;align-items:start;isolation:isolate}.bundle-builder__products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.bundle-builder__products-wrap{position:relative;z-index:1}.bundle-builder__products-scroll{width:100%;padding-inline:var(--bundle-products-edge-padding);box-sizing:border-box}@media screen and (min-width:768px){.bundle-builder__products{padding-bottom:128px}.bundle-builder__products-wrap{position:sticky;top:calc(var(--header-height, 0px) + 24px);align-self:start;overflow:hidden;isolation:isolate;transition:max-height .32s cubic-bezier(.22,1,.36,1)}.bundle-builder__products-fade{position:absolute;inset-inline:0;bottom:0;height:128px;background:linear-gradient(180deg,#fff0,#fff 82%);opacity:0;pointer-events:none;transition:opacity .22s ease;z-index:20}.bundle-builder__products-wrap.has-overflow .bundle-builder__products-fade{opacity:1}.bundle-builder__products-scroll{position:relative;z-index:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(35,31,32,.35) transparent}.bundle-builder__products-scroll::-webkit-scrollbar{width:6px}.bundle-builder__products-scroll::-webkit-scrollbar-track{background:transparent}.bundle-builder__products-scroll::-webkit-scrollbar-thumb{background:#231f2059;border-radius:999px}.bundle-builder__products-scroll::-webkit-scrollbar-thumb:hover{background:#231f2080}}.bundle-builder__empty-state{grid-column:1 / -1;padding:32px;border:1px solid #231f20;text-align:center}.bundle-builder__card{display:flex;flex-direction:column;gap:8px;height:100%}.bundle-builder__card[hidden]{display:none!important}.bundle-builder__card-media-shell{position:relative;overflow:hidden;background:#f2f2f2}.bundle-builder__card-media{display:block;background:transparent;overflow:hidden;position:relative;height:0;z-index:8;--image-fit-padding: 0}.bundle-builder__card-image{border-radius:0}.bundle-builder__quick-view{position:absolute;inset-inline:6px;bottom:6px;z-index:12;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(6px);transition:opacity .18s ease,visibility .18s ease,transform .18s ease}.bundle-builder__quick-view-button{width:100%;min-width:0;height:38px;padding:12px 20px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;background:#231f20;border:0;color:#fff;font-family:Inria Sans,sans-serif;font-size:11px;line-height:14px;letter-spacing:.1em;text-align:center;text-decoration:none}.bundle-builder__quick-view-button.button--loader circle{stroke:#fff}.bundle-builder__added-overlay,.bundle-builder__removed-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:14;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}.bundle-builder__added-overlay{background:#efefefbf}.bundle-builder__removed-overlay{background:#00000091}.bundle-builder__added-overlay span,.bundle-builder__removed-overlay span{display:block;max-width:170px;font-family:Inria Sans,sans-serif;font-weight:400;font-size:18px;line-height:22px;letter-spacing:.1em;text-align:center;text-transform:uppercase}.bundle-builder__added-overlay span{color:#000}.bundle-builder__removed-overlay span{color:#fff}.bundle-builder__card.is-added-feedback .bundle-builder__added-overlay,.bundle-builder__summary-item.is-removed-feedback .bundle-builder__removed-overlay{opacity:1;visibility:visible}@media(hover:hover)and (pointer:fine){.bundle-builder__card:hover .bundle-builder__quick-view,.bundle-builder__quick-view:focus-within{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}}.bundle-builder__card-title{font-size:inherit;font-weight:inherit;line-height:inherit;margin:0}.bundle-builder__card-title .product-item__title{display:block;color:#231f20;text-decoration:none}.bundle-builder__card-title .remove-line-height-space--small{display:block}.bundle-builder__card-meta{display:flex;flex-direction:column;gap:8px;min-height:0}.bundle-builder__card-variants{min-height:39px;margin:0;padding:2px 0;display:flex;align-items:center}.bundle-builder__card-variants .product-form,.bundle-builder__card-variants .product-variant__name,.bundle-builder__card-variants .product-variant__out-of-stock{display:none!important}.bundle-builder__card-variants .product-variants,.bundle-builder__card-variants product-variants,.bundle-builder__card-variants quick-buy{display:block}.bundle-builder__card-variants .product-variant{margin:0;display:block}.bundle-builder__card-variants .product-variant:not(.product-variant--color){display:none!important}.bundle-builder__card-variants .css-slider{width:100%;overflow:visible}.bundle-builder__card-variants .css-slider--scrollbars-visible:after{display:none}.bundle-builder__card-variants .css-slider-viewport,.bundle-builder__card-variants .css-slider-holder,.bundle-builder__card-variants .css-slider-container{width:100%;overflow:visible}.bundle-builder__card-variants .css-slider--scrollbars-visible .css-slider-holder{padding:0;margin-bottom:0}.bundle-builder__card-variants .product-variant__container--radio{display:flex;align-items:center;gap:5px;flex-wrap:wrap;overflow:visible;padding-block:2px}.bundle-builder__card-variants .product-variant__item--radio:empty{display:none}.bundle-builder__card-variants .product-variant__item-text-label{display:none}.product-variants--compact-swatches{--compact-swatch-size: 28px;--compact-swatch-outline: #231f20;--compact-swatch-ring-gap: 2px}.product-variants--compact-swatches .product-variant__item--color{width:var(--compact-swatch-size);height:var(--compact-swatch-size);margin:0;overflow:visible;flex:0 0 auto}.product-variants--compact-swatches .product-variant__item--color label{min-width:0;display:flex;align-items:center;justify-content:center;width:var(--compact-swatch-size);height:var(--compact-swatch-size);margin-top:0;transform:none;padding:0;position:relative;pointer-events:none;border:0;border-radius:9999px;outline:0;box-shadow:none;outline-offset:0;overflow:visible;box-sizing:border-box}.product-variants--compact-swatches .product-variant__item--color label:after{content:"";position:absolute;inset:calc(var(--compact-swatch-ring-gap) * -1);border:1px solid transparent;border-radius:inherit;pointer-events:none}.product-variants--compact-swatches .product-variant__item--color .product-variant__item-swatch{position:static;display:block;width:100%;height:100%;transform:none;border-radius:9999px}.product-variants--compact-swatches .product-variant__item--color input:checked+label{box-shadow:none;border:0;outline:0}.product-variants--compact-swatches .product-variant__item--color input:checked+label:after{border-color:var(--compact-swatch-outline)}.bundle-builder__card-divider{border-top:1px solid #818181;margin-top:0}.bundle-builder__card-data[hidden]{display:none!important}.bundle-builder__card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-inline:4px}.bundle-builder__card-price{flex:1;min-width:0}.bundle-builder__card-price .product-price{display:inline-block}.bundle-builder__card-quantity{display:flex;align-items:center;position:relative;min-width:84.51px;width:84.51px;justify-content:flex-end}.bundle-builder__qty-button{display:inline-flex;align-items:center;justify-content:center;position:relative;width:24.81px;height:24.81px;border-radius:999px;border:.93px solid #231f20;background:transparent;color:#231f20;font-family:Inria Sans,sans-serif;font-size:0;line-height:1}.bundle-builder__qty-button span{display:none}.bundle-builder__qty-add{display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:opacity .32s cubic-bezier(.22,1,.36,1),visibility .32s cubic-bezier(.22,1,.36,1)}.bundle-builder__qty-add-label{display:inline-block;font-family:Inria Sans,sans-serif;font-weight:700;font-size:14px;line-height:17px;letter-spacing:.1em;color:#231f20;text-transform:uppercase;white-space:nowrap;pointer-events:none}.bundle-builder__qty-add-icon{position:relative;display:inline-block;width:24.81px;height:24.81px;flex:0 0 24.81px;border-radius:999px;border:.93px solid #231f20;box-sizing:border-box}.bundle-builder__qty-add-icon:before,.bundle-builder__qty-add-icon:after{content:"";position:absolute;inset:50% auto auto 50%;background:#231f20;border-radius:999px;transform:translate(-50%,-50%)}.bundle-builder__qty-add-icon:before{width:11px;height:1.38px}.bundle-builder__qty-add-icon:after{width:1.38px;height:11px}.bundle-builder__qty-button:before,.bundle-builder__qty-button:after{content:"";position:absolute;inset:50% auto auto 50%;background:#231f20;border-radius:999px;transform:translate(-50%,-50%)}.bundle-builder__qty-button:before{width:11px;height:1.38px}.bundle-builder__qty-button[data-bundle-card-increase]:after{width:1.38px;height:11px}.bundle-builder__qty-controls{display:inline-flex;align-items:center;gap:13.96px;position:absolute;inset-inline-end:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .32s cubic-bezier(.22,1,.36,1),visibility .32s cubic-bezier(.22,1,.36,1)}.bundle-builder__qty-count{font-family:Inria Sans,sans-serif;font-size:14px;line-height:17px;letter-spacing:.1em;color:#231f20}.bundle-builder__card.is-selected .bundle-builder__qty-add{opacity:0;visibility:hidden;pointer-events:none}.bundle-builder__card.is-selected .bundle-builder__qty-controls{opacity:1;visibility:visible;pointer-events:auto}.bundle-builder__summary-wrap{position:sticky;top:calc(var(--header-height, 0px) + 24px);z-index:50}.bundle-builder__summary-toggle{display:none}.bundle-builder__summary{position:relative;z-index:2;display:flex;flex-direction:column;gap:14px;padding:24px;background:var(--bundle-summary-bg);transition:gap .32s ease}.bundle-builder__summary.is-processing{pointer-events:none}.bundle-builder__summary.is-processing:before,.bundle-builder__summary.is-processing:after{content:"";position:absolute;z-index:30;pointer-events:auto}.bundle-builder__summary.is-processing:before{top:0;right:0;bottom:0;left:0;background:#ffffffa3}.bundle-builder__summary.is-processing:after{width:24px;height:24px;top:50%;left:50%;margin-top:-12px;margin-left:-12px;border:2px solid rgba(35,31,32,.2);border-top-color:#231f20;border-radius:999px;animation:rotate .8s linear infinite}.bundle-builder__summary-anchor.is-processing{pointer-events:none}.bundle-builder__summary:not(.has-items){gap:0}.bundle-builder__summary:not(.has-items) .bundle-builder__summary-header{margin-bottom:10px}.bundle-builder__summary:not(.has-items) .bundle-builder__summary-save-more,.bundle-builder__summary:not(.has-items) .bundle-builder__summary-total,.bundle-builder__summary:not(.has-items) .bundle-builder__summary-button{margin-top:10px}.bundle-builder__summary-header{display:flex;flex-direction:column;gap:10px}.bundle-builder__summary-eyebrow-row{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.bundle-builder__summary-header,.bundle-builder__summary-save-more,.bundle-builder__summary-total,.bundle-builder__summary-button{transition:margin .32s ease}.bundle-builder__summary-eyebrow,.bundle-builder__summary-save-more,.bundle-builder__summary-total-label,.bundle-builder__summary-button,.bundle-builder__summary-toggle-label{font-family:Inria Sans,sans-serif;letter-spacing:.1em;text-transform:uppercase;color:#231f20}.bundle-builder__summary-eyebrow{font-size:15px;line-height:1.2;margin:0}.bundle-builder__bag-badge{position:relative;width:34px;height:34px;flex:0 0 34px;display:inline-flex;align-items:center;justify-content:center;color:#231f20}.bundle-builder__bag-badge svg{width:100%;height:100%;display:block}.bundle-builder__bag-badge-count{position:absolute;left:50%;top:57%;transform:translate(-50%,-50%);min-width:9px;font-family:Inria Sans,sans-serif;font-weight:400;font-size:15px;line-height:18px;color:#fff;text-align:center}.bundle-builder__summary-title{font-family:"Inria Serif",serif;font-weight:400;font-size:32px;line-height:135%;color:#231f20;margin:0}.bundle-builder__summary-line{border-top:1px solid #818181;opacity:0;transform:translateY(0);will-change:transform,opacity;transition:opacity .42s cubic-bezier(.22,1,.36,1),transform .56s cubic-bezier(.22,1,.36,1)}.bundle-builder__summary-line--top{transform:translateY(14px)}.bundle-builder__summary-line--bottom{transform:translateY(-14px)}.bundle-builder__summary.has-items .bundle-builder__summary-line{opacity:1}.bundle-builder__summary.has-items .bundle-builder__summary-line--top,.bundle-builder__summary.has-items .bundle-builder__summary-line--bottom{transform:translateY(0)}.bundle-builder__summary-items{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:10px;padding-inline:1px;max-height:1200px;overflow:hidden;transition:max-height .42s ease}.bundle-builder__summary:not(.has-items) .bundle-builder__summary-items{max-height:0}.bundle-builder__summary.has-slots{gap:14px}.bundle-builder__summary.has-slots .bundle-builder__summary-header{margin-bottom:0}.bundle-builder__summary.has-slots .bundle-builder__summary-save-more,.bundle-builder__summary.has-slots .bundle-builder__summary-total,.bundle-builder__summary.has-slots .bundle-builder__summary-button{margin-top:0}.bundle-builder__summary.has-slots .bundle-builder__summary-line{opacity:1}.bundle-builder__summary.has-slots .bundle-builder__summary-line--top,.bundle-builder__summary.has-slots .bundle-builder__summary-line--bottom{transform:translateY(0)}.bundle-builder__summary.has-slots .bundle-builder__summary-items{max-height:1200px}.bundle-builder__summary-cart-hint{margin:0;font-size:13px;line-height:1.4;color:#231f20;opacity:.8}.bundle-builder__summary-cart-hint[hidden]{display:none}.bundle-builder__summary-item{position:relative;flex:0 0 auto;width:6.5rem;height:6.5rem;max-width:6.5rem;max-height:6.5rem;aspect-ratio:1 / 1;background:#f2f2f2;border:1px solid #231f20;overflow:hidden;padding:0;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.bundle-builder__summary-item--placeholder{border-style:dashed;border-color:#231f2059}.bundle-builder__summary-item-media{width:100%;height:100%;background:#f2f2f2;display:flex;align-items:center;justify-content:center;overflow:hidden}.bundle-builder__summary-item img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;object-position:center;display:block;background:transparent}.bundle-builder__summary-item-remove,.bundle-builder__summary-item-qty{position:absolute;top:5px;width:18px;height:18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-family:Inria Sans,sans-serif;font-size:11px}.bundle-builder__summary-item-remove{left:5px;background:#231f20;color:#fff;border:.675px solid #fff}.bundle-builder__summary-item-qty{right:5px;background:#fff;color:#231f20;border:.675px solid #231f20}.bundle-builder__summary-save-more,.bundle-builder__summary-total-label{font-size:15px;line-height:1.2}.bundle-builder__summary-total-label,.bundle-builder__summary-save-more{margin:0}.bundle-builder__summary-total{display:flex;flex-direction:column;gap:8px;padding:16px 20px;border:1px solid #231f20;background:#fff}.bundle-builder__summary-total-price{font-family:Inria Sans,sans-serif;font-weight:700;font-size:18px;line-height:1.2;letter-spacing:.1em;text-transform:uppercase;color:#231f20}.bundle-builder__summary-total-price .bundle-builder__summary-total-compare{color:#231f2080;text-decoration:line-through;margin-inline-start:8px}.bundle-builder__summary-total-price .bundle-builder__summary-total-save{margin-inline-start:8px}.bundle-builder__summary-button{min-height:56px;padding:16px 20px;border:none;background:#231f20;color:#fff;font-size:15px;line-height:1.2;text-align:center;letter-spacing:.1em;text-transform:uppercase}.bundle-builder__summary-button:disabled{opacity:.45}@media screen and (max-width:1280px){.bundle-builder__layout{grid-template-columns:minmax(0,1fr) minmax(280px,36%)}.bundle-builder__products{grid-template-columns:repeat(2,minmax(0,1fr))}.bundle-builder__filter{min-height:37px;padding:10px 20px;font-size:14px;line-height:17px}}@media screen and (max-width:767px){.bundle-builder{--bundle-summary-toggle-height: 76px;--bundle-summary-safe-gap: 12px;--bundle-summary-bottom-spacing: calc(env(safe-area-inset-bottom, 0px) + var(--bundle-summary-safe-gap));--bundle-products-bottom-clearance: calc( var(--bundle-summary-toggle-height) + var(--bundle-summary-bottom-spacing) + 20px );--bundle-products-edge-padding: 0px}.bundle-builder__stack{gap:24px;padding-top:var(--bundle-padding-top-mobile);padding-bottom:var(--bundle-padding-bottom-mobile)}.bundle-builder__progress-message{min-height:13px;padding:0 24px;background:transparent;font-size:11px;line-height:13px;align-self:stretch}.bundle-builder__progress{position:sticky;top:var(--header-height, 0px);z-index:998;display:flex;justify-content:space-evenly;align-items:center;gap:0;width:100%;max-width:calc(100% - 48px);margin:0 auto;padding:0;isolation:isolate;transition:padding 50ms ease-in-out,opacity .15s linear,visibility .15s linear}.bundle-builder__progress-sentinel{display:block;height:0;margin-bottom:-24px}.bundle-builder__progress-line{inset-inline:0;height:1.5px}.bundle-builder__progress-fill{inset-inline-start:0;height:1.5px}.bundle-builder__progress-step{flex:0 0 auto;width:auto;min-width:0;gap:12px}.bundle-builder__progress-top,.bundle-builder__progress-bottom{font-size:11px;line-height:13px}.bundle-builder__progress-top{white-space:nowrap}.bundle-builder__progress-dot{width:16px;height:16px;border-width:1.5px}.bundle-builder__filters{width:100%;margin:0 auto;justify-content:center;align-items:center;gap:8px 4px}.bundle-builder__filter{flex:0 0 auto;min-height:37px;padding:10px 20px;font-size:14px;line-height:17px;white-space:nowrap}.bundle-builder__layout{grid-template-columns:1fr}.bundle-builder.is-summary-open .bundle-builder__layout{z-index:1200}.bundle-builder__products-wrap{margin-bottom:-60vh}.bundle-builder__products-wrap,.bundle-builder__products-scroll{max-height:none!important;overflow:visible}.bundle-builder__products-wrap:after{display:none}.bundle-builder__products-fade{display:none}.bundle-builder__products{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding-bottom:var(--bundle-products-bottom-clearance)}.bundle-builder__card{gap:8px;height:100%}.bundle-builder__card-media{background:transparent}.bundle-builder__quick-view{display:block}.bundle-builder__card-title{margin:0}.bundle-builder__card-meta{gap:6px}.bundle-builder__card-variants .product-variants,.bundle-builder__card-variants product-variants,.bundle-builder__card-variants quick-buy{width:100%}.bundle-builder__card-variants .product-variant__item-text-label{display:none}.bundle-builder__card-variants{min-height:20px;padding:0 2px}.bundle-builder__card-variants .css-slider{width:100%}.bundle-builder__card-variants .product-variant__container--radio{gap:6px;min-height:20px;padding-bottom:0;align-items:center}.product-variants--compact-swatches{--compact-swatch-size: 22px}.product-variants--compact-swatches .product-variant__item--color{overflow:visible;display:inline-flex;align-items:center;justify-content:center}.product-variants--compact-swatches .product-variant__item--color label{width:var(--compact-swatch-size);height:var(--compact-swatch-size)}.bundle-builder__card-divider{border-top-width:1px;margin-top:0}.bundle-builder__card-footer{gap:3.17px;flex-wrap:nowrap;padding-inline:2px}.bundle-builder__card-price{min-width:0;flex:1 1 auto}.bundle-builder__card-price .product-price{display:inline-block}.bundle-builder__card-price .product-price--original,.bundle-builder__card-price .product-price--compare{white-space:nowrap}.bundle-builder__qty-button{width:18px;height:18px;border-width:.675px}.bundle-builder__qty-add{gap:6px}.bundle-builder__qty-add-label{font-size:11px;line-height:13px}.bundle-builder__qty-add-icon{width:18px;height:18px;flex-basis:18px;border-width:.675px}.bundle-builder__qty-add-icon:before{width:6px;height:1px}.bundle-builder__qty-add-icon:after{width:1px;height:6px}.bundle-builder__qty-button:before{width:6px;height:1px}.bundle-builder__qty-button[data-bundle-card-increase]:after{width:1px;height:6px}.bundle-builder__card-quantity{flex:0 0 auto;min-width:60px;width:60px}.bundle-builder__qty-controls{gap:10px}.bundle-builder__qty-count{font-size:11px;line-height:10px;letter-spacing:.1em;text-transform:uppercase}.bundle-builder__summary-wrap{--bundle-summary-transition: .22s cubic-bezier(.22, 1, .36, 1);position:sticky;width:100%;left:auto;right:auto;bottom:0;top:auto;min-height:0;display:flex;flex-direction:column;justify-content:flex-end;z-index:1201;overflow:visible;padding-inline:0;padding-top:60vh;padding-bottom:var(--bundle-summary-bottom-spacing);box-sizing:border-box;pointer-events:none}.bundle-builder__summary-anchor{position:absolute;inset-inline:0;bottom:var(--bundle-summary-bottom-spacing);width:100%;z-index:1202;pointer-events:auto}.bundle-builder__summary-toggle{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;margin-inline:0;padding:24px;box-sizing:border-box;appearance:none;-webkit-appearance:none;background:var(--bundle-summary-bg);border:none;z-index:1203}.bundle-builder__summary-anchor.is-processing .bundle-builder__summary-toggle:before{content:"";position:absolute;z-index:30;pointer-events:auto}.bundle-builder__summary-anchor.is-processing .bundle-builder__summary-toggle:before{top:0;right:0;bottom:0;left:0;background:#ffffffa3}.bundle-builder__summary-wrap:before{content:"";position:absolute;inset-inline:0;bottom:0;height:163px;background:linear-gradient(179.87deg,#fff0 .11%,#fff 28.61%);pointer-events:none;z-index:1}.bundle-builder__summary-toggle .bundle-builder__bag-badge{width:24px;height:24px;flex-basis:24px}.bundle-builder__summary-toggle .bundle-builder__bag-badge-count{font-size:14px;line-height:1;top:58%}.bundle-builder__summary-toggle-row{display:flex;flex:1 1 100%;min-width:0;align-items:center;justify-content:space-between;gap:10px;width:100%}.bundle-builder__summary-toggle-label{flex:1 1 auto;min-width:0;font-size:14px;line-height:24px;text-align:center}.bundle-builder__summary-toggle-title{display:none;width:100%;font-family:"Inria Serif",serif;font-weight:400;font-size:24px;line-height:29px;color:#231f20;text-align:center}.bundle-builder__summary-toggle-arrow{width:18px;height:18px;flex:0 0 18px;display:inline-flex;align-items:center;justify-content:center;transition:transform .18s linear}.bundle-builder__summary-toggle-arrow svg{width:26px;height:26px;display:block}.bundle-builder__summary{position:relative;display:flex;flex-direction:column;width:100%;height:0;padding:0 15px;box-sizing:border-box;gap:14px;background:var(--bundle-summary-bg);overflow:hidden;min-height:0;interpolate-size:allow-keywords;transform:none;opacity:0;visibility:hidden;pointer-events:none;will-change:height,padding,opacity;transition:height var(--bundle-summary-transition),padding var(--bundle-summary-transition),opacity var(--bundle-summary-transition),visibility 0s linear var(--bundle-summary-transition);z-index:1204}.bundle-builder__summary:not(.has-items){gap:0}.bundle-builder__summary:not(.has-items) .bundle-builder__summary-header{margin-bottom:10px}.bundle-builder__summary:not(.has-items) .bundle-builder__summary-save-more,.bundle-builder__summary:not(.has-items) .bundle-builder__summary-total,.bundle-builder__summary:not(.has-items) .bundle-builder__summary-button{margin-top:10px}.bundle-builder.is-summary-open .bundle-builder__summary{height:auto;max-height:calc(100svh - var(--header-height, 0px) - 76px - var(--bundle-summary-bottom-spacing));padding:0 24px 24px;opacity:1;visibility:visible;transform:none;overflow:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;pointer-events:auto;transition:height var(--bundle-summary-transition),max-height var(--bundle-summary-transition),padding var(--bundle-summary-transition),opacity var(--bundle-summary-transition)}.bundle-builder.is-summary-open .bundle-builder__summary-toggle{flex-direction:column;align-items:stretch;justify-content:space-between;gap:10px;min-height:0;padding-top:17px;padding-bottom:0;z-index:1205}.bundle-builder.is-summary-open .bundle-builder__summary-toggle-title{display:block}.bundle-builder.is-summary-open .bundle-builder__summary-toggle-arrow{transform:rotate(180deg)}.bundle-builder.is-summary-open .bundle-builder__summary-wrap:before{height:60vh}body.sidebar-opened .bundle-builder__summary-wrap{z-index:900;pointer-events:none}.bundle-builder__summary-header{display:flex;flex-direction:column;align-items:stretch;gap:10px;flex:0 0 auto}.bundle-builder__summary .bundle-builder__bag-badge{display:none}.bundle-builder__summary-eyebrow-row{justify-content:space-between}.bundle-builder.is-summary-open .bundle-builder__summary-eyebrow-row{display:none}.bundle-builder__summary-eyebrow{font-size:14px;line-height:17px;text-align:center;margin:0}.bundle-builder__summary-title{font-family:"Inria Serif",serif;font-weight:400;font-size:24px;line-height:29px;text-align:center;margin:0}.bundle-builder.is-summary-open .bundle-builder__summary-title{display:none}.bundle-builder__summary-line{border-top-width:.5px;flex:0 0 auto}.bundle-builder__summary-items{min-height:0;justify-content:center;flex:1 1 auto;gap:9.22px;max-height:none;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-top:0;padding-bottom:0}.bundle-builder__summary-cart-hint{text-align:center}.bundle-builder__summary-item{flex:0 0 auto;width:108.94px;min-width:108.94px;max-width:108.94px;min-height:108.94px;max-height:108.94px;padding:0}.bundle-builder__summary-save-more,.bundle-builder__summary-button{font-size:14px;line-height:17px}.bundle-builder__summary-save-more{font-size:11px;line-height:13px;text-align:center;margin:0;flex:0 0 auto}.bundle-builder__summary-total{min-height:57px;flex:0 0 auto;gap:0;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.bundle-builder__summary-total-label{display:none}.bundle-builder__summary-total-price{font-size:14px;line-height:17px;text-align:center;margin:0}.bundle-builder__summary-total-price .bundle-builder__summary-total-compare,.bundle-builder__summary-total-price .bundle-builder__summary-total-save{margin-inline-start:6px}.bundle-builder__summary-button{min-height:34.47px;height:34.47px;flex:0 0 auto;padding:10px;font-size:14px;line-height:17px}}@media screen and (min-width:475px)and (max-width:767px){.bundle-builder__summary-total-price{font-size:calc(14px / 16 * var(--base-body-primary-size) + 0px)}}@keyframes bundleBuilderCardBump{0%{transform:translateY(0)}35%{transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes bundleBuilderSummaryBump{0%{transform:translateY(0)}40%{transform:translateY(-6px)}to{transform:translateY(0)}}@media screen and (max-width:767px){.bundle-builder__card.is-bumping{animation:bundleBuilderCardBump .32s cubic-bezier(.2,.8,.2,1)}.bundle-builder__summary-toggle.is-bumping{animation:bundleBuilderSummaryBump .24s ease-out}}body.modal-opened .bundle-builder .bundle-builder__progress.is-stuck,body.sidebar-opened .bundle-builder .bundle-builder__progress.is-stuck{opacity:0;visibility:hidden;pointer-events:none}
/*# sourceMappingURL=/cdn/shop/t/99/assets/section-build-your-own-bundle.css.map */
