/* Product Images */
.product-img {
  width: 100%;
  height: 224px;
  background-color: #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e3a8a;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding: 1rem;
}

.product-img.latex {
  background-color: #dbeafe;
}

.product-img.membrana {
  background-color: #e0e7ff;
}

.product-img.piscina {
  background-color: #cffafe;
}

.product-img.esmalte {
  background-color: #fef3c7;
}