.elementor-182 .elementor-element.elementor-element-dd59b8b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-182 .elementor-element.elementor-element-78db65c{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:36px;--padding-bottom:36px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-182 .elementor-element.elementor-element-a3699e9{text-align:center;}.elementor-182 .elementor-element.elementor-element-a3699e9 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:2em;font-weight:600;color:#000000;}.elementor-182 .elementor-element.elementor-element-feb9f24{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:flex-start;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-182 .elementor-element.elementor-element-dda0131{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:16px;--padding-bottom:16px;--padding-left:16px;--padding-right:16px;}.elementor-182 .elementor-element.elementor-element-dda0131:not(.elementor-motion-effects-element-type-background), .elementor-182 .elementor-element.elementor-element-dda0131 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-182 .elementor-element.elementor-element-5d9c586{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-182 .elementor-element.elementor-element-75834ca{--grid-columns:4;--grid-row-gap:10px;--grid-column-gap:10px;}.elementor-182 .elementor-element.elementor-element-75834ca .elementor-loop-container{grid-auto-rows:1fr;}.elementor-182 .elementor-element.elementor-element-75834ca .e-loop-item > .elementor-section, .elementor-182 .elementor-element.elementor-element-75834ca .e-loop-item > .elementor-section > .elementor-container, .elementor-182 .elementor-element.elementor-element-75834ca .e-loop-item > .e-con, .elementor-182 .elementor-element.elementor-element-75834ca .e-loop-item .elementor-section-wrap  > .e-con{height:100%;}@media(max-width:1024px){.elementor-182 .elementor-element.elementor-element-75834ca{--grid-columns:2;}}@media(min-width:768px){.elementor-182 .elementor-element.elementor-element-dda0131{--width:320px;}}@media(max-width:767px){.elementor-182 .elementor-element.elementor-element-dda0131{--width:100%;}.elementor-182 .elementor-element.elementor-element-75834ca{--grid-columns:1;width:100%;max-width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-5d9c586 */.custom-wc-filter {
    position: relative;
}

.custom-wc-filter__spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.spinner-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 40px;
    text-align: center;
}

.spinner-circle {
    width: 60px;
    height: 60px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    margin: 0 auto 20px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.custom-wc-filter__container {
    background: white;
    border-radius: 12px;

}

.custom-wc-filter__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.custom-wc-filter__title {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.custom-wc-filter__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EEE;
    color: #202020;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.custom-wc-filter__toggle:hover {
    background: #EEE;
    color: #B2B2B2;
}

.toggle-icon {
    font-size: 16px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.custom-wc-filter__toggle.active .toggle-icon {
    transform: rotate(180deg);
}

.custom-wc-filter__form {
    transition: all 0.3s ease;
    overflow: hidden;
}

.custom-wc-filter__form.collapsed {
    max-height: 0;
    opacity: 0;
    margin-top: 0;
}

.custom-wc-filter__section {
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
}

.custom-wc-filter__section:last-of-type {
    border-bottom: none;
}

.custom-wc-filter__section-title {
    margin: 0 0 16px 0;
    font-size: 16px;
    font-weight: 600;
    color: #555;
}

.custom-wc-filter__categories {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.custom-wc-filter__category-item {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #f8f9fa;
}

.custom-wc-filter__category-item:hover {
    background: #e9ecef;
}

.custom-wc-filter__category-item input[type="radio"] {
    margin-right: 10px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    accent-color: #3498db;
}

.custom-wc-filter__category-label {
    flex: 1;
    font-size: 15px;
    color: #333;
}

.custom-wc-filter__category-count {
    color: #888;
    font-size: 13px;
    margin-left: 6px;
}

.custom-wc-filter__price-inputs {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.custom-wc-filter__price-input-group {
    flex: 1;
}

.custom-wc-filter__price-input-group label {
    display: block;
    font-size: 13px;
    color: #666;
    margin-bottom: 6px;
}

.custom-wc-filter__price-input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    transition: border-color 0.2s ease;
}

.custom-wc-filter__price-input:focus {
    outline: none;
    border-color: #3498db;
}

.custom-wc-filter__price-separator {
    color: #999;
    font-size: 18px;
    margin-top: 20px;
}

.custom-wc-filter__price-range {
    position: relative;
    height: 6px;
    margin: 20px 0;
}

.custom-wc-filter__price-range input[type="range"] {
    position: absolute;
    width: 100%;
    height: 6px;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    pointer-events: none;
}

.custom-wc-filter__price-range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #3498db;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.custom-wc-filter__price-range input[type="range"]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #3498db;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    border: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.custom-wc-filter__price-range::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    background: #e0e0e0;
    border-radius: 3px;
}

.custom-wc-filter__price-display {
    text-align: center;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-top: 12px;
}

.custom-wc-filter__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
}

.custom-wc-filter__btn {
    flex: 1;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.custom-wc-filter__btn--primary {
    background: #000C9E;
    color: white;
}

.custom-wc-filter__btn--primary:hover {
    background: #000C9E;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}

.custom-wc-filter__btn--secondary {
    background: #ecf0f1;
    color: #000;
}

.custom-wc-filter__btn--secondary:hover {
    background: #ecf0f1;
    color: #999;
}

@media (max-width: 768px) {

    
    .custom-wc-filter__header {
        margin-bottom: 0;
    }
    
    .custom-wc-filter__form {
        margin-top: 20px;
    }
    
    .custom-wc-filter__price-inputs {
        flex-direction: column;
    }
    
    .custom-wc-filter__price-separator {
        margin-top: 0;
        transform: rotate(90deg);
    }
}/* End custom CSS */