The precision and reliability of eTap AXS, now at a whole new level. The Rival eTap AXS front derailleur is optimized for X-Range chainrings and uses Yaw technology, so there’s no need for trim.
Read more..
Price Matching
Easy Returns
Fast Shipping
Information
FEATURES
Wireless electronic eTap shift logic for intuitive shifting, easy setup and reliability
AXS enabled for easy personalization
Crisp and accurate front shifts
SRAM Yaw trimless cage technology optimized for use with 46/33T or 48/35T X-Range chainrings
The Flattop technology of the SRAM Rival chain creates a lig..
C$58.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";
}
}