SKU: GRA100NC

Gracie - Table

$35999 USD $44999

Color
Product Type

Delivery and Shipping

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

Elegant and commanding, the Gracie Table is a stunning blend of modern industrial charm and elegant design. This elegant and commanding round table stands proudly monochromatic copper finished metal legs, geometrically shaped and exposed on top, adding a bold, contemporary look. Its round, flowing silhouette with an finish showcases oak veneers in a mesmerizing sunburst layup. Rich and inviting, this distinctive piece enhances any space with its impressive size and striking design, bringing both style and functionality to your room. Ideal as a centerpiece, it effortlessly combines beauty and utility.
Gracie - Cocktail Table - Brown
48.0"W x 48.0"D x 19.0"H - 59.4 lb
Gracie - End Table - Brown
23.5"W x 23.5"D x 24.0"H - 26.4 lb
Gracie - Cocktail Table - White / Gold
48.0"W x 48.0"D x 19.0"H - 59.4 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'); } } });