(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}
${function() {
return `
`
}()}
Description
Introducing our Unique Ruffles Patchwork T-Shirt! With natural prints and charming puff sleeves, it's a standout piece. Perfect for expressing your individuality, it adds flair to any casual ensemble.
Details:
Material: Polyester
Sleeve Type: Puff Sleeve
Neckline: V Neck
Length: Regular
Fit Type: Loose Fit
Elastic: Yes
Size(Inch)
Bust
Length
M
43.3
26.8
L
44.9
27.2
XL
46.5
27.2
2XL
48.0
27.6
3XL
49.6
27.6
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.
${function(){
return `
${data.starNum}/${data.starTotal}
`;
}()}
${function(){
return `
${data.starNum}/${data.starTotal}
`;
}()}
Write a Review
${data.title}
Reviews
No reviews yet, why don't you leave the first review?