diff --git a/frontend/src/lib/shopping/ShoppingHeader.svelte b/frontend/src/lib/shopping/ShoppingHeader.svelte
new file mode 100644
index 0000000..370a09c
--- /dev/null
+++ b/frontend/src/lib/shopping/ShoppingHeader.svelte
@@ -0,0 +1,58 @@
+
+
+
+
+
+ Einkaufsliste
+
+
+ {#if isPlanner && weekPlanId}
+
+ {/if}
+
+
+ {#if hasShoppingList}
+
+ {remainingCount} Artikel übrig · {checkedCount} abgehakt
+ {#if formattedTime}
+ · erstellt {formattedTime}
+ {/if}
+
+ {/if}
+