(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}/3
Description
Evolve your wardrobe with This Cute Hoodie ,Our Products are made of an ultra-smooth cotton blend to ensure the comfort and durability
- Sku:221019406
-100% ringspun cotton, 280gsm
- Top-of-the-range DTG printing machinery used
- Sizing: TRUE TO SIZE (Choose The Size Base on the Size Chart )
- Air-jet spun yarn with a soft feel and reduced pilling
Wash Cold And Hang Dry
SIZING: The female models are 5'6 and wear a size LARGE for an oversized fit, but they also wear a SMALL or MEDIUM. Do Check The Size Chart For The Perfect Size .
Size
Chest
Shouder
Length
Sleeves
cm
inch
cm
inch
cm
inch
cm
inch
S
108
42.52
58
22.83
64
25.20
50
19.69
M
112
44.09
60
23.62
65
25.59
51
20.08
L
116
45.67
62
24.41
66
25.98
52
20.47
XL
120
47.24
64
25.20
67
26.38
53
20.87
2XL
124
48.82
66
25.98
68
26.77
54
21.26
3XL
128
50.39
68
26.77
69
27.17
55
21.65
If you have any questions about anything be sure to leave a message on our Facebook Page or Send a email to our service
${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)