Price Matching
Easy Returns
Fast Shipping

Derailleur Hanger

Out of stock

Wheels Manufacturing Derailleur Hanger - 199

Derailleur Hanger - 199
C$43.99
Out of stock

Wheels Manufacturing Derailleur Hanger - 189

Derailleur Hanger - 189
C$49.99
Out of stock

Wheels Manufacturing Derailleur Hanger - 96

Derailleur Hanger - 96
C$33.99
Out of stock

Wheels Manufacturing Derailleur Hanger - 66

Derailleur Hanger - 66
C$33.99
Out of stock

Wheels Manufacturing Derailleur Hanger - 13

Derailleur Hanger - 13
C$33.99
In stock

Rocky Mountain Derailleur Hanger12, 142mm

Fits 2012 Element 970, 950 & 930 29″, 2012 Slayer 70, 50, ..
C$30.50
Out of stock

Wheels Manufacturing Derailleur Hanger - 41

Derailleur Hanger - 41
C$34.99
Out of stock

Wheels Manufacturing Derailleur Hanger - 192

Derailleur Hanger - 192
C$44.99
Out of stock

Wheels Manufacturing Derailleur Hanger - 146

Derailleur Hanger - 146
C$31.99
Out of stock

Wheels Manufacturing Derailleur Hanger - 131

Derailleur Hanger - 131
C$39.99
// 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"; } }