From bdba57166dc404236b8467a6a56fea9a29930861 Mon Sep 17 00:00:00 2001 From: Myron Blair Date: Sun, 14 Jun 2026 20:48:45 +0000 Subject: [PATCH] Condense shop page: merge hero + filters into one compact bar Combined the large hero section and two-row filter section into a single compact dark header bar. Category and type pills are inline with a divider, search/sort sit in the header row. Reduced section top padding. Co-Authored-By: Claude Sonnet 4.6 --- shop.php | 108 +++++++++++++++++++++++++++---------------------------- 1 file changed, 54 insertions(+), 54 deletions(-) diff --git a/shop.php b/shop.php index a7502c4..dd47b84 100644 --- a/shop.php +++ b/shop.php @@ -72,66 +72,66 @@ $productTypesList = db()->fetchAll("SELECT type_id, name, slug FROM product_type ?> - -
-
-

Our Coffee Collection

-

Discover your perfect brew from our selection of premium coffees

-
-
+ $category, 'subcat' => $subcat])); +$filterQs = $filterQs ? '&' . $filterQs : ''; +?> -
+ +
- -
-
-
- All - - - - - -
- -
- Sub Categories: - All - - - - - -
- -
- -
-
- - - - - - - - +
+

Our Coffee Collection

+
+ + + + + - $category, 'subcat' => $subcat])); - $filterQs = $filterQs ? '&' . $filterQs : ''; - ?> - + + + +
+ + +
+ Category: + All + + + + + + + + + Type: + All + + + + + + +
+
+
+ +
+