.js-store-prod-descr {
  display: -webkit-box;
  -webkit-line-clamp: 2;          /* Ограничение: 2 строки */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;
  max-height: 2.8em;              /* 1.4em * 2 строки */
}

