/* Fix para garantir que todas as imagens em c-prod-list-4 tenham o mesmo tamanho */
#c-prod-list-4 .bof-cardprod-wrapimg img {
  width: 100%;
  height: 318px;
  object-fit: cover;
  object-position: center;
}

#c-prod-list-4 .bof-cardprod-wrapimg picture {
  display: block;
  width: 100%;
  height: 318px;
}

#c-prod-list-4 .bof-cardprod-wrapimg {
  width: 100%;
  height: 318px;
  overflow: hidden;
}