(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}/8
Description
This cardigan is the perfect finishing touch for your outfits this fall! We love the long flowing fit, It's so effortlessly chic! Pair with your fave black jeans and soft tee for the perfect fall 'fit!
Details:
Material: Acrylic
Style: Daily
Pattern Type: Patchwork
Sleeve Style: Regular sleeve
Element: Split joint
Fit Type: Loose
Sleeve Length: Long Sleeve
Neckline: Hooded Collar
Type: Stitching Way
SIZE(IN)
Sleeve Length
Shoulder
Bust
Top Length
S
21.7
16.7
40.2
28.5
M
22.0
17.3
41.7
29.5
L
22.4
17.9
43.3
30.5
XL
22.8
18.5
44.9
31.5
2XL
23.2
19.1
46.5
32
3XL
23.6
19.7
48.1
32.5
Tips:
Due to the many variations in monitors, the color in the image could look slightly different, please take physical design and color shall prevail.
Please allow 0.4"-1" differs due to manual measurement.
${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)