/* MMASHOP - Catalog card image height + subtle hover v2
   - Stejne jako v1
   - Zmena pouze hover efektu: misto priblizeni jemny brightness/contrast
*/

.products-block .product .p > a.image {
  height: 300px !important;
  max-height: 300px !important;
  min-height: 300px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: -18px -10px 4px !important;
  padding: 10px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.products-block .product .p > a.image img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center !important;
  transition: filter .18s ease-out !important;
  transform-origin: center !important;
  filter: none !important;
}

.products-block .product:hover .p > a.image img,
.products-block .product .p > a.image:hover img {
  transform: none !important;
  filter: brightness(1.025) contrast(1.015) !important;
}
