How can I display all filter options on collection pages?

Hello. Can someone help me figure out a way to show all the options in the left side filter section of my collection pages? I would like for them all to show instead of having to click the “Show All” button like in the attached picture. Thanks! Website preview link: https://re62a5er93evuc8e-72959885629.shopifypreview.com

@joshwp - please add this css to the very end of your base.css file and check

@media (min-width: 993px){
.facets__item {display: flex !important;}
li.facets__item.facets__button-show-all{display:none !important;}
}

This worked! Thank you @suyash1 !

@joshwp - welcome, do let me know if you have any more updates