Demon Eye LED Car Ambient Light
.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; } } ๐๏ธ Give Your Build a Signature Stare Animated Demon Eye RGB Projector Headlight Kit Transform compatible projector headlights into vivid, animated eyes with 33+ RGB modes and wireless control. ๐๏ธ Animated Iris Effect ๐จ 33+ RGB Modes ๐ฎ Wireless Remote ๐ง IP67 Housing 12V Vehicle Power CNC Aluminum Body Projector Retrofit Kit CHOOSE YOUR KIT Stock Headlights Disappear in the Crowd Your Custom Build Deserves More Than a Basic RGB Ring Wheels, 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. ๐ฅฑ Generic Front End Factory-style lighting can make a modified car look unfinished. ๐ก Static Effects Simple color rings glow, but they do not create lifelike movement. ๐ธ Easy to Miss Give night photos, meets and show displays a stronger focal point. The Difference Is Motion A More Expressive Look From Every Angle The illuminated iris uses programmed animation to create a moving-eye appearance inside compatible projector housings. 01 Animated Iris Effect Creates the dramatic appearance of an eye opening, shifting and reacting. 02 33+ RGB Modes Match colors and animated effects to your build, event or content style. 03 Wireless Remote Change color and animation without opening the hood or using wired controls. 04 Made for Show Builds Create a memorable focal point for car meets, displays and night photography. Built for a Cleaner Retrofit Automotive-Style Materials, Not a Lightweight Decorative Ring The module combines a CNC-machined aluminum housing, sealed optical-grade glass lens and 12V DC input. The housing is listed as IP67 sealed. ๐ง IP67 Housing Designed to resist dust and temporary water exposure when installed correctly. ๐งฑ CNC Aluminum Rigid metal construction supports a cleaner, more premium retrofit. ๐ Glass Front Lens Sealed optical-grade glass protects the illuminated iris assembly. โก 12V DC Input Designed around common automotive electrical systems. Compatibility Comes First Designed for Compatible Projector-Style Headlights This is a custom retrofit module, not a universal drop-in headlight bulb. Your housing must have enough internal diameter, depth and mounting clearance. ๐ฉ Before ordering, confirm your vehicle year, make, model, projector dimensions and available headlight depth. Contact the seller when fitment is uncertain. Product Specifications Measure the Space Before You Build Input12V DC Modes33+ RGB colors and animations Overall LengthApprox. 4.1 in / 104 mm Front DiameterApprox. 3.0 in / 76 mm Lens DepthApprox. 3.1 in / 81 mm WeightApprox. 0.6 kg each HousingCNC-machined aluminum LensSealed optical-grade glass Weather RatingIP67 sealed housing FitmentCompatible projector housings only Installation Overview A Custom Result Requires Opening the Headlight Installation involves removing, opening, modifying and resealing the headlight assembly. The original product information estimates approximately 2โ4 hours for an experienced installer. 1 Confirm Compatibility Measure projector diameter, depth and mounting clearance. 2 Remove and Open Disconnect vehicle power and access the projector assembly. 3 Mount and Wire Install the modules, controller and harness according to the guide. 4 Test, Aim and Reseal Test all functions before resealing and reinstalling the headlight. ๐งฐ Professional installation is recommended when you are not experienced with headlight disassembly, automotive wiring, aiming or resealing. What Is Included Core Components for the Custom Setup โ Demon Eye ModulesAnimated iris projector modules โ Wireless RemoteControls colors and effects โ Control BoxManages RGB animations โ Wiring HarnessElectrical connection hardware โ Mounting HardwareComponents used during installation โ Installation GuideSetup reference for the retrofit Driver Reactions The Stare Gets Noticed โ โ โ โ โ Jason M. โDidn't expect them to look this realistic. Everyone asks where I got them.โ โ โ โ โ โ Alex R. โInstall was easier than I thought. The moving eye effect is insane at night.โ โ โ โ โ โ Brandon K. โThe RGB colors and animations make the car stand out everywhere.โ โ โ โ โ โ Tyler M. โI couldn't even park before people started asking where I got them.โ Important Safety and Legal Guidance Build for Shows. Drive According to Local Laws. Colored, animated or flashing front lighting may be restricted on public roads. Do not interfere with normal low beam, high beam, turn signal or daytime running light functions. Disconnect the battery before electrical work and protect all wiring correctly. Improper resealing can cause condensation, water entry or beam misalignment. Aim the headlights after installation and use show effects only where legally permitted. Questions Before Ordering Frequently Asked Questions Will this kit fit every vehicle? No. It is intended for compatible projector-style headlights. Confirm your vehicle, projector dimensions, internal depth and mounting clearance before ordering. Does the iris physically move? No mechanical aperture moves inside the lens. Programmed lighting sequences create the animated moving-eye appearance. How many colors and effects are included? The kit is listed with more than 33 RGB colors, lighting modes and animations controlled by the wireless remote. How difficult is installation? Installation requires headlight removal, opening, mounting, wiring, testing, aiming and resealing. Professional installation is recommended for inexperienced users. Is the kit weather resistant? The module housing is listed as IP67 sealed. Final weather resistance also depends on protected wiring and correctly resealing the vehicle headlight. Can colored modes be used while driving? Vehicle-lighting rules vary. Many locations restrict colored, animated or flashing front lights on public roads. Use effects only where legally permitted. Stop Blending In. Give Your Car a Face. ๐๏ธ๐ฅ Choose the look, trigger the animation and turn the front of your build into something people remember. BACK TO PURCHASE OPTIONS ๐ Safe and Secure Checkout Protected Payment Order Tracking Customer Support PayPal VISA Mastercard Apple Pay
More you might like
Related
Demon Eyes Car LED
Related
Car Demon Eye Led Light
Related
Car Demon Eye Led Light
Related