Cutter Buck Ole Miss Rebels Virtue Eco Pique Recycled Polo
$54.99
$52.24$52.24 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: 142165994
ITEM: MCK01144POL93398-L
Embrace the spirit of the Ole Miss Rebels with the Men's Cutter Buck Red Ole Miss Rebels Virtue Eco Pique Recycled Polo Crafted from eco-friendly recycled materials this polo boasts moisture-wicking fabric to keep you comfortable during spirited games or casual outings Its four-way stretch and self-fabric collar provide a relaxed fit while the embroidered graphics proudly display your unwavering support for the Ole Miss Rebels Whether you're cheering from the sidelines or representing your team off the field this polo seamlessly blends style comfort and a deep connection to the Ole Miss Rebels
Features and Benefits
Machine wash
Recycled content certified by Global Recycled Standard
DryTec technology wicks away sweat
Short sleeve
Imported
CB logo trims
Self-fabric collar
Material: 95% Polyester/5% Spandex
Embroidered graphics
4-Way stretch
UPF 50+
3-Button placket
Specifications
Product Type: Shirt
Sleeve length: Short Sleeve
Age Group: Adults
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();