(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/9
${data.index + 1}/${data.total}
1/9
${data.index + 1}/${data.total}
Description
Infuse your space with energy and charm with the Cloud Storage Ottoman. Its playful macaroon-style design and fresh, vibrant colors instantly brighten up any room, adding fun and vibrancy to your decor.
ULTIMATE COMFORT
This stool is made from wool velvet and has a soft, plush, comfortable surface. Whether sitting down to relax or just resting your hands on it, the rich texture provides soothing comfort to help you melt away the stress of the day.
QUIET & SAFE
The stool has non-slip, wear-resistant foot pads to ensure quiet, smooth movement. There is no need to worry about unnecessary noise or damaging your floor. These practical pads also enhance stability so that you can sit with confidence.
VERSATILE & PRACTICAL
With its compact, rounded shape, this stool easily fits into any space, from a cozy living room to a tranquil bedroom. The removable seat is comfortable and has hidden storage space inside, making it a practical and stylish addition to your home.
${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)