Adding product to your cart
No bad days in our Hello Sunshine Shirt! Billy T strikes again with this retro vintage shirt that is multi seasonal. Casual, fun and cool is what this look is all about.
Billy T Collections places an importance upon the environment as evidenced in the Lyocell fabric used in over 90% of the creations. This renewable cellulose fiber is breathable, absorbs moisture and is soft on the skin. That's a win in our book! Speaking of wins, this delightful shirt is fantastic! Nice silhouette. Cute cut.
- 70% Lycell; 30% Linen
- Machine Wash Cold, Tumble Dry Low
- Size (approximate fit)
- S- 4/6
- M- 8/10
- L-10/12
- XL-14
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