The Wolf Tooth Rear Axle uses a captive steel washer under the head to reduce friction on the dropout face. This protects your expensive frame, transfers more of the tightening torque to clamping load for a stiffer interface, and prevents the axle from st
This adapter tool fits the three common sizes of crown races and allows for installation of the crown race without damaging seals. It is compatible with the Park Tool CRS-15.2 crown race setting tube.
The ultimate chain guide for high direct mount frames. Designed specifically around wide/narrow chainrings the GnarWolf will keep your chain glued to your chainring in the roughest and muddiest of conditions. No other chainguide is as rigid or as easy to
C$104.99
C$104.99
Wolf Tooth Components makes precision cycling components and accessories that make your bike faster, lighter, and more versatile.
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";
}
}