.kcs-curated-catalog .catalog-product-grid {
  align-items: stretch;
}

.kcs-curated-catalog .catalog-product-card {
  min-width: 0;
}

.kcs-curated-catalog .catalog-product-card h3 {
  overflow-wrap: anywhere;
}

.kcs-curated-catalog .catalog-product-card--custom {
  display: flex;
  align-items: flex-end;
  background: #263c34;
  color: #fff;
  min-height: 420px;
}

.kcs-curated-catalog .catalog-product-card--custom .catalog-product-body > p,
.kcs-curated-catalog .catalog-product-card--custom .catalog-product-summary,
.kcs-curated-catalog .catalog-product-card--custom h3,
.kcs-curated-catalog .catalog-product-card--custom .line-button {
  color: #fff;
}

@media (max-width: 760px) {
  .kcs-curated-catalog .catalog-product-card--custom { min-height: 320px; }
}
