[data-columns='col-3'] .productcards__card {
  width: 31.25%;
  flex-wrap: wrap;
  flex-direction: column;
}
[data-columns='col-3'] .productcards__card.productcards__card--hideCTA > a {
  flex-wrap: wrap;
  flex-direction: column;
}
[data-columns='col-3'] .productcards_image {
  padding: 0 0 25px 0;
  margin: 0 0 25px 0;
  border-bottom: solid 1px #cccccc;
  flex: 0 1 auto;
  height: 190px;
}
[data-columns='col-3'] .productcards_image picture {
  aspect-ratio: 1.02702703;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
[data-columns='col-3'] .productcards_image picture img {
  max-height: 185px;
}
[data-columns='col-3'] .productcards_info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  flex: 1 1 auto;
}
