.searche-and-filter button {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    background: transparent;
    color: var(--background-color);
    border-radius: 100px !important;
}

.searche-and-filter button:hover {
    background: transparent;
    color: var(--background-color);
}