.product-filter__options--brands {
    padding: 0;
}

.product-brand-group {
    border-bottom: 1px solid #dfe7f0;
}

.product-brand-group__header {
    position: sticky;
    top: 0;
    z-index: 2;
    display: grid;
    grid-template-columns: 22px 1fr auto;
    gap: 8px;
    align-items: center;
    padding: 8px 10px;
    background: #edf4fb;
    border-bottom: 1px solid #d5e1ee;
    cursor: pointer;
}

.product-brand-group__header:hover {
    background: #e4eef9;
}

.product-brand-group__name {
    color: #173a63;
    font-size: 11px;
    font-weight: 850;
}

.product-brand-group__count {
    min-width: 24px;
    padding: 2px 7px;
    border-radius: 999px;
    background: #fff;
    color: #58708d;
    font-size: 9px;
    font-weight: 800;
    text-align: center;
}

.product-brand-group__products .product-filter__option {
    padding-left: 22px;
}

.product-brand-group__products .product-filter__option:nth-child(even) {
    background: #fbfcfe;
}

.product-brand-checkbox {
    width: 15px;
    height: 15px;
    accent-color: #1267c8;
}
