.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 .block-product-title,
.block-product-card .block-product-title:visited,
.block-product-card .block-product-title:hover,
.block-product-card .block-product-title:focus,
.block-product-card .block-product-title span {
  color: #111111 !important;
}
