Hello Christopher,
Thanks for writing to us.
It can be achieved by using custom CSS, You need to add this custom CSS under X–Theme Option -->CSS
.entry-product:hover {
box-shadow: 0 2.8px 2.2px rgba(0,0,0,0.02), 0 6.7px 5.3px rgba(0,0,0,0.028), 0 12.5px 10px rgba(0,0,0,0.035), 0 22.3px 17.9px rgba(0,0,0,0.042), 0 41.8px 33.4px rgba(0,0,0,0.05), 0 100px 80px rgba(0,0,0,0.07);
}
.entry-product {
transition-duration: 0.3s;
transition-property: box-shadow;
transition-timing-function: ease-in-out;
}
Please note that the code provided above serves as a guide only and is to help you in getting started so implementing it and maintaining the code will be out of our support scope and for further maintenance for new possible versions of the theme that may cause the customization to break, you will need to hire a developer.
Thanks