/* Versie 3.0.3: productfoto's blijven altijd binnen het fotovak. */
.rooster .product{
  min-width:0;
}
.rooster .product>a{
  display:flex;
  flex-direction:column;
  height:100%;
}
.rooster .productbeeld{
  position:relative;
  flex:0 0 230px;
  width:100%;
  height:230px;
  min-height:230px;
  max-height:230px;
  overflow:hidden!important;
  isolation:isolate;
}
.rooster .productbeeld img,
.rooster .productbeeld img.productplaceholder{
  display:block;
  position:static!important;
  float:none!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  margin:0!important;
  object-fit:contain!important;
  object-position:center center!important;
  transform:none!important;
}
.rooster .product> a > small{
  display:block;
  clear:both;
  margin-top:0;
}
.rooster .product h3{
  overflow-wrap:anywhere;
}
.rooster .product .prijsregel{
  margin-top:auto;
  padding-top:10px;
}
@media(max-width:800px){
  .rooster .productbeeld{
    flex-basis:240px;
    height:240px;
    min-height:240px;
    max-height:240px;
  }
}
