/* Card clickeable */
.mi-qv-trigger {
    cursor: pointer;
}

/* Overlay */
.mi-qv-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Modal */
.mi-qv-modal {
    background: #fff;
    width: 90%;
    max-width: 900px;
    padding: 25px;
    border-radius: 14px;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}

 .mi-qv-modal .woocommerce-product-gallery {
            opacity: 1 !important;
            visibility: visible !important;
        }

.mi-qv-modal .woocommerce-product-gallery__wrapper {
            display: block !important;
        }

.mi-qv-modal img {
            max-width: 100%;
            height: auto;
        }










/* Close */
.mi-qv-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    cursor: pointer;
}




