{"product_id":"capixy-dandruff-spray-serum","title":"Capixy Advanced Leave-In Treatment Spray for Dandruff \u0026 Itching - 120 ml","description":"\u003cstyle\u003e\n        \/* === Core Variables: Deep Botanical Green Palette (ENGLISH) === *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;600;800;900\u0026display=swap');\n\n        .cpx-ultimate-container {\n            --cpx-bg-deep: #020a05; \n            --cpx-bg-surface: #0a1f11; \n            --cpx-green-neon: #00ff88; \n            --cpx-green-light: #69f0ae; \n            --cpx-gold-accent: #ffd700; \n            \n            --cpx-text-main: #ffffff; \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: 'Inter', 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 * { box-sizing: inherit; margin: 0; padding: 0; }\n\n        \/* --- STREAMING_CHUNK:Styling High Contrast Classes \u0026 Ambient Background... --- *\/\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        .cpx-ambient-bg {\n            position: absolute; top: 0; left: 0; right: 0; bottom: 0;\n            background: radial-gradient(circle at 80% 30%, rgba(0, 255, 136, 0.08) 0%, transparent 50%),\n                        radial-gradient(circle at 20% 70%, rgba(105, 240, 174, 0.05) 0%, transparent 50%);\n            z-index: 0; pointer-events: none;\n        }\n\n        .cpx-particle {\n            position: absolute; background: radial-gradient(circle, rgba(0, 255, 136, 0.4) 0%, transparent 70%);\n            border-radius: 50%; bottom: -100px; animation: floatUpGreen 15s infinite ease-in-out; filter: blur(4px); 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        \/* --- STREAMING_CHUNK:Typography \u0026 Glass Panels... --- *\/\n        .cpx-title-main {\n            font-size: clamp(28px, 5vw, 46px); font-weight: 900; text-align: center;\n            line-height: 1.4; margin-bottom: 25px; color: #ffffff; position: relative; z-index: 2; letter-spacing: -0.5px;\n        }\n\n        .cpx-title-section {\n            font-size: clamp(24px, 4vw, 32px); font-weight: 800; color: #ffffff;\n            margin-bottom: 30px; display: flex; align-items: center; justify-content: center; gap: 15px; text-align: center;\n        }\n        \n        .cpx-title-section::before, .cpx-title-section::after {\n            content: ''; display: block; width: 40px; height: 4px;\n            background: var(--cpx-green-neon); border-radius: 4px; box-shadow: 0 0 15px var(--cpx-green-neon);\n        }\n\n        .cpx-section { padding: 70px 5%; position: relative; z-index: 2; }\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); border-bottom: 1px solid rgba(0, 255, 136, 0.1);\n        }\n\n        .cpx-glass-panel {\n            background: var(--cpx-glass-bg); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);\n            border: 1px solid var(--cpx-glass-border); border-radius: 24px; padding: 40px;\n            box-shadow: 0 25px 50px rgba(0,0,0,0.8); position: relative; overflow: hidden;\n            transition: transform 0.3s ease, box-shadow 0.3s ease; text-align: center;\n        }\n        \n        .cpx-glass-panel:hover {\n            transform: translateY(-5px); box-shadow: 0 30px 60px rgba(0, 255, 136, 0.1); border-color: var(--cpx-green-neon);\n        }\n\n        .cpx-grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }\n\n        \/* --- STREAMING_CHUNK: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); border-radius: 20px; padding: 35px 25px;\n            text-align: center; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n            position: relative; z-index: 1; overflow: hidden; cursor: pointer;\n        }\n\n        .cpx-feature-card::before {\n            content: ''; position: absolute; 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); transition: 0.5s;\n        }\n\n        .cpx-feature-card:hover {\n            transform: translateY(-10px); background: rgba(15, 45, 25, 0.9);\n            border-color: var(--cpx-green-neon); box-shadow: 0 15px 40px rgba(0, 255, 136, 0.15);\n        }\n\n        .cpx-feature-card:hover::before { left: 125%; }\n\n        .cpx-icon-wrapper {\n            width: 75px; height: 75px; margin: 0 auto 20px; background: rgba(0, 255, 136, 0.05);\n            border-radius: 18px; border: 2px solid rgba(0, 255, 136, 0.3);\n            display: flex; align-items: center; justify-content: center; color: var(--cpx-green-neon);\n            box-shadow: 0 0 20px rgba(0, 255, 136, 0.1) inset; transition: all 0.4s ease;\n        }\n\n        .cpx-feature-card:hover .cpx-icon-wrapper {\n            background: var(--cpx-green-neon); color: #000; box-shadow: 0 0 30px var(--cpx-green-neon);\n            transform: scale(1.1) rotate(5deg); border-color: transparent;\n        }\n\n        \/* --- STREAMING_CHUNK:Ingredient List \u0026 Steps... --- *\/\n        .cpx-ingredient-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 15px; text-align: left; }\n        .cpx-ingredient-item {\n            background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05);\n            border-radius: 12px; padding: 20px; transition: all 0.3s ease; position: relative; overflow: hidden; border-left: 4px solid transparent;\n        }\n        .cpx-ingredient-item:hover {\n            background: rgba(0, 255, 136, 0.05); border-left-color: var(--cpx-green-neon); transform: translateX(5px);\n        }\n        .cpx-ingredient-name { color: var(--cpx-green-light); font-size: 1.1rem; font-weight: 800; margin-bottom: 8px; display: block; }\n\n        .cpx-steps-wrap { display: flex; flex-direction: column; gap: 20px; position: relative; text-align: left;}\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 { transform: scale(1.02); border-color: var(--cpx-green-neon); background: rgba(0, 255, 136, 0.05); }\n        .cpx-step-num {\n            width: 55px; height: 55px; min-width: 55px; background: transparent; 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; transition: all 0.3s;\n        }\n        .cpx-step:hover .cpx-step-num { background: var(--cpx-green-neon); color: #000; box-shadow: 0 0 20px var(--cpx-green-neon); }\n\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 dir=\"ltr\" class=\"cpx-ultimate-container\"\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 style=\"padding-top: 80px; text-align: center;\" class=\"cpx-section\"\u003e\n\u003cdiv 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);\" class=\"cpx-reveal\"\u003eBotanical Leave-In Technology 🌿\u003c\/div\u003e\n\u003ch1 class=\"cpx-title-main cpx-reveal\"\u003eOne Spray to End Dandruff.. \u003cbr\u003e\u003cspan class=\"hl-green\"\u003eNo Washing, No Dryness, No Irritation!\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp style=\"font-size: 20px; color: #ffffff; font-weight: 600; max-width: 800px; margin: 0 auto 40px; line-height: 1.8;\" class=\"cpx-reveal\"\u003eSay goodbye to dandruff shampoos that destroy your hair! Discover the power of \u003cspan class=\"hl-gold\"\u003eCapixy Spray\u003c\/span\u003e.. The ultimate elimination of fungi and itching instantly, through a leave-in technology that works all day long.\u003c\/p\u003e\n\u003c!-- CSS Only Abstract Visual Representation --\u003e\n\u003cdiv style=\"width: 150px; height: 150px; margin: 0 auto 50px; position: relative;\" class=\"cpx-reveal\"\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 stroke-width=\"1.5\" stroke=\"var(--cpx-green-neon)\" fill=\"none\" viewBox=\"0 0 24 24\" height=\"60\" width=\"60\"\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\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 style=\"border: none; justify-content: center;\" class=\"cpx-title-section\"\u003eDandruff Shampoos Drying Your Hair? \u003cspan class=\"hl-gold\"\u003eAnd Flakes Keep Returning?\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp style=\"text-align: center; font-size: 18px; color: #ffffff; font-weight: 600; margin-bottom: 25px;\"\u003eThis is the dilemma faced by 90% of those struggling with stubborn dandruff.\u003c\/p\u003e\n\u003cp style=\"text-align: center; color: #ffffff; font-weight: 500; font-size: 17px; max-width: 800px; margin: 0 auto 30px;\"\u003eTraditional dandruff shampoos are designed to be washed off quickly, so the active ingredients don't have time to kill the fungi from the roots. Even worse, they strip away natural oils, leaving your hair \u003cspan class=\"hl-green\"\u003efrizzy, dry, and brittle.\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;\"\u003eThe Smart Solution: \u003cspan class=\"hl-green\"\u003eLeave-In Treatment\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp style=\"color: #ffffff; font-weight: 600; font-size: 18px;\"\u003eCapixy Spray stays on the scalp, fully absorbing to act as a protective shield that \u003cspan class=\"hl-gold\"\u003ekills fungi from their roots\u003c\/span\u003e, without ever touching or drying out your hair ends!\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\"\u003eUnbeatable Botanical \u0026amp; Medical Formula \u003cspan class=\"hl-green\"\u003eStraight from Nature\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp style=\"text-align: center; color: #fff; font-weight: 600; font-size: 18px; margin-bottom: 40px;\" class=\"cpx-reveal\"\u003eEach ingredient is meticulously selected to restore balance to your scalp.\u003c\/p\u003e\n\u003cdiv class=\"cpx-ingredient-list cpx-reveal\"\u003e\n\u003cdiv class=\"cpx-ingredient-item\"\u003e\u003cspan class=\"cpx-ingredient-name\"\u003ePiroctone Olamine\u003c\/span\u003e\n\u003cp style=\"color: #fff; font-size: 15px; font-weight: 500;\"\u003eEliminates dandruff-causing fungi and effectively reduces visible flakes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cpx-ingredient-item\"\u003e\u003cspan class=\"cpx-ingredient-name\"\u003eSalicylic Acid (BHA)\u003c\/span\u003e\n\u003cp style=\"color: #fff; font-size: 15px; font-weight: 500;\"\u003eGently exfoliates the scalp, dissolving and removing dead skin cells and sebum buildup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cpx-ingredient-item\"\u003e\u003cspan class=\"cpx-ingredient-name\"\u003eApiscalp™ \u0026amp; Defenscalp™\u003c\/span\u003e\n\u003cp style=\"color: #fff; font-size: 15px; font-weight: 500;\"\u003eAdvanced complexes that support scalp balance, instantly soothing redness and sensitivity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cpx-ingredient-item\"\u003e\u003cspan class=\"cpx-ingredient-name\"\u003eApple Cider Vinegar\u003c\/span\u003e\n\u003cp style=\"color: #fff; font-size: 15px; font-weight: 500;\"\u003eRestores optimal pH balance and deeply refreshes the scalp environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cpx-ingredient-item\"\u003e\u003cspan class=\"cpx-ingredient-name\"\u003eTea Tree \u0026amp; Pine Oil\u003c\/span\u003e\n\u003cp style=\"color: #fff; font-size: 15px; font-weight: 500;\"\u003ePurifies the scalp while delivering an immediate cooling and refreshing sensation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cpx-ingredient-item\"\u003e\u003cspan class=\"cpx-ingredient-name\"\u003eNeem \u0026amp; Olive Leaf\u003c\/span\u003e\n\u003cp style=\"color: #fff; font-size: 15px; font-weight: 500;\"\u003eProvides antioxidant protection and comforts the scalp naturally.\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\"\u003eWhy is \u003cspan class=\"hl-green\"\u003eCapixy Spray\u003c\/span\u003e the Ultimate Solution?\u003c\/h2\u003e\n\u003cdiv style=\"margin-top: 40px;\" class=\"cpx-grid-3\"\u003e\n\u003cdiv class=\"cpx-feature-card cpx-reveal\"\u003e\n\u003cdiv class=\"cpx-icon-wrapper\"\u003e\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewBox=\"0 0 24 24\" height=\"36\" width=\"36\"\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\"\u003eContinuous Care (Leave-In)\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp style=\"color: #ffffff; font-weight: 500; font-size: 15px;\"\u003eWorks all day between washes. Spray it on your scalp and let it fight dandruff \u003cspan class=\"hl-green\"\u003ewithout needing to rinse.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cpx-feature-card cpx-reveal cpx-delay-1\"\u003e\n\u003cdiv class=\"cpx-icon-wrapper\"\u003e\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewBox=\"0 0 24 24\" height=\"36\" width=\"36\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\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;\"\u003eInstant Itch Relief\u003c\/h3\u003e\n\u003cp style=\"color: #ffffff; font-weight: 500; font-size: 15px;\"\u003eAlleviates annoying itching and inflammation immediately upon spraying, thanks to soothing essential oils.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cpx-feature-card cpx-reveal cpx-delay-2\"\u003e\n\u003cdiv class=\"cpx-icon-wrapper\"\u003e\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewBox=\"0 0 24 24\" height=\"36\" width=\"36\"\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\"\u003eLightweight Non-Greasy Formula\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp style=\"color: #ffffff; font-weight: 500; font-size: 15px;\"\u003eFast-absorbing, leaves no greasy residue, and doesn't weigh hair down. Perfect for daily use.\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\"\u003eSimple Steps for a \u003cspan class=\"hl-gold\"\u003eHealthy \u0026amp; Fresh Scalp\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp style=\"text-align: center; color: #ffffff; font-weight: 600; font-size: 18px; margin-bottom: 40px;\"\u003eAn easy routine that fits your fast-paced lifestyle.\u003c\/p\u003e\n\u003cdiv style=\"max-width: 800px; margin: 0 auto;\" class=\"cpx-steps-wrap cpx-reveal\"\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;\"\u003eShake Well\u003c\/h4\u003e\n\u003cp style=\"color: #ffffff; font-weight: 500; font-size: 17px;\"\u003eShake the bottle thoroughly before use to mix the active ingredients and botanical oils.\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;\"\u003eDirect Application\u003c\/h4\u003e\n\u003cp style=\"color: #ffffff; font-weight: 500; font-size: 17px;\"\u003eSpray directly onto a clean scalp (dry or damp), focusing on dandruff-prone areas.\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;\"\u003eGentle Massage\u003c\/h4\u003e\n\u003cp style=\"color: #ffffff; font-weight: 500; font-size: 17px;\"\u003eMassage gently with your fingertips to ensure even distribution and full absorption.\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\"\u003eDo Not Rinse\u003c\/span\u003e\u003c\/h4\u003e\n\u003cp style=\"color: #ffffff; font-weight: 500; font-size: 17px;\"\u003eLeave it on to work its magic! Use once or twice daily for continuous protection.\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 style=\"padding-top: 60px; padding-bottom: 80px;\" class=\"cpx-section cpx-section-dark\"\u003e\n\u003cdiv 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);\" class=\"cpx-reveal\"\u003e\n\u003ch2 style=\"font-size: clamp(28px, 5vw, 42px); margin-bottom: 30px;\" class=\"cpx-title-main\"\u003e\u003cspan class=\"hl-gold\"\u003eThe Last Dandruff Treatment You'll Ever Need\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp style=\"font-size: 20px; color: #ffffff; font-weight: 600; max-width: 800px; margin: 0 auto 30px; line-height: 1.8;\"\u003eStop wasting your money on shampoos that damage your hair and make dandruff return more aggressively. \u003cbr\u003e\u003cspan class=\"hl-green\"\u003eCapixy Anti-Dandruff Spray\u003c\/span\u003e is the radical medical solution that restores your confidence and frees you from the embarrassment of flakes and constant itching.\u003c\/p\u003e\n\u003ch3 style=\"color: #ffffff; font-size: 26px; font-weight: 900; margin-bottom: 0;\"\u003eTake the step now, and \u003cspan class=\"hl-gold\"\u003eenjoy a breathing scalp!\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n        document.addEventListener(\"DOMContentLoaded\", function() {\n            const reveals = document.querySelectorAll('.cpx-reveal');\n            const observerOptions = { root: null, threshold: 0.15, rootMargin: \"0px 0px -50px 0px\" };\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 { revealObserver.observe(reveal); });\n\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                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\u003c\/div\u003e","brand":"Capixy","offers":[{"title":"Default Title","offer_id":46863205564613,"sku":null,"price":950.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:\/\/sa.instachiq.com\/en\/products\/capixy-dandruff-spray-serum","provider":"Instachiq","version":"1.0","type":"link"}