Matrix LED Headlights Replacement for Model 3/Y丨1514952/1514953
/* Base Variables & Reset */ .tpd-wrapper { --tpd-primary: #0065b3; --tpd-success: #10b981; --tpd-danger: #ef4444; --tpd-warning: #f59e0b; --tpd-text-main: #333333; --tpd-text-ligh t: #666666; --tpd-bg-light: #f9f9f9; --tpd-border: #e5e5e5; --tpd-radius-card: 20px; --tpd-radius-img: 18px; --tpd-radius-thumb: 12px; --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: 80px; } .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 */ .tpd-hero-split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; max-width: 1200px; margin: 0 auto; } .tpd-hero-img img { width: 100%; border-radius: var(--tpd-radius-img); box-shadow: 0 10px 30px rgba(0,0,0,0.08); transition: transform 0.4s ease, box-shadow 0.4s ease; } .tpd-hero-img img:hover { transform: translateY(-5px); box-shadow: var(--tpd-shadow-hover); } .tpd-hero-content { display: flex; flex-direction: column; gap: 30px; } /* 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; } .tpd-notice-box svg { flex-shrink: 0; margin-top: 4px; } /* Intro Features */ .tpd-intro-features { display: flex; flex-direction: column; gap: 25px; } .tpd-intro-feature { display: flex; align-items: flex-start; gap: 18px; } .tpd-intro-feature-icon { width: 36px; height: 36px; background: var(--tpd-bg-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--tpd-primary); flex-shrink: 0; margin-top: 2px; } .tpd-intro-feature h4 { font-size: 19px; margin-bottom: 6px; } .tpd-intro-feature p { margin: 0; font-size: 16px; color: var(--tpd-text-light); } /* 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; display: block; } /* Right Text Styles */ .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 */ .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-success); background: linear-gradient(to bottom, #ffffff, #f0fdf4); } .tpd-comp-card.tpd-inactive { border-color: var(--tpd-danger); background: linear-gradient(to bottom, #ffffff, #fef2f2); } .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 li:last-child { margin-bottom: 0; } .tpd-comp-pn strong { color: var(--tpd-primary); font-weight: 700; } .tpd-comp-card.tpd-inactive .tpd-comp-pn strong { color: var(--tpd-text-main); } .tpd-comp-footer { display: flex; flex-direction: column; align-items: center; gap: 18px; margin-top: auto; } .tpd-status-icon { width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; box-shadow: 0 4px 12px rgba(0,0,0,0.1); } .tpd-status-icon.success { background: var(--tpd-success); } .tpd-status-icon.danger { background: var(--tpd-danger); } .tpd-status-text { font-size: 20px; font-weight: 800; letter-spacing: 0.5px; } .tpd-status-text.success { color: var(--tpd-success); } .tpd-status-text.danger { color: var(--tpd-danger); } /* External Link Button */ .tpd-shop-link { display: inline-block; padding: 14px 30px; background-color: #fff; color: var(--tpd-text-main); border: 2px solid var(--tpd-border); border-radius: 30px; text-decoration: none; font-weight: 700; font-size: 15px; transition: all 0.3s ease; width: 100%; max-width: 260px; } .tpd-shop-link:hover { border-color: var(--tpd-danger); color: var(--tpd-danger); } /* Important Notes Grid */ .tpd-notes-grid { display: grid; grid-template-columns: 1fr; gap: 30px; max-width: 1200px; margin: 0 auto; } .tpd-note-card { background: #fff; border-radius: var(--tpd-radius-card); box-shadow: var(--tpd-shadow); overflow: hidden; border: 1px solid var(--tpd-border); } .tpd-note-blue { border-left: 6px solid var(--tpd-primary); } .tpd-note-orange { border-left: 6px solid var(--tpd-warning); } .tpd-note-header { display: flex; align-items: center; gap: 15px; padding: 25px 30px; background: var(--tpd-bg-light); border-bottom: 1px solid var(--tpd-border); } .tpd-note-header h3 { margin: 0; font-size: 22px; } .tpd-note-blue .tpd-note-header h3 { color: var(--tpd-primary); } .tpd-note-orange .tpd-note-header h3 { color: #d97706; } .tpd-note-body { padding: 30px; } .tpd-note-body p { margin: 0 0 15px 0; font-size: 16px; color: var(--tpd-text-light); line-height: 1.7; } .tpd-note-body h4 { font-size: 18px; color: var(--tpd-text-main); margin: 25px 0 10px 0; } .tpd-note-body h4:first-child { margin-top: 0; } /* Highlight Box */ .tpd-highlight-box { display: flex; align-items: flex-start; gap: 15px; background: #f0f7ff; padding: 20px; border-radius: 12px; margin-top: 20px; } .tpd-highlight-box p { margin: 0; color: #0c4a6e; } /* Step List */ .tpd-steps-container { display: flex; flex-direction: column; gap: 15px; margin: 20px 0; } .tpd-step-item { display: flex; align-items: flex-start; gap: 15px; background: #fffbeb; padding: 20px; border-radius: 12px; border: 1px solid #fde68a; } .tpd-step-item svg { flex-shrink: 0; color: #d97706; margin-top: 2px; } .tpd-step-item strong { display: block; color: #92400e; font-size: 17px; margin-bottom: 5px; } .tpd-step-item p { margin: 0; color: #b45309; font-size: 15px; } /* Disclaimer Box */ .tpd-disclaimer-box { margin-top: 25px; padding-top: 20px; border-top: 1px dashed var(--tpd-border); display: flex; align-items: flex-start; gap: 12px; } .tpd-disclaimer-box svg { flex-shrink: 0; color: var(--tpd-text-light); margin-top: 4px; } .tpd-disclaimer-box p { margin: 0; font-size: 14px; } /* Video Container - FIXED: Better YouTube fit with black background */ .tpd-video-container { position: relative; width: 100%; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: var(--tpd-radius-card); box-shadow: var(--tpd-shadow); max-width: 1200px; margin: 0 auto; background: #000; } .tpd-video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: var(--tpd-radius-card); border: none; } /* Video Thumbnail Navigation */ .tpd-video-nav { max-width: 1200px; margin: 20px auto 0 auto; display: flex; gap: 20px; align-items: center; } @media (min-width: 769px) { .tpd-video-nav-thumbnails { display: flex; gap: 12px; flex: 0 0 auto; } .tpd-video-nav-info { flex: 1 1 auto; padding-left: 20px; border-left: 1px solid var(--tpd-border); } .tpd-video-nav-info h4 { font-family: 'Montserrat', sans-serif; font-size: 18px; margin: 0 0 8px 0; color: var(--tpd-text-main); } .tpd-video-nav-info p { margin: 0; font-size: 15px; color: var(--tpd-text-light); line-height: 1.6; } } @media (max-width: 768px) { .tpd-video-nav { flex-direction: column; align-items: stretch; } .tpd-video-nav-thumbnails { width: 100%; display: flex; gap: 10px; overflow-x: auto; padding-bottom: 12px; } .tpd-video-nav-info { width: 100%; padding-top: 16px; border-top: 1px solid var(--tpd-border); text-align: center; } } /* Desktop Thumbnail Styles */ .tpd-thumbnail { width: 150px; min-width: 150px; height: 100px; overflow: hidden; cursor: pointer; position: relative; transition: all 0.3s ease; border: 2px solid var(--tpd-border); box-shadow: var(--tpd-shadow); background: linear-gradient(135deg, #1e3a5f 0%, #0a1628 100%); display: flex; align-items: center; justify-content: center; border-radius: var(--tpd-radius-thumb); } .tpd-thumbnail.active { border-color: var(--tpd-primary); transform: translateY(-3px); box-shadow: var(--tpd-shadow-hover); } .tpd-thumbnail:hover:not(.active) { transform: scale(1.03); box-shadow: var(--tpd-shadow-hover); } .tpd-thumbnail span { font-size: 48px; font-weight: 700; color: #ffffff; display: block; } .tpd-thumbnail-label { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(10, 22, 40, 0.85); color: white; font-size: 13px; font-weight: 600; padding: 6px 10px; text-align: center; border-bottom-left-radius: var(--tpd-radius-thumb); border-bottom-right-radius: var(--tpd-radius-thumb); } /* Mobile Thumbnail Styles - Smaller */ @media (max-width: 768px) { .tpd-thumbnail { width: 110px; min-width: 110px; height: 75px; border-radius: 10px; } .tpd-thumbnail span { font-size: 36px; } .tpd-thumbnail-label { font-size: 11px; padding: 4px 8px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } } /* 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; } /* Selling Point Tags */ .tpd-tags { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 10px; padding-top: 25px; border-top: 1px solid var(--tpd-border); } .tpd-tag { background: #e6f0f9; color: var(--tpd-primary); padding: 8px 16px; border-radius: 20px; font-size: 14px; font-weight: 700; margin-bottom: 5px; } /* 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-hero-split { grid-template-columns: 1fr; gap: 40px; } .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; } .tpd-note-header { padding: 20px; } .tpd-note-body { padding: 20px; } .tpd-step-item { flex-direction: column; gap: 10px; } .tpd-faq-summary { font-size: 17px; padding: 18px 20px; } .tpd-faq-content { padding: 0 20px 25px 20px; } } Matrix LED Headlights Replacementfor Model 3/Y Overview Selection Guide Important Notes Installation 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. Perfect OEM Replacement Designed specifically to directly replace your damaged, aged, or faulty factory Matrix LED headlights without any modifications. Plug & Play Fitment Matches the exact specifications, mounting points, and connectors of the original Tesla parts (PN: 1514952 / 1514953). Factory-Level Illumination Restores the original brightness, clear cut-off line, and full Matrix projection capabilities for optimal nighttime visibility. Direct Fit No Modification No Error Codes OEM Quality How to 100% Accurately Choose Your Headlights? Follow the golden rule below to identify your original headlights before purchasing. The Only Criterion: The Projector Lens Whether the headlight has a Projector Lens is the ONLY criterion for judging if it is a Matrix headlight. As shown in the image, Matrix headlights feature a distinct round projector lens on the outer edge, whereas Full LED headlights only have reflector bowls without any lens. Still unsure? We are here to help! If you cannot determine which headlights your car has, please take a clear, high-definition photo of your current headlights and send it to our customer service team. We will identify it for you accurately. Matrix LED (Projector Style) Common Part Numbers: Starts with: 1514952-XX-X or 1514953-XX-X North America SAE: Left 2085749-XX-X / Right 2085750-XX-X This Product Full LED Headlight (No Lens) Common Part Numbers: Starts with: 1077371-XX-X or 1077372-XX-X RHD (UK/Ireland ECE): Left 1077379-XX-X / Right 1077380-XX-X Not This Product Shop Full LED Headlights Important Notes Please read these crucial details before making your purchase. Technical Support Notice: Control Modules To ensure 100% software compatibility and stability, our headlights come pre-equipped with original-spec control modules. While these high-cost components offer the best performance, electronic sync issues can occur in very rare cases. If you encounter any module-related error during installation, please contact us immediately—we will provide a free replacement module right away. Alternatively, since our assembly is a precise 1:1 match, you can also swap in the functional module from your original headlight for an instant fix. We stand behind our hardware and will ensure your installation is successful. Pre-Purchase Notice: Europe Matrix LED Calibration Standard Replacement & Professional Alignment This premium Matrix LED assembly is a 1:1 OEM-spec replacement designed for a seamless fit. However, following Tesla's 2026.x Adaptive Lighting updates in Europe, the vehicle's software now requires an extremely precise physical alignment. If the headlight is not perfectly calibrated, the system may automatically limit projection brightness or cause blurry patterns as a safety precaution to avoid blinding oncoming traffic. Crucial Installation Steps To unlock 100% performance, you must perform a Double-Alignment: 1. Mechanical Adjustment Use the 6mm/10mm hex screw on the back of the housing to level the beam physically. 2. Software Calibration Enter Service Mode > Adjust Headlights on your Tesla touchscreen to sync the Matrix pixels with the vehicle's computer. Important Disclaimer: While our hardware is fully compatible, the final output depends on successful software synchronization with your vehicle's specific firmware version. If you have previously encountered unresolved projection or alignment issues with other replacement lights on your vehicle, please purchase with caution. We guarantee the hardware quality, but we cannot be held responsible for software-side calibration failures or third-party installation errors. Installation Guide Watch the detailed installation process. Remember, front bumper removal is required. ① Standard Installation ② Reflector to Matrix Upgrade Standard Installation Watch the complete installation process for replacing your Matrix LED headlights. Front bumper removal is required for proper installation. Frequently Asked Questions Find answers to the most common questions about replacing your headlights. How can I confirm if my Model 3/Y uses Matrix or Reflector headlights? You can identify Matrix LED Headlights by the large, circular outer projector lens. If your headlight interior consists of multiple rectangular reflective segments without a prominent lens, you have the older Reflector style. This 1514952/1514953 assembly is a direct replacement only for vehicles originally equipped with the Matrix system. Will this replacement support the Adaptive High Beam and Light Show features? Yes. Since this is an OEM-spec Matrix assembly, it fully supports Tesla's Adaptive High Beam functionality, which adjusts the light pattern to avoid blinding oncoming drivers. It is also compatible with the custom Tesla Light Show patterns, ensuring your car retains all its high-tech lighting capabilities. Is this headlight a simple plug-and-play installation? Installation is a direct bolt-on replacement using your factory mounting points and wiring harness. However, because the Model 3/Y Matrix headlights are integrated into the vehicle's computer system, you may need to perform a "Headlight Calibration" via the Tesla Service Menu on your touchscreen to ensure the beam level is perfectly aligned. What is the difference between part numbers 1514952 and 1514953? These represent the two sides of the vehicle: 1514952 corresponds to the Driver Side (Left), and 1514953 corresponds to the Passenger Side (Right). We recommend verifying the sticker on your current headlight housing to ensure the part number suffix matches your regional vehicle specifications. Can I upgrade my standard LED headlights to these Matrix LED units? Technically, yes—many owners have successfully performed this hardware swap. However, please note that this is not a simple plug-and-play upgrade. While the Matrix LED Headlights (Part #1514952 / 1514953) fit the physical mounting points, activating advanced features like Adaptive High Beam requires specialized third-party diagnostic tools (such as Teslabox) for software programming.Our Service Boundary: We guarantee the quality and functionality of the Matrix hardware itself. We do not provide technical support for the retrofitting process or software activation. The success of the upgrade depends on your own technical resources or the expertise of your local specialist shop. (function() { const thumbnails = document.querySelectorAll('.tpd-thumbnail'); const videoIframe = document.getElementById('video-iframe'); const videoTitle = document.getElementById('video-title'); const videoDescription = document.getElementById('video-description'); const videoData = [ { src: 'https://www.youtube.com/embed/P95PdQxxtlA?modestbranding=1&rel=0', title: 'Standard Installation', description: 'Watch the complete installation process for replacing your Matrix LED headlights. Front bumper removal is required for proper installation.' }, { src: 'https://www.youtube.com/embed/DQt3Gb9SvQg?modestbranding=1&rel=0', title: 'Reflector to Matrix Upgrade', description: 'Learn how to upgrade from standard reflector headlights to Matrix LED system. Includes wiring and software activation steps.' } ]; thumbnails.forEach((thumb, index) => { thumb.addEventListener('click', function() { // Remove active class from all thumbnails thumbnails.forEach(t => t.classList.remove('active')); // Add active class to clicked thumbnail this.classList.add('active'); // Update video source videoIframe.src = videoData[index].src; // Update title and description videoTitle.textContent = videoData[index].title; videoDescription.textContent = videoData[index].description; }); }); })(); { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "How can I confirm if my Model 3/Y uses Matrix or Reflector headlights?", "acceptedAnswer": { "@type": "Answer", "text": "You can identify Matrix LED Headlights by the large, circular outer projector lens. If your headlight interior consists of multiple rectangular reflective segments without a prominent lens, you have the older Reflector style." } }, { "@type": "Question", "name": "Will this replacement support the Adaptive High Beam and Light Show features?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. Since this is an OEM-spec Matrix assembly, it fully supports Tesla's Adaptive High Beam functionality and is also compatible with the custom Tesla Light Show patterns." } }, { "@type": "Question", "name": "Is this headlight a simple plug-and-play installation?", "acceptedAnswer": { "@type": "Answer", "text": "Installation is a direct bolt-on replacement using your factory mounting points and wiring harness. However, you may need to perform a Headlight Calibration via the Tesla Service Menu." } }, { "@type": "Question", "name": "What is the difference between part numbers 1514952 and 1514953?", "acceptedAnswer": { "@type": "Answer", "text": "1514952 corresponds to the Driver Side (Left), and 1514953 corresponds to the Passenger Side (Right)." } }, { "@type": "Question", "name": "Can I upgrade my standard LED headlights to these Matrix LED units?", "acceptedAnswer": { "@type": "Answer", "text": "Technically yes, but it requires specialized third-party diagnostic tools for software activation. We guarantee hardware quality but do not provide retrofitting support." } } ] }
More you might like
Related
2021-2023 Tesla Model 3 LED Matrix Headlights - Projector Le
Related
TT-ABC Led Headlights for 2015-2017 Porsche Cayenne 958.2, O
Related
TT-ABC Led Headlights for 2007-2010 Porsche Cayenne 957, Upg
Related