{"product_id":"model-s-bi-xenon-hid-headlight-replacement","title":"TESERY Bi-Xenon HID Headlight Replacement for Model S (12-15)","description":"\u003c!-- Import Google Fonts --\u003e\n\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \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\u003c\/p\u003e\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;\n    padding: 0;\n    margin: 0 0 30px 0;\n  }\n  .tpd-hero-split-list li {\n    list-style-type: none !important;\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;\n    padding: 0;\n    margin: 0;\n  }\n  .tpd-guide-list li {\n    list-style-type: none !important;\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;\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;\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  \/* === Installation Guide Video === *\/\n  .tpd-video-wrapper {\n    max-width: 1200px;\n    margin: 0 auto;\n  }\n  .tpd-video-container {\n    position: relative;\n    padding-bottom: 56.25%;\n    height: 0;\n    overflow: hidden;\n    border-radius: var(--tpd-radius-card);\n    box-shadow: var(--tpd-shadow-hover);\n  }\n  .tpd-video-container iframe {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    border: 0;\n    border-radius: var(--tpd-radius-card);\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; }\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\n  \/* === Product Showcase === *\/\n  .tpd-showcase-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 1200px; margin: 0 auto; }\n  .tpd-showcase-card { background: #fff; border: 1px solid var(--tpd-border); border-radius: var(--tpd-radius-card); overflow: hidden; box-shadow: 0 12px 28px rgba(0,0,0,0.10); transform: perspective(1000px) translateZ(0); transform-style: preserve-3d; transition: transform 0.35s ease, box-shadow 0.35s ease; }\n  .tpd-showcase-card:hover { transform: perspective(1000px) translateY(-10px) translateZ(16px) rotateX(1.5deg); box-shadow: 0 24px 48px rgba(0,0,0,0.18); }\n  .tpd-showcase-card img { width: 100%; aspect-ratio: 1 \/ 1; object-fit: cover; border-radius: 0; transform: translateZ(12px); transition: transform 0.35s ease, filter 0.35s ease; }\n  .tpd-showcase-card:hover img { transform: translateZ(24px) scale(1.035); filter: drop-shadow(0 12px 18px rgba(0,0,0,0.16)); }\n  .tpd-showcase-label { padding: 16px 20px; text-align: center; font-weight: 700; font-family: 'Montserrat', sans-serif; }\n  .tpd-install-steps { max-width: 900px; margin: 0 auto; padding-left: 24px; color: var(--tpd-text-light); }\n  .tpd-install-steps li { margin-bottom: 14px; padding-left: 8px; }\n  @media (max-width: 768px) { .tpd-showcase-grid { grid-template-columns: 1fr; } }\n\u003c\/style\u003e\n\u003cdiv class=\"tpd-wrapper\"\u003e\n\u003cdiv class=\"tpd-nav\"\u003e\n\u003ca href=\"#tpd-overview\"\u003eOverview\u003c\/a\u003e \u003ca href=\"#tpd-features\"\u003eFeatures\u003c\/a\u003e \u003ca href=\"#tpd-showcase\"\u003eProduct Showcase\u003c\/a\u003e \u003ca href=\"#tpd-compatibility\"\u003eCompatibility\u003c\/a\u003e \u003ca href=\"#tpd-installation\"\u003eInstallation Guide\u003c\/a\u003e \u003ca href=\"#tpd-faq\"\u003eFAQ\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"tpd-overview\" class=\"tpd-hero-split\"\u003e\n\u003cdiv class=\"tpd-hero-split-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Bi-XenonHIDHeadlightReplacementforModelS2012-2015_Bi-Xenon_5_800x800.jpg?v=1789438654\" alt=\"Bi-Xenon HID headlight replacement for Tesla Model S 2012-2015\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"tpd-hero-split-text\"\u003e\n\u003ch2 class=\"tpd-hero-split-title\"\u003eModel S (2012–2015)\u003cbr\u003eBi-Xenon HID Headlight\u003c\/h2\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 Fitment Notice:\u003c\/strong\u003e Designed for Tesla Model S 2012–2015. Compare your original light type, connector, mounting points, and housing shape before ordering.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"tpd-hero-split-desc\"\u003eReplace a damaged, cracked, or worn headlight on an early Tesla Model S with a vehicle-specific Bi-Xenon HID assembly. Choose the left side, right side, or a left-and-right pair to match your repair.\u003c\/p\u003e\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\u003eFits Tesla Model S 2012–2015\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\u003eBi-Xenon \/ HID headlight configuration\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\u003eLeft, right, or pair options\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\u003eFor the pre-facelift “nose-cone” Model S\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"tpd-features\" class=\"tpd-section\"\u003e\n\u003ch2 class=\"tpd-section-title\"\u003eReplacement Headlight Features\u003c\/h2\u003e\n\u003cp class=\"tpd-section-subtitle\"\u003eA practical replacement solution for early Model S vehicles equipped with Xenon\/HID headlights.\u003c\/p\u003e\n\u003cdiv class=\"tpd-features-grid\"\u003e\n\u003cdiv class=\"tpd-feature-card\"\u003e\n\u003cdiv class=\"tpd-feature-icon\"\u003e\u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 12h8M12 8v8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"tpd-feature-title\"\u003eVehicle-Specific Design\u003c\/h3\u003e\n\u003cp class=\"tpd-feature-desc\"\u003eShaped for the pre-facelift Tesla Model S produced from 2012 through 2015.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tpd-feature-card\"\u003e\n\u003cdiv class=\"tpd-feature-icon\"\u003e\u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M9 18h6M10 22h4M8 2h8l3 5v5a7 7 0 0 1-14 0V7l3-5z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"tpd-feature-title\"\u003eBi-Xenon HID Configuration\u003c\/h3\u003e\n\u003cp class=\"tpd-feature-desc\"\u003eDesigned around the factory-style Xenon\/HID lighting configuration. Confirm that your existing vehicle uses the same headlight type before purchase.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tpd-feature-card\"\u003e\n\u003cdiv class=\"tpd-feature-icon\"\u003e\u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M4 12h16M12 4v16\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"tpd-feature-title\"\u003eFlexible Side Selection\u003c\/h3\u003e\n\u003cp class=\"tpd-feature-desc\"\u003eOrder the vehicle-left assembly, vehicle-right assembly, or both sides as a pair according to your replacement needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tpd-feature-card\"\u003e\n\u003cdiv class=\"tpd-feature-icon\"\u003e\u003csvg width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 3l7 4v5c0 5-3 8-7 9-4-1-7-4-7-9V7l7-4z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"tpd-feature-title\"\u003eFitment-First Replacement\u003c\/h3\u003e\n\u003cp class=\"tpd-feature-desc\"\u003eBefore installation, compare the lens shape, housing, mounting tabs, connector, and original headlight label to your current assembly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv id=\"tpd-showcase\" class=\"tpd-section\"\u003e\n\u003ch2 class=\"tpd-section-title\"\u003eProduct Showcase\u003c\/h2\u003e\n\u003cp class=\"tpd-section-subtitle\"\u003eTwo product views side by side for a clear look at the assembly and lens design.\u003c\/p\u003e\n\u003cdiv class=\"tpd-showcase-grid\"\u003e\n\u003cdiv class=\"tpd-showcase-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Bi-XenonHIDHeadlightReplacementforModelS2012-2015_Bi-Xenon_5.jpg?v=1789438654\" alt=\"Tesla Model S Bi-Xenon HID headlight assembly\"\u003e\n\u003cdiv class=\"tpd-showcase-label\"\u003eHeadlight Assembly\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tpd-showcase-card\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Bi-XenonHIDHeadlightReplacementforModelS2012-2015_Bi-Xenon_6_800x800.jpg?v=1789438654\" alt=\"Tesla Model S Bi-Xenon headlight detail view\"\u003e\n\u003cdiv class=\"tpd-showcase-label\"\u003eDetail View\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\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 2012–2015 equipped with the matching Xenon\/HID headlight configuration.\u003c\/p\u003e\n\u003cdiv class=\"tpd-specs-container\"\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\"\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\u003eCompatibility Buying Guide\u003c\/div\u003e\n\u003cul class=\"tpd-guide-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eVehicle:\u003c\/strong\u003e Tesla Model S 2012–2015.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eBody Style:\u003c\/strong\u003e Pre-facelift “nose-cone” Model S.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLight Type:\u003c\/strong\u003e Confirm your original vehicle is equipped with a matching Xenon\/HID headlight.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFinal Check:\u003c\/strong\u003e Compare the housing shape, mounting tabs, connector, and original part label before ordering because headlight revisions can vary.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\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\u003eRequired Light Type\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\"\u003e2012\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eTesla Model S\u003c\/td\u003e\n\u003ctd\u003eXenon \/ HID\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"tpd-year-tag\"\u003e2013\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eTesla Model S\u003c\/td\u003e\n\u003ctd\u003eXenon \/ HID\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"tpd-year-tag\"\u003e2014\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eTesla Model S\u003c\/td\u003e\n\u003ctd\u003eXenon \/ HID\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cspan class=\"tpd-year-tag\"\u003e2015\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eTesla Model S\u003c\/td\u003e\n\u003ctd\u003eXenon \/ HID\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\u003cdiv id=\"tpd-installation\" class=\"tpd-section\"\u003e\n\u003ch2 class=\"tpd-section-title\"\u003eInstallation Guide\u003c\/h2\u003e\n\u003cp class=\"tpd-section-subtitle\"\u003eProfessional installation and beam alignment are recommended for a safe, accurate replacement.\u003c\/p\u003e\n\u003cdiv class=\"tpd-guide-box\" style=\"max-width: 1200px; margin: 0 auto 30px auto;\"\u003e\n\u003cdiv class=\"tpd-guide-title\"\u003eBefore Installation\u003c\/div\u003e\n\u003cul class=\"tpd-guide-list\"\u003e\n\u003cli\u003eSwitch off the vehicle and lighting system before removing the original assembly.\u003c\/li\u003e\n\u003cli\u003eCompare all mounting points and electrical connections before completing installation.\u003c\/li\u003e\n\u003cli\u003eHeadlight replacement may require loosening or removing front fascia components.\u003c\/li\u003e\n\u003cli\u003eAfter installation, check headlight operation and have the beam alignment adjusted as needed.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\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\"\u003eHelpful answers for choosing the correct Model S Xenon headlight replacement.\u003c\/p\u003e\n\u003cdiv class=\"tpd-faq-container\"\u003e\n\u003cdetails class=\"tpd-faq-item\"\u003e\n\u003csummary class=\"tpd-faq-summary\"\u003eQ1: Is this for the nose-cone or facelift Model S?\u003c\/summary\u003e\n\u003cdiv class=\"tpd-faq-content\"\u003eThis assembly is intended for the pre-facelift “nose-cone” Tesla Model S from 2012–2015 with the matching Xenon\/HID headlight configuration.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"tpd-faq-item\"\u003e\n\u003csummary class=\"tpd-faq-summary\"\u003eQ2: Which Model S years are supported?\u003c\/summary\u003e\n\u003cdiv class=\"tpd-faq-content\"\u003eThis product is designed for Tesla Model S 2012–2015 with the matching Xenon\/HID headlight configuration.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"tpd-faq-item\"\u003e\n\u003csummary class=\"tpd-faq-summary\"\u003eQ3: How do I confirm fitment before ordering?\u003c\/summary\u003e\n\u003cdiv class=\"tpd-faq-content\"\u003eConfirm your vehicle year and original headlight type, then compare the lens shape, housing, mounting tabs, connector, and original headlight label with the product photos.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"tpd-faq-item\"\u003e\n\u003csummary class=\"tpd-faq-summary\"\u003eQ4: How are left and right identified?\u003c\/summary\u003e\n\u003cdiv class=\"tpd-faq-content\"\u003eLeft and right are identified from the driver's seated position facing forward. Select the side that matches the light being replaced.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"tpd-faq-item\"\u003e\n\u003csummary class=\"tpd-faq-summary\"\u003eQ5: What is included with each option?\u003c\/summary\u003e\n\u003cdiv class=\"tpd-faq-content\"\u003eThe Left option includes one vehicle-left assembly, the Right option includes one vehicle-right assembly, and the Left \u0026amp; Right Pair option includes both sides. Other components are included only when shown in the product images.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"tpd-faq-item\"\u003e\n\u003csummary class=\"tpd-faq-summary\"\u003eQ6: Is professional installation recommended?\u003c\/summary\u003e\n\u003cdiv class=\"tpd-faq-content\"\u003eYes. Headlight replacement can involve front fascia removal, electrical connections, and beam alignment. Professional installation is recommended if you do not have suitable experience.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"Left","offer_id":49064082735336,"sku":"TSLLJ0108-L","price":421.95,"currency_code":"EUR","in_stock":true},{"title":"Right","offer_id":49064082768104,"sku":"TSLLJ0108-R","price":421.95,"currency_code":"EUR","in_stock":true},{"title":"Left \u0026 Right Pair","offer_id":49064082800872,"sku":"TSLLJ0108","price":842.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Bi-XenonHIDHeadlightReplacementforModelS2012-2015_Bi-Xenon_5.jpg?v=1789438654","url":"https:\/\/de.tesery.com\/products\/model-s-bi-xenon-hid-headlight-replacement","provider":"Tesery Official Store","version":"1.0","type":"link"}