Adding product to your cart
Cheyenne Fu-Fletcher creates art to wear clothing with an emphasis on natural fabrics. Women who wear Cheyenne exhibit a free and artistic spirit. Always cutting edge, never boring, Cheyenne collections let your inner soul shine through your outerwear! This cotton jacket can easily fit up to a 1-2X. But it also looks as good on a petite frame. It's all about the attitude! Featuring a whimsical button pattern and oversized single front pocket, this versatile piece is perfect throughout the year.
- 100% Cotton
- Machine wash cold, delicate cycle, tumble dry low or hang to dry
- Size chart
-
CHEYENNE
|
Top: Chest
|
Pants: Waist
|
S/M
|
42-43
|
29
|
L/XL
|
43-45
|
32
|
if(sessionStorage.backToCollection) {
theme.backToCollection = {};
theme.backToCollection.collection = JSON.parse(sessionStorage.backToCollection);
var productCollections = [];
var showCollection = false;
if (productCollections) {
productCollections.forEach(function(collection) {
if (collection.title === theme.backToCollection.collection.title) {
showCollection = true;
}
});
}
if(showCollection) {
var backToCollectionHTML = '';
var backToCollectionContainer = document.getElementById('backToCollection');
backToCollectionContainer.insertAdjacentHTML('afterbegin', backToCollectionHTML);
}
}
Use left/right arrows to navigate the slideshow or swipe left/right if using a mobile device