Your price after 5% discount when using your Academy Credit Card. Apply Now
Quantity
STYLE IT WITH
about this product
SKU: 163581778
ITEM: 202204729
Enhance your comfort level in milder weather with this Clemson Tigers 2025 Sideline Coach UV Dri-FIT Long Sleeve Shirt by Nike It features sweat-wicking Dri-FIT technology to keep you cool and dry whether you're staying active or spending time out in the sun Designed with mesh paneling for added breathability and a lightweight feel this Clemson Tigers top is comfortable to wear all day
Features and Benefits
Mesh paneling on upper left front
Brand: Nike
Material: 100% Polyester
Officially licensed
On-Field gear worn by the players, coaches and team staff
Heat-sealed team logo at left chest
Crew neck
Screen print graphics
This product provides UVA and UVB protection from the sun only in the areas covered by the garment. To protect exposed areas, the use of good quality sunscreen is recommended.
Move To Zero is Nike's journey toward zero carbon and zero waste to help protect the future of sport
Standard Fit: Easy and traditional
Machine wash, tumble dry low
Specifications
Sleeve length: Long Sleeve
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();