.view-product-carousel .slick-dots {
  bottom: -25px;
}
.view-product-carousel .slick-dots li button::before {
  content: '';
}
.view-product-carousel .cmp-button {
  text-align: center;
  margin-top: 20px;
}
.view-product-carousel .slick__slide {
  transition: all 1s;
  transform: scale(0.8);
}
.view-product-carousel .slick__slide:hover {
  transition: all 1s;
  transform: scale(1);
}
.view-product-carousel .slick__slide img {
  margin: 0 auto;
  width: 95%;
}
