Accommodates all 15mm & 12mm thru-axles on the market. Threaded inserts allow for instant changes between 15mm & 12mm inserts. Comes with roof rack adapter.
C$84.99
For over 30 years, creating and selling useful cycling products with an innovative difference has been our mission.
With proud roots in the early environmental movement, enhancing the cycling experience has been a labor of love for us here at Delta since our inception. We want to help people enjoy their cycling so there will be more bikes in use every day.
A team of tremendously talented design, engineering and marketing professionals develop interesting ideas to provide cyclists with practical products at realistic prices. Careful thought and dedication is invested in every product we sell. Making products better and more affordable compared to what else is sold benefits all. That is why we offer a small, concentrated product line that represent the best there is in each category.
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";
}
}