SKU: A2000870

Naveen - Vase

$5999 USD $7999

Color
Dimensions

Delivery and Shipping

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

Simply chic elegance. This vase takes a versatile approach to casual design with its crisp finish. Made all the more interesting by a geometric form and subtly textured base, the sincerely styled piece instantly dresses up tabletops and mantels. Pair it with other white accents for a modern monochromatic look.
Naveen - Vase - 13" - White
9.8"W x 9.8"D x 13.07"H - 10.12 lb
Naveen - Vase - 18" - White
12.7"W x 12.7"D x 18.0"H - 12.54 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'); } } });