SKU: CU500PT

Abacus - Counter Table - Dark Brown

$40999 USD $50999


Delivery and Shipping

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

At 54 x 54 inches, Abacus Counter Table is a functional table that fits in regular but expands to seat a generous eight people using an ultra-convenient, self-storing Butterfly Leaf. The neutral two-tone finish of bone-white and honey-smoke fits in most home environments and the casual style is perfect for the way we live today.

Product Features
  • Constructed of acacia and Asian hardwoods
  • 18-inch Butterfly leaf stores in table eliminating the need for extra leaf room in your home
  • 36-inch rectangular table expands with 18-inch leaf to 54-inch square for comfortable seating up to eight people


Abacus - Counter Table - Dark Brown
36.0"W x 54.0"D x 36.0"H - 113.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'); } } });