{"product_id":"rgb-electric-door-handle-for-model-y-juniper-model-3-highland","title":"Model 3 Highland\/Y Juniper 專用 RGB 電動車門把手 | 4 件組 | TESERY","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;600;700\u0026display=swap');\n\n        :root {\n            --primary-blue: #007BFF;\n            --text-black: #111111;\n            --text-gray: #444444;\n            --bg-white: #ffffff;\n            --bg-light: #f8f9fa;\n            --transition-smooth: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);\n        }\n\n        body {\n            margin: 0;\n            padding: 0;\n            font-family: 'Inter', sans-serif;\n            color: var(--text-black);\n            line-height: 1.6;\n            background-color: var(--bg-white);\n            overflow-x: hidden;\n        }\n\n        #pdp-container-v3 {\n            width: 100%;\n        }\n\n        .v3-section {\n            padding: 80px 0; \/* Increased default padding for better breathing room *\/\n            width: 100%;\n        }\n\n        .v3-content-wrapper {\n            max-width: 1440px;\n            margin: 0 auto;\n            width: 100%;\n        }\n\n        \/* Unified Black Headers as requested *\/\n        h2 {\n            color: #000000; \n            font-size: 2.2rem;\n            font-weight: 700;\n            margin-bottom: 2.5rem;\n            text-transform: uppercase;\n            letter-spacing: 1.5px;\n            text-align: center;\n            padding: 0 20px;\n        }\n\n        .hero-banner {\n            width: 100%;\n            overflow: hidden;\n            background: #000;\n        }\n\n        .hero-placeholder {\n            width: 100%;\n            aspect-ratio: 21 \/ 9; \/* Cinematic 21:9 ratio *\/\n            background: #f4f4f4;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #999;\n            font-weight: 500;\n            text-align: center;\n            transition: var(--transition-smooth);\n        }\n\n        .feature-row {\n            display: flex;\n            align-items: stretch;\n            background: #fff;\n            border-bottom: 1px solid #f0f0f0;\n        }\n\n        .feature-row.reverse { flex-direction: row-reverse; }\n\n        .feature-image-col {\n            flex: 0 0 50%; \/* 1:1 Ratio (50\/50) *\/\n            overflow: hidden;\n            padding: 40px; \n            box-sizing: border-box;\n            background: #fff;\n        }\n\n        .feature-text-col {\n            flex: 0 0 50%; \/* 1:1 Ratio (50\/50) *\/\n            padding: 60px;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            background: #fff;\n            box-sizing: border-box;\n        }\n\n        .placeholder-image {\n            width: 100%;\n            height: 100%;\n            background: #ffffff; \/* Pure White Background as requested *\/\n            border-radius: 24px; \/* Rounded Corners as requested *\/\n            border: 1px solid #eee; \n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: #999;\n            font-weight: 500;\n            aspect-ratio: 1 \/ 1; \n            transition: var(--transition-smooth);\n            text-align: center;\n            padding: 20px;\n            box-sizing: border-box;\n        }\n\n        .feature-row:hover .placeholder-image {\n            transform: scale(1.02);\n            box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n        }\n\n        .feature-title {\n            font-size: 1.8rem;\n            font-weight: 700;\n            margin-bottom: 10px;\n            color: #000000; \/* Header stays black *\/\n        }\n\n        .blue-highlight { color: var(--primary-blue); }\n\n        .blue-divider {\n            width: 50px;\n            height: 2px;\n            background-color: var(--primary-blue);\n            margin: 15px 0 20px 0;\n        }\n\n        .feature-desc {\n            font-size: 1.1rem;\n            color: var(--text-gray);\n            max-width: 100%;\n            word-wrap: break-word; \/* Prevents text occlusion *\/\n        }\n\n        .spec-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 20px;\n            padding: 20px;\n        }\n\n        .spec-item {\n            background: #fff;\n            padding: 30px;\n            border-radius: 12px;\n            border: 1px solid #eee;\n            transition: var(--transition-smooth);\n        }\n\n        .spec-label {\n            display: block;\n            font-size: 0.8rem;\n            text-transform: uppercase;\n            letter-spacing: 1.2px;\n            color: var(--primary-blue); \/* Tech Blue *\/\n            font-weight: 700;\n            margin-bottom: 8px;\n        }\n\n        .spec-value {\n            font-size: 1.15rem;\n            font-weight: 600;\n            color: var(--text-black);\n        }\n\n        .other-models-grid {\n            display: grid; \n            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); \n            gap: 30px;\n            padding: 20px;\n        }\n\n        .related-card {\n            background: #fff;\n            border-radius: 16px;\n            padding: 30px;\n            border: 1px solid #f0f0f0;\n            transition: var(--transition-smooth);\n            text-align: left;\n        }\n\n        .related-card .placeholder-image {\n            aspect-ratio: 1 \/ 1; \/* 1:1 Ratio for other models images *\/\n            margin-bottom: 25px;\n            border-radius: 12px;\n        }\n\n        .faq-container {\n            max-width: 900px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        .faq-item {\n            border-bottom: 1px solid #eee;\n            padding: 10px 0;\n        }\n\n        .faq-question {\n            cursor: pointer;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 20px 0;\n        }\n\n        .faq-question h3 {\n            font-size: 1.2rem;\n            margin: 0;\n            font-weight: 600;\n            color: #000;\n        }\n\n        .faq-answer {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.4s ease-out;\n            color: #666;\n        }\n\n        .faq-item.active .faq-answer {\n            max-height: 500px;\n            padding-bottom: 25px;\n        }\n\n        .cta-button {\n            background: var(--primary-blue);\n            color: white;\n            padding: 18px 45px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 700;\n            font-size: 1.2rem;\n            display: inline-block;\n            transition: var(--transition-smooth);\n        }\n\n        \/* Mobile Adjustments *\/\n        @media (max-width: 768px) {\n            h2 { font-size: 1.8rem; }\n            .v3-section { padding: 40px 0; }\n            .hero-placeholder { aspect-ratio: 16 \/ 9; } \n\n            .feature-row, .feature-row.reverse { \n                flex-direction: column !important; \n            }\n            \n            .feature-image-col, .feature-text-col { \n                flex: 0 0 100%; \n                width: 100%;\n            }\n\n            .feature-image-col { padding: 20px; }\n            .feature-text-col { \n                padding: 35px 20px; \n                text-align: center;\n                align-items: center;\n            }\n\n            .blue-divider { margin: 15px auto 20px auto; }\n        }\n    \u003c\/style\u003e\n\u003cdiv id=\"pdp-container-v3\"\u003e\n\u003cdiv class=\"hero-banner\"\u003e\n\u003cdiv class=\"hero-placeholder\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/RGB_Electric_Door_Handle_for_Model_3_HighlandY_Juniper.png?v=1778660556\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; border-bottom: 1px solid #f0f0f0;\" class=\"v3-section\"\u003e\n\u003cdiv class=\"v3-content-wrapper\"\u003e\n\u003cdiv style=\"padding: 20px;\"\u003e\n\u003ch2\u003e新時代的終極入口\u003c\/h2\u003e\n\u003cp style=\"font-size: 1.3rem; color: #444; max-width: 900px; margin: 0 auto 1.5rem; font-weight: 300;\"\u003eV3自動呈現車門把手，內建RGB迎賓燈。 \u003cbr\u003e\u003cstrong\u003e專為Model 3 Highland及Model Y Juniper量身打造。\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"color: var(--primary-blue); font-weight: bold; letter-spacing: 1px;\"\u003e體驗旗艦級奢華 | 100%即插即用\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"v3-section\"\u003e\n\u003cdiv class=\"v3-content-wrapper\"\u003e\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-image-col\"\u003e\n\u003cdiv class=\"placeholder-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/RGB_Electric_Door_Handle_for_Model_3_HighlandY_Juniper.jpg?v=1778639296\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-text-col\"\u003e\n\u003ch3 class=\"feature-title\"\u003eV3\u003cspan class=\"blue-highlight\"\u003e優化\u003c\/span\u003e技術\u003c\/h3\u003e\n\u003cdiv class=\"blue-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003e我們最新的V3世代採用簡化內部結構，大幅縮短安裝時間，同時提升長期馬達穩定性。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-row reverse\"\u003e\n\u003cdiv class=\"feature-image-col\"\u003e\n\u003cdiv class=\"placeholder-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/RGB_Electric_Door_Handle_for_Model_3_HighlandY_Juniper_1.png?v=1778637920\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-text-col\"\u003e\n\u003ch3 class=\"feature-title\"\u003e完整\u003cspan class=\"blue-highlight\"\u003eRGB\u003c\/span\u003e自訂\u003c\/h3\u003e\n\u003cdiv class=\"blue-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003e以6種動態模式個性化您的迎賓燈光：\u003cstrong\u003e藍色、紅色、白色、紫色、綠色及多彩流光效果。\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-row\"\u003e\n\u003cdiv class=\"feature-image-col\"\u003e\n\u003cdiv class=\"placeholder-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/RGB_Electric_Door_Handle_for_Model_3_HighlandY_Juniper_2.png?v=1778637920\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-text-col\"\u003e\n\u003ch3 class=\"feature-title\"\u003e5向\u003cspan class=\"blue-highlight\"\u003e無縫\u003c\/span\u003e整合\u003c\/h3\u003e\n\u003cdiv class=\"blue-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003e原生支援Tesla App、車輛中控螢幕、鑰匙扣、手機藍牙範圍及手動觸控操作。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-row reverse\"\u003e\n\u003cdiv class=\"feature-image-col\"\u003e\n\u003cdiv class=\"placeholder-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/RGB_Electric_Door_Handle_for_Model_3_HighlandY_Juniper_2.gif?v=1778662838\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-text-col\"\u003e\n\u003ch3 class=\"feature-title\"\u003e汽車級\u003cspan class=\"blue-highlight\"\u003e耐用性\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cdiv class=\"blue-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"feature-desc\"\u003e採用高品質ABS製成，可承受超過80,000次操作。具備\u003cstrong\u003eIPX6級防水設計\u003c\/strong\u003e，完全密封，防護高壓洗車、極端天氣及大雨。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: var(--bg-light);\" class=\"v3-section\"\u003e\n\u003cdiv style=\"text-align: center; padding: 0 20px;\" class=\"v3-content-wrapper\"\u003e\n\u003ch2\u003e安裝指南\u003c\/h2\u003e\n\u003cdiv style=\"background: #fff; border-radius: 20px; padding: 40px; text-align: left; max-width: 800px; margin: 0 auto; border: 1px solid #eee;\"\u003e\n\u003cp\u003e\u003cstrong\u003e非破壞性：\u003c\/strong\u003eV3版本專為100%即插即用設計，保護您的車輛原廠線路。\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e時間：\u003c\/strong\u003e完整4門升級約需2–3小時。\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e無需剪線：\u003c\/strong\u003e使用原廠匹配連接器。\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e套件包含：\u003c\/strong\u003e4個把手、V3控制單元、專用線材及硬體。\u003c\/p\u003e\n\u003cp style=\"font-size: 0.9rem; color: #888; margin-top: 20px; border-top: 1px solid #ddd; padding-top: 20px;\"\u003e建議由專業人員安裝，以確保最佳對齊及保固合規。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"v3-section\"\u003e\n\u003cdiv class=\"v3-content-wrapper\"\u003e\n\u003ch2\u003e技術規格\u003c\/h2\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003e相容性\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eModel 3 Highland、Model Y Juniper\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003e材質\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e高強度ABS塑料\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003e電壓\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e直流12V（10-16V範圍）\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003e待機電流\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e\u0026lt;0.2A（低耗電）\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003e防水\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eIPX6級防水密封\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003e重量\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e約3.0公斤（4件套）\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: #fff; border-top: 1px solid #f0f0f0; padding-bottom: 120px;\" class=\"v3-section\"\u003e\n\u003cdiv style=\"text-align: center;\" class=\"v3-content-wrapper\"\u003e\n\u003ch2\u003e其他車型電動車門把手\u003c\/h2\u003e\n\u003cp style=\"margin-bottom: 40px; color: #666; padding: 0 20px;\"\u003e探索適用於不同Tesla車型的其他電動車門把手版本。\u003c\/p\u003e\n\u003cdiv class=\"other-models-grid\"\u003e\n\u003cdiv class=\"related-card\"\u003e\n\u003ch3 style=\"font-size: 1.4rem; margin-bottom: 10px; color: #000;\"\u003e\u003ca href=\"https:\/\/www.tesery.com\/products\/tesery-automatic-door-handles-for-tesla-model-3-y-wireless-ota-rgb-led-amd\"\u003e 無線版\u003c\/a\u003e\u003c\/h3\u003e\n\u003cdiv class=\"blue-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp style=\"font-size: 0.95rem; color: #555;\"\u003e專為\u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003eModel 3 Highland\u003c\/strong\u003e\u003c\/span\u003e\u003cstrong\u003e \u0026amp; \u003c\/strong\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003eModel Y Juniper\u003c\/strong\u003e\u003c\/span\u003e設計。採用無線通訊，安裝更快速。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"related-card\"\u003e\n\u003ch3 style=\"font-size: 1.4rem; margin-bottom: 10px; color: #000;\"\u003e\u003ca href=\"https:\/\/www.tesery.com\/products\/tesla-model-3-y-electric-door-handle-with-led\"\u003e經典版\u003c\/a\u003e\u003c\/h3\u003e\n\u003cdiv class=\"blue-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp style=\"font-size: 0.95rem; color: #555;\"\u003e專為\u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003eModel 3 (2017-2023.10)\u003c\/strong\u003e\u003c\/span\u003e及\u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003eModel Y (2020-2025.03)\u003c\/strong\u003e\u003c\/span\u003e設計。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ SECTION: Separated with a light background and clear border --\u003e\n\u003cdiv style=\"background: var(--bg-light); border-top: 1px solid #eee;\" class=\"v3-section\"\u003e\n\u003cdiv class=\"v3-content-wrapper\"\u003e\n\u003ch2\u003e常見問題\u003c\/h2\u003e\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdiv data-faq=\"\" class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\n\u003ch3\u003e這會影響我的車輛保固嗎？\u003c\/h3\u003e\n\u003cdiv style=\"color: var(--primary-blue); font-weight: bold;\"\u003e+\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003e不會。V3系統採用100%非破壞性安裝，使用即插即用連接器，直接與原廠線束整合，無需剪線，保護您的保固。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-faq=\"\" class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\n\u003ch3\u003e我該如何更換LED顏色？\u003c\/h3\u003e\n\u003cdiv style=\"color: var(--primary-blue); font-weight: bold;\"\u003e+\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003e每個把手都有一個隱藏的內建按鈕。按下它可循環切換藍色、紅色、白色、紫色、綠色及多彩流光模式。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv data-faq=\"\" class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\n\u003ch3\u003e這會明顯影響我的車輛動力嗎？\u003c\/h3\u003e\n\u003cdiv style=\"color: var(--primary-blue); font-weight: bold;\"\u003e+\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003e幾乎沒有影響。V3控制器在待機模式下的電流低於0.2A，確保對您的Tesla電池系統沒有可測量的影響。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center; padding: 100px 20px;\"\u003e\n\u003ca class=\"cta-button\" href=\"#\"\u003e升級我的Tesla車門把手\u003c\/a\u003e\n\u003cp style=\"margin-top: 20px; font-size: 0.9rem; color: #999;\"\u003e由我們的30天滿意保證支持。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Tesery Official Store","offers":[{"title":"Model Y 杜松 2025.03+","offer_id":48036843225320,"sku":"TSL5412-colorful","price":2289.0,"currency_code":"MOP","in_stock":true},{"title":"Model 3 Highland 2024+","offer_id":48036843192552,"sku":"TSL5411-colorful","price":2289.0,"currency_code":"MOP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/RGB_Electric_Door_Handle_for_Model_3_HighlandY_Juniper.gif?v=1778645021","url":"https:\/\/www.tesery.com\/zh-zh\/products\/rgb-electric-door-handle-for-model-y-juniper-model-3-highland","provider":"Tesery Official Store","version":"1.0","type":"link"}