90 Degree by Reflex Women's Lightstreme Hybrid Arabella Pleated Mini Skort
$29.00
$27.55$27.55 with Academy Credit Card
Your price after 5% discount when using your Academy Credit Card. Apply Now
Quantity
This item may ship from a different location therefore only eligible for ground shipping. Additionally, this item is not eligible for APO/FPO delivery.
STYLE IT WITH
about this product
SKU: 160353201
ITEM: SKY4359-XS
Blend style and comfort with this 90 Degree by Reflex Women's Lightstreme Hybrid Arabella Pleated Mini Skort. It is made of 88% polyester and 12% spandex for durability and a stretchy fit, and the skort features built-in shorts with a side pocket for added coverage and convenient storage.
Features and Benefits
Made of 88% polyester and 12% spandex
Lightweight and breathable fabric
Built-in shorts provide added coverage
Features a side pocket for convenient storage
Side pleat design adds a touch of elegance
Machine wash cold; tumble dry cool
Specifications
Product Type: Skorts
Age Group: Adults'
Activity: Casual
Style: Athletic Shorts
Material: 88% polyester, 12% spandex
Gender: Women's
Size Range: Women's
What's in the Box
90 Degree by Reflex Women's Lightstreme Hybrid Arabella Pleated Mini Skort
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();