SKU: A2000833

Dallinworth - Bowl - White / Black

$8999 USD $10999


Delivery and Shipping

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

This eye-catching bowl, with its delicate black speckles, is the perfect statement piece to elevate your tablescape. Crafted from glazed terra cotta, it’s a magnificent vessel to store fresh fruit or to serve your favorite side dishes. And what a great spot for keys, earbuds and so much more. This bowl stands beautifully on its own, or as part of a splendidly stylish trio with the coordinating vases (sold separately).

Product Features
  • Made of glazed terra cotta
  • White finish with black speckles
  • Due to the finishing process of this product, some variations may occur
  • Food safe


Dallinworth - Bowl - White / Black
14.75"W x 14.75"D x 7.13"H - 11.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'); } } });