/* Make Geberit images 4x zoom with smaller card layout - FORCE OVERRIDE */
.search-page .brand-geberit .product-card{ 
  --thumb-zoom: 4.0 !important;
  --thumb-height: 150px !important;
}

.search-page .brand-geberit-hdpe .product-card{ 
  --thumb-zoom: 1.2 !important;
  --thumb-height: 150px !important;
}

.search-page .brand-geberit .product-card .card-body{
  padding: 0.6rem 0.8rem 0.8rem !important;
}

.search-page .brand-geberit-hdpe .product-card .card-body{
  padding: 0.6rem 0.8rem 0.8rem !important;
}

@media (max-width: 576px){
  .search-page .brand-geberit .product-card{ 
    --thumb-zoom: 3.5 !important;
    --thumb-height: 130px !important;
  }
  .search-page .brand-geberit-hdpe .product-card{ 
    --thumb-zoom: 1.0 !important;
    --thumb-height: 130px !important;
  }
}
