diff --git a/src/modules/market/components/CategoryFilterBar.vue b/src/modules/market/components/CategoryFilterBar.vue
new file mode 100644
index 0000000..4e26178
--- /dev/null
+++ b/src/modules/market/components/CategoryFilterBar.vue
@@ -0,0 +1,162 @@
+
+
+
+
+
+ {{ title }}
+
+
+
+
+ Match:
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ category.category }}
+
+ {{ category.count }}
+
+
+
+
+
+
+ {{ category.selected ? `${category.category} filter is active` : `${category.category} filter is inactive` }}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ productCount }} products found
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/modules/market/components/MarketFuzzySearch.vue b/src/modules/market/components/MarketFuzzySearch.vue
index 4ad7c14..fb91960 100644
--- a/src/modules/market/components/MarketFuzzySearch.vue
+++ b/src/modules/market/components/MarketFuzzySearch.vue
@@ -58,67 +58,31 @@
-
-
-
-
-
Try searching for:
-
-
-
-
-
-
-
-
-
Recent searches:
-
-
-
-
-
-
-
+
+