{"product_id":"خلطة-النحافة","title":"خلطة النحافة","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eفوائد وطريقة استخدام عسل المكمل الغذائي - عسل نحل رقية\u003c\/title\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\n    \u003cstyle\u003e\n        .benefits-page * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .benefits-page {\n            font-family: 'Cairo', sans-serif;\n            background: transparent;\n            color: #4A4A4A;\n            line-height: 1.6;\n        }\n\n        .benefits-page .bp-container {\n            max-width: 100%;\n            margin: 0;\n            background: transparent;\n            overflow: hidden;\n        }\n\n        .benefits-page .bp-header {\n            background: linear-gradient(135deg, #DAA520 0%, #B8860B 100%);\n            padding: 30px 20px;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .benefits-page .bp-header::before {\n            content: \"🍯\";\n            position: absolute;\n            font-size: 150px;\n            opacity: 0.1;\n            top: -30px;\n            right: -20px;\n            transform: rotate(-15deg);\n        }\n\n        .benefits-page .bp-header::after {\n            content: \"💪\";\n            position: absolute;\n            font-size: 80px;\n            opacity: 0.1;\n            bottom: -10px;\n            left: 20px;\n        }\n\n        .benefits-page .bp-header h1 {\n            color: white;\n            font-size: 1.3em;\n            margin-bottom: 8px;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.2);\n            position: relative;\n            z-index: 1;\n        }\n\n        .benefits-page .bp-header p {\n            color: #FFF8E7;\n            font-size: 0.8em;\n            position: relative;\n            z-index: 1;\n        }\n\n        .benefits-page .bp-content {\n            padding: 25px 20px;\n        }\n\n        .benefits-page .bp-welcome-text {\n            background: linear-gradient(135deg, #FFF8E7 0%, #FFE5B4 100%);\n            padding: 15px;\n            border-radius: 10px;\n            margin-bottom: 25px;\n            border-right: 4px solid #DAA520;\n            box-shadow: 0 3px 10px rgba(218, 165, 32, 0.1);\n            text-align: center;\n        }\n\n        .benefits-page .bp-welcome-text p {\n            font-size: 0.9em;\n            color: #5A5A5A;\n            line-height: 1.7;\n            font-weight: 600;\n        }\n\n        .benefits-page .bp-section {\n            margin-bottom: 20px;\n            padding: 20px;\n            background: #FAFAFA;\n            border-radius: 12px;\n            border: 2px solid #FFE5B4;\n            transition: all 0.3s ease;\n        }\n\n        .benefits-page .bp-section:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(218, 165, 32, 0.15);\n            border-color: #DAA520;\n        }\n\n        .benefits-page .bp-section h2 {\n            color: #DAA520;\n            font-size: 1.05em;\n            margin-bottom: 20px;\n            text-align: center;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 10px;\n        }\n\n        .benefits-page .bp-benefit-card {\n            background: white;\n            padding: 15px;\n            margin: 12px 0;\n            border-radius: 10px;\n            border-right: 4px solid #DAA520;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n            display: flex;\n            align-items: flex-start;\n            gap: 15px;\n            transition: all 0.3s ease;\n        }\n\n        .benefits-page .bp-benefit-card:hover {\n            transform: translateX(-5px);\n            box-shadow: 0 4px 15px rgba(218, 165, 32, 0.2);\n        }\n\n        .benefits-page .bp-benefit-card .icon {\n            font-size: 2em;\n            min-width: 50px;\n            text-align: center;\n        }\n\n        .benefits-page .bp-benefit-card .content {\n            flex: 1;\n        }\n\n        .benefits-page .bp-benefit-card .content p {\n            color: #5A5A5A;\n            font-size: 0.8em;\n            line-height: 1.7;\n        }\n\n        .benefits-page .bp-usage-card {\n            background: white;\n            padding: 15px;\n            margin: 12px 0;\n            border-radius: 10px;\n            border-right: 4px solid #B8860B;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n            display: flex;\n            align-items: center;\n            gap: 15px;\n            transition: all 0.3s ease;\n        }\n\n        .benefits-page .bp-usage-card:hover {\n            transform: translateX(-5px);\n            box-shadow: 0 4px 15px rgba(184, 134, 11, 0.2);\n        }\n\n        .benefits-page .bp-usage-card .icon {\n            font-size: 2.5em;\n            min-width: 60px;\n            text-align: center;\n        }\n\n        .benefits-page .bp-usage-card .content p {\n            color: #5A5A5A;\n            font-size: 0.8em;\n            line-height: 1.7;\n        }\n\n        .benefits-page .bp-divider {\n            height: 2px;\n            background: linear-gradient(90deg, transparent, #DAA520, transparent);\n            margin: 25px 0;\n            border-radius: 2px;\n        }\n\n        @media (max-width: 768px) {\n            .benefits-page .bp-header h1 {\n                font-size: 1.4em;\n            }\n\n            .benefits-page .bp-header p {\n                font-size: 0.9em;\n            }\n            \n            .benefits-page .bp-content {\n                padding: 15px 10px;\n            }\n            \n            .benefits-page .bp-section {\n                padding: 15px;\n            }\n\n            .benefits-page .bp-section h2 {\n                font-size: 1.1em;\n            }\n\n            .benefits-page .bp-benefit-card {\n                padding: 12px;\n            }\n\n            .benefits-page .bp-benefit-card .icon {\n                font-size: 1.5em;\n                min-width: 40px;\n            }\n\n            .benefits-page .bp-usage-card .icon {\n                font-size: 2em;\n                min-width: 50px;\n            }\n        }\n\n        @media (min-width: 769px) {\n            .benefits-page .bp-container {\n                max-width: 100%;\n                margin: 0;\n            }\n\n            .benefits-page .bp-content {\n                padding: 30px 40px;\n            }\n        }\n    \u003c\/style\u003e\n\n    \u003cdiv class=\"benefits-page\"\u003e\n        \u003cdiv class=\"bp-container\"\u003e\n            \u003cdiv class=\"bp-content\"\u003e\n                \u003cdiv class=\"bp-welcome-text\"\u003e\n                    \u003cp\u003e🍯 عسل نحل رقية - مكمل غذائي طبيعي متكامل 💪\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"bp-section\"\u003e\n                    \u003ch2\u003e💪 الفوائد الصحية\u003c\/h2\u003e\n                    \n                    \u003cdiv class=\"bp-benefit-card\"\u003e\n                        \u003cdiv class=\"icon\"\u003e⚖️\u003c\/div\u003e\n                        \u003cdiv class=\"content\"\u003e\n                            \u003cp\u003eتساعد في زيادة الوزن بطريقة طبيعية بدون أي أضرار جانبية\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"bp-benefit-card\"\u003e\n                        \u003cdiv class=\"icon\"\u003e🥗\u003c\/div\u003e\n                        \u003cdiv class=\"content\"\u003e\n                            \u003cp\u003eتعتبر مكمل غذائي متكامل، غني بالبروتينات والفيتامينات الأساسية للجسم\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"bp-benefit-card\"\u003e\n                        \u003cdiv class=\"icon\"\u003e⚡\u003c\/div\u003e\n                        \u003cdiv class=\"content\"\u003e\n                            \u003cp\u003eتمد الجسم بالطاقة والنشاط وتحسن الأداء البدني\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"bp-benefit-card\"\u003e\n                        \u003cdiv class=\"icon\"\u003e🍽️\u003c\/div\u003e\n                        \u003cdiv class=\"content\"\u003e\n                            \u003cp\u003eتحفّز الشهية بشكل طبيعي وتساعد في تحسين الهضم\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"bp-benefit-card\"\u003e\n                        \u003cdiv class=\"icon\"\u003e💪\u003c\/div\u003e\n                        \u003cdiv class=\"content\"\u003e\n                            \u003cp\u003eتدعم بناء العضلات وتقوية الجسم بطريقة صحية ومتوازنة\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"bp-benefit-card\"\u003e\n                        \u003cdiv class=\"icon\"\u003e🛡️\u003c\/div\u003e\n                        \u003cdiv class=\"content\"\u003e\n                            \u003cp\u003eتقوي المناعة وتحسن صحة الجسم العامة\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"bp-benefit-card\"\u003e\n                        \u003cdiv class=\"icon\"\u003e🌿\u003c\/div\u003e\n                        \u003cdiv class=\"content\"\u003e\n                            \u003cp\u003eمكوناتها طبيعية 100% بدون أي إضافات صناعية\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"bp-divider\"\u003e\u003c\/div\u003e\n\n                \u003cdiv class=\"bp-section\"\u003e\n                    \u003ch2\u003e📋 طريقة الاستخدام\u003c\/h2\u003e\n                    \n                    \u003cdiv class=\"bp-usage-card\"\u003e\n                        \u003cdiv class=\"icon\"\u003e🥄\u003c\/div\u003e\n                        \u003cdiv class=\"content\"\u003e\n                            \u003cp\u003eمعلقة واحدة يوميًا بعد الأكل\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"My Store","offers":[{"title":"1 كيلو","offer_id":48156087451877,"sku":null,"price":700.0,"currency_code":"EGP","in_stock":true},{"title":"500 جرام","offer_id":48156087419109,"sku":null,"price":350.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0790\/1026\/7365\/files\/18213b6cb7a5b5b3bb85055c8e657c3d.webp?v=1776628595","url":"https:\/\/roquia.com\/products\/%d8%ae%d9%84%d8%b7%d8%a9-%d8%a7%d9%84%d9%86%d8%ad%d8%a7%d9%81%d8%a9","provider":"Roquia","version":"1.0","type":"link"}