.elementor-2763 .elementor-element.elementor-element-281ad8f{--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:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2763 .elementor-element.elementor-element-71cba9e{--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;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:#E0EC86;--border-color:#E0EC86;--border-radius:10px 10px 10px 10px;}.elementor-2763 .elementor-element.elementor-element-71cba9e:not(.elementor-motion-effects-element-type-background), .elementor-2763 .elementor-element.elementor-element-71cba9e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#00000000;}.elementor-2763 .elementor-element.elementor-element-d4aa051{--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;}@media(min-width:768px){.elementor-2763 .elementor-element.elementor-element-281ad8f{--content-width:1400px;}.elementor-2763 .elementor-element.elementor-element-71cba9e{--width:15%;}.elementor-2763 .elementor-element.elementor-element-d4aa051{--width:85%;}}/* Start custom CSS for html, class: .elementor-element-b1b4f02 *//* ========================================
   PRODUCT FILTERS - CUSTOM STYLING
   Plugin: Themify WooCommerce Product Filter
   ======================================== */

/* ===== FILTER WRAPPER ===== */
.wpf_form {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.wpf_items_wrapper {
    
    padding: 0;
    overflow: hidden;
}

/* ===== FILTER ITEM ===== */
.wpf_item {
    border-bottom: 1px solid #e0ec86;
    transition: all 0.3s ease;
    background: #ffffff00;
}

.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: #e0ec86;
    padding: 16px 0;
    transition: color 0.2s ease;
    background: #ffffff00;
    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-slider-label span, .wpf_price_text span{
color: #e0ec86 !important;
}
.wpf_item input[type=checkbox]{
color: #000;
border: 1px solid #e0ec86 !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;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .wpf_item_name {
        font-size: 14px;
        padding: 14px 0;
    }

    .wpf_column_vertical li {
        padding: 9px 0;
    }

    .wpf_column_vertical input[type="checkbox"] {
        width: 16px;
        height: 16px;
        min-width: 16px;
    }

    .wpf_column_vertical label {
        font-size: 13px;
    }

    .wpf-show-more-wrapper {
        padding: 4px 0 10px;
    }

    .wpf-show-more {
        font-size: 12px !important;
    }
}
.wpf_item label{
color: #e0ec868f !important;
}

/* ===== 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; }
button, [type="submit"], [type="button"]{
    color: #e0ec86 !important;
    border: 1px solid #e0ec86 !important;
}/* End custom CSS */