
.page-hero--catalog { margin-bottom: 18px; }

.category-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 4px 0 16px;
    color: var(--muted);
    font-size: 14px;
}

.category-breadcrumbs a { color: var(--accent-dark); font-weight: 600; }
.category-breadcrumbs strong { color: var(--text); }

.category-substrip-card {
    margin-bottom: 18px;
    padding: 16px 18px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--shadow);
}

.category-substrip-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}
.category-substrip-head h2 {
    margin: 0;
    font-size: 18px;
    letter-spacing: -0.02em;
}
.category-pill--subcard {
    min-width: 140px;
    justify-content: flex-start;
    padding: 12px 14px;
    border: 1px solid var(--line);
    background: linear-gradient(180deg, #ffffff, #f6fbfa);
}
.category-pill--subcard:hover {
    border-color: #b9e9dd;
    transform: translateY(-1px);
}
.category-pill--subcard .category-pill__icon {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #edf9f5;
    color: var(--accent-dark);
    font-size: 17px;
    flex: 0 0 auto;
}
.category-pill--subcard .category-pill__label {
    white-space: nowrap;
}

.catalog-layout--sidebar { align-items: start; }

@media (max-width: 980px) {
    .category-substrip-head { flex-direction: column; align-items: flex-start; }
    .category-pill--subcard { min-width: 132px; }
}
