/* Frontend: Filter-Widget des Shortcodes [edelweiss_product_filter] */
.edelweiss-product-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0 0 1.5em;
}

.edelweiss-product-filter__list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.edelweiss-product-filter__item {
    display: flex;
    margin: 0;
}

.edelweiss-product-filter__link {
    --edelweiss-product-filter-button-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: var(--edelweiss-product-filter-button-height);
    padding: 6px 14px;
    box-sizing: border-box;
    border: 1px solid #c9c9c9;
    border-radius: 999px;
    text-decoration: none;
    line-height: 1.4;
    background: #fff;
    color: #333;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.edelweiss-product-filter__link:hover,
.edelweiss-product-filter__link:focus {
    border-color: #c0be3f;
    color: #6f6d1c;
}

.edelweiss-product-filter__link.is-active {
    background: #c0be3f;
    border-color: #c0be3f;
    color: #333;
}

.edelweiss-product-filter__link--info {
    line-height: 1;
}

.edelweiss-product-filter__info-icon {
    display: block;
    flex-shrink: 0;
    color: #c0be3f;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    font-family: "Arial Black", Arial, sans-serif;
}

.edelweiss-product-filter__link--info:hover .edelweiss-product-filter__info-icon,
.edelweiss-product-filter__link--info:focus .edelweiss-product-filter__info-icon {
    color: #6f6d1c;
}
