

/* Start:/local/components/nik/brands/templates/section/style.css?17700502261713*/
#sidebarWrap {
    position: relative !important;
}

.catalog_product .product_filters {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 5px;
}

.catalog_product .product_links {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Обычные (не выбранные) ссылки — серые */
.catalog_product .product_links .product_link {
    font-size: 14px;
    line-height: normal;
    text-decoration: none;
    color: var(--opdev-gray-600) !important;
    transition: color .3s ease;
    z-index: 10;
}

.catalog_product .product_links .product_link:hover {
    color: var(--opdev-primary) !important;
}

/* Выбранная ссылка — основной цвет */
.catalog_product .product_links .product_link.active {
    color: var(--opdev-primary) !important;
    font-weight: 500;
}
/* Sidebar counts - exactly like the image */
.sidebar_item-count {
    color: var(--opdev-gray-600) !important;
    background: var(--opdev-gray-200) !important;
    font-weight: 400;
    font-size: 14px;
    margin-left: auto;
    padding-left: 10px;
}

.sidebar_item-title, 
.sidebar_box a {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    text-decoration: none;
}

.sidebar_item-title a {
    display: flex !important;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: inherit;
}

.sidebar_item-title .sidebar_item-arrow {
    margin-left: 15px;
    order: 3; /* Ensure arrow is always last */
}

.sidebar_item-count {
    order: 2; /* Count before arrow */
}

.sidebar_item-title b,
.sidebar_item-title a b,
.sidebar_box a b {
    order: 1; /* Name first */
}


/* End */
/* /local/components/nik/brands/templates/section/style.css?17700502261713 */
