This Unisex T-shirt is crafted from ring spun cotton for ultimate comfort. High quality print makes it a must-have item in every wardrobe. Available in 6 colors and 7 sizes!
---------------------------------------------------------------------------------------------
This unisex shirt fits like a well-loved favorite, featuring a crew neck, short sleeves and designed with superior combed and ring-spun cotton for ultimate comfort.
- 4.3-ounce, 100% combed ring spun cotton, 30 singles
- 90/10 combed ring spun cotton/poly (Heather Grey)
- Slightly slimmer body and shorter sleeves
- 1x1 rib knit neck
- Tear-away label
- Shoulder to shoulder taping
---------------------------------------------------------------------------------------------
Unisex T-shirt Size Chart
-------------
XS - 27" Length and 16 1/2" Width
S - 28" Length and 18" Width
M - 29" Length and 20" Width
L - 30" Length and 22" Width
XL - 31" Length and 24" Width
2XL -32" Length and 26" Width
3XL -33" Length and 28" Width
jQuery(function() {
var mode = jQuery('.gryffeditor').hasClass('editing') ? 'dev' : 'production';
var $module = jQuery('#m-1603811938329').children('.module');
if (mode == 'dev') {
jQuery('#m-1603811938329').attr('data-name', '').css('background-image', 'none').removeAttr('data-image');
var flag = true;
var $bkLiquid = parent.jQuery('body').find('#gfFrame').contents().find('#module-1603811938329');
if ($bkLiquid && $bkLiquid.length > 0) {
var $settings = $bkLiquid.find('.settings');
try {
var name = '';
var imageUrl = '';
settings = JSON.parse($settings.html());
for (var i = 0; i < settings.length; i++) {
if (settings[i].name == 'name') {
name = settings[i].default_value
}
if (settings[i].name == 'image') {
imageUrl = settings[i].default_value
}
}
if (imageUrl != '') {
flag = false;
jQuery('#m-1603811938329').css('background-image', 'url(' + imageUrl + ')').css('min-height', '100px').attr('data-image', 'true');
}
if (name != '' && name != 'Custom Code') {
flag = false;
jQuery('#m-1603811938329').attr('data-name', name);
}
} catch(error) {
console.log(error);
}
}
if (flag) {
jQuery('#m-1603811938329').attr('data-name', 'Right click on the module, then choose Edit Html / Liquid option to start writing your custom code.');
}
}
});