html.popup-lock,body.popup-lock{height:100%;overflow:hidden!important}.popup-lock{touch-action:none;position:relative}.popup-overlay{z-index:9999;background:#0009;justify-content:center;align-items:center;animation:.3s forwards popupFadeIn;display:flex;position:fixed;inset:0}.popup-container{max-width:90%;max-height:90vh;animation:.3s forwards popupScaleIn;position:relative}.popup-image{display:none}.popup-image img{border-radius:12px;width:100%;height:auto}@media (min-width:768px){.popup-image.desktop{display:block}}@media (max-width:767px){.popup-image.mobile{display:block}}.popup-close{color:#fff;cursor:pointer;background:#00000050;border:none;border-radius:50%;width:40px;height:40px;font-size:18px;position:absolute;top:15px;right:15px}@keyframes popupFadeIn{0%{opacity:0}to{opacity:1}}@keyframes popupScaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
