The DSX is the mountain biker’s gravel bike with familiar hand positioning, reliable 1x drivetrains, large tire clearance, and dropper post routing for better off road control, and on road descending stability.
The Core 2 Floor Pump is built for folks operating on a tighter budget, but doesn't sacrifice any of the functionality of the Core 3 or Core Pro models.
The Flattop technology of the SRAM Rival chain creates a lighter, quieter, stronger chain that’s compatible with 12-speed 1x and 2x eTap AXS drivetrains. Ride far, long and fast—this chain can go the distance.
The Diva Gel Superflow is a model designed and produced according to the needs of the female audience. A saddle that, thanks to the presence of gel in the padding, ensures high levels of comfort without neglecting performance.
It might look normal from the outside, but the engineering inside this incredible chain design that makes possible a gear range previously found only in 2-chainring drivetrains.
The centre of this tire rolls fast, but the fish scale pattern adds traction as the trail gets rowdy and the angles get wild. Progressive knob height adds even more bite as you lean into corners.
Prepares surface, accelerates curing and promotes maximum performance of Park Tool TLR-1 and TLR-2 Threadlockers as well as RC-1 Retaining Compound. Competes with Loctite® 7649™.
Crafted from domestically-sourced 7075 aluminum billet. 180 degrees of handlebar contact on the stem body for twist-free security that will play nice with both alloy and carbon bars
Stainless steel hardware ensures everything stays in place and looks gre
The bag lets you get more bulky E-Bike accessories and loads of tools to your next ride safely packed and well organized. The mobile workshop can be hung up or suspended to make its contents quickly and easily accessible.
The Aquila was developed by Onza together with Aaron Gwin and is an ideal companion for your downhill or enduro rides. It has a smooth-running, open center profile and perfect cornering and steering precision through high side lugs.
This tire shines on enduro bikes and "all mountain" bikes with a suspension travel of greater than 140mm, thanks to its comfortable and voluminous casing. Excellent puncture resistance and maximum stability.
// 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";
}
}