.popup{display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:90vw;max-height:90vh;overflow:hidden;background:#fff;z-index:9999;transition:opacity .5s,visibility .5s;opacity:0;visibility:hidden;flex-direction:column;box-sizing:border-box}.popup.active{opacity:1;visibility:visible}@media (min-width: 768px){.popup{max-width:var(--maxWidth, 650px)}}.popup-mobile-fullscreen{max-width:90vw!important;max-height:90vh!important}@media (max-width: 640px){.popup-mobile-fullscreen{width:100vw;height:100vh;max-width:100vw!important;max-height:100vh!important;border-radius:0}}.popup-close{position:absolute;top:10px;right:10px;z-index:10;color:#6b7280;background:transparent;border:none;cursor:pointer;padding:.5rem;border-radius:.375rem;transition:background .2s}.popup-close:hover{background:#f3f4f6}.popup-close-icon{width:20px;height:20px;display:block}.popup-content{display:flex;flex-direction:column;width:100%;height:100%;box-sizing:border-box;padding:1.5rem;overflow-y:auto}
/*# sourceMappingURL=/cdn/shop/t/502/assets/popup.css.map */
