The 440% range of the XPLR XG-1271 cassette provides smooth gear progression when you’re sweating up gravel climbs, and tight jumps on the high end for when it’s time to drill it on asphalt.
Read more..
Price Matching
Easy Returns
Fast Shipping
Information
Shift features on each cog are optimized for electronic shifting, so you’ll get fast, smooth and precise shifts every time.
FEATURES
X-Range gearing gives you more range and a smoother gear progression, so you’re always in the right gear
440% range gives the coverage 1x gravel riders want
For use with XPLR 1x rear derailleurs
Compatible with Flattop chains
Compatible with XDR driver body
MINI CLUSTER technology for light weight and durability
// 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";
}
}