SKU: CBR500-GT-D6PC

Cambridge - 6 Piece Game Set, Table, Game Top - Brown

$1,35999 USD $1,69999


Delivery and Shipping

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

The Cambridge 6-Piece Dining Set with Game Table Top is the perfect blend of style and versatility. Crafted from mango veneers and solid Asian hardwoods in a warm burnished chestnut finish, this set transforms effortlessly from dining to game night. The removable, foldable game top seats six, with each station featuring a cupholder and five chip slots for organized play. Four vegan leather-upholstered side chairs offer comfort and modern flair, making this set a stylish, space-smart solution for entertaining and everyday living.

Product Features
  • Expertly crafted of mango veneers, solid Asian hardwoods, engineered woods, foam and vegan leather cover.
  • 6-Piece Set includes the Cambridge Folding, Removable Game Table Top, the Cambridge 47.25" Round Dining Table (Top and Base) and 4 Cambridge Side Chairs. Each item also sold separately.
  • Kiln-dried wood helps prevent warping, splitting and cracking

// 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'); } } });