/* Размер шрифта разделов */
.t-store__filter-item,
.t-store__categories-item {
  font-size: 13px !important;
  font-weight: 300 !important;
  letter-spacing: 0.3px !important;
}

/* Активный пункт */
.t-store__filter-item_active,
.t-store__categories-item_active,
.t-store__filter-item.active,
.t-store__categories-item.active {
  font-weight: 500 !important;
  color: #1A1A18 !important;
}

/* Hover */
.t-store__filter-item:hover,
.t-store__categories-item:hover {
  color: #DD044D !important;
}