.product-grid {
  align-items: stretch;
}

.product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-photo {
  flex: 0 0 auto;
}

.product-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.product-card h3 {
  min-height: 2.2em;
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.product-card p {
  min-height: 4.65em;
  margin-bottom: 22px;
  -webkit-line-clamp: 3;
}

.card-actions {
  margin-top: auto;
  align-items: stretch;
}

.details,
.quote {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.15;
}

.category-grid {
  align-items: stretch;
}

.category-grid a {
  height: 100%;
}

@media (max-width: 580px) {
  .product-card h3 {
    min-height: auto;
  }

  .product-card p {
    min-height: auto;
  }
}
