Your search for '${data}' did not yield any results.
`
})()}
(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();
})();
${data.index + 1}/2
Description
Size Chart:
Size
Length
Bust
Shoulder
Sleeve
cm
inch
cm
inch
cm
inch
cm
inch
S
73
28.7
112
44.1
48
18.9
24.5
9.6
M
74.2
29.2
118
46.5
49.5
19.5
25
9.8
L
75.4
29.7
124
48.8
51
20.1
25.5
10.0
XL
76.6
30.2
130
51.2
52.5
20.7
26
10.2
2XL
77.8
30.6
136
53.5
54
21.3
26
10.2
3XL
79
31.1
142
55.9
55.5
21.9
27
10.6
4XL
80.2
31.6
150
59.1
57
22.4
27.5
10.8
5XL
82
32.3
158
62.2
58
22.8
28
11.0
Notes:
1.Size for manual measurement, there may be a 0 to 1 cm error, belongs to the normal phenomenon. 2.Due to the difference between different monitors, the picture may not reflect the actual color of the item.
${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)