How do i make so the when hovering a product it don’t get cut off from the zoom?
Hi,
An alternative to solve this can be to to add some spaces to the product image, as following:
.card .media.media--hover-effect>img:only-child {
padding: 25px !important;
}
Let me know if this solved your question.
Cheers!