/*
Generated time: September 2, 2025 05:31
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.modal{position:fixed;width:100%;height:100%;top:0;z-index:1002;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all 175ms linear}html[dir=rtl] .modal{right:0}html[dir=ltr] .modal{left:0}.modal.active{opacity:1;visibility:visible}.modal .section-heading{margin-top:-.625rem;margin-bottom:1.25rem}.modal-background{position:absolute;top:0;width:100%;height:100%;z-index:1}html[dir=rtl] .modal-background{right:0}html[dir=ltr] .modal-background{left:0}.modal-content{position:relative;top:0;background:var(--color-background-main);color:var(--color-text-main);transform:translateY(50px);padding:calc(var(--gutter-large) * .4) calc(var(--gutter-large) * .75) calc(var(--gutter-large) * .6);opacity:0;visibility:hidden;transition:all .3s linear 50ms;z-index:9;overflow-y:auto;max-height:calc(100vh - (var(--gutter-large) * 2));pointer-events:none}html[dir=rtl] .modal-content{right:0}html[dir=ltr] .modal-content{left:0}modal-box.active .modal-content{pointer-events:all;opacity:1;visibility:visible;transform:translateY(0)}.modal--product .modal-content{padding:calc(var(--gutter-large) * .75)}.modal-heading{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:calc(var(--gutter-large) * .3)}.modal-close{cursor:pointer;width:2.75rem;height:2.75rem;margin-inline-end:-.75rem;display:flex;align-items:center;justify-content:center}.modal-close path{stroke:var(--color-text-main)}@media screen and (max-width:767px){.modal{height:var(--window-height)}.modal>div{padding:0;height:100%}.modal-content{max-height:none;height:100%}}