SKU: A2000821

Wallmond - Vase

$7999 USD $8999

Color
Dimensions

Delivery and Shipping

At this time we are only able to offer delivery in the Southwest Missouri and Northwest Arkansas area.

This stunning vase is a perfect way to display dried or faux florals on your dining table or mantel. Made with cast aluminum in an antiqued brass tone, it creates a casual yet captivating focal point that complements various decor styles. While the vase looks great standing alone as a decorative accent, consider pairing it with its larger twin (sold separately) for a pulled-together look. Did we mention the matching candle holder?
Wallmond - Vase - 13" - Antique Brass Finish
5.75"W x 3.25"D x 13.25"H - 4.0 lb
Wallmond - Vase - 15.75" - Antique Brass Finish
6.88"W x 3.25"D x 16.25"H - 7.0 lb
// Save scroll position before leaving page document.addEventListener('DOMContentLoaded', function() { // Save scroll position when clicking product links const productLinks = document.querySelectorAll('a[href*="/products/"]'); productLinks.forEach(link => { link.addEventListener('click', function() { sessionStorage.setItem('scrollPosition', window.scrollY); sessionStorage.setItem('scrollPage', window.location.href); }); }); // Restore scroll position when returning if (sessionStorage.getItem('scrollPage') === window.location.href) { const savedPosition = sessionStorage.getItem('scrollPosition'); if (savedPosition) { window.scrollTo(0, parseInt(savedPosition)); sessionStorage.removeItem('scrollPosition'); sessionStorage.removeItem('scrollPage'); } } });