Thanks to the feedback collected from countless riders of the Enduro World Series, the Ergon design team succeeded in further improving the
popular GE1 in certain details
Read more..
Price Matching
Easy Returns
Fast Shipping
Information
The evolution of the successful GE1 continues • The new rider-oriented, ergonomic grip for wide riser bars • Thanks to the feedback collected from countless riders of the Enduro World Series, the Ergon design team succeeded in further improving the popular GE1 in certain details • Surface texture is now even more slip-proof and the rubber compound softer, lending constant precise grip • Handlebars are wide and gripped right at the end, while rider’s elbows are kept bent • This position dictates the construction of the grip and, in turn, the grip prevents typical issues associated with tension in the arm and hand • Increased damping thanks to use of a new dual rubber (silicon based) compound with textured zones which are oriented against the direction of rotation of the hand • Lightweight, high-quality aluminum clamp which is secured at the inboard end of the grip • Carbon bar compatible • Provides support and control for Enduro, Dirt & Freeride • Use: MTB / Enduro / Gravity / All- Mountain • Material: GravityControl Rubber • Clamp: Cold Forged Aluminum / CNC Machined • Weight: 110 g
// 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";
}
}