+ {/* Prescription / Household Filter */}
+
+
نوع دسترسی و نسخه
+
+ {[
+ { id: "all", label: "همه داروها و مکملها" },
+ { id: "otc", label: "مکملهای خانگی (بدون نیاز به نسخه)" },
+ { id: "prescription", label: "داروها و مکملهای تخصصی (با نسخه)" },
+ ].map(type => (
+
+ ))}
+
+
+
{/* Pet Type */}
نوع پت
diff --git a/frontend/application/lib/data/products.ts b/frontend/application/lib/data/products.ts
index dc6b604..d8f4806 100644
--- a/frontend/application/lib/data/products.ts
+++ b/frontend/application/lib/data/products.ts
@@ -50,6 +50,7 @@ export interface Product {
symptoms: string[];
suitableFor: PetType;
specialBadge?: string;
+ requiresRx?: boolean;
contraindications?: string[];
onSetOfAction?: string;
expectedResults?: { icon: string; text: string }[];