SKU: GV100E

Garvine - Sintered Stone End Table - Black

$26999 USD $33999


Delivery and Shipping

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

Transitional styling with a dark, smoky design, the Garvine End Table dresses up a living area or bedroom with easy care style. A gray Sintered Stone top adds an elegant easy-care accent to the top with enhanced performance features including moisture, scratch and heat resistance. A bottom shelf offers display or storage options while a drawers offers valuable storage for remotes, electronics or other items.

Product Features
  • Crafted from Poplar solids, veneers, engineered woods and Sintered Stone
  • The gray Sintered Stone inlay offers enhanced performance features including moisture, scratch and heat resistance. Sintered Stone is manufactured from natural stone, is non-porous, never needs to be to be sealed and is extremely durable and beautiful.
  • Use as a Side Table in a living room or as a Nightstand in the bedroom


Garvine - Sintered Stone End Table - Black
25.0"W x 24.0"D x 24.0"H - 52.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'); } } });