The Reverb AXS XPLR dropper post delivers more control, confidence, and fun on gravel roads everywhere. Getting the saddle out of the way means more room to move, saving you from awkward maneuvering and sketchy descents.
Read more..
Price Matching
Easy Returns
Fast Shipping
Information
Specifications :
Reverb AXS … No hoses, No Routing, No energy wasted.
Reliable wireless-electronic dropper post designed to work with AXS Shift-Brake levers or remote AXS controller (sold seperately)
ActiveRide - Air only internals provide a fully rigid top-out position
Saddle clamp compatible with standard and 7x10 oval rails
AXS Technology allows rider customization via the AXS Mobile App
Includes AXS battery and charger
Same battery as all other SRAM eTap and AXS enabled components
// 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";
}
}