

1/2
Black and White Round Neck Two Piece Set
Style# 1483725
Regular price
$62.99
Sale price
$89.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 = '';
$()
This black and white two-piece set features a classic round neck design, combining timeless style with versatile wearability. Crafted for comfort and ease, it offers a balanced look suitable for various occasions. The monochrome palette ensures effortless coordination with your wardrobe, making it a practical yet stylish addition to your collection.
Description:
- Neckline: Round Neck
- Sleeve Length: Half Sleeve
- Pattern Type: Print
- Material: 45% Elastane, 55% Rayon
- Machine Washable
Size Chart:
Top Size | Bust | Length | Sleeves | |||
---|---|---|---|---|---|---|
inch | cm | inch | cm | inch | cm | |
S | 42 | 106 | 21 | 54 | 11 | 27 |
M | 43 | 110 | 22 | 55 | 11 | 28 |
L | 45 | 115 | 22 | 56 | 11 | 29 |
XL | 48 | 121 | 22 | 57 | 12 | 30 |
XXL | 51 | 129 | 23 | 58 | 12 | 31 |
Bottom Size | Waist | Hips | Length | |||
---|---|---|---|---|---|---|
inch | cm | inch | cm | inch | cm | |
S | 26 | 66 | 41 | 104 | 37 | 94 |
M | 28 | 70 | 43 | 108 | 37 | 95 |
L | 30 | 75 | 44 | 113 | 38 | 96 |
XL | 32 | 81 | 47 | 119 | 38 | 97 |
2XL | 35 | 89 | 50 | 127 | 39 | 98 |