Hi,
Thanks for contacting us and choosing our product!
If you notice we don’t use Product style hover have box shadow with Product Slider widget because it will hidden when out of Slider box.
However you can try some solution:
1. Go to Appearance -> Additional CSS & add this code:
.haru-woo-product-slider--padding.haru-woo-product-slider--product-style-2 .slick-list {
overflow: visible;
}
.haru-woo-product-slider--slick.haru-woo-product-slider--product-style-2 .slick-slide {
transition: all .3s;
}
.haru-woo-product-slider--slick.haru-woo-product-slider--product-style-2 .slick-slide:not(.slick-active) {
opacity: 0;
visibility: hidden;
transition: all .3s;
}
Hope this helps!
****
Regards,
HaruTheme