{"product_id":"model-3-y-starry-galaxy-wireless-charging-port-ambient-light","title":"Starry Galaxy Wireless Charging Port Ambient Light for Model 3 Highland \/ Model Y Juniper","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700\u0026family=Instrument+Sans:wght@400;500;600;700;800\u0026display=swap');\n\n.tpd-container {\n    --primary-color: #0065b3;\n    --text-dark: #111827;\n    --text-gray: #4b5563;\n    --bg-white: #ffffff;\n    --bg-light: #f9fafb;\n    --accent-glow: rgba(0, 101, 179, 0.1);\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0;\n    font-family: 'Instrument Sans', sans-serif;\n    color: var(--text-dark);\n    line-height: 1.6;\n    background-color: var(--bg-white);\n}\n\n.tpd-inner-content {\n    padding: 0 20px;\n}\n\n\/* Hero Image Section *\/\n.tpd-hero-img {\n    width: 100%;\n    margin-bottom: 20px;\n}\n.tpd-hero-img img {\n    width: 100%;\n    display: block;\n    border-radius: 16px; \n}\n\n\/* Main Section Title *\/\n.tpd-section-title {\n    font-family: 'Instrument Sans', sans-serif;\n    font-size: 42px;\n    text-align: center;\n    margin: 60px 0 40px;\n    font-weight: 700;\n    letter-spacing: -1px;\n    color: var(--text-dark);\n    line-height: 1.2;\n}\n\n\/* Selling Points Grid (White Rounded Boxes) *\/\n.tpd-icon-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 20px;\n    margin-bottom: 60px;\n}\n.tpd-icon-card {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n    padding: 30px 15px;\n    background: #ffffff;\n    border-radius: 20px;\n    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);\n    border: 1px solid #f0f0f0;\n}\n.tpd-icon-circle {\n    width: 48px; \n    height: 48px;\n    background: var(--accent-glow);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 12px;\n}\n.tpd-icon-card svg { width: 22px; height: 22px; color: var(--primary-color); }\n.tpd-icon-card h4 { font-size: 15px; font-weight: 700; margin-bottom: 4px; color: var(--text-dark); }\n.tpd-icon-card p { font-size: 12px; color: var(--text-gray); margin: 0; line-height: 1.3; }\n\n\/* Feature Sections *\/\n.tpd-feature-card {\n    background: #ffffff;\n    padding: 40px;\n    border-radius: 24px;\n    margin-bottom: 30px;\n    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);\n    border: 1px solid #f5f5f5;\n    width: 100%;\n    box-sizing: border-box;\n}\n.tpd-feature-row { display: flex; align-items: center; gap: 50px; } \n.tpd-feature-row.reverse { flex-direction: row-reverse; }\n.tpd-feature-image { flex: 1.2; overflow: hidden; }\n.tpd-feature-image img { width: 100%; display: block; border-radius: 16px; }\n.tpd-feature-content { flex: 1; }\n.tpd-feature-content h3 { \n    font-family: 'Instrument Sans', sans-serif; \n    font-size: 32px; \n    font-weight: 700;\n    margin-bottom: 15px; \n    color: var(--text-dark); \n    letter-spacing: -0.5px;\n}\n.tpd-feature-content p { font-size: 16px; margin: 0; color: var(--text-gray); }\n\n\/* Box Contents Section *\/\n.tpd-box-section {\n    background: var(--bg-light);\n    padding: 60px 40px;\n    border-radius: 24px;\n    margin: 40px 0;\n    text-align: center;\n}\n.tpd-box-list {\n    display: flex;\n    justify-content: center;\n    gap: 40px;\n    margin-top: 30px;\n    flex-wrap: wrap;\n}\n.tpd-box-item {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 10px;\n}\n.tpd-box-item svg { color: var(--primary-color); width: 32px; height: 32px; }\n.tpd-box-item span { font-weight: 600; font-size: 16px; }\n\n\/* FAQ Styles *\/\n.tpd-faq-section { padding: 40px 0 80px; }\n.tpd-faq-list { width: 100%; margin: 0 auto; }\n.tpd-faq-item {\n    background: #ffffff;\n    border-radius: 12px;\n    margin-bottom: 16px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.05);\n    border: 1px solid #f0f0f0;\n    overflow: hidden;\n    transition: all 0.3s ease;\n}\n.tpd-faq-item:hover { box-shadow: 0 6px 25px rgba(0,0,0,0.08); }\n.tpd-faq-item summary {\n    list-style: none;\n    padding: 20px 25px;\n    cursor: pointer;\n    font-weight: 700;\n    font-size: 17px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    user-select: none;\n}\n.tpd-faq-icon { width: 16px; height: 16px; position: relative; }\n.tpd-faq-icon::before { content: ''; position: absolute; width: 100%; height: 2px; background: #333; top: 50%; margin-top: -1px; }\n.tpd-faq-icon::after { content: ''; position: absolute; width: 2px; height: 100%; background: #333; left: 50%; margin-left: -1px; transition: transform 0.3s; }\n.tpd-faq-item[open] .tpd-faq-icon::after { transform: rotate(90deg); opacity: 0; }\n.tpd-faq-a { \n    padding: 0 25px 20px 25px; \n    font-size: 15px; \n    color: var(--text-gray); \n    border-top: 1px solid #f9f9f9;\n    padding-top: 15px;\n}\n\n\/* Responsive adjustments *\/\n@media (max-width: 992px) {\n    .tpd-section-title { font-size: 28px; margin: 40px 0 20px; }\n    .tpd-icon-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }\n    .tpd-feature-row, .tpd-feature-row.reverse { flex-direction: column; text-align: center; }\n    .tpd-feature-card { padding: 25px 20px; border-radius: 16px; }\n    .tpd-feature-content h3 { font-size: 24px; }\n    .tpd-faq-item summary { font-size: 15px; padding: 15px 20px; }\n    .tpd-box-list { gap: 20px; }\n}\n\u003c\/style\u003e\n\n\u003c!-- JSON-LD Structured Data for FAQ --\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is this compatible with my Tesla?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"This product is specifically designed for Tesla Model 3 Highland (2024+) and Model Y Juniper versions. It fits the updated wireless charging console layout.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Will it affect wireless charging speed?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Not at all. The light module is ultra-thin and positioned around the charging ports, ensuring no interference with the 15W Qi charging capability or device placement.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How is it powered?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"It connects directly to the original vehicle power interface using a plug-and-play harness. No external battery or complicated wiring is required.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I turn off the light when I don't need it?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes, you can turn the light off, adjust brightness, or change colors anytime through the mobile App via Bluetooth.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the adhesive safe for the interior?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes, we use automotive-grade adhesive that provides a strong bond but can be removed without leaving residue or damaging the factory console material.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cdiv class=\"tpd-container\"\u003e\n    \u003c!-- Hero Image --\u003e\n    \u003cdiv class=\"tpd-hero-img\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Starry_Galaxy_Wireless_Charging_Port_Ambient_Light_2.png?v=1777449298\" alt=\"Starry Galaxy Wireless Charging Ambient Light\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tpd-inner-content\"\u003e\n        \u003c!-- Main Title --\u003e\n        \u003ch2 class=\"tpd-section-title\"\u003eStarry Galaxy Wireless Charging Port\u003cbr\u003eAmbient Light for Model 3\/Y\u003c\/h2\u003e\n\n        \u003c!-- Icons Grid --\u003e\n        \u003cdiv class=\"tpd-icon-grid\"\u003e\n            \u003cdiv class=\"tpd-icon-card\"\u003e\n                \u003cdiv class=\"tpd-icon-circle\"\u003e\u003csvg fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M10.5 6h9.75M10.5 12h9.75M10.5 18h9.75M3 6h.008v.008H3V6zm0 6h.008v.008H3V12zm0 6h.008v.008H3V18z\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n                \u003ch4\u003eApp Control\u003c\/h4\u003e\n                \u003cp\u003eMillion color palette\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tpd-icon-card\"\u003e\n                \u003cdiv class=\"tpd-icon-circle\"\u003e\u003csvg fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M5 3v4M3 5h4M6 17v4m-2-2h4m5-16l2.286 6.857L21 12l-7.714 2.143L11 21l-2.286-6.857L1 12l7.714-2.143L11 3z\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n                \u003ch4\u003eGalaxy Effect\u003c\/h4\u003e\n                \u003cp\u003eLaser-etched starlight\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tpd-icon-card\"\u003e\n                \u003cdiv class=\"tpd-icon-circle\"\u003e\u003csvg fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M13 10V3L4 14h7v7l9-11h-7z\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n                \u003ch4\u003eOEM Fit\u003c\/h4\u003e\n                \u003cp\u003ePlug-and-play install\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tpd-icon-card\"\u003e\n                \u003cdiv class=\"tpd-icon-circle\"\u003e\u003csvg fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.543.544a2 2 0 01-1.414.585h-2.23a2 2 0 01-1.414-.585l-.544-.544z\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n                \u003ch4\u003eEco-Lighting\u003c\/h4\u003e\n                \u003cp\u003eEnergy-efficient LED\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Section 1: Intelligent App Control --\u003e\n        \u003cdiv class=\"tpd-feature-card\"\u003e\n            \u003cdiv class=\"tpd-feature-row\"\u003e\n                \u003cdiv class=\"tpd-feature-image\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Starry_Galaxy_Wireless_Charging_Port_Ambient_Light_7.jpg?v=1777449298\" alt=\"Smart App Interface\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"tpd-feature-content\"\u003e\n                    \u003ch3\u003eIntelligent App Control\u003c\/h3\u003e\n                    \u003cp\u003eTake full command of your cockpit's atmosphere. Customize millions of colors and dynamic lighting modes via a dedicated Bluetooth App. From subtle glows to vibrant transitions, the mood is always in your hands.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Section 2: Laser-Etched Chrome Finish --\u003e\n        \u003cdiv class=\"tpd-feature-card\"\u003e\n            \u003cdiv class=\"tpd-feature-row reverse\"\u003e\n                \u003cdiv class=\"tpd-feature-image\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Starry_Galaxy_Wireless_Charging_Port_Ambient_Light_6.png?v=1777449298\" alt=\"Laser Etched Craftsmanship\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"tpd-feature-content\"\u003e\n                    \u003ch3\u003eLaser-Etched Chrome Finish\u003c\/h3\u003e\n                    \u003cp\u003eSpecifically engineered for the Model 3 Highland and Model Y Juniper, this premium chrome-finished module features precision laser-etching. It fills the visual void of the charging area with a stunning starry sky effect that stays elegant even when off.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Section 3: Non-Destructive Sticky Install --\u003e\n        \u003cdiv class=\"tpd-feature-card\"\u003e\n            \u003cdiv class=\"tpd-feature-row\"\u003e\n                \u003cdiv class=\"tpd-feature-image\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/Starry_Galaxy_Wireless_Charging_Port_Ambient_Light_8.png?v=1777449298\" alt=\"Easy Installation\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"tpd-feature-content\"\u003e\n                    \u003ch3\u003eNon-Destructive Adhesive Install\u003c\/h3\u003e\n                    \u003cp\u003eTrue 5-minute setup. Featuring a premium adhesive backing and direct-plug connectors, this unit installs without removing door frames or cutting wires. Simply peel, stick, and plug for an instant OEM-grade upgrade that won't void your warranty.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- What's in the Box --\u003e\n        \u003csection class=\"tpd-box-section\"\u003e\n            \u003ch2 class=\"tpd-section-title\" style=\"margin-top:0;\"\u003eWhat’s in the Box\u003c\/h2\u003e\n            \u003cdiv class=\"tpd-box-list\"\u003e\n                \u003cdiv class=\"tpd-box-item\"\u003e\n                    \u003csvg fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 7l-8-4-8 4m16 0l-8 4m8-4v10l-8 4m0-10L4 7m8 4v10M4 7v10l8 4\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003cspan\u003eWireless Charging Ambient Light x1\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"tpd-box-item\"\u003e\n                    \u003csvg fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M13 10V3L4 14h7v7l9-11h-7z\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                    \u003cspan\u003ePower Cable x1\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- FAQ Section --\u003e\n        \u003csection class=\"tpd-faq-section\"\u003e\n            \u003ch2 class=\"tpd-section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n            \u003cdiv class=\"tpd-faq-list\"\u003e\n                \u003cdetails class=\"tpd-faq-item\" open\u003e\n                    \u003csummary\u003eIs this compatible with my Tesla? \u003cdiv class=\"tpd-faq-icon\"\u003e\u003c\/div\u003e\u003c\/summary\u003e\n                    \u003cdiv class=\"tpd-faq-a\"\u003eThis product is specifically designed for Tesla Model 3 Highland (2024+) and Model Y Juniper versions. It fits the updated wireless charging console layout.\u003c\/div\u003e\n                \u003c\/details\u003e\n                \n                \u003cdetails class=\"tpd-faq-item\"\u003e\n                    \u003csummary\u003eWill it affect wireless charging speed? \u003cdiv class=\"tpd-faq-icon\"\u003e\u003c\/div\u003e\u003c\/summary\u003e\n                    \u003cdiv class=\"tpd-faq-a\"\u003eNot at all. The light module is ultra-thin and positioned around the charging ports, ensuring no interference with the 15W Qi charging capability or device placement.\u003c\/div\u003e\n                \u003c\/details\u003e\n\n                \u003cdetails class=\"tpd-faq-item\"\u003e\n                    \u003csummary\u003eHow is it powered? \u003cdiv class=\"tpd-faq-icon\"\u003e\u003c\/div\u003e\u003c\/summary\u003e\n                    \u003cdiv class=\"tpd-faq-a\"\u003eIt connects directly to the original vehicle power interface using a plug-and-play harness. No external battery or complicated wiring is required.\u003c\/div\u003e\n                \u003c\/details\u003e\n\n                \u003cdetails class=\"tpd-faq-item\"\u003e\n                    \u003csummary\u003eCan I turn off the light when I don't need it? \u003cdiv class=\"tpd-faq-icon\"\u003e\u003c\/div\u003e\u003c\/summary\u003e\n                    \u003cdiv class=\"tpd-faq-a\"\u003eYes, you can turn the light off, adjust brightness, or change colors anytime through the mobile App via Bluetooth.\u003c\/div\u003e\n                \u003c\/details\u003e\n\n                \u003cdetails class=\"tpd-faq-item\"\u003e\n                    \u003csummary\u003eIs the adhesive safe for the interior? \u003cdiv class=\"tpd-faq-icon\"\u003e\u003c\/div\u003e\u003c\/summary\u003e\n                    \u003cdiv class=\"tpd-faq-a\"\u003eYes, we use automotive-grade adhesive that provides a strong bond but can be removed without leaving residue or damaging the factory console material.\u003c\/div\u003e\n                \u003c\/details\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Tesery Official Store","offers":[{"title":"Default Title","offer_id":48417041318120,"sku":"TLA019","price":118.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0588\/3825\/3719\/files\/starry-galaxy-wireless-charging-port-ambient-light-for-model-3-highland-model-y-juniper-7789390.png?v=1777507700","url":"https:\/\/de.tesery.com\/products\/model-3-y-starry-galaxy-wireless-charging-port-ambient-light","provider":"Tesery Official Store","version":"1.0","type":"link"}