
.product-card::before,
.product-image::before {
    animation: none !important;
}


.product-card:hover::before,
.product-image:hover::before {
    animation: none !important;
}

