{"product_id":"demon-eye-led-headlight-kit","title":"Demon Eye LED Car Ambient Light","description":"\u003cstyle\u003e  .de-shell,  .de-shell * {    box-sizing: border-box;  }  .de-shell {    --de-bg: #f4f6f9;    --de-card: #ffffff;    --de-soft: #f8fafc;    --de-ink: #101828;    --de-text: #344054;    --de-muted: #667085;    --de-line: #e2e8f0;    --de-blue: #2563eb;    --de-blue-dark: #1d4ed8;    --de-red: #e5485d;    --de-violet: #7c3aed;    --de-green: #168a62;    width: 100%;    margin: 0 auto;    color: var(--de-text);    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;    line-height: 1.6;    container-type: inline-size;  }  .de-page {    width: 100%;    max-width: 980px;    margin: 0 auto;    padding: 10px;    background: var(--de-bg);    overflow: hidden;  }  .de-page img {    display: block;    width: 100% !important;    max-width: 100% !important;    height: auto !important;    margin: 0;  }  .de-card {    margin: 0 0 16px;    overflow: hidden;    border: 1px solid var(--de-line);    border-radius: 20px;    background: var(--de-card);    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.07);  }  .de-pad {    padding: 22px 18px;  }  .de-eyebrow {    display: block;    margin: 0 0 7px;    color: var(--de-blue);    font-size: 11px;    font-weight: 900;    letter-spacing: 0.11em;    line-height: 1.35;    text-transform: uppercase;  }  .de-display {    margin: 0;    color: var(--de-ink);    font-size: clamp(30px, 7.8vw, 48px);    font-weight: 950;    letter-spacing: -0.045em;    line-height: 1.03;  }  .de-heading {    margin: 0;    color: var(--de-ink);    font-size: clamp(23px, 5.7vw, 34px);    font-weight: 900;    letter-spacing: -0.03em;    line-height: 1.16;  }  .de-subheading {    margin: 9px 0 0;    color: var(--de-muted);    font-size: 14px;    font-weight: 650;    line-height: 1.62;  }  .de-copy {    margin: 10px 0 0;    color: var(--de-muted);    font-size: 13.5px;    line-height: 1.7;  }  .de-badges {    display: flex;    flex-wrap: wrap;    gap: 8px;    margin: 16px 0 0;  }  .de-badge {    display: inline-flex;    align-items: center;    min-height: 32px;    padding: 7px 11px;    border: 1px solid #d7dfeb;    border-radius: 999px;    background: var(--de-soft);    color: #344054;    font-size: 11.5px;    font-weight: 850;    line-height: 1.2;  }  .de-badge--main {    border-color: var(--de-blue);    background: var(--de-blue);    color: #ffffff;  }  .de-btn {    display: inline-flex;    align-items: center;    justify-content: center;    width: 100%;    min-height: 52px;    margin: 18px 0 0;    padding: 14px 22px;    border: 1px solid var(--de-blue-dark);    border-radius: 999px;    background: var(--de-blue);    color: #ffffff !important;    box-shadow: 0 5px 0 var(--de-blue-dark);    font-size: 14px;    font-weight: 950;    letter-spacing: 0.02em;    line-height: 1.2;    text-align: center;    text-decoration: none !important;    transition: transform 0.15s ease, box-shadow 0.15s ease;  }  .de-btn:hover {    transform: translateY(1px);    box-shadow: 0 4px 0 var(--de-blue-dark);  }  .de-media {    overflow: hidden;    margin: 16px 0 0;    border: 1px solid #dbe3ed;    border-radius: 15px;    background: #eef2f7;    line-height: 0;  }  .de-hero {    background:      radial-gradient(circle at 88% 8%, rgba(37, 99, 235, 0.11), transparent 32%),      linear-gradient(150deg, #ffffff 0%, #f7f9fd 100%);  }  .de-hero-grid {    display: grid;    gap: 18px;    align-items: center;  }  .de-proof {    display: grid;    grid-template-columns: repeat(3, minmax(0, 1fr));    gap: 7px;    margin: 16px 0 0;  }  .de-proof-item {    min-width: 0;    padding: 11px 6px;    border: 1px solid var(--de-line);    border-radius: 12px;    background: rgba(255, 255, 255, 0.82);    color: var(--de-text);    font-size: 10.5px;    font-weight: 850;    line-height: 1.35;    text-align: center;  }  .de-grid {    display: grid;    gap: 10px;    margin: 17px 0 0;  }  .de-grid--3 {    grid-template-columns: 1fr;  }  .de-grid--2 {    grid-template-columns: 1fr;  }  .de-tile {    min-width: 0;    padding: 15px;    border: 1px solid var(--de-line);    border-radius: 14px;    background: var(--de-soft);  }  .de-tile strong {    display: block;    margin: 0 0 5px;    color: var(--de-ink);    font-size: 14px;    font-weight: 900;    line-height: 1.35;  }  .de-tile span {    display: block;    color: var(--de-muted);    font-size: 12px;    line-height: 1.55;  }  .de-feature {    position: relative;    padding-top: 47px;  }  .de-feature-num {    position: absolute;    top: 14px;    left: 15px;    color: var(--de-blue);    font-size: 22px;    font-weight: 950;    letter-spacing: -0.04em;    line-height: 1;  }  .de-feature:nth-child(2) .de-feature-num {    color: var(--de-violet);  }  .de-feature:nth-child(3) .de-feature-num {    color: var(--de-red);  }  .de-feature:nth-child(4) .de-feature-num {    color: var(--de-green);  }  .de-callout {    margin: 15px 0 0;    padding: 14px 15px;    border: 1px solid #bfdbfe;    border-left: 4px solid var(--de-blue);    border-radius: 0 13px 13px 0;    background: #eff6ff;    color: #3b506d;    font-size: 12.2px;    font-weight: 650;    line-height: 1.58;  }  .de-callout--warning {    border-color: #fed7aa;    border-left-color: #ea580c;    background: #fff7ed;    color: #7c3f17;  }  .de-split {    display: grid;    gap: 17px;    align-items: center;  }  .de-spec-grid {    display: grid;    grid-template-columns: repeat(2, minmax(0, 1fr));    gap: 9px;    margin: 16px 0 0;  }  .de-spec {    min-width: 0;    padding: 13px;    border: 1px solid var(--de-line);    border-radius: 12px;    background: var(--de-soft);  }  .de-spec span {    display: block;    margin: 0 0 4px;    color: #8793a5;    font-size: 9.5px;    font-weight: 900;    letter-spacing: 0.08em;    line-height: 1.35;    text-transform: uppercase;  }  .de-spec b {    display: block;    color: #273449;    font-size: 12px;    line-height: 1.45;  }  .de-steps {    display: grid;    gap: 10px;    margin: 16px 0 0;  }  .de-step {    display: flex;    gap: 12px;    align-items: flex-start;    padding: 14px;    border: 1px solid var(--de-line);    border-radius: 13px;    background: var(--de-soft);  }  .de-step-num {    display: flex;    flex: 0 0 32px;    align-items: center;    justify-content: center;    width: 32px;    height: 32px;    border-radius: 50%;    background: var(--de-blue);    color: #ffffff;    font-size: 13px;    font-weight: 950;  }  .de-step strong {    display: block;    color: var(--de-ink);    font-size: 13px;    line-height: 1.4;  }  .de-step span {    display: block;    margin: 3px 0 0;    color: var(--de-muted);    font-size: 11.5px;    line-height: 1.5;  }  .de-package {    display: grid;    grid-template-columns: 1fr;    gap: 9px;    margin: 16px 0 0;  }  .de-package-item {    display: flex;    gap: 10px;    align-items: flex-start;    padding: 13px;    border: 1px solid var(--de-line);    border-radius: 12px;    background: var(--de-soft);  }  .de-check {    display: flex;    flex: 0 0 24px;    align-items: center;    justify-content: center;    width: 24px;    height: 24px;    border-radius: 50%;    background: #dcfce7;    color: #15803d;    font-size: 12px;    font-weight: 950;  }  .de-package-item strong {    display: block;    color: var(--de-ink);    font-size: 12.8px;    line-height: 1.4;  }  .de-package-item span {    display: block;    margin: 2px 0 0;    color: var(--de-muted);    font-size: 11.3px;    line-height: 1.45;  }  .de-reviews {    display: grid;    gap: 10px;    margin: 16px 0 0;  }  .de-review {    overflow: hidden;    border: 1px solid var(--de-line);    border-radius: 14px;    background: var(--de-soft);  }  .de-review-copy {    padding: 14px;  }  .de-stars {    color: #e7a40c;    font-size: 13px;    letter-spacing: 1px;    line-height: 1;  }  .de-review strong {    display: block;    margin: 7px 0 0;    color: var(--de-ink);    font-size: 12.8px;  }  .de-review p {    margin: 6px 0 0;    color: var(--de-muted);    font-size: 12px;    line-height: 1.58;  }  .de-faq details {    margin: 0 0 9px;    overflow: hidden;    border: 1px solid var(--de-line);    border-radius: 12px;    background: #ffffff;  }  .de-faq details:last-child {    margin-bottom: 0;  }  .de-faq summary {    position: relative;    padding: 14px 42px 14px 14px;    color: #273449;    cursor: pointer;    font-size: 13px;    font-weight: 850;    line-height: 1.45;    list-style: none;  }  .de-faq summary::-webkit-details-marker {    display: none;  }  .de-faq summary::after {    content: \"+\";    position: absolute;    top: 50%;    right: 16px;    color: var(--de-blue);    font-size: 22px;    font-weight: 850;    transform: translateY(-50%);  }  .de-faq details[open] summary::after {    content: \"−\";  }  .de-answer {    padding: 0 14px 14px;    color: var(--de-muted);    font-size: 12.2px;    line-height: 1.62;  }  .de-legal {    border-color: #f1d6cc;    background: #fffaf7;  }  .de-legal-list {    margin: 13px 0 0;    padding: 0;    list-style: none;  }  .de-legal-list li {    position: relative;    margin: 0 0 8px;    padding-left: 23px;    color: #71594f;    font-size: 11.8px;    line-height: 1.55;  }  .de-legal-list li:last-child {    margin-bottom: 0;  }  .de-legal-list li::before {    content: \"•\";    position: absolute;    top: 0;    left: 6px;    color: var(--de-red);    font-size: 17px;    font-weight: 950;  }  .de-final {    margin: 0 0 16px;    padding: 28px 18px;    border: 1px solid #c7d7fe;    border-radius: 20px;    background:      radial-gradient(circle at 15% 10%, rgba(124, 58, 237, 0.13), transparent 30%),      linear-gradient(145deg, #eff6ff, #f5f3ff);    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);    text-align: center;  }  .de-final strong {    display: block;    color: var(--de-ink);    font-size: clamp(24px, 6vw, 34px);    font-weight: 950;    letter-spacing: -0.035em;    line-height: 1.14;  }  .de-final span {    display: block;    max-width: 620px;    margin: 9px auto 0;    color: var(--de-muted);    font-size: 12.8px;    line-height: 1.6;  }  .de-trust {    padding: 16px 12px;    border: 1px solid var(--de-line);    border-radius: 16px;    background: #ffffff;    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);    text-align: center;  }  .de-trust-title {    color: #344054;    font-size: 11px;    font-weight: 900;    letter-spacing: 0.08em;    text-transform: uppercase;  }  .de-trust-grid {    display: grid;    grid-template-columns: repeat(3, minmax(0, 1fr));    gap: 7px;    margin: 11px 0 0;  }  .de-trust-item {    padding: 10px 5px;    border: 1px solid var(--de-line);    border-radius: 10px;    background: var(--de-soft);    color: #475467;    font-size: 10px;    font-weight: 850;    line-height: 1.35;  }  .de-pay-row {    display: flex;    flex-wrap: wrap;    justify-content: center;    gap: 6px;    margin: 10px 0 0;  }  .de-pay {    min-width: 61px;    padding: 6px 8px;    border: 1px solid #d7dee8;    border-radius: 7px;    background: #ffffff;    color: #111827;    font-size: 10px;    font-weight: 950;    line-height: 1.1;    text-align: center;  }  @container (min-width: 560px) {    .de-page {      padding: 14px;    }    .de-pad {      padding: 27px 25px;    }    .de-grid--3 {      grid-template-columns: repeat(3, minmax(0, 1fr));    }    .de-grid--2,    .de-package,    .de-reviews {      grid-template-columns: repeat(2, minmax(0, 1fr));    }    .de-btn {      width: auto;      min-width: 240px;    }  }  @container (min-width: 760px) {    .de-hero-grid,    .de-split {      grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);      gap: 28px;    }    .de-hero .de-media,    .de-split .de-media {      margin-top: 0;    }    .de-grid--2 {      grid-template-columns: repeat(4, minmax(0, 1fr));    }    .de-spec-grid {      grid-template-columns: repeat(5, minmax(0, 1fr));    }    .de-steps {      grid-template-columns: repeat(2, minmax(0, 1fr));    }    .de-package {      grid-template-columns: repeat(3, minmax(0, 1fr));    }  }  @media (max-width: 420px) {    .de-page {      padding: 8px;    }    .de-pad {      padding: 20px 15px;    }    .de-proof {      grid-template-columns: 1fr;    }    .de-spec-grid {      grid-template-columns: 1fr 1fr;    }    .de-trust-grid {      grid-template-columns: 1fr;    }  }\u003c\/style\u003e\n\u003cdiv class=\"de-shell\"\u003e\n\u003cdiv class=\"de-page\" id=\"demon-eye-details\"\u003e\n\u003csection class=\"de-card de-hero\"\u003e\n\u003cdiv class=\"de-pad\"\u003e\n\u003cdiv class=\"de-hero-grid\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"de-eyebrow\"\u003e👁️ Give Your Build a Signature Stare\u003c\/span\u003e\n\u003ch2 class=\"de-display\"\u003eAnimated Demon Eye RGB Projector Headlight Kit\u003c\/h2\u003e\n\u003cp class=\"de-subheading\"\u003eTransform compatible projector headlights into vivid, animated eyes with 33+ RGB modes and wireless control.\u003c\/p\u003e\n\u003cdiv class=\"de-badges\"\u003e\n\u003cspan class=\"de-badge de-badge--main\"\u003e👁️ Animated Iris Effect\u003c\/span\u003e \u003cspan class=\"de-badge\"\u003e🎨 33+ RGB Modes\u003c\/span\u003e \u003cspan class=\"de-badge\"\u003e🎮 Wireless Remote\u003c\/span\u003e \u003cspan class=\"de-badge\"\u003e💧 IP67 Housing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"de-proof\"\u003e\n\u003cdiv class=\"de-proof-item\"\u003e12V Vehicle Power\u003c\/div\u003e\n\u003cdiv class=\"de-proof-item\"\u003eCNC Aluminum Body\u003c\/div\u003e\n\u003cdiv class=\"de-proof-item\"\u003eProjector Retrofit Kit\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"de-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/3952\/0643\/files\/ChatGPT_Image_2026_8_4__13_15_36__5.png?v=1785894195\" alt=\"Animated Demon Eye RGB projector headlight kit\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cbr\u003e\n\u003csection class=\"de-card\"\u003e\n\u003cdiv class=\"de-pad\"\u003e\n\u003cspan class=\"de-eyebrow\"\u003eStock Headlights Disappear in the Crowd\u003c\/span\u003e\n\u003ch2 class=\"de-heading\"\u003eYour Custom Build Deserves More Than a Basic RGB Ring\u003c\/h2\u003e\n\u003cp class=\"de-copy\"\u003eWheels, bodywork and performance upgrades create the build. A static front end can still make it feel unfinished. Demon Eye animation adds the expression and movement that ordinary accent lighting cannot.\u003c\/p\u003e\n\u003cdiv class=\"de-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/3952\/0643\/files\/ChatGPT_Image_2026_8_4__13_10_55__2.png?v=1785894191\" alt=\"Custom car with animated Demon Eye projector headlights\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"de-grid de-grid--3\"\u003e\n\u003cdiv class=\"de-tile\"\u003e\n\u003cstrong\u003e🥱 Generic Front End\u003c\/strong\u003e \u003cspan\u003eFactory-style lighting can make a modified car look unfinished.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"de-tile\"\u003e\n\u003cstrong\u003e💡 Static Effects\u003c\/strong\u003e \u003cspan\u003eSimple color rings glow, but they do not create lifelike movement.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"de-tile\"\u003e\n\u003cstrong\u003e📸 Easy to Miss\u003c\/strong\u003e \u003cspan\u003eGive night photos, meets and show displays a stronger focal point.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cbr\u003e\n\u003csection class=\"de-card\"\u003e\n\u003cdiv class=\"de-pad\"\u003e\n\u003cspan class=\"de-eyebrow\"\u003eThe Difference Is Motion\u003c\/span\u003e\n\u003ch2 class=\"de-heading\"\u003eA More Expressive Look From Every Angle\u003c\/h2\u003e\n\u003cp class=\"de-copy\"\u003eThe illuminated iris uses programmed animation to create a moving-eye appearance inside compatible projector housings.\u003c\/p\u003e\n\u003cdiv class=\"de-grid de-grid--2\"\u003e\n\u003cdiv class=\"de-tile de-feature\"\u003e\n\u003cspan class=\"de-feature-num\"\u003e01\u003c\/span\u003e \u003cstrong\u003eAnimated Iris Effect\u003c\/strong\u003e \u003cspan\u003eCreates the dramatic appearance of an eye opening, shifting and reacting.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"de-tile de-feature\"\u003e\n\u003cspan class=\"de-feature-num\"\u003e02\u003c\/span\u003e \u003cstrong\u003e33+ RGB Modes\u003c\/strong\u003e \u003cspan\u003eMatch colors and animated effects to your build, event or content style.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"de-tile de-feature\"\u003e\n\u003cspan class=\"de-feature-num\"\u003e03\u003c\/span\u003e \u003cstrong\u003eWireless Remote\u003c\/strong\u003e \u003cspan\u003eChange color and animation without opening the hood or using wired controls.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"de-tile de-feature\"\u003e\n\u003cspan class=\"de-feature-num\"\u003e04\u003c\/span\u003e \u003cstrong\u003eMade for Show Builds\u003c\/strong\u003e \u003cspan\u003eCreate a memorable focal point for car meets, displays and night photography.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"de-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/3952\/0643\/files\/8_3_2.gif?v=1785826538\" alt=\"Animated Demon Eye iris lighting effect\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cbr\u003e\n\u003csection class=\"de-card\"\u003e\n\u003cdiv class=\"de-pad\"\u003e\n\u003cdiv class=\"de-split\"\u003e\n\u003cdiv\u003e\n\u003cspan class=\"de-eyebrow\"\u003eBuilt for a Cleaner Retrofit\u003c\/span\u003e\n\u003ch2 class=\"de-heading\"\u003eAutomotive-Style Materials, Not a Lightweight Decorative Ring\u003c\/h2\u003e\n\u003cp class=\"de-copy\"\u003eThe module combines a CNC-machined aluminum housing, sealed optical-grade glass lens and 12V DC input. The housing is listed as IP67 sealed.\u003c\/p\u003e\n\u003cdiv class=\"de-grid de-grid--2\"\u003e\n\u003cdiv class=\"de-tile\"\u003e\n\u003cstrong\u003e💧 IP67 Housing\u003c\/strong\u003e \u003cspan\u003eDesigned to resist dust and temporary water exposure when installed correctly.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"de-tile\"\u003e\n\u003cstrong\u003e🧱 CNC Aluminum\u003c\/strong\u003e \u003cspan\u003eRigid metal construction supports a cleaner, more premium retrofit.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"de-tile\"\u003e\n\u003cstrong\u003e🔍 Glass Front Lens\u003c\/strong\u003e \u003cspan\u003eSealed optical-grade glass protects the illuminated iris assembly.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"de-tile\"\u003e\n\u003cstrong\u003e⚡ 12V DC Input\u003c\/strong\u003e \u003cspan\u003eDesigned around common automotive electrical systems.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"de-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/3952\/0643\/files\/ChatGPT_Image_2026_8_4__13_15_34__1.png?v=1785894245\" alt=\"CNC aluminum Demon Eye projector module construction\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cbr\u003e\n\u003csection class=\"de-card\"\u003e\n\u003cdiv class=\"de-pad\"\u003e\n\u003cspan class=\"de-eyebrow\"\u003eCompatibility Comes First\u003c\/span\u003e\n\u003ch2 class=\"de-heading\"\u003eDesigned for Compatible Projector-Style Headlights\u003c\/h2\u003e\n\u003cp class=\"de-copy\"\u003eThis is a custom retrofit module, not a universal drop-in headlight bulb. Your housing must have enough internal diameter, depth and mounting clearance.\u003c\/p\u003e\n\u003cdiv class=\"de-callout de-callout--warning\"\u003e📩 Before ordering, confirm your vehicle year, make, model, projector dimensions and available headlight depth. Contact the seller when fitment is uncertain.\u003c\/div\u003e\n\u003cdiv class=\"de-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/3952\/0643\/files\/8_3_3.gif?v=1785826538\" alt=\"Demon Eye projector headlight fitment demonstration\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cbr\u003e\n\u003csection class=\"de-card\"\u003e\n\u003cdiv class=\"de-pad\"\u003e\n\u003cspan class=\"de-eyebrow\"\u003eProduct Specifications\u003c\/span\u003e\n\u003ch2 class=\"de-heading\"\u003eMeasure the Space Before You Build\u003c\/h2\u003e\n\u003cdiv class=\"de-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/3952\/0643\/files\/ChatGPT_Image_2026_8_4__13_10_57__6.png?v=1785894203\" alt=\"Demon Eye projector module dimensions\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"de-spec-grid\"\u003e\n\u003cdiv class=\"de-spec\"\u003e\n\u003cspan\u003eInput\u003c\/span\u003e\u003cb\u003e12V DC\u003c\/b\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"de-spec\"\u003e\n\u003cspan\u003eModes\u003c\/span\u003e\u003cb\u003e33+ RGB colors and animations\u003c\/b\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"de-spec\"\u003e\n\u003cspan\u003eOverall Length\u003c\/span\u003e\u003cb\u003eApprox. 4.1 in \/ 104 mm\u003c\/b\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"de-spec\"\u003e\n\u003cspan\u003eFront Diameter\u003c\/span\u003e\u003cb\u003eApprox. 3.0 in \/ 76 mm\u003c\/b\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"de-spec\"\u003e\n\u003cspan\u003eLens Depth\u003c\/span\u003e\u003cb\u003eApprox. 3.1 in \/ 81 mm\u003c\/b\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"de-spec\"\u003e\n\u003cspan\u003eWeight\u003c\/span\u003e\u003cb\u003eApprox. 0.6 kg each\u003c\/b\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"de-spec\"\u003e\n\u003cspan\u003eHousing\u003c\/span\u003e\u003cb\u003eCNC-machined aluminum\u003c\/b\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"de-spec\"\u003e\n\u003cspan\u003eLens\u003c\/span\u003e\u003cb\u003eSealed optical-grade glass\u003c\/b\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"de-spec\"\u003e\n\u003cspan\u003eWeather Rating\u003c\/span\u003e\u003cb\u003eIP67 sealed housing\u003c\/b\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"de-spec\"\u003e\n\u003cspan\u003eFitment\u003c\/span\u003e\u003cb\u003eCompatible projector housings only\u003c\/b\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cbr\u003e\n\u003csection class=\"de-card\"\u003e\n\u003cdiv class=\"de-pad\"\u003e\n\u003cspan class=\"de-eyebrow\"\u003eInstallation Overview\u003c\/span\u003e\n\u003ch2 class=\"de-heading\"\u003eA Custom Result Requires Opening the Headlight\u003c\/h2\u003e\n\u003cp class=\"de-copy\"\u003eInstallation involves removing, opening, modifying and resealing the headlight assembly. The original product information estimates approximately 2–4 hours for an experienced installer.\u003c\/p\u003e\n\u003cdiv class=\"de-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/3952\/0643\/files\/ChatGPT_Image_2026_8_4__13_10_58__7.png?v=1785894199\" alt=\"Demon Eye projector kit installation steps\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"de-steps\"\u003e\n\u003cdiv class=\"de-step\"\u003e\n\u003cdiv class=\"de-step-num\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eConfirm Compatibility\u003c\/strong\u003e \u003cspan\u003eMeasure projector diameter, depth and mounting clearance.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"de-step\"\u003e\n\u003cdiv class=\"de-step-num\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eRemove and Open\u003c\/strong\u003e \u003cspan\u003eDisconnect vehicle power and access the projector assembly.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"de-step\"\u003e\n\u003cdiv class=\"de-step-num\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eMount and Wire\u003c\/strong\u003e \u003cspan\u003eInstall the modules, controller and harness according to the guide.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"de-step\"\u003e\n\u003cdiv class=\"de-step-num\"\u003e4\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eTest, Aim and Reseal\u003c\/strong\u003e \u003cspan\u003eTest all functions before resealing and reinstalling the headlight.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"de-callout\"\u003e🧰 Professional installation is recommended when you are not experienced with headlight disassembly, automotive wiring, aiming or resealing.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cbr\u003e\n\u003csection class=\"de-card\"\u003e\n\u003cdiv class=\"de-pad\"\u003e\n\u003cspan class=\"de-eyebrow\"\u003eWhat Is Included\u003c\/span\u003e\n\u003ch2 class=\"de-heading\"\u003eCore Components for the Custom Setup\u003c\/h2\u003e\n\u003cdiv class=\"de-package\"\u003e\n\u003cdiv class=\"de-package-item\"\u003e\n\u003cdiv class=\"de-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eDemon Eye Modules\u003c\/strong\u003e\u003cspan\u003eAnimated iris projector modules\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"de-package-item\"\u003e\n\u003cdiv class=\"de-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eWireless Remote\u003c\/strong\u003e\u003cspan\u003eControls colors and effects\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"de-package-item\"\u003e\n\u003cdiv class=\"de-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eControl Box\u003c\/strong\u003e\u003cspan\u003eManages RGB animations\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"de-package-item\"\u003e\n\u003cdiv class=\"de-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eWiring Harness\u003c\/strong\u003e\u003cspan\u003eElectrical connection hardware\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"de-package-item\"\u003e\n\u003cdiv class=\"de-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eMounting Hardware\u003c\/strong\u003e\u003cspan\u003eComponents used during installation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"de-package-item\"\u003e\n\u003cdiv class=\"de-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eInstallation Guide\u003c\/strong\u003e\u003cspan\u003eSetup reference for the retrofit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cbr\u003e\n\u003csection class=\"de-card\"\u003e\n\u003cdiv class=\"de-pad\"\u003e\n\u003cspan class=\"de-eyebrow\"\u003eDriver Reactions\u003c\/span\u003e\n\u003ch2 class=\"de-heading\"\u003eThe Stare Gets Noticed\u003c\/h2\u003e\n\u003cdiv class=\"de-reviews\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/3952\/0643\/files\/DM_20260804143021_001.png?v=1785826654\" alt=\"Customer Demon Eye headlight installation\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003cdiv class=\"de-review-copy\"\u003e\n\u003cdiv class=\"de-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cstrong\u003eJason M.\u003c\/strong\u003e\n\u003cp\u003e“Didn't expect them to look this realistic. Everyone asks where I got them.”\u003c\/p\u003e\n\u003c\/div\u003e\n\u003carticle class=\"de-review\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/3952\/0643\/files\/DM_20260804143025_001.png?v=1785826654\" alt=\"Customer car with animated Demon Eye headlights\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003cdiv class=\"de-review-copy\"\u003e\n\u003cdiv class=\"de-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cstrong\u003eAlex R.\u003c\/strong\u003e\n\u003cp\u003e“Install was easier than I thought. The moving eye effect is insane at night.”\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"de-review\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/3952\/0643\/files\/DM_20260804143021_001.png?v=1785826654\" alt=\"RGB Demon Eye projector lights at night\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003cdiv class=\"de-review-copy\"\u003e\n\u003cdiv class=\"de-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cstrong\u003eBrandon K.\u003c\/strong\u003e\n\u003cp\u003e“The RGB colors and animations make the car stand out everywhere.”\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"de-review\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0727\/3952\/0643\/files\/DM_20260804143022_001.png?v=1785826653\" alt=\"Demon Eye headlight kit customer result\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003cdiv class=\"de-review-copy\"\u003e\n\u003cdiv class=\"de-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cstrong\u003eTyler M.\u003c\/strong\u003e\n\u003cp\u003e“I couldn't even park before people started asking where I got them.”\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cbr\u003e\n\u003csection class=\"de-card de-legal\"\u003e\n\u003cdiv class=\"de-pad\"\u003e\n\u003cspan class=\"de-eyebrow\" style=\"color: #d94459;\"\u003eImportant Safety and Legal Guidance\u003c\/span\u003e\n\u003ch2 class=\"de-heading\"\u003eBuild for Shows. Drive According to Local Laws.\u003c\/h2\u003e\n\u003cul class=\"de-legal-list\"\u003e\n\u003cli\u003eColored, animated or flashing front lighting may be restricted on public roads.\u003c\/li\u003e\n\u003cli\u003eDo not interfere with normal low beam, high beam, turn signal or daytime running light functions.\u003c\/li\u003e\n\u003cli\u003eDisconnect the battery before electrical work and protect all wiring correctly.\u003c\/li\u003e\n\u003cli\u003eImproper resealing can cause condensation, water entry or beam misalignment.\u003c\/li\u003e\n\u003cli\u003eAim the headlights after installation and use show effects only where legally permitted.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\nFAQ\n\u003csection class=\"de-card\"\u003e\n\u003cdiv class=\"de-pad de-faq\"\u003e\n\u003cspan class=\"de-eyebrow\"\u003eQuestions Before Ordering\u003c\/span\u003e\n\u003ch2 class=\"de-heading\" style=\"margin-bottom: 16px;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWill this kit fit every vehicle?\u003c\/summary\u003e\n\u003cdiv class=\"de-answer\"\u003eNo. It is intended for compatible projector-style headlights. Confirm your vehicle, projector dimensions, internal depth and mounting clearance before ordering.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the iris physically move?\u003c\/summary\u003e\n\u003cdiv class=\"de-answer\"\u003eNo mechanical aperture moves inside the lens. Programmed lighting sequences create the animated moving-eye appearance.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many colors and effects are included?\u003c\/summary\u003e\n\u003cdiv class=\"de-answer\"\u003eThe kit is listed with more than 33 RGB colors, lighting modes and animations controlled by the wireless remote.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow difficult is installation?\u003c\/summary\u003e\n\u003cdiv class=\"de-answer\"\u003eInstallation requires headlight removal, opening, mounting, wiring, testing, aiming and resealing. Professional installation is recommended for inexperienced users.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the kit weather resistant?\u003c\/summary\u003e\n\u003cdiv class=\"de-answer\"\u003eThe module housing is listed as IP67 sealed. Final weather resistance also depends on protected wiring and correctly resealing the vehicle headlight.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan colored modes be used while driving?\u003c\/summary\u003e\n\u003cdiv class=\"de-answer\"\u003eVehicle-lighting rules vary. Many locations restrict colored, animated or flashing front lights on public roads. Use effects only where legally permitted.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cbr\u003e\n\u003csection class=\"de-final\"\u003e\u003cstrong\u003eStop Blending In. Give Your Car a Face. 👁️🔥\u003c\/strong\u003e \u003cspan\u003eChoose the look, trigger the animation and turn the front of your build into something people remember.\u003c\/span\u003e \u003ca class=\"de-btn\" href=\"#MainContent\"\u003eBACK TO PURCHASE OPTIONS\u003c\/a\u003e\u003c\/section\u003e\n\u003cbr\u003e\n\u003cdiv class=\"de-trust\"\u003e\n\u003cdiv class=\"de-trust-title\"\u003e🔒 Safe and Secure Checkout\u003c\/div\u003e\n\u003cdiv class=\"de-trust-grid\"\u003e\n\u003cdiv class=\"de-trust-item\"\u003eProtected Payment\u003c\/div\u003e\n\u003cdiv class=\"de-trust-item\"\u003eOrder Tracking\u003c\/div\u003e\n\u003cdiv class=\"de-trust-item\"\u003eCustomer Support\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"de-pay-row\"\u003e\n\u003cspan class=\"de-pay\"\u003e\u003cspan style=\"color: #003087;\"\u003ePay\u003c\/span\u003e\u003cspan style=\"color: #0079c1;\"\u003ePal\u003c\/span\u003e\u003c\/span\u003e \u003cspan class=\"de-pay\" style=\"background: #174ea6; color: #fff; border-color: #174ea6;\"\u003eVISA\u003c\/span\u003e \u003cspan class=\"de-pay\" style=\"background: #111; color: #fff; border-color: #111;\"\u003eMastercard\u003c\/span\u003e \u003cspan class=\"de-pay\" style=\"background: #000; color: #fff; border-color: #000;\"\u003eApple Pay\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"mySite","offers":[{"title":"1 kit (2 Headlights)","offer_id":54538479173973,"sku":"QWLWM26080503","price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0986\/1231\/4453\/files\/ChatGPT_Image_2026_8_4__13_15_35__2.png?v=1785926575","url":"https:\/\/myranco.com\/products\/demon-eye-led-headlight-kit","provider":"Myranco","version":"1.0","type":"link"}