{"product_id":"infrared-light-therapy-cap","title":"Advanced Red \u0026 Infrared Light Therapy Hair Growth Cap | 120 LEDs","description":"\u003cstyle\u003e\n        \/* === Core Variables \u0026 Brand Colors (Laser \u0026 Infrared Identity) === *\/\n        .infra-premium-wrapper {\n            --infra-bg-dark: #050507; \/* Deep pitch black *\/\n            --infra-bg-card: rgba(20, 5, 5, 0.5); \/* Dark tinted glass with a red hue *\/\n            --infra-red-laser: #ff003c; \/* Bright 660nm laser red *\/\n            --infra-red-deep: #8b001a; \/* Deep 830nm infrared red *\/\n            --infra-red-glow: rgba(255, 0, 60, 0.4);\n            --infra-text-main: #f8f9fa;\n            --infra-text-muted: #aeb5bc;\n            --infra-border: rgba(255, 0, 60, 0.2);\n            --infra-border-hover: rgba(255, 0, 60, 0.6);\n            \n            background-color: var(--infra-bg-dark);\n            color: var(--infra-text-main);\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            line-height: 1.7;\n            overflow: hidden;\n            position: relative;\n            padding: 40px 0;\n            border-radius: 20px;\n            box-shadow: 0 0 80px rgba(255, 0, 60, 0.05) inset;\n        }\n\n        .infra-premium-wrapper * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        .infra-premium-wrapper img {\n            max-width: 100%;\n            height: auto;\n            border-radius: 16px;\n            display: block;\n        }\n\n        .infra-container {\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 0 20px;\n            position: relative;\n            z-index: 2;\n        }\n\n        \/* === Background Ambient Grid (Sci-Fi Laser Matrix) === *\/\n        .infra-ambient-grid {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background-image: \n                linear-gradient(rgba(255, 0, 60, 0.05) 1px, transparent 1px),\n                linear-gradient(90deg, rgba(255, 0, 60, 0.05) 1px, transparent 1px);\n            background-size: 40px 40px;\n            z-index: 0;\n            opacity: 0.5;\n            pointer-events: none;\n            perspective: 1000px;\n            transform-origin: top;\n            animation: gridMove 20s linear infinite;\n        }\n\n        @keyframes gridMove {\n            0% { transform: translateY(0) rotateX(60deg); }\n            100% { transform: translateY(40px) rotateX(60deg); }\n        }\n\n        \/* === Typography \u0026 Headers === *\/\n        .infra-title-glow {\n            display: block;\n            width: 100%;\n            font-size: clamp(28px, 5vw, 42px);\n            font-weight: 900;\n            text-align: center;\n            margin-bottom: 20px;\n            line-height: 1.3;\n            color: #fff;\n            text-shadow: 0 0 20px var(--infra-red-glow), 0 0 40px var(--infra-red-deep);\n            letter-spacing: -0.5px;\n        }\n\n        .infra-title-glow span {\n            background: linear-gradient(135deg, #fff 0%, var(--infra-red-laser) 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n\n        .infra-section-title {\n            display: block;\n            width: 100%;\n            font-size: clamp(24px, 4vw, 32px);\n            font-weight: 800;\n            color: #fff;\n            text-align: center;\n            margin: 60px auto 30px;\n            position: relative;\n            line-height: 1.4;\n            letter-spacing: -0.5px;\n        }\n\n        .infra-section-title::after {\n            content: '';\n            position: absolute;\n            bottom: -15px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: clamp(80px, 30%, 150px);\n            height: 3px;\n            background: linear-gradient(90deg, transparent, var(--infra-red-laser), transparent);\n            border-radius: 10px;\n            box-shadow: 0 0 10px var(--infra-red-laser);\n        }\n\n        \/* === 3D Interactive Hero Showcase === *\/\n        .infra-3d-showcase {\n            position: relative;\n            width: 100%;\n            height: 450px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            perspective: 1500px;\n            margin: 40px 0;\n            z-index: 10;\n        }\n\n        .infra-3d-card {\n            width: 380px;\n            height: 380px;\n            position: relative;\n            transform-style: preserve-3d;\n            transition: transform 0.1s ease-out; \/* Smooth mouse tracking *\/\n        }\n\n        .infra-3d-glow {\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            width: 85%;\n            height: 85%;\n            transform: translate(-50%, -50%) translateZ(-50px);\n            background: radial-gradient(circle, var(--infra-red-laser) 0%, transparent 70%);\n            filter: blur(40px);\n            opacity: 0.6;\n            animation: pulse3D 3s infinite alternate;\n        }\n\n        .infra-3d-img {\n            width: 100%;\n            height: auto;\n            position: absolute;\n            top: 0;\n            left: 0;\n            transform: translateZ(80px); \/* Pops image out of the screen *\/\n            filter: drop-shadow(0 30px 30px rgba(0,0,0,0.8));\n            border-radius: 50%; \/* Make the image perfectly round to match the cap *\/\n            object-fit: cover;\n            aspect-ratio: 1\/1;\n        }\n\n        @keyframes pulse3D {\n            0% { transform: translate(-50%, -50%) translateZ(-50px) scale(0.9); opacity: 0.4; }\n            100% { transform: translate(-50%, -50%) translateZ(-50px) scale(1.1); opacity: 0.8; }\n        }\n\n        \/* === Hero Texts \u0026 Glassmorphism Cards === *\/\n        .infra-hero-subtitle {\n            font-size: 1.15rem;\n            color: var(--infra-text-muted);\n            max-width: 750px;\n            margin: 0 auto 30px;\n            text-align: center;\n        }\n\n        .infra-glass-box {\n            background: var(--infra-bg-card);\n            backdrop-filter: blur(15px);\n            -webkit-backdrop-filter: blur(15px);\n            border: 1px solid var(--infra-border);\n            border-radius: 20px;\n            padding: 40px;\n            margin: 40px 0;\n            box-shadow: 0 20px 50px rgba(0,0,0,0.8);\n            position: relative;\n            overflow: hidden;\n            text-align: center;\n        }\n\n        .infra-glass-box::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 4px;\n            height: 100%;\n            background: linear-gradient(180deg, var(--infra-red-laser), var(--infra-red-deep), transparent);\n            box-shadow: 0 0 15px var(--infra-red-laser);\n        }\n\n        \/* === Benefits Grid System === *\/\n        .infra-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 25px;\n            margin: 40px 0;\n        }\n\n        .infra-card {\n            background: linear-gradient(145deg, rgba(20, 5, 5, 0.7), rgba(5, 0, 0, 0.9));\n            border: 1px solid var(--infra-border);\n            border-radius: 16px;\n            padding: 30px 25px;\n            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n            position: relative;\n            overflow: hidden;\n            z-index: 1;\n        }\n\n        .infra-card::after {\n            content: '';\n            position: absolute;\n            bottom: -50%;\n            right: -50%;\n            width: 100%;\n            height: 100%;\n            background: radial-gradient(circle, rgba(255, 0, 60, 0.1) 0%, transparent 70%);\n            z-index: -1;\n            transition: all 0.5s;\n        }\n\n        .infra-card:hover {\n            transform: translateY(-10px);\n            border-color: var(--infra-red-laser);\n            box-shadow: 0 15px 30px rgba(255, 0, 60, 0.15);\n        }\n\n        .infra-card:hover::after {\n            bottom: -10%;\n            right: -10%;\n            background: radial-gradient(circle, rgba(255, 0, 60, 0.2) 0%, transparent 70%);\n        }\n\n        .infra-icon {\n            width: 60px;\n            height: 60px;\n            background: rgba(255, 0, 60, 0.1);\n            border: 1px solid rgba(255, 0, 60, 0.3);\n            border-radius: 14px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 20px;\n            color: var(--infra-red-laser);\n            font-size: 28px;\n            transition: all 0.3s ease;\n            box-shadow: 0 0 15px rgba(255, 0, 60, 0.2);\n        }\n        \n        .infra-card:hover .infra-icon {\n            background: var(--infra-red-laser);\n            color: #fff;\n            transform: scale(1.1);\n            box-shadow: 0 0 25px var(--infra-red-laser);\n        }\n\n        .infra-card h3 {\n            font-size: 1.25rem;\n            color: #fff;\n            margin-bottom: 12px;\n            line-height: 1.4;\n        }\n\n        .infra-card p {\n            color: var(--infra-text-muted);\n            font-size: 0.95rem;\n        }\n\n        \/* === Wavelengths Dual Box === *\/\n        .infra-dual-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 20px;\n            margin: 40px 0;\n        }\n\n        .infra-wave-card {\n            padding: 30px;\n            border-radius: 20px;\n            position: relative;\n            overflow: hidden;\n            border: 1px solid;\n            text-align: center;\n        }\n\n        .infra-wave-660 {\n            background: linear-gradient(180deg, rgba(255, 0, 60, 0.15), rgba(0,0,0,0.8));\n            border-color: rgba(255, 0, 60, 0.4);\n            box-shadow: 0 10px 30px rgba(255, 0, 60, 0.1);\n        }\n\n        .infra-wave-830 {\n            background: linear-gradient(180deg, rgba(139, 0, 26, 0.3), rgba(0,0,0,0.8));\n            border-color: rgba(139, 0, 26, 0.6);\n            box-shadow: 0 10px 30px rgba(139, 0, 26, 0.2);\n        }\n\n        .infra-wave-num {\n            font-size: 2.5rem;\n            font-weight: 900;\n            margin-bottom: 10px;\n        }\n\n        .infra-wave-660 .infra-wave-num { color: #ff3366; text-shadow: 0 0 20px #ff003c; }\n        .infra-wave-830 .infra-wave-num { color: #ff6688; text-shadow: 0 0 20px #8b001a; }\n\n        \/* === Operating Modes === *\/\n        .infra-modes-container {\n            display: flex;\n            flex-direction: column;\n            gap: 15px;\n        }\n\n        .infra-mode-item {\n            display: flex;\n            align-items: center;\n            background: rgba(255,255,255,0.02);\n            border: 1px solid var(--infra-border);\n            padding: 20px;\n            border-radius: 15px;\n            transition: all 0.3s;\n        }\n        \n        .infra-mode-item:hover {\n            border-color: var(--infra-red-laser);\n            background: rgba(255, 0, 60, 0.05);\n            box-shadow: inset -5px 0 0 var(--infra-red-laser);\n        }\n\n        .infra-mode-icon {\n            font-size: 2rem;\n            font-weight: 900;\n            color: transparent;\n            -webkit-text-stroke: 1px var(--infra-red-laser);\n            margin-right: 20px; \/* LTR adjustment *\/\n            min-width: 60px;\n            text-align: center;\n            text-shadow: 0 0 10px rgba(255, 0, 60, 0.3);\n        }\n\n        \/* === Lists \u0026 Contents === *\/\n        .infra-list {\n            list-style: none;\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 15px;\n        }\n\n        .infra-list-item {\n            display: flex;\n            align-items: flex-start;\n            gap: 15px;\n            background: rgba(0,0,0,0.4);\n            padding: 20px;\n            border-radius: 12px;\n            border: 1px solid rgba(255, 0, 60, 0.1);\n        }\n\n        .infra-list-icon {\n            color: var(--infra-red-laser);\n            font-size: 1.5rem;\n            margin-top: 2px;\n            text-shadow: 0 0 10px var(--infra-red-laser);\n        }\n\n        \/* === Scroll Reveal Animations === *\/\n        .infra-reveal {\n            opacity: 0;\n            transform: translateY(30px) scale(0.98);\n            transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n        }\n\n        .infra-reveal.infra-active {\n            opacity: 1;\n            transform: translateY(0) scale(1);\n        }\n\n        .infra-delay-1 { transition-delay: 0.1s; }\n        .infra-delay-2 { transition-delay: 0.2s; }\n        .infra-delay-3 { transition-delay: 0.3s; }\n\n        @media (max-width: 768px) {\n            .infra-3d-showcase { height: 350px; }\n            .infra-3d-card { width: 280px; height: 280px; transform: none !important; \/* Disable 3D tilt on mobile for performance *\/ }\n            .infra-mode-item { flex-direction: column; text-align: center; }\n            .infra-mode-icon { margin-right: 0; margin-bottom: 15px; }\n            .infra-list-item { flex-direction: column; text-align: center; align-items: center; }\n            .infra-glass-box::before { left: 0; top: 0; width: 100%; height: 4px; } \/* Adjust accent bar for mobile *\/\n        }\n    \u003c\/style\u003e\n\u003cdiv id=\"infra-wrapper\" dir=\"ltr\" class=\"infra-premium-wrapper\"\u003e\u003c!-- Sci-Fi Laser Grid Background --\u003e\n\u003cdiv class=\"infra-ambient-grid\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"infra-container\"\u003e\u003c!-- 1. Hero 3D Section --\u003e\n\u003cdiv class=\"infra-reveal infra-active\"\u003e\n\u003ch1 class=\"infra-title-glow\"\u003eHair Loss Isn't Your Destiny. \u003cbr\u003e\u003cspan\u003eMeet Your \"Portable Hair Clinic\"\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp class=\"infra-hero-subtitle\"\u003eReprogram your hair follicles from the roots up using clinical-grade Red Light Technology!\u003c\/p\u003e\n\u003c!-- 3D Interactive Container --\u003e\n\u003cdiv id=\"infra3dContainer\" class=\"infra-3d-showcase\"\u003e\n\u003cdiv id=\"infra3dCard\" class=\"infra-3d-card\"\u003e\n\u003cdiv class=\"infra-3d-glow\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Using the provided high-res 3D render image --\u003e \u003cimg class=\"infra-3d-img\" alt=\"Infrared Hair Loss Cap 3D\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/5359\/7102\/files\/Saef15a4d920543bf921be47cbf9fac36s.webp\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Intro \u0026 Problem --\u003e\n\u003cdiv class=\"infra-glass-box infra-reveal\"\u003e\n\u003cp style=\"font-size: 1.15rem; color: #fff; margin-bottom: 20px; line-height: 1.8;\"\u003eTired of counting hairs on your pillow every morning? Exhausted by topical sprays and minoxidil that leave your hair looking greasy and feeling sticky, with zero real results?\u003c\/p\u003e\n\u003cp style=\"color: var(--infra-text-muted); line-height: 1.8;\"\u003eThe truth nobody tells you: The follicles you think are \"dead\" or lost are actually in a state of \u003cstrong style=\"color: var(--infra-red-laser);\"\u003e\"deep dormancy\"\u003c\/strong\u003e due to poor cellular nutrition and weak blood circulation. Surface-level creams simply cannot penetrate the scalp to reach the roots.\u003c\/p\u003e\n\u003cdiv style=\"margin-top: 30px; padding-top: 30px; border-top: 1px dashed rgba(255,0,60,0.2);\"\u003e\n\u003cp style=\"font-size: 1.25rem; font-weight: bold; color: #fff;\"\u003eHere enters modern science to provide the ultimate solution: \u003cspan style=\"color: var(--infra-red-laser); text-shadow: 0 0 15px rgba(255,0,60,0.5); display: block; margin-top: 5px;\"\u003eThe Red \u0026amp; Infrared Light Therapy Cap.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp style=\"color: var(--infra-text-muted); margin-top: 15px;\"\u003eThis isn't just a hat. It's a \"photon energy reactor\" designed for the modern individual, delivering the exact same results as expensive clinic treatments—while you lounge on your sofa at home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Form Factor \/ Design Features --\u003e\n\u003ch2 class=\"infra-section-title infra-reveal\"\u003eFeatherweight Design. Heavyweight Clinical Results.\u003c\/h2\u003e\n\u003cimg style=\"margin: 0 auto 30px; box-shadow: 0 20px 50px rgba(0,0,0,0.8);\" class=\"infra-reveal\" alt=\"Infrared Cap Design\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/5359\/7102\/files\/infrared_hair_loss_cap_2.jpg\"\u003e\n\u003cp style=\"text-align: center; font-size: 1.15rem; max-width: 800px; margin: 0 auto 50px; color: var(--infra-text-muted); line-height: 1.8;\" class=\"infra-reveal\"\u003eIn the world of hair care, the golden rule is: \u003cstrong style=\"color: #fff;\"\u003e\"Feeding roots with light is a thousand times faster than feeding them with chemicals.\"\u003c\/strong\u003e Weighing in at just 140 grams with a flexible, foldable design, this cap is your daily companion. Its convex optical design ensures zero light dispersion—focusing the energy in a straight line to penetrate your scalp 1 to 3 millimeters deep, striking the root of the problem directly.\u003c\/p\u003e\n\u003c!-- 4. Benefits Grid --\u003e\n\u003ch2 class=\"infra-section-title infra-reveal\"\u003eWhat will this \"Energy Reactor\" do for you?\u003c\/h2\u003e\n\u003cdiv class=\"infra-grid\"\u003e\n\u003cdiv class=\"infra-card infra-reveal\"\u003e\n\u003cdiv class=\"infra-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewBox=\"0 0 24 24\" height=\"32\" width=\"32\"\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\u003eThe \"Awakening\" Shock\u003c\/h3\u003e\n\u003cp\u003ePowered by 120 concentrated optical lenses, these light waves directly stimulate the stem cells of your hair follicles without any pain. This energy forces weak follicles back into their \"Growth Phase,\" halting shedding and triggering thick, healthy regrowth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"infra-card infra-reveal infra-delay-1\"\u003e\n\u003cdiv class=\"infra-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewBox=\"0 0 24 24\" height=\"32\" width=\"32\"\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\u003ch3\u003ePurify \u0026amp; Balance the Scalp\u003c\/h3\u003e\n\u003cp\u003eRed light actively regulates sebaceous gland secretions. Say goodbye to dandruff, inflammation, and greasy, clumped-together hair. Enjoy a breathable scalp environment that allows new hair to push through freely.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"infra-card infra-reveal infra-delay-2\"\u003e\n\u003cdiv class=\"infra-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewBox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\u003cpath d=\"M9.5 2A2.5 2.5 0 0 1 12 4.5v15a2.5 2.5 0 0 1-4.96.44 2.5 2.5 0 0 1-2.96-3.08 3 3 0 0 1-.34-5.58 2.5 2.5 0 0 1 1.32-4.24 2.5 2.5 0 0 1 1.98-3A2.5 2.5 0 0 1 9.5 2Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M14.5 2A2.5 2.5 0 0 0 12 4.5v15a2.5 2.5 0 0 0 4.96.44 2.5 2.5 0 0 0 2.96-3.08 3 3 0 0 0 .34-5.58 2.5 2.5 0 0 0-1.32-4.24 2.5 2.5 0 0 0-1.98-3A2.5 2.5 0 0 0 14.5 2Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eNervous System Detox\u003c\/h3\u003e\n\u003cp\u003e(Pulse Technology) Because stress is your hair's #1 enemy. The cap features two pulse modes that help relax brain waves, melting away insomnia and tension headaches after a long workday, all while treating your hair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cimg style=\"margin: 0 auto 50px; box-shadow: 0 20px 50px rgba(0,0,0,0.8);\" class=\"infra-reveal\" alt=\"Benefits in action\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/5359\/7102\/files\/infrared_hair_loss_cap_3.jpg\"\u003e \u003c!-- 5. Technology (Wavelengths) --\u003e\n\u003ch2 class=\"infra-section-title infra-reveal\"\u003eHow it Works: Dual-Penetration Matrix\u003c\/h2\u003e\n\u003cp style=\"text-align: center; color: var(--infra-text-muted); margin-bottom: 20px;\" class=\"infra-reveal\"\u003eThe sheer power of this cap lies in the fusion of the two most potent therapeutic wavelengths in the world (delivering via 120 LEDs):\u003c\/p\u003e\n\u003cdiv class=\"infra-dual-grid infra-reveal\"\u003e\n\u003cdiv class=\"infra-wave-card infra-wave-660\"\u003e\n\u003cdiv class=\"infra-wave-num\"\u003e660nm\u003c\/div\u003e\n\u003ch3 style=\"color: #fff; margin-bottom: 15px;\"\u003eVisible Red Light (60 Lenses)\u003c\/h3\u003e\n\u003cp style=\"color: var(--infra-text-muted); font-size: 0.95rem;\"\u003eTargets the surface of the scalp. It massively increases the flow of oxygen-and-nutrient-rich blood, and stimulates collagen production to fortify the skin gripping the hair shaft, creating a fertile ground for growth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"infra-wave-card infra-wave-830\"\u003e\n\u003cdiv class=\"infra-wave-num\"\u003e830nm\u003c\/div\u003e\n\u003ch3 style=\"color: #fff; margin-bottom: 15px;\"\u003eNear-Infrared Light (60 Lenses)\u003c\/h3\u003e\n\u003cp style=\"color: var(--infra-text-muted); font-size: 0.95rem;\"\u003e\u003cem\u003e(Invisible to the naked eye)\u003c\/em\u003e. This is the heavy artillery. It penetrates deep through the skin layers to reach the very bottom of the follicle bulb, repairing cellular damage and granting the cell immense energy to regenerate.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Operating Modes --\u003e\n\u003ch2 class=\"infra-section-title infra-reveal\"\u003e3 Modes for Your Daily Flow\u003c\/h2\u003e\n\u003cp style=\"text-align: center; color: var(--infra-text-muted); margin-bottom: 30px;\" class=\"infra-reveal\"\u003eThis isn't just an on\/off switch; it offers three professional therapeutic protocols tailored to your day:\u003c\/p\u003e\n\u003cdiv class=\"infra-modes-container infra-reveal\"\u003e\n\u003cdiv class=\"infra-mode-item\"\u003e\n\u003cdiv class=\"infra-mode-icon\"\u003eMAX\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4 style=\"color: #fff; margin-bottom: 5px; font-size: 1.15rem;\"\u003eContinuous Mode (Primary)\u003c\/h4\u003e\n\u003cp style=\"color: var(--infra-text-muted);\"\u003eFires the wavelengths at their maximum stable energy to aggressively stimulate hair growth and accelerate visible results.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"infra-mode-item infra-delay-1\"\u003e\n\u003cdiv class=\"infra-mode-icon\"\u003e10Hz\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4 style=\"color: #fff; margin-bottom: 5px; font-size: 1.15rem;\"\u003e10Hz Pulse Mode\u003c\/h4\u003e\n\u003cp style=\"color: var(--infra-text-muted);\"\u003eA soothing frequency that aligns with relaxed Alpha brain waves. Perfect for pre-bedtime use to eliminate insomnia and achieve deep relaxation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"infra-mode-item infra-delay-2\"\u003e\n\u003cdiv class=\"infra-mode-icon\"\u003e40Hz\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4 style=\"color: #fff; margin-bottom: 5px; font-size: 1.15rem;\"\u003e40Hz Pulse Mode\u003c\/h4\u003e\n\u003cp style=\"color: var(--infra-text-muted);\"\u003eEnsures the skin absorbs peak photon energy without any uncomfortable heat build-up. Also known to support focus and neural health.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 7. Value \u0026 Routine --\u003e\n\u003cdiv style=\"margin-top: 60px;\" class=\"infra-glass-box infra-reveal\"\u003e\n\u003ch2 style=\"color: var(--infra-red-laser); text-align: center; margin-bottom: 15px;\"\u003e20 Minutes That Change Everything\u003c\/h2\u003e\n\u003cp style=\"color: #fff; text-align: center; line-height: 1.8; margin-bottom: 0;\"\u003eNo messy oils, no scalp residue, no pain. Just put the cap on, press the button, and enjoy your time reading or browsing your phone. Equipped with a \u003cstrong\u003e\"Smart Timer\"\u003c\/strong\u003e that auto-shuts off after 20 minutes to prevent overexposure. Use it 3 to 4 times a week, and witness the real transformation in your hair density and mood.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"infra-section-title infra-reveal\"\u003eWhy This is Your Smartest Investment\u003c\/h2\u003e\n\u003cul class=\"infra-list infra-reveal\"\u003e\n\u003cli class=\"infra-list-item\"\u003e\n\u003cdiv class=\"infra-list-icon\"\u003e◆\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4 style=\"color: #fff; margin-bottom: 5px;\"\u003eA One-Time Purchase for Life:\u003c\/h4\u003e\n\u003cp style=\"color: var(--infra-text-muted);\"\u003eSay goodbye to pouring thousands of dollars annually into aesthetic clinics and painful PRP sessions. You are owning permanent clinic-grade technology in your home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"infra-list-item\"\u003e\n\u003cdiv class=\"infra-list-icon\"\u003e◆\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4 style=\"color: #fff; margin-bottom: 5px;\"\u003e100% Natural \u0026amp; Zero Side Effects:\u003c\/h4\u003e\n\u003cp style=\"color: var(--infra-text-muted);\"\u003ePure photobiomodulation therapy. Absolutely no chemicals to mess with your hormones or cause irritating scalp allergies.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"infra-list-item\"\u003e\n\u003cdiv class=\"infra-list-icon\"\u003e◆\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4 style=\"color: #fff; margin-bottom: 5px;\"\u003eCertified \u0026amp; Safe Technology:\u003c\/h4\u003e\n\u003cp style=\"color: var(--infra-text-muted);\"\u003eCE and RoHS certified for quality and safety, guaranteeing highly efficient operation and completely safe direct contact with your head.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"infra-list-item\"\u003e\n\u003cdiv class=\"infra-list-icon\"\u003e◆\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4 style=\"color: #fff; margin-bottom: 5px;\"\u003eDual Therapy (Hair + Mood):\u003c\/h4\u003e\n\u003cp style=\"color: var(--infra-text-muted);\"\u003eThe only product that treats your hair loss while simultaneously utilizing pulse frequencies to detox your stress, anxiety, and daily life pressure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- 8. What's in the Box --\u003e\n\u003ch2 class=\"infra-section-title infra-reveal\"\u003eWhat's in the Box\u003c\/h2\u003e\n\u003cdiv style=\"align-items: center;\" class=\"infra-dual-grid infra-reveal\"\u003e\n\u003cdiv\u003e\n\u003cul class=\"infra-list\"\u003e\n\u003cli style=\"background: transparent; border-color: transparent; padding: 10px;\" class=\"infra-list-item\"\u003e\n\u003cdiv class=\"infra-list-icon\"\u003e✓\u003c\/div\u003e\n\u003ch4 style=\"color: #fff;\"\u003e1x Advanced LED Light Therapy Cap\u003c\/h4\u003e\n\u003c\/li\u003e\n\u003cli style=\"background: transparent; border-color: transparent; padding: 10px;\" class=\"infra-list-item\"\u003e\n\u003cdiv class=\"infra-list-icon\"\u003e✓\u003c\/div\u003e\n\u003ch4 style=\"color: #fff;\"\u003e1x Extra-Long, Convenient USB Cable\u003c\/h4\u003e\n\u003c\/li\u003e\n\u003cli style=\"background: transparent; border-color: transparent; padding: 10px;\" class=\"infra-list-item\"\u003e\n\u003cdiv class=\"infra-list-icon\"\u003e✓\u003c\/div\u003e\n\u003ch4 style=\"color: #fff;\"\u003e1x High-Output Power Adapter\u003c\/h4\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\u003c!-- Box Contents Image --\u003e \u003cimg style=\"border: 1px solid var(--infra-border); box-shadow: 0 10px 30px rgba(255,0,60,0.2); border-radius: 16px;\" alt=\"Box Contents\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0717\/5359\/7102\/files\/S299ee2fbf7d540acbb58f2fe22d95fbda.webp\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n        document.addEventListener(\"DOMContentLoaded\", function() {\n            \/\/ 1. Scroll Reveal Animation Logic (IntersectionObserver)\n            var reveals = document.querySelectorAll('.infra-reveal');\n            var revealObserver = new IntersectionObserver(function(entries, observer) {\n                entries.forEach(function(entry) {\n                    if (entry.isIntersecting) {\n                        entry.target.classList.add('infra-active');\n                        observer.unobserve(entry.target); \n                    }\n                });\n            }, {\n                root: null,\n                threshold: 0.15,\n                rootMargin: \"0px 0px -50px 0px\"\n            });\n\n            reveals.forEach(function(reveal) {\n                reveal.classList.remove('infra-active');\n                revealObserver.observe(reveal);\n            });\n\n            \/\/ 2. 3D Mouse Parallax Effect for Desktop Only\n            \/\/ Keeps animations smooth by only running on larger screens\n            if (window.innerWidth \u003e 768) {\n                const container = document.getElementById('infra3dContainer');\n                const card = document.getElementById('infra3dCard');\n                \n                container.addEventListener('mousemove', (e) =\u003e {\n                    \/\/ Calculate coordinates relative to center\n                    const rect = container.getBoundingClientRect();\n                    const x = e.clientX - rect.left;\n                    const y = e.clientY - rect.top;\n                    \n                    const centerX = rect.width \/ 2;\n                    const centerY = rect.height \/ 2;\n                    \n                    \/\/ Convert coordinates to rotation degrees (inverted for natural feel)\n                    const rotateX = ((y - centerY) \/ centerY) * -15; \/\/ Max 15 degree tilt\n                    const rotateY = ((x - centerX) \/ centerX) * 15;\n                    \n                    card.style.transform = `rotateX(${rotateX}deg) rotateY(${rotateY}deg)`;\n                });\n                \n                \/\/ Snap back to original position when mouse leaves\n                container.addEventListener('mouseleave', () =\u003e {\n                    card.style.transform = `rotateX(0deg) rotateY(0deg)`;\n                });\n            }\n        });\n    \u003c\/script\u003e\u003c\/div\u003e","brand":"SkinGeer","offers":[{"title":"UK  Plug no Box","offer_id":48675045540014,"sku":"14:365458#UK  Plug no Box","price":4300.0,"currency_code":"EGP","in_stock":true},{"title":"EU Plug no Box","offer_id":48675045572782,"sku":"14:200004889#EU Plug no Box","price":4300.0,"currency_code":"EGP","in_stock":true},{"title":"AU  Plug no Box","offer_id":48675045605550,"sku":"14:200004870#AU  Plug no Box","price":4300.0,"currency_code":"EGP","in_stock":true},{"title":"US Plug no Box","offer_id":48675045638318,"sku":"14:350850#US Plug no Box","price":4300.0,"currency_code":"EGP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0717\/5359\/7102\/files\/Saef15a4d920543bf921be47cbf9fac36s.webp?v=1785600425","url":"https:\/\/skingeer.com\/en\/products\/infrared-light-therapy-cap","provider":"SkinGeer","version":"1.0","type":"link"}