Tire (Pair)

Tire (Pair)

$100 CAD

Our Kenda Tire (for the pair) offers an unparalleled biking experience on any terrain. With exceptional performance and durability, these tires will give you the confidence you need to ride to your heart's content. 


Free Shipping when purchased with an eBike

Customer Reviews

You have successfully subscribed!
/** * Remove the generated product schema markup from Product Category and Shop pages. */ function wc_remove_product_schema_product_archive() { remove_action( 'woocommerce_shop_loop', array( WC()->structured_data, 'generate_product_data' ), 10, 0 ); } add_action( 'woocommerce_init', 'wc_remove_product_schema_product_archive' );