SKU: A2000909

Adalham - Jar

$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.

Evoke the feeling of a treasured heirloom with this exquisite jar. The warm palette and delicate floral pattern add a layer of curated worldly style to your favorite spot. Let it stand alone as a sophisticated art piece on your mantel, or fill it with a few fresh stems to bring a touch of life to your room.
Adalham - Jar - Cream / Brown
8.26"W x 8.26"D x 9.44"H - 11.89 lb
Adalham - Jar - Brown / Cream
10.83"W x 10.83"D x 11.22"H - 15.09 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'); } } });