{"product_id":"cybertruck-display-back-overlay-real-dry-carbon-fiber-center-screen-cover","title":"Cybertruck Display Back Overlay | Real Dry Carbon Fiber Center Screen Cover","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003c!-- Tailwind CSS is not explicitly used, but standard CSS best practices are applied, and 'Inter' font is preferred --\u003e\n\u003cstyle\u003e\n        \/* ------------------------------------------- *\/\n        \/* Core Reset and Utilities *\/\n        \/* ------------------------------------------- *\/\n        .product-detail-page-cybertruck * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n            line-height: 1.6;\n        }\n\n        .product-detail-page-cybertruck {\n            font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;\n            color: #333;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            background-color: #f8f8f8; \/* Light background for contrast *\/\n            border-radius: 16px;\n        }\n\n        \/* Emphasize Color: Blue *\/\n        .accent-color {\n            color: #007BFF;\n        }\n\n        \/* ------------------------------------------- *\/\n        \/* Headings and Typography *\/\n        \/* ------------------------------------------- *\/\n        .product-detail-page-cybertruck h2 {\n            font-size: 2em;\n            color: #007BFF; \/* H2 titles must use accent color *\/\n            text-align: center;\n            margin: 40px 0 20px;\n            padding-bottom: 10px;\n            border-bottom: 2px solid #e0e0e0;\n            font-weight: 600;\n            letter-spacing: 1px;\n        }\n\n        .product-detail-page-cybertruck h3 {\n            font-size: 1.5em;\n            margin-bottom: 15px;\n            font-weight: 500;\n        }\n\n        .product-detail-page-cybertruck p {\n            margin-bottom: 15px;\n            font-size: 1.1em;\n        }\n        \n        .product-detail-page-cybertruck ol {\n            padding-left: 20px;\n            list-style-type: decimal;\n        }\n        \n        .product-detail-page-cybertruck ol li {\n            margin-bottom: 10px;\n        }\n\n\n        \/* ------------------------------------------- *\/\n        \/* Media Placeholders (Visuals) *\/\n        \/* ------------------------------------------- *\/\n        .media-container {\n            margin-bottom: 30px;\n        }\n\n        .placeholder-image,\n        .placeholder-video {\n            width: 100%;\n            \/* Aspect Ratio 16:9 (Default for main media) *\/\n            aspect-ratio: 16 \/ 9;\n            background-color: #e3eefc; \/* Slightly blue background for placeholders *\/\n            \/* Removed dashed border *\/\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            text-align: center;\n            color: #007BFF;\n            font-size: 1.2em;\n            font-weight: 600;\n            margin-bottom: 20px;\n            border-radius: 12px; \/* Rounded corners for placeholders *\/\n            overflow: hidden;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        \n        \/* Ensure image fills placeholder without stretching *\/\n        .placeholder-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n\n        .placeholder-image:hover,\n        .placeholder-video:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 10px 20px rgba(0, 123, 255, 0.2);\n        }\n\n        \/* ------------------------------------------- *\/\n        \/* Hero Section *\/\n        \/* ------------------------------------------- *\/\n        .hero-section {\n            text-align: center;\n            padding: 20px 0 40px;\n            background: linear-gradient(180deg, #ffffff, #f0f4f8);\n            border-radius: 16px;\n        }\n\n        .hero-title {\n            font-size: 2.5em;\n            color: #333;\n            margin-bottom: 10px;\n            font-weight: 700;\n        }\n\n        .hero-subtitle {\n            font-size: 1.4em;\n            color: #555;\n            margin-bottom: 30px;\n        }\n\n        \/* ------------------------------------------- *\/\n        \/* Feature Blocks (Alternating Layout) *\/\n        \/* ------------------------------------------- *\/\n        .feature-block {\n            display: flex;\n            align-items: center;\n            margin-bottom: 40px;\n            padding: 20px;\n            background-color: #fff;\n            border-radius: 12px;\n            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);\n            transition: all 0.4s ease;\n        }\n\n        .feature-block:hover {\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);\n            transform: translateY(-5px);\n        }\n\n        .feature-block-image {\n            width: 60%; \/* Image is the visual dominant part *\/\n            padding: 10px;\n        }\n\n        .feature-block-content {\n            width: 40%; \/* Text part *\/\n            padding: 20px;\n            max-width: 450px;\n        }\n\n        \/* === MODIFIED: Feature image aspect ratio changed to 1:1 === *\/\n        .feature-block-image .placeholder-image {\n            margin: 0;\n            border-radius: 8px; \/* Apply border-radius to image placeholder *\/\n            aspect-ratio: 1 \/ 1; \/* Changed from 16\/9 to 1\/1 (Square) *\/\n        }\n\n        \/* Alternating Layout Styles *\/\n        .feature-block.right-image {\n            flex-direction: row-reverse;\n        }\n\n        \/* Feature Text Styling *\/\n        .feature-item-title {\n            font-size: 1.3em;\n            font-weight: 600;\n            color: #333; \/* Black text *\/\n            margin-bottom: 5px;\n        }\n\n        .feature-separator {\n            width: 50px;\n            height: 2px;\n            background-color: #007BFF; \/* Blue horizontal line *\/\n            margin: 10px 0;\n            transition: width 0.3s ease;\n        }\n        \n        \/* Individual Feature Item Style \u0026 Hover Effect *\/\n        .feature-content-wrapper {\n            padding: 15px 0;\n            border-left: 3px solid transparent;\n            transition: border-left-color 0.3s ease, background-color 0.3s ease;\n            margin-bottom: 10px;\n        }\n\n        .feature-content-wrapper:hover {\n            border-left-color: #007BFF;\n            background-color: #f7faff;\n        }\n        \n        .feature-content-wrapper:hover .feature-separator {\n            width: 70px;\n        }\n\n        .feature-item-description {\n            font-size: 1em;\n            color: #555; \/* Black text *\/\n            max-width: 100%;\n            word-wrap: break-word;\n        }\n\n        \/* ------------------------------------------- *\/\n        \/* Package and Compatibility (List Section) *\/\n        \/* ------------------------------------------- *\/\n        .list-section {\n            padding: 20px;\n            background-color: #fff;\n            border-radius: 12px;\n            margin-top: 20px;\n            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);\n        }\n        \n        .list-section ul {\n            list-style: none;\n            padding-left: 0;\n            display: flex;\n            flex-direction: column;\n            gap: 10px;\n        }\n\n        .list-section li {\n            font-size: 1.1em;\n            padding: 10px 0 10px 40px;\n            position: relative;\n            background-color: #fafafa;\n            border-radius: 8px;\n            transition: background-color 0.3s ease;\n        }\n        \n        .list-section li:hover {\n            background-color: #eef4ff;\n        }\n\n        .list-section li::before {\n            content: '';\n            background-color: #007BFF;\n            width: 10px;\n            height: 10px;\n            border-radius: 50%;\n            position: absolute;\n            left: 15px;\n            top: 50%;\n            transform: translateY(-50%);\n        }\n\n        .compatibility-icon {\n            display: inline-block;\n            font-family: 'Arial Black', sans-serif;\n            font-size: 1.2em;\n            color: #007BFF;\n            margin-right: 8px;\n            font-style: normal;\n        }\n        \n        \/* ------------------------------------------- *\/\n        \/* Installation Section *\/\n        \/* ------------------------------------------- *\/\n        .install-section {\n            padding: 20px;\n            background-color: #f0f4f8;\n            border-radius: 12px;\n            margin-top: 40px;\n            border: 1px solid #e0e0e0;\n        }\n        \n        .install-section ol {\n            padding-left: 30px;\n            font-size: 1.1em;\n        }\n        \n        .install-section ol li {\n            margin-bottom: 15px;\n        }\n\n        \/* ------------------------------------------- *\/\n        \/* FAQ Section (Accordion) *\/\n        \/* ------------------------------------------- *\/\n        .faq-section {\n            max-width: 90%;\n            margin: 40px auto 60px;\n        }\n\n        .faq-item {\n            border: 1px solid #ddd;\n            border-radius: 8px;\n            margin-bottom: 12px;\n            overflow: hidden;\n            transition: box-shadow 0.3s ease;\n        }\n\n        .faq-item:hover {\n            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);\n        }\n\n        .faq-question {\n            cursor: pointer;\n            padding: 15px 20px;\n            background-color: #fff;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            transition: background-color 0.3s ease;\n        }\n\n        .faq-question:hover {\n            background-color: #eef4ff;\n        }\n\n        .faq-question h3 {\n            margin: 0;\n            font-size: 1.2em;\n            color: #333;\n        }\n\n        .faq-icon {\n            font-size: 1.5em;\n            color: #007BFF;\n            font-weight: 300;\n            transition: transform 0.3s ease;\n        }\n\n        .faq-item[data-open=\"true\"] .faq-icon {\n            transform: rotate(45deg);\n        }\n\n        .faq-answer {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.5s cubic-bezier(0.2, 0.8, 0.4, 1), padding 0.5s ease;\n            padding: 0 20px;\n        }\n\n        .faq-item[data-open=\"true\"] .faq-answer {\n            max-height: 200px; \/* Adjust dynamically via JS or use a large value *\/\n            padding: 15px 20px;\n            background-color: #f9f9f9;\n            border-top: 1px solid #eee;\n        }\n        .faq-item[data-open=\"true\"] .faq-answer p {\n            margin: 0;\n            color: #666;\n        }\n\n\n        \/* ------------------------------------------- *\/\n        \/* Responsive Design *\/\n        \/* ------------------------------------------- *\/\n        @media (max-width: 768px) {\n            .product-detail-page-cybertruck {\n                padding: 10px;\n            }\n\n            .product-detail-page-cybertruck h2 {\n                font-size: 1.6em;\n            }\n\n            .hero-title {\n                font-size: 2em;\n            }\n\n            \/* Mandatory: Stack layout for feature blocks (Image on top, Content below) *\/\n            .feature-block,\n            .feature-block.right-image {\n                flex-direction: column; \/* Force vertical stack *\/\n                padding: 15px;\n            }\n\n            .feature-block-image,\n            .feature-block-content {\n                width: 100%; \/* Full width for stacked elements *\/\n                padding: 0;\n            }\n\n            .feature-block-image {\n                order: -1; \/* Image on top *\/\n                margin-bottom: 20px;\n            }\n\n            .feature-block-image .placeholder-image {\n                margin: 0;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv id=\"cybertruck-overlay-detail\" class=\"product-detail-page-cybertruck\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003ch1 class=\"hero-title\"\u003eCybertruck Display Back Overlay (2 Pieces)\u003c\/h1\u003e\n\u003cp class=\"hero-subtitle accent-color\"\u003eReal Dry Molded Carbon Fiber\u003c\/p\u003e\n\u003cp\u003e Elevate your Cybertruck's cabin with a sleek carbon fiber screen upgrade. Upgrade the rear appearance of your Cybertruck’s center screen with our Dry Molded Carbon Fiber Display Back Overlay.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Media Placeholders --\u003e\n\u003cdiv class=\"media-container\"\u003e\n\u003c!-- Main Product Image --\u003e\n\u003cdiv class=\"placeholder-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/CybertruckDisplayBackOverlay_1.jpg?v=1761013872\" alt=\"Two pieces of carbon fiber overlay installed on the back of a Cybertruck display.\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Core Features Section --\u003e\n\u003ch2\u003ePerformance \u0026amp; Aesthetics\u003c\/h2\u003e\n\u003c!-- Feature Block 1: Custom Fit for Cybertruck (Left Image, Right Content) --\u003e\n\u003cdiv class=\"feature-block left-image\"\u003e\n\u003cdiv class=\"feature-block-image\"\u003e\n\u003cdiv class=\"placeholder-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/CybertruckDisplayBackOverlay_3.jpg?v=1761013872\" alt=\"Close-up of the carbon fiber overlay showcasing its perfect contour fit.\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-block-content\"\u003e\n\u003cdiv class=\"feature-content-wrapper\"\u003e\n\u003cdiv class=\"feature-item-title\"\u003ePrecision Engineered Fit\u003c\/div\u003e\n\u003cdiv class=\"feature-separator\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"feature-item-description\"\u003ePrecision-molded using a 3D scan of the Cybertruck's center display rear, ensuring factory-like integration with **zero gaps or alignment issues** for a truly OEM look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature Block 2: Real Dry Molded Carbon Fiber (Right Image, Left Content) --\u003e\n\u003cdiv class=\"feature-block right-image\"\u003e\n\u003cdiv class=\"feature-block-image\"\u003e\n\u003cdiv class=\"placeholder-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/CybertruckDisplayBackOverlay_4.jpg?v=1761013872\" alt=\"Texture of dry molded carbon fiber weave.\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-block-content\"\u003e\n\u003cdiv class=\"feature-content-wrapper\"\u003e\n\u003cdiv class=\"feature-item-title\"\u003eReal Dry Molded Carbon Fiber\u003c\/div\u003e\n\u003cdiv class=\"feature-separator\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"feature-item-description\"\u003eMade from premium autoclave **dry molded carbon fiber** for maximum strength, lightweight durability, and a luxurious, high-end finish that surpasses standard wet lay-up carbon.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature Block 3: Slide-On and Secure Installation (Left Image, Right Content) --\u003e\n\u003cdiv class=\"feature-block left-image\"\u003e\n\u003cdiv class=\"feature-block-image\"\u003e\n\u003cdiv class=\"placeholder-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/CybertruckDisplayBackOverlay_6.jpg?v=1761013872\" alt=\"Image showing the overlay being secured with adhesive.\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-block-content\"\u003e\n\u003cdiv class=\"feature-content-wrapper\"\u003e\n\u003cdiv class=\"feature-item-title\"\u003eDamage-Free Installation\u003c\/div\u003e\n\u003cdiv class=\"feature-separator\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"feature-item-description\"\u003eInstalls easily by securing with pre-applied **automotive-grade double-sided tape**—ensuring a clean, damage-free, and permanent fit that won't require screen removal or complex disassembly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- What's Included Section --\u003e\u003c!-- Installation Instructions Section --\u003e\n\u003cdiv class=\"install-section\"\u003e\n\u003ch2\u003eInstallation Guide (Quick 5-Minute Install)\u003c\/h2\u003e\n\u003col\u003e\n\u003cli\u003e\n\u003cstrong\u003eClean the surface:\u003c\/strong\u003e Use a cleaning cloth to thoroughly clean the back of the display and ensure it is completely dry.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePeel off the backing film:\u003c\/strong\u003e Peel off the backing film from the pre-applied adhesive tape on the carbon fiber part.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAlign the top\u003c\/strong\u003e: Carefully align and attach the **top** carbon fiber part to the back of the display screen.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePress and fix\u003c\/strong\u003e: Press firmly for 30 seconds. Repeat this alignment and pressing step for the **bottom** part.\u003cbr\u003e5.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eWait\u003c\/strong\u003e: Avoid high temperatures or washing with water within 24 hours to allow the glue to fully cure.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section (Accordion) --\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eFAQ\u003c\/h2\u003e\n\u003cdiv data-open=\"false\" class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\n\u003ch3\u003eIs the installation easy, and are any tools required?\u003c\/h3\u003e\n\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eYes, the installation is designed to be simple and requires **no specialized tools**. The overlays secure easily with pre-applied, automotive-grade double-sided tape (included with a prep kit). The process involves cleaning, aligning, and pressing firmly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-open=\"false\" class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\n\u003ch3\u003eWhat is the difference between Glossy and Matte finishes?\u003c\/h3\u003e\n\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eThe \u003cspan style=\"font-weight: bold;\"\u003eGlossy (Wet Look)\u003c\/span\u003e finish has a high-shine, reflective surface protected by a clear coat. The \u003cspan style=\"font-weight: bold;\"\u003eMatte (Dry Look)\u003c\/span\u003e finish has a non-reflective, satin appearance, which is better for minimizing glare and matching the minimalist OEM aesthetic.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-open=\"false\" class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\n\u003ch3\u003eIs the installation permanent? Can I remove it later?\u003c\/h3\u003e\n\u003cspan class=\"faq-icon\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eThe automotive-grade adhesive is designed for a secure, long-lasting hold. While it can be removed with careful application of heat (e.g., a hairdryer), it is intended to be a permanent upgrade, and removal should be done cautiously to avoid damage to the underlying plastic.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Interaction Script --\u003e\u003cscript\u003e\n        document.addEventListener('DOMContentLoaded', () =\u003e {\n            const faqItems = document.querySelectorAll('#cybertruck-overlay-detail .faq-item');\n\n            faqItems.forEach(item =\u003e {\n                const question = item.querySelector('.faq-question');\n                \n                \/\/ Ensure the icon is visible (as a progressive enhancement)\n                const icon = item.querySelector('.faq-icon');\n                if (icon) {\n                    icon.style.display = 'block';\n                }\n\n                question.addEventListener('click', () =\u003e {\n                    \/\/ Calculate if the item is currently open based on the attribute\n                    const isCurrentlyOpen = item.getAttribute('data-open') === 'true';\n\n                    \/\/ Close all others and set their max-height to 0\n                    faqItems.forEach(otherItem =\u003e {\n                        if (otherItem !== item) {\n                            otherItem.setAttribute('data-open', 'false');\n                            otherItem.querySelector('.faq-answer').style.maxHeight = '0';\n                        }\n                    });\n\n                    \/\/ Toggle the clicked item\n                    item.setAttribute('data-open', !isCurrentlyOpen);\n\n                    \/\/ Apply smooth transition effect using max-height for the answer\n                    const answer = item.querySelector('.faq-answer');\n                    if (!isCurrentlyOpen) {\n                        \/\/ Open: Set max-height to its scroll height + a buffer\n                        \/\/ Use scrollHeight for dynamic content height\n                        answer.style.maxHeight = answer.scrollHeight + 30 + \"px\";\n                    } else {\n                        \/\/ Close\n                        answer.style.maxHeight = '0';\n                    }\n                });\n            });\n        });\n    \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"Glossy","offer_id":45731355459818,"sku":"TCCB004-GC","price":259.99,"currency_code":"USD","in_stock":true},{"title":"Matte","offer_id":45731355492586,"sku":"TCCB004-MC","price":259.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0477\/0427\/7142\/files\/cybertruck-display-back-overlay-real-dry-carbon-fiber-center-screen-cover-2298524.jpg?v=1774722464","url":"https:\/\/www.k2-industries.com\/en-au\/products\/cybertruck-display-back-overlay-real-dry-carbon-fiber-center-screen-cover","provider":"K2 Industries","version":"1.0","type":"link"}