.elementor-kit-13{--e-global-color-primary:#1A1A1A;--e-global-color-secondary:#D1D1D1;--e-global-color-text:#000000;--e-global-color-accent:#D4AF37;--e-global-color-2ce12a7:#F7F7F7;--e-global-color-b0784fc:#BFB7A3;--e-global-color-170ba49:#2E5C5D;--e-global-color-2d4923a:#3B6F70;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Assistant";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;--e-global-typography-1f74f8e-font-family:"Helvetica";--e-global-typography-1f74f8e-font-weight:400;color:#000000;font-family:"Assistant", assistant;font-size:23px;font-weight:500;}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{background-color:#2E5C5D;color:#FFFFFF;border-radius:0px 0px 0px 0px;padding:14px 22px 14px 22px;}.elementor-kit-13 button:hover,.elementor-kit-13 button:focus,.elementor-kit-13 input[type="button"]:hover,.elementor-kit-13 input[type="button"]:focus,.elementor-kit-13 input[type="submit"]:hover,.elementor-kit-13 input[type="submit"]:focus,.elementor-kit-13 .elementor-button:hover,.elementor-kit-13 .elementor-button:focus{background-color:var( --e-global-color-2d4923a );color:#FFFFFF;border-radius:0px 0px 0px 0px;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13 a{color:#000000;font-size:24px;}.elementor-kit-13 a:hover{color:#3B6F70;}.elementor-kit-13 h1{font-weight:600;}.elementor-kit-13 h2{font-weight:600;}.elementor-kit-13 h3{font-size:24px;font-weight:500;}.elementor-kit-13 h4{font-size:18px;font-weight:500;}.elementor-kit-13 h5{font-size:15px;font-weight:400;}.elementor-kit-13 h6{font-size:13px;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== LAYOUT ===== */
.filter-layout-wrapper {
    display: flex;
    gap: 0 !important;
    align-items: flex-start;
    width: 100%;
}

.filter-sidebar {
    width: 250px;
    min-width: 250px;
    position: sticky;
    top: 100px;
    background: #fff;
    border-right: 1px solid #eee;
    padding-bottom: 20px;
}

.filter-products-grid {
    flex: 1;
    min-width: 0;
}

/* ===== FILTER BAR (mobile only) ===== */
.custom-filter-bar {
    display: none;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.filter-toggle-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #111;
    color: #fff;
    border: none;
    border-radius: 0 !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: background 0.2s;
    pointer-events: all !important;
    position: relative;
    z-index: 99;
}
.filter-toggle-btn:hover { background: #333; }

.filter-count {
    background: #fff;
    color: #111;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

/* ===== ACTIVE TAGS ===== */
.active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}
.active-tag {
    background: #f0f0f0;
    padding: 5px 12px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 0 !important;
}
.active-tag .remove-tag {
    color: #666;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
}
.active-tag .remove-tag:hover { color: #000; }

/* ===== OVERLAY ===== */
.filter-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 9998;
}
.filter-overlay.active { display: block; }

/* ===== SIDEBAR / DRAWER HEADER ===== */
.filter-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #eee;
}
.filter-drawer-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
.filter-close-btn {
    background: none !important;
    border: none !important;
    font-size: 28px !important;
    font-weight: 300 !important;
    color: #111 !important;
    padding: 0 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    display: none;
}

/* ===== FILTER SECTIONS ===== */
.filter-form { padding: 8px 0; }

.filter-section {
    padding: 20px 24px;
    border-bottom: 1px solid #f0f0f0;
}
.filter-title {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 16px 0;
    color: #111;
}

/* ===== PRICE SLIDER ===== */
.price-inputs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    font-size: 14px;
}
.price-inputs input {
    width: 70px;
    border: 1px solid #ddd;
    padding: 6px 8px;
    font-size: 14px;
    text-align: center;
    border-radius: 0 !important;
}
.dual-slider {
    position: relative;
    height: 30px;
}
.dual-slider input[type="range"] {
    position: absolute;
    width: 100%;
    height: 4px;
    background: transparent;
    pointer-events: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    top: 50%;
    transform: translateY(-50%);
}
.dual-slider input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background: #111;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
.dual-slider::before {
    content: '';
    position: absolute;
    height: 4px;
    background: #eee;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
}

/* ===== SIZE OPTIONS ===== */
.size-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.size-option {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 40px;
    border: 1px solid #ddd;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s;
    user-select: none;
    border-radius: 0 !important;
}
.size-option input { display: none; }
.size-option:hover,
.size-option.active {
    border-color: #111;
    background: #111;
    color: #fff;
}

/* ===== COLOR OPTIONS ===== */
.color-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.color-option {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
}
.color-option input {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #111;
}

/* ===== CATEGORY OPTIONS ===== */
.category-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.category-option {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
}
.category-option input {
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #111;
}

/* ===== ACTION BUTTONS ===== */
.filter-actions {
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.btn-apply {
    width: 100%;
    padding: 14px;
    background: #111;
    color: #fff;
    border: none;
    border-radius: 0 !important;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: background 0.2s;
}
.btn-apply:hover { background: #333; }
.btn-reset {
    display: block;
    text-align: center;
    padding: 10px;
    color: #666;
    text-decoration: underline;
    font-size: 13px;
}
.btn-reset:hover { color: #111; }

/* ===== AJAX LOADER ===== */
.filter-products-grid.loading {
    opacity: 0.5;
    pointer-events: none;
    transition: opacity 0.2s;
}
.filter-loader {
    display: none;
    text-align: center;
    padding: 20px;
    font-size: 14px;
    color: #666;
}
.filter-products-grid.loading + .filter-loader { display: block; }

/* ===== MOBILE ===== */
@media (max-width: 768px) {
    .custom-filter-bar { display: flex; }

    .filter-close-btn { display: block !important; }

    .filter-sidebar {
        position: fixed;
        bottom: -100%;
        left: 0;
        right: 0;
        width: 100%;
        height: 85vh;
        transition: bottom 0.3s ease;
        border-radius: 16px 16px 0 0;
        z-index: 9999;
        overflow-y: auto;
        border-right: none;
        top: auto;
        min-width: unset;
    }
    .filter-sidebar.open {
        bottom: 0;
    }

    .filter-layout-wrapper {
        flex-direction: column;
    }

    .filter-products-grid {
        width: 100%;
    }
}/* End custom CSS */