.exit-popup-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:9999;justify-content:center;align-items:center}.exit-popup-content{position:relative;background-color:transparent;width:85%;max-width:350px;padding:0;border-radius:5px;animation:popupFadeIn .3s ease-out}@keyframes popupFadeIn{from{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.exit-popup-close{position:absolute;top:-20px;right:-20px;width:36px;height:36px;background-color:#fff;border-radius:50%;font-size:24px;font-weight:700;color:#333;cursor:pointer;display:flex;justify-content:center;align-items:center;box-shadow:0 0 10px rgba(0,0,0,.3);z-index:10;line-height:1}.exit-popup-close:hover{color:#666}.exit-popup-body{text-align:center}.exit-popup-image{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;display:block;border-radius:5px;box-shadow:0 0 15px rgba(0,0,0,.2)}@media (max-width:767px){.exit-popup-content{width:80%}.exit-popup-close{top:-15px;right:-15px;width:30px;height:30px;font-size:20px}}