💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
1/23
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative
1/23

💀Early Halloween Sale Promotion 49% OFF - Halloween Pumpkin Lantern Skull Candle Holder Metal Decorative

$13.99
$22.99
Save $9.00
It's been recommended by 683 people on Facebook, Twitter and Instagram
Style
Please select a style
Quantity
/** @private {string} */ class SpzCustomAnchorScroll extends SPZ.BaseElement { static deferredMount() { return false; } constructor(element) { super(element); /** @private {Element} */ this.scrollableContainer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.viewport_ = this.getViewport(); this.initActions_(); } setTarget(containerId, targetId) { this.containerId = '#' + containerId; this.targetId = '#' + targetId; } scrollToTarget() { const container = document.querySelector(this.containerId); const target = container.querySelector(this.targetId); const {scrollTop} = container; const eleOffsetTop = this.getOffsetTop_(target, container); this.viewport_ .interpolateScrollIntoView_( container, scrollTop, scrollTop + eleOffsetTop ); } initActions_() { this.registerAction( 'scrollToTarget', (invocation) => this.scrollToTarget(invocation?.caller) ); this.registerAction( 'setTarget', (invocation) => this.setTarget(invocation?.args?.containerId, invocation?.args?.targetId) ); } /** * @param {Element} element * @param {Element} container * @return {number} * @private */ getOffsetTop_(element, container) { if (!element./*OK*/ getClientRects().length) { return 0; } const rect = element./*OK*/ getBoundingClientRect(); if (rect.width || rect.height) { return rect.top - container./*OK*/ getBoundingClientRect().top; } return rect.top; } } SPZ.defineElement('spz-custom-anchor-scroll', SpzCustomAnchorScroll); const STRENGTHEN_TRUST_URL = "/api/strengthen_trust/settings"; class SpzCustomStrengthenTrust extends SPZ.BaseElement { constructor(element) { super(element); this.renderElement_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } buildCallback() { this.xhr_ = SPZServices.xhrFor(this.win); const renderId = this.element.getAttribute('render-id'); SPZCore.Dom.waitForChild( document.body, () => !!document.getElementById(renderId), () => { this.renderElement_ = SPZCore.Dom.scopedQuerySelector( document.body, `#${renderId}` ); if (this.renderElement_) { this.render_(); } this.registerAction('track', (invocation) => { this.track_(invocation.args); }); } ); } render_() { this.fetchData_().then((data) => { if (!data) { return; } SPZ.whenApiDefined(this.renderElement_).then((apis) => { apis?.render(data); document.querySelector('#strengthen-trust-render-1539149753700').addEventListener('click',(event)=>{ if(event.target.nodeName == 'A'){ this.track_({type: 'trust_content_click'}); } }) }); }); } track_(data = {}) { const track = window.sa && window.sa.track; if (!track) { return; } track('trust_enhancement_event', data); } parseJSON_(string) { let result = {}; try { result = JSON.parse(string); } catch (e) {} return result; } fetchData_() { return this.xhr_ .fetchJson(STRENGTHEN_TRUST_URL) .then((responseData) => { if (!responseData || !responseData.data) { return null; } const data = responseData.data; const moduleSettings = (data.module_settings || []).reduce((result, moduleSetting) => { return result.concat(Object.assign(moduleSetting, { logos: (moduleSetting.logos || []).map((item) => { return moduleSetting.logos_type == 'custom' ? this.parseJSON_(item) : item; }) })); }, []); return Object.assign(data, { module_settings: moduleSettings, isEditor: window.self !== window.top, }); }); } } SPZ.defineElement('spz-custom-strengthen-trust', SpzCustomStrengthenTrust);
Weight: 0kg
Barcode:

ENHANCE ANY ROOM WITH CAPTIVATING DECORATIVE SHADOW PATTERNS.
ILLUMINATE YOUR SPACE WITH AMBIENT CHARM.

Features:
Unique and Quirky Design: The candle holders come in a variety of unique shapes, including a witch, ghost, skull, bat, and pumpkin. The spooky and silly designs are perfect for adding a touch of fun to your Halloween decor and are sure to be a hit with guests of all ages. Add to your Halloween decor with this eye-catching candelabra iron candle holder featuring a pumpkin lantern and skull.

Material: Made of durable metal, this reusable candle holder is perfect for creating a hauntin year after year. It can hold various sizes of candle and has multiple holes for customizable display

Surprising: Surprise your friend and family who Halloween with this unique and gift that emits a haunting glow.

✨Versatile and Decorative: Can be displayed on tabletops, mantelpieces, or bookshelves, and are suitable for both indoor and outdoor use. They can hold tea lights or small votive candles, creating a horrible and terrifying ambiance that's perfect for any occasion.

⭐Easy to Use and Maintain: The candle holders are easy to use and maintain. Simply insert a tea light candle of your choice in the holder and light it up. The holders are made of high-quality metal, ensuring durability and longevity. They are also easy to clean - simply wipe them with a damp cloth to remove any dust or debris.

Perfect Halloween Gift: These candle holders make a great Halloween gift for family and friends who love quirky and unique decorations. You can also use them as a centerpiece for your Halloween dinner party or on your front porch to welcome trick-or-treaters.

Spooky and Fun Atmosphere: The intricate designs and shapes of the candle holders cast an eerie shadow on the surrounding walls, creating a mysterious and haunting ambiance. They are perfect for creating a spooky and fun atmosphere during Halloween or any other event and are sure to be a hit with all ages.

Specifications:

  • Material: Iron
  • Optional styles: as shown
  • Size:

Package Includes:

  • 1xCandle Holder (other accessories in the picture is not included.)

Men's Wear