/* Стили для разделов (навигации) */
.t-store__sidebar .t-catalog__section {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 10px;
}

/* Стили для фильтров */
.t-store__filters .t-filter__item {
  background: white;
  padding: 12px;
  border: 1px solid #e0e0e0;
  margin-bottom: 8px;
}