{"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\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\u003cstyle\u003e  \/* === Base Variables \u0026 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 0;    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: 80px !important;    margin-bottom: 80px !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;  }  \/* 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);  }  \/* === Hero Split Layout === *\/  .tpd-hero-split {    display: flex;    align-items: center;    gap: 50px;    margin-bottom: 80px;  }  .tpd-hero-split-img {    flex: 1;    border-radius: var(--tpd-radius-card);    overflow: hidden;    box-shadow: var(--tpd-shadow);  }  .tpd-hero-split-img img {    width: 100%;    display: block;    object-fit: cover;  }  .tpd-hero-split-text {    flex: 1;  }  .tpd-hero-split-title {    font-size: 42px;    font-weight: 800;    line-height: 1.2;    margin-bottom: 20px;    color: var(--tpd-text-main);  }  .tpd-hero-split-desc {    font-size: 16px;    color: var(--tpd-text-light);    margin-bottom: 25px;    line-height: 1.7;  }  .tpd-hero-split-list {    list-style: none !important;    padding: 0;    margin: 0 0 30px 0;  }  .tpd-hero-split-list li {    list-style-type: none !important;    position: relative;    padding-left: 32px;    margin-bottom: 16px;    font-size: 16px;    color: var(--tpd-text-main);    font-weight: 600;    display: flex;    align-items: center;  }  .tpd-hero-split-list li svg {    position: absolute;    left: 0;    color: var(--tpd-primary);  }  \/* Notice Box *\/  .tpd-notice-box {    background-color: #fff3cd;    border-left: 4px solid #ffc107;    padding: 18px 25px;    border-radius: 8px;    font-size: 14px;    color: #856404;    display: flex;    align-items: flex-start;    gap: 12px;    line-height: 1.6;    margin-bottom: 20px;  }  .tpd-notice-box svg {    flex-shrink: 0;    margin-top: 2px;  }  \/* === Features Grid === *\/  .tpd-features-grid {    display: grid;    grid-template-columns: repeat(2, 1fr);    gap: 30px;    max-width: 1200px;    margin: 0 auto;  }  .tpd-feature-card {    background: #fff;    border: 1px solid var(--tpd-border);    border-radius: var(--tpd-radius-card);    padding: 40px;    transition: transform 0.3s ease, box-shadow 0.3s ease;    display: flex;    flex-direction: column;  }  .tpd-feature-card:hover {    transform: translateY(-5px);    box-shadow: var(--tpd-shadow-hover);  }  .tpd-feature-icon {    width: 60px;    height: 60px;    background: #eff6ff;    border-radius: 12px;    display: flex;    align-items: center;    justify-content: center;    color: var(--tpd-primary);    margin-bottom: 20px;  }  .tpd-feature-title {    font-size: 22px;    font-weight: 700;    margin-bottom: 15px;  }  .tpd-feature-desc {    font-size: 15px;    color: var(--tpd-text-light);    line-height: 1.7;    margin: 0;  }  \/* === Compatibility Table \u0026 Guide === *\/  .tpd-specs-container {    max-width: 1200px;    margin: 0 auto;  }    \/* Buying Guide Box *\/  .tpd-guide-box {    background-color: #eff6ff;    border-left: 4px solid var(--tpd-primary);    padding: 25px 30px;    border-radius: 8px;    margin-bottom: 30px;  }  .tpd-guide-title {    font-size: 18px;    font-weight: 700;    color: var(--tpd-primary);    margin-bottom: 15px;    font-family: 'Montserrat', sans-serif;    display: flex;    align-items: center;    gap: 8px;  }  .tpd-guide-list {    list-style: none !important;    padding: 0;    margin: 0;  }  .tpd-guide-list li {    list-style-type: none !important;    position: relative;    padding-left: 24px;    margin-bottom: 12px;    color: var(--tpd-text-main);    font-size: 15px;    line-height: 1.6;  }  .tpd-guide-list li:last-child {    margin-bottom: 0;  }  .tpd-guide-list li::before {    content: '•';    color: var(--tpd-primary);    font-size: 20px;    position: absolute;    left: 0;    top: -2px;  }  .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: 10px 20px;    text-align: left;    border-bottom: 1px solid var(--tpd-border);    font-size: 16px;    vertical-align: middle;  }  .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);    font-weight: 700;    color: var(--tpd-text-main);    font-family: 'Montserrat', sans-serif;    padding: 14px 20px;  }  .tpd-specs-table td {    color: var(--tpd-text-light);  }  .tpd-specs-table tbody tr:hover {    background-color: var(--tpd-bg-light);  }    \/* Year Tag Style *\/  .tpd-year-tag {    background-color: #eff6ff;    color: var(--tpd-primary);    border: 1px solid #bfdbfe;    padding: 2px 12px;    border-radius: 20px;    font-size: 14px;    font-weight: 700;    display: inline-block;  }  \/* === Installation Guide Video === *\/  .tpd-video-wrapper {    max-width: 1200px;    margin: 0 auto;  }  .tpd-video-container {    position: relative;    padding-bottom: 56.25%;    height: 0;    overflow: hidden;    border-radius: var(--tpd-radius-card);    box-shadow: var(--tpd-shadow-hover);  }  .tpd-video-container iframe {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    border: 0;    border-radius: var(--tpd-radius-card);  }  \/* === 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: 17px;    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: 992px) {    .tpd-hero-split { flex-direction: column; gap: 30px; }    .tpd-hero-split-text { text-align: center; }    .tpd-hero-split-list li { text-align: left; display: inline-flex; width: 100%; max-width: 400px; }    .tpd-notice-box { text-align: left; }    .tpd-features-grid { grid-template-columns: 1fr; }  }  @media (max-width: 768px) {    .tpd-section { margin-top: 60px !important; margin-bottom: 60px !important; }    .tpd-hero-split-title { font-size: 32px; }    .tpd-section-title { font-size: 28px; }    .tpd-feature-card { padding: 25px; }        .tpd-guide-box { padding: 20px; }    .tpd-specs-table th { padding: 10px 12px; font-size: 14px; }    .tpd-specs-table td { padding: 8px 12px; font-size: 14px; }    .tpd-year-tag { padding: 2px 8px; font-size: 12px; }        .tpd-faq-summary { font-size: 16px; padding: 18px 20px; }    .tpd-faq-content { padding: 0 20px 25px 20px; }  }  \/* === Product Showcase === *\/  .tpd-showcase-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 1200px; margin: 0 auto; }  .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; }  .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); }  .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; }  .tpd-showcase-card:hover img { transform: translateZ(24px) scale(1.035); filter: drop-shadow(0 12px 18px rgba(0,0,0,0.16)); }  .tpd-showcase-label { padding: 16px 20px; text-align: center; font-weight: 700; font-family: 'Montserrat', sans-serif; }  .tpd-install-steps { max-width: 900px; margin: 0 auto; padding-left: 24px; color: var(--tpd-text-light); }  .tpd-install-steps li { margin-bottom: 14px; padding-left: 8px; }  @media (max-width: 768px) { .tpd-showcase-grid { grid-template-columns: 1fr; } }\u003c\/style\u003e\u003cdiv class=\"tpd-wrapper\"\u003e\n\u003cdiv class=\"tpd-nav\"\u003e     \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\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\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\u003eFits Tesla Model S 2012–2015\u003c\/li\u003e\n\u003cli\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\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\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\u003ctable class=\"tpd-specs-table\"\u003e\n\u003cthead\u003e\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\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\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\u003csummary class=\"tpd-faq-summary\"\u003eQ1: Is this for the nose-cone or facelift Model S?\u003c\/summary\u003e\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\u003c\/details\u003e\u003cdetails class=\"tpd-faq-item\"\u003e\u003csummary class=\"tpd-faq-summary\"\u003eQ2: Which Model S years are supported?\u003c\/summary\u003e\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\u003c\/details\u003e\u003cdetails class=\"tpd-faq-item\"\u003e\u003csummary class=\"tpd-faq-summary\"\u003eQ3: How do I confirm fitment before ordering?\u003c\/summary\u003e\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\u003c\/details\u003e\u003cdetails class=\"tpd-faq-item\"\u003e\u003csummary class=\"tpd-faq-summary\"\u003eQ4: How are left and right identified?\u003c\/summary\u003e\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\u003c\/details\u003e\u003cdetails class=\"tpd-faq-item\"\u003e\u003csummary class=\"tpd-faq-summary\"\u003eQ5: What is included with each option?\u003c\/summary\u003e\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\u003c\/details\u003e\u003cdetails class=\"tpd-faq-item\"\u003e\u003csummary class=\"tpd-faq-summary\"\u003eQ6: Is professional installation recommended?\u003c\/summary\u003e\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\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"Left","offer_id":46970181157061,"sku":"TSLLJ0108-L","price":479.0,"currency_code":"USD","in_stock":true},{"title":"Right","offer_id":46970181189829,"sku":"TSLLJ0108-R","price":479.0,"currency_code":"USD","in_stock":true},{"title":"Left \u0026 Right Pair","offer_id":46970181222597,"sku":"TSLLJ0108","price":958.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0795\/5008\/7365\/files\/tesery-bi-xenon-hid-headlight-replacement-for-model-s-12-15-3100281.jpg?v=1789807611","url":"https:\/\/tescraft.shop\/products\/model-s-bi-xenon-hid-headlight-replacement","provider":"TesCraft","version":"1.0","type":"link"}