Bag

Bag

$45 CAD

- Reflective
- Quick release clips
- Waterproof cover included
- Pockets on each side
- Capacity 12L
- Size 13.6" x 6.7" x 5.5"
- Size 35 x 17 x 14cm


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' );