.best-sellers-track {
    scrollbar-width: none;
}

.best-sellers-track::-webkit-scrollbar {
    display: none;
}

section[data-best-sellers]:has(+ section[data-best-sellers]) {
    border-bottom: 2.5px solid var(--color-on-surface);
}

.best-sellers-arrow:disabled {
    opacity: 0.45;
    transform: none;
    box-shadow: none;
}
