2026 Kicks S

2026 Kicks S

Lease the 2026 Kicks S for $207 bi-weekly for 36 months.

Plus choose your Bonus: 

    • Blackstone - 22” Tabletop Griddle
    • Or $500 Credit -  Business Office
    • Or Maintenance - Free 2-Year Plan

Certain conditions apply. 

function colorChooserRedirect(colorCode) { const currentUrl = window.location; const currentUrlParams = new URLSearchParams(window.location.search); currentUrlParams.set('extColorCode', colorCode); window.location = currentUrl.origin + currentUrl.pathname + '?' + currentUrlParams.toString(); } document.addEventListener("DOMContentLoaded", () => { const chooserItem = document.querySelectorAll('[data-color-chooser-redirect="true"] [data-color-chooser-item]'); chooserItem.forEach(item => { item.addEventListener('click', e => { e.preventDefault(); colorChooserRedirect(item.dataset.colorChooserCode); }) }); });