diff --git a/src/components/molecules/PosterCart.svelte b/src/components/molecules/PosterCart.svelte
new file mode 100644
index 0000000..8140c6d
--- /dev/null
+++ b/src/components/molecules/PosterCart.svelte
@@ -0,0 +1,31 @@
+
+
+
\ No newline at end of file
diff --git a/src/components/organisms/Cart.svelte b/src/components/organisms/Cart.svelte
new file mode 100644
index 0000000..b9fdd42
--- /dev/null
+++ b/src/components/organisms/Cart.svelte
@@ -0,0 +1,38 @@
+
+
+
\ No newline at end of file
diff --git a/src/routes/shop/__layout.svelte b/src/routes/shop/__layout.svelte
index ef96a95..27e9d84 100644
--- a/src/routes/shop/__layout.svelte
+++ b/src/routes/shop/__layout.svelte
@@ -6,6 +6,7 @@
import PosterLayout from '$components/layouts/PosterLayout.svelte'
import Poster from '$components/molecules/Poster.svelte'
import EmailForm from '$components/molecules/EmailForm.svelte'
+ import Cart from '$components/organisms/Cart.svelte'
export let shop: any
export let locations: any
@@ -20,6 +21,7 @@
/>
+
Back to Houses Of
@@ -44,7 +46,7 @@
{/each}
-