Skip to product information
NaN of -Infinity

Halloween Witch Wreath | Hat Legs Halloween Front Door Mesh Welcome Wreath; Lime Green Black Orange

Halloween Witch Wreath | Hat Legs Halloween Front Door Mesh Welcome Wreath; Lime Green Black Orange

Regular price $ 109.95
Regular price $ 0.00 Sale price $ 109.95
Sale Sold out
Shipping calculated at checkout.

Need something to welcome the trick-or-treaters and have everyone complement your Halloween decor?  Want a whimsical, non-scary, welcoming Halloween front door wreath?  Look no further than this Halloween Witch Kit wreath!

YOUR HALLOWEEN WITCH WREATH:

  • Ready to Ship piece - see Processing below
  • Approximately 24 inches round
  • Made with premium green, orange, and purple mesh.
  • Attached centerpiece (that is removable)
View full details
document.addEventListener('DOMContentLoaded', () => { const variantSelects = document.querySelectorAll('[name^="options["]'); const priceContainer = document.querySelector('#price-container'); // Replace with your price container ID
function updatePrice() { const selectedVariant = Shopify.getVariantFromSerializedProduct(window.product); if (selectedVariant) { priceContainer.innerHTML = Shopify.formatMoney(selectedVariant.price, theme.moneyFormat); } else { priceContainer.innerHTML = "Choose an option to see price"; } } variantSelects.forEach(select => select.addEventListener('change', updatePrice)); });