Hi, i would like to create that a product is rotating on hover like this: https://gyazo.com/6588f309ab060c3725ed2fff453432e3
but this is not working:
.et-hover-effects .product-element-top img {
transition: transform 0.3s ease-in-out;
}
.et-hover-effects .product-element-top:hover img {
transform: rotateY(10deg);
}
How can i adchieve this within xstore?
best regards.