diff --git a/lib/simpleshop_theme_web/components/layouts/shop.html.heex b/lib/simpleshop_theme_web/components/layouts/shop.html.heex
index 66a1217..0543398 100644
--- a/lib/simpleshop_theme_web/components/layouts/shop.html.heex
+++ b/lib/simpleshop_theme_web/components/layouts/shop.html.heex
@@ -1,31 +1 @@
-
-
-
-
-
-
- <.live_title><%= assigns[:page_title] || @theme_settings.site_name %>
-
-
-
-
-
-
-
- <%= @inner_content %>
-
-
-
+<%= @inner_content %>
diff --git a/lib/simpleshop_theme_web/components/layouts/shop_root.html.heex b/lib/simpleshop_theme_web/components/layouts/shop_root.html.heex
index 09c1730..e185c1b 100644
--- a/lib/simpleshop_theme_web/components/layouts/shop_root.html.heex
+++ b/lib/simpleshop_theme_web/components/layouts/shop_root.html.heex
@@ -4,14 +4,28 @@
- <.live_title default="SimpleshopTheme">
- {assigns[:page_title]}
-
+ <.live_title><%= assigns[:page_title] || @theme_settings.site_name %>
+
+
- {@inner_content}
+
+ {@inner_content}
+