.custom-popup{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;width:100%;height:100%;opacity:0;z-index:-1;transition:z-index .3s step-end,opacity .3s ease-in-out}.custom-popup.visible{transition:z-index .3s step-start,opacity .3s ease-in-out;opacity:1;z-index:2147483648;cursor:pointer}.custom-popup-container{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.custom-popup-wrapper{background:var(--popup_bg);color:var(--text_color);box-shadow:0 3px 15px 6px #00000026;display:flex;flex-direction:column;height:80vh;max-width:1200px;padding:1rem 1rem 0;position:relative;width:90vw;border-radius:10px;cursor:auto}.custom-popup-header{display:flex;justify-content:space-between;padding-bottom:1rem}.custom-popup-title{font-weight:700;text-transform:uppercase;font-size:1.25rem;margin:0}.custom-popup-content{overflow-y:scroll;font-size:1rem;padding-bottom:1rem;margin-bottom:0}.custom-popup-close{cursor:pointer;position:relative;width:1rem;height:1rem;margin-top:.35rem}.custom-popup-close:before,.custom-popup-close:after{content:"";width:100%;height:1px;background-color:var(--text_color);position:absolute;left:0;top:50%;transform:rotate(45deg)}.custom-popup-close:after{transform:rotate(-45deg)}@media only screen and (min-width: 767px){.custom-popup-wrapper{height:60vh;width:70vw}.custom-popup-title{font-size:2rem}.custom-popup-close{width:1.5rem;height:1.5rem;margin-top:.5rem}}
/*# sourceMappingURL=/cdn/shop/t/119/assets/section-custom-popup.css.map */
