.card-product__description {
  font-size: 0.75rem;
  line-height: 1.4;
  color: inherit;
  opacity: 0.75;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 8px;
  max-width: 100%;
  visibility: visible;
}

.card--default[data-product-card-link] {
  cursor: pointer;
}
