#thumbCarousel {
  height: 100px;
}
#thumbCarousel .carousel__slide {
  width: auto;
}
#thumbCarousel .carousel__slide img {
  width: 80px;
  height: 80px;
}
#thumbCarousel .product-image button {
  position: relative;
  top: -60px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  color: white;
  width: 40px;
  height: 40px;
}

.carousel__button {
  background: #99d813;
}

.category-product-ul .carousel__nav {
  display: flex;
  position: relative;
}
.category-product-ul .carousel__nav .carousel__button.is-prev,
.category-product-ul .carousel__nav .carousel__button.is-next {
  top: -80px;
  z-index: 3;
  color: white;
}/*# sourceMappingURL=product-carousel.css.map */