Your price after 5% discount when using your Academy Credit Card. Apply Now
Quantity
STYLE IT WITH
about this product
SKU: 154642946
ITEM: 5151983
Represent your Auburn Tigers with pride and comfort in this Cutter Buck Adapt Eco Knit Hybrid Recycled Full-Zip Logo Jacket This lightweight pullover is made from recycled polyester and spandex and features moisture-wicking technology to keep you comfortable during any activity The embroidered Auburn Tigers graphics and novelty contrast stitch zipper add a touch of style while the UPF 50 UV sun protection keeps you safe from the sun's harmful rays Whether you're cheering on the Tigers at Jordan-Hare Stadium or just relaxing at home this pullover will keep you comfortable and stylish
Features and Benefits
Long sleeve
Brand: Cutter & Buck
Novelty contrast stitch zipper
Locker loop
Recycled content certified by Global Recycled Standard
Raglan sleeve
Material: 88% Recycled Polyester/12% Spandex
Lightweight top suitable for mild temperatures
Uses average of 20 Post-consumer Recycled Plastic Bottles
Machine wash, tumble dry low
CB DryTec Moisture Wicking
Quarter-zip closure
Specifications
Insulation: No
Temperature: Mild
Clothing Type: Jackets
Sleeve length: Long Sleeve
Material technology: Moisture Wicking, UPF 50 UV Sun Protection
Activity: Casual
Material: 88% Recycled Polyester/12% Spandex
Heat Retention: No
Gender: Men's
Zipper: Full Zip
Size Range: Men's
Moisture Wicking: Yes
Care: Machine wash, tumble dry low
Water Resistant: No
Product Type: Outerwear
Flame Resistant: No
Age Group: Adults'
Style: Light Jacket
Lining: No
Features: Moisture Wicking
Hood: No
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();