{"product_id":"capixy-dandruff-shampoo","title":"Capixy Anti-dandruff shampoo with 10 powerful ingredients - 250 ml","description":"\u003cdiv class=\"cpx-shampoo-wrapper\" dir=\"ltr\"\u003e\n    \u003cstyle\u003e\n        \/* =========================================\n           CAPIXY SHAMPOO - DEEP GREEN LUXURY (ENGLISH)\n           ========================================= *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;600;800;900\u0026display=swap');\n\n        .cpx-shampoo-wrapper {\n            --cpx-bg-dark: #010d06; \n            --cpx-bg-card: rgba(4, 30, 15, 0.75); \n            --cpx-green-main: #00ff88; \n            --cpx-green-dark: #008f4c; \n            --cpx-gold-main: #ffd700; \n            \n            --cpx-text-title: #ffffff; \n            --cpx-text-body: #ffffff; \n            \n            --cpx-border: rgba(0, 255, 136, 0.3);\n\n            background-color: var(--cpx-bg-dark);\n            color: var(--cpx-text-body);\n            font-family: 'Inter', system-ui, -apple-system, sans-serif;\n            line-height: 1.8;\n            overflow: hidden;\n            position: relative;\n            padding: 50px 0;\n            border-radius: 24px;\n            box-shadow: 0 0 100px rgba(0, 255, 136, 0.05) inset;\n        }\n\n        .cpx-shampoo-wrapper * { box-sizing: border-box; margin: 0; padding: 0; }\n\n        \/* --- STREAMING_CHUNK:Styling Neon Text \u0026 Ambient Background... --- *\/\n        .neon-green {\n            color: var(--cpx-green-main) !important;\n            text-shadow: 0 0 10px rgba(0, 255, 136, 0.8), 0 0 20px rgba(0, 255, 136, 0.5);\n            font-weight: 900;\n        }\n\n        .neon-gold {\n            color: var(--cpx-gold-main) !important;\n            text-shadow: 0 0 10px rgba(255, 215, 0, 0.8), 0 0 20px rgba(255, 215, 0, 0.5);\n            font-weight: 900;\n        }\n\n        .cpx-container { max-width: 1100px; margin: 0 auto; padding: 0 25px; position: relative; z-index: 2; }\n\n        .cpx-ambient-bg {\n            position: absolute; top: 0; left: 0; width: 100%; height: 100%;\n            background: radial-gradient(circle at 85% 25%, rgba(0, 255, 136, 0.07) 0%, transparent 50%),\n                        radial-gradient(circle at 15% 75%, rgba(255, 215, 0, 0.05) 0%, transparent 50%);\n            z-index: 1; pointer-events: none;\n        }\n\n        \/* --- STREAMING_CHUNK:Building CSS Art for Shampoo Bubbles... --- *\/\n        .cpx-css-art-container {\n            width: 100%; height: 300px; display: flex; align-items: center; justify-content: center;\n            margin: 40px 0; position: relative;\n        }\n\n        .cpx-bubble-core {\n            width: 140px; height: 140px;\n            background: radial-gradient(circle at 30% 30%, rgba(0, 255, 136, 0.4), rgba(0, 143, 76, 0.8));\n            border-radius: 50%;\n            box-shadow: 0 0 40px rgba(0, 255, 136, 0.6), inset 20px 20px 40px rgba(255,255,255,0.2);\n            position: relative; z-index: 3;\n            animation: floatBubble 4s infinite ease-in-out alternate;\n            display: flex; align-items: center; justify-content: center;\n            border: 2px solid rgba(0, 255, 136, 0.5);\n        }\n\n        .cpx-bubble-small-1, .cpx-bubble-small-2, .cpx-bubble-small-3 {\n            position: absolute; border-radius: 50%;\n            background: radial-gradient(circle at 30% 30%, rgba(255, 215, 0, 0.3), rgba(218, 165, 32, 0.6));\n            box-shadow: 0 0 20px rgba(255, 215, 0, 0.4); border: 1px solid rgba(255, 215, 0, 0.5); z-index: 2;\n        }\n\n        .cpx-bubble-small-1 { width: 50px; height: 50px; top: 10%; right: 35%; animation: floatBubble 5s infinite ease-in-out alternate-reverse; }\n        .cpx-bubble-small-2 { width: 35px; height: 35px; bottom: 15%; left: 35%; animation: floatBubble 3s infinite ease-in-out alternate; background: radial-gradient(circle at 30% 30%, rgba(0, 255, 136, 0.3), rgba(0, 143, 76, 0.6)); border-color: rgba(0, 255, 136, 0.5); }\n        .cpx-bubble-small-3 { width: 25px; height: 25px; top: 30%; left: 25%; animation: floatBubble 6s infinite ease-in-out alternate-reverse; }\n\n        @keyframes floatBubble {\n            0% { transform: translateY(0) scale(1); }\n            100% { transform: translateY(-20px) scale(1.05); }\n        }\n\n        \/* --- STREAMING_CHUNK:Styling Headings \u0026 Glass Panels... --- *\/\n        .cpx-title-glow {\n            display: block; width: 100%; font-size: clamp(30px, 5vw, 46px); font-weight: 900;\n            text-align: center; margin-bottom: 25px; line-height: 1.4; color: var(--cpx-text-title);\n            text-shadow: 0 0 15px rgba(0, 255, 136, 0.6); letter-spacing: -0.5px;\n        }\n\n        .cpx-section-title {\n            display: flex; align-items: center; justify-content: center; gap: 15px;\n            width: 100%; font-size: clamp(24px, 4vw, 34px); font-weight: 900;\n            color: var(--cpx-text-title); text-align: center; margin: 70px auto 40px; line-height: 1.5;\n        }\n\n        .cpx-section-title::before, .cpx-section-title::after {\n            content: ''; display: block; width: 50px; height: 4px;\n            background: var(--cpx-green-main); border-radius: 4px; box-shadow: 0 0 10px var(--cpx-green-main);\n        }\n\n        .cpx-glass-panel {\n            background: linear-gradient(135deg, rgba(4, 30, 15, 0.9), rgba(2, 15, 8, 0.95));\n            border: 1px solid var(--cpx-border); border-radius: 24px; padding: 40px;\n            box-shadow: 0 25px 50px rgba(0,0,0,0.8); text-align: center; margin: 60px 0; position: relative; overflow: hidden;\n        }\n        \n        .cpx-glass-panel::before {\n            content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px;\n            background: linear-gradient(90deg, var(--cpx-green-main), var(--cpx-gold-main));\n        }\n\n        \/* --- STREAMING_CHUNK:Creating Interactive Ingredient Grid... --- *\/\n        .cpx-ingredients-grid {\n            display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 25px; margin: 40px 0;\n        }\n\n        .cpx-ing-card {\n            background: var(--cpx-bg-card); border: 1px solid var(--cpx-border); border-radius: 20px;\n            padding: 30px; position: relative; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n            backdrop-filter: blur(15px); display: flex; flex-direction: column; gap: 15px; cursor: crosshair; text-align: left;\n        }\n\n        .cpx-ing-card::after {\n            content: ''; position: absolute; inset: 0; border-radius: 20px; padding: 2px;\n            background: linear-gradient(135deg, var(--cpx-green-main), transparent);\n            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);\n            -webkit-mask-composite: xor; mask-composite: exclude; opacity: 0; transition: opacity 0.4s ease;\n        }\n\n        .cpx-ing-card:hover {\n            transform: translateY(-10px); background: rgba(6, 45, 22, 0.85); box-shadow: 0 15px 40px rgba(0, 255, 136, 0.15);\n        }\n\n        .cpx-ing-card:hover::after { opacity: 1; }\n\n        .cpx-ing-header { display: flex; align-items: center; gap: 15px; position: relative; z-index: 2; }\n\n        .cpx-ing-icon {\n            width: 55px; height: 55px; min-width: 55px; background: rgba(0, 255, 136, 0.1);\n            border: 1px solid rgba(0, 255, 136, 0.4); border-radius: 14px; display: flex; align-items: center; justify-content: center;\n            color: var(--cpx-green-main); transition: all 0.4s ease;\n        }\n\n        .cpx-ing-card:hover .cpx-ing-icon {\n            background: var(--cpx-green-main); color: #000; transform: rotate(10deg) scale(1.1);\n            box-shadow: 0 0 20px var(--cpx-green-main); border-color: transparent;\n        }\n\n        .cpx-ing-name { font-size: 1.4rem; font-weight: 900; color: #ffffff; font-family: monospace; letter-spacing: 0.5px; }\n        .cpx-ing-desc { font-size: 1.15rem; color: #ffffff; font-weight: 600; line-height: 1.7; position: relative; z-index: 2; }\n\n        \/* --- STREAMING_CHUNK:Steps \u0026 CTA Setup... --- *\/\n        .cpx-steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin: 40px 0; }\n        .cpx-step-card { background: rgba(0,0,0,0.4); border: 1px dashed var(--cpx-green-main); border-radius: 16px; padding: 30px 20px; text-align: center; }\n        .cpx-cta-box {\n            background: linear-gradient(180deg, rgba(0, 255, 136, 0.1) 0%, rgba(4, 30, 15, 0.9) 100%);\n            border: 2px solid var(--cpx-green-main); border-radius: 24px; padding: 60px 30px; text-align: center;\n            margin-top: 60px; box-shadow: 0 0 50px rgba(0, 255, 136, 0.15); position: relative;\n        }\n\n        .cpx-reveal { opacity: 0; transform: translateY(40px); transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }\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-shampoo-wrapper { padding: 30px 0; }\n            .cpx-title-glow { font-size: 28px; }\n            .cpx-section-title { font-size: 22px; flex-direction: column; gap: 10px; }\n            .cpx-glass-panel { padding: 25px; }\n        }\n    \u003c\/style\u003e\n\n    \u003cdiv class=\"cpx-ambient-bg\"\u003e\u003c\/div\u003e\n\n    \u003cdiv class=\"cpx-container\"\u003e\n        \n        \u003c!-- 1. Hero Section --\u003e\n        \u003cdiv style=\"text-align: center; padding-top: 20px;\" class=\"cpx-reveal cpx-active\"\u003e\n            \u003cdiv style=\"display: inline-block; background: rgba(0, 255, 136, 0.15); border: 1px solid var(--cpx-green-main); color: #ffffff; padding: 10px 30px; border-radius: 40px; font-weight: 900; font-size: 1.1rem; margin-bottom: 30px; box-shadow: 0 0 20px rgba(0, 255, 136, 0.2);\"\u003e\n                Sulfate-Free Deep Cleansing 🌿\n            \u003c\/div\u003e\n            \n            \u003ch1 class=\"cpx-title-glow\"\u003e\n                Capixy Anti-Dandruff Shampoo\u003cbr\u003e\n                \u003cspan class=\"neon-green\"\u003eEliminates Flakes, Spares Your Hair!\u003c\/span\u003e\n            \u003c\/h1\u003e\n            \n            \u003cp style=\"font-size: 1.3rem; color: #ffffff; font-weight: 600; max-width: 850px; margin: 0 auto 50px; line-height: 1.8;\"\u003e\n                An advanced scalp-cleansing formula developed to visibly reduce dandruff while helping maintain a \u003cspan class=\"neon-gold\"\u003ehealthy scalp environment\u003c\/span\u003e for stronger, healthier-looking hair.\n            \u003c\/p\u003e\n\n            \u003cdiv class=\"cpx-css-art-container\"\u003e\n                \u003cdiv class=\"cpx-bubble-small-1\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"cpx-bubble-small-2\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"cpx-bubble-small-3\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"cpx-bubble-core\"\u003e\n                    \u003csvg width=\"60\" height=\"60\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- 2. The Problem \u0026 Smart Solution --\u003e\n        \u003cdiv class=\"cpx-glass-panel cpx-reveal\"\u003e\n            \u003ch2 style=\"font-size: 1.8rem; font-weight: 900; color: #ffffff; margin-bottom: 20px;\"\u003e\n                Why Do Most Dandruff Shampoos Fail You? \u003cspan class=\"neon-gold\"\u003eThey Destroy Moisture!\u003c\/span\u003e\n            \u003c\/h2\u003e\n            \u003cp style=\"font-size: 1.25rem; color: #ffffff; font-weight: 600; margin-bottom: 30px;\"\u003e\n                Traditional anti-dandruff shampoos rely on harsh sulfates that kill fungi but \u003cspan style=\"color: #ff2a7a; text-shadow: 0 0 10px rgba(255,42,122,0.8); font-weight: 900;\"\u003estrip away all natural oils\u003c\/span\u003e, leaving your hair incredibly dry, brittle, and prone to breakage.\n            \u003c\/p\u003e\n            \n            \u003cdiv style=\"background: rgba(0, 255, 136, 0.08); border: 2px dashed var(--cpx-green-main); border-radius: 16px; padding: 30px;\"\u003e\n                \u003ch3 style=\"color: #ffffff; font-size: 1.6rem; font-weight: 900; margin-bottom: 15px;\"\u003eThe Capixy Solution: \u003cspan class=\"neon-green\"\u003eGentle Cleansing Equation\u003c\/span\u003e\u003c\/h3\u003e\n                \u003cp style=\"color: #ffffff; font-weight: 600; font-size: 1.2rem;\"\u003e\n                    Our \u003cspan class=\"neon-gold\"\u003eSulfate-Free cleansing system\u003c\/span\u003e effectively removes impurities and buildup, while the Triple Ceramide complex repairs the scalp barrier, leaving your hair refreshed, balanced, and resilient.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- 3. Ingredients Grid --\u003e\n        \u003ch2 class=\"cpx-section-title cpx-reveal\"\u003eBotanical \u0026 Medical Synergy\u003c\/h2\u003e\n        \u003cp class=\"cpx-reveal\" style=\"text-align: center; color: #ffffff; font-weight: 900; font-size: 1.3rem; margin-bottom: 40px;\"\u003e\n            Every drop is designed to purify the scalp without compromising hair integrity.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"cpx-ingredients-grid\"\u003e\n            \n            \u003cdiv class=\"cpx-ing-card cpx-reveal\"\u003e\n                \u003cdiv class=\"cpx-ing-header\"\u003e\n                    \u003cdiv class=\"cpx-ing-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 2L2 22h20L12 2zm0 3l7.5 14H4.5L12 5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"cpx-ing-name neon-gold\"\u003ePiroctone Olamine\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"cpx-ing-desc\"\u003eHelps \u003cspan class=\"neon-green\"\u003ereduce visible dandruff flakes\u003c\/span\u003e efficiently from the very first washes by targeting the root cause.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"cpx-ing-card cpx-reveal cpx-delay-1\"\u003e\n                \u003cdiv class=\"cpx-ing-header\"\u003e\n                    \u003cdiv class=\"cpx-ing-icon\"\u003e\u003csvg width=\"28\" height=\"28\" 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                    \u003cdiv class=\"cpx-ing-name neon-gold\"\u003eSalicylic Acid\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"cpx-ing-desc\"\u003e\u003cspan class=\"neon-green\"\u003eGently exfoliates\u003c\/span\u003e and removes stubborn scalp buildup, dead skin cells, and excess sebum.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"cpx-ing-card cpx-reveal cpx-delay-2\"\u003e\n                \u003cdiv class=\"cpx-ing-header\"\u003e\n                    \u003cdiv class=\"cpx-ing-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"cpx-ing-name neon-gold\"\u003eApiscalp™\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"cpx-ing-desc\"\u003eAn innovative active ingredient that helps \u003cspan class=\"neon-green\"\u003erebalance dandruff-prone scalps\u003c\/span\u003e and regulate oil production.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"cpx-ing-card cpx-reveal\"\u003e\n                \u003cdiv class=\"cpx-ing-header\"\u003e\n                    \u003cdiv class=\"cpx-ing-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z\"\u003e\u003c\/path\u003e\u003cline x1=\"16\" y1=\"8\" x2=\"2\" y2=\"22\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"cpx-ing-name neon-gold\"\u003eTea Tree Oil\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"cpx-ing-desc\"\u003eHelps \u003cspan class=\"neon-green\"\u003epurify and refresh\u003c\/span\u003e the scalp deeply, offering natural antibacterial and soothing properties.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"cpx-ing-card cpx-reveal cpx-delay-1\"\u003e\n                \u003cdiv class=\"cpx-ing-header\"\u003e\n                    \u003cdiv class=\"cpx-ing-icon\"\u003e\u003csvg width=\"28\" height=\"28\" 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                    \u003cdiv class=\"cpx-ing-name neon-gold\"\u003eDefenscalp™\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"cpx-ing-desc\"\u003eHelps \u003cspan class=\"neon-green\"\u003esoothe scalp irritation\u003c\/span\u003e and discomfort commonly associated with persistent dandruff.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"cpx-ing-card cpx-reveal cpx-delay-2\" style=\"border-color: var(--cpx-gold-main);\"\u003e\n                \u003cdiv class=\"cpx-ing-header\"\u003e\n                    \u003cdiv class=\"cpx-ing-icon\" style=\"color: var(--cpx-gold-main); border-color: var(--cpx-gold-main);\"\u003e\n                        \u003csvg width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003crect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M7 11V7a5 5 0 0 1 10 0v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"cpx-ing-name neon-gold\"\u003eTriple Ceramide \u003cbr\u003e\u003cspan style=\"font-size: 1rem;\"\u003e(NP, AP, EOP)\u003c\/span\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"cpx-ing-desc\" style=\"font-size: 1.05rem;\"\u003e\n                    \u003cstrong\u003eCeramide NP:\u003c\/strong\u003e Supports barrier strength and moisture retention.\u003cbr\u003e\n                    \u003cstrong\u003eCeramide AP:\u003c\/strong\u003e Helps reinforce scalp protection against external aggressors.\u003cbr\u003e\n                    \u003cstrong\u003eCeramide EOP:\u003c\/strong\u003e Helps maintain a healthy and stable scalp barrier.\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"cpx-ing-card cpx-reveal\"\u003e\n                \u003cdiv class=\"cpx-ing-header\"\u003e\n                    \u003cdiv class=\"cpx-ing-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpolyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"cpx-ing-name neon-gold\"\u003eSaw Palmetto Extract\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"cpx-ing-desc\"\u003eSupports \u003cspan class=\"neon-green\"\u003escalp vitality\u003c\/span\u003e and helps strengthen hair follicles to resist thinning.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"cpx-ing-card cpx-reveal cpx-delay-1\"\u003e\n                \u003cdiv class=\"cpx-ing-header\"\u003e\n                    \u003cdiv class=\"cpx-ing-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\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                    \u003cdiv class=\"cpx-ing-name neon-gold\"\u003eMillet Seed Extract\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"cpx-ing-desc\"\u003eHelps \u003cspan class=\"neon-green\"\u003enourish hair and scalp\u003c\/span\u003e, promoting a healthier environment for robust hair growth.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"cpx-ing-card cpx-reveal cpx-delay-2\"\u003e\n                \u003cdiv class=\"cpx-ing-header\"\u003e\n                    \u003cdiv class=\"cpx-ing-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cline x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"cpx-ing-name neon-gold\"\u003eCitric Acid\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"cpx-ing-desc\"\u003eHelps maintain \u003cspan class=\"neon-green\"\u003eoptimal scalp pH\u003c\/span\u003e to prevent fungal overgrowth and flaking.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003c!-- 4. Usage Protocol --\u003e\n        \u003ch2 class=\"cpx-section-title cpx-reveal\"\u003eEffective Cleansing Ritual\u003c\/h2\u003e\n        \u003cdiv class=\"cpx-steps-grid cpx-reveal\"\u003e\n            \u003cdiv class=\"cpx-step-card\"\u003e\n                \u003ch3 class=\"neon-green\" style=\"font-size: 1.6rem; margin-bottom: 10px;\"\u003e01 Apply\u003c\/h3\u003e\n                \u003cp style=\"color: #fff; font-weight: 600; font-size: 1.15rem;\"\u003eApply an appropriate amount of shampoo onto a thoroughly wet scalp.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"cpx-step-card\"\u003e\n                \u003ch3 class=\"neon-green\" style=\"font-size: 1.6rem; margin-bottom: 10px;\"\u003e02 Massage\u003c\/h3\u003e\n                \u003cp style=\"color: #fff; font-weight: 600; font-size: 1.15rem;\"\u003eGently massage the scalp with your fingertips to create a rich lather and loosen buildup.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"cpx-step-card\"\u003e\n                \u003ch3 class=\"neon-green\" style=\"font-size: 1.6rem; margin-bottom: 10px;\"\u003e03 Wait\u003c\/h3\u003e\n                \u003cp style=\"color: #fff; font-weight: 600; font-size: 1.15rem;\"\u003eLeave the lather on for \u003cspan class=\"neon-gold\"\u003e2 to 3 minutes\u003c\/span\u003e, allowing active ingredients to combat fungi.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"cpx-step-card\"\u003e\n                \u003ch3 class=\"neon-green\" style=\"font-size: 1.6rem; margin-bottom: 10px;\"\u003e04 Rinse\u003c\/h3\u003e\n                \u003cp style=\"color: #fff; font-weight: 600; font-size: 1.15rem;\"\u003eRinse thoroughly with water. Use 2-3 times a week as an intensive treatment.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- 5. Final Powerful CTA --\u003e\n        \u003cdiv class=\"cpx-cta-box cpx-reveal\"\u003e\n            \u003cdiv style=\"position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 300px; height: 300px; background: radial-gradient(circle, rgba(0,255,136,0.15) 0%, transparent 70%); animation: floatBubble 4s infinite alternate; z-index: 0; pointer-events: none;\"\u003e\u003c\/div\u003e\n            \n            \u003cdiv style=\"position: relative; z-index: 1;\"\u003e\n                \u003ch2 style=\"font-size: clamp(28px, 5vw, 42px); font-weight: 900; color: #ffffff; margin-bottom: 25px;\"\u003e\n                    \u003cspan class=\"neon-gold\"\u003eThe Last Dandruff Treatment You Will Ever Need\u003c\/span\u003e\n                \u003c\/h2\u003e\n                \n                \u003cp style=\"font-size: 1.3rem; color: #ffffff; font-weight: 600; max-width: 800px; margin: 0 auto 35px; line-height: 1.8;\"\u003e\n                    Stop wasting money on shampoos that ruin your hair, leaving it frizzy and dry. \u003cbr\u003e\n                    Capixy provides \u003cspan class=\"neon-green\"\u003emedical-grade, sulfate-free cleansing\u003c\/span\u003e that respects your hair's nature while eliminating dandruff from the roots.\n                \u003c\/p\u003e\n                \n                \u003ch3 style=\"color: #ffffff; font-size: 1.8rem; font-weight: 900; margin-bottom: 0;\"\u003e\n                    Take the step now, and \u003cspan class=\"neon-green\"\u003eenjoy a breathing scalp and healthy hair!\u003c\/span\u003e\n                \u003c\/h3\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n        document.addEventListener(\"DOMContentLoaded\", function() {\n            const reveals = document.querySelectorAll('.cpx-reveal');\n            const revealOptions = { root: null, threshold: 0.1, rootMargin: \"0px 0px -40px 0px\" };\n\n            const revealObserver = new IntersectionObserver(function(entries, observer) {\n                entries.forEach(function(entry) {\n                    if (entry.isIntersecting) {\n                        entry.target.classList.add('cpx-active');\n                        observer.unobserve(entry.target); \n                    }\n                });\n            }, revealOptions);\n\n            reveals.forEach(function(reveal) {\n                revealObserver.observe(reveal);\n            });\n        });\n    \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Capixy","offers":[{"title":"Default Title","offer_id":46863220211909,"sku":null,"price":320.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0582\/9879\/4181\/files\/Wet_product_with_shampoo_foam_202609042118.jpg?v=1788545947","url":"https:\/\/instachiq.com\/en\/products\/capixy-dandruff-shampoo","provider":"Instachiq","version":"1.0","type":"link"}