(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
Refresh Your Look And Stay In Fashion!
Material: Cashmere
Sleeve :LongSleeve
Pattern :Casual
Elasticity:Stretchy
Fit:Relaxed fit. Not too boxy and not too slim. Designed to be worn untucked. If you're between sizes we recommend sizing up
Size: S, M, L, XL, 2XL, 3XL, 4XL, 5XL
What you see is what you get, and we "Seeing is believing" (the motto of Vogatiques)
Size Chart
Tag Size
Reference
Reference
Reference
Length
Chest
Shoulder
Sleeve
US
UK
EUR
cm | inch
cm | inch
cm | inch
cm | inch
S
34-36
34-36
44-46
73cm | 28.74''
110cm | 43.31''
47.5cm | 18.70''
64cm | 25.20''
M
38-40
38-40
48-50
74cm | 29.13''
115cm | 45.28''
49.0cm | 19.29''
65cm | 25.59''
L
42
42
52
75cm | 29.53''
120cm | 47.24''
50.5cm | 19.88''
66cm | 25.98''
XL
44
44
54
76cm | 29.92''
125cm | 49.21''
52.0cm | 20.47''
67cm | 26.38''
2XL
46
46
56
77cm | 30.31''
130cm | 51.18''
53.5cm | 21.06''
68cm | 26.77''
3XL
48
48
58
78cm | 30.71''
135cm | 53.15''
55.0cm | 21.65''
69cm | 27.17''
4XL
50
50
60
79cm | 31.10''
140cm | 55.12''
56.5cm | 22.24''
70cm | 27.56''
5XL
52
52
62
80cm | 31.50''
145cm | 57.09''
58.0cm | 22.83''
71cm | 27.95''
* This data was obtained from manually measuring the product, it may be off by 0-0.2cm. Item sizes are true to the size chart. Refer to the size chart to find your size. If you're between sizes, we recommend the larger option for a better fit.
${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)