.flex-bundles__title{margin:0}.flex-bundles__price-title{margin-top:1rem}.flex-bundles__original-price{color:var(--flex-bundles-original-price-color, rgba(var(--color-foreground), .75))}.flex-bundles__discounted-price{color:var(--flex-bundles-discount-color, rgba(var(--color-foreground), .75))}.flex-bundles__savings{color:var(--flex-bundles-savings-color, var(--color-error, #d82c0d))}.flex-bundles__form{display:block;margin-top:calc(var(--flex-bundles-header-spacing, 0) * .75)}@media screen and (min-width: 750px){.flex-bundles__form{margin-top:var(--flex-bundles-header-spacing, 0)}}.flex-bundles__components{display:flex;flex-direction:column;gap:calc(var(--flex-bundles-component-spacing, 0) * .75)}@media screen and (min-width: 750px){.flex-bundles__components{gap:var(--flex-bundles-component-spacing, 0)}}.flex-bundles__component{display:flex;gap:2rem}.flex-bundles--dynamic .flex-bundles__component{position:relative;padding-bottom:47px;height:100%}.flex-bundles__component--stacked{flex-direction:column}.flex-bundles__image-container{flex:0 0 var(--flex-bundles-image-width, 30%)}.flex-bundles__image{position:relative;aspect-ratio:var(--flex-bundles-image-aspect-ratio, 1)}.flex-bundles__image img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0}.flex-bundles__component-title{margin:0 0 calc(var(--flex-bundles-spacing) * .5) 0}.flex-bundles__component-info{flex:1}.flex-bundles__component-price{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.flex-bundles__variant-label{font-size:.875em}.flex-bundles__quantity{margin-top:.25rem;font-size:.875em;opacity:.75}.flex-bundles__summary{border:var(--flex-bundles-border-width, 1px) solid var(--flex-bundles-border-color, rgba(var(--color-foreground), .1));border-radius:var(--flex-bundles-summary-radius, 10px);margin-top:calc(var(--flex-bundles-summary-spacing, 24px) * .75)}@media screen and (min-width: 750px){.flex-bundles__summary{margin-top:var(--flex-bundles-summary-spacing, 24px)}}.flex-bundles__summary-title{font-weight:700;margin:0;padding:1rem 1.5rem;border-bottom:var(--flex-bundles-border-width, 1px) solid var(--flex-bundles-border-color, rgba(var(--color-foreground), .1))}.flex-bundles__summary-item{display:flex;justify-content:space-between;gap:2rem;padding:.5rem 1.5rem;border-bottom:var(--flex-bundles-border-width, 1px) solid var(--flex-bundles-border-color, rgba(var(--color-foreground), .1))}.flex-bundles__summary-item-title{flex:1;font-size:.875em}.flex-bundles__summary-item-variant{font-size:.75em;opacity:.75}.flex-bundles__summary-item-price{font-weight:500;text-align:right;font-size:.875em}.flex-bundles__summary-item-discount{font-size:.75em;color:var(--flex-bundles-discount-color, var(--color-error, #d82c0d))}.flex-bundles__summary-totals{padding:1rem 1.5rem}.flex-bundles__summary-row{display:flex;justify-content:space-between}.flex-bundles__summary-row--total{font-weight:700;margin-bottom:0}.flex-bundles__summary-value--discount{color:var(--flex-bundles-discount-color, var(--color-error, #d82c0d))}.flex-bundles__actions{margin-top:calc(var(--flex-bundles-button-spacing, 24px) * .75)}@media screen and (min-width: 750px){.flex-bundles__actions{margin-top:var(--flex-bundles-button-spacing, 24px)}}.flex-bundles__button{width:100%;display:flex;justify-content:center;gap:1rem;transition:opacity .3s ease}.flex-bundles__button[data-loading=true]{opacity:.5;cursor:not-allowed}.flex-bundles__button-pricing{display:flex;gap:.5rem}.flex-bundles__compare-price{text-decoration:line-through;opacity:.75}.flex-bundles__description p{margin:0}.flex-bundles__steps{margin-top:calc(var(--flex-bundles-header-spacing, 0) * .75)}@media screen and (min-width: 750px){.flex-bundles__steps{margin-top:var(--flex-bundles-header-spacing, 0)}}.flex-bundles__grid{display:grid;gap:calc(var(--flex-bundles-component-spacing, 0) * .75);grid-template-columns:repeat(var(--flex-bundles-products-per-row-mobile, 2),1fr)}@media screen and (min-width: 750px){.flex-bundles__grid{grid-template-columns:repeat(var(--flex-bundles-products-per-row-desktop, 3),1fr);gap:var(--flex-bundles-component-spacing, 0)}}.flex-bundles__slider{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scroll-snap-type:x mandatory;position:relative;padding-bottom:16px}.flex-bundles__slider::-webkit-scrollbar{height:4px;background:rgba(var(--flex-bundles-border-color),.2)}.flex-bundles__slider::-webkit-scrollbar-thumb{background:var(--flex-bundles-border-color);border-radius:2px}.flex-bundles__slider ul{display:flex;gap:var(--flex-bundles-component-spacing);padding:0;margin:0;list-style:none}.flex-bundles__slider ul li{flex:0 0 auto;width:calc((100% - var(--flex-bundles-component-spacing) * (var(--flex-bundles-products-per-row-desktop) - 1)) / var(--flex-bundles-products-per-row-desktop));scroll-snap-align:start;scroll-snap-stop:always}@media screen and (max-width: 749px){.flex-bundles__slider ul li{width:calc((100% - var(--flex-bundles-component-spacing) * (var(--flex-bundles-products-per-row-mobile) - 1)) / var(--flex-bundles-products-per-row-mobile))}}.flex-bundles__component-bundle-toggle{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.flex-bundles__component-bundle-toggle-label{width:100%;position:absolute;bottom:0;left:0;right:0}.flex-bundles__component-bundle-toggle:checked+label .flex-bundles__component-bundle-toggle-label--add,.flex-bundles__component-bundle-toggle+label .flex-bundles__component-bundle-toggle-label--remove{display:none}.flex-bundles__component-bundle-toggle:checked+label .flex-bundles__component-bundle-toggle-label--remove{display:block}
/*# sourceMappingURL=/cdn/shop/t/173/assets/flex-bundles.css.map */
