Backyard Versatility: First, you build a complete gym outside. Our collection features a premium fitness strider, power tower, bench, and multi-station.
Weather-Resistant Durability: Next, you leave your gear outdoors confidently. We built these machines to withstand the elements flawlessly.
Space-Saving Training: Finally, you protect your indoor floor plan. You execute massive, full-body routines outside without crowding your living room.
Shop our selection of Stamina Products Outdoor Gym Equipment today, and take your fitness routine into the fresh air!
Variant picker
Choosing a selection results in a full page refresh.
Opens in a new window.
function syncGclidToCart() {
var gclid = localStorage.getItem('stamina_gclid');
if (!gclid) return;
fetch('/cart/update.js', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
attributes: {
gclid: gclid
}
})
});
}
document.addEventListener('click', function (e) {
if (e.target.closest('[href*="/checkout"], .checkout-button, [name="checkout"]')) {
syncGclidToCart();
}
});
syncGclidToCart();