Skip to product information
1 of 10

Burlap Monogram Mesh Door Wreath | Navy Blue, Yellow, White

Burlap Monogram Mesh Door Wreath | Navy Blue, Yellow, White

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

Made with navy blue deco mesh and accented with burlap and yellow/white ribbons to showcase the blue chevron MONOGRAM in the middle. Measures approximately 24 inches. 

DESCRIPTION

Made with navy blue deco mesh and accented with burlap and yellow/white ribbons to showcase the blue chevron MONOGRAM in the middle. Measures approximately 24 inches. 

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)); });