/* Customize scrollbar for Chrome, Safari and Opera */
.brands-carousel::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.brands-carousel::-webkit-scrollbar-track {
    background: transparent;
}

.brands-carousel::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.brands-carousel::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
}

/* Customize scrollbar for Firefox */
.brands-carousel {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}