SKU: NC500SBE

Nicco - Polyester Dining Chair (Set of 2)

$44999 USD $55999

Color
Material

Delivery and Shipping

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

The Nicco Side Chair elevates any space with its perfect blend of modern design and comfort. Ideal for dining, accent, or office use, this chair features a cushioned seat and back with a sleek channel design, upholstered in easy-care in an color that complements any décor. The webbed seat suspension offers "floating" comfort, while the durable iron frame, reinforced with side and cross stretchers, ensures lasting stability. The Nicco Side Chair delivers style and function in one sleek package.
Nicco - Polyester Dining Chair (Set of 2) - Beige
19.75"W x 25.0"D x 31.25"H
Nicco - PU Dining Chair (Set of 2) - Sand
19.75"W x 25.0"D x 31.25"H
// 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'); } } });