Adding product to your cart
This classic turtleneck is a great basic and is perfect for layering or tucking into your favorite jeans. The length is also designed to wear over leggings for our shorter friends. Winter White is the color we are seeing come from the showrooms and the runway. To be worn all year throughout any season. Note: These tops runaway from us quickly so come and get it ASAP.
Size: One Size
51% bamboo from Viscose: 21% cotton ;8% spandex
Machine wash cold inside out with like colors on delicate cycle. Tumble dry on gentle cycle.
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