Description
Size | TR/EU | UK | US | Bust (cm) | Waist (cm) | Basin (cm) |
XXS | 32 | 4 | 0 | 76-80 | 60-64 | 80-84 |
XS | 34 | 6 | 2 | 80-84 | 64-68 | 84-88 |
S | 36 | 8 | 4 | 84-88 | 68-72 | 88-92 |
M | 38 | 10 | 6 | 88-92 | 72-76 | 92-96 |
L | 40 | 12 | 8 | 92-96 | 76-80 | 100-104 |
XL | 42 | 14 | 10 | 96-100 | 80-84 | 104-109 |
XXL | 44 | 16 | 12 | 100-104 | 84-88 | 109-114 |
3XL | 46 | 18 | 14 | 104-108 | 88-92 | 114-119 |
4XL | 48 | 20 | 16 | 108-112 | 92-96 | 119-124 |
You may also like
Recently viewed
${isCart ? 'The items in the shopping cart do not participate in any recommendation rule. Add the participating items to your shopping cart to check the design.' : ''}
${isProduct ? 'This product did not participated in any recommendation rule. Switch to another product to check the design.' : ''}
${isCollection ? 'The items in this collection do not participate in any recommendation rule. Switch the participating items to check the design.' : ''}
${isIndex ? 'The home page do not participate in any recommendation rule.' : ''}
(This prompt would not display on client-side)
Recommended Products
${rule.config.title}
${(function(){
const product = data.product;
const avail_variants = product.variants.filter(function(variant){
return variant.available;
});
const selected_variant = product.min_price_variant.available ? product.min_price_variant : avail_variants.length && avail_variants[0];
return `
`
})()}
The current produc does not participate any Rebate. Switch the participating product to check the design.
(This prompt will not be displayed on the client-side.)
(This prompt will not be displayed on the client-side.)
${function() {
const show = rebate.format_rules.length > data.maxShowCount;
return `
${rule}
${function() {
if(!show) return "";
return `
`;
}()}
`;
}()}
${originData.rebate.format_rules.join(", ")}