The Shotgun Pro Child Bike Seat is the ultimate child seat for MTB families. It’s lightning fast to attach and remove, has zero frame contact, and is adjustable to fit electric and regular mountain bikes.
Read more..
Price Matching
Easy Returns
Fast Shipping
Information
The Pro Seat is the ultimate child seat for MTB families. It’s lightning fast to attach and remove, is fully adjustable, and has zero frame contact.
Designed for children 2 – 5 years (up to 60lb / 27kg)
Super fast to fit, remove and swap between bikes
Fully adjustable with zero frame contact
Adjustable to fit electric and regular mountain bikes
Fits all bikes with standard 1-1/8 steerers (10mm clearance required)
// 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";
}
}