/* Theme Studio — Marka Listesi (brands.index) */

.tf-section[data-tf-type="brands.index"] .brand-filter .btn-filter_brand:not(.active),
.tf-section[data-tf-type="brands.index"] .brand-list .brand-group h4,
.tf-section[data-tf-type="brands.index"] .brand-list .name-brand_list,
.tf-section[data-tf-type="brands.index"] .brand-list .name-brand_list a,
.tf-section[data-tf-type="brands.index"] .brand-list-v2 .brand-group .brand-title,
.tf-section[data-tf-type="brands.index"] .brand-list-v2 .name-brand_list,
.tf-section[data-tf-type="brands.index"] .brand-list-v2 .name-brand_list a {
    color: var(--tf-brands-list-color, inherit);
}

.tf-section[data-tf-type="brands.index"] .brand-filter .btn-filter_brand.active {
    background: var(--tf-brands-all-btn-bg, var(--black));
    color: var(--tf-brands-all-btn-color, var(--white));
}
