SKU: T737-6

Kallari - Round End Table - Warm Brown / Black

$27999 USD $34999


Delivery and Shipping

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

Double down on casual chic with the two-tone look of this end table. With its warm brown and matte black finishes, it reflects your eye for modern design. The trend-right slatted styling on the base brings added charm.

Product Features
  • Made with mango wood solids, veneer and MDF substrates
  • Two-tone finish (medium warm brown wood tone and matte black)
  • Assembly required


Kallari - Round End Table - Warm Brown / Black
23.63"W x 23.63"D x 25.0"H - 44.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'); } } });