.flex-bundles__title{margin:0}.flex-bundles__price-title{margin-top:.5rem}.flex-bundles__form{display:block;margin-top:calc(var(--flex-bundles-header-spacing, 0) * .75);container-type:inline-size}@media screen and (min-width: 1000px){.flex-bundles__form{margin-top:var(--flex-bundles-header-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);display:block}.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}.flex-bundles__component-info{flex:1;display:flex;flex-direction:column;gap:1rem}.flex-bundles__component-price{display:flex;gap:.5rem}.flex-bundles__variant-label,.flex-bundles__quantity{font-size:.875em}.flex-bundles__summary{border:1px solid rgba(0,0,0,.1);border-radius:10px}.flex-bundles__summary-empty{display:none;text-align:center;padding:5rem 1rem}.flex-bundles__summary-empty p{margin:0}.flex-bundles__checkout:has(.flex-bundles__summary-items[data-empty=true]) .flex-bundles__summary-title,.flex-bundles__checkout:has(.flex-bundles__summary-items[data-empty=true]) .flex-bundles__summary-items,.flex-bundles__checkout:has(.flex-bundles__summary-items[data-empty=true]) .flex-bundles__summary-totals,.flex-bundles__checkout:has(.flex-bundles__summary-items[data-empty=true]) .flex-bundles__actions,.flex-bundles__checkout:has(.flex-bundles__summary-items[data-empty=true]) .flex-bundles__summary-header{display:none}.flex-bundles__checkout:has(.flex-bundles__summary-items[data-empty=true]) .flex-bundles__summary-empty{display:block}.flex-bundles__summary-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid rgba(0,0,0,.1)}.flex-bundles__summary-title{margin:0;font-family:GT Alpina;flex:auto}@media screen and (min-width: 768px){.flex-bundles__summary-close{display:none}}.flex-bundles__summary-item{display:flex;justify-content:space-between;gap:1rem;padding:.5rem 1rem;border-bottom:1px solid rgba(0,0,0,.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}.flex-bundles__summary-totals{padding:1rem}.flex-bundles__summary-row{display:flex;justify-content:space-between}.flex-bundles__summary-row--total{font-weight:700;margin-bottom:0}.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__description p:not(:first-child){margin:.25rem 0 0}.flex-bundles__container{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--flex-bundles-summary-spacing, 1rem);container-type:inline-size}@container (min-width: 1000px){.flex-bundles__container{grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:var(--flex-bundles-summary-spacing, 2rem)}}.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, 1),1fr)}@container (min-width: 1000px){.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:1rem}.flex-bundles__slider::-webkit-scrollbar{height:4px}.flex-bundles__slider::-webkit-scrollbar-thumb{border-radius:2px;background:#00000080}.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-mobile) - 1)) / var(--flex-bundles-products-per-row-mobile));scroll-snap-align:start;scroll-snap-stop:always}@container (min-width: 1000px){.flex-bundles__slider ul li{width:calc((100% - var(--flex-bundles-component-spacing) * (var(--flex-bundles-products-per-row-desktop) - 1)) / var(--flex-bundles-products-per-row-desktop))}}.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 .flex-bundles__component-bundle-toggle-label{width:100%;position:absolute;bottom:0;left:0;right:0;text-align:center;cursor:pointer;padding:1rem}.flex-bundles__component-bundle-toggle:checked+label{background:#007184;border-color:#007190}.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}.flex-bundles__checkout{position:sticky;top:10rem;display:flex;flex-direction:column;gap:calc(var(--flex-bundles-button-spacing, 24px) * .75)}@container (min-width: 1000px){.flex-bundles__checkout{gap:var(--flex-bundles-button-spacing, 24px)}}@media screen and (max-width: 1000px){.flex-bundles__checkout{position:fixed;bottom:0;left:0;right:0;z-index:100;background:#fff;border-top:1px solid rgba(0,0,0,.1);padding:1rem;top:auto}}.flex-bundles__steps{display:flex;flex-direction:column;gap:5rem}.flex-bundles__step-title{margin:0 0 1rem}.flex-bundles__requirements{border:1px solid rgba(0,0,0,.1);border-radius:10px;padding:1.5rem;font-size:.75em}.flex-bundles__requirements ul{margin:0;padding:0 0 0 1rem}.flex-bundles__requirements:empty{display:none}.flex-bundles__component-price-original:empty{display:none}.flex-bundles__subheading{text-transform:uppercase}.flex-bundles__progress-bar-container{padding:1rem;border-bottom:1px solid rgba(0,0,0,.1);display:none}.flex-bundles__progress-bar-label{margin-bottom:.75rem}.flex-bundles__progress-bar-label-text{font-size:.875em;font-weight:500;color:#333;display:block}.flex-bundles__progress-bar{width:100%;height:8px;background-color:#f0f0f0;border-radius:4px;overflow:hidden;position:relative}.flex-bundles__progress-bar-fill{height:100%;background:linear-gradient(90deg,#007190 0% 100%);border-radius:4px;width:0%;transition:width .5s ease-in-out;position:relative}.flex-bundles__progress-bar-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);animation:shine 2s ease-in-out infinite}@keyframes shine{0%{transform:translate(-100%)}to{transform:translate(100%)}}.flex-bundles__progress-bar-fill[style*="width: 100%"]{background:linear-gradient(90deg,#e08955 0% 100%)}@media screen and (max-width: 768px){.flex-bundles__progress-bar{height:6px}.flex-bundles__progress-bar-label-text{font-size:.8em}}.flex-bundles__summary-item-remove{display:flex;align-items:center}.flex-bundles__summary-item-remove-button{width:16px;height:auto}.flex-bundles__summary-item-remove svg{fill:#6b6d76;width:100%;height:auto;display:block}.flex-bundles__actions{padding:1rem;border-top:1px solid rgba(0,0,0,.1)}.flex-bundles__component-bundle-toggle:disabled+label{opacity:.5;cursor:not-allowed}
/*# sourceMappingURL=/cdn/shop/t/378/assets/flex-bundles.css.map */
