(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/5
${data.index + 1}/${data.total}
Description
Unique floor lamp with natural tree branch design in bohemian style, is the perfect choice to highlight your living space.
FEATURES:
The lamp frame is exquisitely crafted from solid wood, preserving the natural lines of the wood, bringing rusticity and luxury.
This floor lamp is not only suitable for decorating the living room, bedroom or children's room, but also an ideal choice for parties, weddings or boho-style decoration spaces. This is also a meaningful gift for those who love art and nature.
AESTHETICS:
Tall floor lamp with unique hanging lantern design, bringing mystery and warmth to any room or event. Each product is created from unique tree branches, ensuring its own difference and personality. If you want, we are ready to support you in choosing the product that best suits you.
With its easy-to-install design, the wooden floor lamp is not only the perfect decorative furniture for indoor spaces but also an interesting highlight for outdoor spaces.
${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)