.product-card .product-image-wrap ~ * {
  margin-top: 1.1rem;
  position: relative;
  height: 218px;
}

@media (max-width: 580px) {
  .product-card .product-image-wrap ~ * {
    height: 246px;
  }
}
