Replace previous CSS code with this one
body .woodmart-hover-base.has-stars.purchasable .woodmart-product-cats {
margin-bottom: 5px;
}
body .woodmart-hover-base.has-stars.purchasable .product-rating-price,
body .woodmart-hover-base.has-stars.purchasable .wrapp-product-price .price {
height: auto;
line-height: 1.3;
}
body .woodmart-hover-base.has-stars.purchasable .wrapp-product-price,
body .woodmart-hover-base.has-stars.purchasable:hover .wrapp-product-price{
height: auto;
transform: none;
-webkit-transform: none;
}
Unfortunately, due to the structure of the plugin and the variety of its settings, we can not integrate this into a complete build. For more convenience, you can add this code to the Child Theme.
Regards