.bundle-popup{z-index:11;background:rgba(var(--color-foreground), .2);justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .35s,visibility .35s;display:flex;position:fixed;top:0;left:0;margin:0!important}@media screen and (width<=989px){.bundle-popup{width:100%;height:100dvh}}@media (width>=835px){.bundle-popup{padding-inline:20px}}.bundle-popup:not(.open){opacity:0;visibility:hidden}.bundle-popup__trigger{cursor:pointer;text-decoration:underline}.bundle-popup__close{cursor:pointer;color:var(--colors-grey700);cursor:pointer;z-index:2;background-color:#fff;border-bottom-left-radius:6px;justify-content:center;align-items:center;width:40px;padding:10px;display:flex;position:absolute;top:4px;right:0}@media screen and (width>=480px){.bundle-popup__close{top:0}}.bundle-popup__close svg{width:20px;height:auto;margin:0}.bundle-popup__title{padding:16px}.bundle-popup__title h2{margin:0;font-size:24px;font-weight:600;line-height:28px}.bundle-popup__selector{flex-direction:column;display:flex}.bundle-popup__inner{z-index:1;cursor:default;background-color:#fff;width:100%;max-width:1040px;transition:all .15s ease-in-out;position:relative}@media screen and (width>=990px){.bundle-popup__inner{border:1px solid var(--colors-grey100);border-radius:6px;max-height:95vh;overflow:hidden}}@media screen and (width<=989px){.bundle-popup__inner{width:100%;height:100%;max-height:100%;overflow-y:auto}}.bundle-popup__grid{flex-direction:column;display:flex}@media screen and (width>=990px){.bundle-popup__grid{grid-template-columns:1fr 1fr;display:grid}}.bundle-popup__content{text-align:center;padding:16px}@media screen and (width>=990px){.bundle-popup__content{border-left:1px solid var(--colors-grey100);background-color:var(--colors-grey50);padding:16px 48px}}.bundle-popup__products-container{flex-grow:1}@media screen and (width<=989px){.bundle-popup__products-container{background-color:var(--colors-grey50);border-top:1px solid var(--colors-grey100);border-bottom:1px solid var(--colors-grey100);padding:16px 20px 16px 16px;overflow:hidden}.bundle-popup__products{overflow:visible}}.bundle-popup__products:not(.keen-slider--ready){flex-direction:column;display:flex}@media screen and (width<=989px){.bundle-popup__products:not(.keen-slider--ready){opacity:0}}.bundle-popup__product{cursor:pointer;flex-grow:1;padding:16px}@media screen and (width<=989px){.bundle-popup__product{border:1px solid var(--colors-grey100);background-color:#fff;border-radius:8px}}.bundle-popup__product img{object-fit:contain;background-color:#fff}@media screen and (width>=990px){.bundle-popup__product img{border:1px solid var(--colors-grey100);border-radius:4px;width:64px;max-width:64px;height:48px}}@media screen and (width<=989px){.bundle-popup__product img{width:100%;height:200px}}@media screen and (width>=990px){.bundle-popup__product.active{background-color:var(--colors-primary50Color)}.bundle-popup__product.active img{border-color:var(--colors-primaryColor);border-width:2px}}.bundle-popup__product>.flex{gap:16px}@media screen and (width<=989px){.bundle-popup__product>.flex{flex-direction:column}}.bundle-popup__product h4{color:var(--colors-grey900);margin-top:0;margin-bottom:8px;font-size:16px;font-weight:600;line-height:22px}@media screen and (width<=989px){.bundle-popup__product h4{text-align:center}}.bundle-popup__product .included{color:var(--colors-green);margin:0;font-size:14px;font-weight:500;line-height:20px}@media screen and (width<=989px){.bundle-popup__product .included{text-align:center;margin-bottom:8px}}.bundle-popup__product-content img{object-fit:contain;max-width:400px;height:200px;margin:0 auto 32px}.bundle-popup__product-content .rte p{font-size:14px;line-height:20px}.bundle-popup__divider{margin:16px 0 32px;position:relative}@media screen and (width<=989px){.bundle-popup__divider{margin:8px 0}}.bundle-popup__divider:before{content:"";background-color:var(--colors-grey100);width:100%;height:1px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.bundle-popup__divider h4{color:var(--colors-primaryColor);z-index:1;background-color:#fff;width:fit-content;margin:0 auto;padding:0 16px;font-size:16px;font-weight:600;line-height:22px;position:relative}@media screen and (width>=990px){.bundle-popup__divider h4{background-color:var(--colors-grey50)}}.bundle-popup__price{justify-content:center;align-items:center;gap:8px;display:flex}@media screen and (width<=989px){.bundle-popup__price{text-align:left;grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);gap:0;display:grid}.bundle-popup__price [data-total-value-price]{grid-area:2/1/3/3;margin-top:-5px}.bundle-popup__price .price{grid-area:1/1/2/2}.bundle-popup__price .price__savings{grid-area:1/2/2/3;width:fit-content;margin:0 auto}}.bundle-popup__options{gap:8px;padding:8px 16px 30px;display:flex;overflow-x:auto}@media screen and (width>=480px){.bundle-popup__options{padding:8px 16px}}.bundle-popup__options .keen-slider__nav-item{border:1px solid var(--colors-grey100);border-radius:8px;justify-content:center;align-items:center;width:76px;min-width:76px;height:57px;display:flex}.bundle-popup__options .keen-slider__nav-item.is-active{border-color:var(--colors-primaryColor);border-width:2px}.bundle-popup__options .keen-slider__nav-item img{object-fit:contain;width:100%;height:100%}