Your price after 5% discount when using your Academy Credit Card. Apply Now
25% Off Select Bottles When You Buy an Athletic Sports Bag
Quantity
STYLE IT WITH
about this product
SKU: 157000586
ITEM: 5160247
Bring along your athletic gear with the adidas Defender V Small Duffel Bag. The 100% polyester construction stands up to wear and tear, while the multiple zippered pockets give you plenty of space for the essentials. The adjustable shoulder strap and luggage trolley strap make transport a breeze.
Features and Benefits
Made of 100% polyester for lasting use
Multiple zippered pockets offer plenty of storage space
Zippered, ventilated pocket let you air out your dirty shoes and gear
Adjustable shoulder strap allows for comfortable carrying
Luggage trolley strap for simple transport
Webbing attachment points provide space for personal items
Specifications
Rolling: No
Activity: Fitness
Bag Type: Sports Bags
Material: 100% polyester
Product width (in.):
Product Length (in.): 20.38
Water Resistant: No
Strap/handle: Yes
Hydration Compatible: No
Capacity: 42 liters
Product Type: Bags
Style: Duffel Bags
Product Height (in.): 11.75
Laptop/Tablet Compatible: No
Product width: 11.5 inches
Manufacturer warranty - general: Lifetime
What's in the Box
adidas Defender V Small Duffel Bag
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();