(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}/2
Description
✔️ 18 months product warranty
✔️ 100% money back guarantee
Tracking number for each order
🎁 The best Christmas gifts for family and friends
Get yours before the price goes up:our price will revert to $35.99 after selling 100 units
Our cheerful Woodland Snowman with Solar Lantern makes any holiday display merrier. Sturdy resin snowman decoration has the look of carved wood and sports a snow hat with holly, red scarf and a friendly smile.
Snowman holds an LED lantern that glows at dusk, so he's the perfect addition to any entryway or porch. A sweet baby fawn snuggles close while a beautiful red Poinsettia adorns his base. He's sure to make a great addition to your holiday display for years to come!
Festive snowman holds a solar lantern
LED lantern glows at night
Features a baby fawn
Poinsettia design
Outdoor holiday decoration
All-weather resin
size:13W x 8½D x 30H
RELIABLE AFTER-SALES SERVICE
90-Day Money Back Guarantee 3 Years Replacement Warranty and Ready to respond within 2 hours(we bear all transportation costs).
PAYMENT
Payments Via PayPal® and CreditCard
To protect consumer rights, the store uses Paypal to pay. If there is any problem with the product, you can appeal to Paypal. Please rest assured to buy!
SHIPPING
Worldwide Express Shipping
Worldwide 7-15 days (Some areas or irresistible factors, such as weather issues can lead to delivery times of more than 30 days).
Email & SMS Tracking: You will receive order status updates via email.
${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)