Will not retire from the stage of history with the passage of time
Maybe it's your youthful memories
Or an inseparable story
As if he may have been with you for a long time
[Straps To Be Purchased Separately]
Features
Material: Cotton
Denim Fabric: Thin Denim
Waist Type: Mid Waist
Color: Denim Blue
Pants Placket: Zipper
Elasticity: Micro Elastic
Applicable Season: All Seasons
Thickness: Thin Section
Applicable Scene: Other Leisure
Style Details: Three-dimensional Tailoring
Pants Length: Nine Pants
Style Version: Overalls
Foot Style: Straight Feet
Product Size:
SIZE
WAIST
HIP
LENGTH
Foot mouth
inch
cm
inch
cm
inch
cm
inch
cm
S
30
26.77
68
40.15
102
37.2
94.50
11.02
28
M
32
28.34
72
41.73
106
37.59
95.50
11.41
29
L
34
29.92
76
43.30
110
37.99
96.50
11.81
30
XL
36
31.49
80
44.88
114
38.38
97.50
12.20
31
2XL
38
33.07
84
46.45
118
38.77
98.50
12.59
32
3XL
40
34.64
88
48.03
122
39.17
99.50
12.99
33
4XL
42
36.22
92
49.60
126
39.56
100.50
13.38
34
5XL
44
37.79
96
51.18
130
39.96
101.50
13.77
35
PleaseNote:
There may be 1-2 cm deviation in different sizes, locations and stretch of fabrics.
Promise:
If the product has any quality problems, please feel free to contact us, we will help you solve the problem as quickly as possible.
Practical design concepts:We pursue design while taking practicality into consideration,for example, we will design pockets of different sizes for work clothes to conveniently store to tools.
Cost-effective product:We provide low-priced but high-quality clothes, and our styles are diverse to meet your needs for various occasions.
You may also like
Recently viewed
${function(){
const settings_product_title = "title";
const product_grid_image_size = "150%";
const settings_product_image_hover_on = true;
let settings_product_save_label = true;
const product_sold_out_label = true;
const settings_product_swatches_name = ["color","size"];
const settings_collection_color_swatches = true;
const variantShowLimit = 4;
const private_id = 'product-tmpl-' + Math.random().toFixed(6).slice(-6)
const product_variants = data.variants || [];
const product_id = data.id;
const images = data.images || [];
const image = data.image || {};
const imageWidth = image.width;
let imageHeight = image.height;
if (product_grid_image_size !== 'natural') {
imageHeight = (imageWidth * parseFloat(product_grid_image_size)) / 100;
}
const price = Number(data.price_min);
let compareAtPrice = Number(data.compare_at_price);
let offRatio = data.off_ratio;
const type = data.type;
const isMock = data.isMock;
let product_image_hover_on = false;
for (let i = 0; i < product_variants.length; i++) {
const item = product_variants[i];
const vcap = Number(item.compare_at_price);
if (item.price == price && vcap > compareAtPrice) {
compareAtPrice = vcap;
offRatio = item.off_ratio;
}
}
let second_image = null;
if (settings_product_image_hover_on) {
for (let i = 1; i < images.length; i++) {
const img = images[i];
if (img.src && img.src.indexOf('video=') === -1) {
second_image = img;
product_image_hover_on = true;
break;
}
}
}
let sold_label_on = false;
let sale_label_on = false;
if (settings_product_save_label == null) {
settings_product_save_label = true;
}
if (!data.available && product_sold_out_label) {
sold_label_on = true;
}
if (settings_product_save_label && compareAtPrice > price && data.available) {
sale_label_on = true;
}
const diffPrice = compareAtPrice - price;
const variantValues = [];
const showVariants = [];
if (data.need_variant_image && settings_collection_color_swatches && settings_product_swatches_name.length > 0) {
for (let i = 0; i < (data.options || []).length; i++) {
const option = data.originData.options[i];
const optionName = option.name && option.name.toLowerCase();
if (settings_product_swatches_name.includes(optionName)) {
for (let j = 0; j < product_variants.length; j++) {
const variant = product_variants[j];
const value = variant.options[i].value;
if (!variantValues.includes(value)) {
variantValues.push(value);
showVariants.push(variant);
}
}
break;
}
}
}
return `