(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
Product Details:
Product ID:MT0235Y3B5V
Style: Casual
Fit Type:Regular
Shirt Length: Regular
Sleeves Length: Short Sleeve
Collar: Shirt Collar
Material: 100% Cotton
Material Stretch: Slight Stretch
Pattern Type:
Weight: 0.300kg
Package: 1 x Polo Shirt
Size Guide For Men
Size
UK
US
EUR
Length
Chest
Hip
S
36
36~37
46
74
112
115
M
40
39~40
50
75
117
120
L
42
42
52
76
122
125
XL
44
44
54~56
78
129
132
2XL
46~48
46~48
58
80
136
139
3XL
52
52
62
81
146
149
4XL
56
56
64
82
156
159
5XL
64
64
72
83
176
179
Product Details:Product ID:MT0235Y3B5VStyle:CasualFit Type:RegularShirt Length: RegularSleeves Length: Short SleeveCollar: Shirt CollarMaterial:100% CottonMaterial Stretch:Slight StretchPattern Type:Weight:0.300kgPackage:1 x Polo ShirtSize Guide For MenSizeUKUSEURLengthChestHipS3636~374674112115M4039~405075117120L42425276122125XL444454~56781291322XL46~4846~4858801361393XL525262811461494XL565664821561595XL64647283176179
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)