.product-image-gallery .product-image-zoom-item {
    position: relative;
}

.product-image-gallery .product-image-zoom-link {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: zoom-in;
}

.product-image-gallery .product-image-zoom-link img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.25s ease;
}

.product-image-gallery .product-image-zoom-link:hover img,
.product-image-gallery .product-image-zoom-link:focus img {
    transform: scale(1.015);
}

.product-image-gallery .product-image-zoom-hint {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.92);
    color: #333;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    pointer-events: none;
    font-size: 14px;
}

.product-image-lightbox .mfp-img {
    cursor: zoom-out;
}

.product-image-lightbox .mfp-counter,
.product-image-lightbox .mfp-title {
    color: #fff;
}

@media (max-width: 767px) {
    .product-image-gallery .product-image-zoom-hint {
        width: 32px;
        height: 32px;
        right: 10px;
        bottom: 10px;
        font-size: 13px;
    }
}
