diff --git a/app/root.tsx b/app/root.tsx
index 8b7df2b..8f655ff 100644
--- a/app/root.tsx
+++ b/app/root.tsx
@@ -119,6 +119,7 @@ export default function App() {
+ {/* Include css-hook styles */}
diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx
index 0e44258..5b4ece6 100644
--- a/app/routes/_index.tsx
+++ b/app/routes/_index.tsx
@@ -97,10 +97,10 @@ function RecommendedProducts({
{product.title}
diff --git a/app/routes/collections.$handle.tsx b/app/routes/collections.$handle.tsx
index f643235..49003a0 100644
--- a/app/routes/collections.$handle.tsx
+++ b/app/routes/collections.$handle.tsx
@@ -110,7 +110,7 @@ function ProductItem({
{product.featuredImage && (