.elementor-5395 .elementor-element.elementor-element-16ccf83{padding:3% 3% 3% 3%;}.elementor-5395 .elementor-element.elementor-element-c5ba3f1.elementor-widget-woolentor-product-archive-addons ul.products li.product span.onsale{display:block;}.elementor-5395 .elementor-element.elementor-element-c5ba3f1.elementor-widget-woolentor-product-archive-addons span.onsale{display:block !important;}.elementor-5395 .elementor-element.elementor-element-c5ba3f1.elementor-widget-woolentor-product-archive-addons ul.products li.product{padding:0px 0px 0px 0px;margin:0px 10px 10px 0px !important;}@media(max-width:1024px){.elementor-5395 .elementor-element.elementor-element-c5ba3f1.elementor-widget-woolentor-product-archive-addons ul.products li.product{margin:15px 15px 0px 0px !important;}}@media(min-width:768px){.elementor-5395 .elementor-element.elementor-element-b2e6034{width:23.242%;}.elementor-5395 .elementor-element.elementor-element-ce48f0b{width:76.365%;}}@media(max-width:1024px) and (min-width:768px){.elementor-5395 .elementor-element.elementor-element-b2e6034{width:35%;}.elementor-5395 .elementor-element.elementor-element-ce48f0b{width:65%;}}@media(max-width:767px){.elementor-5395 .elementor-element.elementor-element-ce48f0b > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:0px;}.elementor-5395 .elementor-element.elementor-element-ce48f0b > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-ba11520 *//*
=================================================================
  MODERN REDESIGN FOR WOOCOMMERCE PRODUCT FILTER (WPF)
=================================================================
*/

/* --- 1. Main Filter Block Wrapper --- */
.wpfFilterWrapper {
    border: 1px solid #e9e9e9;
    border-radius: 12px; /* Softer, modern corners */
    margin-bottom: 25px;
    background-color: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06); /* Subtle shadow for depth */
    overflow: hidden; /* Keeps content inside the rounded corners */
    transition: box-shadow 0.3s ease;
}
.wpfFilterWrapper:hover {
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
}


/* --- 2. Filter Title Styling --- */
.wpfFilterTitle {
    padding: 16px 20px;
    background-color: #fcfcfc;
    border-bottom: 1px solid #e9e9e9;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wfpTitle {
    font-weight: 600 !important; /* Bold title as requested */
    font-size: 1em; /* 16px */
    color: #2c3e50; /* A soft, dark blue-grey */
    text-transform: uppercase;
    letter-spacing: 0.8px;
}


/* --- 3. Filter Content Area --- */
.wpfFilterContent {
    padding: 20px;
}
.wpfFilterContent ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wpfLiLabel {
    display: flex;
    align-items: center;
    padding: 8px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
    cursor: pointer;
    font-size: 0.95em; /* 15px */
    color: #555;
}
.wpfLiLabel:hover {
    background-color: #f5f7fa;
}


/* --- 4. Custom Checkbox Redesign --- */
/* --- 4. Custom Checkbox Redesign (FIXED) --- */
.wpfCheckbox input[type="checkbox"] {
    display: none !important; /* Force the original ugly checkbox to hide */
}
.wpfCheckbox input[type="checkbox"] + label {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    border: 2px solid #bdc3c7;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}
/* The checkmark style */
.wpfCheckbox input[type="checkbox"]:checked + label:after {
    content: '\2713'; /* Unicode checkmark */
    font-size: 16px;
    position: absolute;
    top: -2px;
    left: 2px;
    color: #ffffff;
}
/* The checked box style */
.wpfCheckbox input[type="checkbox"]:checked + label {
    background-color: #27ae60; /* <-- YOUR BRAND'S ACCENT COLOR */
    border-color: #27ae60;
}


/* --- 5. Price Slider Redesign --- */
#wpfSliderRange.ui-slider {
    background: #ecf0f1;
    border: none;
    height: 6px;
    border-radius: 3px;
    margin: 10px 0;
}
#wpfSliderRange .ui-slider-range {
    background: #3498db; /* <-- YOUR BRAND'S ACCENT COLOR */
    border-radius: 3px;
}
#wpfSliderRange .ui-slider-handle {
    width: 18px;
    height: 18px;
    background: #ffffff;
    border: 3px solid #3498db; /* <-- MATCH THE SLIDER RANGE COLOR */
    border-radius: 50%;
    cursor: pointer;
    top: -6px; /* Vertically center the handle */
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}
.wpfPriceInputs {
    margin-top: 20px;
    font-size: 14px;
    color: #555;
}


/* --- 6. Search Input Field --- */
.wpfSearchFieldsFilter {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 15px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.wpfSearchFieldsFilter:focus {
    outline: none;
    border-color: #3498db; /* Highlight on focus */
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.15);
}


/* --- 7. Clear Button --- */
.wpfFilterButtons {
    padding: 0 20px 20px 20px;
}
.wpfClearButton {
    width: 100%;
    padding: 0px;
    border: none;
    background-color: #ffffff; /* A friendly red */
    color: red !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    
    cursor: pointer;
    font-size: 14px !important;
    transition: background-color 0.3s ease;
}
.wpfClearButton:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
    text-decoration: underline !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-8c2b992 *//*
=================================================================
  MODERN REDESIGN FOR WOOCOMMERCE PRODUCT FILTER (WPF)
=================================================================
*/

/* --- 1. Main Filter Block Wrapper --- */
.wpfFilterWrapper {
    border: 1px solid #e9e9e9;
    border-radius: 12px; /* Softer, modern corners */
    margin-bottom: 25px;
    background-color: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06); /* Subtle shadow for depth */
    overflow: hidden; /* Keeps content inside the rounded corners */
    transition: box-shadow 0.3s ease;
}
.wpfFilterWrapper:hover {
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
}


/* --- 2. Filter Title Styling --- */
.wpfFilterTitle {
    padding: 16px 20px;
    background-color: #fcfcfc;
    border-bottom: 1px solid #e9e9e9;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wfpTitle {
    font-weight: 600 !important; /* Bold title as requested */
    font-size: 1em; /* 16px */
    color: #2c3e50; /* A soft, dark blue-grey */
    text-transform: uppercase;
    letter-spacing: 0.8px;
}


/* --- 3. Filter Content Area --- */
.wpfFilterContent {
    padding: 20px;
}
.wpfFilterContent ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wpfLiLabel {
    display: flex;
    align-items: center;
    padding: 8px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
    cursor: pointer;
    font-size: 0.95em; /* 15px */
    color: #555;
}
.wpfLiLabel:hover {
    background-color: #f5f7fa;
}


/* --- 4. Custom Checkbox Redesign --- */
/* --- 4. Custom Checkbox Redesign (FIXED) --- */
.wpfCheckbox input[type="checkbox"] {
    display: none !important; /* Force the original ugly checkbox to hide */
}
.wpfCheckbox input[type="checkbox"] + label {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    border: 2px solid #bdc3c7;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}
/* The checkmark style */
.wpfCheckbox input[type="checkbox"]:checked + label:after {
    content: '\2713'; /* Unicode checkmark */
    font-size: 16px;
    position: absolute;
    top: -2px;
    left: 2px;
    color: #ffffff;
}
/* The checked box style */
.wpfCheckbox input[type="checkbox"]:checked + label {
    background-color: #27ae60; /* <-- YOUR BRAND'S ACCENT COLOR */
    border-color: #27ae60;
}


/* --- 5. Price Slider Redesign --- */
#wpfSliderRange.ui-slider {
    background: #ecf0f1;
    border: none;
    height: 6px;
    border-radius: 3px;
    margin: 10px 0;
}
#wpfSliderRange .ui-slider-range {
    background: #3498db; /* <-- YOUR BRAND'S ACCENT COLOR */
    border-radius: 3px;
}
#wpfSliderRange .ui-slider-handle {
    width: 18px;
    height: 18px;
    background: #ffffff;
    border: 3px solid #3498db; /* <-- MATCH THE SLIDER RANGE COLOR */
    border-radius: 50%;
    cursor: pointer;
    top: -6px; /* Vertically center the handle */
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}
.wpfPriceInputs {
    margin-top: 20px;
    font-size: 14px;
    color: #555;
}


/* --- 6. Search Input Field --- */
.wpfSearchFieldsFilter {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 15px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.wpfSearchFieldsFilter:focus {
    outline: none;
    border-color: #3498db; /* Highlight on focus */
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.15);
}


/* --- 7. Clear Button --- */
.wpfFilterButtons {
    padding: 0 20px 20px 20px;
}
.wpfClearButton {
    width: 100%;
    padding: 0px;
    border: none;
    background-color: #ffffff; /* A friendly red */
    color: red !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    
    cursor: pointer;
    font-size: 14px !important;
    transition: background-color 0.3s ease;
}
.wpfClearButton:hover {
    color: #000000 !important;
    background-color: #ffffff !important;
    text-decoration: underline !important;
}/* End custom CSS */