.ds-bundle{--ds-bundle-text: var(--text-color, var(--text-primary));--ds-bundle-surface: var(--background, var(--background-primary));--ds-bundle-line: 192 192 192;--ds-bundle-track: 221 221 221;--ds-bundle-radius: var(--spacing-8);--ds-bundle-baseline-shift: .065em}.ds-bundle{display:grid;color:rgb(var(--ds-bundle-text))}@media screen and (min-width:1000px){.ds-bundle{row-gap:var(--spacing-10)}}.ds-bundle [hidden]{display:none!important}.ds-bundle__bleed{margin-inline:calc(-1 * var(--container-outer-width, 0px));padding-inline:var(--container-outer-width, 0px)}.ds-bundle-button{--ds-bundle-hover-opacity: 1;display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-2);min-height:2.75rem;padding-block:calc(var(--spacing-2-5) - var(--ds-bundle-baseline-shift)) calc(var(--spacing-2-5) + var(--ds-bundle-baseline-shift));padding-inline:var(--spacing-8);border:0;border-radius:var(--ds-bundle-radius) 0 var(--ds-bundle-radius) 0;background:transparent;font-family:var(--text-font-family);font-size:var(--text-base);font-weight:700;line-height:1.5;text-align:center;cursor:pointer;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease}.ds-bundle-button:focus-visible{outline:2px solid rgb(var(--ds-bundle-accent));outline-offset:2px}.ds-bundle-button--primary{width:100%;background:rgb(var(--ds-bundle-accent) / var(--ds-bundle-hover-opacity));color:#fff}.ds-bundle-button--primary[disabled]{background:rgb(var(--ds-bundle-track));color:rgb(var(--ds-bundle-text) / .7);cursor:not-allowed}.ds-bundle-button--outline{min-width:min(100%,16.8125rem);box-shadow:inset 0 0 0 1.5px;color:rgb(var(--ds-bundle-accent) / var(--ds-bundle-hover-opacity))}.ds-bundle-button--light{width:100%;background:rgb(var(--ds-bundle-surface))}@media screen and (pointer:fine){.ds-bundle-button:not([disabled]):hover{--ds-bundle-hover-opacity: .85}}.ds-bundle-progress{--ds-bundle-marker-size: 1.0625rem;--ds-bundle-track-height: .375rem;--ds-bundle-track-start: 22.9%;--ds-bundle-track-end: 87.1%;--ds-bundle-track-step: calc((var(--ds-bundle-track-end) - var(--ds-bundle-track-start)) / max(var(--ds-bundle-tiers, 3) - 1, 1));--ds-bundle-track-y: calc(var(--ds-bundle-marker-size) / 2 + .5px);margin-inline:calc(-1 * var(--container-outer-width, 0px));padding:var(--spacing-2-5) var(--container-outer-width, var(--spacing-5));background:rgb(var(--ds-bundle-progress-bg));border-block-end:1px solid rgb(var(--ds-bundle-line));display:grid;gap:1rem}@media screen and (max-width:999px){.ds-bundle-progress__intro{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}}.ds-bundle--progress-sticky{--ds-bundle-sticky-top: calc(var(--header-is-visible, 1) * var(--sticky-area-height, 0px));--ds-bundle-scroll-top: var(--sticky-area-height, 0px)}.ds-bundle--progress-sticky-solo{--ds-bundle-sticky-top: var(--sticky-area-height, 0px)}@media screen and (max-width:999px){.ds-bundle--progress-sticky .ds-bundle-progress{position:sticky;top:var(--ds-bundle-sticky-top);z-index:3}.ds-bundle--tabs-sticky .ds-bundle-tabs{position:sticky;top:calc(var(--ds-bundle-sticky-top) + var(--ds-bundle-progress-height, 0px));z-index:2;background:rgb(var(--ds-bundle-surface))}.ds-bundle--progress-sticky .ds-bundle__main,.ds-bundle--progress-sticky .ds-bundle-tabs,.ds-bundle--progress-sticky .ds-bundle-panel,.ds-bundle--progress-sticky .ds-bundle-summary{scroll-margin-block-start:calc(var(--ds-bundle-scroll-top) + var(--ds-bundle-progress-height, 0px) + var(--spacing-4))}}.ds-bundle-progress__intro{display:grid;gap:var(--spacing-2)}.ds-bundle-progress__title,.ds-bundle-progress__status{margin:0}.ds-bundle-progress__title{font-size:1.125rem;font-weight:700;line-height:1.4}.ds-bundle-progress__status{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;font-size:var(--text-base);line-height:1.5}.ds-bundle-progress__track{position:relative;min-height:2.4375rem;margin:0;padding:0;list-style:none}.ds-bundle-progress__track:before,.ds-bundle-progress__track:after{content:"";position:absolute;inset-inline-start:0;top:calc(var(--ds-bundle-track-y) - var(--ds-bundle-track-height) / 2);height:var(--ds-bundle-track-height);width:100%;border-radius:var(--rounded-full);background:rgb(var(--ds-bundle-track))}.ds-bundle-progress__track:after{width:calc(min(var(--ds-bundle-progress, 0),1) * var(--ds-bundle-track-start) + max(var(--ds-bundle-progress, 0) - 1,0) * var(--ds-bundle-track-step));background:rgb(var(--ds-bundle-accent));transition:width .45s cubic-bezier(.65,0,.35,1)}.ds-bundle-progress__tier{position:absolute;z-index:1;top:0;inset-inline-start:calc(var(--ds-bundle-track-start) + (var(--ds-tier-index, 1) - 1) * var(--ds-bundle-track-step));transform:translate(-50%);display:grid;grid-template-columns:auto auto;grid-template-areas:"marker marker" "percent items";justify-items:center;align-items:center;column-gap:.1875rem;row-gap:.3125rem;white-space:nowrap;font-weight:700;font-size:.8125rem;line-height:1.3}.ds-bundle-progress__marker{grid-area:marker;width:var(--ds-bundle-marker-size);height:var(--ds-bundle-marker-size);border-radius:var(--rounded-full);background:rgb(var(--ds-bundle-track));color:#fff;display:grid;place-items:center;transition:background-color .2s ease}.ds-bundle-progress__marker .icon{width:.9375rem;height:.9375rem}.ds-bundle-progress__tier.is-reached .ds-bundle-progress__marker{background:rgb(var(--ds-bundle-accent))}.ds-bundle-progress__percent{grid-area:percent;color:rgb(var(--ds-bundle-accent))}.ds-bundle-progress__items{display:inline-flex;grid-area:items;align-items:center;gap:.1875rem}.ds-bundle-progress__arrow{flex:none;width:.5625rem;height:.5rem}.ds-bundle-progress__tier:not(.is-reached) .ds-bundle-progress__state{display:none}@media screen and (min-width:1000px){.ds-bundle-progress{--ds-bundle-marker-size: 1.875rem;--ds-bundle-track-height: .625rem;--ds-bundle-label-gap: 1rem;--ds-bundle-percent-gap: .5rem;--ds-bundle-track-end: calc(100% - 3.25rem) ;--ds-bundle-track-start: calc(var(--ds-bundle-track-end) / var(--ds-bundle-tiers, 3));--ds-bundle-track-step: var(--ds-bundle-track-start);--ds-bundle-track-y: calc(1.875rem + var(--ds-bundle-label-gap) + var(--ds-bundle-marker-size) / 2);grid-template-columns:fit-content(23rem) minmax(0,1fr);column-gap:var(--spacing-12);row-gap:0;align-items:center;padding-block:2.125rem 1.9375rem}.ds-bundle-progress__intro{min-width:20rem;align-self:start;padding-block-start:.875rem;gap:var(--spacing-3)}.ds-bundle-progress__title{font-size:2rem;line-height:1.2}.ds-bundle-progress__status{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;white-space:normal;min-height:1.5em}.ds-bundle-progress__track{min-height:calc(3.75rem + var(--ds-bundle-label-gap) + var(--ds-bundle-percent-gap) + var(--ds-bundle-marker-size))}.ds-bundle-progress .ds-bundle-progress__tier{grid-template-columns:auto;grid-template-areas:"items" "marker" "percent";row-gap:0;font-size:var(--text-lg);line-height:1.5}.ds-bundle-progress .ds-bundle-progress__marker .icon{width:1.5rem;height:1.5rem}.ds-bundle-progress .ds-bundle-progress__items{display:block;margin-block-end:var(--ds-bundle-label-gap);font-weight:600}.ds-bundle-progress .ds-bundle-progress__arrow{display:none}.ds-bundle-progress .ds-bundle-progress__percent{margin-block-start:var(--ds-bundle-percent-gap)}}.ds-bundle-progress__track--compact{--ds-bundle-marker-size: 1.0625rem;--ds-bundle-track-height: .375rem;--ds-bundle-track-start: 22.9%;--ds-bundle-track-end: 87.1%;--ds-bundle-track-step: calc((var(--ds-bundle-track-end) - var(--ds-bundle-track-start)) / max(var(--ds-bundle-tiers, 3) - 1, 1));--ds-bundle-track-y: calc(var(--ds-bundle-marker-size) / 2 + .5px);min-height:2.4375rem}@media screen and (min-width:700px){.ds-bundle-progress__track--compact{--ds-bundle-track-start: 23.2%;--ds-bundle-track-end: 87.1%;min-height:2.8125rem}.ds-bundle-progress__track--compact .ds-bundle-progress__tier{row-gap:.4375rem;column-gap:.28rem;font-size:var(--text-base)}}.ds-bundle__layout{display:grid;gap:var(--spacing-10);align-items:start}.ds-bundle__main{display:grid;gap:var(--spacing-6);min-width:0}@media screen and (min-width:1000px){.ds-bundle__layout{grid-template-columns:minmax(0,1fr) 21.625rem;column-gap:2.125rem}.ds-bundle__main{gap:2.9375rem}.ds-bundle-summary--sticky{position:sticky;top:calc(var(--header-is-visible, 1) * var(--sticky-area-height, 0px) + var(--spacing-6))}}.ds-bundle-tabs{--ds-bundle-tab-width: 5.625rem;display:grid;grid-auto-flow:column;grid-auto-columns:max-content;overflow-x:auto;scrollbar-width:none;margin-inline:calc(-1 * var(--container-outer-width, 0px));box-shadow:inset 0 -3px rgb(var(--ds-bundle-track));scroll-margin-block-start:calc(var(--header-is-visible, 1) * var(--sticky-area-height, 0px) + var(--spacing-4))}.ds-bundle-tabs::-webkit-scrollbar{display:none}.ds-bundle-tabs__tab{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:3.5rem;min-width:var(--ds-bundle-tab-width);padding-block:0;padding-inline:var(--spacing-4-5);border:0;background:none;color:rgb(var(--ds-bundle-text));font-family:var(--text-font-family);font-size:var(--text-base);font-weight:600;line-height:1.5;white-space:nowrap;cursor:pointer;box-shadow:inset 0 -3px 0 transparent;transition:color .15s ease,box-shadow .15s ease}.ds-bundle-tabs__tab[aria-selected=true]{color:rgb(var(--ds-bundle-accent));box-shadow:inset 0 -3px rgb(var(--ds-bundle-accent))}.ds-bundle-tabs__tab:focus-visible{outline:2px solid rgb(var(--ds-bundle-accent));outline-offset:-2px}.ds-bundle-tabs__check,.ds-bundle-tabs__check[hidden]{position:absolute;inset-inline-end:var(--spacing-1);top:50%;display:inline-grid;color:inherit;opacity:0;transform:translateY(-50%) scale(.6);transition:opacity .15s ease,transform .15s ease}.ds-bundle-tabs__check .icon{width:.875rem;height:.875rem}.ds-bundle-tabs__tab.is-filled .ds-bundle-tabs__check{opacity:1;transform:translateY(-50%) scale(1)}@media screen and (pointer:fine){.ds-bundle-tabs__tab:not([aria-selected=true]):hover{color:rgb(var(--ds-bundle-accent))}}@media screen and (min-width:700px){.ds-bundle-tabs{--ds-bundle-tab-width: 11rem;display:flex;justify-content:flex-start;margin-inline:0;padding-inline:0;overflow:visible}.ds-bundle-tabs__tab{flex:1 1 0;min-width:max-content;max-width:var(--ds-bundle-tab-width);min-height:3.25rem;padding:0 2.25rem;font-size:var(--text-md)}.ds-bundle-tabs__check,.ds-bundle-tabs__check[hidden]{inset-inline-end:.75rem}.ds-bundle-tabs__check .icon{width:1.125rem;height:1.125rem}}.ds-bundle-panel{display:grid;gap:var(--spacing-6);scroll-margin-block-start:calc(var(--header-is-visible, 1) * var(--sticky-area-height, 0px) + var(--spacing-4))}.ds-bundle-panel__heading{margin:0;font-size:var(--text-lg);font-weight:700;line-height:1.2}.ds-bundle-grid{display:grid;grid-template-columns:repeat(var(--ds-bundle-columns-mobile, 2),minmax(0,1fr));gap:var(--spacing-6) var(--spacing-4);margin:0;padding:0;list-style:none}.ds-bundle-grid__item{display:grid;min-width:0}@media screen and (min-width:700px){.ds-bundle-panel{gap:var(--spacing-8)}.ds-bundle-panel__heading{font-size:2rem}.ds-bundle-grid{grid-template-columns:repeat(var(--ds-bundle-columns-desktop, 3),minmax(0,1fr));gap:4.125rem var(--spacing-4)}}.ds-bundle-card{position:relative;display:grid;gap:var(--spacing-4);align-content:start}.ds-bundle-card__figure{position:relative;isolation:isolate;background:rgb(var(--ds-bundle-image-bg));overflow:hidden}.ds-bundle-card__media{display:block;width:100%;margin:0;padding:0;border:0;-webkit-appearance:none;appearance:none;background:none;color:inherit;font:inherit;text-align:inherit;cursor:pointer}.ds-bundle-card__image{display:block;width:100%;height:auto;object-fit:contain;padding:var(--spacing-4);box-sizing:border-box;mix-blend-mode:multiply}.ds-bundle-card__image--placeholder{aspect-ratio:1}.ds-bundle-card__info{display:grid;gap:var(--spacing-2);align-content:start}.ds-bundle-card__title{margin:0;padding:0;border:0;-webkit-appearance:none;appearance:none;background:none;color:rgb(var(--ds-bundle-text));font-family:var(--text-font-family);font-size:var(--text-lg);font-weight:600;line-height:1.5;text-align:start;text-decoration:none;cursor:pointer}.ds-bundle-card__title:focus-visible{outline:2px solid rgb(var(--ds-bundle-accent));outline-offset:2px}@media screen and (pointer:fine){.ds-bundle-card__title:hover{text-decoration:underline;text-underline-offset:.15em}}.ds-bundle-card__rating{justify-self:start;display:inline-flex;align-items:center;gap:var(--spacing-1-5);min-height:1.8125rem;color:rgb(var(--ds-bundle-text) / .85);font-size:var(--text-base);font-weight:600}.ds-bundle-card__stars{display:inline-flex;gap:.28rem;color:rgb(var(--ds-bundle-accent));-webkit-mask-image:linear-gradient(to right,#000 var(--ds-rating-fill, 100%),rgb(0 0 0 / .25) var(--ds-rating-fill, 100%));mask-image:linear-gradient(to right,#000 var(--ds-rating-fill, 100%),rgb(0 0 0 / .25) var(--ds-rating-fill, 100%))}.ds-bundle-card__stars .icon{display:block}.ds-bundle-card .price-list sale-price{font-size:var(--text-lg);font-weight:400}.ds-bundle-card .price-list compare-at-price{font-size:var(--text-base)}.ds-bundle-card__button{--ds-bundle-hover-opacity: 1;position:absolute;inset-inline-end:.5625rem;bottom:.5625rem;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:0;border-radius:.1875rem;background:rgb(var(--ds-bundle-accent) / var(--ds-bundle-hover-opacity));color:#fff;font-family:var(--text-font-family);font-size:var(--text-base);font-weight:700;line-height:1.5;cursor:pointer;transition:background-color .15s ease,color .15s ease}.ds-bundle-card__button:focus-visible{outline:2px solid rgb(var(--ds-bundle-accent));outline-offset:2px}.ds-bundle-card__button[disabled]{background:rgb(var(--ds-bundle-text) / .1);color:rgb(var(--ds-bundle-text) / .3);cursor:not-allowed}.ds-bundle-card__button-icon{display:grid;place-items:center}.ds-bundle-card__button-icon .icon{display:block}.ds-bundle-card__button-icon--selected,.ds-bundle-card.is-selected .ds-bundle-card__button-icon--add{display:none}.ds-bundle-card.is-selected .ds-bundle-card__button-icon--selected{display:grid}.ds-bundle-card__button-label{display:none}@media screen and (max-width:699px){.ds-bundle-panel.is-filled .ds-bundle-card:not(.is-selected) .ds-bundle-card__button:not([disabled]){background:rgb(var(--ds-bundle-text) / .1);color:rgb(var(--ds-bundle-text) / .3)}}@media screen and (min-width:700px){.ds-bundle-card__button{inset-inline-end:var(--spacing-5);bottom:var(--spacing-5);width:auto;height:2.75rem;padding-block:0 calc(2 * var(--ds-bundle-baseline-shift));padding-inline:var(--spacing-8);border-radius:var(--ds-bundle-radius) 0 var(--ds-bundle-radius) 0}.ds-bundle-card__button[disabled]{background:rgb(var(--ds-bundle-accent));color:#fff;opacity:.6}.ds-bundle-card__button-icon,.ds-bundle-card.is-selected .ds-bundle-card__button-icon--selected{display:none}.ds-bundle-card__button-label{display:inline}.ds-bundle-card__title{font-weight:700}.ds-bundle-card .price-list sale-price{font-weight:600}}@media screen and (min-width:700px)and (hover:hover)and (pointer:fine){.ds-bundle-card:not(.is-selected) .ds-bundle-card__button:not([disabled]){opacity:0;transform:translateY(calc(100% + var(--spacing-5)));pointer-events:none;transition:opacity .2s ease,transform .32s cubic-bezier(.16,1,.3,1),background-color .15s ease,color .15s ease}.ds-bundle-card:not(.is-selected):hover .ds-bundle-card__button:not([disabled]),.ds-bundle-card:not(.is-selected):has(:focus-visible) .ds-bundle-card__button:not([disabled]){opacity:1;transform:none;pointer-events:auto}@media(prefers-reduced-motion:reduce){.ds-bundle-card:not(.is-selected) .ds-bundle-card__button:not([disabled]){transform:none;transition:none}}}@media screen and (pointer:fine){.ds-bundle-card__button:not([disabled]):hover{--ds-bundle-hover-opacity: .85}}.ds-bundle-panel__actions{display:grid;justify-items:center;gap:var(--spacing-3)}.ds-bundle-panel__actions:not(:has(:not([hidden]))){display:none}.ds-bundle__hints{display:grid;justify-items:center;gap:var(--spacing-5);text-align:center}.ds-bundle__hint{display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-2);width:100%;min-height:2.75rem;padding-block:calc(var(--spacing-2) - var(--ds-bundle-baseline-shift)) calc(var(--spacing-2) + var(--ds-bundle-baseline-shift));padding-inline:var(--spacing-6);border:1.5px solid rgb(var(--ds-bundle-accent));border-radius:var(--ds-bundle-radius) 0 var(--ds-bundle-radius) 0;background:rgb(var(--ds-bundle-panel));color:rgb(var(--ds-bundle-accent));font-family:var(--text-font-family);font-size:var(--text-md);font-weight:700;line-height:1.5;cursor:pointer;transition:background-color .15s ease}.ds-bundle__hint:hover:not([disabled]){background:rgb(var(--ds-bundle-accent) / .12)}.ds-bundle__hint[disabled]{cursor:default}.ds-bundle__hint-arrow{font-weight:400}.ds-bundle__shipping-hint{margin:0;font-size:var(--text-base)}.ds-bundle__editor-notice{padding:var(--spacing-4);border:1px dashed rgb(var(--ds-bundle-line));color:rgb(var(--ds-bundle-text) / .7)}@media screen and (min-width:1000px){.ds-bundle__hints{display:none}}.ds-bundle-summary{min-width:0}.ds-bundle-summary__panel{display:grid;gap:var(--spacing-5);margin-inline:calc(-1 * var(--container-outer-width, 0px));padding:1.0625rem var(--container-outer-width, var(--spacing-5)) 2.5625rem;background:rgb(var(--ds-bundle-panel))}.ds-bundle-summary__title{margin:0;font-size:var(--text-md);font-weight:700;line-height:1.4}.ds-bundle-slots{display:grid;grid-template-columns:repeat(var(--ds-bundle-slot-count, 4),minmax(0,4.1875rem));gap:.4375rem;margin:0;padding:0;list-style:none}.ds-bundle-slot{position:relative;aspect-ratio:1;display:grid;place-items:center;border:1.5px dashed rgb(var(--ds-bundle-accent));border-radius:.3125rem;color:rgb(var(--ds-bundle-accent));cursor:pointer;transition:background-color .15s ease}.ds-bundle-slot:hover:not(.is-filled){background:rgb(var(--ds-bundle-accent) / .06)}.ds-bundle-slot.is-filled{border:1px solid rgb(var(--ds-bundle-text));background:rgb(var(--ds-bundle-surface));cursor:default}.ds-bundle-slot__empty{display:grid}.ds-bundle-slot.is-filled .ds-bundle-slot__empty{display:none}.ds-bundle-slot__image{width:100%;height:100%;object-fit:contain;padding:.5625rem;box-sizing:border-box;mix-blend-mode:multiply}.ds-bundle-slot.is-filled{isolation:isolate}.ds-bundle-slot__remove{position:absolute;top:-.5rem;inset-inline-end:-.5rem;z-index:1;width:1rem;height:1rem;padding:0;border:0;border-radius:var(--rounded-full);background:rgb(var(--ds-bundle-text));color:rgb(var(--ds-bundle-surface));display:grid;place-items:center;cursor:pointer}.ds-bundle-slot__remove .icon{width:.5rem;height:.5rem}.ds-bundle-slot__remove:hover{background:rgb(var(--ds-bundle-accent))}.ds-bundle-summary__rows{display:grid;gap:var(--spacing-1);margin:0;padding-block:var(--spacing-5) var(--spacing-3);border-block-start:1px solid rgb(var(--ds-bundle-line));font-size:var(--text-base);line-height:1.5}.ds-bundle-summary__row{display:flex;justify-content:space-between;gap:var(--spacing-4)}.ds-bundle-summary__row dt,.ds-bundle-summary__row dd{margin:0}.ds-bundle-summary__row dd{white-space:nowrap}.ds-bundle-summary__row--muted{color:rgb(var(--ds-bundle-text) / .45);font-weight:500}.ds-bundle-summary__row--muted dd{font-weight:700}.ds-bundle-summary__row--subdued{color:rgb(var(--ds-bundle-text) / .65);font-weight:500}.ds-bundle-summary__row--subdued dd{font-weight:600}.ds-bundle-summary__discount{color:rgb(var(--ds-bundle-accent));font-weight:700}.ds-bundle-summary__total{display:flex;justify-content:space-between;gap:var(--spacing-4);padding-block:.9375rem var(--spacing-1);border-block-start:1px solid rgb(var(--ds-bundle-text) / .75);font-size:var(--text-md);font-weight:600;line-height:1.5}.ds-bundle-summary__total-value{font-weight:700}.ds-bundle-summary__taxes{margin:var(--spacing-2) 0 0;font-size:var(--text-xs);line-height:1.45;color:rgb(var(--ds-bundle-text) / .65)}.ds-bundle-summary__taxes a{color:inherit;text-decoration:underline;text-underline-offset:.15em}.ds-bundle .ds-bundle-summary__taxes a.link{background:none}.ds-bundle-summary__taxes a:hover{color:rgb(var(--ds-bundle-accent))}.ds-bundle-summary__cta{display:none;gap:var(--spacing-3)}.ds-bundle__note{margin:0;text-align:center;font-size:var(--text-sm);line-height:1.5}.ds-bundle__error{margin:0;font-size:var(--text-sm);color:rgb(var(--error-text, 200 40 40))}@media screen and (min-width:700px){.ds-bundle-summary__panel{margin-inline:0;padding:var(--spacing-6);border-radius:1.875rem 0}.ds-bundle-slots{grid-template-columns:repeat(var(--ds-bundle-slot-count, 4),minmax(0,1fr));gap:var(--spacing-2)}.ds-bundle-summary__rows{gap:var(--spacing-1-5)}}@media screen and (min-width:1000px){.ds-bundle-summary__cta{display:grid}}.ds-bundle-bar{display:grid;gap:var(--spacing-2-5);margin-block-start:var(--spacing-6);margin-inline:calc(-1 * var(--container-outer-width, 0px));padding:.6875rem var(--container-outer-width, var(--spacing-5)) var(--spacing-2-5);background:rgb(var(--ds-bundle-surface));border-block-start:2px solid rgb(var(--ds-bundle-text))}.ds-bundle-bar--sticky{position:sticky;bottom:0;z-index:5;margin-block-start:0}.ds-bundle-bar__prices{display:flex;justify-content:space-between;align-items:baseline;gap:var(--spacing-4);padding-block-end:var(--spacing-0-5);font-weight:700;line-height:1.5}.ds-bundle-bar__total{font-size:1.375rem}.ds-bundle-bar__save{color:rgb(var(--ds-bundle-accent));font-size:var(--text-base)}.ds-bundle__note--bar{padding-inline:var(--spacing-5)}@media screen and (min-width:1000px){.ds-bundle-bar{display:none}}.ds-bundle-modal{--ds-bundle-modal-surface: var(--dialog-background, var(--ds-bundle-surface));--ds-bundle-modal-icon: 138 138 148;--ds-bundle-modal-width: 45rem;--ds-bundle-modal-duration: .4s;--ds-bundle-modal-ease: cubic-bezier(.32, .72, 0, 1);position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;width:auto;height:auto;max-width:none;max-height:none;margin:0;padding:0;border:0;background:#0006;color:rgb(var(--ds-bundle-text));font-family:var(--text-font-family);overscroll-behavior:contain;opacity:1;transition:opacity .2s ease}.ds-bundle-modal::backdrop{background:transparent}.ds-bundle-modal[open]{display:grid;align-items:end;justify-items:stretch}.ds-bundle-modal [hidden]{display:none!important}.ds-bundle-modal__panel{position:relative;outline:none;display:flex;flex-direction:column;width:100%;max-height:min(92dvh,100%);background:rgb(var(--ds-bundle-modal-surface));border-radius:1.5rem 1.5rem 0 0;overflow:hidden;transform:translateY(0);transition:transform var(--ds-bundle-modal-duration) var(--ds-bundle-modal-ease)}@starting-style{.ds-bundle-modal[open]{opacity:0}.ds-bundle-modal[open] .ds-bundle-modal__panel{transform:translateY(100%)}}.ds-bundle-modal.is-closing{opacity:0}.ds-bundle-modal.is-closing .ds-bundle-modal__panel{transform:translateY(100%)}.ds-bundle-modal__close{position:absolute;top:.875rem;inset-inline-end:.75rem;z-index:1;display:grid;place-items:center;width:2rem;height:2rem;padding:0;border:0;border-radius:var(--rounded-xs, .25rem);background:none;color:rgb(var(--ds-bundle-modal-icon));cursor:pointer;transition:color .15s ease}.ds-bundle-modal__close svg{display:block;width:.875rem;height:.875rem}.ds-bundle-modal__close:hover{color:rgb(var(--ds-bundle-text))}.ds-bundle-modal__close:focus-visible{outline:2px solid rgb(var(--ds-bundle-accent));outline-offset:2px}@media screen and (min-width:700px){.ds-bundle-modal{--ds-bundle-modal-duration: .3s;padding:var(--spacing-6)}.ds-bundle-modal[open]{place-items:center}.ds-bundle-modal__panel{width:min(var(--ds-bundle-modal-width),100%);max-height:calc(100dvh - var(--spacing-12));border-radius:var(--ds-bundle-radius) 0 var(--ds-bundle-radius) 0;transition:transform var(--ds-bundle-modal-duration) var(--ds-bundle-modal-ease),opacity var(--ds-bundle-modal-duration) ease}@starting-style{.ds-bundle-modal[open] .ds-bundle-modal__panel{opacity:0;transform:translateY(1.5rem)}}.ds-bundle-modal.is-closing .ds-bundle-modal__panel{opacity:0;transform:translateY(1.5rem)}.ds-bundle-modal__close{top:1.5rem;inset-inline-end:1.5rem;width:2.25rem;height:2.25rem}.ds-bundle-modal__close svg{width:1rem;height:1rem}}.ds-bundle-picker{--ds-bundle-modal-width: 34rem;--ds-bundle-picker-inline: var(--spacing-5);--ds-bundle-picker-gap: var(--spacing-5);--ds-bundle-picker-group-gap: var(--spacing-4)}.ds-bundle-picker__header{flex:none;display:flex;align-items:center;gap:var(--spacing-4);min-width:0;padding:var(--spacing-4) 3.25rem var(--spacing-4) var(--ds-bundle-picker-inline);border-block-end:1px solid rgb(var(--ds-bundle-line))}.ds-bundle-picker__image{flex:none;width:4rem;height:4rem;padding:var(--spacing-1);box-sizing:border-box;object-fit:contain;background:rgb(var(--ds-bundle-image-bg, var(--background-secondary)));border-radius:var(--rounded-xs);mix-blend-mode:multiply}.ds-bundle-picker__meta{display:grid;gap:var(--spacing-0-5);min-width:0}.ds-bundle-picker__title{margin:0;font-size:var(--text-md);font-weight:700;line-height:1.35}.ds-bundle-picker__price{margin:0;line-height:1.5}.ds-bundle-picker__body{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:minmax(0,1fr);align-content:start;gap:var(--ds-bundle-picker-gap);padding:var(--ds-bundle-picker-gap) var(--ds-bundle-picker-inline);overflow-y:auto;overscroll-behavior:contain}.ds-bundle-picker__body:not(:has(>:not([hidden]))){display:none}.ds-bundle-picker__options{display:grid;gap:var(--ds-bundle-picker-group-gap);width:100%;min-width:0}.ds-bundle-picker__option{display:grid;gap:var(--spacing-2);margin:0;padding:0;border:0;min-width:0}.ds-bundle-picker__legend{padding:0;font-size:var(--text-sm);font-weight:600;line-height:1.4}.ds-bundle-picker__values{display:flex;flex-wrap:wrap;gap:var(--spacing-2);min-width:0;margin-top:var(--spacing-0-5)}.ds-bundle-picker__stock{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:var(--spacing-1-5);margin:0;font-size:var(--text-sm);line-height:1.5}.ds-bundle-picker__stock .icon{flex:none;color:rgb(var(--success-text, 46 125 50))}.ds-bundle-picker__stock-status{font-weight:700}.ds-bundle-picker__stock-delivery{color:rgb(var(--ds-bundle-text) / .7)}.ds-bundle-picker__stock-delivery:not(:empty):before{content:"- "}.ds-bundle-picker__footer{flex:none;display:grid;justify-items:center;gap:var(--spacing-3);padding:var(--ds-bundle-picker-gap) var(--ds-bundle-picker-inline) var(--spacing-5);border-block-start:1px solid rgb(var(--ds-bundle-line))}.ds-bundle-picker__more{display:inline-flex;align-items:center;gap:var(--spacing-1-5);color:rgb(var(--ds-bundle-text) / .75);font-size:var(--text-sm);line-height:1.5;text-decoration:none}.ds-bundle-picker__more-label{text-decoration:underline;text-underline-offset:.2em}.ds-bundle-picker__more-icon{flex:none;margin-block-start:-.1em}.ds-bundle-picker__more:hover{color:rgb(var(--ds-bundle-accent))}.ds-bundle-picker__more:focus-visible{outline:2px solid rgb(var(--ds-bundle-accent));outline-offset:2px}.ds-bundle-chip{--ds-bundle-chip-line: 170 170 170;--ds-bundle-hover-opacity: 1;display:inline-flex;align-items:center;justify-content:start;gap:var(--spacing-2-5);max-width:100%;min-height:2.25rem;padding-block:calc(var(--spacing-1-5) - var(--ds-bundle-baseline-shift)) calc(var(--spacing-1-5) + var(--ds-bundle-baseline-shift));padding-inline:var(--spacing-3-5);border:1px solid rgb(var(--ds-bundle-chip-line));border-radius:var(--rounded-button, .5rem);background:transparent;color:rgb(var(--ds-bundle-text));font-family:var(--text-font-family);font-size:var(--text-sm);line-height:1.4;text-align:start;overflow-wrap:break-word;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.ds-bundle-chip:focus-visible{outline:2px solid rgb(var(--ds-bundle-accent));outline-offset:2px}@media screen and (pointer:fine){.ds-bundle-chip:not([disabled]):not([aria-pressed=true]):hover{border-color:rgb(var(--ds-bundle-text) / .55)}.ds-bundle-chip[aria-pressed=true]:hover{--ds-bundle-hover-opacity: .85}}.ds-bundle-chip[aria-pressed=true]{background:rgb(var(--ds-bundle-accent) / var(--ds-bundle-hover-opacity));border-color:rgb(var(--ds-bundle-accent) / var(--ds-bundle-hover-opacity));color:#fff}.ds-bundle-chip__swatch{flex:none;width:var(--spacing-4-5);height:var(--spacing-4-5);border:1px solid rgb(var(--ds-bundle-chip-line));border-radius:var(--rounded-full);background:var(--ds-bundle-swatch, transparent) center / cover}.ds-bundle-chip.is-unavailable{border-color:rgb(var(--ds-bundle-text) / .18);color:rgb(var(--ds-bundle-text) / .65);text-decoration:line-through}.ds-bundle-chip[disabled]{border-color:transparent;cursor:not-allowed}@media screen and (min-width:700px){.ds-bundle-picker{--ds-bundle-picker-inline: 2.25rem;--ds-bundle-picker-gap: var(--spacing-6);--ds-bundle-picker-group-gap: var(--spacing-5)}.ds-bundle-picker__header{padding:var(--spacing-5) 4.5rem var(--spacing-5) var(--ds-bundle-picker-inline)}.ds-bundle-picker__title{font-size:var(--text-lg)}.ds-bundle-picker__legend{font-size:var(--text-base)}.ds-bundle-chip{min-height:2.375rem;padding-block:calc(var(--spacing-2) - var(--ds-bundle-baseline-shift)) calc(var(--spacing-2) + var(--ds-bundle-baseline-shift));padding-inline:var(--spacing-4)}.ds-bundle-picker__footer{padding:var(--ds-bundle-picker-gap) var(--ds-bundle-picker-inline) var(--spacing-6)}}.ds-bundle-toast{--ds-bundle-toast-top: calc(var(--header-is-visible, 1) * var(--sticky-area-height, 0px));position:fixed;z-index:998;inset-inline:var(--spacing-4);top:calc(var(--ds-bundle-toast-top) + var(--spacing-4));display:flex;align-items:center;gap:var(--spacing-3);padding:var(--spacing-3) var(--spacing-5);border-radius:var(--ds-bundle-radius) 0 var(--ds-bundle-radius) 0;background:rgb(var(--ds-bundle-accent));color:#fff;font-size:var(--text-sm);font-weight:600;line-height:1.4;box-shadow:0 .5rem 1.75rem #0000002e;opacity:0;transform:translateY(-.75rem);pointer-events:none;transition:opacity .2s ease,transform .28s cubic-bezier(.16,1,.3,1)}@media screen and (max-width:999px){.ds-bundle--progress-sticky .ds-bundle-toast{--ds-bundle-toast-top: calc(var(--ds-bundle-sticky-top) + var(--ds-bundle-progress-height, 0px))}}.ds-bundle-toast.is-visible{opacity:1;transform:none}.ds-bundle-toast__icon{flex:none;display:grid;place-items:center;width:1.375rem;height:1.375rem;border-radius:var(--rounded-full);background:#ffffff38}.ds-bundle-toast__icon svg{display:block}.ds-bundle-toast__image{flex:none;width:2.5rem;height:2.5rem;padding:.1875rem;box-sizing:border-box;object-fit:contain;background:#fff;border-radius:var(--rounded-xs, .25rem)}.ds-bundle-toast__text{min-width:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media(prefers-reduced-motion:reduce){.ds-bundle-toast{transform:none;transition:opacity .15s ease}}@media screen and (min-width:700px){.ds-bundle-toast{inset-inline:auto var(--spacing-6);max-width:24rem;top:calc(var(--ds-bundle-toast-top) + var(--spacing-6));font-size:var(--text-base)}}.ds-bundle-upsell{--ds-bundle-upsell-text-soft: 74 74 82;--ds-bundle-upsell-muted: 110 110 120;--ds-bundle-upsell-hairline: 230 231 239;--ds-bundle-upsell-row-line: 239 239 244;--ds-bundle-upsell-done-line: 225 226 236;--ds-bundle-upsell-button-line: 201 202 212;--ds-bundle-upsell-inline: var(--spacing-5)}.ds-bundle-upsell__header{flex:none;display:grid;gap:var(--spacing-2);padding:1.375rem var(--ds-bundle-upsell-inline) 1.125rem}.ds-bundle-upsell__title{margin:0;padding-inline-end:2.5rem;font-size:1.5rem;font-weight:700;line-height:1.14;letter-spacing:-.015em}.ds-bundle-upsell__text{margin:0;font-size:var(--text-base);font-weight:500;line-height:1.45;color:rgb(var(--ds-bundle-upsell-text-soft))}.ds-bundle-upsell__body{flex:1 1 auto;min-height:0;display:grid;align-content:start;overflow-y:auto;overscroll-behavior:contain}.ds-bundle-upsell__band{display:grid;gap:var(--spacing-4);padding:var(--spacing-2-5) var(--ds-bundle-upsell-inline) .6875rem;background:rgb(var(--ds-bundle-progress-bg));border-block-start:1px solid rgb(var(--ds-bundle-upsell-hairline));border-block-end:1px solid rgb(var(--ds-bundle-line))}.ds-bundle-upsell__band-title{margin:0;font-size:var(--text-md);font-weight:700;line-height:1.4}.ds-bundle-upsell__head{display:flex;justify-content:space-between;align-items:baseline;gap:var(--spacing-4);padding:var(--spacing-4) var(--ds-bundle-upsell-inline) var(--spacing-2-5)}.ds-bundle-upsell__head-title{margin:0;font-size:var(--text-base);font-weight:600;line-height:1.3}.ds-bundle-upsell__head-note{margin:0;font-size:var(--text-xs);font-weight:500;line-height:1.4;color:rgb(var(--ds-bundle-upsell-muted));white-space:nowrap}.ds-bundle-upsell__rows{display:grid;margin:0;padding:0;list-style:none}.ds-bundle-upsell__row{border-block-end:1px solid rgb(var(--ds-bundle-upsell-row-line))}.ds-bundle-upsell__row.is-filled{background:rgb(var(--ds-bundle-panel));border-block:1px solid rgb(var(--ds-bundle-upsell-done-line))}.ds-bundle-upsell__row-button{display:flex;align-items:center;gap:.8125rem;width:100%;padding:.6875rem var(--ds-bundle-upsell-inline);border:0;background:none;color:inherit;font:inherit;text-align:start;cursor:pointer}.ds-bundle-upsell__row-button:focus-visible{outline:2px solid rgb(var(--ds-bundle-accent));outline-offset:-2px}@media screen and (pointer:fine){.ds-bundle-upsell__row:not(.is-filled) .ds-bundle-upsell__row-button:hover{background:rgb(var(--ds-bundle-accent) / .04)}}.ds-bundle-upsell__thumb{position:relative;flex:none;width:2.75rem;height:2.75rem;display:grid;place-items:center;border:1.2px dashed rgb(var(--ds-bundle-accent));border-radius:.25rem;background:rgb(var(--ds-bundle-progress-bg));color:rgb(var(--ds-bundle-accent))}.ds-bundle-upsell__row.is-filled .ds-bundle-upsell__thumb{isolation:isolate;border:0;border-radius:0;background:#fff}.ds-bundle-upsell__image{width:100%;height:100%;object-fit:contain;padding:.3125rem;box-sizing:border-box;mix-blend-mode:multiply}.ds-bundle-upsell__plus{display:block;width:.625rem;height:.625rem}.ds-bundle-upsell__row.is-filled .ds-bundle-upsell__plus{display:none}.ds-bundle-upsell__check{display:none;position:absolute;inset-inline-end:.1875rem;bottom:.1875rem;width:.875rem;height:.875rem;color:rgb(var(--ds-bundle-accent))}.ds-bundle-upsell__row.is-filled .ds-bundle-upsell__check{display:block}.ds-bundle-upsell__info{flex:1 1 auto;min-width:0;display:grid;gap:1px}.ds-bundle-upsell__label{font-size:var(--text-base);font-weight:700;line-height:1.3}.ds-bundle-upsell__row.is-filled .ds-bundle-upsell__label{color:rgb(var(--ds-bundle-accent));letter-spacing:.02em}.ds-bundle-upsell__sub{font-size:var(--text-xs);font-weight:500;line-height:1.4;color:rgb(var(--ds-bundle-upsell-muted))}.ds-bundle-upsell__product{font-size:.875rem;font-weight:600;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds-bundle-upsell__price{flex:none;font-size:.9375rem;font-weight:600;line-height:1.4}.ds-bundle-upsell__choose{flex:none;display:inline-flex;align-items:center;gap:.375rem;color:rgb(var(--ds-bundle-accent));font-size:.875rem;font-weight:700;line-height:1.4}.ds-bundle-upsell__choose svg{display:block;flex:none}.ds-bundle-upsell__row.is-filled .ds-bundle-upsell__choose{display:none}.ds-bundle-upsell__footer{flex:none;display:flex;gap:var(--spacing-2-5);padding:.875rem var(--ds-bundle-upsell-inline) var(--spacing-5);background:rgb(var(--ds-bundle-progress-bg));border-block-start:1px solid rgb(var(--ds-bundle-upsell-hairline))}.ds-bundle-upsell__decline{flex:0 0 8.125rem;padding-inline:var(--spacing-3);background:#fff;box-shadow:inset 0 0 0 1.5px rgb(var(--ds-bundle-upsell-button-line));color:rgb(var(--ds-bundle-upsell-text-soft))}.ds-bundle-upsell__continue{flex:1 1 auto;width:auto;gap:.9375rem;padding-inline:var(--spacing-3)}.ds-bundle-upsell__continue-icon{display:block;flex:none;width:.875rem;height:.75rem}@media screen and (pointer:fine){.ds-bundle-upsell__decline:hover{box-shadow:inset 0 0 0 1.5px rgb(var(--ds-bundle-upsell-muted));color:rgb(var(--ds-bundle-text))}}@media screen and (min-width:700px){.ds-bundle-upsell{--ds-bundle-upsell-inline: 2.25rem}.ds-bundle-upsell__header{gap:.5625rem;padding:1.75rem var(--ds-bundle-upsell-inline) 1.375rem}.ds-bundle-upsell__title{padding-inline-end:3.5rem;font-size:2rem;line-height:1.18}.ds-bundle-upsell__text{max-width:35rem;line-height:1.5}.ds-bundle-upsell__band{gap:1.375rem;padding:var(--spacing-4) var(--ds-bundle-upsell-inline) .8125rem}.ds-bundle-upsell__band-title{font-size:var(--text-lg)}.ds-bundle-upsell__head{padding:var(--spacing-5) var(--ds-bundle-upsell-inline) .6875rem}.ds-bundle-upsell__head-title{font-size:var(--text-md)}.ds-bundle-upsell__head-note{font-size:var(--text-sm)}.ds-bundle-upsell__row-button{gap:var(--spacing-4);padding:var(--spacing-3) var(--ds-bundle-upsell-inline)}.ds-bundle-upsell__thumb{width:3.5rem;height:3.5rem;border-width:1.25px;background:rgb(var(--ds-bundle-panel))}.ds-bundle-upsell__image{padding:.4375rem}.ds-bundle-upsell__plus{width:.875rem;height:.875rem}.ds-bundle-upsell__check{inset-inline-end:.25rem;bottom:.25rem}.ds-bundle-upsell__info{gap:2px}.ds-bundle-upsell__sub,.ds-bundle-upsell__product,.ds-bundle-upsell__choose{font-size:.9375rem}.ds-bundle-upsell__product{font-weight:700}.ds-bundle-upsell__price{font-size:1.0625rem}.ds-bundle-upsell__choose{min-width:6.5rem;justify-content:end;gap:.4375rem}.ds-bundle-upsell__footer{justify-content:space-between;padding:1.125rem var(--ds-bundle-upsell-inline) 1.375rem}.ds-bundle-upsell__decline{flex:0 0 9.5rem;padding-inline:var(--spacing-4)}.ds-bundle-upsell__continue{flex:0 0 14rem;gap:.5625rem;padding-inline:var(--spacing-4)}.ds-bundle-upsell__continue-icon{width:.9375rem;height:.8125rem}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/ds-bundle-builder.css.map */
