.block-product-title {
  flex-shrink: 0;
  padding-inline-end: 4px;
  color: rgb(var(--color-text));
  background-color: var(--background-color);
}

.block-product-title span {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: var(--max-row);
  -webkit-box-orient: vertical;
}

.block-product-card-info .block-product-title {
  min-width: 0;
  width: 100%;
  min-height: 2.7em !important;
  height: 2.7em !important;
  line-height: 1.35 !important;
  white-space: normal;
}

.block-product-card-info .block-product-title span {
  --max-row: 2 !important;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: inherit;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
