.eyda_offer_popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .5);justify-content:center;align-items:center;z-index:1000;opacity:0;animation:fadeIn 0.5s ease-in forwards}.eyda_offer_popup-content{position:relative;max-width:50dvh;margin:0 auto}.eyda_offer_popup-content img{width:100%;height:auto;border-radius:10px}.eyda_offer_close-btn{position:absolute;top:-15px;right:-15px;background:#fff;color:#000;border-radius:50%;width:30px;height:30px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:20px;border:1px solid #000}.eyda_offer_popup.fade-out{animation:fadeOut 0.5s ease-out forwards}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@media screen and (max-width:768px){.eyda_offer_popup-content{max-width:30dvh}}