

/* CSS from section stylesheet tags */
.pl--collection-showcase-4-product-card {
  min-height: 500px;
}

@media screen and (max-width: 768px) {
  .pl--collection-showcase-4-product-card {
    min-height: 400px;
  }
}