.elementor-2426 .elementor-element.elementor-element-81eca10{--display:flex;}.elementor-2426 .elementor-element.elementor-element-8624d38{--display:flex;}.elementor-2426 .elementor-element.elementor-element-91a08be{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-2426 .elementor-element.elementor-element-4f679b6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#0000001A;--border-color:#0000001A;--border-radius:12px 12px 12px 12px;--padding-top:22.5px;--padding-bottom:22.5px;--padding-left:22.5px;--padding-right:22.5px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2426 .elementor-element.elementor-element-3a565be{font-family:"Poppins", Sans-serif;font-size:20px;font-weight:600;color:#000000;}.elementor-2426 .elementor-element.elementor-element-af11496{z-index:9999;}@media(min-width:768px){.elementor-2426 .elementor-element.elementor-element-91a08be{--content-width:1400px;}.elementor-2426 .elementor-element.elementor-element-4f679b6{--width:15%;}}/* Start custom CSS for html, class: .elementor-element-af11496 *//* ========================================
   PRODUCT FILTERS - CUSTOM STYLING
   Plugin: Themify WooCommerce Product Filter
   ======================================== */

/* ===== FILTER WRAPPER ===== */
.wpf_form {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.wpf_items_wrapper {
    background: #ffffff;
    padding: 0;
    overflow: hidden;
}

/* ===== FILTER ITEM ===== */
.wpf_item {
    border-bottom: 1px solid #E0E0E0;
    transition: all 0.3s ease;
    background: #ffffff;
}

.wpf_item .wpf_item_name {
    border-bottom: 0px solid rgba(0, 0, 0, .1) !important;
    margin: 0 !important;
}
.wpf_layout_vertical .wpf_item+.wpf_item .wpf_item_name{
    margin: 0 !important;
}

.wpf_item:last-child {
    border-bottom: none;
}

/* ===== FILTER HEADER / TITLE ===== */
.wpf_item_name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Poppins' !important;
    cursor: pointer;
    user-select: none;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    padding: 16px 0;
    transition: color 0.2s ease;
    background: #ffffff;
    border: none;
    margin: 0;
    width: 100%;
    text-align: left;
}

.wpf_item_name:hover {
    color: #254E34;
}

/* Arrow caret — points down when expanded */
.wpf_item_name::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 100px !important;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
    transform: rotate(45deg);
    transition: transform 0.25s ease, border-color 0.2s ease;
    margin-left: auto;
    flex-shrink: 0;
}

.wpf_item_name:hover::after {
    border-color: #254E34;
}

/* Points right when collapsed */
.wpf_item.collapsed .wpf_item_name::after {
    transform: rotate(-45deg);
}

/* ===== ACTIVE FILTER INDICATOR (green dot on title) ===== */
.wpf_item.woo-filter-active .wpf_item_name {
    color: #254E34;
}

/* ===== FILTER LIST CONTENT ===== */
.wpf_column_vertical {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    background: #ffffff;
    max-height: 999px;
    opacity: 1;
    overflow: visible;
    transition: all 0.3s ease;
}

.wpf_column_vertical.collapsed {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
}

/* ===== FILTER ROWS (LI) ===== */
.wpf_column_vertical li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    background: #ffffff;
    gap: 10px;
}

.wpf_column_vertical li:last-child {
    border-bottom: none;
}

.wpf_column_vertical li[style*="display: none"] {
    display: none !important;
}

/* ===== CHECKBOX STYLING ===== */
.wpf_item input[type=checkbox] {
    border: 1px solid #B8B9BF !important;
    border-radius: 2px !important;
}

.wpf_column_vertical input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    min-width: 18px;
    border: 1.5px solid #d0d0d0 !important;
    border-radius: 3px !important;
    cursor: pointer;
    transition: all 0.2s ease;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
    position: relative;
    box-sizing: border-box;
}

.wpf_column_vertical input[type="checkbox"]:hover {
    border-color: #254E34 !important;
    background-color: #f5fbf7;
}

.wpf_column_vertical input[type="checkbox"]:checked {
    background-color: #254E34 !important;
    border-color: #254E34 !important;
}

.wpf_column_vertical input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
}

/* ===== LABELS ===== */
.wpf_column_vertical label {
    cursor: pointer;
    font-size: 14px;
    color: #1A2B3C;
    font-family: 'Poppins' !important;
    font-weight: 400;
    margin: 0;
    padding: 0;
    flex: 1;
    user-select: none;
    display: flex;
    align-items: center;
    line-height: 1.4;
    transition: color 0.15s ease;
}

.wpf_column_vertical label:hover {
    color: #254E34;
}

/* ===== BUTTONS (show more, etc.) ===== */
button,
[type="submit"],
[type="button"] {
    font-family: 'Poppins' !important;
    font-size: 14px;
}

/* ===== SHOW MORE WRAPPER ===== */
.wpf-show-more-wrapper {
    padding: 4px 0 12px;
    background: #ffffff;
    text-align: left;
}

/* ===== SHOW MORE BUTTON ===== */
.wpf-show-more {
    background: none !important;
    border: none !important;
    color: #254E34 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    font-family: 'Poppins' !important;
    cursor: pointer;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none;
    transition: color 0.2s ease;
    border-radius: 0 !important;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.wpf-show-more:hover,
.wpf-show-more:focus {
    color: #1a3d2b !important;
    text-decoration: underline;
    background: none !important;
}

/* ===== PRICE SLIDER ===== */
.wpf_slider {
    background: #e5e5e5 !important;
    border-radius: 4px !important;
    height: 4px !important;
    margin: 20px 4px 12px !important;
    border: none !important;
}

.wpf_slider.ui-widget-content {
    background: #e5e5e5 !important;
    border: none !important;
}

.ui-slider-range {
    background: #254E34 !important;
    border-radius: 4px !important;
}

.ui-slider-handle {
    background: #ffffff !important;
    border: 2px solid #254E34 !important;
    border-radius: 50% !important;
    width: 16px !important;
    height: 16px !important;
    top: -6px !important;
    outline: none !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.12) !important;
    cursor: pointer !important;
    transition: box-shadow 0.2s ease !important;
}

.ui-slider-handle:hover,
.ui-slider-handle:focus {
    box-shadow: 0 0 0 3px rgba(37, 78, 52, 0.18) !important;
}

/* ===== SLIDER PRICE LABEL ===== */
.wpf-slider-label,
.wpf_price_text {
    padding: 10px 0 4px;
    text-align: left;
    font-size: 13px;
    color: #666;
    font-family: 'Poppins', sans-serif;
}

.wpf-slider-label span,
.wpf_price_text span {
    font-weight: 600;
    color: #111;
}

.woocommerce-Price-amount {
    margin: 0 2px;
}

/* ===== VISIBILITY FIXES ===== */
.wpf_form,
.wpf_items_wrapper,
.wpf_column_vertical {
    visibility: visible !important;
}

.wpf-no-products-found {
    display: none !important;
}

input[type="hidden"] {
    display: none !important;
}

.wpf_column_vertical input {
    box-sizing: border-box;
    font-family: inherit;
}

.wpf_column_vertical label {
    font-family: inherit;
    line-height: 1.5;
}

/* ===== ANIMATIONS ===== */
@keyframes slideDown {
    from { opacity: 0; max-height: 0; }
    to   { opacity: 1; max-height: 999px; }
}

@keyframes slideUp {
    from { opacity: 1; max-height: 999px; }
    to   { opacity: 0; max-height: 0; }
}

.wpf_column_vertical.expanding { animation: slideDown 0.3s ease forwards; }
.wpf_column_vertical.collapsing { animation: slideUp 0.3s ease forwards; }


/* ========================================
   MOBILE-ONLY ADDITIONS  (≤768px)
   All styles above are 100% unchanged.
   Everything below only activates on mobile.
   ======================================== */

/* These elements are hidden by default (desktop sees nothing) */
.wpf-mobile-toggle  { display: none; }
.wpf-mobile-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.45); z-index: 9998; opacity: 0; transition: opacity 0.3s ease; }
.wpf-mobile-overlay.active { opacity: 1; }
.wpf-drawer-header  { display: none; }
.wpf-drawer-footer  { display: none; }

@media (max-width: 768px) {
     
    .wpf_item label{
        display: inline-flex !important;
    }
    .wpf_item_name::after{
        display: none !important;
    }
    .wpf_items_wrapper ul.wpf_column_vertical li{
        margin-bottom: 0 !important;
    }
    /* ── Toggle button ── */
    .wpf-mobile-toggle {
        display: flex;
        width: 100%;
        padding: 13px 16px;
        background: #254E34;
        color: #fff;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        font-weight: 600;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        margin-bottom: 12px;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
        transition: background 0.2s ease;
        box-sizing: border-box;
    }
    .wpf-mobile-toggle:active { background: #1a3d2b; }
    .wpf-mobile-toggle-icon { display: inline-flex; align-items: center; gap: 7px; }
    .wpf-mobile-toggle svg { width: 18px; height: 18px; fill: none; stroke: #fff; stroke-width: 2; stroke-linecap: round; }
    .wpf-mobile-toggle-count {
        background: rgba(255,255,255,0.25);
        border-radius: 20px;
        font-size: 12px;
        font-weight: 700;
        padding: 2px 8px;
        min-width: 22px;
        text-align: center;
        transition: opacity 0.2s;
    }
    .wpf-mobile-toggle-count.hidden { opacity: 0; pointer-events: none; }

    /* ── Overlay ── */
    .wpf-mobile-overlay { display: block; }

    /* ── Bottom-sheet drawer ── */
    .wpf_form {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        background: #ffffff;
        border-radius: 20px 20px 0 0;
        box-shadow: 0 -4px 32px rgba(0,0,0,0.18);
        max-height: 82vh;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        transform: translateY(100%);
        transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
        padding-bottom: env(safe-area-inset-bottom, 16px);
        box-sizing: border-box;
    }
    /* Drag handle notch */
    .wpf_form::before {
        content: '';
        display: block;
        width: 40px;
        height: 4px;
        background: #ddd;
        border-radius: 2px;
        margin: 12px auto 4px;
    }
    .wpf_form.wpf-drawer-open { transform: translateY(0); }

    /* ── Drawer header ── */
    .wpf-drawer-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 6px 20px 14px;
        border-bottom: 1px solid #E0E0E0;
        position: sticky;
        top: 0;
        background: #ffffff;
        z-index: 2;
    }
    .wpf-drawer-title {
        font-family: 'Poppins', sans-serif;
        font-size: 17px;
        font-weight: 700;
        color: #111111;
        margin: 0;
        letter-spacing: -0.2px;
    }
    .wpf-drawer-close {
        background: #f4f4f4;
        border: none;
        cursor: pointer;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        min-width: 32px;
        min-height: 32px;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
        transition: background 0.2s;
    }
    .wpf-drawer-close:active { background: #e0e0e0; }
    .wpf-drawer-close svg {
        width: 16px;
        height: 16px;
        stroke: #333;
        stroke-width: 2.2;
        fill: none;
        stroke-linecap: round;
    }

    /* ── Scrollable filter content ── */
    .wpf_items_wrapper {
        padding: 0 20px;
        overflow-y: auto;
        overflow-x: hidden;
        max-height: calc(82vh - 140px);
    }

    /* ── Filter section separator ── */
    .wpf_item {
        border-bottom: 1px solid #f0f0f0;
    }
    .wpf_item:last-child {
        border-bottom: none;
    }

    /* ── Filter title row ── */
    .wpf_item_name {
        font-size: 15px;
        font-weight: 600;
        color: #111111;
        padding: 16px 0 14px;
        min-height: 48px;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }

    /* ── Filter rows — proper alignment ── */
    .wpf_column_vertical li {
        display: flex;
        align-items: center;
        padding: 11px 0;
        min-height: 46px;
        gap: 12px;
        border-bottom: none;
    }

    /* ── Checkboxes — properly sized & aligned ── */
    .wpf_column_vertical input[type="checkbox"] {
        width: 20px !important;
        height: 20px !important;
        min-width: 20px !important;
        border-radius: 4px !important;
        border: 1.5px solid #c8c8c8 !important;
        flex-shrink: 0;
        margin: 0 !important;
        position: relative;
        top: 0;
        vertical-align: middle;
    }
    .wpf_column_vertical input[type="checkbox"]:checked {
        background-color: #254E34 !important;
        border-color: #254E34 !important;
    }
    .wpf_column_vertical input[type="checkbox"]:checked::after {
        left: 5px;
        top: 2px;
        width: 6px;
        height: 10px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    /* ── Labels — vertically centered, full tap area ── */
    .wpf_column_vertical label {
        font-size: 14px;
        font-weight: 400;
        color: #333333;
        min-height: 46px;
        display: flex;
        align-items: center;
        line-height: 1.4;
        flex: 1;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
        padding: 0;
        margin: 0;
    }

    /* ── Count badge next to label (if plugin adds it) ── */
    .wpf_column_vertical .wpf_count {
        font-size: 12px;
        color: #999;
        margin-left: auto;
        padding-right: 4px;
    }

    /* ── Show more button ── */
    .wpf-show-more-wrapper {
        padding: 2px 0 14px;
    }
    .wpf-show-more {
        font-size: 13px !important;
        padding: 8px 0 !important;
        min-height: 40px;
        color: #254E34 !important;
        font-weight: 600 !important;
    }

    /* ── Slider — easier to drag on touch ── */
    .wpf_slider {
        height: 5px !important;
        margin: 20px 10px 14px !important;
    }
    .ui-slider-handle {
        width: 26px !important;
        height: 26px !important;
        top: -11px !important;
    }

    /* ── Drawer footer ── */
    .wpf-drawer-footer {
        display: flex;
        gap: 10px;
        padding: 12px 20px;
        border-top: 1px solid #eeeeee;
        position: sticky;
        bottom: 0;
        background: #ffffff;
        z-index: 2;
        padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    }

    /* Clear All — outlined, left side */
    .wpf-clear-btn {
        flex: 0 0 auto;
        padding: 0 20px;
        height: 48px;
        background: #ffffff;
        color: #333333;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 500;
        border: 1.5px solid #d8d8d8;
        border-radius: 10px;
        cursor: pointer;
        white-space: nowrap;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
        transition: border-color 0.2s ease, color 0.2s ease;
    }
    .wpf-clear-btn:active {
        border-color: #254E34;
        color: #254E34;
    }

    /* Apply Filters — solid green, takes remaining space */
    .wpf-apply-btn {
        flex: 1;
        height: 48px;
        background: #254E34;
        color: #ffffff;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        font-weight: 600;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        letter-spacing: 0.1px;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
        transition: background 0.2s ease;
        box-shadow: 0 2px 8px rgba(37,78,52,0.18);
    }
    .wpf-apply-btn:active { background: #1a3d2b; box-shadow: none; }
}

/* ===== LANDSCAPE MOBILE ===== */
@media (max-width: 768px) and (orientation: landscape) {
    .wpf_form {
        top: 0;
        bottom: 0;
        left: auto;
        right: 0;
        width: 320px;
        max-height: 100vh;
        border-radius: 16px 0 0 16px;
        transform: translateX(100%);
        transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
    }
    .wpf_form.wpf-drawer-open { transform: translateX(0); }
    .wpf_form::before { display: none; }
    .wpf_items_wrapper { max-height: calc(100vh - 130px); }
}

/* ===== SMALL MOBILE (max 480px) ===== */
@media (max-width: 480px) {
    .wpf_form { max-height: 88vh; }
    .wpf_items_wrapper { max-height: calc(88vh - 130px); padding: 0 16px; }
    .wpf-mobile-toggle { font-size: 14px; padding: 12px 14px; }
}

/* ===== iOS SAFE AREA ===== */
@supports (padding-bottom: env(safe-area-inset-bottom)) {
    @media (max-width: 768px) {
        .wpf_form { padding-bottom: calc(env(safe-area-inset-bottom) + 8px); }
    }
}/* End custom CSS */
/* Start custom CSS */@media (max-width: 600px) {
    .woo-grid-header {
        flex-direction: column;
        align-items: center !important;}}
        @media (max-width: 600px) {
    .elementor-element.elementor-element-5131f6c.elementor-widget.elementor-widget-shortcode button.wpf-mobile-toggle {
    position: absolute;
        z-index: 999;
    margin: 100px 0 0 0;
}
.elementor-element.elementor-element-4f679b6.e-con-full.e-flex.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-child .elementor-element.elementor-element-3a565be.elementor-widget.elementor-widget-text-editor p {
    display: none;
}
.elementor-2426 .elementor-element.elementor-element-4f679b6{
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    border-style: none !important;
}
.woo-grid-header{
    gap: 35px !important;
}
}
/* Hide on Desktop, Laptop, Tablet */
button.wpf-mobile-toggle {
    display: none;
}

/* Show only on Mobile */
@media (max-width: 767px) {
    button.wpf-mobile-toggle {
        display: block;
    }
}

@media (max-width: 767px) {
    .e-con-inner .elementor-element.elementor-element-83206f3.e-con-full.e-flex.wpr-particle-no.wpr-jarallax-no.wpr-parallax-no.wpr-sticky-section-no.e-con.e-child
 {
    --flex-wrap: auto !important;
}}/* End custom CSS */