.elementor-408 .elementor-element.elementor-element-212deb4{--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-408 .elementor-element.elementor-element-b678fce{--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;--overflow:hidden;border-style:solid;--border-style:solid;border-width:01px 01px 01px 01px;--border-top-width:01px;--border-right-width:01px;--border-bottom-width:01px;--border-left-width:01px;border-color:#000000;--border-color:#000000;--border-radius:0px 0px 0px 0px;--margin-top:5px;--margin-bottom:5px;--margin-left:5px;--margin-right:5px;--padding-top:5px;--padding-bottom:5px;--padding-left:5px;--padding-right:5px;}.elementor-408 .elementor-element.elementor-element-8c3f41e{--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;--margin-top:5px;--margin-bottom:5px;--margin-left:5px;--margin-right:5px;--padding-top:5px;--padding-bottom:5px;--padding-left:5px;--padding-right:5px;}.elementor-408 .elementor-element.elementor-element-d257418 .woolentor-product-grid-modern{gap:25px;}.elementor-408 .elementor-element.elementor-element-d257418 .woolentor-product-stars{gap:2px;}.elementor-408 .elementor-element.elementor-element-d257418 .woolentor-product-actions .woolentor-cart-btn svg{width:18px;height:18px;}.elementor-408 .elementor-element.elementor-element-d257418 .woolentor-luxury-card .woolentor-cart-arrow{font-size:18px;}.elementor-408 .elementor-element.elementor-element-d257418 .woolentor-quick-actions .woolentor-quick-action svg{width:18px;height:18px;}.elementor-408 .elementor-element.elementor-element-d257418 .woolentor-quick-actions .woolentor-quick-action{font-size:18px;}.elementor-408 .elementor-element.elementor-element-d257418 .woolentor-pagination{justify-content:center;}@media(min-width:768px){.elementor-408 .elementor-element.elementor-element-b678fce{--width:20%;}.elementor-408 .elementor-element.elementor-element-8c3f41e{--width:80%;}}@media(max-width:1024px){.elementor-408 .elementor-element.elementor-element-d257418 .woolentor-product-grid-modern{gap:20px;}}@media(max-width:767px){.elementor-408 .elementor-element.elementor-element-d257418 .woolentor-product-grid-modern{gap:15px;}}/* Start custom CSS for wl-advance-product-filter, class: .elementor-element-3bcb73c */.wlpf-filter-action-item.wlpf-filter-clear-action {
    display: none !important;
}
.wlpf-filter-collapse {
    display: none !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b678fce *//* ===================================== */
/* COMPLETE MODERN FILTER + PRICE FIX UI */
/* ===================================== */

/* REMOVE EMPTY TOP BOX (PRICE COLLAPSE ISSUE FIX) */
.wlpf-price-filter .wlpf-filter-content {
display: block !important;
}

.wlpf-price-filter .wlpf-filter-header {
display: none;
}

/* FILTER CARD STYLE */
.wlpf-filter-wrap {
background: #ffffff;
border-radius: 12px;
padding: 18px 16px;
margin-bottom: 20px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
border: 1px solid #f1f1f1;
transition: 0.3s ease;
}

.wlpf-filter-wrap:hover {
box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* HEADER */
.wlpf-filter-header {
margin-bottom: 12px;
display: flex;
justify-content: space-between;
align-items: center;
}

.wlpf-filter-label-text {
font-size: 16px;
font-weight: 600;
color: #111;
}

/* LIST STYLE */
.wlpf-terms-list {
padding-left: 0;
}

.wlpf-terms-list li {
list-style: none;
margin-bottom: 10px;
}

/* LABEL */
.wlpf-term-label {
display: flex;
align-items: center;
cursor: pointer;
}

/* HIDE DEFAULT CHECKBOX */
.wlpf-term-input input {
display: none;
}

/* CUSTOM CHECKBOX */
.wlpf-term-box {
width: 18px;
height: 18px;
border-radius: 6px;
border: 2px solid #ddd;
display: inline-block;
margin-right: 10px;
transition: all 0.2s ease;
position: relative;
}

.wlpf-term-input input:checked + .wlpf-term-box {
background: #111;
border-color: #111;
}

.wlpf-term-input input:checked + .wlpf-term-box::after {
content: "✔";
color: #fff;
font-size: 12px;
position: absolute;
top: -2px;
left: 3px;
}

/* TEXT */
.wlpf-term-name {
font-size: 14px;
color: #333;
}

.wlpf-term-count {
color: #999;
font-size: 13px;
margin-left: 4px;
}

/* COLLAPSE BUTTON */
.wlpf-filter-collapse-button {
background: #f5f5f5;
border-radius: 6px;
padding: 5px 8px;
border: none;
cursor: pointer;
transition: 0.2s;
}

.wlpf-filter-collapse-button:hover {
background: #eaeaea;
}

/* PRICE FILTER CARD */
.wlpf-price-filter {
background: #fff;
padding: 16px;
border-radius: 12px;
margin-bottom: 20px;
box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

/* PRICE TEXT */
.wlpf-price-range-fields {
display: flex;
justify-content: space-between;
font-size: 14px;
margin-bottom: 12px;
font-weight: 500;
}

/* SLIDER BAR */
.ui-slider-range {
background: #111 !important;
height: 4px;
border-radius: 4px;
}

/* SLIDER HANDLE */
.ui-slider-handle {
width: 16px;
height: 16px;
border-radius: 50%;
background: #111;
border: 2px solid #fff;
top: -6px;
cursor: pointer;
box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.ui-slider-handle:hover {
transform: scale(1.1);
}

/* CLEAR BUTTON */
.wlpf-filter-clear-action-button {
width: 100%;
background: #f8f8f8;
border: none;
padding: 8px;
border-radius: 8px;
font-size: 13px;
cursor: pointer;
transition: 0.2s;
}

.wlpf-filter-clear-action-button:hover {
background: #111;
color: #fff;
}

/* SMOOTH ANIMATION */
.wlpf-filter-content {
transition: all 0.3s ease;
}

/* OPTIONAL: STICKY SIDEBAR */
.sidebar-filter {
position: sticky;
top: 20px;
}/* End custom CSS */