Descrição
.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); }
.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; }
.tpd-hero-title { font-size: 46px; font-weight: 800; line-height: 1.25; text-align: center; margin-bottom: 30px; }
.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); }
.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; }
.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); }
.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; }
.tpd-internal-link-box { background: linear-gradient(135deg, #f0f7ff 0%, #e6f0f9 100%); border: 1px solid #b3d4f0; border-radius: 16px; padding: 28px 35px; display: flex; align-items: center; gap: 20px; margin-top: 50px; }
.tpd-internal-link-box svg { flex-shrink: 0; color: var(–tpd-primary); }
.tpd-internal-link-box p { margin: 0; font-size: 15px; color: var(–tpd-text-main); line-height: 1.6; }
.tpd-internal-link-box a { color: var(–tpd-primary); font-weight: 700; text-decoration: underline; }
.tpd-specs-container { max-width: 1200px; 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); }
.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; }
@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-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; }
.tpd-internal-link-box { flex-direction: column; padding: 20px; }
}
Model Y Juniper (2025+)
Front Center LED Light Bar
1:1 OEM-Grade Mold
Engineered to factory tolerances using a 1:1 OEM-grade mold. Matches Tesla’s native three-piece front fascia design — center bar gaps align perfectly with side headlights, no warping or misalignment.
100% Plug-and-Play
Internal circuit boards and connectors are fully synchronized with Tesla’s CAN bus. Disconnect the broken unit, bolt in the new one via the original 4-bolt module, click in the factory harness — zero coding, zero error codes.
Perfect Road-Debris Replacement
The wide, exposed front center bar is a prime target for highway debris. Our OEM-spec, UV-stabilized polycarbonate lens matches original factory standards for optical clarity and impact resistance — the perfect direct-fit restoration for a cracked or pitted factory lens.
Also refreshing your Juniper’s side headlights? View the complete Model Y Juniper LED Headlight Replacement (PN 1918347 / 1918348) — the matching lower main beam units for a full front lighting refresh.
Technical Specifications
Detailed technical information for the Model Y Juniper front center LED light bar assembly.
| Vehicle Fitment | Tesla Model Y ‘Juniper’ Refresh (2025–2026) |
|---|---|
| Placement | Front Center Light Bar (Grille-Spanning DRL / Position Light) |
| OEM Part Number | 2038294-00-C / 2038294-00-E / 2038294-00-B |
| Design | Three-Piece Front Fascia — Center Bar Unit |
| Lens Material | High-Impact UV-Stabilized Polycarbonate (Anti-Chip, Anti-Haze) |
| Installation | 100% Plug & Play — 4 × 10mm Bolts + OEM Harness Connector |
| CAN Bus Compatibility | Fully Synchronized — No Fault Codes Guaranteed |
| Compatible Firmware | Tested on Tesla Firmware 2025.x / 2026.x |
Installation Advisory
Follow these steps to ensure a safe, fault-free installation.
| Step 1 — Power Off | Fully power off the vehicle via the center touchscreen before touching any lighting harness to prevent transient CAN bus diagnostic faults. |
|---|---|
| Step 2 — Access | Remove the upper frunk underhood storage liner to expose the center light bar mounting area. |
| Step 3 — Remove | Unplug the factory harness connector, then remove the four 10mm bolts securing the center bar. |
| Step 4 — Install | Seat the new unit into the original mounting module, torque the four 10mm bolts, and click the factory harness into place. |
| Step 5 — Verify | Power on the vehicle and confirm no fault codes appear on the instrument cluster. No software programming required. |
Frequently Asked Questions
Common questions about the Model Y Juniper front center LED light bar (PN 2038294).














Avaliações
Ainda não existem avaliações.