Description
/* Base Variables & Reset */ .tpd-wrapper { –tpd-primary: #0065b3; –tpd-success: #10b981; –tpd-danger: #ef4444; –tpd-warning: #f59e0b; –tpd-text-main: #333333; –tpd-text-light: #666666; –tpd-bg-light: #f9f9f9; –tpd-border: #e5e5e5; –tpd-radius-card: 20px; –tpd-radius-img: 18px; –tpd-shadow: 0 8px 24px rgba(0,0,0,0.04); –tpd-shadow-hover: 0 15px 35px rgba(0,0,0,0.1); font-family: ‘DM Sans’, sans-serif; color: var(–tpd-text-main); line-height: 1.85; max-width: 1320px; margin: 0 auto; padding: 20px; box-sizing: border-box; } .tpd-wrapper * { box-sizing: border-box; } .tpd-wrapper h2, .tpd-wrapper h3, .tpd-wrapper h4 { font-family: ‘Montserrat’, sans-serif; margin-top: 0; color: var(–tpd-text-main); } .tpd-wrapper img { max-width: 100%; height: auto; display: block; border-radius: var(–tpd-radius-img); } /* Force Section Spacing */ .tpd-section { margin-top: 100px !important; margin-bottom: 100px !important; clear: both; } .tpd-section-title { font-size: 36px; font-weight: 800; text-align: center; margin-bottom: 20px !important; } .tpd-section-subtitle { font-size: 17px; color: var(–tpd-text-light); text-align: center; max-width: 800px; margin: 0 auto 50px auto !important; } /* Top Hero Title */ .tpd-hero-title { font-size: 46px; font-weight: 800; line-height: 1.25; text-align: center; margin-bottom: 30px; } /* Navigation */ .tpd-nav { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-bottom: 60px; } .tpd-nav a { text-decoration: none; color: var(–tpd-text-main); font-size: 14px; font-weight: 600; letter-spacing: 0.05em; padding: 12px 24px; border: 1px solid var(–tpd-border); border-radius: 30px; transition: all 0.3s ease; } .tpd-nav a:hover { border-color: var(–tpd-primary); color: var(–tpd-primary); background-color: var(–tpd-bg-light); } /* Product Intro – Stacked Layout */ .tpd-hero-banner { margin-bottom: 40px; } .tpd-hero-banner img { width: 100%; border-radius: var(–tpd-radius-card); box-shadow: var(–tpd-shadow); } /* Notice Box */ .tpd-notice-box { background-color: #fff3cd; border-left: 4px solid #ffc107; padding: 18px 25px; border-radius: 8px; font-size: 15px; color: #856404; display: flex; align-items: flex-start; gap: 12px; line-height: 1.6; margin-bottom: 40px; } .tpd-notice-box svg { flex-shrink: 0; margin-top: 4px; } /* Features Grid */ .tpd-intro-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-bottom: 30px; } .tpd-intro-feature { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; background: #fff; padding: 30px; border-radius: 16px; border: 1px solid var(–tpd-border); box-shadow: var(–tpd-shadow); } .tpd-intro-feature-icon { width: 44px; height: 44px; background: var(–tpd-bg-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(–tpd-primary); flex-shrink: 0; } .tpd-intro-feature h4 { font-size: 19px; margin-bottom: 0; } .tpd-intro-feature p { margin: 0; font-size: 15px; color: var(–tpd-text-light); } /* Tags */ .tpd-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 20px; } .tpd-tag { background: #e6f0f9; color: var(–tpd-primary); padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: 700; } /* Selection Guide */ .tpd-guide-container { max-width: 1200px; margin: 0 auto; } .tpd-guide-split-card { background: #fff; border: 1px solid var(–tpd-border); border-radius: var(–tpd-radius-card); padding: 50px; box-shadow: var(–tpd-shadow); margin-bottom: 80px; } .tpd-guide-split { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; } .tpd-comparison-img-wrap img { max-width: 100%; border-radius: var(–tpd-radius-img); box-shadow: var(–tpd-shadow); border: 1px solid var(–tpd-border); margin: 0 auto; } .tpd-rule-content { display: flex; flex-direction: column; gap: 30px; } .tpd-rule-card { background: var(–tpd-bg-light); border-left: 5px solid var(–tpd-primary); border-radius: 12px; padding: 30px; } .tpd-rule-card h4 { font-size: 24px; margin-bottom: 15px; color: var(–tpd-primary); } .tpd-rule-card p { margin: 0; font-size: 16px; color: var(–tpd-text-main); } .tpd-cs-box { background: #fff; border: 1px dashed #ccc; border-radius: 12px; padding: 25px; display: flex; align-items: flex-start; gap: 15px; } .tpd-cs-box svg { flex-shrink: 0; color: var(–tpd-primary); margin-top: 5px; } .tpd-cs-box p { margin: 0; font-size: 15px; color: var(–tpd-text-light); } /* Headlight Comparison Layout */ .tpd-comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; } .tpd-comp-card { background: #fff; border: 2px solid var(–tpd-border); border-radius: var(–tpd-radius-card); padding: 40px; text-align: center; position: relative; transition: all 0.3s ease; display: flex; flex-direction: column; box-shadow: var(–tpd-shadow); } .tpd-comp-card.tpd-active { border-color: var(–tpd-primary); background: linear-gradient(to bottom, #ffffff, #f0f7ff); } .tpd-comp-card h4 { font-size: 26px; margin-bottom: 25px; color: var(–tpd-text-main); } .tpd-comp-card-subtitle { font-size: 16px; font-weight: 700; color: var(–tpd-text-light); margin-bottom: 15px; text-align: left; } .tpd-comp-pn { background: #fff; border: 1px solid var(–tpd-border); padding: 20px 25px; border-radius: 12px; font-family: ‘DM Sans’, sans-serif; font-size: 15px; line-height: 1.8; text-align: left; margin-bottom: 35px; color: var(–tpd-text-main); flex-grow: 1; box-shadow: inset 0 2px 4px rgba(0,0,0,0.02); } .tpd-comp-pn ul { margin: 0; padding-left: 20px; } .tpd-comp-pn li { margin-bottom: 10px; } .tpd-comp-pn strong { color: var(–tpd-primary); font-weight: 700; } /* Specifications Table */ .tpd-specs-container { max-width: 1200px; /* Aligned with other sections */ margin: 0 auto; } .tpd-specs-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(–tpd-radius-card); overflow: hidden; box-shadow: var(–tpd-shadow); border: 1px solid var(–tpd-border); } .tpd-specs-table th, .tpd-specs-table td { padding: 18px 25px; text-align: left; border-bottom: 1px solid var(–tpd-border); font-size: 16px; } .tpd-specs-table tr:last-child th, .tpd-specs-table tr:last-child td { border-bottom: none; } .tpd-specs-table th { background-color: var(–tpd-bg-light); width: 35%; font-weight: 700; color: var(–tpd-text-main); font-family: ‘Montserrat’, sans-serif; } .tpd-specs-table td { color: var(–tpd-text-light); } /* FAQ Styles */ .tpd-faq-container { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; gap: 18px; } .tpd-faq-item { background: #fff; border: 1px solid var(–tpd-border); border-radius: 12px; overflow: hidden; box-shadow: var(–tpd-shadow); } .tpd-faq-summary { padding: 22px 30px; font-size: 19px; font-family: ‘Montserrat’, sans-serif; font-weight: 700; color: var(–tpd-text-main); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; transition: background-color 0.3s ease; } .tpd-faq-summary:hover { background-color: var(–tpd-bg-light); } .tpd-faq-summary::-webkit-details-marker { display: none; } .tpd-faq-summary::after { content: ‘+’; font-size: 26px; color: var(–tpd-primary); font-weight: 400; transition: transform 0.3s ease; } .tpd-faq-item[open] .tpd-faq-summary::after { transform: rotate(45deg); } .tpd-faq-content { padding: 0 30px 30px 30px; color: var(–tpd-text-light); font-size: 16px; line-height: 1.7; } /* Responsive Design */ @media (max-width: 768px) { .tpd-section { margin-top: 60px !important; margin-bottom: 60px !important; } .tpd-hero-title { font-size: 32px; margin-bottom: 20px; } .tpd-intro-features-grid { grid-template-columns: 1fr; gap: 20px; } .tpd-section-title { font-size: 28px; } .tpd-guide-split-card { padding: 30px 20px; } .tpd-guide-split { grid-template-columns: 1fr; gap: 40px; } .tpd-comparison { grid-template-columns: 1fr; gap: 30px; } .tpd-comp-card { padding: 30px 20px; } /* Specs Table Responsive */ .tpd-specs-table th, .tpd-specs-table td { display: block; width: 100%; padding: 15px 20px; } .tpd-specs-table th { border-bottom: none; padding-bottom: 5px; } .tpd-specs-table td { padding-top: 0; padding-bottom: 20px; } .tpd-faq-summary { font-size: 17px; padding: 18px 20px; } .tpd-faq-content { padding: 0 20px 25px 20px; } }
Model Y Juniper (2025+)
Perfect-Fit LED Headlight
Overview Version Guide Specs FAQ Important Installation Notice: Installing these headlights is a complex process that requires removing the front bumper. If you are not an experienced DIYer, we strongly recommend having a professional mechanic perform the installation.
OEM-Grade Quality
Engineered using 3D scans for a 1:1 factory fit. We use premium, UV-coated polycarbonate and durable housing to match OEM standards.
Plug & Play Installation
Factory-style connectors plug directly into your Tesla’s wiring with no modifications, cutting, or coding required.
Full Matrix Support
Restores the original brightness and supports the vehicle’s original adaptive high-beam functionality and intelligent light patterns.
Juniper 2025.3+ Direct Fit No Modification OEM Quality
How to Choose the Right Version?
Please select the correct regional standard (SAE vs ECE) to pass your local vehicle inspections.
The Rule: Check Your Country’s Standard
Headlight regulations vary by region. The main physical difference is that North American (SAE) headlights feature an amber side marker/reflector, while International (ECE) headlights usually do not.
Choosing the correct version ensures your beam pattern complies with local laws and prevents issues during MOT, TÜV, or state inspections.
Need help selecting?
If you are unsure which standard applies to your country, please contact our support team before placing your order.
SAE Version (North America)
Designed For:
- United States
- Canada
- Features required amber side reflectors
- DOT/SAE compliant beam pattern
ECE Version (International)
Designed For:
- Europe, Asia, Australia
- Middle East & Others
- Clean side profile (No amber reflector)
- ECE compliant beam pattern
Technical Specifications
Detailed technical information for the Model Y Juniper headlight assembly.
| Vehicle Fitment | Tesla Model Y ‘Juniper’ (2025-2026 Refresh) |
|---|---|
| Placement | Lower Main Lighting Unit (Split Headlight Design) |
| OEM Part Number | LH: 1918347-00-E / RH: 1918348-00-E |
| Lighting Type | Gen-2 Matrix LED (Full Adaptive Support) |
| Functionality | Adaptive High Beam & Matrix Pixel Dimming |
| Installation | 100% Plug & Play (OEM-Spec Connector) |
| Software Support | OTA Update Ready (Compatible with Firmware 2026.x) |
| Build Quality | UV-Coated Polycarbonate (Anti-Yellowing) |
Frequently Asked Questions
Find answers to the most common questions about replacing your Juniper headlights.
Q1: Is this headlight compatible with the 2025-2026 Model Y Juniper (Refresh)?
Yes. This headlight is specifically designed for the Model Y Juniper (2025+) split-headlight system. It is a direct replacement for the Lower Main Beam Unit.
LH OEM Part Number: 1918347-00-D / 1918347-00-E
RH OEM Part Number: 1918348-00-D / 1918348-00-E
Note: This unit is separate from the upper center light bar (2038294-00-C).
Q2: Does this aftermarket headlight support Matrix LED & Adaptive High Beam functions?
Absolutely. Our advanced aftermarket units are engineered to be fully compatible with Tesla’s Matrix LED protocol. When enabled in your vehicle settings, it supports pixel-level dimming and adaptive high beam patterns to avoid blinding oncoming traffic, just like the original factory unit.
Q3: Will I get error codes after installation or OTA software updates?
No. We have integrated a high-spec driver module that communicates seamlessly with the Tesla vehicle gateway. It has been tested on Firmware 2026.x to ensure no “Headlight Fault” or “AFS Error” codes appear after installation or future Over-the-Air (OTA) updates.
Q4: Do I need to perform a “Software Reinstall” after replacing the headlight?
Yes. For the vehicle to recognize the new hardware ID and calibrate the beam level, we strongly recommend entering Service Mode on your touchscreen and initiating a “Software Reinstall”. This is a standard Tesla procedure for both OEM and aftermarket headlight replacements.
Q5: What is the difference between the ECE and SAE versions?
- SAE Version: Designed for the North American market (USA/Canada), featuring the required side reflectors.
- ECE Version: Designed for Europe, Asia, and other regions, following international beam pattern standards.
Please ensure you select the correct region version to pass local vehicle inspections (e.g., MOT or TÜV).
Q6: Does it include the internal LED driver module?
Yes, our Juniper headlight comes as a complete assembly with the integrated LED driver module. It is a 100% “Plug-and-Play” solution, so you don’t need to swap modules from your old, damaged headlight.
Explore more from our collection.









Reviews
There are no reviews yet.