.wishlist-product {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.wishlist-product > .product-card {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
}
