{"product_id":"tesla-led-headlight-assembly-for-model-s","title":"TESERY LED Headlight Assembly for Model S (16-22)","description":"\u003c!-- Import Google Fonts --\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:wght@400;500;600;700\u0026amp;family=Montserrat:wght@700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  \/* === Base Variables \u0026 Reset === *\/\n  .tpd-wrapper {\n    --tpd-primary: #0065b3;\n    --tpd-success: #10b981;\n    --tpd-danger: #ef4444;\n    --tpd-warning: #f59e0b;\n    --tpd-text-main: #333333;\n    --tpd-text-light: #666666;\n    --tpd-bg-light: #f9f9f9;\n    --tpd-border: #e5e5e5;\n    --tpd-radius-card: 20px;\n    --tpd-radius-img: 18px;\n    --tpd-shadow: 0 8px 24px rgba(0,0,0,0.04);\n    --tpd-shadow-hover: 0 15px 35px rgba(0,0,0,0.1);\n    \n    font-family: 'DM Sans', sans-serif;\n    color: var(--tpd-text-main);\n    line-height: 1.85;\n    max-width: 1320px;\n    margin: 0 auto;\n    padding: 20px 0;\n    box-sizing: border-box;\n  }\n  .tpd-wrapper * {\n    box-sizing: border-box;\n  }\n  .tpd-wrapper h2, .tpd-wrapper h3, .tpd-wrapper h4 {\n    font-family: 'Montserrat', sans-serif;\n    margin-top: 0;\n    color: var(--tpd-text-main);\n  }\n  .tpd-wrapper img {\n    max-width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--tpd-radius-img);\n  }\n  \n  \/* Force Section Spacing *\/\n  .tpd-section {\n    margin-top: 80px !important;\n    margin-bottom: 80px !important;\n    clear: both;\n  }\n  .tpd-section-title {\n    font-size: 36px;\n    font-weight: 800;\n    text-align: center;\n    margin-bottom: 20px !important;\n  }\n  .tpd-section-subtitle {\n    font-size: 17px;\n    color: var(--tpd-text-light);\n    text-align: center;\n    max-width: 800px;\n    margin: 0 auto 50px auto !important;\n  }\n\n  \/* Navigation *\/\n  .tpd-nav {\n    display: flex;\n    justify-content: center;\n    gap: 15px;\n    flex-wrap: wrap;\n    margin-bottom: 60px;\n  }\n  .tpd-nav a {\n    text-decoration: none;\n    color: var(--tpd-text-main);\n    font-size: 14px;\n    font-weight: 600;\n    letter-spacing: 0.05em;\n    padding: 12px 24px;\n    border: 1px solid var(--tpd-border);\n    border-radius: 30px;\n    transition: all 0.3s ease;\n  }\n  .tpd-nav a:hover {\n    border-color: var(--tpd-primary);\n    color: var(--tpd-primary);\n    background-color: var(--tpd-bg-light);\n  }\n\n  \/* === Hero Split Layout === *\/\n  .tpd-hero-split {\n    display: flex;\n    align-items: center;\n    gap: 50px;\n    margin-bottom: 80px;\n  }\n  .tpd-hero-split-img {\n    flex: 1;\n    border-radius: var(--tpd-radius-card);\n    overflow: hidden;\n    box-shadow: var(--tpd-shadow);\n  }\n  .tpd-hero-split-img img {\n    width: 100%;\n    display: block;\n    object-fit: cover;\n  }\n  .tpd-hero-split-text {\n    flex: 1;\n  }\n  .tpd-hero-split-title {\n    font-size: 42px;\n    font-weight: 800;\n    line-height: 1.2;\n    margin-bottom: 20px;\n    color: var(--tpd-text-main);\n  }\n  .tpd-hero-split-desc {\n    font-size: 16px;\n    color: var(--tpd-text-light);\n    margin-bottom: 25px;\n    line-height: 1.7;\n  }\n  .tpd-hero-split-list {\n    list-style: none !important; \/* Force hide shopify bullets *\/\n    padding: 0;\n    margin: 0 0 30px 0;\n  }\n  .tpd-hero-split-list li {\n    list-style-type: none !important; \/* Force hide shopify bullets *\/\n    position: relative;\n    padding-left: 32px;\n    margin-bottom: 16px;\n    font-size: 16px;\n    color: var(--tpd-text-main);\n    font-weight: 600;\n    display: flex;\n    align-items: center;\n  }\n  .tpd-hero-split-list li svg {\n    position: absolute;\n    left: 0;\n    color: var(--tpd-primary);\n  }\n\n  \/* Notice Box *\/\n  .tpd-notice-box {\n    background-color: #fff3cd;\n    border-left: 4px solid #ffc107;\n    padding: 18px 25px;\n    border-radius: 8px;\n    font-size: 14px;\n    color: #856404;\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    line-height: 1.6;\n    margin-bottom: 20px;\n  }\n  .tpd-notice-box svg {\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  \/* === Features Grid === *\/\n  .tpd-features-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 30px;\n    max-width: 1200px;\n    margin: 0 auto;\n  }\n  .tpd-feature-card {\n    background: #fff;\n    border: 1px solid var(--tpd-border);\n    border-radius: var(--tpd-radius-card);\n    padding: 40px;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n    display: flex;\n    flex-direction: column;\n  }\n  .tpd-feature-card:hover {\n    transform: translateY(-5px);\n    box-shadow: var(--tpd-shadow-hover);\n  }\n  .tpd-feature-icon {\n    width: 60px;\n    height: 60px;\n    background: #eff6ff;\n    border-radius: 12px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--tpd-primary);\n    margin-bottom: 20px;\n  }\n  .tpd-feature-title {\n    font-size: 22px;\n    font-weight: 700;\n    margin-bottom: 15px;\n  }\n  .tpd-feature-desc {\n    font-size: 15px;\n    color: var(--tpd-text-light);\n    line-height: 1.7;\n    margin: 0;\n  }\n\n  \/* === Compatibility Table \u0026 Guide === *\/\n  .tpd-specs-container {\n    max-width: 1200px;\n    margin: 0 auto;\n  }\n  \n  \/* Buying Guide Box *\/\n  .tpd-guide-box {\n    background-color: #eff6ff;\n    border-left: 4px solid var(--tpd-primary);\n    padding: 25px 30px;\n    border-radius: 8px;\n    margin-bottom: 30px;\n  }\n  .tpd-guide-title {\n    font-size: 18px;\n    font-weight: 700;\n    color: var(--tpd-primary);\n    margin-bottom: 15px;\n    font-family: 'Montserrat', sans-serif;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  .tpd-guide-list {\n    list-style: none !important; \/* Force hide shopify bullets *\/\n    padding: 0;\n    margin: 0;\n  }\n  .tpd-guide-list li {\n    list-style-type: none !important; \/* Force hide shopify bullets *\/\n    position: relative;\n    padding-left: 24px;\n    margin-bottom: 12px;\n    color: var(--tpd-text-main);\n    font-size: 15px;\n    line-height: 1.6;\n  }\n  .tpd-guide-list li:last-child {\n    margin-bottom: 0;\n  }\n  .tpd-guide-list li::before {\n    content: '•';\n    color: var(--tpd-primary);\n    font-size: 20px;\n    position: absolute;\n    left: 0;\n    top: -2px;\n  }\n\n  .tpd-specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: #fff;\n    border-radius: var(--tpd-radius-card);\n    overflow: hidden;\n    box-shadow: var(--tpd-shadow);\n    border: 1px solid var(--tpd-border);\n  }\n  .tpd-specs-table th, .tpd-specs-table td {\n    padding: 10px 20px; \/* Reduced vertical padding *\/\n    text-align: left;\n    border-bottom: 1px solid var(--tpd-border);\n    font-size: 16px;\n    vertical-align: middle;\n  }\n  .tpd-specs-table tr:last-child th, .tpd-specs-table tr:last-child td {\n    border-bottom: none;\n  }\n  .tpd-specs-table th {\n    background-color: var(--tpd-bg-light);\n    font-weight: 700;\n    color: var(--tpd-text-main);\n    font-family: 'Montserrat', sans-serif;\n    padding: 14px 20px; \/* Keep header slightly taller *\/\n  }\n  .tpd-specs-table td {\n    color: var(--tpd-text-light);\n  }\n  .tpd-specs-table tbody tr:hover {\n    background-color: var(--tpd-bg-light);\n  }\n  \n  \/* Year Tag Style *\/\n  .tpd-year-tag {\n    background-color: #eff6ff;\n    color: var(--tpd-primary);\n    border: 1px solid #bfdbfe;\n    padding: 2px 12px;\n    border-radius: 20px;\n    font-size: 14px;\n    font-weight: 700;\n    display: inline-block;\n  }\n\n  \/* === FAQ Styles === *\/\n  .tpd-faq-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    display: flex;\n    flex-direction: column;\n    gap: 18px;\n  }\n  .tpd-faq-item {\n    background: #fff;\n    border: 1px solid var(--tpd-border);\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: var(--tpd-shadow);\n  }\n  .tpd-faq-summary {\n    padding: 22px 30px;\n    font-size: 17px;\n    font-family: 'Montserrat', sans-serif;\n    font-weight: 700;\n    color: var(--tpd-text-main);\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    transition: background-color 0.3s ease;\n  }\n  .tpd-faq-summary:hover {\n    background-color: var(--tpd-bg-light);\n  }\n  .tpd-faq-summary::-webkit-details-marker {\n    display: none;\n  }\n  .tpd-faq-summary::after {\n    content: '+';\n    font-size: 26px;\n    color: var(--tpd-primary);\n    font-weight: 400;\n    transition: transform 0.3s ease;\n  }\n  .tpd-faq-item[open] .tpd-faq-summary::after {\n    transform: rotate(45deg);\n  }\n  .tpd-faq-content {\n    padding: 0 30px 30px 30px;\n    color: var(--tpd-text-light);\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  \/* Responsive Design *\/\n  @media (max-width: 992px) {\n    .tpd-hero-split { flex-direction: column; gap: 30px; }\n    .tpd-hero-split-text { text-align: center; }\n    .tpd-hero-split-list li { text-align: left; display: inline-flex; width: 100%; max-width: 400px; }\n    .tpd-notice-box { text-align: left; }\n    .tpd-features-grid { grid-template-columns: 1fr; }\n  }\n  @media (max-width: 768px) {\n    .tpd-section { margin-top: 60px !important; margin-bottom: 60px !important; }\n    .tpd-hero-split-title { font-size: 32px; }\n    .tpd-section-title { font-size: 28px; }\n    .tpd-feature-card { padding: 25px; }\n    \n    .tpd-guide-box { padding: 20px; }\n    .tpd-specs-table th { padding: 10px 12px; font-size: 14px; }\n    .tpd-specs-table td { padding: 8px 12px; font-size: 14px; } \/* Reduced mobile vertical padding *\/\n    .tpd-year-tag { padding: 2px 8px; font-size: 12px; }\n    \n    .tpd-faq-summary { font-size: 16px; padding: 18px 20px; }\n    .tpd-faq-content { padding: 0 20px 25px 20px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tpd-wrapper\"\u003e\n  \n  \u003c!-- Top Navigation --\u003e\n  \u003cdiv class=\"tpd-nav\"\u003e\n    \u003ca href=\"#tpd-overview\"\u003eOverview\u003c\/a\u003e\n    \u003ca href=\"#tpd-features\"\u003eFeatures\u003c\/a\u003e\n    \u003ca href=\"#tpd-compatibility\"\u003eCompatibility\u003c\/a\u003e\n    \u003ca href=\"#tpd-faq\"\u003eFAQ\u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Hero Split Layout --\u003e\n  \u003cdiv id=\"tpd-overview\" class=\"tpd-hero-split\"\u003e\n    \u003cdiv class=\"tpd-hero-split-img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/tesery-led-headlight-assembly-for-model-s-16-22-907006.jpg?v=1742491353\" alt=\"TESERY LED Headlight Assembly for Tesla Model S\"\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"tpd-hero-split-text\"\u003e\n      \u003ch2 class=\"tpd-hero-split-title\"\u003eModel S (2016-2022)\u003cbr\u003eOEM Replacement Headlight\u003c\/h2\u003e\n      \n      \u003c!-- Installation Notice Box --\u003e\n      \u003cdiv class=\"tpd-notice-box\"\u003e\n        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#856404\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z\"\u003e\u003c\/path\u003e\u003cline x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n        \u003cdiv\u003e\n          \u003cstrong\u003eImportant Installation Notice:\u003c\/strong\u003e Installing these headlights requires removing the front bumper. If you are not an experienced DIYer, we strongly recommend having a professional mechanic perform the installation.\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cp class=\"tpd-hero-split-desc\"\u003eRestore your Tesla Model S to its original glory with TESERY's direct OEM replacement LED Headlight Assembly. Engineered to seamlessly replace damaged, yellowed, or broken factory units without compromising on quality or functionality.\u003c\/p\u003e\n      \n      \u003cul class=\"tpd-hero-split-list\"\u003e\n        \u003cli\u003e\n          \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n          1:1 Exact OEM Fitment\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n          Retains Factory Turn Assist\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n          OEM-Grade Durability \u0026amp; Anti-Yellowing\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n          Direct Plug \u0026amp; Play Swap\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Key Features Grid --\u003e\n  \u003cdiv id=\"tpd-features\" class=\"tpd-section\"\u003e\n    \u003ch2 class=\"tpd-section-title\"\u003ePremium OEM Replacement Features\u003c\/h2\u003e\n    \u003cp class=\"tpd-section-subtitle\"\u003eWhy choose TESERY to replace your damaged Model S headlights?\u003c\/p\u003e\n    \n    \u003cdiv class=\"tpd-features-grid\"\u003e\n      \u003c!-- Feature 1 --\u003e\n      \u003cdiv class=\"tpd-feature-card\"\u003e\n        \u003cdiv class=\"tpd-feature-icon\"\u003e\n          \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cline x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"tpd-feature-title\"\u003ePrecision 1:1 Fitment\u003c\/h3\u003e\n        \u003cp class=\"tpd-feature-desc\"\u003eEngineered to perfectly match the contours and mounting points of your Tesla Model S (2016-2022). A seamless replacement that looks and fits exactly like the factory original.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003c!-- Feature 2 --\u003e\n      \u003cdiv class=\"tpd-feature-card\"\u003e\n        \u003cdiv class=\"tpd-feature-icon\"\u003e\n          \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"tpd-feature-title\"\u003eRetains Turn Assist\u003c\/h3\u003e\n        \u003cp class=\"tpd-feature-desc\"\u003eMaintain 100% of your factory features. Our assembly fully supports the Turn Assist function, automatically lighting up the side of the road when turning, just like your original OEM headlights.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003c!-- Feature 3 --\u003e\n      \u003cdiv class=\"tpd-feature-card\"\u003e\n        \u003cdiv class=\"tpd-feature-icon\"\u003e\n          \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"21\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"tpd-feature-title\"\u003eCrystal Clear Illumination\u003c\/h3\u003e\n        \u003cp class=\"tpd-feature-desc\"\u003eRestores your nighttime visibility with crisp, 4500K cold white illumination. Replaces dim, foggy, or burnt-out original lights for maximum road safety.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003c!-- Feature 4 --\u003e\n      \u003cdiv class=\"tpd-feature-card\"\u003e\n        \u003cdiv class=\"tpd-feature-icon\"\u003e\n          \u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"tpd-feature-title\"\u003eWeatherproof \u0026amp; Anti-Yellowing\u003c\/h3\u003e\n        \u003cp class=\"tpd-feature-desc\"\u003eBuilt with an IP68 waterproof housing and UV-coated polycarbonate lens to prevent future yellowing, fogging, or internal condensation. Built to outlast harsh weather.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Compatibility Table Section --\u003e\n  \u003cdiv id=\"tpd-compatibility\" class=\"tpd-section\"\u003e\n    \u003ch2 class=\"tpd-section-title\"\u003eVehicle Compatibility\u003c\/h2\u003e\n    \u003cp class=\"tpd-section-subtitle\"\u003eCompatible with Tesla Model S (2016-2020)\u003c\/p\u003e\n    \n    \u003cdiv class=\"tpd-specs-container\"\u003e\n      \n      \u003c!-- Buying Guide Box --\u003e\n      \u003cdiv class=\"tpd-guide-box\"\u003e\n        \u003cdiv class=\"tpd-guide-title\"\u003e\n          \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cline x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n          Compatibility Buying Guide\n        \u003c\/div\u003e\n        \u003cul class=\"tpd-guide-list\"\u003e\n          \u003cli\u003e\n\u003cstrong\u003eGeneral Check:\u003c\/strong\u003e Please verify your vehicle year against the detailed compatibility table below.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eFor 2016 Models:\u003c\/strong\u003e Please confirm whether your original factory headlights are equipped with the \"Turn Assist\" function before purchasing.\u003c\/li\u003e\n          \u003cli\u003e\n\u003cstrong\u003eNot Compatible:\u003c\/strong\u003e If your Model S is \u003cstrong\u003e2015 or older\u003c\/strong\u003e OR \u003cstrong\u003e2023 and newer\u003c\/strong\u003e, this product is explicitly \u003cstrong\u003eNOT\u003c\/strong\u003e compatible with your vehicle.\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"overflow-x: auto;\"\u003e\n        \u003ctable class=\"tpd-specs-table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth\u003eYear\u003c\/th\u003e\n              \u003cth\u003eVehicle\u003c\/th\u003e\n              \u003cth\u003eTrim Level\u003c\/th\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"tpd-year-tag\"\u003e2020\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eTesla Model S\u003c\/td\u003e\n\u003ctd\u003eLong Range Plus Sedan 4-Door\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"tpd-year-tag\"\u003e2020\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eTesla Model S\u003c\/td\u003e\n\u003ctd\u003eMayor Sedan 4-Door\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"tpd-year-tag\"\u003e2020\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eTesla Model S\u003c\/td\u003e\n\u003ctd\u003ePerformance Sedan 4-Door\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"tpd-year-tag\"\u003e2019\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eTesla Model S\u003c\/td\u003e\n\u003ctd\u003e75D Sedan 4-Door\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"tpd-year-tag\"\u003e2019\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eTesla Model S\u003c\/td\u003e\n\u003ctd\u003e100D Sedan 4-Door\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"tpd-year-tag\"\u003e2019\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eTesla Model S\u003c\/td\u003e\n\u003ctd\u003eP100D Sedan 4-Door\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"tpd-year-tag\"\u003e2018\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eTesla Model S\u003c\/td\u003e\n\u003ctd\u003e75D Sedan 4-Door\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"tpd-year-tag\"\u003e2018\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eTesla Model S\u003c\/td\u003e\n\u003ctd\u003e100D Sedan 4-Door\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"tpd-year-tag\"\u003e2018\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eTesla Model S\u003c\/td\u003e\n\u003ctd\u003eP100D Sedan 4-Door\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"tpd-year-tag\"\u003e2017\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eTesla Model S\u003c\/td\u003e\n\u003ctd\u003e60D Sedan 4-Door\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"tpd-year-tag\"\u003e2017\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eTesla Model S\u003c\/td\u003e\n\u003ctd\u003e60 Sedan 4-Door\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"tpd-year-tag\"\u003e2017\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eTesla Model S\u003c\/td\u003e\n\u003ctd\u003e75D Sedan 4-Door\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"tpd-year-tag\"\u003e2017\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eTesla Model S\u003c\/td\u003e\n\u003ctd\u003e75 Sedan 4-Door\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"tpd-year-tag\"\u003e2017\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eTesla Model S\u003c\/td\u003e\n\u003ctd\u003e90D Sedan 4-Door\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"tpd-year-tag\"\u003e2017\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eTesla Model S\u003c\/td\u003e\n\u003ctd\u003eP100D Sedan 4-Door\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"tpd-year-tag\"\u003e2016\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eTesla Model S\u003c\/td\u003e\n\u003ctd\u003e70D Sedan 4-Door\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"tpd-year-tag\"\u003e2016\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eTesla Model S\u003c\/td\u003e\n\u003ctd\u003e70 Sedan 4-Door\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"tpd-year-tag\"\u003e2016\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eTesla Model S\u003c\/td\u003e\n\u003ctd\u003e85D Sedan 4-Door\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"tpd-year-tag\"\u003e2016\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eTesla Model S\u003c\/td\u003e\n\u003ctd\u003e85 Sedan 4-Door\u003c\/td\u003e\n\u003c\/tr\u003e\n            \u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"tpd-year-tag\"\u003e2016\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eTesla Model S\u003c\/td\u003e\n\u003ctd\u003e90D Sedan 4-Door\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- FAQ Section --\u003e\n  \u003cdiv id=\"tpd-faq\" class=\"tpd-section\" style=\"margin-bottom: 40px !important;\"\u003e\n    \u003ch2 class=\"tpd-section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n    \u003cp class=\"tpd-section-subtitle\"\u003eFind answers to the most common questions about replacing your Model S headlights.\u003c\/p\u003e\n    \n    \u003cdiv class=\"tpd-faq-container\"\u003e\n      \n      \u003cdetails class=\"tpd-faq-item\"\u003e\n        \u003csummary class=\"tpd-faq-summary\"\u003eQ1: Is this headlight for the \"Nose-Cone\" or the \"Facelift\" Model S?\u003c\/summary\u003e\n        \u003cdiv class=\"tpd-faq-content\"\u003e\n          This assembly is specifically designed for the Post-Facelift Model S (2016–2022), which features the sleek, integrated front fascia (No-Grille look). It is a direct replacement for the Factory LED generation of headlights.\u003cbr\u003e\u003cbr\u003e\n          \u003cem\u003eNote: This unit is not compatible with the pre-2016 \"Nose-Cone\" (Xenon) models.\u003c\/em\u003e\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \n      \u003cdetails class=\"tpd-faq-item\"\u003e\n        \u003csummary class=\"tpd-faq-summary\"\u003eQ2: My car has the original LED headlights. Does this assembly fix the \"Yellow DRL\" issue?\u003c\/summary\u003e\n        \u003cdiv class=\"tpd-faq-content\"\u003e\n          Yes. This is the primary reason owners choose our TESERY upgrade. The original factory LED units are prone to the Daytime Running Light (DRL) strip turning yellow or dimming. Our assembly uses enhanced heat-resistant light guides and premium LED chips to ensure your DRLs stay a brilliant, crisp 6000K white for the long term.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"tpd-faq-item\"\u003e\n        \u003csummary class=\"tpd-faq-summary\"\u003eQ3: Is this a \"Matrix\" headlight or a standard LED replacement?\u003c\/summary\u003e\n        \u003cdiv class=\"tpd-faq-content\"\u003e\n          This is a High-Performance LED Assembly designed to match the technical architecture of the 2016-2022 era. It provides a significant brightness upgrade over the aging stock LEDs while ensuring 100% electrical compatibility with the vehicle's original LED driver protocols.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"tpd-faq-item\"\u003e\n        \u003csummary class=\"tpd-faq-summary\"\u003eQ4: Does it support the \"Adaptive\/Three-Position\" cornering function?\u003c\/summary\u003e\n        \u003cdiv class=\"tpd-faq-content\"\u003e\n          Yes. Our TESERY LED assembly is engineered to support Tesla's Turn Assist and Adaptive Cornering signals. As you steer, the light distribution adjusts to illuminate your path, preserving the premium safety functionality that came with your original LED-equipped Model S.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"tpd-faq-item\"\u003e\n        \u003csummary class=\"tpd-faq-summary\"\u003eQ5: Is it compatible with both MCU1 and MCU2 hardware?\u003c\/summary\u003e\n        \u003cdiv class=\"tpd-faq-content\"\u003e\n          Absolutely. We have tested this unit across the 2016-2022 transition. Whether your Model S features the original MCU1 (Nvidia) or the upgraded MCU2 (Intel\/AMD) infotainment system, the headlights will \"handshake\" perfectly with the vehicle’s gateway without any error codes.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \n      \u003cdetails class=\"tpd-faq-item\"\u003e\n        \u003csummary class=\"tpd-faq-summary\"\u003eQ6: Can I install this myself? Is it truly Plug-and-Play?\u003c\/summary\u003e\n        \u003cdiv class=\"tpd-faq-content\"\u003e\n          It is 100% Plug-and-Play using the factory 14-pin connector. No wire splicing or external resistors are needed. After installation, we strongly recommend entering Service Mode on your touchscreen and performing a \"Software Reinstall\". This allows the car to calibrate the new LED units and ensure perfect beam alignment.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n      \n      \u003cdetails class=\"tpd-faq-item\"\u003e\n        \u003csummary class=\"tpd-faq-summary\"\u003eQ7: Will this headlight handle future Tesla OTA updates?\u003c\/summary\u003e\n        \u003cdiv class=\"tpd-faq-content\"\u003e\n          Yes. Our internal control modules are OTA-Ready. They are designed to communicate correctly with the latest 2026.x Tesla firmware. You can update your car's software with total confidence that your headlights will remain fully functional.\n        \u003c\/div\u003e\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"Model S 2016-2022 Premium【With Cornering Lights】 \/ Please Select","offer_id":47172257415400,"sku":null,"price":763.0,"currency_code":"AUD","in_stock":true},{"title":"Model S 2016-2022 Premium【With Cornering Lights】 \/ Left","offer_id":47172233036008,"sku":"TSLLJ0113-Left","price":763.0,"currency_code":"AUD","in_stock":true},{"title":"Model S 2016-2022 Premium【With Cornering Lights】 \/ Right","offer_id":47172233068776,"sku":"TSLLJ0113-right","price":763.0,"currency_code":"AUD","in_stock":true},{"title":"Model S 2016-2022 Premium【With Cornering Lights】 \/ Pair","offer_id":47172233101544,"sku":"TSLLJ0113","price":1526.0,"currency_code":"AUD","in_stock":true},{"title":"Model S 2016-2017 Standard 【Without Cornering Lights】 \/ Please Select","offer_id":48007758938344,"sku":null,"price":891.0,"currency_code":"AUD","in_stock":true},{"title":"Model S 2016-2017 Standard 【Without Cornering Lights】 \/ Left","offer_id":48007758971112,"sku":"TSLLJ0113-left-STD","price":891.0,"currency_code":"AUD","in_stock":true},{"title":"Model S 2016-2017 Standard 【Without Cornering Lights】 \/ Right","offer_id":48007759003880,"sku":"TSLLJ0113-right-STD","price":891.0,"currency_code":"AUD","in_stock":true},{"title":"Model S 2016-2017 Standard 【Without Cornering Lights】 \/ Pair","offer_id":48007759036648,"sku":"TSLLJ0113-STD","price":1781.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/tesery-led-headlight-assembly-for-model-s-16-22-9845276.jpg?v=1769113568","url":"https:\/\/www.tesery.com\/en-au\/products\/tesla-led-headlight-assembly-for-model-s","provider":"Tesery Official Store","version":"1.0","type":"link"}