

.category-header {
  margin-top: var(--header-height);
  padding: 48px 0 32px;
  background: var(--bg-white);
  border-bottom: 1px solid var(--border);
}

.category-header__title {
  font-size: 32px;
  font-weight: 800;
  color: var(--secondary);
  margin-bottom: 8px;
}

.category-header__count {
  font-size: 14px;
  color: var(--text-muted);
}
