facetwp hide extras on load more

/** hide repeats of elements you don't want to show when using facet's load more **/

.woocommerce-ordering:not(:first-of-type),
.woocommerce-result-count:not(:first-of-type) {
    display: none;
}