.pisari-sorting-hidden {
    display: none !important;
}

.pisari-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 2147483644 !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
}

.pisari-overlay.pisari-overlay-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.qodef-product-list-filter-holder .qodef-filter-price button[type="submit"].qodef-button,
.qodef-product-list-filter-holder .widget_price_filter button[type="submit"].qodef-button,
.qodef-product-list-filter-holder .widget_price_filter .price_slider_amount .qodef-button {
    display: none !important;
}

.qodef-product-list-filter-holder .qodef-filter-price,
.qodef-product-list-filter-holder .widget_price_filter {
    display: none !important;
}

.qodef-product-list-filter-holder .qodef-e-price-filter,
.qodef-product-list-filter-holder .qodef-e-price-filter .qodef-price-slider,
.qodef-product-list-filter-holder .qodef-e-price-filter .qodef-price-slider-amount,
.qodef-product-list-filter-holder .qodef-e-price-filter button[type="submit"] {
    display: none !important;
}

.qodef-product-list-filter-holder button[type="submit"].qodef-button,
.qodef-product-list-filter-holder .qodef-button.qodef-layout--filled.qodef-size--small[type="submit"],
.qodef-product-list-filter-holder .qodef-filter-content button[type="submit"].qodef-button,
.qodef-product-list-filter-holder.qodef-filter-content button[type="submit"].qodef-button,
.qodef-product-list-filter-holder.qodef-filter-content form button[type="submit"] {
    display: none !important;
}

@media (max-width: 1024px) {
    .pisari-filter-btn {
        all: unset;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        min-width: 84px;
        height: 34px;
        padding: 0 14px;
        box-sizing: border-box;
        cursor: pointer;
        color: #111111 !important;
        background: #ffffff !important;
        border: 1px solid #111111 !important;
        position: relative;
        z-index: 2147483647 !important;
    }

    .pisari-filter-btn--text {
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        line-height: 1;
    }

    .qodef-product-list-ordering {
        display: flex;
        align-items: center;
    }

    body.pisari-filter-is-open {
        overflow: hidden !important;
    }

    .qodef-product-list-filter-holder.qodef-filter-content {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        width: min(86vw, 360px) !important;
        max-width: 360px !important;
        height: 100dvh !important;
        margin: 0 !important;
        padding: 24px 18px !important;
        background: #ffffff !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        box-sizing: border-box !important;
        z-index: 2147483646 !important;
        transform: translate3d(-110%, 0, 0) !important;
        transition: transform .28s ease !important;
        box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
    }

    .qodef-product-list-filter-holder.qodef-filter-content.pisari-panel-open {
        transform: translate3d(0, 0, 0) !important;
    }

    .qodef-product-list-filter-holder.qodef-filter-content .qodef-filter-price button,
    .qodef-product-list-filter-holder.qodef-filter-content .qodef-filter-price input[type="submit"],
    .qodef-product-list-filter-holder.qodef-filter-content .widget_price_filter .button,
    .qodef-product-list-filter-holder.qodef-filter-content .widget_price_filter button,
    .qodef-product-list-filter-holder.qodef-filter-content .widget_price_filter input[type="submit"] {
        display: none !important;
    }
}

@media (min-width: 1025px) {
    .pisari-filter-btn,
    .pisari-overlay {
        display: none !important;
    }

    body.pisari-filter-is-open {
        overflow: auto !important;
    }
}



