bavarian-automotive.co.uk Open in urlscan Pro
23.227.38.73  Public Scan

Submitted URL: https://www.applecarplayretrofit.co.uk/
Effective URL: https://bavarian-automotive.co.uk/
Submission: On December 21 via api from US — Scanned from CA

Form analysis 6 forms found in the DOM

POST /localization

<form method="post" action="/localization" id="nav-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <div class="localization__grid">
    <div class="localization__selector">
      <input type="hidden" name="country_code" value="CA">
      <country-selector><label class="label visually-hidden no-js-hidden" for="nav-localization-country-button">Country/Region</label>
        <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="nav-localization-country-button">
            <span class="text-start">Canada (CAD&nbsp;$)</span>
            <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
              <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
            </svg>
          </button>
          <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="nav-localization-country-opt-0">
            <li class="custom-select__option flex items-center js-option" id="nav-localization-country-opt-0" role="option" data-value="CA" aria-selected="true">
              <span class="pointer-events-none">Canada (CAD&nbsp;$)</span>
            </li>
          </ul>
        </div>
      </country-selector>
    </div>
  </div>
  <script>
    customElements.whenDefined('custom-select').then(() => {
      if (!customElements.get('country-selector')) {
        class CountrySelector extends customElements.get('custom-select') {
          constructor() {
            super();
            this.loaded = false;
          }
          async showListbox() {
            if (this.loaded) {
              super.showListbox();
              return;
            }
            this.button.classList.add('is-loading');
            this.button.setAttribute('aria-disabled', 'true');
            try {
              const response = await fetch('?section_id=country-selector');
              if (!response.ok) throw new Error(response.status);
              const tmpl = document.createElement('template');
              tmpl.innerHTML = await response.text();
              const el = tmpl.content.querySelector('.custom-select__listbox');
              this.listbox.innerHTML = el.innerHTML;
              this.options = this.querySelectorAll('.custom-select__option');
              this.popular = this.querySelectorAll('[data-popular]');
              if (this.popular.length) {
                this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
              }
              this.selectedOption = this.querySelector('[aria-selected="true"]');
              if (!this.selectedOption) {
                this.selectedOption = this.listbox.firstElementChild;
              }
              this.loaded = true;
            } catch {
              this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
            } finally {
              super.showListbox();
              this.button.classList.remove('is-loading');
              this.button.setAttribute('aria-disabled', 'false');
            }
          }
          setButtonWidth() {
            return;
          }
        }
        customElements.define('country-selector', CountrySelector);
      }
    });
  </script>
  <script>
    document.getElementById('nav-localization').addEventListener('change', (evt) => {
      const input = evt.target.previousElementSibling;
      if (input && input.tagName === 'INPUT') {
        input.value = evt.detail.selectedValue;
        evt.currentTarget.submit();
      }
    });
  </script>
</form>

GET /search

<form class="search relative search--speech search--product-types" role="search" action="/search" method="get">
  <label class="label visually-hidden" for="header-search">Search</label>
  <script src="//bavarian-automotive.co.uk/cdn/shop/t/23/assets/search-form.js?v=43677551656194261111732848625" defer="defer"></script>
  <search-form class="search__form block">
    <input type="hidden" name="options[prefix]" value="last">
    <input type="search" class="search__input w-full input js-search-input" id="header-search" name="q" placeholder="Search for collections" data-placeholder-one="Search for products" data-placeholder-two="Search for articles"
      data-placeholder-three="Search for collections" data-placeholder-prompts-mob="false" data-typing-speed="100" data-deleting-speed="60" data-delay-after-deleting="500" data-delay-before-first-delete="2000" data-delay-after-word-typed="2400"
      role="combobox" autocomplete="off" aria-autocomplete="list" aria-controls="predictive-search-results" aria-owns="predictive-search-results" aria-haspopup="listbox" aria-expanded="false" spellcheck="false">
    <custom-select id="product_types" class="search__product-types absolute left-0 top-0 bottom-0 js-search-product-types"><label class="label visually-hidden no-js-hidden" for="product_types-button">Product type</label>
      <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="product_types-button" style="--custom-select-button-width: 13px;">
          <span class="text-start">All</span>
          <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
            <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
          </svg>
        </button>
        <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="">
          <li class="custom-select__option js-option" id="product_types-opt-default" role="option" data-value="">
            <span class="pointer-events-none">All</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-0" role="option" data-value="Apple CarPlay / Android Auto Retrofit Kit">
            <span class="pointer-events-none">Apple CarPlay / Android Auto Retrofit Kit</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-1" role="option" data-value="Audi Screen Upgrade">
            <span class="pointer-events-none">Audi Screen Upgrade</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-2" role="option" data-value="BMW Android Screen Upgrade">
            <span class="pointer-events-none">BMW Android Screen Upgrade</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-3" role="option" data-value="Custom Steering Wheel">
            <span class="pointer-events-none">Custom Steering Wheel</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-4" role="option" data-value="Digital Virtual Cockpit">
            <span class="pointer-events-none">Digital Virtual Cockpit</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-5" role="option" data-value="Direct Fit Reverse Camera">
            <span class="pointer-events-none">Direct Fit Reverse Camera</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-6" role="option" data-value="Installation Tools">
            <span class="pointer-events-none">Installation Tools</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-7" role="option" data-value="Mercedes Android Screen Upgrade">
            <span class="pointer-events-none">Mercedes Android Screen Upgrade</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-8" role="option" data-value="Mirror Covers">
            <span class="pointer-events-none">Mirror Covers</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-9" role="option" data-value="Paddle Shifters">
            <span class="pointer-events-none">Paddle Shifters</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-10" role="option" data-value="Vehicle Antenna">
            <span class="pointer-events-none">Vehicle Antenna</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-11" role="option" data-value="Vehicle badges">
            <span class="pointer-events-none">Vehicle badges</span>
          </li>
        </ul>
      </div>
    </custom-select>
    <input type="hidden" id="product_type_input" name="filter.p.product_type"><button type="button" class="search__reset text-current vertical-center absolute focus-inset js-search-reset" hidden="">
      <span class="visually-hidden">Reset</span>
      <svg width="24" height="24" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5" fill="none" fill-rule="evenodd" stroke-linejoin="round" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path d="M5 19 19 5M5 5l14 14"></path>
      </svg>
    </button><speech-search-button class="search__speech focus-inset right-0" tabindex="0" title="Search by voice" style="--speech-icon-color: #ff580d">
      <svg width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path fill="currentColor"
          d="M17.3 11c0 3-2.54 5.1-5.3 5.1S6.7 14 6.7 11H5c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c3.28-.49 6-3.31 6-6.72m-8.2-6.1c0-.66.54-1.2 1.2-1.2.66 0 1.2.54 1.2 1.2l-.01 6.2c0 .66-.53 1.2-1.19 1.2-.66 0-1.2-.54-1.2-1.2M12 14a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3 3 3 0 0 0-3 3v6a3 3 0 0 0 3 3Z">
        </path>
      </svg>
    </speech-search-button>
    <link href="//bavarian-automotive.co.uk/cdn/shop/t/23/assets/speech-search.css?v=47207760375520952331732848625" rel="stylesheet" type="text/css" media="all">
    <script src="//bavarian-automotive.co.uk/cdn/shop/t/23/assets/speech-search.js?v=106462966657620737681732848625" defer="defer"></script>
  </search-form>
  <div class="js-search-results" tabindex="-1" data-predictive-search=""></div>
  <span class="js-search-status visually-hidden" role="status" aria-hidden="true"></span>
</form>

POST /cart

<form class="form" id="cart-drawer-form" action="/cart" method="post">
  <cart-items id="cart-items" data-section="cart-drawer" data-empty="true">
    <div class="cart-empty flex flex-col justify-center items-center h-full js-cart-empty"><svg width="24" height="24" viewBox="0 0 24 24" class="icon icon--cart" aria-hidden="true" focusable="false" role="presentation">
        <path fill="currentColor"
          d="M17 18a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-1.11.89-2 2-2M1 2h3.27l.94 2H20a1 1 0 0 1 1 1c0 .17-.05.34-.12.5l-3.58 6.47c-.34.61-1 1.03-1.75 1.03H8.1l-.9 1.63-.03.12a.25.25 0 0 0 .25.25H19v2H7a2 2 0 0 1-2-2c0-.35.09-.68.24-.96l1.36-2.45L3 4H1V2m6 16a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2c0-1.11.89-2 2-2m9-7 2.78-5H6.14l2.36 5H16Z">
        </path>
      </svg>
      <p>Your cart is empty</p><a class="btn btn--primary" href="/collections/all">Start shopping</a>
    </div>
    <p class="visually-hidden" id="cart-live-region-text" role="status" aria-live="polite"> Subtotal:$0.00 CAD </p>
    <p class="visually-hidden" id="cart-line-item-status" role="status" aria-live="polite" aria-hidden="true">Loading...</p>
    <div class="alert mt-6 bg-error-bg text-error-text" id="cart-errors" role="alert" hidden=""></div>
  </cart-items>
</form>

POST /contact#sections--24217259377018__pop_up_RMiq3x-sign-up_form

<form method="post" action="/contact#sections--24217259377018__pop_up_RMiq3x-sign-up_form" id="sections--24217259377018__pop_up_RMiq3x-sign-up_form" accept-charset="UTF-8" class="form"><input type="hidden" name="form_type" value="customer"><input
    type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="prospect, pop-up">
  <div class="form__field">
    <label class="label visually-hidden" for="sections--24217259377018__pop_up_RMiq3x-sign-up">Email</label>
    <div class="input-with-button"><input type="email" class="input w-full focus-inset" id="sections--24217259377018__pop_up_RMiq3x-sign-up" name="contact[email]" value="" placeholder="Your email" autocomplete="email" aria-required="true"
        required=""><button class="btn focus-inset has-ltr-icon">
        <span class="visually-hidden">Subscribe</span>
        <svg width="24" height="24" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon">
          <path d="M4.696 12h14.686m-7.007-7.5 7.5 7.5-7.5 7.5"></path>
        </svg>
      </button></div>
  </div>
</form>

POST /contact#footer-signup_form

<form method="post" action="/contact#footer-signup_form" id="footer-signup_form" accept-charset="UTF-8" class="form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="prospect, newsletter">
  <div class="form__field">
    <label class="label visually-hidden" for="footer-signup">Email</label>
    <div class="input-with-button"><input type="email" class="input w-full focus-inset" id="footer-signup" name="contact[email]" value="" placeholder="Your email" autocomplete="email" aria-required="true" required=""><button
        class="btn focus-inset has-ltr-icon">
        <span class="visually-hidden">Subscribe</span>
        <svg width="24" height="24" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon">
          <path d="M4.696 12h14.686m-7.007-7.5 7.5 7.5-7.5 7.5"></path>
        </svg>
      </button></div>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="footer-localization" accept-charset="UTF-8" class="form localization no-js-hidden" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <div class="localization__grid">
    <div class="localization__selector">
      <input type="hidden" name="country_code" value="CA">
      <country-selector><label class="label visually-hidden no-js-hidden" for="footer-localization-country-button">Country/Region</label>
        <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="footer-localization-country-button">
            <span class="text-start">Canada (CAD&nbsp;$)</span>
            <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
              <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
            </svg>
          </button>
          <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="footer-localization-country-opt-0">
            <li class="custom-select__option flex items-center js-option" id="footer-localization-country-opt-0" role="option" data-value="CA" aria-selected="true">
              <span class="pointer-events-none">Canada (CAD&nbsp;$)</span>
            </li>
          </ul>
        </div>
      </country-selector>
    </div>
  </div>
  <script>
    customElements.whenDefined('custom-select').then(() => {
      if (!customElements.get('country-selector')) {
        class CountrySelector extends customElements.get('custom-select') {
          constructor() {
            super();
            this.loaded = false;
          }
          async showListbox() {
            if (this.loaded) {
              super.showListbox();
              return;
            }
            this.button.classList.add('is-loading');
            this.button.setAttribute('aria-disabled', 'true');
            try {
              const response = await fetch('?section_id=country-selector');
              if (!response.ok) throw new Error(response.status);
              const tmpl = document.createElement('template');
              tmpl.innerHTML = await response.text();
              const el = tmpl.content.querySelector('.custom-select__listbox');
              this.listbox.innerHTML = el.innerHTML;
              this.options = this.querySelectorAll('.custom-select__option');
              this.popular = this.querySelectorAll('[data-popular]');
              if (this.popular.length) {
                this.popular[this.popular.length - 1].closest('.custom-select__option').classList.add('custom-select__option--visual-group-end');
              }
              this.selectedOption = this.querySelector('[aria-selected="true"]');
              if (!this.selectedOption) {
                this.selectedOption = this.listbox.firstElementChild;
              }
              this.loaded = true;
            } catch {
              this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
            } finally {
              super.showListbox();
              this.button.classList.remove('is-loading');
              this.button.setAttribute('aria-disabled', 'false');
            }
          }
          setButtonWidth() {
            return;
          }
        }
        customElements.define('country-selector', CountrySelector);
      }
    });
  </script>
  <script>
    document.getElementById('footer-localization').addEventListener('change', (evt) => {
      const input = evt.target.previousElementSibling;
      if (input && input.tagName === 'INPUT') {
        input.value = evt.detail.selectedValue;
        evt.currentTarget.submit();
      }
    });
  </script>
</form>

Text Content

Skip to content

Welcome to our store Learn more

New collections added! Learn more

Country/Region
Canada (CAD $)
 * Canada (CAD $)

Search Product type
All
 * All
 * Apple CarPlay / Android Auto Retrofit Kit
 * Audi Screen Upgrade
 * BMW Android Screen Upgrade
 * Custom Steering Wheel
 * Digital Virtual Cockpit
 * Direct Fit Reverse Camera
 * Installation Tools
 * Mercedes Android Screen Upgrade
 * Mirror Covers
 * Paddle Shifters
 * Vehicle Antenna
 * Vehicle badges

Reset


Search Log in Cart

Menu
 * Home
 * Shop By Vehicle
    * Back
    * Shop By Vehicle
    * Shop AUDI
       * Audi Screen Upgrades
       * AudI Apple CarPlay / Android Auto Integration Kits
       * Audi Reverse Camera Kits
       * Audi: Interior Styling and Accessories
       * Audi Accessories
       * Go to Shop AUDI
   
    * Shop BMW
       * BMW Display Upgrades
       * BMW Apple CarPlay / Android Auto Integration
       * BMW Apple CarPlay Activation
       * Exterior Parts & Styling
       * BMW Steering Wheels
       * BMW Sequential Rear Lights
       * BMW: Accessories
       * BMW: Steering Wheels
       * LCD Digital Dashboard
       * Go to Shop BMW
   
    * Shop Lexus
    * Shop Mercedes
       * Mercedes Androids
       * Mercedes CarPlay Retrofits
       * Mercedes Android Systems
       * Mercedes Benz Android Screen Upgrade
       * Mercedes Ambient Lighting
       * Go to Shop Mercedes
   
    * SHOP MINI
    * Shop Porsche
    * Shop Jaguar / Land Rover
    * Shop Toyota
    * Shop Volkswagen
       * App Connect Activation - Apple CarPlay / Android Auto
       * VW Apple CarPlay / Android Auto Integration
       * Go to Shop Volkswagen
   
    * Shop Volvo

 * Shop By Product
    * Back
    * Shop By Product
    * Ambient Lighting
    * Android Screen Upgrades
    * Apple CarPlay / Android Auto Integration
    * Carbon Steering Wheels
    * CarPlay Multimedia Box
    * Dash Cameras
    * Exterior Lighting
    * Exterior Parts and Styling
    * Interior Parts & Styling
    * LCD Digital Dashboard
    * Accessories

 * Compatibility Checker
 * More
    * Back
    * More
    * Delivery Information
    * FAQ
    * Track your order

Previous Next

 * Quality Products
   
   Affordable Prices

 * Apple CarPlay / Android Auto

 * Worldwide Shipping
   
   Hassle free shipping

 * Buy Now Pay Later
   
   Klarna, ClearPay


IN CAR ENTERTAINMENT & STYLING

Transform your vehicle with our Apple CarPlay / multimedia systems, exterior and
interior modifications. UK Based, 1 Year Warranty.


NAVIGATION SLIDESHOW

Share information about your brand with your customers. Describe a product, make
announcements, or welcome customers to your store.

Optional button
Load slide 1 of 2 Load slide 2 of 2


SELECT VEHICLE

Make
 * 
 * AUDI
 * BMW
 * MERCEDES
 * JAGUAR
 * LAND ROVER / RANGE ROVER
 * MINI
 * NISSAN
 * Porsche
 * TOYOTA
 * VOLKSWAGEN
 * VOLVO

Model
 * 
 * A3
 * A4
 * A5
 * A6
 * A7
 * A8
 * Q3
 * Q5
 * Q7
 * 1 Series
 * 2 Series
 * 3 Series
 * 4 Series
 * 5 Series
 * 6 Series
 * 7 Series
 * X Series
 * M2
 * A Class
 * B Class
 * C Class / CLA / CLS
 * E Class
 * G Class / GLA / GLC
 * S Class
 * XF XE XJ | 2012-2017
 * Evoque | 2012-2017
 * Velar | 2012-2017
 * Discovery
 * R56 R57 R58 R60 R61
 * F54 F55 F56 F57 F60
 * 911 (991)
 * 911 (992)
 * 911 (997)
 * Boxter (718)
 * Boxter (981)
 * Boxter (987)
 * Cayman (718)
 * Cayman (981)
 * Cayenne
 * Macan
 * Panamera
 * Amarok
 * Beetle
 * Caddy MK3 / MK4 (2K)
 * Caddy MK5 (SK)
 * Golf
 * Jetta MK5
 * Jetta MK6
 * Passat
 * Polo
 * Scirroco
 * Tiguan
 * Touareg
 * Transporter

Choose an option
 * 
 * A3 S3 RS3 | 8P | 2003-2012
 * A3 S3 RS3 | 8V | 2013-2019
 * A3 S3 RS3 | 8Y | 2020 -
 * A4 S4 RS4 | B8 B8.5 | 2008-2016
 * A4 S4 RS4 | B9 | 2016 -
 * A5 S5 RS5 | 2008-2016
 * A5 S5 RS5 | F5 | 2016 -
 * A6 S6 RS6 | C6 | 2006-2012
 * A6 S6 RS6 | C7 | 2013-2018
 * A6 S6 RS6 | C8 | 2018 -
 * A7 S7 RS7 | 2010-2018
 * A7 S7 RS7 | 2018 -
 * Q3 SQ3 | 2011-2018
 * Q5 | 8R | 2008-2017
 * Q5 | 2018 -
 * Q7 | 4L | 2007-2015
 * Q7 SQ7 | 4M | 2016 -
 * 1 Series | F20 F21 | 2011-2019
 * 2 Series Active Tourer | F45 | 2014 - 2021
 * 2 Series | F22 F23 | 2014-2021
 * 3 Series | E90 E91 E92 E93 | 2005-2012
 * 3 Series | F30 F31 | 2011-2019
 * 3 Series | G20 G28 G80 | 2020 -
 * 4 Series | F22 F23 F26 | 2014-2019
 * 5 Series | E60 E61 | 2004-2010
 * 5 Series | F10 F11 F07 | 2010-2017
 * 5 Series | G30 G31 G38 | 2017 -
 * 6 Series | E63 | 2003-2010
 * 6 Series | F12 F13 F06 | 2011-2018
 * 7 Series | F01 | 2008-2015
 * 7 Series | G11 G12 | 2016-2012
 * X1 | F48 | 2016 - 2022
 * X2 | F39 | 2017 - 2022
 * X3 | F25 | 2010-2017
 * X3 | G01 F97 | 2017 -
 * X4 | F26 | 2015 -
 * X5 | E70 | 2006-2013
 * X5 | F15 | 2013-2018
 * X5 | G05 G18 | 2019 -
 * X6 | E71 | 2008-2014
 * X6 | F16 | 2014-2019
 * X6 | G06 | 2020 -
 * M2 F87 | 2016-2021
 * M2 G87 | 2023-
 * A Class | W176 | 2013-2018
 * A Class | W177 | 2018 -
 * B Class W246 | 2011-2018
 * C Class | W204 | 2007-2015
 * C Class | W205 | 2015 - 2021
 * C Class | W206 | 2021 -
 * CLA | W117 | 2013-2019
 * CLS | W218 | 2010-2017
 * CLS | W257 | 2018 -
 * E Class | W212 | 2009-2016
 * E Class | W213 | 2016 -
 * GLA | X156 | 2013-2019
 * GLC | X253 | 2016 - 2022
 * G Class | 2008 -
 * G Class | W463 | 2018
 * S Class | W221 | 2005-2013
 * S Class | W222 | 2014-2020
 * S Class | W223 | 2020 -
 * Golf MK6
 * Golf MK7
 * Golf MK8
 * Passat B7
 * Passat B8
 * Passat CC
 * Polo 6R / 6C
 * Polo AW
 * Tiguan MK1 | 2007-2015
 * Tiguan MK2 | 2015-2023
 * Touareg MK2 | 2010-2018
 * Touareg MK3 | 2020 -
 * Transporter T4
 * Transporter T5
 * Transporter T6

Search


SHOP BY PRODUCT

View all

 * Apple CarPlay / Android Auto Integration
   
   View collection

 * Android Screen Upgrades
   
   View collection

 * Dash Cameras
   
   View collection

 * Carbon Steering Wheels
   
   View collection

 * Car Audio Upgrades
   
   View collection

 * CarPlay Multimedia Box
   
   View collection

 * LCD Digital Dashboard
   
   View collection

 * Ambient Lighting
   
   View collection

 * Exterior Lighting
   
   View collection

 * Exterior Parts and Styling
   
   View collection

 * Interior Parts & Styling
   
   View collection


FEATURED PRODUCTS

View All


 * IN CAR PHONE INTEGRATION
   
   Enhance your in-car experience with our Apple CarPlay and Android Auto
   retrofit kits. These kits seamlessly integrate with your vehicle's existing
   infotainment system, providing features such as CarPlay, Android Auto, screen
   mirroring, and HDMI integration. Enjoy a modern, connected driving experience
   with ease.


 * INFOTAINMENT SCREEN UPGRADES
   
   Transform your BMW into a tech marvel with our state-of-the-art touchscreen
   Android systems. The black "stealth" bezel ensures an OEM finish, while the
   720P HD IPS Blue Anti Glare display provides crystal-clear visuals. Enjoy the
   convenience of a digital cluster on the screen, enhancing your driving
   experience.
   
   SHOP


 * SEQUENTIAL REAR LIGHTS
   
   Now offering sequential rear light units for a sleek, modern look. These
   plug-and-play units are easy to install and available in smoked versions.
   Compatible with most BMW models.


REQUEST A QUOTE

Product or service not listed? Want a quote for supply and fit? Contact us below

Contact Us



YOUR CART

Close

Your cart is empty

Start shopping

Subtotal:$0.00 CAD

Loading...







Close


SIGN UP AND SAVE

Stay Informed and Save: Sign Up for Exclusive Discounts and Updates!

Email
Subscribe
Previous Next

 * Visit our support center
   
   Expert help & advice

 * Check your order status
   
   Updates & tracking

 * Returns & exchanges
   
   All you need to know

Back to top

Based in the UK, we provide top-tier automotive upgrades at competitive prices.
All prices include VAT (20%) where applicable.


FOOTER LINKS

 * Privacy Policy
 * Refund Policy
 * Terms of Service


FOOTER LINKS

 * About Us
 * Delivery Information


NEWSLETTER

Sign up for exclusive offers, original stories, events and more.

Email
Subscribe
Payment methods accepted
 * American Express
 * Apple Pay
 * Diners Club
 * Discover
 * Google Pay
 * Maestro
 * Mastercard
 * PayPal
 * Shop Pay
 * Union Pay
 * Visa

Country/Region
Canada (CAD $)
 * Canada (CAD $)

--------------------------------------------------------------------------------

© 2024 Bavarian Automotive.
Back


CHOOSE OPTIONS

Close
Close


Item added to your cart.

View cart