{"product_id":"real-carbon-fiber-display-cover","title":"Model 3 \/ Y Display Cover - Dry Carbon Fiber Interior Mods","description":"\u003cstyle\u003e  .premium-tesla-layout {    --color-brand: #0056B3;    --color-text-main: #111111;    --color-text-muted: #666666;    --color-bg-light: #f9f9f9;    --color-border: #eaeaea;    --radius-lg: 24px;    --radius-pill: 40px;    --transition-smooth: 0.5s cubic-bezier(0.16, 1, 0.3, 1);        font-family: -apple-system, BlinkMacSystemFont, \"SF Pro Display\", \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;    color: var(--color-text-main);    line-height: 1.6;    max-width: 1200px;    margin: 0 auto;    padding: 0;    -webkit-font-smoothing: antialiased;    -moz-osx-font-smoothing: grayscale;  }  .premium-tesla-layout h2,   .premium-tesla-layout h3 {    color: var(--color-text-main);    margin: 0;  }    .premium-tesla-layout h2 {    font-size: clamp(2.2rem, 5vw, 3.5rem);    font-weight: 700;    letter-spacing: -0.03em;    line-height: 1.15;    margin-bottom: 24px;  }    .premium-tesla-layout h3 {    font-size: clamp(1.4rem, 2.5vw, 1.8rem);    font-weight: 600;    letter-spacing: -0.01em;    margin-bottom: 16px;  }    .premium-tesla-layout p {    font-size: 1.125rem;    color: var(--color-text-muted);    margin: 0 0 24px 0;    font-weight: 400;  }    .premium-tesla-layout strong {    color: var(--color-text-main);    font-weight: 600;  }  .section-pad {    padding: clamp(60px, 8vw, 120px) 24px;  }  .bg-light {    background-color: var(--color-bg-light);  }  .hero-section {    text-align: center;    padding: 100px 24px 60px;    display: flex;    flex-direction: column;    align-items: center;    justify-content: center;  }  .hero-subtitle {    font-size: clamp(1.1rem, 2vw, 1.3rem);    font-weight: 600;    color: var(--color-brand);    margin-bottom: 24px;    letter-spacing: 0.05em;    text-transform: uppercase;  }    .hero-desc {    max-width: 680px;    font-size: clamp(1.1rem, 2vw, 1.25rem) !important;    text-align: center !important;    margin: 0 auto 24px auto;  }  .video-section {    padding: 0 24px clamp(60px, 8vw, 100px);    max-width: 1000px;    margin: 0 auto;  }    .video-wrapper {    position: relative;    padding-bottom: 56.25%;    height: 0;    overflow: hidden;    border-radius: var(--radius-lg);    box-shadow: 0 24px 48px rgba(0,0,0,0.08);    background-color: #000;  }  .video-wrapper iframe {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    border: 0;  }  .grid-2col {    display: grid;    grid-template-columns: 1fr;     gap: 32px;    max-width: 1000px;    margin: 0 auto;  }    @media (min-width: 768px) {    .grid-2col {      grid-template-columns: repeat(2, 1fr);       gap: 32px;    }  }    .feature-card {    background-color: #ffffff;    padding: 40px 32px;    border-radius: 20px;    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);    transition: transform 0.3s ease, box-shadow 0.3s ease;    border: 1px solid rgba(0,0,0,0.02);  }  .feature-card:hover {    transform: translateY(-5px);    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);  }  .feature-card h3 {    color: var(--color-brand);    font-size: 1.4rem;  }  .feature-card p {    margin-bottom: 0;    font-size: 1.05rem;  }  .feature-row {    display: grid;    grid-template-columns: 1fr;    gap: 40px;    margin-bottom: clamp(60px, 10vw, 120px);    align-items: center;  }    .feature-row:last-child {    margin-bottom: 0;  }    .feature-text {    max-width: 480px;  }    .feature-image {    width: 100%;    background-color: #f4f4f5;     border-radius: var(--radius-lg);    overflow: hidden;    aspect-ratio: 1 \/ 1;     display: flex;    align-items: center;    justify-content: center;    padding: 24px;   }    .feature-image img {    width: 100%;    height: 100%;    object-fit: contain;     display: block;    transition: transform var(--transition-smooth);    border-radius: 8px;  }  .feature-row:hover .feature-image img {    transform: scale(1.05);  }    @media (min-width: 900px) {    .feature-row {      grid-template-columns: 1fr 1fr;      gap: 80px;    }    .feature-row.reverse {      grid-template-columns: 1fr 1fr;    }    .feature-row.reverse .feature-text {      order: -1;      margin-left: auto;    }  }  .specs-container, .faq-container {    max-width: 800px;    margin: 0 auto;  }  .clean-table {    width: 100%;    border-collapse: collapse;  }    .clean-table td {    padding: 20px 0;    border-bottom: 1px solid var(--color-border);    color: var(--color-text-muted);  }    .clean-table tr:last-child td {    border-bottom: none;  }    .clean-table td:first-child {    font-weight: 600;    color: var(--color-text-main);    width: 40%;  }    .faq-item {    border-bottom: 1px solid var(--color-border);  }    .faq-item details {    padding: 24px 0;  }    .faq-item summary {    font-size: 1.2rem;    font-weight: 600;    color: var(--color-text-main);    cursor: pointer;    list-style: none;    display: flex;    justify-content: space-between;    align-items: center;  }    .faq-item summary::-webkit-details-marker { display: none; }    .faq-item summary::after {    content: '+';    font-size: 1.8rem;    color: var(--color-brand);    font-weight: 300;    transition: transform 0.3s ease;  }    .faq-item details[open] summary::after {    transform: rotate(45deg);  }    .faq-item p {    margin-top: 16px;    margin-bottom: 0;    padding-right: 40px;  }  .btn {    display: inline-flex;    align-items: center;    justify-content: center;    background-color: var(--color-brand);    color: #ffffff !important;    padding: 16px 40px;    border-radius: var(--radius-pill);    font-size: 1.1rem;    font-weight: 600;    text-decoration: none;    transition: all 0.3s ease;    border: none;    cursor: pointer;  }    .btn:hover {    background-color: var(--color-text-main);    transform: translateY(-2px);    box-shadow: 0 10px 20px rgba(0,0,0,0.1);  }  .cta-section {    text-align: center;    padding: clamp(80px, 10vw, 120px) 24px;    max-width: 800px;    margin: 0 auto;  }    .custom-link {    color: var(--color-brand);    font-weight: 600;    text-decoration: none;    border-bottom: 2px solid rgba(0, 86, 179, 0.2);    transition: border-color 0.3s ease;  }    .custom-link:hover {    border-bottom-color: var(--color-brand);  }\u003c\/style\u003e\u003cdiv class=\"premium-tesla-layout\"\u003e\n\u003csection class=\"hero-section\"\u003e\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\u003c\/section\u003e\u003csection class=\"video-section\"\u003e\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\u003c\/section\u003e\u003csection class=\"section-pad bg-light\"\u003e\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\u003c\/section\u003e\u003csection class=\"section-pad\"\u003e\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/model-3-y-display-cover-dry-carbon-fiber-interior-mods-2727446.png?v=1775881223\" 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\/model-3-y-display-cover-dry-carbon-fiber-interior-mods-4983467.png?v=1775881223\" 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\u003c\/section\u003e\u003csection class=\"section-pad bg-light\"\u003e\u003ch2 style=\"text-align: center; margin-bottom: clamp(40px, 6vw, 60px);\"\u003eTech Specs.\u003c\/h2\u003e\n\u003cdiv class=\"specs-container\"\u003e\u003ctable class=\"clean-table\"\u003e\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\u003eModel 3 2017-2023; Model Y 2020-2024; Model 3 Highland 2024+; Model Y Juniper 2025+; Model YL 2026+\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\u003c\/table\u003e\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"section-pad\"\u003e\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\u003cdetails\u003e\u003csummary\u003eWill it damage the screen if I remove it later?\u003c\/summary\u003e\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\u003c\/details\u003e\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\u003cdetails\u003e\u003csummary\u003eCan I install this myself without tools?\u003c\/summary\u003e\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\u003c\/details\u003e\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\u003cdetails\u003e\u003csummary\u003eWill this interfere with screen ventilation or function?\u003c\/summary\u003e\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\u003c\/details\u003e\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\u003csection class=\"cta-section\"\u003e\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 .\u003c\/p\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Sikunuo","offers":[{"title":"Model Y Juniper \u0026 Model YL 2026+ \/ Matte Carbon Fiber","offer_id":43896578670655,"sku":null,"price":179.0,"currency_code":"USD","in_stock":true},{"title":"Model Y Juniper \u0026 Model YL 2026+ \/ Glossy Carbon Fiber","offer_id":43896578703423,"sku":null,"price":179.0,"currency_code":"USD","in_stock":true},{"title":"Model Y Juniper \u0026 Model YL 2026+ \/ Glossy Forged Carbon Fiber","offer_id":43896578736191,"sku":null,"price":199.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 Highland 2024+ \/ Matte Carbon Fiber","offer_id":43896578768959,"sku":null,"price":179.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 Highland 2024+ \/ Glossy Carbon Fiber","offer_id":43896578801727,"sku":null,"price":179.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 Highland 2024+ \/ Glossy Forged Carbon Fiber","offer_id":43896578834495,"sku":null,"price":199.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017 - 2023 \u0026 Model Y 2020 - 2024 \/ Matte Carbon Fiber","offer_id":43896578867263,"sku":null,"price":179.0,"currency_code":"USD","in_stock":true},{"title":"Model 3 2017 - 2023 \u0026 Model Y 2020 - 2024 \/ Glossy Carbon Fiber","offer_id":43896578900031,"sku":null,"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":43896578932799,"sku":null,"price":199.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0665\/4207\/5967\/files\/model-3-y-display-cover-dry-carbon-fiber-interior-mods-5694822.jpg?v=1789720352","url":"https:\/\/sikunuo.com\/products\/real-carbon-fiber-display-cover","provider":"Sikunuo","version":"1.0","type":"link"}