(function(){
let w = window.innerWidth;
function setHeaderCssVar() {
const headerEle = document.getElementById('shoplaza-section-header');
if(!headerEle){ return };
document.body.style.setProperty('--window-height', `${window.innerHeight}px`);
document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`);
const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide');
if (mdScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`);
}
const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide');
if (pcScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`);
}
}
function handlResize() {
if(w == window.innerWidth){return};
w = window.innerWidth;
setHeaderCssVar();
};
function init(){
setHeaderCssVar();
window.removeEventListener('resize', window._theme_header_listener)
window._theme_header_listener = handlResize;
window.addEventListener('resize', window._theme_header_listener);
}
init();
})();
1/1
${data.index + 1}/${data.total}
Description
Description
SPU:
MSR767317
Material:
Faux Linen/Cotton Blends
Style:
Daily/Vintage/American western style
Pattern Type:
Striped
Element:
Pocket Design
Size:
S/M/L/XL/XXL/XXXL/XXXXL/XXXXXL
Fit Type:
Regular
Sleeve Style:
Regular Sleeve
Neckline:
Turndown Collar
Clothing Length Type:
Regular
*The item does not include any accessories in the picture, unless stated otherwise in the product description.
Size chart
Size
Shoulder
Bust
Sleeve Length
Clothing Length
CM
INCH
CM
INCH
CM
INCH
CM
INCH
S
48.0
18.90
112.0
44.09
63.0
24.80
72.0
28.35
M
49.5
19.49
118.0
46.46
63.7
25.08
73.0
28.74
L
51.0
20.08
124.0
48.82
64.4
25.35
74.0
29.13
XL
52.5
20.67
130.0
51.18
65.1
25.63
75.0
29.53
2XL
54.0
21.26
136.0
53.54
65.8
25.91
76.0
29.92
3XL
55.5
21.85
142.0
55.91
66.5
26.18
77.0
30.31
4XL
57.0
22.44
148.0
58.27
67.2
26.46
77.0
30.31
5XL
58.5
23.03
154.0
60.63
67.9
26.73
77.0
30.31
You may also like
Recently Viewed
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.This product did not participated in any recommendation rule. Switch to another product to check the design.The items in this collection do not participate in any recommendation rule. Switch the participating items to check the design.The home page do not participate in any recommendation rule.
(This prompt would not display on client-side)