Hi,
If you don’t want touch on image to redirect to PDP after that you can use code below to replace the code above that I suggested.
body .card-wrapper:hover .media.media--hover-effect>img+img {
opacity: 1;
transition: transform var(--duration-long) ease;
transform: scale(1.03);
}
body .card-wrapper:hover .media.media--hover-effect>img:first-child:not(:only-child) {
opacity: 0;
}
@media(max-width: 749px){
.card--standard > .card__content .card__information {
position: relative;
}
.card--standard .card__inner .card__media + .card__content {
display: none;
}
}