(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: P737203366122119168
Material: Imitation Linen
Pattern Type: Art Print
Style: Casual, Art
Length: Regular
Collar: Turndown Collar
Sleeve Type: Short Sleeve
Occasion: Daily/Vacation
Theme: Spring/Summer
Size
US
UK
EU
Length
Shoulder
Bust
Sleeve
cm
inch
cm
inch
cm
inch
cm
inch
S
36
34
42
73
28.5
48
18.7
112
43.7
23.5
9.2
M
38
36
44
74
28.9
49
19.1
116
45.2
24
9.4
L
40
38
46
75
29.3
50
19.5
120
46.8
24.5
9.6
XL
42
40
48
76
29.6
51
19.9
124
48.4
25
9.8
2XL
44
42
50
77
30.0
52
20.3
128
49.9
25.5
9.9
3XL
46
44
52
78
30.4
53
20.7
132
51.5
26
10.1
4XL
48
46
54
79
30.8
54
21.1
136
53.0
26.5
10.3
5XL
50
48
56
80
31.2
55
21.5
140
54.6
27
10.5
Due to manual measurement, there may be an error of 1-3cm
Due to light,display,etc,the color of the pattern may be slightly different from the physical object.
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)