(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();
})();
${data.index + 1}/12
Description
✨✨Make your winter different and unique with our must-have lighted garden flag.
FRETURE:
[UNIQUE DESIGN]: Winter snowman garden flag is equipped with solar lights and solar panel. The light automatically turns on at dusk, and off to charge during the daytime as long as the solar panel is exposed to the sunlight. (Note: the flagpole not included.)
[8-LIGHTING MODES]: You can choose from 8 different lighting modes and speeds to enhance the festive ambience, making your winter colorful.
[EXQUISITE QUALITY]: Made of durable 100% fade-resistant linen fabric. The winter garden flag with solar lights features a 2-layer design, double-sided with pattern image viewable from both sides!
FAQ:
1.How to charge?
It charges automatically as long as the solar panel gains sunlight. But for better charge, please make sure the solar panel is fully exposed to the sunlight.
2. How long does it take to fully charge?
Considering the lighting time depends on how long the solar panel was exposed to direct sun-light. So as for charge, we suggest that ensure the solar panel is fully charged for 6-8 hours or longer. And normally, the flag can work for 8-12 hours after a full charge.
3.How do I know if the button is on?
First, cover the solar panel. Second, press the on/off button. If the flag is shining, It's ON.
${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)