.woocommerce .kadence-shop-top-item.eicher-product-application-filter {
    position: relative;
    z-index: 1000;
    flex: 0 1 280px;
    width: 280px;
    max-width: 100%;
    order: -1;
    margin-top: 1rem;
    margin-right: auto;
}

.woocommerce .kadence-shop-top-item.eicher-product-application-filter--no-results {
    margin-bottom: var(--global-md-spacing);
}

.eicher-product-application-filter__dropdown {
    position: relative;
    width: 100%;
    z-index: 20;
}

.eicher-product-application-filter__summary {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px;
    border: 1px solid #b59039;
    border-radius: 10px;
    color: #b59039;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.1;
    list-style: none;
    text-transform: uppercase;
    user-select: none;
    -webkit-user-select: none;
}

.eicher-product-application-filter__summary::-webkit-details-marker {
    display: none;
}

.eicher-product-application-filter__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-left: 8px;
    border-radius: 50%;
    background: #b59039;
    color: #fff;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1;
}

.eicher-product-application-filter__count:empty,
.eicher-product-application-filter__selected:empty {
    display: none;
}

.eicher-product-application-filter__summary::after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 9px;
    height: 9px;
    border-right: 1px solid #b59039;
    border-bottom: 1px solid #b59039;
    content: "";
    transform: translateY(-65%) rotate(45deg);
    transition: transform 0.18s ease;
}

.eicher-product-application-filter__dropdown[open] .eicher-product-application-filter__summary::after {
    transform: translateY(-30%) rotate(225deg);
}

.eicher-product-application-filter__options {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    margin: 5px 0 0;
    padding: 7px 10px;
    border: 0;
    border-radius: 10px;
    background: #f8f4eb;
}

.eicher-product-application-filter__option {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    color: #252525;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.25;
}

.eicher-product-application-filter__checkbox {
    box-sizing: border-box;
    flex: 0 0 21px;
    width: 21px;
    height: 21px;
    margin: 0;
    border: 1px solid #b59039;
    border-radius: 6px;
    appearance: none;
    background: transparent;
    opacity: 1;
}

.eicher-product-application-filter__checkbox:checked {
    background:
            linear-gradient(45deg, transparent 47%, #b59039 48%, #b59039 51%, transparent 52%),
            linear-gradient(-45deg, transparent 47%, #b59039 48%, #b59039 51%, transparent 52%);
}

.eicher-product-application-filter__checkbox:focus-visible {
    outline: 2px solid #b59039;
    outline-offset: 2px;
}

.eicher-product-application-filter__selected {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    width: max-content;
    margin-top: 11px;
}

.eicher-product-application-filter__chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 26px;
    padding: 4px 8px;
    border: 1px solid #b59039;
    border-radius: 9px;
    background: #f8f4eb;
    color: #252525;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    line-height: 1.2;
}

.eicher-product-application-filter__chip:focus-visible {
    outline: 2px solid #b59039;
    outline-offset: 2px;
}

.eicher-product-application-filter__chip-remove {
    color: #b59039;
    font-size: 15px;
    line-height: 1;
}

.eicher-product-application-filter__results--loading {
    opacity: 0.55;
    transition: opacity 0.18s ease;
}

@media (max-width: 719px) {
    .woocommerce .kadence-shop-top-item.eicher-product-application-filter {
        flex-basis: 100%;
        width: 100%;
    }

    .eicher-product-application-filter__selected {
        flex-wrap: wrap;
        width: 100%;
    }
}
