Description
Size:S,M,L,XL,2XL,3XL,4XL,5XL
Fabric Material:95%Polyester+5%Spandex
Color:Black,Beige
Suitable Type:Fit
Occasion:Leisure
Pattern:Solid color
Thickness:Moderation
Label: Yes
Model Size:M
Package Included:
1 * Tops
Please note:
Thanks to your understanding, the size may be 2 cm / 1 inch inaccurate due to manual measurements.
Size |
Shoulder(For reference only) |
Bust |
Sleeve length |
Length |
||||
US/UK/AU Size |
cm |
inch |
cm |
inch |
cm |
inch |
cm |
inch |
S |
46.5cm |
18.31ʺ |
111cm |
43.70ʺ |
59.25cm |
23.33ʺ |
71cm |
27.95ʺ |
M |
48cm |
18.90ʺ |
116cm |
45.67ʺ |
60cm |
23.62ʺ |
72cm |
28.35ʺ |
L |
49.5cm |
19.49ʺ |
121cm |
47.64ʺ |
60.75cm |
23.92ʺ |
73cm |
28.74ʺ |
XL |
51cm |
20.08ʺ |
126cm |
49.61ʺ |
61.5cm |
24.21ʺ |
74cm |
29.13ʺ |
2XL |
52.5cm |
20.67ʺ |
131cm |
51.57ʺ |
62.25cm |
24.51ʺ |
75cm |
29.53ʺ |
Shipping PolicyShipping Methods: Processing Time: Shipping Time: Shipping Costs: International Shipping: Tracking Your Order: If you have any questions or concerns about our Shipping Policy, please contact us at [info@katiefortier.com] Our customer service team is available to assist you with any inquiries related to shipping. Thank you for shopping with us! We appreciate your business and hope you enjoy your new men’s shoes, clothing, and accessories. Return PolicyHOW DO I RETURN AN ITEM? Return Address: Pls contact with our customer service at info@katiefortier.com You may also likeRecently Viewed
Retail
${function() {
let variantImageShowed = false;
const currentProduct = data.product;
return (currentProduct.options || []).map((option, index) => {
const optionName = option.name || '';
const position = `option${index + 1}`;
let isThumbImage = false;
if (currentProduct.need_variant_image && !variantImageShowed) {
const variantNames = ["color"] || [];
for (let i = 0, len = variantNames.length; i < len; i++) {
const name = variantNames[i].toLowerCase();
if (name === optionName.toLowerCase()) {
isThumbImage = true;
variantImageShowed = true;
}
}
}
const variantType = "button";
const thumbStyle = "image_with_text";
return `
${data.originData && data.originData.value || data.value}
${optionName}
|