.product-card, .product-image .tn-molecule, .title-hover .tn-atom, .title-hover-blue .tn-atom, .img-zoom .tn-atom {
    transition: all 0.3s ease-in !important;
}

.product-card:hover .product-image .tn-molecule {
    background-color: white !important;
}

.product-card:hover .title-hover .tn-atom {
    color: white !important;
}

.product-card:hover .img-zoom .tn-atom {
    transform: scale(1.05);
}

.product-card:hover .title-hover-blue .tn-atom {
    color: #2e3192 !important;
}
