/* Заголовок модификации: максимум 2 строки + троеточие */
.premier-offers-cards .mod-card__name-link.js-popup-title{
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;

  overflow: hidden !important;
  text-overflow: ellipsis !important;

  white-space: normal !important;     /* важно: НЕ nowrap */
  word-break: break-word !important;  /* перенос */
  overflow-wrap: anywhere !important; /* чтобы не раздвигало карточку */
}
/* Артикул: сделать таким же серым, как заголовок/вторичный текст */
.premier-offers-cards .mod-card__article,
.premier-offers-cards .mod-card__article .mod-card__article-value{
  color: var(--scanlite-muted) !important;
  font-weight: 400 !important;
}


@media (max-width: 600px){
  .premier-offers-cards .properties.properties__container.js-offers-prop.hide-600,
  .premier-offers-cards .properties.properties__container.js-offers-prop.compact-hidden-t600{
    display: grid !important; /* либо block */
  }
}
