{"product_id":"model-3-y-starry-galaxy-wireless-charging-port-ambient-light","title":"Port de charge sans fil Galaxy étoilée avec lumière d'ambiance pour 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=\"Lumière d'ambiance de charge sans fil galaxie étoilée\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tpd-inner-content\"\u003e\n        \u003c!-- Main Title --\u003e\n        \u003ch2 class=\"tpd-section-title\"\u003ePort de charge sans fil galaxie étoilée\u003cbr\u003eLumière d'ambiance pour 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\u003eContrôle par application\u003c\/h4\u003e\n                \u003cp\u003ePalette de millions de couleurs\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\u003eEffet galaxie\u003c\/h4\u003e\n                \u003cp\u003eÉtoiles gravées au laser\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\u003eAdaptation OEM\u003c\/h4\u003e\n                \u003cp\u003eInstallation plug-and-play\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\u003eÉclairage écologique\u003c\/h4\u003e\n                \u003cp\u003eLED à faible consommation d'énergie\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=\"Interface d'application intelligente\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"tpd-feature-content\"\u003e\n                    \u003ch3\u003eContrôle intelligent via application\u003c\/h3\u003e\n                    \u003cp\u003ePrenez le contrôle total de l'ambiance de votre cockpit. Personnalisez des millions de couleurs et des modes d'éclairage dynamiques via une application Bluetooth dédiée. Des lueurs subtiles aux transitions vibrantes, l'ambiance est toujours entre vos mains.\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=\"Savoir-faire gravé au laser\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"tpd-feature-content\"\u003e\n                    \u003ch3\u003eFinition chrome gravée au laser\u003c\/h3\u003e\n                    \u003cp\u003eConçu spécifiquement pour les Model 3 Highland et Model Y Juniper, ce module premium à finition chrome présente une gravure laser de précision. Il comble le vide visuel de la zone de charge avec un effet ciel étoilé époustouflant qui reste élégant même éteint.\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=\"Installation facile\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"tpd-feature-content\"\u003e\n                    \u003ch3\u003eInstallation adhésive non destructive\u003c\/h3\u003e\n                    \u003cp\u003eInstallation en 5 minutes chrono. Doté d'un adhésif premium et de connecteurs plug-and-play, ce module s'installe sans retirer les cadres de porte ni couper les fils. Il suffit de décoller, coller et brancher pour une mise à niveau instantanée de qualité OEM qui ne fera pas sauter votre garantie.\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;\"\u003eContenu de la boîte\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\u003eLumière d'ambiance de charge sans fil 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\u003eCâble d'alimentation 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\"\u003eQuestions fréquemment posées\u003c\/h2\u003e\n            \u003cdiv class=\"tpd-faq-list\"\u003e\n                \u003cdetails class=\"tpd-faq-item\" open\u003e\n                    \u003csummary\u003eEst-ce compatible avec ma Tesla ? \u003cdiv class=\"tpd-faq-icon\"\u003e\u003c\/div\u003e\u003c\/summary\u003e\n                    \u003cdiv class=\"tpd-faq-a\"\u003eCe produit est spécialement conçu pour les Tesla Model 3 Highland (2024+) et Model Y Juniper. Il s'adapte à la nouvelle disposition de la console de charge sans fil.\u003c\/div\u003e\n                \u003c\/details\u003e\n                \n                \u003cdetails class=\"tpd-faq-item\"\u003e\n                    \u003csummary\u003eCela affectera-t-il la vitesse de charge sans fil ? \u003cdiv class=\"tpd-faq-icon\"\u003e\u003c\/div\u003e\u003c\/summary\u003e\n                    \u003cdiv class=\"tpd-faq-a\"\u003ePas du tout. Le module lumineux est ultra-fin et positionné autour des ports de charge, garantissant aucune interférence avec la capacité de charge Qi 15W ni avec le placement des appareils.\u003c\/div\u003e\n                \u003c\/details\u003e\n\n                \u003cdetails class=\"tpd-faq-item\"\u003e\n                    \u003csummary\u003eComment est-il alimenté ? \u003cdiv class=\"tpd-faq-icon\"\u003e\u003c\/div\u003e\u003c\/summary\u003e\n                    \u003cdiv class=\"tpd-faq-a\"\u003eIl se connecte directement à l'interface d'alimentation d'origine du véhicule grâce à un faisceau plug-and-play. Aucune batterie externe ni câblage compliqué n'est nécessaire.\u003c\/div\u003e\n                \u003c\/details\u003e\n\n                \u003cdetails class=\"tpd-faq-item\"\u003e\n                    \u003csummary\u003ePuis-je éteindre la lumière quand je n'en ai pas besoin ? \u003cdiv class=\"tpd-faq-icon\"\u003e\u003c\/div\u003e\u003c\/summary\u003e\n                    \u003cdiv class=\"tpd-faq-a\"\u003eOui, vous pouvez éteindre la lumière, ajuster la luminosité ou changer les couleurs à tout moment via l'application mobile en Bluetooth.\u003c\/div\u003e\n                \u003c\/details\u003e\n\n                \u003cdetails class=\"tpd-faq-item\"\u003e\n                    \u003csummary\u003eL'adhésif est-il sûr pour l'intérieur ? \u003cdiv class=\"tpd-faq-icon\"\u003e\u003c\/div\u003e\u003c\/summary\u003e\n                    \u003cdiv class=\"tpd-faq-a\"\u003eOui, nous utilisons un adhésif de qualité automobile qui offre une fixation solide mais peut être retiré sans laisser de résidu ni endommager le matériau d'origine de la console.\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":119.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:\/\/www.tesery.com\/fr-fr\/products\/model-3-y-starry-galaxy-wireless-charging-port-ambient-light","provider":"Tesery Official Store","version":"1.0","type":"link"}