SKU: D615-01

Lyncott - Dining Uph Side Chair (Set of 2)

$35999 USD $44999

Color

Delivery and Shipping

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

A refreshed take on retro aesthetics. This side chair adds an air of playful simplicity to your dining space, capturing the architectural language of mid-century stylings. The seat invites the eye with a soft-edged silhouette and charcoal-hued cushion. A casual, yet timeless, finish on the frame creates visual contrast to complete this study in form and function.
Lyncott - Dining Uph Side Chair (Set of 2) - Light Gray / Brown
18.5"W x 25.13"D x 36.5"H - 20.5 lb
Lyncott - Dining Uph Side Chair (Set of 2) - Charcoal / Brown
18.5"W x 25.13"D x 36.5"H - 20.5 lb
Lyncott - Dining Uph Side Chair (Set of 2) - Mustard / Brown
18.5"W x 25.13"D x 36.5"H - 20.5 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'); } } });