SKU: A2000876

Girtha - Vase

$5999 USD $6999

Color
Dimensions

Delivery and Shipping

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

Curate a chic centerpiece or punctuate the end of a mantel with this vase. Its two-tone finish is too cool, pairing a charming antiqued for a stunning contrast. Let it impress on its own, or fill it with faux florals for added flair.
Girtha - Vase - 13" - Antique White / Black
7.75"W x 7.75"D x 13.0"H - 6.38 lb
Girtha - Vase - 16" - Antique White / Black
8.0"W x 8.0"D x 16.0"H - 7.04 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'); } } });