.subcategories-slider .subcategory-btn.rl-ver-todos {
    font-weight: 400;
    background-color: #1b1b1b;
    color: #fff;
}

.subcategory-btn.rl-ver-todos.is-loading {
    pointer-events: none;
}

.rl-vt-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.75);
}

.rl-vt-spinner {
    width: 54px;
    height: 54px;
    border: 4px solid rgba(27, 27, 27, 0.15);
    border-top-color: #1b1b1b;
    border-radius: 50%;
    animation: rl-vt-spin 0.7s linear infinite;
}

@keyframes rl-vt-spin {
    to {
        transform: rotate(360deg);
    }
}

.rl-vt-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 24px 0;
}

.rl-vt-more .rl-vt-spinner {
    width: 36px;
    height: 36px;
    border-width: 3px;
}
