e.stopPropagation()}
dir="rtl"
>
{/* Grab handle */}
{/* Header with Direct Shop Link */}
فروشگاه و راهکارهای دارویی
جستجو در داروها، مکملها و علائم بالینی
{/* Search Input */}
{/* Live Search Results (if typing) */}
{searchQuery.trim().length > 0 && (
{isSearching ? "در حال جستجو..." : `نتایج زنده (${toPersian(searchResults.length)})`}
{searchResults.length === 0 && !isSearching ? (
دارویی با این نام یافت نشد
) : (
{searchResults.map((prod) => (
{prod.image ? (
) : (
)}
{prod.name}
{prod.scientificTagline || prod.category}
{prod.price}
))}
)}
)}
{/* Direct Link to All Products */}
مشاهده کاتالوگ و همه محصولات
{/* Prescription Upload Banner CTA if enabled */}
{isPrescriptionEnabled && (
)}
{/* 4 Major Clinical Categories with Symptoms */}
دستهبندیها و راهکارهای درمانی:
{SOLUTION_ITEMS.map((item) => (
{item.icon}
{item.title}
مشاهده داروها
{item.solutions.map((sol, sIdx) => (
{sol}
))}
))}