SKU: T821-8

Hannodream - Square Cocktail Table - Warm Brown

$72999 USD $91999


Delivery and Shipping

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

A statement-making table? Yes, please. The distinctive silhouette of this coffee table is sure to captivate lovers of contemporary design. Featuring head-turning architectural geometry and a rich, inviting warm brown finish, this piece is ready to take your decor to the next level. And to the next room, thanks to its handy casters.

Product Features
  • Made with solid hardwood, rustic oak veneer and MDF substrates
  • Glazed brown wood-tone finish
  • Casters for easy mobility


Hannodream - Square Cocktail Table - Warm Brown
47.88"W x 47.88"D x 18.38"H - 230.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'); } } });