Your price after 5% discount when using your Academy Credit Card. Apply Now
Quantity
STYLE IT WITH
about this product
SKU: 142179561
ITEM: MCC00034NVBU13489-L
Represent your Texas Longhorns with the Cutter Buck Adapt Eco Knit Hybrid Recycled Quarter-Zip Pullover Top This Texas Longhorns 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 Longhorns from DKR or relaxing at home this pullover will keep you comfortable and stylish
Features and Benefits
Quarter-zip closure
Uses average of 20 Post-consumer Recycled Plastic Bottles
Locker loop
Woven overlay at front panel & collar
Recycled content certified by Global Recycled Standard
Brand: Cutter & Buck
1/4-Zip
Embroidered graphics
Long sleeve
Officially licensed
CB logo trims
Lightweight top suitable for mild temperatures
Specifications
Compression: No
Clothing Type: Athletic Shirts,Casual Shirts
Neckline: 1/4 Zip & 1/2 Zip
Sleeve length: Long Sleeve
Material technology: CB DryTec Moisture Wicking technology
Activity: Casual
Material: 88% recycled polyester and 12% spandex
Heat Retention: No
Gender: Men's
Size Range: Men's
Moisture Wicking: Yes
Care: Machine wash cold, inside-out on delicate with like colors, do not bleach; tumble dry low on delicate, low iron as needed, do not use fabric softeners
Product Type: Shirts
Flame Resistant: No
Age Group: Adults'
Features: Moisture Wicking
Hood: No
What's in the Box
Cutter & Buck Men's University of Texas 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();