/* Estilos das Marcas */
.active-category-item {
    border: 1px solid #ffed00 !important;
    /* Contorno amarelo em toda a aba */
    padding: 4px 10px !important;
    /* Espaçamento interno da caixa */
    border-radius: 6px !important;
    /* Cantos ligeiramente arredondados */
    background-color: #fffbeb !important;
    /* Fundo amarelo extremamente suave de destaque */
    color: #111111 !important;
    /* Texto em preto escuro */
    font-weight: 700 !important;
    /* Texto em negrito */
    text-decoration: none !important;
    display: inline-block !important;
}

#brands-filter-carousel .item a span {
    display: block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-width: 100% !important;
    padding: 0 4px !important;
}

/* Estilos de Setas do Carrossel de Marcas */
#brands-filter-carousel {
    padding: 0 45px !important;
    position: relative !important;
}

#brands-filter-carousel .owl-nav .owl-prev,
#brands-filter-carousel .owl-nav .owl-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-20%) !important;
    width: 32px !important;
    height: 32px !important;
    background-color: #f0f0f0 !important;
    color: #333 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    transition: all 0.2s ease !important;
}

#brands-filter-carousel .owl-nav .owl-prev:hover,
#brands-filter-carousel .owl-nav .owl-next:hover {
    background-color: #ffed00 !important;
    color: #000 !important;
}

#brands-filter-carousel .owl-nav .owl-prev {
    left: 5px !important;
}

#brands-filter-carousel .owl-nav .owl-next {
    right: 5px !important;
}

#brands-filter-carousel .owl-nav button {
    outline: none !important;
}
.category-link {
    display: inline-block;
    padding: 2px 0;
    transition: color 0.2s ease;
}

.category-link:hover {
    color: #ffed00 !important;
    text-decoration: none;
}

.toggle-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    transition: background 0.2s;
}

.toggle-arrow:hover {
    background: #f5f5f5;
}

.fa-rotate-90 {
    transform: rotate(90deg);
}