(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 Feminine Puff Sleeve Camisole adorned with a charming Floral Print. Effortlessly transition from day to night with this versatile piece, perfect for adding a touch of elegance to any outfit.
Details:
Material: Polyester
Sleeve Type: Puff Sleeve
Neckline: Mock Neck
Length: Regular
Fit Type: Regular Fit
Elastic: Yes
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?