name : 'Shop'; $cat_desc = $is_category ? $term->description : ''; $cat_count = $is_category ? $term->count : wp_count_posts('product')->publish; $cat_slug = $is_category ? $term->slug : 'shop'; // Category descriptions $cat_desc_map = [ 'mugs' => '47 ceramics, 12 enamels, and a few we honestly forgot to count. Dishwasher safe. Microwave safe. HR safe (mostly).', 'canvas' => 'Print-on-demand wall art for the soul-tired and decoratively passive-aggressive.', 'planners' => 'For the person who plans a lot and does a little. Or the other way around.', 'apparel' => 'Wear your grievances. Business casual with a quiet fury.', ]; if (empty($cat_desc)) { $cat_desc = $cat_desc_map[$cat_slug] ?? 'The complete collection. Curated for the chronically employed.'; } // Sort order $orderby = isset($_GET['orderby']) ? sanitize_text_field($_GET['orderby']) : 'menu_order'; ?>