Wherever you roll, Hatchet is willing, able — and highly capable. This versatile, fun-igniting platform merges off-road DNA with a moonshot mindset that shreds Strava gravel, brings the party to Grinduro and even plays nice on pure pavement.
Read more..
Price Matching
Easy Returns
Fast Shipping
Information
Hatchet has 700c x 45mm / 650b x 2.1’’ tire clearance, and its MTB-inspired geometry includes a longer top-tube and shorter stem for enhanced handling on loose, technical terrain. When it’s time to slow your roll, 160mm flat-mount brakes stop on a dime.
// 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";
}
}