Designed from the ground up to create what we believe is the finest folding stand available. Lightweight, stable, and packed with features.
Read more..
Price Matching
Easy Returns
Fast Shipping
Information
Designed from the ground up to create what we believe is the finest folding stand available. Lightweight, stable, and packed with features.
PRS-25 FEATURES:
The 100-25D Micro-Adjust clamp grips nearly any tube from 7/8" to 3" (23–76mm), including aero tubes
360° infinite clamp rotation allows bike to be placed in optimal position for specific repairs
The clamp jaws are nominally 2.75 inches (7cm) wide
Quickly and easily folds down to 46.25"
Clamping height adjusts up to 60"
Proprietary Hexatude™ hex-shaped aluminum tubing ensures low flex and no rotation
Aluminum leg straps ensure all parts slide, fold and unfold together
Base when open forms a triangle of 36" x 36" x 45" (92cm x 92cm x 115cm)
Travel and storage bag, For PCS-9, PCS-10, PCS-11, PRS-15 an..
C$39.99
// 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";
}
}