








1/9
Comfy Long Sleeve Three Piece Set
Style# 1163681
Regular price
$93.99
Sale price
$128.99
Customers Also Viewed
 {
var currentOptions = _.map(
$('.single-option-selector__radio'),
function(element) {
var $element = $(element);
var type = $element.attr('type');
var currentOption = {};
if (type === 'radio' || type === 'checkbox') {
if ($element[0].checked) {
currentOption.value = $element.val();
currentOption.index = $element.data('index');
return currentOption;
} else {
return false;
}
} else {
currentOption.value = $element.val();
currentOption.index = $element.data('index');
return currentOption;
}
}
);
// remove any unchecked input values if using radio buttons or checkboxes
currentOptions = _.compact(currentOptions);
return currentOptions;
}
/**
* Find variant based on selected values.
*
* @param {array} selectedValues - Values of variant inputs
* @return {object || undefined} found - Variant object from product.variants
*/
function _getVariantFromOptions() {
var selectedValues = _getCurrentOptions();
var product_object = JSON.parse(
document.getElementById('ProductJson-product-template').innerHTML
);
var variants = product_object.variants;
var found = _.find(variants, function(variant) {
return selectedValues.every(function(values) {
return _.isEqual(variant[values.index], values.value);
});
});
return found;
}
function contains(a, obj) {
for (var i = 0; i < a.length; i++) {
if (a[i] === obj) {
return true;
}
}
return false;
}
$(document).ready(function(){
var product_object = JSON.parse(
document.getElementById('ProductJson-product-template').innerHTML
);
var color_first = false;
if(product_object.options.length > 1 && product_object.options[1] == 'Size'){
color_first = true;
}
$last_checked = '';
$()
Organic cotton and breathable polyester blend combine in this Comfy Long Sleeve Three Piece Set for a soft and lightweight feel. The slim fit and stretchy fabric snugly hug your body while still allowing for free movement. Perfect for a relaxed and cozy look.
Description:
- Neckline: Round Neck
- Sleeve Length: Long Sleeve
- Pattern Type: Plain
- Material: 45% Elastane, 55% Rayon
- Machine Washable
Size Chart:
Top Size | Bust | Length | Sleeves | |||
---|---|---|---|---|---|---|
inch | cm | inch | cm | inch | cm | |
XS | 39 | 100 | 28 | 71 | 17 | 44 |
S |
41 | 104 | 29 | 73 | 18 | 45 |
M | 43 | 108 | 30 | 75 | 18 | 46 |
L | 44 | 113 | 30 | 77 | 19 | 47 |
XL | 47 | 119 | 31 | 79 | 19 | 48 |
XXL | 50 | 127 | 32 | 81 | 19 | 49 |
XXXL | 53 | 135 | 33 | 83 | 20 | 50 |
Sweater Size | Bust | Length | Sleeves | |||
---|---|---|---|---|---|---|
inch | cm | inch | cm | inch | cm | |
XS | 36 | 92 | 16 | 40 | 31 | 78 |
S |
38 | 96 | 16 |
41 |
31 | 79 |
M | 39 |
100 | 17 | 42 |
31 | 80 |
L | 41 | 104 | 17 |
43 |
32 | 81 |
XL | 43 | 109 | 17 |
44 |
32 | 82 |
XXL | 45 |
114 | 18 |
45 |
33 | 83 |
XXXL | 47 |
119 | 18 |
46 |
33 | 84 |
Bottom Size | Waist |
Hips | Length | |||
---|---|---|---|---|---|---|
inch | cm | inch | cm | inch | cm | |
XS | 24 | 60 | 39 | 100 | 37 | 95 |
S | 25 | 64 | 41 | 104 | 38 |
96 |
M | 27 | 68 |
43 | 108 | 38 |
97 |
L | 28 |
72 | 43 | 112 | 39 |
98 |
XL | 30 |
77 |
46 | 117 | 39 |
99 |
XXL | 32 |
82 |
48 |
122 | 39 |
100 |
XXXL | 34 |
87 |
50 | 127 | 40 |
101 |