SKU: A2000912

Laddlow - Vase - Antique Brown

$6999 USD $7999


Delivery and Shipping

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

Embrace a warm, relaxed aesthetic with this ceramic vase. An antiqued brown finish gives it the rustic charm of a treasured market find, adding instant character to any shelf or tabletop. It’s just the ticket for holding a fresh bouquet of flowers, creating a stunning contrast between vibrant life and aged beauty.

Product Features
  • Made with ceramic
  • Antiqued brown finish
  • Watertight; suitable for fresh florals and greenery


Laddlow - Vase - Antique Brown
10.04"W x 10.04"D x 9.44"H - 14.86 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'); } } });