Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body .woodmart-hover-base.has-stars.product-type-external.state-hover .wrapp-product-price,
body .woodmart-hover-base.has-stars.product-type-external:hover .wrapp-product-price,
body .woodmart-hover-base.has-stars.purchasable.state-hover .wrapp-product-price,
body .woodmart-hover-base.has-stars.purchasable:hover .wrapp-product-price {
transform: translateY(0) translateZ(0);
-webkit-transform: translateY(0) translateZ(0);
}
Regards