.sub-category::-webkit-scrollbar {
    height: 8px; /* Altura da barra de rolagem */
    background-color: transparent; /* Deixa o fundo transparente */
}

.sub-category::-webkit-scrollbar-thumb {
    background-color: transparent; /* Deixa a parte deslizante invisível */
}

.rounded-subcategory {
    width: 60px;
    height: 60px;
    justify-content: center;
    text-align: center;
    margin-right: 1rem;
}

.rounded-subcategory p {
    font-size: 14px;
    width: 100%;
    margin-top: 5px;
    color: var(--af-color-primary);
}

.rounded-subcategory img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
