.popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:9999}.popup-box{position:relative;background:#fff;border-radius:10px;max-width:900px;width:90%;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;box-shadow:0 10px 30px #0000004d;animation:popup-fadein .3s ease}.popup-image img{width:100%;height:100%;object-fit:cover;display:block}.popup-content{padding:2rem;display:flex;flex-direction:column;justify-content:center}.popup-content h2{margin-bottom:0}.popup-content p{color:#444;line-height:1.6;margin-bottom:1.5rem}.popup-button{color:#fff;text-decoration:none;padding:.75rem 1.5rem;text-align:center;font-weight:600;transition:background .2s ease}.popup-button:hover{background:#333}.popup-close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:1.75rem;line-height:1;color:#666;cursor:pointer}.popup-close:hover{color:#111}@media (max-width: 768px){.popup-box{grid-template-columns:1fr}.popup-content{padding:1.5rem}}@keyframes popup-fadein{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/popup-custom.css.map */
