Cutter Buck Texas AM Aggies Forge Blade V-Neck Top
$79.99
$75.99$75.99 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: 154510636
ITEM: 5073005
The Women's Cutter Buck Heather Charcoal Texas AM Aggies Forge Blade V-Neck Top is the perfect way to show your support for the Aggies Made from a moisture-wicking polyester and spandex blend this top will keep you comfortable all game long The self-fabric blade collar with a v-neckline and tonal exterior stitch details adds 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 Aggies from the stands or just showing your support around town this top is a must-have for any Texas AM fan
Features and Benefits
Machine wash
DryTec technology wicks away sweat and provides 50+ UPF protection
Moisture-wicking
Material: 96% Polyester/4% Spandex
Matte fabric finish
UPF 50+ UV Sun Protection
V-neck
Short sleeve
Tonal exterior stitch details
Imported
Self fabric blade collar with v-neckline
Brand: Cutter & Buck
Specifications
Sleeve length: Short Sleeve
Gender: Women'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();