Knives express logo

SHOP

FILTERS

  • Price
  • Stock
  • Category
  • Brand
  • Type
  • Blade Profile
  • Blade Length
  • Blade Material
  • Handle Material
  • Handle Color
  • Model
  • Serrated

Showing 1–16 of 1252 results

<script>
jQuery(document).ready(function() {
 
  // Hide empty facets
    const facets = document.querySelectorAll('.brxe-wpgb-facet');

  facets.forEach((facet) => {
    const child = facet.querySelector('.wpgb-facet');
    if (child && child.innerHTML.trim() === '') {
      facet.style.display = 'none';
    }
  });
  // End hide empty facets
    // Define function to check window width, adjust display property, and move the content accordingly
    function moveContentBasedOnWidth() {
        if (jQuery(window).width() < 991) {
            // Set the display to flex for #facet-filter-container if it's set to none
            if (jQuery('#facet-filter-container').css('display') === 'none') {
                jQuery('#facet-filter-container').css('display', 'flex');
            }
            
            jQuery('#facet-filter-container').children().appendTo('#offcanvas-filters-container .x-offcanvas_inner');
        } else {
            jQuery('#offcanvas-filters-container .x-offcanvas_inner').children().appendTo('#facet-filter-container');
        }
    }

    // Call function on document ready
    moveContentBasedOnWidth();

    // Bind to the window resize event
    jQuery(window).resize(function() {
        moveContentBasedOnWidth();
    });
});

</script>