.woocommerce-main-image img {
    transition: opacity 0.5s ease;
}

.woocommerce-main-image img.loading {
    opacity: 0.5;
}
