There was an issue with our storefront. This could be a temporary issue, please try your
diff --git a/app/product/[handle]/page.tsx b/app/product/[handle]/page.tsx
index a23f60e68..049f7bcfb 100644
--- a/app/product/[handle]/page.tsx
+++ b/app/product/[handle]/page.tsx
@@ -82,9 +82,9 @@ export default async function ProductPage({ params }: { params: { handle: string
}}
/>
-
+
-
}
diff --git a/app/search/layout.tsx b/app/search/layout.tsx
index 24d1480d3..011d41e8b 100644
--- a/app/search/layout.tsx
+++ b/app/search/layout.tsx
@@ -7,7 +7,7 @@ import { Suspense } from 'react';
export default function SearchLayout({ children }: { children: React.ReactNode }) {
return (
-