Adding product to your cart
This is the greatest dress ever for the chic who loves a longer length You will make a subtle fashion statement wearing this Gabby square block dress with a ribbed collar This is a classic, versatile relaxed fit dress that is soft and cozy to give you that plaid tartan look. So easy and so different from others we have seen this season. This look can be paired with... riding boots or booties or any shoe you choose. Bonus: It has a pocket in front.
Sizes: Small, Medium, Large
40% Polyester: 30% Acrylic; 20% Nylon
Hand wash, cold water with like colors; Or Dry Clean.
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