/* SUBCATEGORY kártya – nagyobb képek (nem vág, contain) */
a.card.subcategory__card {
  display: flex !important;
  flex-direction: column !important;
}

img.subcategory__card-image {
  width: 100% !important;
  height: 150px !important;        /* állítsd itt 140/160/180 */
  display: block !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 8px !important;
  background: #fff !important;     /* opcionális */
}/* Törzsvásárlói kedvezmény – felirat + érték */
.customer-group-price-label,
.customer-group-price-label span,
.customer-group-price-value,
.customer-group-price-value span {
  color: #e53935 !important;
  font-weight: 700 !important;
}