.block-product-sku-title {
  overflow: hidden;
  color: #000;
  width: 180px;
  margin: 14px auto 0;
  font-size: 14px;
  font-weight: 500;
}

.block-product-sku-title span {
  max-width: 100%;
  line-height: 19px;
  max-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-decoration: none;
  word-break: break-word;
}