.apf-wrapper-9dcb44ce {
    position: relative;
    width: 100%;
}

.apf-filters-9dcb44ce {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.apf-horizontal-9dcb44ce .apf-filters-9dcb44ce {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
}

.apf-horizontal-9dcb44ce .apf-filter-section-9dcb44ce {
    flex: 1;
    min-width: 200px;
}

.apf-label-9dcb44ce {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px 0;
    padding: 0;
}

.apf-group-9dcb44ce {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 6px;
}

.apf-horizontal-9dcb44ce .apf-group-9dcb44ce {
    flex-direction: row;
}

.apf-btn-9dcb44ce {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 16px;
    border: 0 solid transparent;
    background-color: #f5f5f5;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 4px;
    transition: all 0.2s ease;
    text-align: left;
    width: 100%;
}

.apf-horizontal-9dcb44ce .apf-btn-9dcb44ce {
    width: auto;
}

.apf-btn-9dcb44ce:hover {
    background-color: #e8e8e8;
    border-color: #ccc;
}

.apf-btn-9dcb44ce.apf-active-9dcb44ce {
    background-color: #333;
    color: #fff;
    border-color: #333;
}

.apf-btn-9dcb44ce.apf-hidden-9dcb44ce {
    display: none !important;
}

.apf-count-9dcb44ce {
    font-size: 0.85em;
    opacity: 0.7;
}

.apf-loading-9dcb44ce {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.72);
    z-index: 10;
    min-height: 120px;
    pointer-events: none;
}

.apf-spinner-9dcb44ce {
    width: 34px;
    height: 34px;
    border: 3px solid #e0e0e0;
    border-top-color: #333;
    border-radius: 50%;
    animation: apf-spin-9dcb44ce 0.8s linear infinite;
}

@keyframes apf-spin-9dcb44ce {
    to { transform: rotate(360deg); }
}

.apf-status-9dcb44ce {
    margin-top: 10px;
    font-size: 13px;
    color: #666;
}

.apf-status-9dcb44ce:empty {
    display: none;
}

.apf-target-loading-9dcb44ce {
    transition: opacity 0.18s ease;
}

@media (max-width: 1024px) {
    .apf-horizontal-9dcb44ce .apf-filters-9dcb44ce,
    .apf-filters-9dcb44ce {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }

    .apf-filter-section-9dcb44ce {
        flex: 1;
        min-width: 200px;
    }

    .apf-group-9dcb44ce {
        flex-direction: row;
    }

    .apf-btn-9dcb44ce {
        width: auto;
    }
}

@media (max-width: 767px) {
    .apf-filters-9dcb44ce {
        flex-direction: column;
    }

    .apf-filter-section-9dcb44ce {
        width: 100%;
    }

    .apf-group-9dcb44ce {
        flex-direction: column;
    }

    .apf-btn-9dcb44ce {
        width: 100%;
        font-size: 13px;
        padding: 7px 12px;
    }
}

.apf-search-input-9dcb44ce {
    width: 100%;
    min-height: 40px;
    padding: 9px 12px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    line-height: 1.4;
    outline: none;
}

.apf-search-input-9dcb44ce:focus {
    border-color: currentColor;
}

.apf-btn-text-9dcb44ce {
    overflow: hidden;
    text-overflow: ellipsis;
}

.apf-cat-prefix-9dcb44ce {
    opacity: 0.7;
}

.apf-cat-depth-1-9dcb44ce {
    padding-left: 28px;
    margin-left: 10px;
	margin-right: 10px;
}

.apf-cat-depth-2-9dcb44ce {
    padding-left: 42px;
    margin-left: 10px;
	margin-right: 10px;
}

.apf-cat-depth-3-9dcb44ce {
    padding-left: 56px;
    margin-left: 10px;
	margin-right: 10px;
}

.apf-cat-depth-4-9dcb44ce {
    padding-left: 70px;
    margin-left: 10px;
	margin-right: 10px;
}

@media (max-width: 767px) {
    .apf-mobile-scroll-9dcb44ce .apf-hide-mobile-9dcb44ce {
        display: none !important;
    }

    .apf-mobile-scroll-9dcb44ce .apf-filters-9dcb44ce {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 0;
        width: 100%;
        overflow: hidden;
    }

    .apf-mobile-scroll-9dcb44ce .apf-filter-section-9dcb44ce {
        display: flex;
        align-items: stretch;
        width: 100%;
        min-width: 0;
        border-bottom: 1px solid rgba(0,0,0,0.08);
        overflow: hidden;
    }

    .apf-mobile-scroll-9dcb44ce .apf-label-9dcb44ce {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        margin: 0;
        padding: 5px 6px 5px 0;
        white-space: nowrap;
        font-size: 13px;
        line-height: 1.2;
    }

    .apf-mobile-scroll-9dcb44ce .apf-group-9dcb44ce {
        flex: 1 1 auto;
        min-width: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 0;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .apf-mobile-scroll-9dcb44ce .apf-group-9dcb44ce::-webkit-scrollbar {
        display: none;
    }

    .apf-mobile-scroll-9dcb44ce .apf-btn-9dcb44ce {
        flex: 0 0 auto;
        width: auto;
        min-height: 28px;
        padding: 5px 8px;
        border-radius: 0;
        border-left: 0;
        border-top: 0;
        border-bottom: 0;
        white-space: nowrap;
        font-size: 13px;
        line-height: 1.1;
        gap: 4px;
    }

    .apf-mobile-scroll-9dcb44ce .apf-count-9dcb44ce {
        display: none;
    }

    .apf-mobile-scroll-9dcb44ce .apf-cat-depth-1-9dcb44ce,
    .apf-mobile-scroll-9dcb44ce .apf-cat-depth-2-9dcb44ce,
    .apf-mobile-scroll-9dcb44ce .apf-cat-depth-3-9dcb44ce,
    .apf-mobile-scroll-9dcb44ce .apf-cat-depth-4-9dcb44ce {
        padding-left: 10px;
		margin-left: 0px;
		margin-right: 0px;
    }
}