
.filters-pages.no-trans
{
    transition: none !important;
}

.filters-pages
{
    display: flex;
    width: 100%;
    max-width: 780px;
    transition: transform .25s ease;
}

.filter-page
{
    min-width: 100%;
    padding: 8px 0;
}

.filter-page h4
{
    font-size: 24px;
    margin: 0 0 16px;
}

.filters-content input, .filters-content select
{
    width: 100%;
    max-width: 560px;
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 14px;
    border: 1px solid color-mix(in oklab, var(--fg-custom) 18%, transparent);
    background: color-mix(in oklab, var(--bg-custom) 96%, transparent);
}

.favorite-only-toggle
{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    font-size: 17px;
    color: var(--fg-custom);
    cursor: pointer;
    user-select: none;
}

.favorite-only-toggle input
{
    appearance: auto;
    width: 22px;
    height: 22px;
    padding: 0;
    border-radius: 4px;
    border: 1px solid color-mix(in oklab, var(--fg-custom) 18%, transparent);
    background: #fff;
    box-shadow: none;
    accent-color: var(--accent-custom);
}

.filters-nav.right
{
    position: absolute;
    right: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    height: calc(100% - 120px);
    justify-content: center;
}

.filters-nav.right button
{
    appearance: none;
    border: 1px solid color-mix(in oklab, var(--fg-custom) 12%, transparent);
    background: color-mix(in oklab, var(--bg-custom) 92%, transparent);
    width: 56px;
    height: 56px;
    border-radius: 16px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: var(--muted-custom);
    box-shadow: var(--shadow-custom);
    transition: transform .15s, background .15s, color .15s, box-shadow .15s;
}

.filters-nav.right button .mi
{
    font-size: 22px;
    line-height: 1;
}

.filters-nav.right button small
{
    font-size: 11px;
}

.filters-nav.right button:hover
{
    transform: translateY(-1px);
}

.filters-nav.right button.active
{
    color: #fff;
    background: linear-gradient(180deg, var(--accent-custom), var(--accent-2-custom));
    border-color: transparent;
    box-shadow: 0 10px 24px color-mix(in oklab, var(--accent-custom) 40%, #000 0%);
}
