This pack has grownup features that fits younger explorers: room for 1.5 liters of water, a bike tool organizer pocket, and zippered essentials pockets. We've also added reflective strips and a safety whistle to make kids easy to spot on the trail.
Read more..
Price Matching
Easy Returns
Fast Shipping
Information
Features
Reflective accents for visibility in low-light environments
Breathable air mesh back panel for a lightweight, comfortable fit
Safety whistle included on sternum strap
Secure zippered pocket for essentials
Lightweight, ventilated mesh harness
Bike tool organizer pocket keeps supplies safely stored and easily accessible
Specifications
User Group: Youth
BPA/BPS/BPF Free: Yes
Dimensions: 35 x 21.5 x 10 cm / 12.6 x 8.5 x 3.9 in
Back Panel: Padded Mesh
Pack Weight: 210g/7 oz
Hydration Type: CRUX™ Reservoir with QuickLink
Torso Fit Range: Fits a chest size of 38-53cm/15-21 in
// 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";
}
}