SKU: T199-13

Vanmore - Occasional Table Set (Set of 3) - Dark Brown

$26999 USD $33999


Delivery and Shipping

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

This table set introduces a luxe vibe to your living room. It pairs a mixed-material look in dark tones with a geometric design for a new take on contemporary convenience. And the two end tables can nest with the coffee table, crafting a unique setup ideal for tiered decor displays.

Product Features
  • Includes coffee table and 2 end tables
  • Frame made with tubular metal; top made with wood veneer on MDF substrate
  • Frame with durable anodized bronze-tone powder coat finish
  • Top with medium-brown wood-tone finish
  • Nesting design
  • Assembly required


Vanmore - Occasional Table Set (Set of 3) - Dark Brown
34.75"W x 24.0"D x 18.0"H - 65.6 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'); } } });