Your price after 5% discount when using your Academy Credit Card. Apply Now
Quantity
STYLE IT WITH
about this product
SKU: 022375224
ITEM: SAQ-VPRB01-02
Serious athletes train to maximize power, speed and vertical jump. That’s why the Recoil 360 is built for multi-directional training and use with or without a partner. The Recoil 360’s sheathed cable stretches from 8 to 22 feet with resistance that increases from 15 to 50 lb.
Features and Benefits
Maximize power, speed and vertical jump
Engineered with a “free floating” ring for 360 degrees of movement
Designed for solo use or for training with a partner
Features a comfortable, durable belt
Specifications
Product Type: Resistance Trainer
Assembly Required: N
Activity: Football
What's in the Box
SKLZ Recoil 360° All-Position Resistance Trainer
Shipping Restriction: Currently we are not able to ship this product to the following state(s).
NY, MN
function updateCustomerIdStorage() {
const sourceKey = 'aso_cdp_data';
const targetKey = 'm_cdp_customer_id';
let customerId = null;
try {
const storedValue = localStorage.getItem(sourceKey);
if (storedValue) {
const data = JSON.parse(storedValue);
customerId = data.cdpData?.customerId;
} else {
console.warn(`Source Key "${sourceKey}" not found in local storage.`);
}
} catch (error) {
console.error(`Error parsing JSON from source key "${sourceKey}":`, error);
}
if (customerId) {
localStorage.setItem(targetKey, customerId);
// console.log(`Successfully set "${targetKey}" to: ${customerId}`);
} else {
localStorage.removeItem(targetKey);
// console.log(`No customerId found. Removed key "${targetKey}" from local storage.`);
}
}
updateCustomerIdStorage();