.modal-popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:9999999!important;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.modal-popup-overlay.modal-popup-active{opacity:1;visibility:visible}.modal-popup-container{position:relative;background:#fff;border-radius:8px;overflow:hidden;max-height:90vh;box-shadow:0 10px 40px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{transform:translateY(-50px) scale(.9);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.modal-popup-close{position:absolute;top:10px;right:10px;width:40px;height:40px;background:#ffffffe6;border:none;border-radius:50%;font-size:28px;line-height:1;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#333;font-weight:300;padding:0;box-shadow:0 2px 8px #0003}.modal-popup-close:hover{background:#fff;transform:rotate(90deg);box-shadow:0 4px 12px #0000004d}.modal-popup-image{width:100%;height:auto;display:block;max-height:90vh;object-fit:contain}.modal-popup-link{display:block;cursor:pointer}.modal-popup-link:hover .modal-popup-image{opacity:.95}.modal-popup-placeholder{width:100%;min-height:400px;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5}.modal-popup-placeholder svg{width:100px;height:100px;opacity:.3}@media screen and (max-width: 749px){.modal-popup-container{width:90vw!important;max-width:90vw!important;margin:0 auto}.modal-popup-close{width:35px;height:35px;font-size:24px;top:8px;right:8px}.modal-popup-image{max-height:80vh}}body.modal-open{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/1/assets/section-modal-popup.css.map */
