Penn State Nittany Lions Upper Arch Letters Pullover Hoodie
$59.99
$56.99$56.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: 161383305
ITEM: 202315484
Keep warm in classic style with this Penn State Nittany Lions Upper Arch Letters Pullover Hoodie Its blended material and cozy fleece lining provide a comfy feel while an adjustable hood lets you customize coverage Vibrant team details printed across the front make your Penn State Nittany Lions fandom easily noticeable
Features and Benefits
Front pouch pocket offers hands-free storage and an extra layer of comfort
Material: 65% Polyester/35% Cotton
Brand: Image One
Fleece lining provides extra warmth
Machine wash, tumble dry low
Screen print graphics
Midweight hoodie suitable for moderate temperatures
Pullover
Imported
Team name, logo and established year printed across the front
Officially licensed
Long sleeve
Specifications
Origin: Imported
Clothing Type: Fleece
Neckline: Hood
Sleeve length: Long Sleeve
Activity: Casual
Material: 65% Polyester/35% Cotton
Heat Retention: Yes
Gender: Men's
Zipper: No Zipper
Size Range: Men's
Moisture Wicking: No
Care: Machine wash, tumble dry low
Product Type: Sweatshirts
Age Group: Adults'
Style: Pullover Hoodies
Features: Insulated
Hood: Yes
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();