{"product_id":"ai-box-android-votre-solution-intelligente-pour-la-conduite","title":"Adapter CarPlay Wireless AI – Android 13 | GPS | RAM 8G| Storage 128G","description":"\u003cstyle\u003e\n\/* =========================================================\n   TOP TAKTIL — WIRELESS CARPLAY \/ ANDROID AUTO ADAPTER\n   Responsive Shopify Product Description\n========================================================= *\/\n\n.tt-carplay-adapter {\n  --tt-navy: #061B2C;\n  --tt-blue: #073E78;\n  --tt-blue-bright: #268FD0;\n  --tt-blue-light: #5AAEE3;\n  --tt-accent: #FFD6A5;\n  --tt-soft: #F7FAFD;\n  --tt-border: #E5EDF5;\n\n  width: 100%;\n  max-width: 100%;\n  margin: 0;\n  padding: 0;\n\n  color: var(--tt-navy);\n  font-family: inherit;\n  font-size: 16px;\n  line-height: 1.7;\n\n  box-sizing: border-box;\n  overflow-x: hidden;\n}\n\n.tt-carplay-adapter *,\n.tt-carplay-adapter *::before,\n.tt-carplay-adapter *::after {\n  box-sizing: border-box;\n}\n\n\n\/* =========================================================\n   VIDEO\n========================================================= *\/\n\n.tt-carplay-adapter .tt-video {\n  position: relative;\n\n  width: 100%;\n  max-width: 900px;\n\n  aspect-ratio: 16 \/ 9;\n\n  margin: 0 auto 32px;\n\n  overflow: hidden;\n\n  border-radius: 18px;\n\n  background: #000;\n\n  box-shadow:\n    0 12px 32px rgba(6, 27, 44, 0.12);\n}\n\n.tt-carplay-adapter .tt-video iframe {\n  position: absolute;\n  inset: 0;\n\n  width: 100%;\n  height: 100%;\n\n  border: 0;\n}\n\n\n\/* =========================================================\n   HERO INTRO\n========================================================= *\/\n\n.tt-carplay-adapter .tt-hero {\n  position: relative;\n\n  margin: 26px 0 34px;\n  padding: 30px clamp(20px, 4vw, 38px);\n\n  overflow: hidden;\n\n  border-radius: 20px;\n\n  background:\n    linear-gradient(\n      115deg,\n      var(--tt-navy) 0%,\n      var(--tt-blue) 54%,\n      var(--tt-blue-bright) 100%\n    );\n\n  color: #FFFFFF;\n\n  box-shadow:\n    0 12px 32px rgba(7, 62, 120, 0.16);\n}\n\n.tt-carplay-adapter .tt-hero::after {\n  content: \"\";\n\n  position: absolute;\n  top: 0;\n  right: 0;\n\n  width: 130px;\n  height: 4px;\n\n  background:\n    linear-gradient(\n      90deg,\n      var(--tt-blue-light),\n      var(--tt-accent)\n    );\n}\n\n.tt-carplay-adapter .tt-hero h2 {\n  margin: 0 0 13px;\n\n  color: #FFFFFF;\n\n  font-size: clamp(25px, 4vw, 35px);\n  font-weight: 750;\n  line-height: 1.18;\n\n  letter-spacing: -0.02em;\n}\n\n.tt-carplay-adapter .tt-hero p {\n  max-width: 900px;\n\n  margin: 0;\n\n  color: rgba(255, 255, 255, 0.9);\n\n  font-size: 16px;\n  line-height: 1.7;\n}\n\n.tt-carplay-adapter .tt-hero strong {\n  color: var(--tt-accent);\n}\n\n\n\/* =========================================================\n   SECTION HEADINGS\n========================================================= *\/\n\n.tt-carplay-adapter .tt-heading {\n  position: relative;\n\n  margin: 40px 0 18px;\n  padding-bottom: 11px;\n\n  color: var(--tt-navy);\n\n  font-size: clamp(21px, 3vw, 26px);\n  font-weight: 750;\n  line-height: 1.25;\n\n  letter-spacing: -0.015em;\n\n  border-bottom: 1px solid var(--tt-border);\n}\n\n.tt-carplay-adapter .tt-heading::after {\n  content: \"\";\n\n  position: absolute;\n  left: 0;\n  bottom: -1px;\n\n  width: 74px;\n  height: 3px;\n\n  border-radius: 999px;\n\n  background:\n    linear-gradient(\n      90deg,\n      var(--tt-blue),\n      var(--tt-blue-bright),\n      var(--tt-accent)\n    );\n}\n\n\n\/* =========================================================\n   TEXT\n========================================================= *\/\n\n.tt-carplay-adapter p {\n  margin: 0 0 16px;\n}\n\n.tt-carplay-adapter strong {\n  color: var(--tt-navy);\n  font-weight: 700;\n}\n\n\n\/* =========================================================\n   IMAGE GALLERY\n========================================================= *\/\n\n.tt-carplay-adapter .tt-gallery {\n  display: grid;\n\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n\n  gap: 16px;\n\n  max-width: 1000px;\n\n  margin: 22px auto 36px;\n}\n\n.tt-carplay-adapter .tt-gallery-item {\n  overflow: hidden;\n\n  background: #FFFFFF;\n\n  border: 1px solid var(--tt-border);\n  border-radius: 16px;\n\n  box-shadow:\n    0 6px 20px rgba(6, 27, 44, 0.06);\n}\n\n.tt-carplay-adapter .tt-gallery img {\n  display: block;\n\n  width: 100%;\n  height: auto;\n\n  margin: 0;\n\n  object-fit: contain;\n\n  transition: transform 0.3s ease;\n}\n\n@media (hover: hover) and (pointer: fine) {\n  .tt-carplay-adapter .tt-gallery-item:hover img {\n    transform: scale(1.025);\n  }\n}\n\n\n\/* =========================================================\n   FEATURE GRID\n========================================================= *\/\n\n.tt-carplay-adapter .tt-feature-grid {\n  display: grid;\n\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n\n  gap: 14px;\n\n  margin: 20px 0 34px;\n}\n\n.tt-carplay-adapter .tt-feature {\n  position: relative;\n\n  padding: 20px 20px 20px 23px;\n\n  background:\n    linear-gradient(\n      145deg,\n      #FFFFFF 0%,\n      var(--tt-soft) 100%\n    );\n\n  border: 1px solid var(--tt-border);\n  border-radius: 14px;\n\n  box-shadow:\n    0 4px 16px rgba(6, 27, 44, 0.045);\n}\n\n.tt-carplay-adapter .tt-feature::before {\n  content: \"\";\n\n  position: absolute;\n  top: 18px;\n  bottom: 18px;\n  left: 0;\n\n  width: 4px;\n\n  border-radius: 0 999px 999px 0;\n\n  background:\n    linear-gradient(\n      180deg,\n      var(--tt-blue),\n      var(--tt-blue-bright)\n    );\n}\n\n.tt-carplay-adapter .tt-feature strong {\n  display: block;\n\n  margin-bottom: 5px;\n\n  color: var(--tt-blue);\n\n  font-size: 16px;\n  font-weight: 700;\n}\n\n\n\/* =========================================================\n   BENEFIT LIST\n========================================================= *\/\n\n.tt-carplay-adapter .tt-benefits {\n  display: grid;\n\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n\n  gap: 12px;\n\n  margin: 18px 0 30px;\n\n  padding: 0;\n\n  list-style: none;\n}\n\n.tt-carplay-adapter .tt-benefits li {\n  position: relative;\n\n  margin: 0;\n  padding: 15px 16px 15px 44px;\n\n  background: #FFFFFF;\n\n  border: 1px solid var(--tt-border);\n  border-radius: 13px;\n\n  color: rgba(6, 27, 44, 0.82);\n}\n\n.tt-carplay-adapter .tt-benefits li::before {\n  content: \"✓\";\n\n  position: absolute;\n  top: 15px;\n  left: 16px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  width: 20px;\n  height: 20px;\n\n  border-radius: 50%;\n\n  background:\n    linear-gradient(\n      135deg,\n      var(--tt-blue),\n      var(--tt-blue-bright)\n    );\n\n  color: #FFFFFF;\n\n  font-size: 12px;\n  font-weight: 700;\n}\n\n\n\/* =========================================================\n   COMPATIBILITY NOTICE\n========================================================= *\/\n\n.tt-carplay-adapter .tt-notice {\n  margin: 26px 0;\n\n  padding: 18px 20px;\n\n  background:\n    linear-gradient(\n      135deg,\n      rgba(255, 214, 165, 0.28),\n      rgba(255, 214, 165, 0.10)\n    );\n\n  border: 1px solid rgba(255, 214, 165, 0.95);\n  border-left: 4px solid var(--tt-accent);\n\n  border-radius: 12px;\n\n  color: var(--tt-navy);\n}\n\n\n\/* =========================================================\n   WARRANTY \/ TRUST BOX\n========================================================= *\/\n\n.tt-carplay-adapter .tt-trust {\n  margin: 32px 0;\n\n  padding: 25px;\n\n  text-align: center;\n\n  background:\n    linear-gradient(\n      145deg,\n      rgba(7, 62, 120, 0.045),\n      rgba(38, 143, 208, 0.07)\n    );\n\n  border: 1px solid rgba(38, 143, 208, 0.18);\n  border-radius: 16px;\n}\n\n.tt-carplay-adapter .tt-trust h3 {\n  margin: 0 0 9px;\n\n  color: var(--tt-blue);\n\n  font-size: 20px;\n  font-weight: 750;\n}\n\n.tt-carplay-adapter .tt-trust p {\n  margin: 5px 0;\n}\n\n\n\/* =========================================================\n   CTA\n========================================================= *\/\n\n.tt-carplay-adapter .tt-cta {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  width: fit-content;\n  max-width: 100%;\n  min-height: 50px;\n\n  margin: 28px auto;\n\n  padding: 12px 30px;\n\n  border-radius: 999px;\n\n  background:\n    linear-gradient(\n      105deg,\n      var(--tt-blue) 0%,\n      var(--tt-blue-bright) 100%\n    );\n\n  color: #FFFFFF !important;\n\n  font-size: 15px;\n  font-weight: 700;\n  line-height: 1.3;\n\n  text-align: center;\n  text-decoration: none !important;\n\n  box-shadow:\n    0 8px 22px rgba(7, 62, 120, 0.20);\n\n  transition:\n    transform 0.25s ease,\n    box-shadow 0.25s ease,\n    color 0.25s ease;\n}\n\n@media (hover: hover) and (pointer: fine) {\n  .tt-carplay-adapter .tt-cta:hover {\n    transform: translateY(-2px);\n\n    color: var(--tt-accent) !important;\n\n    box-shadow:\n      0 12px 28px rgba(38, 143, 208, 0.26);\n  }\n}\n\n\n\/* =========================================================\n   MOBILE \/ TABLET\n========================================================= *\/\n\n@media screen and (max-width: 749px) {\n\n  .tt-carplay-adapter {\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .tt-carplay-adapter .tt-video {\n    margin-bottom: 24px;\n\n    border-radius: 14px;\n  }\n\n  .tt-carplay-adapter .tt-hero {\n    margin: 20px 0 28px;\n    padding: 23px 19px;\n\n    border-radius: 16px;\n  }\n\n  .tt-carplay-adapter .tt-hero h2 {\n    font-size: 25px;\n  }\n\n  .tt-carplay-adapter .tt-hero p {\n    font-size: 15px;\n  }\n\n  .tt-carplay-adapter .tt-heading {\n    margin-top: 32px;\n\n    font-size: 21px;\n  }\n\n  .tt-carplay-adapter .tt-gallery {\n    grid-template-columns: 1fr;\n\n    gap: 13px;\n\n    max-width: 100%;\n  }\n\n  .tt-carplay-adapter .tt-gallery-item {\n    max-width: 650px;\n\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .tt-carplay-adapter .tt-feature-grid,\n  .tt-carplay-adapter .tt-benefits {\n    grid-template-columns: 1fr;\n  }\n\n  .tt-carplay-adapter .tt-feature {\n    padding: 17px 17px 17px 20px;\n  }\n\n  .tt-carplay-adapter .tt-benefits li {\n    padding-top: 13px;\n    padding-bottom: 13px;\n  }\n\n  .tt-carplay-adapter .tt-benefits li::before {\n    top: 13px;\n  }\n\n  .tt-carplay-adapter .tt-trust {\n    padding: 20px 17px;\n  }\n\n  .tt-carplay-adapter .tt-cta {\n    width: 100%;\n\n    padding: 12px 20px;\n\n    font-size: 14px;\n  }\n\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"tt-carplay-adapter\"\u003e\n\u003c!-- VIDEO --\u003e\n\u003cdiv class=\"tt-video\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/l2-BIFSpmdI?rel=0\u0026amp;modestbranding=1\" title=\"TOP TAKTIL Wireless CarPlay and Android Auto Adapter\" loading=\"lazy\"\u003e\n    \u003c\/iframe\u003e\u003c\/div\u003e\n\u003c!-- INTRO --\u003e\n\u003cdiv class=\"tt-hero\"\u003e\n\u003ch2\u003eUpgrade Factory Wired CarPlay to a Smarter Wireless Experience\u003c\/h2\u003e\n\u003cp\u003eTransform a compatible factory infotainment system with the \u003cstrong\u003eTOP TAKTIL Wireless CarPlay \u0026amp; Android Auto Adapter\u003c\/strong\u003e. Designed for vehicles already equipped with \u003cstrong\u003efactory wired Apple CarPlay\u003c\/strong\u003e, this intelligent Android adapter adds wireless connectivity and Android multimedia functionality while retaining your vehicle's original display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- GALLERY --\u003e\n\u003ch2 class=\"tt-heading\"\u003eProduct Gallery\u003c\/h2\u003e\n\u003cdiv class=\"tt-gallery\"\u003e\n\u003cdiv class=\"tt-gallery-item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0936\/4917\/4857\/files\/Nouveau_Android_15_ameliore_Veritable_Android_15.0_._Nouvelle_interface_utilisateur._CarPlay_sans_fil_et_Android_Auto_sans_fil._Basculez_entre_les_systemes_comme_vous_le_souhaitez._2.png?v=1769207867\" alt=\"TOP TAKTIL wireless CarPlay and Android Auto adapter interface\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"tt-gallery-item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0656\/0700\/8475\/files\/3_b26b097e-9c7d-48ac-89b4-9d17aa3524bf.jpg?v=1738499795\" alt=\"Wireless Android Auto and multimedia functions\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"tt-gallery-item\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0656\/0700\/8475\/files\/4_e6b3acb5-e22c-427f-8ac2-95934f57b0d1.jpg?v=1738499795\" alt=\"Plug and play wireless CarPlay adapter installation\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES --\u003e\n\u003ch2 class=\"tt-heading\"\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"tt-feature-grid\"\u003e\n\u003cdiv class=\"tt-feature\"\u003e\n\u003cstrong\u003eWireless Apple CarPlay\u003c\/strong\u003e Connect your compatible iPhone without plugging in a cable every time you enter the vehicle.\u003c\/div\u003e\n\u003cdiv class=\"tt-feature\"\u003e\n\u003cstrong\u003eWireless Android Auto\u003c\/strong\u003e Enjoy compatible Android Auto navigation, calls, music and smartphone functions wirelessly.\u003c\/div\u003e\n\u003cdiv class=\"tt-feature\"\u003e\n\u003cstrong\u003eAndroid 13 System\u003c\/strong\u003e Built-in Android functionality expands your factory display with access to compatible Android applications and multimedia features.\u003c\/div\u003e\n\u003cdiv class=\"tt-feature\"\u003e\n\u003cstrong\u003eQualcomm 8-Core Processor\u003c\/strong\u003e Designed to provide responsive operation, smooth navigation and improved multitasking performance.\u003c\/div\u003e\n\u003cdiv class=\"tt-feature\"\u003e\n\u003cstrong\u003eSplit-Screen Multitasking\u003c\/strong\u003e Use compatible functions side by side, such as navigation and multimedia applications.\u003c\/div\u003e\n\u003cdiv class=\"tt-feature\"\u003e\n\u003cstrong\u003eHigh-Speed Connectivity\u003c\/strong\u003e Supports Wi-Fi 6E and 5G \/ 4G \/ 3G \/ 2G connectivity according to the adapter configuration.\u003c\/div\u003e\n\u003cdiv class=\"tt-feature\"\u003e\n\u003cstrong\u003eBuilt-In GPS Navigation\u003c\/strong\u003e GPS, GNSS and BeiDou support provide additional navigation capability when using compatible applications.\u003c\/div\u003e\n\u003cdiv class=\"tt-feature\"\u003e\n\u003cstrong\u003eGoogle Play Store Access\u003c\/strong\u003e Install compatible Android applications directly through the integrated Android system.\u003c\/div\u003e\n\u003cdiv class=\"tt-feature\"\u003e\n\u003cstrong\u003ePlug \u0026amp; Play Installation\u003c\/strong\u003e Connect through the compatible USB interface without replacing the original factory screen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BENEFITS --\u003e\n\u003ch2 class=\"tt-heading\"\u003eWhy Choose the TOP TAKTIL Wireless CarPlay Adapter?\u003c\/h2\u003e\n\u003cul class=\"tt-benefits\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eRetain your factory display.\u003c\/strong\u003e Upgrade the functionality of the original infotainment system without replacing the dashboard screen.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAutomatic wireless connection.\u003c\/strong\u003e Your compatible smartphone can reconnect automatically for a more convenient everyday driving experience.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMore multimedia options.\u003c\/strong\u003e Access navigation, music and compatible Android applications directly from the vehicle display.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSimple installation.\u003c\/strong\u003e Designed for compatible vehicles equipped with factory wired Apple CarPlay.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eModern infotainment experience.\u003c\/strong\u003e Add wireless CarPlay, wireless Android Auto and Android functions to an existing factory system.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTOP TAKTIL compatibility support.\u003c\/strong\u003e Check compatibility before ordering if you are unsure whether your original system supports the adapter.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- COMPATIBILITY --\u003e\n\u003ch2 class=\"tt-heading\"\u003eVehicle Compatibility\u003c\/h2\u003e\n\u003cp\u003eThis wireless CarPlay adapter is designed for the majority of compatible vehicles that are already equipped with \u003cstrong\u003efactory wired Apple CarPlay\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cdiv class=\"tt-notice\"\u003e\n\u003cstrong\u003eImportant:\u003c\/strong\u003e your vehicle must already have working wired Apple CarPlay from the factory. This product does not add CarPlay to a vehicle that has no original wired CarPlay functionality. Based on the stated compatibility of this version, \u003cstrong\u003eBMW vehicles are excluded\u003c\/strong\u003e.\u003c\/div\u003e\n\u003c!-- INSTALLATION --\u003e\n\u003ch2 class=\"tt-heading\"\u003eQuick Plug \u0026amp; Play Installation\u003c\/h2\u003e\n\u003cp\u003eInstallation is designed to be straightforward. Connect the adapter to the compatible factory USB CarPlay port, follow the on-screen setup process and pair your smartphone. Once configured, the system can provide a more convenient wireless connection whenever you enter the vehicle.\u003c\/p\u003e\n\u003cp\u003eNo replacement head unit or dashboard modification is required for a compatible installation.\u003c\/p\u003e\n\u003c!-- WARRANTY --\u003e\n\u003cdiv class=\"tt-trust\"\u003e\n\u003ch3\u003eTOP TAKTIL Quality — 2-Year Warranty\u003c\/h3\u003e\n\u003cp\u003eSelected to meet our standards for reliable everyday use and integration with compatible factory infotainment systems.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDispatched within 24–48 hours.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e \u003ca href=\"\/cart\/add?id=52326598050121\" class=\"tt-cta\"\u003e Order Your Wireless CarPlay Adapter \u003c\/a\u003e \u003c!-- FINAL SEO COPY --\u003e\n\u003ch2 class=\"tt-heading\"\u003eA Smarter Upgrade for Factory CarPlay\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong\u003eTOP TAKTIL Wireless CarPlay and Android Auto Adapter\u003c\/strong\u003e is a practical solution for drivers who want to modernise a compatible factory infotainment system without replacing the original screen. It combines \u003cstrong\u003ewireless Apple CarPlay, wireless Android Auto and Android multimedia functionality\u003c\/strong\u003e in a compact plug-and-play adapter.\u003c\/p\u003e\n\u003cp\u003eWhether you use your vehicle for daily commuting, navigation or longer journeys, wireless smartphone connectivity eliminates the need to connect your phone manually every time you drive while preserving the familiar appearance of the original dashboard.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"TOPTAKTIL","offers":[{"title":"Default Title","offer_id":58536885322063,"sku":"45511389151","price":279.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1029\/6688\/6735\/files\/product-7950188.webp?v=1787346097","url":"https:\/\/toptaktil.com\/products\/ai-box-android-votre-solution-intelligente-pour-la-conduite","provider":"TOP TAKTIL","version":"1.0","type":"link"}