{"product_id":"cybertruck-carbon-fiber-door-panel-covers-4-packs","title":"Cybertruck Carbon Fiber Door Panel Covers 4 Packs","description":"\u003cstyle\u003e\n    .product-page-cybertruck {\n      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n      color: #333;\n      line-height: 1.6;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 20px;\n      background-color: #f9f9f9;\n      border-radius: 12px;\n      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\n      transition: box-shadow 0.3s ease-in-out;\n    }\n    .product-page-cybertruck:hover {\n      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);\n    }\n    .product-page-cybertruck .header-container {\n      text-align: center;\n      margin-bottom: 40px;\n    }\n    .product-page-cybertruck h2 {\n      color: #007BFF;\n      font-size: 2.5em;\n      margin-bottom: 10px;\n      font-weight: 700;\n    }\n    .product-page-cybertruck h3 {\n      font-size: 1.5em;\n      margin-top: 30px;\n      margin-bottom: 15px;\n      font-weight: 600;\n    }\n    .product-page-cybertruck p {\n      margin-bottom: 20px;\n    }\n    .product-page-cybertruck .placeholder-video,\n    .product-page-cybertruck .placeholder-image {\n      width: 100%;\n      background-color: #e0e0e0;\n      color: #777;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      border-radius: 10px;\n      margin-bottom: 20px;\n      font-style: italic;\n      overflow: hidden;\n      aspect-ratio: 16 \/ 9;\n    }\n    .product-page-cybertruck .feature-section {\n      display: flex;\n      align-items: center;\n      gap: 50px;\n      margin-bottom: 40px;\n    }\n    .product-page-cybertruck .feature-section.reverse {\n      flex-direction: row-reverse;\n    }\n    .product-page-cybertruck .feature-text {\n      flex: 1;\n    }\n    .product-page-cybertruck .feature-text h3 {\n      margin-top: 0;\n      color: #333;\n    }\n    .product-page-cybertruck .feature-text .underline-line {\n      width: 50px;\n      height: 2px;\n      background-color: #007BFF;\n      margin: 10px 0 20px 0;\n    }\n    .product-page-cybertruck .feature-image {\n      flex: 1;\n      aspect-ratio: 1 \/ 1;\n      overflow: hidden;\n      border-radius: 10px;\n      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n    .product-page-cybertruck .feature-image:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);\n    }\n    .product-page-cybertruck .feature-image .placeholder-image {\n      aspect-ratio: 1 \/ 1;\n      border-radius: 10px;\n    }\n    .product-page-cybertruck .feature-list ul {\n      list-style-type: none;\n      padding: 0;\n      margin: 0;\n    }\n    .product-page-cybertruck .feature-list li {\n      display: flex;\n      align-items: flex-start;\n      margin-bottom: 15px;\n      background-color: #fff;\n      padding: 15px;\n      border-radius: 8px;\n      border: 1px solid #eee;\n      transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;\n    }\n    .product-page-cybertruck .feature-list li:hover {\n      background-color: #f0f8ff;\n      transform: translateY(-3px);\n      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);\n    }\n    .product-page-cybertruck .feature-list .icon {\n      color: #007BFF;\n      font-size: 1.5em;\n      margin-right: 15px;\n    }\n    .product-page-cybertruck .feature-list .text {\n      flex: 1;\n    }\n    .product-page-cybertruck .feature-list h4 {\n      margin: 0 0 5px 0;\n      font-weight: 600;\n    }\n    .product-page-cybertruck .feature-list p {\n      margin: 0;\n      font-size: 0.95em;\n      color: #555;\n    }\n    .product-page-cybertruck .installation-section {\n      margin-top: 40px;\n      padding: 20px;\n      background-color: #f0f0f0;\n      border-radius: 10px;\n    }\n    .product-page-cybertruck .faq-section {\n      margin-top: 40px;\n    }\n    .product-page-cybertruck .faq-item {\n      border-bottom: 1px solid #ddd;\n    }\n    .product-page-cybertruck .faq-question {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      cursor: pointer;\n      padding: 15px 0;\n    }\n    .product-page-cybertruck .faq-question h3 {\n      margin: 0;\n      font-size: 1.2em;\n      transition: color 0.3s ease;\n    }\n    .product-page-cybertruck .faq-question:hover h3 {\n      color: #007BFF;\n    }\n    .product-page-cybertruck .faq-answer {\n      max-height: 0;\n      overflow: hidden;\n      transition: max-height 0.4s ease-in-out;\n      padding: 0 15px;\n    }\n    .product-page-cybertruck .faq-answer.expanded {\n      max-height: 200px; \n      padding: 15px;\n    }\n    .product-page-cybertruck .faq-question .icon {\n      font-size: 1.2em;\n      transition: transform 0.3s ease;\n    }\n    .product-page-cybertruck .faq-question.active .icon {\n      transform: rotate(45deg);\n    }\n    \n    @media (max-width: 768px) {\n      .product-page-cybertruck {\n        padding: 10px;\n      }\n      .product-page-cybertruck h2 {\n        font-size: 2em;\n      }\n      .product-page-cybertruck .feature-section,\n      .product-page-cybertruck .feature-section.reverse {\n        flex-direction: column;\n      }\n      .product-page-cybertruck .feature-text {\n        order: 2;\n      }\n      .product-page-cybertruck .feature-image {\n        order: 1;\n        margin-bottom: 20px;\n      }\n      .product-page-cybertruck .feature-text .underline-line {\n        margin: 10px auto 20px;\n      }\n      .product-page-cybertruck .feature-text,\n      .product-page-cybertruck .feature-image {\n        width: 100%;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"product-page-cybertruck\"\u003e\n\u003cdiv class=\"header-container\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"placeholder-video\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Cybertruck_Carbon_Fiber_Door_Panel_Covers_4_Packs_3.jpg?v=1760772540\"\u003e\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\n\u003cdiv class=\"placeholder-image\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/cybertruck-carbon-fiber-door-panel-covers-4-packs-5548449.jpg?v=1760892818\" alt=\"Cybertruck Carbon Fiber Door Panel Covers 4 Packs - Tesery Official Store\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Cybertruck_Carbon_Fiber_Door_Panel_Covers_4_Packs_7.jpg?v=1760772540\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003eEasy Peel-and-Stick Install\u003c\/h3\u003e\n\u003cdiv class=\"underline-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp\u003eQuick, secure, and non-destructive installation that requires no tools. \u003cstrong\u003e\u003cem\u003e(Tips: Align first and then tear off the adhesive tape on the back)\u003c\/em\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-section reverse\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\n\u003cdiv class=\"placeholder-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Cybertruck_Carbon_Fiber_Door_Panel_Covers_4_Packs_4.jpg?v=1760772539\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003eDurable \u0026amp; Long-Lasting\u003c\/h3\u003e\n\u003cdiv class=\"underline-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp\u003eThe product is \u003cb\u003eanti-fingerprint\u003c\/b\u003e and \u003cb\u003estain-resistant\u003c\/b\u003e, making it \u003cb\u003eeasy to clean\u003c\/b\u003e and maintain a flawless look. Plus, it's \u003cb\u003eUV protected\u003c\/b\u003e to prevent fading and cracking\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-section\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\n\u003cdiv class=\"placeholder-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Cybertruck_Carbon_Fiber_Door_Panel_Covers_4_Packs_8.jpg?v=1760772538\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-text\"\u003e\n\u003ch3\u003ePerformance Look\u003c\/h3\u003e\n\u003cdiv class=\"underline-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp\u003eDry carbon fiber can offer a \u003cstrong\u003elighter weight\u003c\/strong\u003e and \u003cstrong\u003eoutstanding durability\u003c\/strong\u003e, providing a truly racing-level experience\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"installation-section\"\u003e\n\u003ch3\u003e\u003cb\u003eInstallation Instructions\u003c\/b\u003e\u003c\/h3\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003col start=\"1\"\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003eClean\u003c\/b\u003e the existing door trim surface thoroughly. Ensure it is dry and free of any dust or grease.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003ePeel\u003c\/b\u003e the backing off the pre-applied double-sided adhesive strips on the back of the trim cover.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003eAlign\u003c\/b\u003e the new trim cover precisely over the existing door trim.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cb\u003ePress\u003c\/b\u003e firmly and evenly across the entire surface for at least 30 seconds to ensure a secure bond\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003ci\u003eWait 24 hours before washing the vehicle or exposing the area to moisture to allow the adhesive to fully cure.\u003c\/i\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003cdiv data-question-id=\"q3\" class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eThe installation is non-destructive and can be removed later without damaging the original door panels. However, the adhesive is strong and designed for a secure, long-term bond.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    document.addEventListener('DOMContentLoaded', () =\u003e {\n      const faqItems = document.querySelectorAll('.faq-item');\n      faqItems.forEach(item =\u003e {\n        const question = item.querySelector('.faq-question');\n        const answer = item.querySelector('.faq-answer');\n        question.addEventListener('click', () =\u003e {\n          const isExpanded = question.classList.contains('active');\n          \n          \/\/ Close all other open answers\n          document.querySelectorAll('.faq-question.active').forEach(activeQuestion =\u003e {\n            if (activeQuestion !== question) {\n              activeQuestion.classList.remove('active');\n              activeQuestion.nextElementSibling.style.maxHeight = '0';\n              activeQuestion.nextElementSibling.style.padding = '0 15px';\n            }\n          });\n\n          \/\/ Toggle the clicked one\n          question.classList.toggle('active');\n          if (isExpanded) {\n            answer.style.maxHeight = '0';\n            answer.style.padding = '0 15px';\n          } else {\n            answer.style.maxHeight = answer.scrollHeight + 'px';\n            answer.style.padding = '15px';\n          }\n        });\n      });\n    });\n  \u003c\/script\u003e\n\u003c\/div\u003e","brand":"Supply Shine","offers":[{"title":"Glossy","offer_id":50255859974364,"sku":"TCCB002-GC","price":445.17,"currency_code":"USD","in_stock":true},{"title":"Matte","offer_id":50255860007132,"sku":"TCCB002-MC","price":445.17,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0748\/2815\/3052\/files\/cybertruck-carbon-fiber-door-panel-covers-4-packs-3927537.jpg?v=1778526988","url":"https:\/\/supplyshine.com\/products\/cybertruck-carbon-fiber-door-panel-covers-4-packs","provider":"Supply Shine","version":"1.0","type":"link"}