.recommend {
  border: 2px solid transparent;
  transition: border-color 2s ease-in-out;
}
.recommend:hover {
  border-color: #3383e8;
  background: #3383e8;
}
.recommend:hover .card-text {
  color: #ffffff !important;
}
.product-parameter {
  font-size: 18px;
}
@media (max-width: 475px) {
  .product-image {
    width: 100% !important;
    height: 33rem;
  }
}
@media (min-width: 768px) {
  .product-image {
    width: 75% !important;
  }
}
/*# sourceMappingURL=productDetail.css.map */