Cutter Buck Ole Miss Rebels Team Logo Virtue Eco Pique Recycled Polo
$64.99
$61.74$61.74 with Academy Credit Card
Your price after 5% discount when using your Academy Credit Card. Apply Now
Quantity
STYLE IT WITH
about this product
SKU: 154446822
ITEM: 5156919
The Men's Cutter Buck Red Ole Miss Rebels Team Logo Virtue Eco Pique Recycled Polo is a sustainable and stylish choice for any Ole Miss Rebels enthusiast Its moisture-wicking fabric keeps you comfortable during intense games or casual outings while its recycled content certified by the Global Recycled Standard aligns with your eco-conscious values The embroidered Ole Miss Rebels logo and CB logo trims proudly display your team spirit making this polo the perfect way to show your support for the Rebels both on and off the field
Features and Benefits
Four-way stretch
Machine wash, tumble dry low
Officially licensed
Imported
CB logo trims
UPF 50+
Embroidered graphics
Brand: Cutter & Buck
Three-button placket
Material: 95% Recycled Polyester/5% Spandex
DryTec technology wicks away sweat
Short sleeve
Specifications
Sleeve length: Short Sleeve
Gender: Men's
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();