Un véritable vélo de trail, avec de gros pneus adhérents, 7 rapports de vitesse et des freins à disque puissants, pour les 5-8 ans.
Lire plus..
Égalisation des Prix
Retours Faciles
Expédition Rapide
Informations
La traction et le confort de ses gros pneus, combinés avec sa légèreté et son agilité, font du Trail Plus 20 le meilleur moyen de faire son apprentissage sur les sentiers tout en limitant les chutes.
Spécifications
Cadre
SmartForm C3 Alloy, IS disc mount, rack/fender mounts
Fourche Avant
SmartForm C3 Alloy, 1-1/8" steerer, IS disc mount
Suspension Arrière
NA
Manettes de vitesse
microSHIFT, low-torque Twist Shift, 7-speed
Derailleur Avant
Derailleur Arrière
microSHIFT M21S
Cassette
Sunrace, wide range 11-34, 7-speed
Pedalier
Prowheel, Pro-V30, 130mm length, 30T
Chaîne
KMC Z7, 1/2 x 3/32"
Leviers de Frein
Alloy, linear pull
Frein Arrière
Tektro Mechanical Disc
Frein Avant
Tektro Mechanical Disc
Guidon
Lightweight Alloy, 25.4mm, 560mm
Jeu de Direction
FSA, Alloy, 1-1/8"
Boitier de Pédalier
Cartridge, square taper
Potence
Forged and machined aluminum, 30mm w/ fitted stem cover
// 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";
}
}