Adding product to your cart
A cozy dress for colder weather; we'll take two! Reverse terry fabric dawns the shoulders and front placket of this pocketed knee length, relaxed shirt dress.
- Burnout Terry: 60/40 Cotton/Polyester.
- 2x1 Rib Cuffs: 95/5 Cotton/Spandex
- Back Length: ~39"
- Color Description: Navy w/heathered effect
- Preshrunk
- Machine washable
Sizes: S,M,L,XL
XCVI SIZES |
1 |
2 |
XS |
S |
M |
L |
XL |
US SIZE |
2 |
4 |
6 |
8 |
10 |
12 |
14 |
16 |
18 |
20 |
Bust |
34.5 |
35.5 |
36.5 |
37.5 |
38.5 |
39.5 |
40.5 |
41.5 |
42.5 |
43.5 |
Waist |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
Hip |
36.5 |
37.5 |
38.5 |
39.5 |
40.5 |
41.5 |
42.5 |
43.5 |
44.5 |
45.5 |
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