div#more-filters {
    display: none;
}
#more-filters {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

#more-filters.active {
    max-height: 1000px;
    display:flex
}

#more-filters.active  .facetwp-facet {
    display: flex;
    gap: 20px;
}