{"product_id":"model-y-juniper-rear-diffused-guide-light-pilot-light","title":"Rear Diffused Guide Light for Model Y Juniper丨High-Visibility Brake \u0026 Driving Pilot Light","description":"\u003cstyle\u003e\n    :root {\n        --primary-color: #000;\n        --dark-text: #1d1d1f;\n        --light-border: #f0f0f0;\n        --accent-color: #CC0000; \/* Tesla Red *\/\n        --white-bg: #ffffff;\n    }\n\n    .tesery-product-description-container {\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 40px 20px;\n        color: var(--dark-text);\n        line-height: 1.6;\n        background-color: var(--white-bg);\n    }\n\n    \/* ALL TITLES UPPERCASE *\/\n    .tesery-product-description-container h2,\n    .tesery-product-description-container h3,\n    .tesery-product-description-container h4 {\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        font-weight: 700;\n        color: var(--primary-color);\n        margin-top: 0;\n        text-align: center;\n    }\n\n    .tesery-product-description-container h2 { font-size: 32px; margin-bottom: 15px; }\n\n    \/* NEW STATUS TAGS *\/\n    .title-tags {\n        display: flex;\n        justify-content: center;\n        gap: 15px;\n        margin-bottom: 10px;\n    }\n    .tag-item {\n        font-size: 11px;\n        font-weight: 800;\n        padding: 4px 12px;\n        border: 1px solid var(--primary-color);\n        border-radius: 50px;\n        letter-spacing: 1px;\n    }\n    .tag-red {\n        background-color: var(--accent-color);\n        color: white;\n        border-color: var(--accent-color);\n    }\n\n    .h2-divider {\n        width: 60px;\n        height: 3px;\n        background-color: var(--accent-color);\n        margin: 15px auto 35px;\n    }\n\n    .tesery-product-description-container img {\n        border-radius: 16px;\n        display: block;\n    }\n\n    .main-banner-container {\n        width: 100%;\n        margin-bottom: 50px;\n    }\n\n    .main-banner-container img {\n        width: 100%;\n        box-shadow: 0 4px 20px rgba(0,0,0,0.05);\n    }\n\n    \/* FEATURE CARDS *\/\n    .feature-item {\n        display: flex;\n        align-items: center;\n        gap: 60px;\n        margin-bottom: 30px;\n        padding: 40px;\n        background-color: var(--white-bg);\n        border-radius: 20px;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.06); \n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n    }\n    .feature-item:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 15px 40px rgba(0,0,0,0.1);\n    }\n    .feature-item.reverse { flex-direction: row-reverse; }\n    .feature-image { flex: 1; max-width: 45%; }\n    .feature-image img {\n        width: 100%;\n        aspect-ratio: 1 \/ 1;\n        object-fit: cover;\n    }\n    .feature-content { flex: 1; }\n    .feature-content h4 { font-size: 24px; margin-bottom: 15px; text-align: left; }\n    .feature-divider { width: 40px; height: 3px; background-color: var(--accent-color); margin-bottom: 20px; }\n\n    \/* SPECS \u0026 PACKAGE GRID *\/\n    .specs-package-grid {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 30px;\n        margin: 40px 0;\n    }\n    .specs-box {\n        background: var(--white-bg);\n        padding: 30px;\n        border-radius: 20px;\n        border: 1px dashed var(--primary-color);\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n    }\n    .package-box { display: flex; }\n    .package-box img {\n        width: 100%;\n        object-fit: cover;\n        border: 1px dashed var(--primary-color);\n    }\n\n    \/* UPDATED SPEC FONT SIZE *\/\n    .spec-item {\n        padding: 16px 0;\n        border-bottom: 1px solid var(--light-border);\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n    }\n    .spec-item:last-child { border-bottom: none; }\n    .spec-label { color: #666; font-weight: 600; text-transform: uppercase; font-size: 13px; }\n    .spec-value { \n        font-weight: 800; \n        font-size: 18px; \/* Larger font for values *\/\n        color: var(--primary-color);\n    }\n\n    \/* FAQ SECTION *\/\n    .faq-section { margin-top: 60px; }\n    .faq-item { margin-bottom: 12px; border: 1px solid var(--light-border); border-radius: 12px; }\n    .faq-toggle { display: none; }\n    .faq-question { padding: 20px 25px; cursor: pointer; font-weight: 700; display: flex; justify-content: space-between; align-items: center; font-size: 14px; text-transform: uppercase; }\n    .faq-question::after { content: '+'; color: var(--accent-color); font-size: 22px; }\n    .faq-answer { max-height: 0; overflow: hidden; transition: 0.4s ease; padding: 0 25px; color: #555; font-size: 14px; }\n    .faq-toggle:checked ~ .faq-answer { max-height: 500px; padding: 10px 25px 30px; border-top: 1px solid var(--light-border); }\n\n    \/* MOBILE OPTIMIZATION *\/\n    @media (max-width: 768px) {\n        .feature-item, .feature-item.reverse { flex-direction: column; padding: 25px 20px; gap: 20px; }\n        .feature-image { max-width: 100%; }\n        .feature-content h4 { text-align: center; }\n        .feature-divider { margin: 0 auto 15px; }\n        .feature-content p { text-align: center; }\n        .specs-package-grid { grid-template-columns: 1fr; }\n        .spec-item { flex-direction: row; gap: 10px; }\n        .spec-value { font-size: 16px; }\n        .title-tags { flex-wrap: wrap; }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"tesery-product-description-container\"\u003e\n\u003ch2\u003eREAR DIFFUSED GUIDE LIGHT FOR MODEL Y JUNIPER\u003c\/h2\u003e\n\u003cdiv class=\"title-tags\"\u003e\n\u003cspan class=\"tag-item tag-red\"\u003eNEW EDITION\u003c\/span\u003e \u003cspan class=\"tag-item\"\u003eEXCLUSIVE JUNIPER\u003c\/span\u003e \u003cspan class=\"tag-item\"\u003ePLUG \u0026amp; PLAY\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"h2-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"main-banner-container\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Model_Y_Juniper_Pilot_Light.jpg?v=1767078677\" alt=\"JUNIPER LIGHT UPGRADE\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"features-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/www.tesery.com\/cdn\/shop\/files\/rear-diffused-guide-light-for-model-y-juniperhigh-visibility-brake-driving-pilot-light-3233709.jpg?v=1767117072\u0026amp;width=713\" alt=\"EXCLUSIVE JUNIPER FIT\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch4\u003eEXCLUSIVE MODEL Y JUNIPER DESIGN\u003c\/h4\u003e\n\u003cdiv class=\"feature-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp\u003eTailor-made specifically for the new Tesla Model Y Juniper. This precision-engineered light bar perfectly complements the updated contours of the Juniper edition, ensuring a seamless, OEM-plus integrated look that older models simply cannot match.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/www.tesery.com\/cdn\/shop\/files\/rear-diffused-guide-light-for-model-y-juniperhigh-visibility-brake-driving-pilot-light-3212989.jpg?v=1767117072\u0026amp;width=713\" alt=\"PREMIUM NEON DIFFUSION\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch4\u003eADVANCED DIFFUSED OPTICS\u003c\/h4\u003e\n\u003cdiv class=\"feature-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp\u003eUtilizing high-density light guide technology, this upgrade delivers a smooth, continuous neon glow. Say goodbye to dated LED \"dots\"—experience a sophisticated, uniform light signature that defines the modern Juniper aesthetic.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/www.tesery.com\/cdn\/shop\/files\/rear-diffused-guide-light-for-model-y-juniperhigh-visibility-brake-driving-pilot-light-6256584.jpg?v=1767117072\u0026amp;width=713\" alt=\"SMART SIGNAL SYNC\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch4\u003eINTELLIGENT DUAL-STAGE LIGHTING\u003c\/h4\u003e\n\u003cdiv class=\"feature-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp\u003eEnhance both style and safety. The system maintains a subtle ambient glow during cruising and instantly transitions to a high-intensity warning flash upon braking, providing clear signals to trailing drivers with zero delay.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/www.tesery.com\/cdn\/shop\/files\/rear-diffused-guide-light-for-model-y-juniperhigh-visibility-brake-driving-pilot-light-7134955.jpg?v=1767117073\u0026amp;width=713%22\" alt=\"WARRANTY SAFE INSTALLATION\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-content\"\u003e\n\u003ch4\u003eNON-DESTRUCTIVE INSTALLATION\u003c\/h4\u003e\n\u003cdiv class=\"feature-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp\u003eDesigned for the enthusiast who values integrity. Featuring true Plug \u0026amp; Play connectors that match the Juniper's factory harness, the installation requires no wire splicing or vehicle modification, keeping your factory warranty fully intact.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3\u003eTECHNICAL SPECIFICATIONS \u0026amp; PACKAGE\u003c\/h3\u003e\n\u003cdiv class=\"specs-package-grid\"\u003e\n\u003cdiv class=\"specs-box\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eCOMPATIBILITY\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eModel Y Juniper\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eMATERIAL\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eABS + PC\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eDRIVING MODE\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e12V | 4.0W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eBRAKE MODE\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e12V | 5.6W\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eWATERPROOF\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eIP68\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eINSTALLATION\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003ePlug \u0026amp; Play\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"package-box\"\u003e\u003cimg src=\"https:\/\/www.tesery.com\/cdn\/shop\/files\/rear-diffused-guide-light-for-model-y-juniperhigh-visibility-brake-driving-pilot-light-3872000.jpg?v=1767117074\u0026amp;width=713\" alt=\"PACKAGE ACCESSORIES\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch3\u003eFREQUENTLY ASKED QUESTIONS\u003c\/h3\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"faq1\" class=\"faq-toggle\"\u003e \u003clabel for=\"faq1\" class=\"faq-question\"\u003eCAN I INSTALL THIS ON AN OLDER MODEL Y?\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eNo, this version is designed exclusively for the Tesla Model Y \"Juniper\" (New Edition). The wiring and physical mounting are not compatible with 2020-2024 models.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"faq2\" class=\"faq-toggle\"\u003e \u003clabel for=\"faq2\" class=\"faq-question\"\u003eWILL IT TRIGGER ANY COMPUTER ERRORS?\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eNot at all. The light features an integrated decoding chip that communicates perfectly with the Tesla CAN bus system, ensuring zero error codes on your dashboard.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"faq3\" class=\"faq-toggle\"\u003e \u003clabel for=\"faq3\" class=\"faq-question\"\u003eDO I NEED TO CUT ANY WIRES?\u003cspan\u003e\u003c\/span\u003e\u003c\/label\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eNo. It is a 100% Plug \u0026amp; Play solution. You simply unplug the factory harness and bridge our light in between using the provided custom connectors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Tesvra Official Store","offers":[{"title":"Default Title","offer_id":53636004741419,"sku":"TTL005","price":165.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1002\/8515\/3579\/files\/rear-diffused-guide-light-for-model-y-juniperhigh-visibility-brake-driving-pilot-light-3233709.jpg?v=1780419840","url":"https:\/\/tesvra.com\/products\/model-y-juniper-rear-diffused-guide-light-pilot-light","provider":"Tesvra.com","version":"1.0","type":"link"}