/* Все страницы и попапы товаров */
.t-store__prod-snippet__container,
.t-store__prod-popup__container {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* Мобилки (≤640px) — ещё компактнее */
@media (max-width: 640px) {
  .t-store__prod-snippet__container,
  .t-store__prod-popup__container {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
}

/* Фильтры Tilda Store — Tilda Sans */
.t-store__filter,
.t-store__filter * {
    font-family: 'TildaSans', Arial,sans-serif !important;
}

/* Заголовки секций фильтра — Druk крупнее и жирнее */
.t-store__filter__item-title,
.js-store-filter-item-title {
    font-family: 'DrukTextWideTT'!important;
    font-weight: 700 !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.01em !important;
    color: #1E242F !important;
    margin: 18px 0 10px !important;
}

/* Попап карточки товара — типографика описания */
.js-store-prod-all-text,
.js-store-prod-all-text * {
    font-family: 'TildaSans', Arial,sans-serif !important;
    font-size: 16px !important;
    line-height: 1.52 !important;
    font-weight: 400 !important;
    color: #1E242F !important;
}

/* Подзаголовки в попапе */
.js-store-prod-all-text h2,
.js-store-prod-all-text h3,
.js-store-prod-all-text h4 {
    font-weight: 600 !important;
    margin: 12px 0 8px !important;
}

