(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/6
${data.index + 1}/${data.total}
1/6
${data.index + 1}/${data.total}
Description
Curtain Holdbacks, Set of Two, in a rich brass finish, the perfect blend of elegance and functionality for your window treatments. Crafted with meticulous attention to detail, these holdbacks exude timeless charm and sophistication. Their sleek design effortlessly complements a range of curtain styles, adding a touch of refinement to any room. The durable construction ensures longevity, while the easy-to-use mechanism allows for seamless curtain manipulation. These holdbacks serve both form and function, effortlessly keeping your curtains neat and allowing natural light to grace your living space. With a classic aesthetic and a touch of modernity, they seamlessly integrate into any décor scheme. The set is easy to install and includes all necessary hardware for a hassle-free setup. Elevate your window treatments with these elegant curtain holdbacks in brass, transforming your space into a haven of style and sophistication.
${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)