(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/7
${data.index + 1}/${data.total}
1/7
${data.index + 1}/${data.total}
Description
Experience the perfect blend of function and design with the Retro Wireless Fabric Table Lamp. Its innovative wireless functionality frees you from the hassle of tangled wires and allows you to place it anywhere in your home or office.
TIMELESS DURABILITY
Made of high-quality, sturdy metal, this lamp is built to last. Its textured finish adds an elegant touch. Whether you prefer classic luxury or a sleek, modern look, this lamp adds sophistication and refinement to any room.
EASY CONTROL
Create the perfect ambiance with the touch of a button. The touch control feature allows you to adjust the brightness quickly. Whether working overtime, relaxing, or entertaining guests, you can instantly set the right ambiance for any occasion.
ULTIMATE PORTABILITY
Never worry about running out of power again. This lamp charges quickly with the included Type-C charger, offering maximum portability. Enjoy a fully charged lamp instantly and take it wherever you need light most - no outlets required.
${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)