Skip to product information
1 of 1

Moss Green Ivory and Gold Christmas Tree Bow

Moss Green Ivory and Gold Christmas Tree Bow

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

This moss green and gold bow tree topper will be the perfect addition to your tree, staircase or present this Christmas season. Use it on top of your tree, as the perfect conclusion to a wonderful wrapping job, or to decorate your indoor or outdoor staircases and poles.

This made to order bow tree topper is made with three different ribbons and there are many color options available so inquire if you're looking for something specific. Measures approximately 13 inches and includes 6 tails in your choice of length (see drop down choices) and includes the wire to attach to a tree, an existing wreath, staircase rail, etc. Super cute and perfect for any decor or occasion. 

*Bow is positioned to sit on the front top of the tree. If you want the bow to be full from all angles of viewing (i.e. if your tree is not in the corner or against a wall), I would suggest purchasing two to place back to back.

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