.image-zoom-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000e6;z-index:9999;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease;cursor:zoom-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.image-zoom-content{position:relative;max-width:90%;max-height:90%;cursor:default}.image-zoom-img{max-width:100%;max-height:90vh;width:auto;height:auto;object-fit:contain;animation:zoomIn .3s ease}@keyframes zoomIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.image-zoom-close{position:absolute;top:-3rem;right:0;width:2.5rem;height:2.5rem;background-color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,background-color .2s ease;color:var(--color-text)}.image-zoom-close:hover{transform:scale(1.1);background-color:#f0f0f0}.image-zoom-close svg{width:20px;height:20px}@media screen and (max-width: 768px){.image-zoom-content{max-width:95%;max-height:95%}.image-zoom-close{top:1rem;right:1rem;position:fixed;width:3rem;height:3rem;z-index:10000}.image-zoom-img{max-height:85vh}}@media (hover: none){.image-zoom-overlay{cursor:default}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/image-zoom.css.map */
