.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-title-wrapper {
    display: flex;
    flex-direction: column;
}

.card__subtitle {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 8px;
    line-height: 14px;
    letter-spacing: 0.6px;
    color: #666666;
    margin-top: 2px;
}

.block-product-title {
    font-family: 'Assistant', sans-serif;
    font-size: 13px;
    line-height: 16.9px;
    letter-spacing: 0.6px;
    color: #121212;
    /* or try #666 for softer look */
    margin-top: 4px;
}
.product-price__item {
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #121212;
}
/* FILTER + SORT LABELS */
.facets-filtering__summary,
.facets-sorting__summary,
.facets-count {
    font-family: 'Assistant', sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 21px !important;
    letter-spacing: 0.4px !important;
    color: #121212 !important;
}