.ag-cat-filter{
    margin-bottom:40px;
}
.agaf-filter{
    margin:18px 0;
}
.agaf-filter.agaf--price {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #0000001b;
}

.agaf-filter__head{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:6px;
}

.agaf-filter__label{
    font-weight: 600;
    font-size: 14px;
    color: #3C8A3F;
    margin-bottom: 6px;
}

.agaf-filter__clear{
    padding:4px 10px;
    border:1px solid #ddd;
    border-radius:9999px;
    background:#f7f7f7;
    cursor:pointer;
}

.agaf-select select{
    min-width:220px;
    padding:6px 8px;
}

.agaf-count {
    margin-left: 6px;
    font-size: 12px;
    color: #777;
}
.agaf-check .agaf-term-text {
    font-size: 13px;
    line-height: 1.2;
}

/* Select Dropdown Styles */
.agaf-select {
    position: relative;
}

.agaf-select-toggle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 13px;
    min-height: auto;
    font-weight: 100;
}

.agaf-select-toggle:hover {
    border-color: #6c757d;
}

.agaf-select-toggle:focus {
    outline: none;
    border-color: #6c757d;
}

.agaf-select-dropdown {
    position: absolute;
    z-index: 50;
    left: 0;
    right: 0;
    margin-top: 4px;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    padding: 8px;
    display: none;
}

.agaf-select-dropdown.show {
    display: block;
}

.agaf-select-search {
    position: relative;
    margin-bottom: 8px;
}

.agaf-select-search-input {
    width: 100% !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    padding: 6px 24px 6px 8px !important;
    font-size: 13px !important;
    height: auto !important;
}

.agaf-select-search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 12px;
}

.agaf-select-list {
    max-height: 240px;
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

.agaf-select-item {
    padding: 8px 0 2px 0;
    margin: 0 0 8px 0;
    font-size: 13px;
}

.agaf-select-item:hover {
    background: #eeeeee;
}

.agaf-select-item label {
    display: flex;
    align-items: center;
    gap: 3px;
    cursor: pointer;
}

.agaf-select-item-all {
    border-bottom: 1px solid #eeeeee;
    padding: 8px 0 2px 0;
    margin: 0 0 8px 0;
    font-size: 13px;
}

.agaf-select-item input[type="checkbox"] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    border-radius: 4px;
    accent-color: #4caf50;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #4caf50;
    background-color: #fff;
    cursor: pointer;
}

.agaf-select-item input[type="checkbox"]:checked::after {
    content: "✓";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    font-size: 10px;
    line-height: 23px;
    border-radius: 4px;
    background-color: #4caf50;
    color: #fff;
    font-family: auto, sans-serif;
}

.agaf-caret {
    position: relative;
}

.agaf-select-toggle[aria-expanded="true"] .agaf-caret i {
    transform: rotate(180deg);
}

.agaf-selected-text {
    font-size: 13px;
    flex: 1;
    text-align: left;
}

/* Original checkbox styles remain */
.agaf-checks {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.agaf-check {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.agaf-check input[type="checkbox"] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    border-radius: 4px;
    accent-color: #4caf50;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #4caf50;
    background-color: #fff;
    cursor: pointer;
    margin: 0;
}


.agaf-check input[type="checkbox"]:checked::after {
    content: "✓";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    font-size: 10px;
    line-height: 23px;
    border-radius: 4px;
    background-color: #4caf50;
    color: #fff;
    font-family: auto, sans-serif;
}

.agaf-term-text {
    font-size: 14px;
}

.agaf-count {
    margin-left: auto;
    font-size: 11px;
    color: #6c757d;
}



/* ფასის ფილტრის სტილები */
.agaf-price-filter {

}

.agaf-price-inputs {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.agaf-price-input {
    position: relative;
    flex: 1;
}

.agaf-price-input label {
    display: block;
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
}

.agaf-price-input input {
    max-height: 30px;
    text-align: start;
    padding-left: 20px;
    font-family: "Agro-Book", sans-serif;
    font-weight: 600;
    padding-top: 3px;
    font-size: 13px;
    color: #000;
}

.agaf-price-input input::placeholder {
    color: #000;
}

.agaf-price-currency {
    position: absolute;
    left: 8px;
    top: 2px;
    font-size: 11px;
    display: flex;
    align-items: center;
    height: 100%;
}

.agaf-price-slider {
    position: relative;
    height: 5px;
    background: #ddd;
    border-radius: 2px;
    margin: 20px 0;
}

.agaf-slider-track {
    position: absolute;
    height: 100%;
    background: #4caf50;
    border-radius: 2px;
}

.agaf-price-slider input[type="range"] {
    position: absolute;
    width: 100%;
    height: 4px;
    top: 0;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
}

.agaf-price-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    background: #4caf50;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
}

.agaf-price-slider input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #4caf50;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    border: none;
}

.agaf-price-apply {
    max-width: 105px;
    font-weight: 500;
    min-height: 36px;
    width: 100%;
    padding: 5px 14px;
    background: #4caf50;
    color: white;
    border: none;
    border-radius: 5px !important;
    cursor: pointer;
    font-size: 12px;
    transition: background 0.3s;
}

.agaf-price-apply:hover {
    background: #45a049;
}



.agaf-filters-title {
    font-weight: 600;
    font-size: 14px;
    color: #3C8A3F;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e7eb;
}


.agaf-price-filter.is-disabled { opacity:.6; pointer-events:none; }