# Title: Dry Carbon Fiber Dashboard Panel Overlay for Model S/X 2021+ | 3 Finishes | UV Protected | Peel & Stick ## Description: .tx-product-page { font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: #1a1a1a; line-height: 1.7; max-width: 900px; margin: 0 auto; padding: 20px 0; } .tx-section-title { font-size: 24px; font-weight: 700; letter-spacing: -0.5px; border-bottom: 1px solid #111; padding-bottom: 12px; margin-bottom: 30px; margin-top: 60px; color: #111; text-transform: uppercase; } .tx-hero-section { text-align: center; padding: 50px 20px; background: #f8f9fa; border-radius: 12px; margin-bottom: 50px; } .tx-hero-section h2 { font-size: 32px; font-weight: 800; margin-top: 0; margin-bottom: 18px; letter-spacing: -1px; line-height: 1.2; color: #111; } .tx-hero-section p { font-size: 16px; color: #555; max-width: 720px; margin: 0 auto; } .tx-grid-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 25px; margin-bottom: 50px; } .tx-feature-card { background: #fff; border: 1px solid #eaeaea; padding: 30px 25px; border-radius: 8px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .tx-feature-card:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(0,0,0,0.04); } .tx-feature-card h4 { font-size: 16px; font-weight: 700; margin-top: 0; margin-bottom: 12px; color: #111; text-transform: uppercase; letter-spacing: 0.5px; } .tx-feature-card p { font-size: 14px; color: #666; margin: 0; } .tx-finishes-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; margin-bottom: 50px; } .tx-finish-item { background: #f8f9fa; border: 1px solid #eaeaea; color: #111; padding: 25px 15px; border-radius: 8px; text-align: center; } .tx-finish-item h5 { margin: 0 0 8px 0; font-size: 16px; font-weight: 600; letter-spacing: 0.5px; color: #111; } .tx-finish-item span { font-size: 13px; color: #666; display: block; } .tx-specs-wrapper { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 0; background: #fff; border: 1px solid #eaeaea; border-radius: 8px; margin-bottom: 50px; overflow: hidden; } .tx-specs-box { padding: 35px; } .tx-specs-box:first-child { border-right: 1px solid #eaeaea; background: #fafafa; } @media (max-width: 600px) { .tx-specs-box:first-child { border-right: none; border-bottom: 1px solid #eaeaea; } } .tx-specs-box h4 { font-size: 16px; text-transform: uppercase; letter-spacing: 1px; margin-top: 0; margin-bottom: 20px; color: #111; } .tx-specs-list { list-style: none; padding: 0; margin: 0; } .tx-specs-list li { font-size: 14px; padding: 10px 0; border-bottom: 1px solid #eaeaea; color: #555; display: flex; justify-content: space-between; } .tx-specs-list li:last-child { border-bottom: none; padding-bottom: 0; } .tx-specs-list strong { color: #111; font-weight: 600; } .tx-video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 8px; margin-bottom: 50px; box-shadow: 0 10px 30px rgba(0,0,0,0.08); } .tx-video-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; } .tx-install-highlight { background: #f8f9fa; border-left: 4px solid #111; color: #111; padding: 18px 25px; border-radius: 0 8px 8px 0; font-weight: 600; font-size: 15px; margin-bottom: 30px; } .tx-step-list { counter-reset: tx-counter; list-style: none; padding: 0; } .tx-step-list li { position: relative; padding-left: 50px; margin-bottom: 18px; font-size: 15px; color: #444; } .tx-step-list li::before { counter-increment: tx-counter; content: counter(tx-counter); position: absolute; left: 0; top: -1px; background: #111; color: #fff; width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: bold; } .tx-step-list strong { color: #111; } .tx-compatibility { background: #f8f9fa; border: 1px solid #eaeaea; color: #111; padding: 35px 25px; border-radius: 8px; text-align: center; margin-top: 50px; } .tx-compatibility h4 { margin: 0 0 20px 0; font-size: 18px; text-transform: uppercase; letter-spacing: 1px; color: #111; } .tx-models-badges { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; } .tx-badge { background: #fff; border: 1px solid #ddd; color: #111; padding: 10px 24px; border-radius: 40px; font-size: 14px; font-weight: 600; letter-spacing: 0.5px; box-shadow: 0 2px 5px rgba(0,0,0,0.02); } .tx-faq-wrapper { margin-bottom: 50px; border-top: 1px solid #eaeaea; } .tx-faq-item { border-bottom: 1px solid #eaeaea; } .tx-faq-item details { width: 100%; } .tx-faq-item summary { font-weight: 600; font-size: 16px; color: #111; padding: 22px 0; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; transition: color 0.2s ease; } .tx-faq-item summary::-webkit-details-marker { display: none; } .tx-faq-item summary:hover { color: #555; } .tx-faq-item summary::after { content: '+'; font-size: 24px; font-weight: 300; color: #111; } .tx-faq-item details[open] summary::after { content: '−'; } .tx-faq-item p { margin: 0; padding-bottom: 22px; padding-right: 20px; color: #555; font-size: 15px; } .tx-trust-badges { display: flex; justify-content: space-around; align-items: flex-start; flex-wrap: wrap; gap: 20px; padding: 40px 20px; background: #f8f9fa; border-radius: 8px; margin-top: 50px; text-align: center; } .tx-trust-badge { flex: 1; min-width: 140px; } .tx-trust-badge svg { width: 36px; height: 36px; margin-bottom: 15px; stroke: #111; stroke-width: 1.5; fill: none; stroke-linecap: round; stroke-linejoin: round; } .tx-trust-badge span { display: block; font-size: 14px; font-weight: 700; color: #111; margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.5px; } .tx-trust-badge p { font-size: 13px; color: #666; margin: 0; } The Ultimate Wood Trim Delete.Upgrade to the Plaid Aesthetic. Transform 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. Authentic Dry Carbon Real dry molded carbon fiber material (not vinyl wrap). Provides genuine lightweight strength, premium appearance, and a race-inspired aesthetic. UV & Scratch Protection Protective UV coating prevents fading and discoloration. Shields your original dashboard from scratches and daily wear, preserving resale value. Precision-Engineered Fit Custom-designed specifically for 2021+ Refresh models. Fits perfectly over the dashboard panel with no gaps or misalignment for seamless integration. Choose Your Finish Glossy Carbon Fiber Classic, high-shine & reflective Matte Carbon Fiber Stealthy, anti-glare OEM look Forged Carbon Fiber Aggressive, modern marbled style Product Specifications Type Dashboard panel overlay Material Authentic dry carbon fiber Finishes Glossy, Matte, Forged Compatibility Model S & X (2021+) Installation Adhesive backing Package Includes 2x Dry Carbon Dashboard Overlays 1x Pre-applied premium adhesive 1x Detailed Instructions See It In Action Installation Guide Installation Time: 20-30 minutes. 100% Reversible. No tools, drilling, or modifications required. Test fit the carbon fiber overlay on your dashboard panel (keep the adhesive liner on). Verify alignment and positioning carefully against the edges. Clean the dashboard surface thoroughly with isopropyl alcohol. Dry the surface completely before proceeding. Peel back a small section of the adhesive backing at one end. Align the overlay carefully with the dashboard edge. Press firmly and slowly continue peeling the backing away as you move along. Apply even pressure across the entire overlay to ensure flush fitment. Smooth out any potential air gaps using a soft microfiber cloth. Press firmly for 60 seconds on all areas, especially the edges and corners. Allow 24 hours for full adhesion before exposing to extreme heat or cleaning. Perfect Fitment For Model S (2021+) Model S Plaid Model X (2021+) Model X Plaid *Not compatible with 2012-2020 pre-refresh vehicles. Frequently Asked Questions Will this fit the pre-2021 Model S or X? No, this is exclusively laser-measured for the Refresh 2021+ Model S and Model X interior. It will not fit legacy models. Will the Matte finish match the factory Plaid carbon fiber? Yes, our Matte dry carbon is engineered to closely replicate the exact weave and sheen of the OEM Tesla Plaid carbon fiber trim. Does it cause glare on the windshield? If 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. How do I remove it later? (Is it Lease-Safe?) Yes, 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. 100% Lease-Safe Zero residue. Fully reversible. Premium Quality Authentic Dry Carbon Fiber. Precision Fit Laser-scanned for 2021+ Models. Secure Checkout 256-bit encrypted payment. ## Product type: Carbon Fiber Dashboard Covers ## Vendor: Tesery Official Store ## Tags: Shopify Collective, Tesery Official Store ## Price range: 229.0 - 259.0 USD ## Link: https://shop.water-services.us/products/dry-carbon-fiber-dashboard-panel-overlay-for-model-s-x-2021-3-finishes-uv-protected-peel-stick ## Compare-at price range: 309.0 - 309.0 USD ## Options - Please choose: Glossy, Matte, Forged ## Variants - Glossy, SKU: TSL2890-A, Available: yes, Inventory: 0, Delivery profile: Shopify Collective - Matte, SKU: TSL2890-B, Available: yes, Inventory: 0, Delivery profile: Shopify Collective - Forged, SKU: TSL2890-C, Available: yes, Inventory: 0, Delivery profile: Shopify Collective ## Metafields - google_product_category: 8233 - badge: - widget:
- review_widget_data: {"number_of_reviews":0,"average_rating":"0.00","number_of_questions":0,"product_name":"Dry Carbon Fiber Dashboard Panel Overlay for Model S/X 2021+ | 3 Finishes | UV Protected | Peel & Stick","product_external_id":7420171911248,"product_coupons_enabled":true,"image_url":"https://cdn.shopify.com/s/files/1/0242/9940/5392/files/dry-carbon-fiber-dashboard-panel-overlay-for-model-sx-2021-3-finishes-uv-protected-peel-stick-1265553.jpg?v=1788181080","histogram":[{"rating":5,"frequency":0,"percentage":0,"extra_class":null},{"rating":4,"frequency":0,"percentage":0,"extra_class":null},{"rating":3,"frequency":0,"percentage":0,"extra_class":null},{"rating":2,"frequency":0,"percentage":0,"extra_class":null},{"rating":1,"frequency":0,"percentage":0,"extra_class":null}],"review_keywords":null,"product_medals":[],"custom_form_filters_and_averages":null,"photo_gallery":null,"review_summary_text":"Be the first to write a review","ai_summary_text":"","sort_key":"created_at","multi_language_sorting_enabled":true,"metafield_updated_at":"2026-08-31T13:02:58Z","primary_language":"en","primary_language_reviews":[],"primary_language_pagination":{"total_pages":0,"current_page":1,"per_page":5},"other_language_reviews":[],"other_language_pagination":{"total_pages":0,"current_page":1,"per_page":3},"reviews":[]} - product_status: {"pending":4,"failed":0,"approved":0}