/* Keeps the tall FoliPrime bottle fully visible without changing card dimensions. */
.products .product-card.foliprime .product-image img {
  width: auto !important;
  max-width: 60% !important;
  height: 60% !important;
  max-height: 60% !important;
  padding: 0 !important;
  object-fit: contain !important;
  transform: translateY(-76px);
}
