.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;
}


/* === Product card title black fix - Added by ChatGPT === */
.block-product-title,
.block-product-title:visited,
.block-product-title:hover,
.block-product-title:active,
.block-product-title span {
  color: #16110f !important;
}
