{"product_id":"model-3-y-display-cover-dry-carbon-fiber-interior-mods","title":"Model 3 \/ Y Display Cover - Dry Carbon Fiber Interior Mods","description":"\u003cstyle\u003e\n  .premium-tesla-layout {\n    --color-brand: #0056B3;\n    --color-text-main: #111111;\n    --color-text-muted: #666666;\n    --color-bg-light: #f9f9f9;\n    --color-border: #eaeaea;\n    --radius-lg: 24px;\n    --radius-pill: 40px;\n    --transition-smooth: 0.5s cubic-bezier(0.16, 1, 0.3, 1);\n    \n    font-family: -apple-system, BlinkMacSystemFont, \"SF Pro Display\", \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--color-text-main);\n    line-height: 1.6;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0;\n    -webkit-font-smoothing: antialiased;\n    -moz-osx-font-smoothing: grayscale;\n  }\n\n  .premium-tesla-layout h2, \n  .premium-tesla-layout h3 {\n    color: var(--color-text-main);\n    margin: 0;\n  }\n  \n  .premium-tesla-layout h2 {\n    font-size: clamp(2.2rem, 5vw, 3.5rem);\n    font-weight: 700;\n    letter-spacing: -0.03em;\n    line-height: 1.15;\n    margin-bottom: 24px;\n  }\n  \n  .premium-tesla-layout h3 {\n    font-size: clamp(1.4rem, 2.5vw, 1.8rem);\n    font-weight: 600;\n    letter-spacing: -0.01em;\n    margin-bottom: 16px;\n  }\n  \n  .premium-tesla-layout p {\n    font-size: 1.125rem;\n    color: var(--color-text-muted);\n    margin: 0 0 24px 0;\n    font-weight: 400;\n  }\n  \n  .premium-tesla-layout strong {\n    color: var(--color-text-main);\n    font-weight: 600;\n  }\n\n  .section-pad {\n    padding: clamp(60px, 8vw, 120px) 24px;\n  }\n\n  .bg-light {\n    background-color: var(--color-bg-light);\n  }\n\n  .hero-section {\n    text-align: center;\n    padding: 100px 24px 60px;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .hero-subtitle {\n    font-size: clamp(1.1rem, 2vw, 1.3rem);\n    font-weight: 600;\n    color: var(--color-brand);\n    margin-bottom: 24px;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n  }\n  \n  .hero-desc {\n    max-width: 680px;\n    font-size: clamp(1.1rem, 2vw, 1.25rem) !important;\n    text-align: center !important;\n    margin: 0 auto 24px auto;\n  }\n\n  .video-section {\n    padding: 0 24px clamp(60px, 8vw, 100px);\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  \n  .video-wrapper {\n    position: relative;\n    padding-bottom: 56.25%;\n    height: 0;\n    overflow: hidden;\n    border-radius: var(--radius-lg);\n    box-shadow: 0 24px 48px rgba(0,0,0,0.08);\n    background-color: #000;\n  }\n\n  .video-wrapper iframe {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    border: 0;\n  }\n\n  .grid-2col {\n    display: grid;\n    grid-template-columns: 1fr; \n    gap: 32px;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  \n  @media (min-width: 768px) {\n    .grid-2col {\n      grid-template-columns: repeat(2, 1fr); \n      gap: 32px;\n    }\n  }\n  \n  .feature-card {\n    background-color: #ffffff;\n    padding: 40px 32px;\n    border-radius: 20px;\n    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n    border: 1px solid rgba(0,0,0,0.02);\n  }\n\n  .feature-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);\n  }\n\n  .feature-card h3 {\n    color: var(--color-brand);\n    font-size: 1.4rem;\n  }\n\n  .feature-card p {\n    margin-bottom: 0;\n    font-size: 1.05rem;\n  }\n\n  .feature-row {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 40px;\n    margin-bottom: clamp(60px, 10vw, 120px);\n    align-items: center;\n  }\n  \n  .feature-row:last-child {\n    margin-bottom: 0;\n  }\n  \n  .feature-text {\n    max-width: 480px;\n  }\n  \n  .feature-image {\n    width: 100%;\n    background-color: #f4f4f5; \n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    aspect-ratio: 1 \/ 1; \n    display: flex;\n    align-items: center;\n    justify-content: center;\n    padding: 24px; \n  }\n  \n  .feature-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: contain; \n    display: block;\n    transition: transform var(--transition-smooth);\n    border-radius: 8px;\n  }\n\n  .feature-row:hover .feature-image img {\n    transform: scale(1.05);\n  }\n  \n  @media (min-width: 900px) {\n    .feature-row {\n      grid-template-columns: 1fr 1fr;\n      gap: 80px;\n    }\n    .feature-row.reverse {\n      grid-template-columns: 1fr 1fr;\n    }\n    .feature-row.reverse .feature-text {\n      order: -1;\n      margin-left: auto;\n    }\n  }\n\n  .specs-container, .faq-container {\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  .clean-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n  \n  .clean-table td {\n    padding: 20px 0;\n    border-bottom: 1px solid var(--color-border);\n    color: var(--color-text-muted);\n  }\n  \n  .clean-table tr:last-child td {\n    border-bottom: none;\n  }\n  \n  .clean-table td:first-child {\n    font-weight: 600;\n    color: var(--color-text-main);\n    width: 40%;\n  }\n  \n  .faq-item {\n    border-bottom: 1px solid var(--color-border);\n  }\n  \n  .faq-item details {\n    padding: 24px 0;\n  }\n  \n  .faq-item summary {\n    font-size: 1.2rem;\n    font-weight: 600;\n    color: var(--color-text-main);\n    cursor: pointer;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n  \n  .faq-item summary::-webkit-details-marker { display: none; }\n  \n  .faq-item summary::after {\n    content: '+';\n    font-size: 1.8rem;\n    color: var(--color-brand);\n    font-weight: 300;\n    transition: transform 0.3s ease;\n  }\n  \n  .faq-item details[open] summary::after {\n    transform: rotate(45deg);\n  }\n  \n  .faq-item p {\n    margin-top: 16px;\n    margin-bottom: 0;\n    padding-right: 40px;\n  }\n\n  .btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    background-color: var(--color-brand);\n    color: #ffffff !important;\n    padding: 16px 40px;\n    border-radius: var(--radius-pill);\n    font-size: 1.1rem;\n    font-weight: 600;\n    text-decoration: none;\n    transition: all 0.3s ease;\n    border: none;\n    cursor: pointer;\n  }\n  \n  .btn:hover {\n    background-color: var(--color-text-main);\n    transform: translateY(-2px);\n    box-shadow: 0 10px 20px rgba(0,0,0,0.1);\n  }\n\n  .cta-section {\n    text-align: center;\n    padding: clamp(80px, 10vw, 120px) 24px;\n    max-width: 800px;\n    margin: 0 auto;\n  }\n  \n  .custom-link {\n    color: var(--color-brand);\n    font-weight: 600;\n    text-decoration: none;\n    border-bottom: 2px solid rgba(0, 86, 179, 0.2);\n    transition: border-color 0.3s ease;\n  }\n  \n  .custom-link:hover {\n    border-bottom-color: var(--color-brand);\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"premium-tesla-layout\"\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-subtitle\"\u003eCenter Control Screen Back Cover\u003c\/div\u003e\n\u003ch2\u003e100% Real Dry\u003cbr\u003eCarbon Fiber\u003c\/h2\u003e\n\u003cp class=\"hero-desc\"\u003e\u003cstrong\u003eThe perfect fusion of performance, aesthetics, and premium protection.\u003c\/strong\u003e\u003cbr\u003eUpgrade your Tesla Model 3 or Model Y cabin with authentic dry carbon fiber. Add a sporty, high-end touch to your center display while safeguarding it from scratches, dust, and fingerprints.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"video-section\"\u003e\n\u003cdiv class=\"video-wrapper\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/b_RPOHchgW8?rel=0\" title=\"Tesla Screen Cover Video\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section-pad bg-light\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: clamp(40px, 6vw, 80px);\"\u003eWhy Owners Love It\u003c\/h2\u003e\n\u003cdiv class=\"grid-2col\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003eAuthentic Material\u003c\/h3\u003e\n\u003cp\u003eCrafted from 100% genuine dry carbon fiber—not cheap plastic or PVC films. Delivers exceptional strength, lightweight durability, and a clear, natural stripe texture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003eEveryday Protection\u003c\/h3\u003e\n\u003cp\u003eYour center display's rear surface is prone to accidental scuffs from hands, rings, or dust. This hard shell acts as a barrier, keeping your factory plastic looking brand new.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003eSmudge Resistant\u003c\/h3\u003e\n\u003cp\u003eUnlike glossy OEM plastic finishes that quickly show smudges, our carbon fiber overlay resists fingerprints. A quick wipe with a microfiber cloth restores its polished look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003ch3\u003eSeamless Fitment\u003c\/h3\u003e\n\u003cp\u003eCustom-designed to fit like a glove. The ultra-thin dry molded part ensures a seamless integration with your interior without looking bulky.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section-pad\"\u003e\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Model3YDisplayCover-CarbonFiberInteriorMods_5.png?v=1775808311\" loading=\"lazy\" alt=\"Tesla Model 3\/Y Real Dry Carbon Fiber Screen Cover Texture Macro\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch2\u003eUncompromising\u003cbr\u003eQuality\u003c\/h2\u003e\n\u003cp\u003eIf you love carbon fiber, you will love this. The delicate stripe texture looks incredibly clear and natural, highlighting a sporty, performance-inspired style that matches your other interior carbon fiber trims perfectly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-row reverse\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Model3YDisplayCover-CarbonFiberInteriorMods_3.png?v=1775808311\" loading=\"lazy\" alt=\"Tool-Free Installation of Tesla Model 3\/Y Carbon Fiber Screen Back Cover\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch2\u003eEffortless\u003cbr\u003eInstallation\u003c\/h2\u003e\n\u003cp\u003eNo tools or modifications needed. This 2-piece design simply slides over the top of your display and hooks onto the bottom. Combined with automotive-grade 3M adhesive tape, it provides a secure, long-lasting bond in minutes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/1775810577049.png?v=1775810626\" loading=\"lazy\" alt=\"UV Protected Tesla Carbon Fiber Interior Accessories in Sunlight\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch2\u003eTriple-Layer\u003cbr\u003eUV Protection\u003c\/h2\u003e\n\u003cp\u003eAll of our carbon fiber products are coated with 3 coats of UV Protection to resist heat and sun damage. \u003cbr\u003e\u003cbr\u003e\u003cem\u003ePro Tip: To extend the life of your item and prevent slight yellowing when parked in direct sunlight, we recommend using a detail spray or nano-ceramic coating.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section-pad bg-light\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: clamp(40px, 6vw, 60px);\"\u003eTech Specs.\u003c\/h2\u003e\n\u003cdiv class=\"specs-container\"\u003e\n\u003ctable class=\"clean-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003e100% Genuine Dry Carbon Fiber\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign\u003c\/td\u003e\n\u003ctd\u003e2-Piece Ultra-Thin Shell\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation\u003c\/td\u003e\n\u003ctd\u003eSlide\/Clip-on + Automotive-Grade 3M Adhesive\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatibility\u003c\/td\u003e\n\u003ctd\u003eTesla Model 3 2017+ \u0026amp; Model Y 2020-2024\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e1-Year Limited UV Warranty\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"section-pad\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: clamp(40px, 6vw, 60px);\"\u003eQuestions? Answered.\u003c\/h2\u003e\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill it damage the screen if I remove it later?\u003c\/summary\u003e\n\u003cp\u003eNo, the high-quality 3M adhesive is designed specifically for automotive use. It provides strong bonding without leaving sticky residue or damaging the factory plastic surfaces when removed properly.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I install this myself without tools?\u003c\/summary\u003e\n\u003cp\u003eAbsolutely. Installation is quick and tool-free. All you need to do is clean the surface, peel off the adhesive backing, slide the top part over your display, and hook on the bottom part.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill this interfere with screen ventilation or function?\u003c\/summary\u003e\n\u003cp\u003eNo, the cover is custom-designed specifically for the rear panel. It fits like a glove and does not obstruct the screen, temperature sensors, or ventilation system in any way.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"cta-section\"\u003e\n\u003ch2 style=\"margin-bottom: 20px;\"\u003eUpgrade your cabin.\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.2rem; margin-bottom: 40px; color: var(--color-text-main);\"\u003eDrive in style and make every glance at your center screen a visual delight. Looking for a complete cohesive build? Explore our full range of \u003ca class=\"custom-link\" href=\"https:\/\/www.tesery.com\/collections\/tesla-model-s-3-x-y-carbon-fiber?ref=uC56lb37\" target=\"_blank\"\u003eTesla Carbon Fiber Accessories\u003c\/a\u003e.\u003c\/p\u003e\n\u003ca class=\"btn\" href=\"#top\"\u003eAdd to Cart\u003c\/a\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"Please Choose \/ Matte Carbon Fiber","offer_id":47661214433420,"sku":"sku-47571521372392","price":179.0,"currency_code":"USD","in_stock":true},{"title":"Please Choose \/ Glossy Carbon Fiber","offer_id":47661214466188,"sku":"sku-47571521339624","price":179.0,"currency_code":"USD","in_stock":true},{"title":"Please Choose \/ Glossy Forged Carbon Fiber","offer_id":47661214498956,"sku":"sku-47571521306856","price":199.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017 - 2023 \u0026 Model Y 2020 - 2024 \/ Matte Carbon Fiber","offer_id":47661214531724,"sku":"TSL3601-B","price":179.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017 - 2023 \u0026 Model Y 2020 - 2024 \/ Glossy Carbon Fiber","offer_id":47661214564492,"sku":"TSL3601-A","price":179.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017 - 2023 \u0026 Model Y 2020 - 2024 \/ Glossy Forged Carbon Fiber","offer_id":47661214597260,"sku":"TSL3601-C","price":199.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 Highland 2024 - Present \/ Matte Carbon Fiber","offer_id":47661214630028,"sku":"TSL3601-new-B","price":179.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 Highland 2024 - Present \/ Glossy Carbon Fiber","offer_id":47661214662796,"sku":"TSL3601-new-A","price":179.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 Highland 2024 - Present \/ Glossy Forged Carbon Fiber","offer_id":47661214695564,"sku":"TSL3601-new-C","price":199.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0577\/5858\/0876\/files\/model-3-y-display-cover-dry-carbon-fiber-interior-mods-5694822.jpg?v=1776424889","url":"https:\/\/gobekusa.com\/products\/model-3-y-display-cover-dry-carbon-fiber-interior-mods","provider":"GobekUSA","version":"1.0","type":"link"}