Pressbox South Carolina Gamecocks Janise Arch Over Logo Waist Length Oversized Pullover Sweatshirt
$69.99
$66.49$66.49 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: 160208732
ITEM: 202888767
Stay warm while repping the South Carolina Gamecocks with this Pressbox Janise Arch Over Logo Waist Length Oversized Pullover Sweatshirt This oversized pullover sweatshirt is intentionally designed with larger proportions for a spacious feel and a laidback look Plus its fleece lining and midweight construction make it perfect for moderate temperatures
Features and Benefits
Material 65 Cotton/35 Polyester
Dropped shoulder seams provide a relaxed fit
Screen print team wordmark and logo
Crew neck
Machine wash, tumble dry low
Brand: Pressbox
Pullover
Fleece lining provides added warmth and a soft feel
Long sleeve
Officially licensed
Hip length (Measures approx. 24)
Imported
Specifications
Origin: Imported
Clothing Type: Fleece
Neckline: Crew Neck
Sleeve length: Long Sleeve
Activity: College Sports
Material: 65% Cotton/35% Polyester
Heat Retention: Yes
Gender: Women's
Zipper: No Zipper
Size Range: Women's
Moisture Wicking: No
Care: Machine wash, tumble dry low
Product Type: Sweatshirts
Age Group: Adults'
Style: Pullover Sweatshirts
Features: Insulated
Hood: No
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();