
.jet-checkboxes-list__row:has(.hide) {
    display: none !important;
}
.jet-checkboxes-list__row:has(.show) {
    display: flex;
}
.searchInput {
    border-radius: 4px;
    border: 1px solid var(--e-global-color-primary) !important;
    background: none;
    height: 35px;
}
.searchInput::placeholder,
.searchInput {
    font-family: "FS Joey", sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.searchInput {
    color: var(--e-global-color-primary);
}

.manufacturer_serach:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    background-image: url(/wp-content/uploads/2024/12/Gruppe-326-2.svg);
    background-size: cover;
    background-position: center;
}