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

.block-product-card-badge {
  display: inline-block;
  width: fit-content;
  margin-block-end: 8px;
  padding: 5px 9px;
  border: 1px solid #e0e1e6;
  color: #363a3f;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

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