{"product_id":"dry-carbon-fiber-dashboard-panel-overlay-for-model-s-x-2021-3-finishes-uv-protected-peel-stick","title":"Dry Carbon Fiber Dashboard Panel Overlay for Model S\/X 2021+ | 3 Finishes | UV Protected | Peel \u0026 Stick","description":"\u003cstyle\u003e\n  .tx-product-page {\n    font-family: \"SF Pro Display\", -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: #1a1a1a;\n    line-height: 1.7;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 20px 0;\n  }\n  \n  .tx-section-title {\n    font-size: 24px;\n    font-weight: 700;\n    letter-spacing: -0.5px;\n    border-bottom: 1px solid #111;\n    padding-bottom: 12px;\n    margin-bottom: 30px;\n    margin-top: 60px;\n    color: #111;\n    text-transform: uppercase;\n  }\n\n  .tx-hero-section {\n    text-align: center;\n    padding: 50px 20px;\n    background: #f8f9fa;\n    border-radius: 12px;\n    margin-bottom: 50px;\n  }\n  \n  .tx-hero-section h2 {\n    font-size: 32px;\n    font-weight: 800;\n    margin-top: 0;\n    margin-bottom: 18px;\n    letter-spacing: -1px;\n    line-height: 1.2;\n    color: #111;\n  }\n  \n  .tx-hero-section p {\n    font-size: 16px;\n    color: #555;\n    max-width: 720px;\n    margin: 0 auto;\n  }\n\n  .tx-grid-features {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 25px;\n    margin-bottom: 50px;\n  }\n\n  .tx-feature-card {\n    background: #fff;\n    border: 1px solid #eaeaea;\n    padding: 30px 25px;\n    border-radius: 8px;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n  }\n\n  .tx-feature-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 12px 24px rgba(0,0,0,0.04);\n  }\n\n  .tx-feature-card h4 {\n    font-size: 16px;\n    font-weight: 700;\n    margin-top: 0;\n    margin-bottom: 12px;\n    color: #111;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n\n  .tx-feature-card p {\n    font-size: 14px;\n    color: #666;\n    margin: 0;\n  }\n\n  .tx-finishes-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 15px;\n    margin-bottom: 50px;\n  }\n\n  .tx-finish-item {\n    background: #f8f9fa;\n    border: 1px solid #eaeaea;\n    color: #111;\n    padding: 25px 15px;\n    border-radius: 8px;\n    text-align: center;\n  }\n\n  .tx-finish-item h5 {\n    margin: 0 0 8px 0;\n    font-size: 16px;\n    font-weight: 600;\n    letter-spacing: 0.5px;\n    color: #111;\n  }\n\n  .tx-finish-item span {\n    font-size: 13px;\n    color: #666;\n    display: block;\n  }\n\n  .tx-specs-wrapper {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 0;\n    background: #fff;\n    border: 1px solid #eaeaea;\n    border-radius: 8px;\n    margin-bottom: 50px;\n    overflow: hidden;\n  }\n\n  .tx-specs-box {\n    padding: 35px;\n  }\n\n  .tx-specs-box:first-child {\n    border-right: 1px solid #eaeaea;\n    background: #fafafa;\n  }\n\n  @media (max-width: 600px) {\n    .tx-specs-box:first-child {\n      border-right: none;\n      border-bottom: 1px solid #eaeaea;\n    }\n  }\n\n  .tx-specs-box h4 {\n    font-size: 16px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-top: 0;\n    margin-bottom: 20px;\n    color: #111;\n  }\n\n  .tx-specs-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .tx-specs-list li {\n    font-size: 14px;\n    padding: 10px 0;\n    border-bottom: 1px solid #eaeaea;\n    color: #555;\n    display: flex;\n    justify-content: space-between;\n  }\n\n  .tx-specs-list li:last-child {\n    border-bottom: none;\n    padding-bottom: 0;\n  }\n\n  .tx-specs-list strong {\n    color: #111;\n    font-weight: 600;\n  }\n\n  .tx-video-container {\n    position: relative;\n    padding-bottom: 56.25%;\n    height: 0;\n    overflow: hidden;\n    border-radius: 8px;\n    margin-bottom: 50px;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n  }\n\n  .tx-video-container iframe {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    border: 0;\n  }\n\n  .tx-install-highlight {\n    background: #f8f9fa;\n    border-left: 4px solid #111;\n    color: #111;\n    padding: 18px 25px;\n    border-radius: 0 8px 8px 0;\n    font-weight: 600;\n    font-size: 15px;\n    margin-bottom: 30px;\n  }\n\n  .tx-step-list {\n    counter-reset: tx-counter;\n    list-style: none;\n    padding: 0;\n  }\n\n  .tx-step-list li {\n    position: relative;\n    padding-left: 50px;\n    margin-bottom: 18px;\n    font-size: 15px;\n    color: #444;\n  }\n\n  .tx-step-list li::before {\n    counter-increment: tx-counter;\n    content: counter(tx-counter);\n    position: absolute;\n    left: 0;\n    top: -1px;\n    background: #111;\n    color: #fff;\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 12px;\n    font-weight: bold;\n  }\n\n  .tx-step-list strong {\n    color: #111;\n  }\n\n  .tx-compatibility {\n    background: #f8f9fa;\n    border: 1px solid #eaeaea;\n    color: #111;\n    padding: 35px 25px;\n    border-radius: 8px;\n    text-align: center;\n    margin-top: 50px;\n  }\n\n  .tx-compatibility h4 {\n    margin: 0 0 20px 0;\n    font-size: 18px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: #111;\n  }\n\n  .tx-models-badges {\n    display: flex;\n    justify-content: center;\n    gap: 15px;\n    flex-wrap: wrap;\n  }\n\n  .tx-badge {\n    background: #fff;\n    border: 1px solid #ddd;\n    color: #111;\n    padding: 10px 24px;\n    border-radius: 40px;\n    font-size: 14px;\n    font-weight: 600;\n    letter-spacing: 0.5px;\n    box-shadow: 0 2px 5px rgba(0,0,0,0.02);\n  }\n\n  .tx-faq-wrapper {\n    margin-bottom: 50px;\n    border-top: 1px solid #eaeaea;\n  }\n\n  .tx-faq-item {\n    border-bottom: 1px solid #eaeaea;\n  }\n\n  .tx-faq-item details {\n    width: 100%;\n  }\n\n  .tx-faq-item summary {\n    font-weight: 600;\n    font-size: 16px;\n    color: #111;\n    padding: 22px 0;\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    transition: color 0.2s ease;\n  }\n\n  .tx-faq-item summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .tx-faq-item summary:hover {\n    color: #555;\n  }\n\n  .tx-faq-item summary::after {\n    content: '+';\n    font-size: 24px;\n    font-weight: 300;\n    color: #111;\n  }\n\n  .tx-faq-item details[open] summary::after {\n    content: '−';\n  }\n\n  .tx-faq-item p {\n    margin: 0;\n    padding-bottom: 22px;\n    padding-right: 20px;\n    color: #555;\n    font-size: 15px;\n  }\n\n  .tx-trust-badges {\n    display: flex;\n    justify-content: space-around;\n    align-items: flex-start;\n    flex-wrap: wrap;\n    gap: 20px;\n    padding: 40px 20px;\n    background: #f8f9fa;\n    border-radius: 8px;\n    margin-top: 50px;\n    text-align: center;\n  }\n\n  .tx-trust-badge {\n    flex: 1;\n    min-width: 140px;\n  }\n\n  .tx-trust-badge svg {\n    width: 36px;\n    height: 36px;\n    margin-bottom: 15px;\n    stroke: #111;\n    stroke-width: 1.5;\n    fill: none;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .tx-trust-badge span {\n    display: block;\n    font-size: 14px;\n    font-weight: 700;\n    color: #111;\n    margin-bottom: 6px;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n\n  .tx-trust-badge p {\n    font-size: 13px;\n    color: #666;\n    margin: 0;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tx-product-page\"\u003e\n\n  \u003cdiv class=\"tx-hero-section\"\u003e\n    \u003ch2\u003eThe Ultimate Wood Trim Delete.\u003cbr\u003eUpgrade to the Plaid Aesthetic.\u003c\/h2\u003e\n    \u003cp\u003eTransform the interior of your 2021+ Refresh Model S or Model X. Erase the outdated factory wood trim and elevate your cabin with our precision-engineered Dry Carbon Fiber dashboard overlay. Zero rattles, zero gaps, 100% genuine motorsport DNA.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tx-grid-features\"\u003e\n    \u003cdiv class=\"tx-feature-card\"\u003e\n      \u003ch4\u003eAuthentic Dry Carbon\u003c\/h4\u003e\n      \u003cp\u003eReal dry molded carbon fiber material (not vinyl wrap). Provides genuine lightweight strength, premium appearance, and a race-inspired aesthetic.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tx-feature-card\"\u003e\n      \u003ch4\u003eUV \u0026amp; Scratch Protection\u003c\/h4\u003e\n      \u003cp\u003eProtective UV coating prevents fading and discoloration. Shields your original dashboard from scratches and daily wear, preserving resale value.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tx-feature-card\"\u003e\n      \u003ch4\u003ePrecision-Engineered Fit\u003c\/h4\u003e\n      \u003cp\u003eCustom-designed specifically for 2021+ Refresh models. Fits perfectly over the dashboard panel with no gaps or misalignment for seamless integration.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch3 class=\"tx-section-title\"\u003eChoose Your Finish\u003c\/h3\u003e\n  \u003cdiv class=\"tx-finishes-grid\"\u003e\n    \u003cdiv class=\"tx-finish-item\"\u003e\n      \u003ch5\u003eGlossy Carbon Fiber\u003c\/h5\u003e\n      \u003cspan\u003eClassic, high-shine \u0026amp; reflective\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tx-finish-item\"\u003e\n      \u003ch5\u003eMatte Carbon Fiber\u003c\/h5\u003e\n      \u003cspan\u003eStealthy, anti-glare OEM look\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tx-finish-item\"\u003e\n      \u003ch5\u003eForged Carbon Fiber\u003c\/h5\u003e\n      \u003cspan\u003eAggressive, modern marbled style\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tx-specs-wrapper\"\u003e\n    \u003cdiv class=\"tx-specs-box\"\u003e\n      \u003ch4\u003eProduct Specifications\u003c\/h4\u003e\n      \u003cul class=\"tx-specs-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eType\u003c\/strong\u003e \u003cspan\u003eDashboard panel overlay\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eMaterial\u003c\/strong\u003e \u003cspan\u003eAuthentic dry carbon fiber\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eFinishes\u003c\/strong\u003e \u003cspan\u003eGlossy, Matte, Forged\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eCompatibility\u003c\/strong\u003e \u003cspan\u003eModel S \u0026amp; X (2021+)\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eInstallation\u003c\/strong\u003e \u003cspan\u003eAdhesive backing\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tx-specs-box\"\u003e\n      \u003ch4\u003ePackage Includes\u003c\/h4\u003e\n      \u003cul class=\"tx-specs-list\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003e2x\u003c\/strong\u003e \u003cspan\u003eDry Carbon Dashboard Overlays\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e1x\u003c\/strong\u003e \u003cspan\u003ePre-applied premium adhesive\u003c\/span\u003e\n\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e1x\u003c\/strong\u003e \u003cspan\u003eDetailed Instructions\u003c\/span\u003e\n\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003ch3 class=\"tx-section-title\"\u003eSee It In Action\u003c\/h3\u003e\n  \u003cdiv class=\"tx-video-container\"\u003e\n    \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/KfL2duE_IJ8?rel=0\" title=\"Installation Guide\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\u003c\/iframe\u003e\n  \u003c\/div\u003e\n\n  \u003ch3 class=\"tx-section-title\"\u003eInstallation Guide\u003c\/h3\u003e\n  \u003cdiv class=\"tx-install-highlight\"\u003e\n    Installation Time: 20-30 minutes. 100% Reversible. No tools, drilling, or modifications required.\n  \u003c\/div\u003e\n  \u003col class=\"tx-step-list\"\u003e\n    \u003cli\u003e\n\u003cstrong\u003eTest fit\u003c\/strong\u003e the carbon fiber overlay on your dashboard panel (keep the adhesive liner on).\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eVerify alignment\u003c\/strong\u003e and positioning carefully against the edges.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eClean\u003c\/strong\u003e the dashboard surface thoroughly with isopropyl alcohol.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eDry\u003c\/strong\u003e the surface completely before proceeding.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003ePeel back\u003c\/strong\u003e a small section of the adhesive backing at one end.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eAlign\u003c\/strong\u003e the overlay carefully with the dashboard edge.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003ePress firmly\u003c\/strong\u003e and slowly continue peeling the backing away as you move along.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eApply even pressure\u003c\/strong\u003e across the entire overlay to ensure flush fitment.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eSmooth out\u003c\/strong\u003e any potential air gaps using a soft microfiber cloth.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003ePress firmly\u003c\/strong\u003e for 60 seconds on all areas, especially the edges and corners.\u003c\/li\u003e\n    \u003cli\u003e\n\u003cstrong\u003eAllow 24 hours\u003c\/strong\u003e for full adhesion before exposing to extreme heat or cleaning.\u003c\/li\u003e\n  \u003c\/ol\u003e\n\n  \u003cdiv class=\"tx-compatibility\"\u003e\n    \u003ch4\u003ePerfect Fitment For\u003c\/h4\u003e\n    \u003cdiv class=\"tx-models-badges\"\u003e\n      \u003cdiv class=\"tx-badge\"\u003eModel S (2021+)\u003c\/div\u003e\n      \u003cdiv class=\"tx-badge\"\u003eModel S Plaid\u003c\/div\u003e\n      \u003cdiv class=\"tx-badge\"\u003eModel X (2021+)\u003c\/div\u003e\n      \u003cdiv class=\"tx-badge\"\u003eModel X Plaid\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp style=\"margin-top: 25px; font-size: 13px; color: #666; margin-bottom: 0;\"\u003e*Not compatible with 2012-2020 pre-refresh vehicles.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003ch3 class=\"tx-section-title\" style=\"border-bottom: none; padding-bottom: 0; margin-bottom: 10px;\"\u003eFrequently Asked Questions\u003c\/h3\u003e\n  \u003cdiv class=\"tx-faq-wrapper\"\u003e\n    \u003cdiv class=\"tx-faq-item\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWill this fit the pre-2021 Model S or X?\u003c\/summary\u003e\n        \u003cp\u003eNo, this is exclusively laser-measured for the Refresh 2021+ Model S and Model X interior. It will not fit legacy models.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tx-faq-item\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWill the Matte finish match the factory Plaid carbon fiber?\u003c\/summary\u003e\n        \u003cp\u003eYes, our Matte dry carbon is engineered to closely replicate the exact weave and sheen of the OEM Tesla Plaid carbon fiber trim.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tx-faq-item\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eDoes it cause glare on the windshield?\u003c\/summary\u003e\n        \u003cp\u003eIf you are concerned about glare, we highly recommend choosing the Matte finish, which absorbs light and significantly reduces windshield reflections compared to the factory wood or Glossy finish.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tx-faq-item\"\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow do I remove it later? (Is it Lease-Safe?)\u003c\/summary\u003e\n        \u003cp\u003eYes, it is 100% lease-safe. Simply use a heat gun or hair dryer on a low setting to warm the adhesive, then gently peel it off. Any remaining residue can be easily wiped away with Goo Gone or rubbing alcohol, leaving your factory dashboard flawless.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"tx-trust-badges\"\u003e\n    \u003cdiv class=\"tx-trust-badge\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M9 12l2 2 4-4\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan\u003e100% Lease-Safe\u003c\/span\u003e\n      \u003cp\u003eZero residue. Fully reversible.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tx-trust-badge\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003ccircle cx=\"12\" cy=\"8\" r=\"7\"\u003e\u003c\/circle\u003e\n        \u003cpolyline points=\"8.21 13.89 7 23 12 20 17 23 15.79 13.88\"\u003e\u003c\/polyline\u003e\n      \u003c\/svg\u003e\n      \u003cspan\u003ePremium Quality\u003c\/span\u003e\n      \u003cp\u003eAuthentic Dry Carbon Fiber.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tx-trust-badge\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\n        \u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\n      \u003c\/svg\u003e\n      \u003cspan\u003ePrecision Fit\u003c\/span\u003e\n      \u003cp\u003eLaser-scanned for 2021+ Models.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tx-trust-badge\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\n        \u003crect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\n        \u003cpath d=\"M7 11V7a5 5 0 0 1 10 0v4\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan\u003eSecure Checkout\u003c\/span\u003e\n      \u003cp\u003e256-bit encrypted payment.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"Please choose color","offer_id":47661196771468,"sku":"sku-46939183448296","price":229.0,"currency_code":"USD","in_stock":true},{"title":"Glossy","offer_id":47661196804236,"sku":"TSL2890-A","price":229.0,"currency_code":"USD","in_stock":true},{"title":"Matte","offer_id":47661196837004,"sku":"TSL2890-B","price":229.0,"currency_code":"USD","in_stock":true},{"title":"Forged","offer_id":47661196869772,"sku":"TSL2890-C","price":259.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0577\/5858\/0876\/files\/dry-carbon-fiber-dashboard-panel-overlay-for-model-sx-2021-3-finishes-uv-protected-peel-stick-1265553.jpg?v=1776424849","url":"https:\/\/gobekusa.com\/products\/dry-carbon-fiber-dashboard-panel-overlay-for-model-s-x-2021-3-finishes-uv-protected-peel-stick","provider":"GobekUSA","version":"1.0","type":"link"}