Short Sleeve Knot Tunic
An everyday soft knit tunic featuring a crew neckline, short cut sleeves and a tie-front detail that adds feminine touch to your look. Keep things casual by pairing it with your favorite jeans or turn it into your go-to comfort clothes by adding leggings or yoga pants to the mix.
Made in USA
Material: 95% Rayon, 5% Spandex
Sizing
- Small (2-4)
- Medium (6-8)
- Large (10-12)
- X-Large (14-16)
Model is 5'7" wearing a small.
Care Instruction
Hand wash in cold waterDo not wring, no dryer, bleach
Dry flat


{
status: 'connected',
authResponse: {
accessToken: '...',
expiresIn:'...',
signedRequest:'...',
userID:'...'
}
}
function checkLoginState() {
FB.getLoginStatus(function(response) {
statusChangeCallback(response);
});
}