SKU: HP300E

Harper - Table With Sintered Stone Inlay

$22999 USD $27999

Color
Product Type

Delivery and Shipping

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

The Harper Table, measuring 45 inches in length, is a masterful blend of casual rustic charm and mid-century modern elegance. Crafted with a distressed dark driftwood finish and a striking slate inlay, it’s a mixed-media gem that anchors any living space. Its canted loop iron legs add a touch of retro flair, while the bottom shelf offers ample space for display or storage. This table is an ideal centerpiece for a casual yet modern living room, offering both style and functionality.
Harper - Cocktail Table With Sintered Stone Inlay - Brown
45.75"W x 24.5"D x 18.25"H - 60.0 lb
Harper - End Table With Sintered Stone Inlay - Brown
21.5"W x 21.5"D x 24.0"H - 33.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'); } } });