.hidden-scroll{overflow-y:hidden;overflow-x:hidden}.variable-bundle-container{width:100vw;height:100vh;position:fixed;top:0;left:0;background:#0003;z-index:999;display:grid;grid-template-columns:100%;grid-template-rows:100%}.variable-bundle-container-hidden{display:none}.variable-bundle-modal{width:100%;max-width:800px;max-height:600px;background:#fff;margin:auto;display:grid;grid-template-columns:100%;grid-template-rows:110px auto 70px}.variable-bundle-modal-header{width:100%;text-align:center;margin:10px auto auto}.variable-bundle-modal-header-title{font-size:18px;color:#535353;font-weight:700;width:100%;display:grid;grid-template-columns:100% auto;line-height:1.3}.variable-bundle-modal-header-btn-close{margin-left:-40px;cursor:pointer}.variable-bundle-modal-header-subtitle{font-size:15px;color:#535353;line-height:1.3}.variable-bundle-modal-header-subtitle-highlight{font-weight:700}.variable-bundle-modal-header-progress-bar{width:100%;margin:auto;height:7px;display:grid;grid-template-columns:100%}.variable-bundle-modal-header-progress-bar-container{width:95%;max-width:300px;margin:auto;display:flex;text-align:left;justify-content:flex-start;align-items:center;background:#dddbdb}.variable-bundle-modal-header-progress-bar-container-bar{width:0%;height:7px;transition:.6s}.variable-bundle-modal-header-selectors{width:90%;margin:5px auto auto;display:flex}.variable-bundle-modal-header-selector{text-align:center}.variable-bundle-modal-header-selector-underline{text-decoration:underline;cursor:pointer;margin-left:auto}.variable-bundle-modal-header-selector-mobile{display:none}.variable-bundle-modal-container{display:grid;grid-template-columns:100%;height:100%;width:100%;max-height:100%}.variable-bundle-modal-products{width:95%;height:fit-content;display:grid;grid-template-columns:20% 20% 20% 20% 20%;max-height:415px;margin:0 auto;overflow-y:scroll;overflow-x:hidden}.variable-bundle-modal-product-disabled,.variable-bundle-modal-product-soldout{opacity:.5}.variable-bundle-modal-product-disabled,.variable-bundle-modal-product-soldout,.variable-bundle-modal-product-soldout>*,.variable-bundle-modal-product-disabled>*{pointer-events:none}.variable-bundle-modal-product{width:calc(100% - 30px);height:100%;margin:auto;display:grid;grid-template-columns:100%;grid-template-rows:15px 120px auto 30px 30px}.variable-bundle-modal-product-check{width:100%;height:100%;text-align:right}.variable-bundle-modal-product-check svg{width:15px;height:15px;margin-bottom:-15px}.variable-bundle-modal-product-title{text-align:center;font-weight:700;line-height:1.3;height:fit-content}.variable-bundle-modal-product-price{text-align:center;justify-content:center;align-items:center;display:flex}.variable-bundle-modal-product-final-price,.variable-bundle-modal-product-compare-at-price,.variable-bundle-modal-product-saved-price{font-weight:700}.variable-bundle-modal-product-final-price,.variable-bundle-modal-product-final-price .money{font-size:16px!important;font-weight:700!important}.variable-bundle-modal-product-compare-at-price,.variable-bundle-modal-product-compare-at-price .money{text-decoration:line-through;color:#9c9c9c!important;margin-right:5px;font-size:16px!important;font-weight:700!important}.variable-bundle-modal-product-saved-price,.variable-bundle-modal-product-saved-price .money{margin-left:20px;color:#ec7063}.variable-bundle-modal-product-image{width:100%;display:grid;grid-template-columns:100%}.variable-bundle-modal-product-image img{width:100%;height:100%;max-height:120px;object-fit:contain;margin:auto}.variable-bundle-modal-product-quantity{display:grid;width:100%;text-align:center}.variable-bundle-modal-product-quantity .quantity{width:90%;margin:auto;display:grid!important;grid-template-columns:25px auto 25px}.variable-bundle-modal-product-quantity .quantity .quantity__button{width:25px!important;height:25px!important;flex:none}.variable-bundle-modal-product-quantity .quantity .quantity__input{width:100%;height:25px}.variable-bundle-modal-footer{width:100%;display:grid;grid-template-columns:50% 50%}.variable-bundle-modal-footer-bundle-price{width:100%;height:100%;display:flex;text-align:center;justify-content:center;align-items:center}.variable-bundle-final-price{font-size:2rem}.variable-bundle-modal-header-btn{width:90%;max-width:300px;font-size:16px;background-color:#000;color:#fff;border:1px solid #000;text-align:center;padding-top:12px;padding-bottom:12px;margin:auto;cursor:pointer;transition:.5s;font-weight:700;font-family:var(--font-button-family)}.pointer-event-disabled{pointer-events:none}.variable-bundle-modal-header-btn:disabled{background-color:#0000;border:1px solid #000;color:#000;opacity:.6}.variable-bundle-btn-add-to-cart,.variable-bundle-btn-add-to-cart:hover{background-color:rgb(var(--color-background));color:rgb(var(--color-heading));border:1px solid rgb(var(--color-heading))}@media screen and (max-width: 786px){.variable-bundle-modal{height:100vh;max-height:100%;grid-template-rows:120px calc(100vh - 350px) 80px}.variable-bundle-modal-products{height:100%;max-height:calc(100vh - 220px);grid-template-columns:25% 25% 25% 25%}.variable-bundle-container{padding:75px 0}}@media screen and (max-width: 550px){.variable-bundle-modal{grid-template-rows:auto calc(100vh - 415px) 1fr}.variable-bundle-modal-products{height:100%;grid-template-columns:33% 33% 33%}.variable-bundle-modal-footer{grid-template-columns:100%;grid-template-rows:50px 47px auto}.variable-bundle-modal-header-selectors{grid-template-columns:100%}.variable-bundle-modal-header-selector{margin:auto}.variable-bundle-modal-header-space,.variable-bundle-modal-header-selector-desktop{display:none}.variable-bundle-modal-header-selector-mobile{display:block}}@media screen and (max-width: 400px){.variable-bundle-modal-products{height:100%;grid-template-columns:50% 50%}}.custom-product .variable-bundle-modal>*{font-family:var(--text-font)!important}.custom-product .variable-bundle-modal-product-title{font-family:var(--text-font)!important;font-size:var(--text-size)!important;font-weight:var(--text-weight)!important;color:rgb(var(--text-color))!important}.custom-product .variable-bundle-modal-header-btn{font-family:var(--text-font);position:relative;z-index:1;grid-area:auto!important;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;padding:1rem 2rem;text-decoration:none;border-radius:var(--button-radius);border:var(--button-border-width) solid rgb(var(--color-button-border));color:rgb(var(--color-button-text));background-color:rgb(var(--color-button-background));text-transform:uppercase;font-weight:600;transition-property:color,background-color,box-shadow;transition-duration:var(--duration-long);transition-timing-function:ease;-webkit-appearance:none;appearance:none;overflow:hidden;box-shadow:var(--button-shadow-horizontal-offset) var(--button-shadow-vertical-offset) rgba(var(--color-shadow),var(--shadow-opacity))}.custom-product .variable-bundle-modal-footer-bundle-price{font-family:var(--text-font)!important}.custom-product .quantity{border-radius:2px;border:1px solid #8C8D83;background-color:#fff}.custom-product .variable-bundle-modal-product-quantity-btn{background-color:#fff;border-radius:0}.custom-product .variable-bundle-modal-product-quantity-btn.quantity__button:after{border-radius:0!important}.custom-product .variable-bundle-modal-product-quantity .quantity .quantity__input{opacity:1;background-color:#fff}.variable-bundle-modal-product{position:relative}p.variable-bundle-modal-product-labe-sold-out-text{position:absolute;width:fit-content;padding:3%;right:0;top:20px;color:#fff;background-color:#000;text-align:center;margin:auto;line-height:normal;letter-spacing:.6px;font-family:var(--text-font);display:grid;justify-content:center;align-content:center;align-items:center;text-transform:capitalize;font-size:11px}
/*# sourceMappingURL=/cdn/shop/t/480/assets/variable-bundle.css.map */
