Skip to product information
1 of 11

Staircase Christmas Garland for Mantle or Front Porch - Mantel Decor - Burgundy Gold

Staircase Christmas Garland for Mantle or Front Porch - Mantel Decor - Burgundy Gold

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

This Christmas garland is made with burgundy and gold mesh and accented with coordinating ribbons. Multiple lengths available.  NOTE: The longest section we can make is 9ft so to cover a standard door down the sides, you will need to order two 9ft sections to twist the ends together.

DESCRIPTION

This Christmas garland is made with burgundy and gold mesh and accented with coordinating ribbons. Multiple lengths available.  NOTE: The longest section we can make is 9ft so to cover a standard door down the sides, you will need to order two 9ft sections to twist the ends together.

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