SKU: A2000812

Sumner - Vase

$8999 USD $10999

Color
Dimensions

Delivery and Shipping

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

This vase merges sleek lines and a metallic hue to create an air of modern elegance. Fill the exquisite piece with dried or faux flowers, or opt for a less-is-more aesthetic and let its simple yet refined beauty impress on its own.
Sumner - Vase - 7.5" - Gray / Gold Finish
12.13"W x 3.75"D x 7.5"H - 5.0 lb
Sumner - Vase - 9.25" - Gray / Gold Finish
8.88"W x 3.5"D x 9.75"H - 4.0 lb
Sumner - Vase - 13.5" - Gray / Gold Finish
7.25"W x 3.88"D x 13.5"H - 5.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'); } } });