{"product_id":"model-s-turn-brake-lamp-inner-tail-light-replacement","title":"Turn Brake Lamp \u0026 Inner Tail Light Replacement for Model S (16-20)","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        :root {\n            --text-dark: #1a1a1a;\n            --text-medium: #4a4a4a;\n            --bg-light: #f4f4f4;\n            --white: #ffffff;\n            --border-radius: 16px;\n            --shadow: 0 4px 20px rgba(0,0,0,0.08);\n        }\n        body { margin: 0; padding: 0; background: #fafafa; }\n        .tesery-v6-wrapper { font-family: 'Inter', -apple-system, sans-serif; color: var(--text-dark); line-height: 1.6; max-width: 1200px; margin: 0 auto; padding: 20px; background-color: transparent; }\n        .tesery-v6-wrapper section { margin-top: 60px; }\n        .hero-v6 { text-align: center; padding: 40px 0 20px; }\n        .hero-v6 h2 { font-size: 3rem; font-weight: 800; margin-bottom: 15px; }\n        .pill-container { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }\n        .pill-tag { background: #f0f0f0; color: #333; padding: 6px 18px; border-radius: 50px; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; border: 1px solid #e5e5e5; }\n        .feature-card-row { background: var(--white); border-radius: var(--border-radius); box-shadow: var(--shadow); margin-bottom: 30px; padding: 40px; display: flex; align-items: center; gap: 50px; transition: transform 0.3s ease; }\n        .feature-card-row:hover { transform: translateY(-5px); }\n        .f-media { flex: 1.2; }\n        .f-media img { width: 100%; border-radius: 12px; display: block; }\n        .f-info { flex: 1; }\n        .f-info h4 { font-size: 1.8rem; margin-bottom: 15px; font-weight: 700; }\n        .f-info ul { padding-left: 20px; }\n        .f-info li { margin-bottom: 10px; color: var(--text-medium); }\n        .key-features-section { text-align: center; padding: 40px 0; }\n        .key-features-section h3 { font-size: 2rem; font-weight: 700; margin-bottom: 40px; }\n        .features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; text-align: left; }\n        .feature-item { background: var(--white); padding: 30px; border-radius: 12px; box-shadow: var(--shadow); transition: transform 0.3s ease; }\n        .feature-item:hover { transform: translateY(-5px); }\n        .feature-item h5 { margin-top: 0; font-size: 1.25rem; }\n        .feature-item p { color: var(--text-medium); margin-bottom: 0; font-size: 0.95rem; }\n        .product-gallery-section { padding: 40px 0; }\n        .product-gallery-section h3 { text-align: center; font-size: 2rem; font-weight: 700; margin-bottom: 40px; }\n        .gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }\n        .gallery-item { text-align: center; }\n        .gallery-item img { width: 100%; border-radius: 12px; margin-bottom: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.06); }\n        .gallery-item .caption { font-weight: 600; color: var(--text-medium); font-size: 0.9rem; }\n        .tech-specs-section { margin-top: 30px; }\n        .tech-specs-section h3 { text-align: center; margin-bottom: 30px; font-size: 2rem; font-weight: 700; }\n        .tech-specs-card { background: var(--white); border-radius: var(--border-radius); box-shadow: var(--shadow); padding: 40px; margin-bottom: 40px; }\n        .tech-specs-card .intro-p { font-size: 1.05rem; color: var(--text-medium); margin-bottom: 30px; text-align: center; max-width: 800px; margin-left: auto; margin-right: auto; }\n        .specs-columns { display: flex; gap: 40px; }\n        .spec-column { flex: 1; background: #f9f9f9; padding: 25px; border-radius: 12px; border: 1px solid #eee; }\n        .spec-column h5 { font-size: 1.3rem; margin-top: 0; margin-bottom: 20px; display: flex; align-items: center; gap: 12px; }\n        .spec-column p { margin: 0 0 10px 0; color: var(--text-medium); }\n        .spec-column code { background: #e9e9e9; padding: 3px 8px; border-radius: 4px; font-family: 'Courier New', monospace; font-size: 0.95rem; }\n        .faq-section { margin-top: 60px; }\n        .faq-v6-container { margin-top: 30px; }\n        .faq-v6-item { background: var(--white); border-radius: 12px; margin-bottom: 15px; border: 1px solid #e5e7eb; overflow: hidden; }\n        .faq-v6-item summary { padding: 20px 24px; font-weight: 700; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }\n        .faq-v6-item summary::after { content: '+'; font-size: 1.4rem; color: #999; }\n        .faq-v6-item[open] summary::after { content: '−'; }\n        .faq-v6-content { padding: 0 24px 20px; background: #fafafa; color: var(--text-medium); }\n        .faq-v6-item summary h4 { margin: 0; font-size: 1em; font-weight: inherit; line-height: inherit; flex-grow: 1; }\n        @media (max-width: 768px) {\n            .tesery-v6-wrapper { padding: 15px; }\n            .tesery-v6-wrapper section { margin-top: 40px; }\n            .hero-v6 h2 { font-size: 2.2rem; }\n            .feature-card-row { flex-direction: column; padding: 20px; gap: 20px; text-align: center; }\n            .f-info ul { text-align: left; }\n            .f-info h4 { font-size: 1.5rem; }\n            .features-grid { grid-template-columns: 1fr; }\n            .key-features-section h3, .product-gallery-section h3, .tech-specs-section h3 { font-size: 1.6rem; }\n            .pill-tag { font-size: 0.7rem; padding: 4px 12px; }\n            .tech-specs-card { padding: 25px; }\n            .specs-columns { flex-direction: column; gap: 20px; }\n            .faq-section { margin-top: 40px; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"tesery-v6-wrapper\"\u003e\n\u003cheader class=\"hero-v6\"\u003e\n\u003ch2\u003eModel S Tail Light Assembly (2016-2020)\u003c\/h2\u003e\n\u003cdiv class=\"pill-container\"\u003e\n\u003cspan class=\"pill-tag\"\u003eFull 4-Piece Set\u003c\/span\u003e \u003cspan class=\"pill-tag\"\u003eOEM-Grade Fitment\u003c\/span\u003e \u003cspan class=\"pill-tag\"\u003eNA \u0026amp; EU Versions\u003c\/span\u003e \u003cspan class=\"pill-tag\"\u003ePlug \u0026amp; Play\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\n\u003csection\u003e\n\u003cdiv class=\"feature-card-row\"\u003e\n\u003cdiv style=\"text-align: center;\" class=\"f-media\"\u003e\u003cimg style=\"margin-bottom: 16px; float: none;\" src=\"https:\/\/www.tesery.com\/cdn\/shop\/files\/turn-brake-lamp-inner-tail-light-replacement-for-model-s-16-20-8590701.jpg?v=1772357891\u0026amp;width=713\" alt=\"Complete 4-piece tail light assembly for Tesla Model S 2016-2020\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"f-info\"\u003e\n\u003ch4\u003eRestore Your Model S's Signature Look\u003c\/h4\u003e\n\u003cp\u003eBring back the pristine, factory-fresh appearance of your Tesla Model S with our complete tail light assembly. Designed for the 2016-2020 facelift models, this kit provides a perfect, gap-free fit and restores the bright, clear illumination essential for safety and aesthetics. Available in both North American and European specifications.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eEngineered for a perfect 1:1 fit\u003c\/li\u003e\n\u003cli\u003eIP67-rated all-weather durability\u003c\/li\u003e\n\u003cli\u003eSimple, non-destructive plug \u0026amp; play install\u003c\/li\u003e\n\u003cli\u003eRestores original brightness and clarity\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"key-features-section\"\u003e\n\u003ch3\u003eWhy Choose Our Tail Light Assembly?\u003c\/h3\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch5\u003eComplete Restoration\u003c\/h5\u003e\n\u003cp\u003eThis full 4-piece set (inner\/outer, left\/right) allows you to fully restore the entire rear lighting system for a consistent and brand-new look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch5\u003eDurable All-Weather Build\u003c\/h5\u003e\n\u003cp\u003eFeatures a high-impact, UV-resistant lens and a hermetically sealed housing to protect against moisture, debris, and yellowing for lasting performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch5\u003eGuaranteed 1:1 Fitment\u003c\/h5\u003e\n\u003cp\u003eDesigned using original vehicle data, our lights use all factory mounting points for a secure, rattle-free installation with no modifications needed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch5\u003eEffortless Plug \u0026amp; Play Install\u003c\/h5\u003e\n\u003cp\u003eEach unit features an OEM-identical connector that plugs directly into your car's harness. No cutting, splicing, or coding is required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"product-gallery-section\"\u003e\n\u003ch3\u003eComponent Showcase\u003c\/h3\u003e\n\u003cdiv class=\"gallery-grid\"\u003e\n\u003cdiv style=\"text-align: center;\" class=\"gallery-item\"\u003e\n\u003cimg style=\"margin-bottom: 10px; float: none;\" src=\"https:\/\/www.tesery.com\/cdn\/shop\/files\/turn-brake-lamp-inner-tail-light-replacement-for-model-s-16-20-3131033.jpg?v=1772415198\u0026amp;width=713\" alt=\"Left Outer Tail Light (Body Mount) for Model S\"\u003e\n\u003cp class=\"caption\"\u003eLeft Outer Tail Light (Body Mount)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center;\" class=\"gallery-item\"\u003e\n\u003cimg style=\"margin-bottom: 10px; float: none;\" src=\"https:\/\/www.tesery.com\/cdn\/shop\/files\/turn-brake-lamp-inner-tail-light-replacement-for-model-s-16-20-2069950.jpg?v=1772415198\u0026amp;width=713\" alt=\"Right Outer Tail Light (Body Mount) for Model S\"\u003e\n\u003cp class=\"caption\"\u003eRight Outer Tail Light (Body Mount)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center;\" class=\"gallery-item\"\u003e\n\u003cimg style=\"margin-bottom: 10px; float: none;\" src=\"https:\/\/www.tesery.com\/cdn\/shop\/files\/turn-brake-lamp-inner-tail-light-replacement-for-model-s-16-20-6368788.jpg?v=1772415198\u0026amp;width=713\" alt=\"Left Inner Tail Light (Trunk Mount) for Model S\"\u003e\n\u003cp class=\"caption\"\u003eLeft Inner Tail Light (Trunk Mount)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center;\" class=\"gallery-item\"\u003e\n\u003cimg style=\"margin-bottom: 10px; float: none;\" src=\"https:\/\/www.tesery.com\/cdn\/shop\/files\/turn-brake-lamp-inner-tail-light-replacement-for-model-s-16-20-1501707.jpg?v=1772415198\u0026amp;width=713\" alt=\"Right Inner Tail Light (Trunk Mount) for Model S\"\u003e\n\u003cp class=\"caption\"\u003eRight Inner Tail Light (Trunk Mount)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"tech-specs-section\"\u003e\n\u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n\u003cdiv class=\"tech-specs-card\"\u003e\n\u003cp class=\"intro-p\"\u003ePlease select the correct version for your vehicle. The primary difference is the turn signal color. Verify your existing part numbers for a guaranteed match.\u003c\/p\u003e\n\u003cdiv class=\"specs-columns\"\u003e\n\u003cdiv class=\"spec-column\"\u003e\n\u003ch5\u003e🇺🇸 North American Version\u003c\/h5\u003e\n\u003cp\u003e\u003cstrong\u003eTurn Signal Color:\u003c\/strong\u003e Red\u003c\/p\u003e\n\u003cp\u003eLeft Outer (Body): \u003ccode\u003e1044345-00-G\u003c\/code\u003e\u003c\/p\u003e\n\u003cp\u003eRight Outer (Body): \u003ccode\u003e1044346-00-G\u003c\/code\u003e\u003c\/p\u003e\n\u003cp\u003eLeft Inner (Trunk): \u003ccode\u003e1044349-00-G\u003c\/code\u003e\u003c\/p\u003e\n\u003cp\u003eRight Inner (Trunk): \u003ccode\u003e1044350-00-G\u003c\/code\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-column\"\u003e\n\u003ch5\u003e🇪🇺🇨🇳 European \/ Intl. Version\u003c\/h5\u003e\n\u003cp\u003e\u003cstrong\u003eTurn Signal Color:\u003c\/strong\u003e Amber\u003c\/p\u003e\n\u003cp\u003eLeft Outer (Body): \u003ccode\u003e1044347-00-G\u003c\/code\u003e\u003c\/p\u003e\n\u003cp\u003eRight Outer (Body): \u003ccode\u003e1044348-00-G\u003c\/code\u003e\u003c\/p\u003e\n\u003cp\u003eLeft Inner (Trunk): \u003ccode\u003e1044351-00-G\u003c\/code\u003e\u003c\/p\u003e\n\u003cp\u003eRight Inner (Trunk): \u003ccode\u003e1044352-00-G\u003c\/code\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"faq-section\"\u003e\n\u003ch3 style=\"text-align: center; margin-bottom: 30px; font-size: 2rem; font-weight: bold;\"\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdiv class=\"faq-v6-container\"\u003e\n\u003cdetails class=\"faq-v6-item\"\u003e\n\u003csummary\u003e\n\u003ch4\u003eQ1: How do I know if this fits my Model S year?\u003c\/h4\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"faq-v6-content\"\u003eThis Inner Tail Light is designed specifically for the Model S manufactured between 2016 and 2020 (the post-facelift era). It fits the section of the light assembly mounted directly on the liftgate\/trunk lid. If your Model S is from 2012–2015 or the 2021+ Refresh, the connector and housing shape will be different.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-v6-item\"\u003e\n\u003csummary\u003e\n\u003ch4\u003eQ2: Does this unit include the LED bulbs and wiring?\u003c\/h4\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"faq-v6-content\"\u003eYes. This is a complete LED Turn Brake Lamp assembly. It comes with the internal LED circuit board and the factory-style connector pre-installed. It is a true plug-and-play replacement—simply swap your old housing for this new one and reconnect the existing harness.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-v6-item\"\u003e\n\u003csummary\u003e\n\u003ch4\u003eQ3: Will this replacement fix the common water\/moisture issue?\u003c\/h4\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"faq-v6-content\"\u003eAbsolutely. A major reason for Model S tail light failure is seal degradation leading to condensation. Our replacement features an upgraded, precision-welded housing with a high-density foam gasket designed to provide a much tighter seal than the early factory versions, keeping your LEDs dry and bright.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-v6-item\"\u003e\n\u003csummary\u003e\n\u003ch4\u003eQ4: Can I replace just the inner light without touching the outer corner light?\u003c\/h4\u003e\n\u003c\/summary\u003e\n\u003cdiv class=\"faq-v6-content\"\u003eYes. The inner and outer tail lights on the Model S are independent components. If only the light on your trunk lid is cracked or failing, you can replace just this Inner Lamp without needing to replace the larger outer unit on the rear fender.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv style=\"text-align: center; padding: 60px 0;\"\u003e\u003ca href=\"https:\/\/www.tesery.com\/collections\/tesla-parts\" style=\"display: inline-block; background: #000; color: #fff; padding: 18px 45px; text-decoration: none; font-weight: bold; border-radius: 4px;\"\u003eSHOP TESLA PARTS COLLECTION\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Tesery Official Store","offers":[{"title":"Fremont\/Texas Giga \/ Turn Brake Lamp \/ Please Select","offer_id":48092265218280,"sku":null,"price":180.0,"currency_code":"GBP","in_stock":true},{"title":"Fremont\/Texas Giga \/ Turn Brake Lamp \/ Left","offer_id":48092265251048,"sku":"TSLLJ0119-US-L","price":180.0,"currency_code":"GBP","in_stock":true},{"title":"Fremont\/Texas Giga \/ Turn Brake Lamp \/ Right","offer_id":48092265283816,"sku":"TSLLJ0119-US-R","price":180.0,"currency_code":"GBP","in_stock":true},{"title":"Fremont\/Texas Giga \/ Inner Tail Light \/ Please Select","offer_id":48092265316584,"sku":null,"price":195.0,"currency_code":"GBP","in_stock":true},{"title":"Fremont\/Texas Giga \/ Inner Tail Light \/ Left","offer_id":48092265349352,"sku":"TSLLJ0120-US-L","price":195.0,"currency_code":"GBP","in_stock":true},{"title":"Fremont\/Texas Giga \/ Inner Tail Light \/ Right","offer_id":48092265382120,"sku":"TSLLJ0120-R","price":195.0,"currency_code":"GBP","in_stock":true},{"title":"Fremont\/Texas Giga \/ Turn Brake Lamp \u0026 Inner Tail Light \/ Please Select","offer_id":48093728801000,"sku":null,"price":375.0,"currency_code":"GBP","in_stock":true},{"title":"Fremont\/Texas Giga \/ Turn Brake Lamp \u0026 Inner Tail Light \/ Left","offer_id":48093728833768,"sku":"TSLLJ0119-US-L+TSLLJ0120-US-L","price":375.0,"currency_code":"GBP","in_stock":true},{"title":"Fremont\/Texas Giga \/ Turn Brake Lamp \u0026 Inner Tail Light \/ Right","offer_id":48093728866536,"sku":"TSLLJ0119-US-R+TSLLJ0120-R","price":375.0,"currency_code":"GBP","in_stock":true},{"title":"Shanghai\/Berlin Giga \/ Turn Brake Lamp \/ Please Select","offer_id":48092265414888,"sku":null,"price":180.0,"currency_code":"GBP","in_stock":true},{"title":"Shanghai\/Berlin Giga \/ Turn Brake Lamp \/ Left","offer_id":48092265447656,"sku":"TSLLJ0119-EU-L","price":180.0,"currency_code":"GBP","in_stock":true},{"title":"Shanghai\/Berlin Giga \/ Turn Brake Lamp \/ Right","offer_id":48092265480424,"sku":"TSLLJ0119-EU-R","price":180.0,"currency_code":"GBP","in_stock":true},{"title":"Shanghai\/Berlin Giga \/ Inner Tail Light \/ Please Select","offer_id":48092265513192,"sku":null,"price":195.0,"currency_code":"GBP","in_stock":true},{"title":"Shanghai\/Berlin Giga \/ Inner Tail Light \/ Left","offer_id":48092265545960,"sku":"TSLLJ0120-EU-L","price":195.0,"currency_code":"GBP","in_stock":true},{"title":"Shanghai\/Berlin Giga \/ Inner Tail Light \/ Right","offer_id":48092265578728,"sku":"TSLLJ0120-R","price":195.0,"currency_code":"GBP","in_stock":true},{"title":"Shanghai\/Berlin Giga \/ Turn Brake Lamp \u0026 Inner Tail Light \/ Please Select","offer_id":48093728932072,"sku":null,"price":375.0,"currency_code":"GBP","in_stock":true},{"title":"Shanghai\/Berlin Giga \/ Turn Brake Lamp \u0026 Inner Tail Light \/ Left","offer_id":48093728964840,"sku":"TSLLJ0119-EU-L+TSLLJ0120-EU-L","price":375.0,"currency_code":"GBP","in_stock":true},{"title":"Shanghai\/Berlin Giga \/ Turn Brake Lamp \u0026 Inner Tail Light \/ Right","offer_id":48093728997608,"sku":"TSLLJ0119-EU-R+TSLLJ0120-R","price":375.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/turn-brake-lamp-inner-tail-light-replacement-for-model-s-16-20-8590701.jpg?v=1772357891","url":"https:\/\/www.tesery.com\/en-gb\/products\/model-s-turn-brake-lamp-inner-tail-light-replacement","provider":"Tesery Official Store","version":"1.0","type":"link"}