.custom-bundle{display:block;margin-top:var(--space-xs);margin-bottom:var(--space-s)}@media screen and (min-width:750px){.custom-bundle{margin-bottom:var(--space-m)}}.custom-bundle__inner{background-color:rgb(var(--color-background));border:1px solid rgb(var(--color-border));border-radius:var(--radius-xs);display:flex;flex-direction:column;overflow:visible;position:relative}.custom-bundle__header{background-color:var(--brand-beige-5-for-bg);border-bottom:1px solid rgb(var(--color-border));border-radius:var(--radius-xs) var(--radius-xs) 0 0;display:flex;flex-direction:column;gap:.6rem;padding:var(--space-s) var(--space-s) 1.4rem}.custom-bundle__header-row{align-items:center;display:flex;flex-wrap:wrap;gap:.6rem;justify-content:space-between}.custom-bundle__heading{color:rgb(var(--color-heading));margin:0}.custom-bundle__badge{background-color:var(--brand-sale-signal-red);border-radius:var(--radius-xs);color:var(--brand-white);padding:var(--space-3xxs) var(--space-2xs)}.custom-bundle__intro{color:var(--text-secondary-color);margin:0}.custom-bundle__grid{display:flex;flex-direction:column}.custom-bundle__card{align-items:center;background-color:rgb(var(--color-background));border-bottom:1px solid rgb(var(--color-border));display:flex;gap:var(--space-xs);min-width:0;padding:1.4rem var(--space-s);position:relative;scroll-margin-bottom:1.6rem;scroll-margin-top:calc(var(--sticky-offset, var(--header-height, 0px)) + 1.6rem);transition:background-color var(--transition-duration) var(--transition-function);z-index:0}.custom-bundle__card.is-dropdown-open{z-index:2}.custom-bundle__card:not(.custom-bundle__card--parent){cursor:pointer}.custom-bundle__card.is-selected,.custom-bundle__card:has([data-bundle-checkbox]:checked){background-color:var(--brand-beige-5-for-bg)}.custom-bundle__card--parent .custom-bundle__checkbox{cursor:default;pointer-events:none}.custom-bundle__heading-row{align-items:center;display:flex;flex-wrap:wrap;gap:.6rem;min-width:0}.custom-bundle__current-badge{background-color:var(--brand-primary-green);border-radius:var(--radius-xs);color:var(--brand-white);flex-shrink:0;padding:var(--space-3xxs) var(--space-2xs)}.custom-bundle__media{background-color:var(--brand-beige-5-for-bg);border-radius:var(--radius-xs);flex-shrink:0;height:6.4rem;overflow:hidden;position:relative;width:6.4rem}.custom-bundle__image{display:block;height:100%;object-fit:cover;width:100%}.custom-bundle__checkbox{cursor:pointer;display:block;flex-shrink:0;height:2.4rem;width:2.4rem}.custom-bundle__checkbox-mark{align-items:center;background-color:rgb(var(--color-background));border:1.5px solid var(--brand-green-5);border-radius:var(--radius-xs);display:flex;height:100%;justify-content:center;transition:background-color var(--transition-duration) var(--transition-function),border-color var(--transition-duration) var(--transition-function);width:100%}.custom-bundle__checkbox-mark .icon-checkmark{color:var(--brand-white);display:none;height:1.6rem;width:1.6rem}.custom-bundle__checkbox-input:checked+.custom-bundle__checkbox-mark{background-color:var(--brand-primary-green);border-color:var(--brand-primary-green)}.custom-bundle__checkbox-input:disabled+.custom-bundle__checkbox-mark{opacity:1}.custom-bundle__checkbox-input:checked+.custom-bundle__checkbox-mark .icon-checkmark{display:block}.custom-bundle__checkbox-input:focus-visible+.custom-bundle__checkbox-mark{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.2rem}.custom-bundle__info{display:flex;flex:1 1 auto;flex-direction:column;gap:var(--space-3xxs);min-width:0}.custom-bundle__title{color:rgb(var(--color-heading));margin:0;min-width:0;overflow-wrap:anywhere;text-decoration:none}.custom-bundle__title span{text-decoration:underline;text-underline-offset:.15em}.custom-bundle__title svg{display:inline-block;height:1.2rem;margin-inline-start:.5rem;overflow:visible;vertical-align:-.1em;width:1.2rem}.custom-bundle__subtitle{color:var(--text-tertiary-color);margin:0}.custom-bundle__variant{display:block;position:relative;width:100%}.custom-bundle__variant-trigger{-webkit-appearance:none;appearance:none;align-items:center;background-color:rgb(var(--color-input-background, var(--color-background)));border:1px solid rgb(var(--color-input-border, var(--color-border)));border-radius:var(--radius-xs);color:rgb(var(--color-heading));cursor:pointer;display:flex;font:inherit;gap:var(--space-2xs);justify-content:space-between;padding:.7rem var(--space-2xs);text-align:left;width:100%}.custom-bundle__variant-trigger:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.2rem}.custom-bundle__card.is-selected .custom-bundle__variant.is-empty .custom-bundle__variant-trigger{border-color:var(--brand-primary-green);border-width:1.5px}.custom-bundle__variant-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-bundle__variant.is-empty .custom-bundle__variant-label{color:var(--text-tertiary-color)}.custom-bundle__variant-icon{align-items:center;display:flex;flex-shrink:0;height:1.8rem;justify-content:center;width:1.8rem}.custom-bundle__variant-icon .icon-caret{display:block;height:.6rem;width:1rem}.custom-bundle__variant.is-open .custom-bundle__variant-icon{transform:rotate(180deg)}.custom-bundle__variant-menu{background-color:rgb(var(--color-background));border:1px solid rgb(var(--color-border));border-radius:var(--radius-xs);box-shadow:0 .4rem 1.6rem #0000001f;display:flex;flex-direction:column;left:0;max-height:19.8rem;overflow-x:hidden;overflow-y:auto;position:absolute;right:0;top:100%;z-index:3}.custom-bundle__card:has([data-bundle-variant-hint]:not([hidden])) .custom-bundle__variant-menu{top:calc(100% + 2.4rem)}.custom-bundle__variant-menu[hidden]{display:none}.custom-bundle__variant-option{-webkit-appearance:none;appearance:none;align-items:center;background:transparent;border:0;color:rgb(var(--color-heading));cursor:pointer;display:flex;flex-shrink:0;font:inherit;height:3.6rem;padding:0 var(--space-2xs);text-align:left;width:100%}.custom-bundle__variant-option:hover,.custom-bundle__variant-option:focus-visible{background-color:var(--brand-beige-5-for-bg)}.custom-bundle__variant-option:disabled{color:var(--text-tertiary-color);cursor:not-allowed;opacity:.55}.custom-bundle__variant-option:disabled:hover,.custom-bundle__variant-option:disabled:focus-visible{background-color:transparent}.custom-bundle__variant-hint{color:var(--brand-sale-signal-red);margin:0}.custom-bundle__price{color:rgb(var(--color-heading));margin:0}.custom-bundle__footer{align-items:center;background-color:rgb(var(--color-background));border-radius:0 0 var(--radius-xs) var(--radius-xs);column-gap:var(--space-xs);display:grid;grid-template-columns:minmax(0,1fr) auto;padding:var(--space-xs) var(--space-s) var(--space-s);position:relative;row-gap:var(--space-1xs);z-index:1}.custom-bundle__count{color:var(--text-secondary-color);grid-column:1;grid-row:1;margin:0}.custom-bundle__savings{color:var(--brand-sale-signal-red);grid-column:2;grid-row:1;justify-self:end}.custom-bundle__summary{display:flex;flex-direction:column;gap:1px;grid-column:1;grid-row:2;min-width:0}.custom-bundle__summary-row{align-items:center;display:flex}.custom-bundle__price-title{color:var(--text-tertiary-color)}.custom-bundle__totals{align-items:center;display:flex;flex-wrap:wrap;gap:.6rem;margin:0}.custom-bundle__total{color:rgb(var(--color-heading))}.custom-bundle__compare{color:var(--text-tertiary-color);font-weight:400;text-decoration:line-through}.custom-bundle__add-button{grid-column:2;grid-row:2}.custom-bundle__add-button.btn-primary{min-width:19.6rem!important;width:19.6rem}@media screen and (max-width:1199px){.custom-bundle__summary{grid-column:1 / -1}.custom-bundle__add-button{grid-column:1 / -1;grid-row:3;margin-top:var(--space-2xs)}.custom-bundle__add-button.btn-primary{min-width:0!important;width:100%}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/custom-bundle.css.map */
