Hello,
Thank you for contacting us.
1. We will fix this issue in the next update. For now please add the following code to your Custom CSS section in Theme Settings
.basel-woocommerce-layered-nav .basel-scroll {
max-height: 280px;
}
2. The only one way to have this hover effect work smooth is to have images in the same proportions.
3. The theme can’t handle price display since it comes from WooCommerce plugin. As a workaround you can try to use the following CSS snippet
.single-product-content p.price .woocommerce-Price-amount:first-of-type {
font-size: 30px;
}
.single-product-content p.price {
font-size: 0;
}
4. If you want you can make product titles make the same height in CSS also
.basel-hover-alt.purchasable .product-title {
height: 80px;
overflow: hidden;
}
5. We don’t see blurry image on this product. Have you already solved this?
Regards