The AirBooster Race Pod X is a compact and completely self-c..
C$58.99
For the 2021 season, Topeak introduces over sixty new and updated products for every kind of cyclist. We’ve added exciting new products to our Bikepacking series and the PakGo series developed new mini-pumps and floor pumps, new tubeless tire repair tools and innovative power link tools. Further refinements to bags, lighting, fenders, racks and more, reinforces our commitment to creating the world’s best cycling accessories. With over twenty-eight years of experience, Topeak continues to lead the pack!
Read more
Read less
// Get the modal
var modal = document.getElementById("myModal");
// Get the button that opens the modal
var btn = document.getElementById("myBtn");
// Get the element that closes the modal
var span = document.getElementsByClassName("close")[0];
// When the user clicks on the button, open the modal
btn.onclick = function() {
modal.style.display = "block";
}
// When the user clicks on (x), close the modal
span.onclick = function() {
modal.style.display = "none";
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = "none";
}
}