Skip to product information
NaN of -Infinity

Sugar Skulls Day of the Dead Wreath - Front Door Mesh Wreath - Gingham Orange Lime Green Hot Pink Purple

Sugar Skulls Day of the Dead Wreath - Front Door Mesh Wreath - Gingham Orange Lime Green Hot Pink Purple

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

This Day of the Dead wreath will make a wonderful addition to your indoor or outdoor home décor. Use it for your own decor, or a gift for someone special. As a handmade seller, we want nothing more than to have you happy with your wreath. We want your neighbors to swoon, for your guests to compliment you. Please message Pink Door Wreaths with any questions before purchasing.

YOUR DAY OF THE DEAD WREATH:

  • Approximately 24 inches round
  • Made with premium Orange, Purple and Lime, Pink, Jute 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)); });