/* Imágenes uniformes */
.thumbnail.product-thumbnail img {
  object-fit: contain !important;
  width: 100% !important;
  height: 227px !important;
}

.thumbnail-container {
  overflow: hidden !important;
  height: 227px !important;
  min-height: 227px !important;
  max-height: 227px !important;
}

/* Grid de productos forzado a 4 columnas */
div.products.row.products-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  grid-auto-rows: 270px !important;
}

div.products.row.products-grid .js-product-miniature-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  height: 270px !important;
  overflow: hidden !important;
}

.js-product-miniature-wrapper img {
  content-visibility: visible !important;
}