SKU: CNT500UCC-C5PC

Canton - Counter Height Dining Set

$1,37999 USD $1,72999

Color
Sets

Delivery and Shipping

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

Blending mid-century modern design with everyday function, the Canton Counter Dining Set includes a 72″ counter-height table Crafted from solid mango and Asian hardwoods, the set offers lasting durability and timeless style.
Canton - 7 Piece Counter Dining Set With 4 Chairs - Dark Brown / White
167.0 lb
Canton - Counter 5 Piece Dining Set - Dark Brown / White
121.0 lb
Canton - 7 Piece Counter Dining Set - Dark Brown / White
160.0 lb
Canton - 5 Piece Counter Dining Set With Upholstered Chairs - Dark Brown / White
135.0 lb
Canton - 7 Piece Counter Dining Set With Upholstered Chairs - Dark Brown / White
182.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'); } } });