Jeans for women mom fit cut
MODEL: mom fit
STYLE: casual
POCKETS: 2 in front side seams, 2 in back
COMPOSITION: 74% cotton, 24% polyester, 2% elastane
MATERIAL: stretchy and soft denim fabric
CARE: wash +30°C, iron +110°C, do not tumble dry, do not bleach
MODEL SIZE: {
let items = JSON.parse(localStorage.getItem('recentlyViewedProducts') || '[]');
// If the product already exists we first remove it
if (items.includes(15249437458756)) {
items.splice(items.indexOf(15249437458756), 1);
}
items.unshift(15249437458756);
// Then, we save the current product into the local storage, by keeping only the 18 most recent
try {
localStorage.setItem('recentlyViewedProducts', JSON.stringify(items.slice(0, 18)));
} catch (error) {
// Do nothing, this may happen in Safari in incognito mode
}
})();
You might also like these
Recently viewed products
- A new window opens





