(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}/6
Description
🎁This week's special event: Randomly selected 50 lucky customers to get double the order product.
We will send you an email, please remember to check, thanks for your support❤️❤️❤️
😍 96.9% Of Customers Buy 2 Or More 😍
This Great Garden Gnome Massacre lawn ornament is possibly the greatest lawn ornament of all time.
Each of these are carefully made unique
Handmade
Size: 9 '' × 5.5 '' × 5 ''
A nice gift for dwarf lovers.
worldwide shipping
NO MORE BORING GARDEN DECOR - this beautifully hand-painted resin cat with tiger stripes and cuteness overload is sure to be the centerpiece of your garden this year and a joy for your friends to hide in your yearbooks and perennials.
Don't worry - only eats gnomes. Dogs, postmen and neighbors are 100% safe. Perfect gifts for gnome lovers or haters, mothers, fathers, daughters, grandparents. Wonderful housewarming gift.
HIGH QUALITY - handmade and made from durable resin.
Guarantees that the number of dwarfs in your garden will decrease sharply.
Your search for the perfect gift for every garden or house is over. Everyone will love this cute original cat-eating gnome design. High-quality handcraft made from durable resin material.
📦 Insured Worldwide Shipping: Each order includes real-time tracking details and insurance coverage in the unlikely event that a package gets lost or stolen in transit.
💰 Money-Back Guarantee: If your items arrive damaged or become defective within 30 days of normal usage, we will gladly issue a replacement or refund.
✉️ 24/7 Customer Support: We have a team of live reps ready to help and answer any questions you have within a 24-hour time frame, 7 days a week.
🔒 Safe & Secure Checkouts: We use state-of-the-art SSL Secure encryption to keep your personal and financial information 100% protected.
RETURN & WARRANTY
100% Secure payment with SSL Encryption.
If you're not 100% satisfied, let us know and we'll make it right.
${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)