(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/21
${data.index + 1}/${data.total}
1/21
${data.index + 1}/${data.total}
Description
The vase table lamp ingeniously combines the function of lighting fixtures with an ornament vase. A perfect combination of flowers and lighting will bring you a tranquil and soothing atmosphere!
Creative Design: The minimalist table lamp with a creative hollow lamp top can be put with faux florals, stems, bouquets, and greenery for embellishment, making the bedroom environment create a warm atmosphere.
Indirect Lighting: This indirect light creates a soft glow and creates a soothing space. The light spillage from the milky white shade gently illuminates it. The elegant table lamp elevates the aesthetic of your home.
Dimmable Colors: Three light modes(white light/neutral light/warm light) and stepless dimming levels(bright/dark) to adjust the lighting as needed. It can be used as a led night light, bedside lamp, reading lamp, etc.
Convenient Remote Control: It comes with a multi-function remote control that allows you to operate it all at hand, which has a switch/toning/dimming function and nightlight mode. It is the best sleeping companion.
Premium: Wooden lamp holder, clear and smooth texture, the base is equipped with a non-slip mat. White glass lampshade, the LED light source is soft and does not flicker, harmless to the eyes.
Energy Saving: This LED bulb has a high lifespan and excellent energy-saving performance. It emits very little UV or IR rays so that the vase table lamp won't fade due to UV rays or heat caused by infrared rays.
Practical & Decorative: This vase table lamp is a match for any modern or boho decor. It's perfect for bedroom, living room, entryway, Japanese room, western room, inn, etc. An ideal gift for people you care about.
Specifications:
Material: wood + glass
Size: 9.44×4.72 inches (height×width)
Weight: 1.05kg
Voltage: ≤ 36V (V) lampshade material: glass
Average Service Life: 25000(h)
Light Source Power: Fixed brightness, stepless dimming, three remote color control [dimming + timing], touch dimming.
${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)