/* Catálogo Oituma: fondo lila uniforme, sin textos ni adornos decorativos. */
.product-card .product-image {
  background: #eadff1 !important;
  background-image: none !important;
}
.product-card .product-image::before,
.product-card .product-image::after {
  content: none !important;
  display: none !important;
}