If your ride doesn’t feel complete until you get a little dirt on your tires, you know the importance of capable components that can tackle anything. The Force XPLR eTap AXS rear derailleur is a dedicated 1x-specific unit designed for us with the XPLR...
The all-new SHIMANO DEORE XT M8100 series of derailleurs brings a new level of drivetrain silence thank to decreased tension in the low gear position and an added bumper on the pulley cage.
The RED XPLR eTap AXS rear derailleur is a dedicated 1x-specific unit designed for use with the XPLR 10-44 cassette. It makes for an uncluttered drivetrain that takes on pavement and singletrack with equal aplomb.
On any surface you can imagine, in any drivetrain configuration, the Rival eTap AXS rear derailleur will handle it. Secure chain management and fast, precise shifting make for a smooth and quiet ride, every time.
C$408.00
// 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";
}
}