Your price after 5% discount when using your Academy Credit Card. Apply Now
Quantity
STYLE IT WITH
about this product
SKU: 140091303
ITEM: MCC00034BL38996
Represent your Tennessee Volunteers with the Cutter Buck Adapt Eco Knit Hybrid Recycled Quarter-Zip Pullover Top This Tennessee Volunteers pullover is made from recycled polyester and spandex and features CB DryTec Moisture Wicking technology to keep you comfortable and dry Whether you're cheering on the Vols at Neyland Stadium or just relaxing at home this pullover will keep you comfortable and stylish
Features and Benefits
Lightweight top suitable for mild temperatures
CB DryTec Moisture Wicking
UPF 50+ UV Sun Protection
Officially licensed
Brand: Cutter & Buck
Embroidered graphics
Machine wash
Imported
Quarter-zip closure
Woven overlay at front panel & collar
Raglan sleeve
1/4-Zip
Specifications
Neckline: 1/4 Zip & 1/2 Zip
Product Type: Shirts
Sleeve length: Long Sleeve
Age Group: Adults
Activity: Casual
Material: 88% recycled polyester and 12% spandex
Gender: Men's
Size Range: Men's
What's in the Box
Cutter & Buck Men's University of Tennessee Adapt ECO Knit Hybrid Recycled 1/4-Zip Shirt
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();