«شامبو وسيرم وزيوت».. «هيئة الدواء» تحذر من منتجات مغشوشة للعناية بالبشرة


حذرت هيئة الدواء المصرية من تداول عبوات مغشوشة من مجموعة مستحضرات تحمل اسم MORA LISA، تشمل منتجات شامبو، سيروم، وزيوت مختلفة.
وأوضحت الهيئة، في منشور رسمي، أن التحذير جاء بعد إفادة الشركة المالكة بعدم إنتاج أو تداول هذه العبوات داخل السوق المصري، مؤكدة أن المنتجات المتداولة مقلدة ويتم الترويج لها على أنها أصلية.
وأكدت أن التفتيش الصيدلي بالهيئة يتولى ضبط وتحريز أي كميات يتم العثور عليها من هذه العبوات في الأسواق.
miso-explore { } const misocmd = window.misocmd || (window.misocmd = []); misocmd.push(async () => { const MisoClient = window.MisoClient; // 1. create a Miso client instance and access the explore workflow const client = new MisoClient('kcfNGpthMHTMZ84yoxTlUokvwcNxULq7RsG63Z4j'); const workflow = client.ui.explore; // wait for styles to be loaded await client.ui.ready; // 2. tell the workflow which article you want to generate questions against // the product_id must match the ones in your catalog workflow.useApi({ product_id: 'https://www.almasryalyoum.com/news/details/3555012', //product_id_of_the_article }); // 3. tell the workflow how to get to the answers page given a question // the path must match the path of the answers page in your website workflow.useLink(question => `/answers?q=${encodeURIComponent(question)}`); // 4. kick off the workflow workflow.start(); });