(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}/11
Description
Not the happiest pumpkin in the patch, but Edgar brings real personality (and probably a few grins) to your whimsical Halloween arrangement. Long-lasting paper–mâché construction, this Expressive Pumpkin is shaped and hand-painted to bring unique character to life. Dimensional embellishments, like his leaf and curlicue topper, are worthy of a second (or third) look. He looks especially handsome with displayed with other Expressive Pumpkins in our collection. These Halloween decoration pumpkins are made of resin, hand-shaped without any mold. They can be used as a decoration or a nice artful gift for any occasion.🧡🍊This is one fabulous door swag. It is beautiful! Tightly constructed and sturdy with plenty of decorative elements. Even prettier than described. Exceeded all my expectations.
Description:
Human-like Halloween pumpkin decor
Handpainted; dimensional accents
Material: resin
Weighted base to sit securely
For indoor and outdoor
Size: 8 × 6 x 6 inches
SHIPPING
Each piece is handmade. Due to the complexity of this design, the production cycle is about 1-2 weeks. Logistics transportation 10-15 days. We will be very grateful for your patience and understanding because we will strive to meet the needs while ensuring that each piece meets our high-quality standards.
${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)