.image-popup{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000b3;display:none;align-items:center;justify-content:center;z-index:9999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.image-popup.show{display:flex;opacity:1;visibility:visible}.image-popup-content{position:relative;width:771px;height:411px;max-width:90vw;max-height:90vh;border-radius:20px;overflow:visible;box-shadow:0 20px 40px #0000004d;transform:scale(.8) translateY(20px);transition:transform .3s ease}.image-popup.show .image-popup-content{transform:scale(1) translateY(0)}.image-popup-link{display:block;width:100%;height:100%;cursor:pointer}.image-popup-content img{display:block;width:100%;height:100%;object-fit:cover;border-radius:20px;pointer-events:none}.image-popup-close{position:absolute;top:-20px;right:-20px;width:40px;height:40px;background:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .2s ease,transform .2s ease;box-shadow:0 2px 8px #0000004d}.image-popup-close:hover{background:#f0f0f0;transform:scale(1.1)}.image-popup-close svg{width:20px;height:20px;stroke:#000;stroke-width:2}@media (max-width: 767px){.image-popup-content{width:95vw;height:auto;aspect-ratio:771 / 411;max-width:95vw;border-radius:16px}.image-popup-close{width:36px;height:36px;top:-16px;right:-16px;box-shadow:0 2px 6px #0000004d}.image-popup-close svg{width:18px;height:18px}}@media (max-width: 480px){.image-popup-content{width:90vw}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/image-popup.css.map */
