clixauto.com Open in urlscan Pro
23.227.38.68  Public Scan

Submitted URL: https://clixjeep.com/
Effective URL: https://clixauto.com/en-ca
Submission: On June 15 via api from US — Scanned from CA

Form analysis 6 forms found in the DOM

POST /en-ca/localization

<form method="post" action="/en-ca/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="/en-ca">
  <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" id="nav-localization-country-label">Country/Region</label>
        <div class="custom-select relative w-full no-js-hidden" id="nav-localization-country"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox"
            aria-labelledby="nav-localization-country-label">
            <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 class="localization__selector">
      <input type="hidden" name="locale_code" value="en">
      <custom-select><label class="label visually-hidden no-js-hidden" id="nav-localization-language-label">Language</label>
        <div class="custom-select relative w-full no-js-hidden" id="nav-localization-language"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox"
            aria-labelledby="nav-localization-language-label">
            <span class="text-start">English</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-language-opt-0">
            <li class="custom-select__option flex items-center js-option" id="nav-localization-language-opt-0" role="option" data-value="en" aria-selected="true">
              <span class="pointer-events-none">English</span>
            </li>
            <li class="custom-select__option flex items-center js-option" id="nav-localization-language-opt-1" role="option" data-value="es">
              <span class="pointer-events-none">Español</span>
            </li>
          </ul>
        </div>
      </custom-select>
    </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.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 /en-ca/search

<form class="search relative search--speech" role="search" action="/en-ca/search" method="get">
  <label class="label visually-hidden" for="header-search">Search</label>
  <script src="//clixauto.com/cdn/shop/t/31/assets/search-form.js?v=172508554731921826481686000566" defer="defer"></script>
  <search-form class="search__form block">
    <input type="hidden" name="type" value="product,page,article">
    <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="What is your vehicle?" data-placeholder-one="What is your vehicle?" data-placeholder-two="What color are you looking for?"
      data-placeholder-three="" data-placeholder-prompts-mob="true" 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">
    <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>
    <button class="search__submit text-current absolute focus-inset start"><span class="visually-hidden">Search</span><svg width="21" height="23" viewBox="0 0 21 23" fill="currentColor" aria-hidden="true" focusable="false" role="presentation"
        class="icon">
        <path
          d="M14.398 14.483 19 19.514l-1.186 1.014-4.59-5.017a8.317 8.317 0 0 1-4.888 1.578C3.732 17.089 0 13.369 0 8.779S3.732.472 8.336.472c4.603 0 8.335 3.72 8.335 8.307a8.265 8.265 0 0 1-2.273 5.704ZM8.336 15.53c3.74 0 6.772-3.022 6.772-6.75 0-3.729-3.031-6.75-6.772-6.75S1.563 5.051 1.563 8.78c0 3.728 3.032 6.75 6.773 6.75Z">
        </path>
      </svg>
    </button><speech-search-button class="search__speech focus-inset end" tabindex="0" title="Search by voice" style="--speech-icon-color: #e32b2b">
      <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="//clixauto.com/cdn/shop/t/31/assets/speech-search.css?v=177126016175843458791686000567" rel="stylesheet" type="text/css" media="all">
    <script src="//clixauto.com/cdn/shop/t/31/assets/speech-search.js?v=62333279374776981001686000572" 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 /en-ca/cart

<form class="form" id="cart-drawer-form" action="/en-ca/cart" method="post">
  <cart-items id="cart-items" data-section="cart-drawer" data-empty="true">
    <div class="flex flex-col justify-center items-center h-full js-cart-empty">
      <p>Your cart is empty</p><a class="btn btn--primary" href="/en-ca/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 /en-ca/contact#footer-signup_form

<form method="post" action="/en-ca/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 /en-ca/localization

<form method="post" action="/en-ca/localization" id="footer-localization" accept-charset="UTF-8" class="form localization" 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="/en-ca">
  <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" id="footer-localization-country-label">Country/Region</label>
        <div class="custom-select relative w-full no-js-hidden" id="footer-localization-country"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox"
            aria-labelledby="footer-localization-country-label">
            <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><noscript>
        <label for="footer-localization-country-native" class="label visually-hidden">Country/Region</label>
        <div class="select inline-block relative">
          <select class="custom-select__native" id="footer-localization-country-native" name="country_code">
            <option value="CA" selected="">Canada (CAD&nbsp;$)</option>
            <option value="MX">Mexico (USD&nbsp;$)</option>
            <option value="US">United States (USD&nbsp;$)</option>
          </select>
        </div>
      </noscript>
    </div>
    <div class="localization__selector">
      <input type="hidden" name="locale_code" value="en">
      <custom-select><label class="label visually-hidden no-js-hidden" id="footer-localization-language-label">Language</label>
        <div class="custom-select relative w-full no-js-hidden" id="footer-localization-language"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox"
            aria-labelledby="footer-localization-language-label" style="width: 18px;">
            <span class="text-start">English</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-language-opt-0">
            <li class="custom-select__option flex items-center js-option" id="footer-localization-language-opt-0" role="option" data-value="en" aria-selected="true">
              <span class="pointer-events-none">English</span>
            </li>
            <li class="custom-select__option flex items-center js-option" id="footer-localization-language-opt-1" role="option" data-value="es">
              <span class="pointer-events-none">Español</span>
            </li>
          </ul>
        </div>
      </custom-select><noscript><label for="footer-localization-language-native" class="label visually-hidden">Language</label>
        <div class="select inline-block relative">
          <select class="custom-select__native" id="footer-localization-language-native" name="locale_code">
            <option value="en" selected="">English</option>
            <option value="es">Español</option>
          </select>
        </div>
      </noscript>
    </div>
  </div><noscript>
    <div class="mt-6">
      <button class="btn btn--primary">Update</button>
    </div>
  </noscript>
  <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.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>

<form class="needsclick klaviyo-form klaviyo-form-version-cid_1 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-Uv9QX9" novalidate="" tabindex="-1"
  style="display: flex; flex-direction: row; box-sizing: border-box; width: 450px; min-width: 200px; max-width: 1000px; border-radius: 6px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgb(2, 2, 2); background-repeat: no-repeat; background-position-y: 50%; padding: 49px 20px 20px; flex: 1 1 0%;">
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px; min-height: 460px; justify-content: center;">
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px; position: relative; flex: 0 1 auto; margin: 0px auto;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; align-items: center; width: 100%; height: auto;">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="position: relative; display: flex; align-items: center; width: 100%; height: auto;"><img
              src="https://d3k81ch9hvuctc.cloudfront.net/company/YiXUvA/images/bbb35353-c1aa-4ea8-8dd6-46b214740b40.png" tabindex="-1" alt="Snappy" class="needsclick  kl-private-reset-css-Xuajs1"
              style="max-width: 100%; width: 100px; height: auto; cursor: initial;"></div>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-97979098" style="width: 100%;">
          <p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;"><span class="ql-font-poppins"
              style="font-size: 60px; color: #ffffff; font-family: Poppins, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: bold;">SAVE 15%</span></p>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-97979099" style="width: 100%;">
          <p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;"><span class="ql-font-poppins"
              style="color: #ffffff; font-size: 22px; font-family: Poppins, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400;">When you subscribe to our</span></p>
          <p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;"><span class="ql-font-poppins"
              style="color: #ffffff; font-size: 22px; font-family: Poppins, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400;">Snappy SMS deals</span></p>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px; position: relative; flex: 1 0 0px;">
        <div class="go3062200131" style="width: 100%;">
          <p>By submitting this form and signing up for texts, you consent to receive marketing text messages (e.g. promos, cart reminders) from Clix Auto at the number provided, including messages sent by autodialer. Consent is not a condition of
            purchase. Msg &amp; data rates may apply. Msg frequency varies. Unsubscribe at any time by replying STOP or clicking the unsubscribe link (where available). <a href="https://clixauto.com/policies/privacy-policy">Privacy Policy</a> &amp;
            <a href="https://clix-wipers.myklpages.com/p/mobile-terms-of-service">Terms</a>.</p>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="first_name_97979101" class="needsclick go3196277516 kl-private-reset-css-Xuajs1" type="text"
            autocomplete="given-name" tabindex="0" placeholder="First Name" aria-label="First Name" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 4px; padding: 0px 0px 0px 16px; height: 54px; text-align: left; color: rgb(0, 0, 0); font-family: Poppins, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(0, 0, 0); box-shadow: rgb(0, 100, 205) 0px 0px 5px;">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="last_name_97979102" class="needsclick go3196277516 kl-private-reset-css-Xuajs1" type="text"
            autocomplete="family-name" tabindex="0" placeholder="Last Name" aria-label="Last Name" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 4px; padding: 0px 0px 0px 16px; height: 54px; text-align: left; color: rgb(0, 0, 0); font-family: Poppins, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(96, 106, 114);">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 20px 6px 10px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;">
          <div class="needsclick go2481241424 kl-private-reset-css-Xuajs1"
            style="display: flex; flex-direction: row; align-items: center; box-sizing: border-box; border-radius: 4px; padding: 0px; height: 54px; text-align: left; font-family: Poppins, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(96, 106, 114);">
            <button class="needsclick go3582494590 kl-private-reset-css-Xuajs1" aria-label="Search Countries" type="button" role="combobox" aria-haspopup="listbox" aria-expanded="false"
              style="display: flex; flex-direction: row; align-items: center; justify-content: space-between; box-sizing: border-box; border: 1px solid rgba(0, 0, 0, 0); width: 76px; height: 54px; cursor: pointer; padding-left: 10px; margin-right: 5px;"><img
                aria-label="United States" title="United States" src="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/4.1.4/flags/4x3/us.svg"
                style="display: inline-block; width: 1em; height: 1em; vertical-align: middle; border-radius: 3px;"><svg height="20" width="20" viewBox="0 0 20 20" aria-hidden="true" focusable="false" class="" transform=""
                style="fill: rgb(96, 106, 114);">
                <path
                  d="M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z">
                </path>
              </svg></button><input type="tel" data-testid="phoneNumberInput" id="phone_number_97979103" autocomplete="tel" name="phone-number" tabindex="0" placeholder="Phone Number" aria-label="Phone Number" aria-invalid="false"
              class="needsclick undefined kl-private-reset-css-Xuajs1"
              style="border: none; text-align: left; color: rgb(0, 0, 0); font-family: Poppins, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 400; letter-spacing: 0px; background-color: rgba(0, 0, 0, 0); flex-grow: 1;">
          </div>
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 0px 4px 10px 6px; position: relative; flex: 0 1 auto; margin: 0px auto;">
        <button class="needsclick go3894874857 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
          style="background: rgb(254, 254, 253); border-radius: 6px; border-style: none; border-color: rgb(254, 220, 110); border-width: 2px; color: rgb(7, 7, 7); font-family: Poppins, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: 600; letter-spacing: 0px; line-height: 1; white-space: normal; padding: 0px 10px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; height: 54px;">Send</button>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px; position: relative; flex: 1 0 0px;"><button
          class="needsclick go3894874857 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
          style="background: rgb(100, 100, 100); border-radius: 2px; border-style: none; border-color: rgb(0, 0, 0); border-width: 0px; color: rgb(255, 255, 255); font-family: Poppins, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 500; letter-spacing: 0px; line-height: 1; white-space: normal; padding-top: 11px; padding-bottom: 11px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; height: auto; width: 100%;">No
          thanks</button></div>
    </div>
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

Text Content

Skip to content

100% Satisfaction Guarantee Shop Now

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

Language
English
 * English
 * Español

Search Reset Search


Log in Cart

Menu
 * Wipers
    * Back
    * Wipers
    * Learn More
    * Best Sellers
    * Find Your Vehicle
    * Clips
       * C-Clip
       * L-Clip
       * X-Clip
       * X2-Clip
       * X3-Clip
       * X4-Clip
       * X5-Clip
       * Go to Clips
   
    * Wiper Blade Skins
    * Installation Videos
    * Design Gallery

 * Aroma
    * Back
    * Aroma
    * Learn More
    * Best Smellers!
    * Scents
    * Subscription
    * Corporate Gifts

 * More Products
    * Back
    * More Products
    * Apparel and Merch
    * Gift Cards
    * Goop

 * More
    * Back
    * More
    * About Us
    * Brand Ambassadors
    * Contact Us
    * Leave a Review

 * Dealers
    * Back
    * Dealers
    * Business Login
    * Wipers
    * Catalog
    * Create an Account

 * Business Orders


FAST & FREE SHIPPING ON ALL SETS OF WIPERS

Shop Wiper Blades

Starting at $29.99 per pair


CLIX WIPERS

Premium click-on wipers that can be replaced or swapped in seconds

Buy Now!Learn More

As low as $19.99


CLIX AROMA

A smart and convenient essential oil diffuser available in a variety of
plant-based scents

Buy Now!Learn More
Load slide 1 of 2 Load slide 2 of 2
Pause slideshow Play slideshow


FIND YOUR WIPERS

Make
 * 
 * Acura
 * Alfa Romeo
 * Aston Martin
 * Audi
 * BMW
 * Buick
 * Cadillac
 * Chevrolet
 * Chrysler
 * Dodge
 * Fiat
 * Ford
 * Genesis
 * GMC
 * Honda
 * Hummer
 * Hyundai
 * Infiniti
 * Isuzu
 * Jaguar
 * Jeep
 * Kia
 * Lamborghini
 * Land Rover
 * Lexus
 * Lincoln
 * Mazda
 * Mercedes-Benz
 * Mercury
 * Mini
 * Mitsubishi
 * Nissan
 * Pontiac
 * Porsche
 * Ram
 * Rivian
 * SAAB
 * Saturn
 * Scion
 * Smart
 * Subaru
 * Tesla
 * Toyota
 * Volkswagen
 * Volvo

Model
 * 
 * CL
 * ILX
 * Integra
 * Legend
 * MDX
 * NSX
 * RDX
 * RL
 * RLX
 * RSX
 * SLX
 * TL
 * TLX
 * TSX
 * Vigor
 * ZDX
 * Stelvio
 * Guilia
 * Alfa 164
 * 4C
 * Vantage V8
 * Vantage V12
 * Vantage
 * Vanquish
 * Rapide
 * DBX
 * DBS
 * DB9
 * DB11
 * A3
 * A4
 * A5
 * A6
 * A7
 * A8
 * Allroad Quattro
 * E-Tron
 * Q3
 * Q5
 * Q7
 * Q8
 * R8
 * TT
 * Z4
 * Z3
 * X7
 * X6
 * X5
 * X4
 * X3
 * X1
 * I8
 * I3
 * 8 Series
 * 7 Series
 * 5 Series
 * 4 Series
 * 3 Series
 * 2 Series
 * 1 Series
 * Cascada
 * Century
 * Enclave
 * Encore
 * Envision
 * John Voights Car
 * La Crosse
 * Lucerne
 * Park Ave
 * Rainier
 * Reatta
 * Regal
 * Rendezvous
 * Riviera
 * Roadmaster
 * Terraza
 * Verano
 * Allante
 * ATS
 * Catera
 * CT4
 * CT5
 * CT6
 * CTS
 * Deville
 * DTS
 * El Dorado
 * ELR
 * Escalade
 * Fleetwood
 * Seville
 * SRX
 * STS
 * XLR
 * XT4
 * XT5
 * XT6
 * XTS
 * Avalanche
 * Aveo
 * Blazer
 * Bolt
 * Bolt EUV
 * Camaro
 * Caprice PPV
 * Captiva Sport
 * Cavalier
 * City Express
 * Colorado
 * Cobalt
 * Corvette
 * Cruze
 * Epica (Canada)
 * Equinox
 * Express
 * HHR
 * Impala
 * Malibu
 * Optra (Canada)
 * Orlando (Canada)
 * Pacifica
 * Silverado
 * Sonic
 * Spark
 * SS
 * Suburban
 * Tahoe
 * Tracker
 * Trailblazer
 * Traverse
 * Trax
 * Uplander
 * Venture
 * Volt
 * 200
 * 300
 * 300M
 * Aspen
 * Cirrus
 * Concorde
 * Crossfire
 * LHS
 * New Yorker
 * Pacifica
 * PT Cruiser
 * Sebring Convertible
 * Sebring Coupe
 * Sebring Sedan
 * Town & Country
 * Voyager
 * Avenger
 * Caliber
 * Challenger
 * Charger
 * Colt
 * Dakota
 * Dart
 * Durango
 * Grand Caravan
 * Intrepid
 * Journey
 * Magnum
 * Neon
 * Pickup
 * Sprinter
 * Stealth
 * Stratus Coupe
 * Stratus Sedan
 * Van - Full Size
 * Viper
 * 500X
 * 500L
 * 500
 * 124 Spider
 * Aspire
 * Bronco
 * Bronco Sport
 * C-Max
 * Club Wagon
 * Contour
 * Crown Victoria
 * Econoline
 * Ecosport
 * Edge
 * Escape
 * Escort
 * E-Series
 * Expedition
 * Explorer
 * Explorer Sport-Trac
 * F-Series Truck
 * Festiva
 * Fiesta
 * Five Hundred
 * Flex
 * Focus
 * Fusion
 * Freestar
 * Freestyle
 * Maverick
 * Mustang
 * Mustang Mach-E
 * Probe
 * Ranger
 * Taurus
 * Taurus X
 * Thunderbird
 * Transit Connect
 * Transit
 * Windstar
 * GV80
 * GV70
 * G90
 * G80
 * G70
 * Acadia
 * Canyon
 * Envoy
 * Jimmy
 * Savana
 * Sierra
 * Sonoma
 * Terrain
 * Yukon
 * Accord
 * Civic
 * Civic Coupe
 * Civic Hatchback
 * Civic Sedan
 * Civic Type R
 * Civic SI
 * Clarity
 * Crosstour
 * CR-V
 * CR-Z
 * Del Sol
 * Element
 * FCX Clarity
 * Fit
 * HR-V
 * Insight
 * Odyssey
 * Passport
 * Pilot
 * Prelude
 * Ridgeline
 * H3
 * H2
 * Accent
 * Azera
 * Elantra
 * Genesis Coupe
 * Genesis Sedan
 * Ioniq
 * Kona
 * Palisade
 * Santa Cruz
 * Santa Fe
 * Sonata
 * Tiburon
 * Tucson
 * Veloster
 * Venue
 * G35
 * EX35
 * EX37
 * FX35
 * FX37
 * FX45
 * FX50
 * JX
 * Q40
 * Q50
 * Q60
 * Q70
 * QX30
 * QX50
 * QX55
 * QX56
 * QX60
 * QX70
 * QX80
 * Vehi-Cross
 * Trooper
 * Stylus
 * Rodeo/Rodeo Sport
 * Pickup
 * Oasis
 * Impulse
 * I Series
 * Hombre
 * Axiom
 * Ascender
 * Amigo
 * F-Pace
 * XE
 * XKR-S
 * X Type
 * XKR
 * XK
 * XJS
 * XJR
 * XJ8
 * XJ12
 * XJ
 * XF Sportbrake
 * XF
 * Vaden Plas
 * Super V8
 * S-Type
 * I-Pace
 * F-Type
 * E-Pace
 * Compass
 * Renegade
 * Wrangler
 * Gladiator
 * Wagoneer
 * Patriot
 * Liberty
 * Grand Cherokee
 * Commander
 * Cherokee
 * Amanti
 * Borrego
 * Cadenza
 * Carnival
 * Ev6
 * Forte
 * Forte5
 * K5
 * K900
 * Magentis
 * Niro
 * Optima
 * Rio
 * Rondo (Canada)
 * Rondo
 * Sedona
 * Seltos
 * Sephia
 * Sorento
 * Soul
 * Spectra
 * Sportage
 * Stinger
 * Telluride
 * Huracan
 * Gallardo
 * Aventador
 * Murcielago
 * Range Rover Velar
 * Range Rover Sport
 * Range Rover
 * LR4
 * LR3
 * LR2
 * Freelander
 * Evoque
 * Discovery Sport
 * Discovery
 * Defender 90
 * Defender
 * ES
 * GS
 * GX
 * IS
 * LC
 * LS
 * LX
 * NX
 * RC
 * RX
 * RXL
 * UX
 * Aviator
 * Continental
 * Corsair
 * MKC
 * MKS
 * MKT
 * MKX
 * MKZ
 * Nautilus
 * Navigator
 * CX-3
 * CX-30
 * CX-5
 * CX-9
 * Mazda3
 * Mazda5
 * Mazda6
 * MX-5
 * A-Class
 * B-Class
 * C-Class
 * CL
 * CLA
 * CLK
 * CLS
 * GL
 * GLA
 * GLB
 * GLC
 * GLE
 * GLK
 * GLS
 * GT53
 * Metris
 * ML
 * R-Class
 * S-Class
 * SL
 * SLC
 * SLK
 * SLR
 * Sprinter
 * Cougar
 * Grand Marquis
 * Marauder
 * Milan
 * Montego
 * Monterey
 * Mountaineer
 * Mystique
 * Sable
 * Tracer
 * Paceman
 * Countryman
 * Cooper
 * Clubman
 * Eclipse
 * Lancer
 * Mirage
 * Outlander
 * Outlander Sport
 * 350Z
 * 370Z
 * Altima
 * Armada
 * Frontier
 * GT-R
 * Kicks
 * Leaf
 * Maxima
 * Murano
 * Pathfinder
 * Rogue
 * Titan
 * Titan XD
 * Sentra
 * Versa Hatchback
 * Versa Sedan
 * Aztek
 * Bonneville
 * Firebird
 * G3
 * G5
 * G6
 * G8
 * Grand Am
 * Grand Prix
 * GTO
 * Montana
 * Solstice
 * Sunfire
 * Torrent
 * Vibe
 * 911
 * Boxster
 * Cayenne
 * Cayman
 * Macan
 * Panamera
 * Taycan
 * Promaster City
 * Promaster 3500
 * Promaster 2500
 * Promaster 1500
 * Cargo Van
 * Tradesman
 * 5500
 * 4500
 * 3500
 * 2500
 * 1500
 * R1T
 * R1S
 * 900
 * 900 Convertible
 * 9000
 * 9-3
 * 9-5
 * 9-2X
 * 9-4X
 * 9-7X
 * Astra
 * Aura
 * Ion
 * L-Series
 * Outlook
 * Relay
 * S-Series
 * Sky
 * Vue
 * FR-S
 * IA
 * IM
 * IQ
 * TC
 * XA
 * XB
 * XD
 * Fortwo
 * Ascent
 * Crosstrek
 * Forester
 * Impreza
 * Legacy
 * Outback
 * WRX
 * Model 3
 * Model Y
 * 86
 * 4Runner
 * Avalon
 * C-HR
 * Camry
 * Camry Hybrid
 * Corolla
 * Highlander
 * Landcruiser
 * Prius
 * Rav4
 * Sequoia
 * Sienna
 * Supra
 * Tacoma
 * Tundra
 * Venza
 * Atlas
 * Beetle
 * Golf
 * Golf GTI
 * Touareg
 * Tiguan
 * Taos
 * Scirocco
 * Routan
 * Rabbit GTI
 * R32
 * Phaeton
 * ID4
 * Fox
 * Eurovan
 * Eos
 * Corrado
 * CC
 * Cabrio
 * Atlas Cross Sport
 * Arteon
 * Jetta
 * Passat
 * C30
 * C40
 * C70
 * S40
 * S60
 * S80
 * S90
 * V40 Wagon
 * V50
 * V60
 * V70 Wagon
 * V90
 * XC40
 * XC60
 * XC70
 * XC90

Search
Previous Next

 * Great Products.

 * Great Prices.

 * Great Service.

 * 
 * 
 * 
 * 


BEST SELLERS

View all

 * Jeep Wrangler Windshield Wiper Blades
   
   ★★★★★
   (60)
   From $42.00 CAD $70.00
   Unit price /
   Unavailable
   Black Carbon Blue Carbon Green Carbon Orange Carbon+20

 * Ford F-Series Truck, F150, F250, F350, F450 Windshield Wiper Blades
   
   ★★★★★
   (28)
   From $42.00 CAD $70.00
   Unit price /
   Unavailable
   Original Silicone Black Carbon Blue Carbon+20

 * Jeep Gladiator Windshield Wiper Blades
   
   ★★★★★
   (60)
   From $42.00 CAD $70.00
   Unit price /
   Unavailable
   Original Silicone Black Carbon Blue Carbon+20

 * Chevrolet Silverado Windshield Wiper Blades
   
   ★★★★★
   (22)
   From $42.00 CAD $70.00
   Unit price /
   Unavailable
   Original Silicone Black Carbon Blue Carbon+20

 * Ram 1500 Windshield Wiper Blades
   
   ★★★★★
   (8)
   From $42.00 CAD $70.00
   Unit price /
   Unavailable
   Original Silicone Black Carbon Blue Carbon+20

 * Dodge Challenger Windshield Wiper Blades
   
   ★★★★★
   (8)
   From $42.00 CAD $70.00
   Unit price /
   Unavailable
   Original Silicone Black Carbon Blue Carbon+20

 * Chevrolet Camaro Windshield Wiper Blades
   
   ★★★★★
   (22)
   From $42.00 CAD $70.00
   Unit price /
   Unavailable
   Original Silicone Black Carbon Blue Carbon+20

 * Ford Mustang Windshield Wiper Blades
   
   ★★★★★
   (28)
   From $42.00 CAD $70.00
   Unit price /
   Unavailable
   Original Silicone Black Carbon Blue Carbon+20


BEST SMELLERS

View all

 * Variety Pack #1
   
   ★★★★★
   (43)
   From $14.00 CAD $49.00
   Unit price /
   Unavailable
   Black White No Diffuser

 * Variety Pack #2
   
   ★★★★★
   (43)
   From $14.00 CAD $49.00
   Unit price /
   Unavailable
   Black White No Diffuser

 * Lavender
   
   ★★★★★
   (43)
   From $28.00 CAD
   Unit price /
   Unavailable
   Black White No Diffuser

 * Coco
   
   ★★★★★
   (43)
   From $14.00 CAD $28.00
   Unit price /
   Unavailable
   Black White No Diffuser

 * Apple
   
   ★★★★★
   (43)
   From $28.00 CAD $49.00
   Unit price /
   Unavailable
   Black White No Diffuser

 * Sandalwood
   
   ★★★★★
   (43)
   From $28.00 CAD $49.00
   Unit price /
   Unavailable
   Black White No Diffuser

 * Green Bamboo
   
   ★★★★★
   (43)
   From $28.00 CAD
   Unit price /
   Unavailable
   Black White No Diffuser

 * Eucalyptus
   
   ★★★★★
   (43)
   From $28.00 CAD
   Unit price /
   Unavailable
   Black White No Diffuser


ONLINE STORES

 * 
 * 

SALE


AROMA VARIETY PACK SALE!

Click Here




CLIX GOOP

Shop Now




CLIX MERCH

Shop Now

FREE

Diffuser


JOIN AROMA CLUB

Click Here


YOUR CART

Close

Your cart is empty

Start shopping

Subtotal: $0.00 CAD

Loading...




Back to top

Come have fun with us on social!

 * Twitter
 * Facebook
 * Instagram
 * TikTok
 * YouTube
 * Linkedin
 * Spotify


SHOP

 * Original Wipers
 * Color Wiper Blades
 * Design Wiper Blades
 * Clix Aroma
 * Clix Goop
 * Clix Apparel & Merch


MORE

 * Contact
 * Return Policy
 * Privacy Policy
 * Terms of Service


EXCLUSIVE BENEFITS

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

Email
Subscribe
Payment methods accepted
 * American Express
 * Apple Pay
 * Diners Club
 * Discover
 * Meta Pay
 * Google Pay
 * JCB
 * Mastercard
 * PayPal
 * Shop Pay
 * Venmo
 * Visa

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

Country/Region
Canada (CAD $)Mexico (USD $)United States (USD $)
Language
English
 * English
 * Español

Language
EnglishEspañol
Update

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

© 2024 ClixAuto. Powered by Shopify.










Close dialog 1

SAVE 15%

When you subscribe to our

Snappy SMS deals

By submitting this form and signing up for texts, you consent to receive
marketing text messages (e.g. promos, cart reminders) from Clix Auto at the
number provided, including messages sent by autodialer. Consent is not a
condition of purchase. Msg & data rates may apply. Msg frequency varies.
Unsubscribe at any time by replying STOP or clicking the unsubscribe link (where
available). Privacy Policy & Terms.


Send
No thanks