.home__product--img {
  height: 18rem !important;
}

.home__product--img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home__product--item:hover .home__product--img a img {
  transform: translate(-50%, -50%) scale(1.1);
}

.button-cart {
  margin: 1.5rem auto 1.5rem 0;
}

.button-cart .fa-cart-plus {
  font-size: 20px;
}
