html {
    /* укажи цвет фона html */
    background: #131515;
}

@media (max-width: 480px) {

  /* 1) Tilda Store: цены и тексты в карточках/товарах */
  .t-store__card__price-val,
  .js-store-prod-price-val,
  .js-product-price,
  .t-store__card__price,
  .t-store__card__descr,
  .t-store__card__info,
  .t-store__card__text,
  .t-store__prod__price,
  .t-store__prod__descr,
  .t-store__prod__text {
    font-size: 12px !important;
    line-height: 1.25 !important;
  }

  /* 2) Текстовые блоки (описания) */
  .t-text,
  .t-text_md {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }

  /* 3) Формы: подписи чекбоксов/радио */
  .t-checkbox__labeltext,
  .t-radio__labeltext,
  label.t-checkbox__control,
  label.t-radio__control,
  .t-checkbox__control,
  .t-radio__control {
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  /* 4) Ссылка “Политика…” — делаем точечно, а не все ссылки */
  a[href*="polit"],
  a[href*="policy"],
  a[href*="privacy"] {
    font-size: 12px !important;
  }
}

