

.m-product-card__title {
  font-size: 14px !important;
  line-height: 1.4em !important;
  max-height: 2.8em !important; /* 2 lines */
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  position: relative !important;
  white-space: normal !important;
  word-break: break-word !important;
}


.m-footer--bottom {
  padding-bottom: 50px !important;  
}
