/** Shopify CDN: Minification failed

Line 7:0 Unexpected "}"

**/

}
.product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.product-card__info {
  min-height: 90px;
}
.product-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.price {
  margin-top: auto;
}
.card__heading {
  min-height: 48px;
  display: flex;
  align-items: center;
}

.price {
  margin-top: 8px;
}
