Hover effect issue

Hi, I have a problem with the hover effect on a product.

When I hover over the product, it tilts about 10 degrees to the right.

What could be causing this? I don’t even remember making any changes.

You can check out the product here: https://1049xn-ya.myshopify.com/collections/all

I had the exact same issue with the button, but it was fixed using this code in theme.liquid:

.button:hover { transform: none !important; }

Thank you so much for any help.
Tim

Do not understand what you exactly wanted ? more details please

When you hover over the product, its appearance changes, but it also tilts to the right by about 10 degrees.

I don’t want that—I want it to stay straight when you hover over it.