{"product_id":"capixy-dandruff-spray-serum","title":"كابكسي بخاخ علاجي متقدم ليف إن لعلاج القشرة و الحكة 120 مل","description":"\u003cstyle\u003e\n        \/* === Core Variables: Deep Botanical Green Palette === *\/\n        .cpx-ultimate-container {\n            --cpx-bg-deep: #020a05; \/* Very dark green\/black base *\/\n            --cpx-bg-surface: #0a1f11; \/* Dark forest green surface *\/\n            --cpx-green-neon: #00ff88; \/* Vibrant neon green for highlights *\/\n            --cpx-green-light: #69f0ae; \/* Soft glowing green *\/\n            --cpx-gold-accent: #ffd700; \/* Gold for premium touches *\/\n            \n            --cpx-text-main: #ffffff; \/* Pure white for maximum readability *\/\n            \n            --cpx-glass-bg: rgba(10, 31, 17, 0.6);\n            --cpx-glass-border: rgba(0, 255, 136, 0.25);\n            \n            background-color: var(--cpx-bg-deep);\n            color: var(--cpx-text-main);\n            font-family: 'Tajawal', 'Cairo', system-ui, -apple-system, sans-serif;\n            line-height: 1.8;\n            overflow: hidden;\n            position: relative;\n            border-radius: 24px;\n            margin: 0 auto;\n            max-width: 100%;\n            box-sizing: border-box;\n            box-shadow: inset 0 0 100px rgba(0, 255, 136, 0.05);\n        }\n\n        .cpx-ultimate-container * {\n            box-sizing: inherit;\n            margin: 0;\n            padding: 0;\n        }\n\n        \/* === High Contrast Highlight Classes === *\/\n        .hl-green {\n            color: var(--cpx-green-neon) !important;\n            text-shadow: 0 0 10px rgba(0, 255, 136, 0.8), 0 0 20px rgba(0, 255, 136, 0.4);\n            font-weight: 900;\n        }\n\n        .hl-gold {\n            color: var(--cpx-gold-accent) !important;\n            text-shadow: 0 0 10px rgba(255, 215, 0, 0.8), 0 0 20px rgba(255, 215, 0, 0.4);\n            font-weight: 900;\n        }\n\n        \/* === Dynamic Background Animations === *\/\n        .cpx-ambient-bg {\n            position: absolute;\n            top: 0; left: 0; right: 0; bottom: 0;\n            background: radial-gradient(circle at 20% 30%, rgba(0, 255, 136, 0.08) 0%, transparent 50%),\n                        radial-gradient(circle at 80% 70%, rgba(105, 240, 174, 0.05) 0%, transparent 50%);\n            z-index: 0;\n            pointer-events: none;\n        }\n\n        .cpx-particle {\n            position: absolute;\n            background: radial-gradient(circle, rgba(0, 255, 136, 0.4) 0%, transparent 70%);\n            border-radius: 50%;\n            bottom: -100px;\n            animation: floatUpGreen 15s infinite ease-in-out;\n            filter: blur(4px);\n            z-index: 1;\n        }\n\n        @keyframes floatUpGreen {\n            0% { transform: translateY(0) scale(0.5) translateX(0); opacity: 0; }\n            20% { opacity: 0.8; }\n            80% { opacity: 0.5; }\n            100% { transform: translateY(-1200px) scale(1.5) translateX(50px); opacity: 0; }\n        }\n\n        \/* === Typography === *\/\n        .cpx-title-main {\n            font-size: clamp(28px, 5vw, 46px);\n            font-weight: 900;\n            text-align: center;\n            line-height: 1.4;\n            margin-bottom: 25px;\n            color: #ffffff;\n            position: relative;\n            z-index: 2;\n        }\n\n        .cpx-title-section {\n            font-size: clamp(24px, 4vw, 32px);\n            font-weight: 800;\n            color: #ffffff;\n            margin-bottom: 30px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 15px;\n            text-align: center;\n        }\n        \n        .cpx-title-section::before, .cpx-title-section::after {\n            content: '';\n            display: block;\n            width: 40px;\n            height: 4px;\n            background: var(--cpx-green-neon);\n            border-radius: 4px;\n            box-shadow: 0 0 15px var(--cpx-green-neon);\n        }\n\n        \/* === Layout \u0026 Sections === *\/\n        .cpx-section {\n            padding: 70px 5%;\n            position: relative;\n            z-index: 2;\n        }\n\n        .cpx-section-dark {\n            background: linear-gradient(180deg, var(--cpx-bg-deep) 0%, #051409 100%);\n            border-top: 1px solid rgba(0, 255, 136, 0.1);\n            border-bottom: 1px solid rgba(0, 255, 136, 0.1);\n        }\n\n        \/* === Interactive Glass Panels === *\/\n        .cpx-glass-panel {\n            background: var(--cpx-glass-bg);\n            backdrop-filter: blur(20px);\n            -webkit-backdrop-filter: blur(20px);\n            border: 1px solid var(--cpx-glass-border);\n            border-radius: 24px;\n            padding: 40px;\n            box-shadow: 0 25px 50px rgba(0,0,0,0.8);\n            position: relative;\n            overflow: hidden;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        \n        .cpx-glass-panel:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 30px 60px rgba(0, 255, 136, 0.1);\n            border-color: var(--cpx-green-neon);\n        }\n\n        .cpx-grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; align-items: start; }\n        .cpx-grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }\n\n        \/* === Interactive Feature Cards === *\/\n        .cpx-feature-card {\n            background: linear-gradient(145deg, rgba(10, 31, 17, 0.8), rgba(2, 10, 5, 0.9));\n            border: 1px solid rgba(255,255,255,0.05);\n            border-radius: 20px;\n            padding: 35px 25px;\n            text-align: center;\n            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n            position: relative;\n            z-index: 1;\n            overflow: hidden;\n            cursor: pointer;\n        }\n\n        .cpx-feature-card::before {\n            content: '';\n            position: absolute;\n            top: 0; left: -100%; width: 50%; height: 100%;\n            background: linear-gradient(to right, transparent, rgba(0, 255, 136, 0.1), transparent);\n            transform: skewX(-25deg);\n            transition: 0.5s;\n        }\n\n        .cpx-feature-card:hover {\n            transform: translateY(-10px);\n            background: rgba(15, 45, 25, 0.9);\n            border-color: var(--cpx-green-neon);\n            box-shadow: 0 15px 40px rgba(0, 255, 136, 0.15);\n        }\n\n        .cpx-feature-card:hover::before {\n            left: 125%;\n        }\n\n        .cpx-icon-wrapper {\n            width: 75px; height: 75px;\n            margin: 0 auto 20px;\n            background: rgba(0, 255, 136, 0.05);\n            border-radius: 18px;\n            border: 2px solid rgba(0, 255, 136, 0.3);\n            display: flex; align-items: center; justify-content: center;\n            color: var(--cpx-green-neon);\n            box-shadow: 0 0 20px rgba(0, 255, 136, 0.1) inset;\n            transition: all 0.4s ease;\n        }\n\n        .cpx-feature-card:hover .cpx-icon-wrapper {\n            background: var(--cpx-green-neon);\n            color: #000;\n            box-shadow: 0 0 30px var(--cpx-green-neon);\n            transform: scale(1.1) rotate(-5deg);\n            border-color: transparent;\n        }\n\n        \/* === Interactive Ingredient List === *\/\n        .cpx-ingredient-list {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 15px;\n        }\n\n        .cpx-ingredient-item {\n            background: rgba(255,255,255,0.02);\n            border: 1px solid rgba(255,255,255,0.05);\n            border-radius: 12px;\n            padding: 20px;\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n            border-right: 4px solid transparent;\n        }\n\n        .cpx-ingredient-item:hover {\n            background: rgba(0, 255, 136, 0.05);\n            border-right-color: var(--cpx-green-neon);\n            transform: translateX(-5px);\n        }\n\n        .cpx-ingredient-name {\n            color: var(--cpx-green-light);\n            font-size: 1.1rem;\n            font-weight: 800;\n            margin-bottom: 8px;\n            display: block;\n        }\n\n        \/* === Steps === *\/\n        .cpx-steps-wrap { display: flex; flex-direction: column; gap: 20px; position: relative; }\n        .cpx-step {\n            display: flex; align-items: center; gap: 25px; position: relative; z-index: 1;\n            background: rgba(255,255,255,0.02); padding: 25px; border-radius: 16px; border: 1px solid rgba(255,255,255,0.05);\n            transition: transform 0.3s, border-color 0.3s;\n        }\n        .cpx-step:hover {\n            transform: scale(1.02);\n            border-color: var(--cpx-green-neon);\n            background: rgba(0, 255, 136, 0.05);\n        }\n        .cpx-step-num {\n            width: 55px; height: 55px; min-width: 55px;\n            background: transparent;\n            border: 2px solid var(--cpx-green-neon);\n            border-radius: 50%; display: flex; align-items: center; justify-content: center;\n            font-size: 22px; font-weight: 900; color: var(--cpx-green-neon);\n            box-shadow: 0 0 15px rgba(0, 255, 136, 0.2) inset;\n            transition: all 0.3s;\n        }\n        .cpx-step:hover .cpx-step-num {\n            background: var(--cpx-green-neon);\n            color: #000;\n            box-shadow: 0 0 20px var(--cpx-green-neon);\n        }\n\n        \/* Animations Trigger *\/\n        .cpx-reveal { opacity: 0; transform: translateY(40px); transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1); }\n        .cpx-reveal.cpx-active { opacity: 1; transform: translateY(0); }\n        .cpx-delay-1 { transition-delay: 0.15s; }\n        .cpx-delay-2 { transition-delay: 0.3s; }\n\n        @media (max-width: 768px) {\n            .cpx-section { padding: 40px 20px; }\n            .cpx-glass-panel { padding: 25px; }\n            .cpx-step { flex-direction: column; text-align: center; gap: 15px; }\n            .cpx-step-num { margin: 0 auto; }\n            .cpx-title-section::before, .cpx-title-section::after { width: 25px; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"cpx-ultimate-container\" dir=\"rtl\"\u003e\n\u003cdiv class=\"cpx-ambient-bg\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv id=\"cpx-particles-container\"\u003e\u003c\/div\u003e\n\u003c!-- 1. Hero Section --\u003e\n\u003cdiv class=\"cpx-section\" style=\"padding-top: 80px; text-align: center;\"\u003e\n\u003cdiv class=\"cpx-reveal\" style=\"display: inline-block; background: rgba(0, 255, 136, 0.1); border: 1px solid var(--cpx-green-neon); color: #ffffff; padding: 8px 30px; border-radius: 40px; font-weight: 900; font-size: 16px; margin-bottom: 25px; box-shadow: 0 0 20px rgba(0, 255, 136, 0.2);\"\u003eتكنولوجيا الـ Leave-In النباتية للقشرة 🌿\u003c\/div\u003e\n\u003ch1 class=\"cpx-title-main cpx-reveal\"\u003eرشّة واحدة تنهي معاناة القشرة.. \u003cbr\u003e\u003cspan class=\"hl-green\"\u003eبدون غسيل، بدون جفاف، وبدون تهيج!\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"cpx-reveal\" style=\"font-size: 20px; color: #ffffff; font-weight: bold; max-width: 800px; margin: 0 auto 40px; line-height: 1.8;\"\u003eوداعاً لشامبوهات القشرة التي تدمر شعرك! اكتشفي قوة \u003cspan class=\"hl-gold\"\u003eكابيكسي سبراي\u003c\/span\u003e.. التخلص النهائي من الفطريات والحكة فوراً، عبر تكنولوجيا تُترك على الفروة لتعمل طوال اليوم.\u003c\/p\u003e\n\u003c!-- CSS Only Abstract Visual Representation instead of Image --\u003e\n\u003cdiv class=\"cpx-reveal\" style=\"width: 150px; height: 150px; margin: 0 auto 50px; position: relative;\"\u003e\n\u003cdiv style=\"position: absolute; inset: 0; border-radius: 50%; border: 4px dashed var(--cpx-green-neon); animation: floatUpGreen 20s linear infinite reverse;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"position: absolute; inset: 10px; border-radius: 50%; background: radial-gradient(circle, rgba(0,255,136,0.2) 0%, transparent 70%); display: flex; align-items: center; justify-content: center;\"\u003e\u003csvg width=\"60\" height=\"60\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"var(--cpx-green-neon)\" stroke-width=\"1.5\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. The Problem --\u003e\n\u003cdiv class=\"cpx-section cpx-section-dark\"\u003e\n\u003cdiv class=\"cpx-glass-panel cpx-reveal\"\u003e\n\u003ch2 class=\"cpx-title-section\" style=\"border: none; justify-content: center;\"\u003eشامبوهات القشرة بتنشف شعرك؟ \u003cspan class=\"hl-gold\"\u003eوالقشرة بترجع تاني؟\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp style=\"text-align: center; font-size: 18px; color: #ffffff; font-weight: bold; margin-bottom: 25px;\"\u003eهذه هي المعضلة التي تواجه 90% ممن يعانون من قشرة الرأس المستعصية.\u003c\/p\u003e\n\u003cp style=\"text-align: center; color: #ffffff; font-weight: 600; font-size: 17px; max-width: 800px; margin: 0 auto 30px;\"\u003eشامبوهات القشرة التقليدية مصممة لتُغسل بسرعة، فالمادة الفعالة لا تأخذ وقتها للقضاء على الفطريات من الجذور. الأسوأ من ذلك، أنها تسحب الزيوت الطبيعية من الشعر، فتتركه \u003cspan class=\"hl-green\"\u003eهايشاً، جافاً، ومتقصفاً.\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv style=\"background: rgba(0, 255, 136, 0.08); border: 1px solid rgba(0, 255, 136, 0.3); border-radius: 16px; padding: 30px; text-align: center; transition: all 0.3s; cursor: crosshair;\"\u003e\n\u003ch3 style=\"color: #fff; margin-bottom: 15px; font-size: 22px;\"\u003eالحل الذكي: \u003cspan class=\"hl-green\"\u003eعلاج يُترك على الفروة (Leave-In)\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp style=\"color: #ffffff; font-weight: bold; font-size: 18px;\"\u003eكابيكسي سبراي يبقى على الفروة، يُمتص بالكامل ليعمل كدرع واقي \u003cspan class=\"hl-gold\"\u003eيقتل الفطريات من جذورها\u003c\/span\u003e، دون أن يلامس أو يجفف أطراف شعرك نهائياً!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Ingredients Interactive Section --\u003e\n\u003cdiv class=\"cpx-section\"\u003e\n\u003ch2 class=\"cpx-title-section cpx-reveal\"\u003eتركيبة نباتية و طبية لا تقهر \u003cspan class=\"hl-green\"\u003eمباشرة من الطبيعة\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"cpx-reveal\" style=\"text-align: center; color: #fff; font-weight: bold; font-size: 18px; margin-bottom: 40px;\"\u003eكل مكون تم اختياره بدقة علمية ليعيد التوازن لفروة رأسك.\u003c\/p\u003e\n\u003cdiv class=\"cpx-ingredient-list cpx-reveal\"\u003e\n\u003cdiv class=\"cpx-ingredient-item\"\u003e\n\u003cspan class=\"cpx-ingredient-name\"\u003ePiroctone Olamine\u003c\/span\u003e\n\u003cp style=\"color: #fff; font-size: 15px; font-weight: 600;\"\u003eيقضي على الفطريات المسببة للقشرة ويقلل القشور المرئية بفعالية قصوى.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cpx-ingredient-item\"\u003e\n\u003cspan class=\"cpx-ingredient-name\"\u003eSalicylic Acid (BHA)\u003c\/span\u003e\n\u003cp style=\"color: #fff; font-size: 15px; font-weight: 600;\"\u003eحمض الساليسيليك يذيب ويزيل تراكمات الجلد الميت والدهون من الفروة.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cpx-ingredient-item\"\u003e\n\u003cspan class=\"cpx-ingredient-name\"\u003eApiscalp™ \u0026amp; Defenscalp™\u003c\/span\u003e\n\u003cp style=\"color: #fff; font-size: 15px; font-weight: 600;\"\u003eمركبات متطورة تدعم توازن الفروة، وتلطف الاحمرار والحساسية فوراً.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cpx-ingredient-item\"\u003e\n\u003cspan class=\"cpx-ingredient-name\"\u003eApple Cider Vinegar\u003c\/span\u003e\n\u003cp style=\"color: #fff; font-size: 15px; font-weight: 600;\"\u003eخل التفاح يعيد توازن درجة الحموضة (pH) وينعش الفروة بعمق.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cpx-ingredient-item\"\u003e\n\u003cspan class=\"cpx-ingredient-name\"\u003eTea Tree \u0026amp; Pine Oil\u003c\/span\u003e\n\u003cp style=\"color: #fff; font-size: 15px; font-weight: 600;\"\u003eزيت شجرة الشاي والصنوبر لتنظيف الفروة وإعطاء إحساس تبريد وانتعاش فوري.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cpx-ingredient-item\"\u003e\n\u003cspan class=\"cpx-ingredient-name\"\u003eNeem \u0026amp; Olive Leaf\u003c\/span\u003e\n\u003cp style=\"color: #fff; font-size: 15px; font-weight: 600;\"\u003eزيت النيم ومستخلص أوراق الزيتون لتنقية الفروة وحمايتها بمضادات الأكسدة.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Core Benefits Grid --\u003e\n\u003cdiv class=\"cpx-section cpx-section-dark\"\u003e\n\u003ch2 class=\"cpx-title-section cpx-reveal\"\u003eلماذا \u003cspan class=\"hl-green\"\u003eكابيكسي سبراي\u003c\/span\u003e هو الحل النهائي؟\u003c\/h2\u003e\n\u003cdiv class=\"cpx-grid-3\" style=\"margin-top: 40px;\"\u003e\n\u003c!-- Card 1 --\u003e\n\u003cdiv class=\"cpx-feature-card cpx-reveal\"\u003e\n\u003cdiv class=\"cpx-icon-wrapper\"\u003e\u003csvg width=\"36\" height=\"36\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 2v20M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 style=\"color: #fff; margin-bottom: 15px; font-size: 20px;\"\u003e\u003cspan class=\"hl-gold\"\u003eعناية مستمرة (Leave-In)\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp style=\"color: #ffffff; font-weight: 600; font-size: 15px;\"\u003eيعمل طوال اليوم بين الغسلات. رشيه على الفروة واتركيه ليحارب القشرة \u003cspan class=\"hl-green\"\u003eبدون الحاجة لغسله.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Card 2 --\u003e\n\u003cdiv class=\"cpx-feature-card cpx-reveal cpx-delay-1\"\u003e\n\u003cdiv class=\"cpx-icon-wrapper\"\u003e\u003csvg width=\"36\" height=\"36\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 14s1.5 2 4 2 4-2 4-2M9 9h.01M15 9h.01\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 style=\"color: #fff; margin-bottom: 15px; font-size: 20px;\"\u003eتلطيف فوري للحكة\u003c\/h3\u003e\n\u003cp style=\"color: #ffffff; font-weight: 600; font-size: 15px;\"\u003eيخفف من الشعور المزعج بالحكة والالتهاب فور رشه، بفضل الزيوت العطرية المهدئة.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Card 3 --\u003e\n\u003cdiv class=\"cpx-feature-card cpx-reveal cpx-delay-2\"\u003e\n\u003cdiv class=\"cpx-icon-wrapper\"\u003e\u003csvg width=\"36\" height=\"36\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 style=\"color: #fff; margin-bottom: 15px; font-size: 20px;\"\u003e\u003cspan class=\"hl-green\"\u003eتركيبة خفيفة غير دهنية\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp style=\"color: #ffffff; font-weight: 600; font-size: 15px;\"\u003eسريع الامتصاص، لا يترك أي أثر دهني، ولا يثقل الشعر. مثالي للاستخدام اليومي.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Usage Steps --\u003e\n\u003cdiv class=\"cpx-section\"\u003e\n\u003ch2 class=\"cpx-title-section cpx-reveal\"\u003eخطوات بسيطة لفروة \u003cspan class=\"hl-gold\"\u003eصحية ومنتعشة\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp style=\"text-align: center; color: #ffffff; font-weight: bold; font-size: 18px; margin-bottom: 40px;\"\u003eروتين سهل يناسب أسلوب حياتك السريع.\u003c\/p\u003e\n\u003cdiv class=\"cpx-steps-wrap cpx-reveal\" style=\"max-width: 800px; margin: 0 auto;\"\u003e\n\u003cdiv class=\"cpx-step\"\u003e\n\u003cdiv class=\"cpx-step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4 style=\"color: #fff; font-size: 22px; margin-bottom: 5px;\"\u003eرُجي العبوة\u003c\/h4\u003e\n\u003cp style=\"color: #ffffff; font-weight: 600; font-size: 17px;\"\u003eرجي الزجاجة جيداً قبل الاستخدام لمزج المكونات النشطة والزيوت النباتية.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cpx-step\"\u003e\n\u003cdiv class=\"cpx-step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4 style=\"color: #fff; font-size: 22px; margin-bottom: 5px;\"\u003eالتطبيق المباشر\u003c\/h4\u003e\n\u003cp style=\"color: #ffffff; font-weight: 600; font-size: 17px;\"\u003eرشي مباشرة على فروة رأس نظيفة (جافة أو منداة)، مع التركيز على المناطق المعرضة للقشرة.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cpx-step\"\u003e\n\u003cdiv class=\"cpx-step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4 style=\"color: #fff; font-size: 22px; margin-bottom: 5px;\"\u003eالمساج اللطيف\u003c\/h4\u003e\n\u003cp style=\"color: #ffffff; font-weight: 600; font-size: 17px;\"\u003eدلكي بلطف بأطراف أصابعك لضمان التوزيع المتساوي والامتصاص الكامل.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cpx-step\"\u003e\n\u003cdiv class=\"cpx-step-num\"\u003e4\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4 style=\"color: #fff; font-size: 22px; margin-bottom: 5px;\"\u003e\u003cspan class=\"hl-green\"\u003eلا يُشطف\u003c\/span\u003e\u003c\/h4\u003e\n\u003cp style=\"color: #ffffff; font-weight: 600; font-size: 17px;\"\u003eاتركيه ليعمل سحره! يُستخدم مرة أو مرتين يومياً للحصول على حماية مستمرة.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Final CTA --\u003e\n\u003cdiv class=\"cpx-section cpx-section-dark\" style=\"padding-top: 60px; padding-bottom: 80px;\"\u003e\n\u003cdiv class=\"cpx-reveal\" style=\"background: linear-gradient(135deg, rgba(0, 255, 136, 0.1) 0%, rgba(10, 31, 17, 0.5) 100%); border: 1px solid var(--cpx-green-neon); border-radius: 24px; padding: 60px 5%; text-align: center; box-shadow: 0 0 50px rgba(0, 255, 136, 0.15);\"\u003e\n\u003ch2 class=\"cpx-title-main\" style=\"font-size: clamp(28px, 5vw, 42px); margin-bottom: 30px;\"\u003e\u003cspan class=\"hl-gold\"\u003eده اخر علاج هتحتاجه في حياتك للقشرة\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp style=\"font-size: 20px; color: #ffffff; font-weight: bold; max-width: 800px; margin: 0 auto 30px; line-height: 1.8;\"\u003eبلاش تضيعي فلوسك على شامبوهات بتبوظ شعرك وتخلي القشرة ترجع أشرس من الأول. \u003cbr\u003e\u003cspan class=\"hl-green\"\u003eCapixy Anti-Dandruff Spray\u003c\/span\u003e هو الحل الطبي الجذري اللي هيرجعلك ثقتك في نفسك، ويفكك من إحراج القشرة والهرش طول اليوم.\u003c\/p\u003e\n\u003ch3 style=\"color: #ffffff; font-size: 26px; font-weight: 900; margin-bottom: 0;\"\u003eخدي الخطوة دلوقتي، و\u003cspan class=\"hl-gold\"\u003eاستمتعي بفروة بتتنفس!\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n        document.addEventListener(\"DOMContentLoaded\", function() {\n            \/\/ Scroll Reveal Animation Logic\n            const reveals = document.querySelectorAll('.cpx-reveal');\n            const observerOptions = {\n                root: null,\n                threshold: 0.15,\n                rootMargin: \"0px 0px -50px 0px\"\n            };\n\n            const revealObserver = new IntersectionObserver((entries, observer) =\u003e {\n                entries.forEach(entry =\u003e {\n                  if (entry.isIntersecting) {\n                      entry.target.classList.add('cpx-active');\n                      observer.unobserve(entry.target); \n                  }\n                });\n            }, observerOptions);\n\n            reveals.forEach(reveal =\u003e {\n                revealObserver.observe(reveal);\n            });\n\n            \/\/ Ambient Particles Generator\n            const container = document.getElementById('cpx-particles-container');\n            const particleCount = 20;\n            \n            for(let i=0; i\u003cparticleCount; i++) {\n                let particle = document.createElement('div');\n                particle.className = 'cpx-particle';\n                \n                let size = Math.random() * 40 + 10;\n                let left = Math.random() * 100;\n                let duration = Math.random() * 10 + 10;\n                let delay = Math.random() * 5;\n                \n                particle.style.width = size + 'px';\n                particle.style.height = size + 'px';\n                particle.style.left = left + '%';\n                particle.style.animationDuration = duration + 's';\n                particle.style.animationDelay = delay + 's';\n                \n                container.appendChild(particle);\n            }\n        });\n    \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Capixy","offers":[{"title":"Default Title","offer_id":46863205564613,"sku":null,"price":350.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0582\/9879\/4181\/files\/Capixy_spray_bottle_advertisement_202609042043.jpg?v=1788543825","url":"https:\/\/instachiq.com\/products\/capixy-dandruff-spray-serum","provider":"Instachiq","version":"1.0","type":"link"}