SKU: 1769-DENMARK

Copenhagen - Denmark Side Chair (Set of 2) - Brown With Gray Upholstery

$49999 USD $61999


Delivery and Shipping

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

Sleek and simple, our Copenhagen dining group is a tribute to the streamlined style of iconic '50s and '60s furniture trends. Scaled to fit smaller spaces, these chairs feature a curved back and upholstered seat.

Product Features
  • Seat Dim: 19.5"W x 17"D
  • Seat Height: 18"
  • Dim between arms: 19.5
  • For residential use only


Copenhagen - Denmark Side Chair (Set of 2) - Brown With Gray Upholstery
21.5"W x 21.0"D x 30.0"H - 16.9 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'); } } });