diff --git a/frontend/application/components/ProductPage.tsx b/frontend/application/components/ProductPage.tsx
index 0313949..9501cf2 100644
--- a/frontend/application/components/ProductPage.tsx
+++ b/frontend/application/components/ProductPage.tsx
@@ -257,13 +257,6 @@ export default function ProductPage({ productSlug }: { productSlug: string }) {
{fullProduct.shortDescription}
)}
- {fullProduct.description && (
-
- {fullProduct.description.split('\n').filter(Boolean).map((para, pIdx) => (
-
{para.trim()}
- ))}
-
- )}
@@ -295,6 +288,23 @@ export default function ProductPage({ productSlug }: { productSlug: string }) {
)}
+ {/* Comprehensive Product Description Section (Below the fold) */}
+ {fullProduct.description && (
+
+
+
+
+
+
توضیحات و معرفی محصول
+
+
+ {fullProduct.description.split('\n').filter(Boolean).map((para, pIdx) => (
+
{para.trim()}
+ ))}
+
+
+ )}
+
{/* Smart Dosage Calculator Utility Section */}
@@ -495,7 +505,7 @@ export default function ProductPage({ productSlug }: { productSlug: string }) {
{/* Sticky Sidebar (Clean Buy Box) - Sticky starts at the top, level with the title */}
-