
  /* Только отдельные страницы товаров Tilda, не плитки каталога и не другие страницы сайта. */
  #allrecords .t-catalog__prod-snippet__container .js-catalog-prod-name,
  #allrecords .t-catalog__prod-snippet__container .t-catalog__prod-popup__name {
    font-size: 31.2px !important;
    line-height: 37.44px !important;
  }

  #allrecords .t-catalog__prod-snippet__container .js-catalog-prod-price,
  #allrecords .t-catalog__prod-snippet__container .js-product-price,
  #allrecords .t-catalog__prod-snippet__container .t-catalog__prod-popup__price,
  #allrecords .t-catalog__prod-snippet__container .t-catalog__prod-popup__price-value {
    font-size: 26px !important;
    line-height: 33.8px !important;
  }

  #allrecords .t-catalog__prod-snippet__container .js-catalog-prod-text,
  #allrecords .t-catalog__prod-snippet__container .js-catalog-prod-all-text,
  #allrecords .t-catalog__prod-snippet__container .t-catalog__prod-popup__text {
    font-size: 18.2px !important;
    line-height: 24.57px !important;
  }
/* Hello Park — единая настройка карточек рубрик каталога */

/* Заголовки карточек: пример — «Пакет "Старт"» */
#allrecords .t1291 .t-catalog__card__title,
#allrecords .t-store__card__title {
  font-size: 24px !important;
  line-height: 1.15 !important;
  color: #3b156c !important;
  font-weight: 700 !important;
  white-space: normal !important;
}

/* Описание под ценой */
#allrecords .t1291 .t-catalog__card__descr,
#allrecords .t-store__card__descr {
  color: #3b156c !important;
}


