.product-card {
  border-radius: 8px;
  margin-bottom: 4px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.product-card-img {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.product-card-heading {
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 5px;
}
