.bundle-set__section-heading{margin-bottom:16px;font-size:var(--heading-h4-font-size);font-weight:var(--heading-font-weight)}.bundle-set__item-list{display:flex;flex-direction:column;gap:0;margin-bottom:16px}.bundle-set__item-card{border-bottom:1px solid rgb(var(--border-color));padding:8px 4px;display:flex;flex-direction:row;gap:8px;align-items:stretch;overflow:hidden}.bundle-set__item-card:last-child{border-bottom:none}.bundle-set__item-image{flex:0 0 48px;width:48px;height:48px;overflow:hidden}.bundle-set__item-image img{width:100%;height:100%;object-fit:contain;display:block}.bundle-set__item-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px;justify-content:center}.bundle-set__item-body--mandatory{display:grid;grid-template-columns:auto 1fr;column-gap:8px;row-gap:4px;align-items:baseline}.bundle-set__item-qty-badge{display:inline-flex;align-items:baseline;background-color:rgba(var(--text-color),.1);padding:2px 8px;border-radius:12px;font-size:12px;font-weight:var(--text-font-weight);flex-shrink:0;line-height:1}.bundle-set__item-body--mandatory .bundle-set__item-row1{display:contents}.bundle-set__item-title{flex:1;min-width:0;text-decoration:none;color:rgb(var(--heading-color));text-transform:none;font-weight:var(--text-font-weight);font-size:1rem;line-height:1.3}.bundle-set__item-body--mandatory .bundle-set__item-title,.bundle-set__item-body--mandatory .bundle-set__item-row2{grid-column:2}.bundle-set__item-title:hover{text-decoration:underline}.bundle-set__item-row1{display:flex;align-items:baseline;gap:8px}.bundle-set__item-row2{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.bundle-set__variant-selector-wrapper{flex:0 0 auto;width:160px;max-width:160px}.bundle-set__variant-selector{width:100%;padding:5px 8px;border:1px solid rgb(var(--border-color));border-radius:var(--button-border-radius);background-color:rgb(var(--background));color:rgb(var(--text-color));font-family:var(--text-font-family);font-size:13px;cursor:pointer}.bundle-set__variant-selector:focus{outline:2px solid rgb(var(--text-color));outline-offset:2px}.bundle-set__item-price{font-size:14px;line-height:1.2}.bundle-set__item-card--optional{display:grid;grid-template-columns:auto auto 1fr auto;grid-template-areas:"qty image title   price" "qty image variant variant";column-gap:8px;row-gap:6px;align-items:start}.bundle-set__item-card--optional .bundle-set__optional-quantity{grid-area:qty;align-self:center}.bundle-set__item-card--optional .bundle-set__item-image{grid-area:image;align-self:center;flex:none;width:48px;height:48px}.bundle-set__item-card--optional .bundle-set__item-title{grid-area:title}.bundle-set__item-card--optional .bundle-set__item-price{grid-area:price;justify-self:end;text-align:right}.bundle-set__item-card--optional .bundle-set__variant-selector-wrapper{grid-area:variant;justify-self:start}@media screen and (max-width:599px){.bundle-set__item-card--optional{grid-template-columns:auto auto 1fr auto;grid-template-areas:"image title title   price" "image qty   variant variant";column-gap:8px;row-gap:6px;align-items:start;padding:10px 2px}.bundle-set__item-card--optional .bundle-set__item-image{align-self:center;justify-self:start;width:64px;height:64px;aspect-ratio:auto}.bundle-set__item-card--optional .bundle-set__variant-selector-wrapper{width:100%;max-width:200px;justify-self:start}.bundle-set__item-card--optional .bundle-set__item-price{align-self:start;justify-self:end}.bundle-set__item-card--optional .bundle-set__optional-quantity,.bundle-set__item-card--optional .bundle-set__variant-selector-wrapper{align-self:end}}@media screen and (max-width:400px){.bundle-set__item-card--optional{grid-template-columns:auto 1fr auto;grid-template-areas:"title title   price" "qty   variant variant"}.bundle-set__item-card--optional .bundle-set__item-image{display:none}}.bundle-set__optional-section-heading{margin-top:24px;margin-bottom:12px;font-size:var(--heading-h4-font-size);font-weight:var(--heading-font-weight)}@media screen and (min-width:1000px){.bundle-set__optional-section{flex:none;width:calc(var(--grid-column-width) * 9 + var(--grid-gap) * 8)}}@media screen and (min-width:1200px){.bundle-set__optional-section{width:calc(var(--grid-column-width) * 7 + var(--grid-gap) * 6)}}.bundle-set__optional-quantity{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;flex-shrink:0}.bundle-set__optional-quantity-label{font-size:12px;line-height:1}.bundle-set__optional-quantity-selector{min-width:0}.bundle-set__optional-quantity-selector .quantity-selector__input{width:2.5em}.bundle-set__optional-quantity-selector .quantity-selector__button{width:28px}.bundle-set__optional-quantity-selector svg{width:8px;height:8px}.bundle-set__summary{border-top:2px solid rgb(var(--border-color));padding-top:24px;margin-top:24px}.bundle-set__summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.bundle-set__total-row{display:flex;align-items:center;gap:12px}.bundle-set__total-label{font-size:18px}.bundle-set__running-total{font-size:var(--heading-h4-font-size);color:rgb(var(--heading-color))}.bundle-set__running-total.bundle-set__running-total--sale{color:rgb(var(--product-on-sale-accent))}.bundle-set__quantity-row{display:flex;align-items:center;gap:8px;margin-bottom:0}.bundle-set__quantity-label{font-size:14px}.bundle-set__summary .product-form__buy-buttons{display:flex;flex-direction:column;gap:1em;margin-top:16px}.bundle-set__error{color:#dc3232;font-size:14px;margin-top:12px;padding:12px;background-color:#dc32321a;border-radius:var(--button-border-radius)}.bundle-set__error[hidden]{display:none}.bundle-set__config-error{padding:32px;border:2px solid rgb(220,50,50);border-radius:var(--button-border-radius);background-color:#dc32320d;margin:40px auto;max-width:600px;text-align:center}.bundle-set__config-error h2{color:#dc3232;margin-bottom:16px}.bundle-set__config-error p{margin:12px 0}
/*# sourceMappingURL=/cdn/shop/t/2/assets/bundle-set.css.map */
