.natelo_archive_toolbar .nt_total {
    color: var(--title-color, #1D1D1F);
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}


.natelo_archive_toolbar .nt_orderby select {
    padding: 0 15px 0 0;
    height: unset;
    border: unset;
    border-radius: 0;
    background-position: right -4px top 50%;
    color: var(--title-color, #1D1D1F);
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}

.natelo_archive_toolbar .nt_orderby form {
    display: flex;
}

.natelo_archive_toolbar .nt_orderby > .elementor-widget-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.natelo_archive_toolbar .nt_orderby > .elementor-widget-container::before {
    content: "Sortieren nach";
    color: var(--caption, #6E6E73);
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.natelo_archive_toolbar .nt_active_filters .wd-clear-filters {
    padding-inline-end: 0;
    border-inline-end: unset;
}

.natelo_archive_toolbar .nt_active_filters .wd-active-filters, .natelo_archive_toolbar .nt_active_filters .wd-active-filters ul {
    gap: 10px;
}

.natelo_archive_toolbar .nt_active_filters .wd-active-filters ul li {
    border-radius: 10px;
    background: var(--primary40, #EDF5FD);
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    transition: all 0.25s ease;
}

.natelo_archive_toolbar .nt_active_filters .wd-active-filters ul li a {
    display: flex;
    line-height: unset;
    flex-direction: row-reverse;
    gap: 10px;
    color: var(--wd-primary-color, #0071E3);
    transition: all 0.25s ease;
    padding: 15px 20px;
}

.natelo_archive_toolbar .nt_active_filters .wd-active-filters ul li a * {
    transition: all 0.25s ease !important;
    margin: 0 !important;
}

.natelo_archive_toolbar .nt_active_filters .wd-active-filters ul li a::before {
    margin-inline-end: 0;
    font-weight: 700;
    color: var(--wd-primary-color, #0071E3);
    transition: all 0.25s ease;
}

.natelo_archive_toolbar .nt_active_filters .wd-active-filters ul li:hover {
    background-color: var(--wd-primary-color, #0071E3);
}

.natelo_archive_toolbar .nt_active_filters .wd-active-filters ul li:hover a, .natelo_archive_toolbar .nt_active_filters .wd-active-filters ul li:hover a::before, .natelo_archive_toolbar .nt_active_filters .wd-active-filters ul li:hover a * {
    color: #fff !important;
}

.natelo_archive_toolbar .nt_active_filters .wd-clear-filters a {
    color: var(--wd-primary-color, #0071E3);
}

.natelo_archive_toolbar .nt_active_filters .wd-clear-filters a:hover {
    opacity: 0.7;
}

.natelo_products_archive_sidebar .widget:not(#text-2) {
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid var(--border, #E6E6E6) !important;
}

.natelo_products_archive_sidebar .widget .widget-title {
    color: var(--title-color, #1D1D1F);
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
}

.natelo_products_archive_sidebar .widget .widget-title::after {
    color: var(--title-color, #1D1D1F);
    font-size: 14px;
}

.natelo_active_filters_count {
    border-radius: 10px;
    background: var(--primary40, #EDF5FD);
    padding: 12px 15px;
    color: var(--wd-primary-color, #0071E3);
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
}

.natelo_archive_toolbar .nt_toggle_sidebar {
    display: none;
}

@media screen and (min-width: 769px) {
    .natelo_products_archive_sidebar > .elementor-widget-sidebar {
        position: sticky;
        top: 115px;
        height: fit-content;
        display: block;
        clear: both;
    }
}


@media screen and (max-width: 1024px) {
    .natelo_products_archive_sidebar, .natelo_products_archive_toolbar_heading, .natelo_products_archive_heading {
        width: 230px !important;
    }

    .natelo_archive_toolbar .wd-active-filters {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-right: -15px;
    }

    .natelo_archive_toolbar .wd-active-filters .widget_layered_nav_filters {
        min-width: 0;
        max-width: 100%;
        overflow-x: auto;
        margin-right: -15px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .natelo_archive_toolbar .wd-active-filters .widget_layered_nav_filters::-webkit-scrollbar {
        display: none;
    }

    .natelo_archive_toolbar .nt_active_filters {
        width: 100% !important;
    }

    .natelo_archive_toolbar .wd-active-filters .widget_layered_nav_filters li:last-child {
        margin-right: 15px;
    }

}

@media screen and (max-width: 768px) {
    .natelo_archive_toolbar .nt_orderby > .elementor-widget-container::before {
        display: none;
    }

    .natelo_archive_toolbar .nt_total {
        width: 100% !important;
    }

    .natelo_archive_toolbar .nt_total .elementor-shortcode {
        display: flex;
        align-items: center;
        justify-content: space-between;
        align-content: space-between;
        gap: 20px;
    }

    .natelo_archive_toolbar .nt_toggle_sidebar {
        display: flex;
    }

    .natelo_archive_toolbar .nt_toggle_sidebar:hover {
        cursor: pointer;
    }

    .natelo_products_archive_sidebar {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 80% !important;
        max-width: 420px;
        height: 100%;
        background: #fff;
        transform: translateX(-100%);
        transition: transform .3s ease;
        z-index: 9999;
        overflow-y: auto;
        padding: 20px;
    }

    .natelo_products_archive_sidebar.open {
        transform: translateX(0);
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    }

    .natelo_products_archive_sidebar > .elementor-widget-sidebar {
        margin-top: 5px;
    }
}