html.product-tile-gallery-open,
body.product-tile-gallery-open {
    overflow: hidden !important;
    height: 100%;
    touch-action: none;
}

body.product-tile-gallery-open {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
}

#imageModal.img-modal--tile-gallery {
    opacity: 0;
    transition: opacity 0.24s ease;
}

#imageModal.img-modal--tile-gallery.img-modal--visible {
    opacity: 1;
}

#imageModal.img-modal--tile-gallery .modal-content-img {
    transform: scale(0.96);
    opacity: 0;
    transition: transform 0.24s ease, opacity 0.24s ease;
}

#imageModal.img-modal--tile-gallery.img-modal--visible .modal-content-img {
    transform: scale(1);
    opacity: 1;
}
