SKU: D766-02

Krystanza - Side Chair Set

$65999 USD $82999

Color

Delivery and Shipping

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

Enjoy home-cooked meals in style on this urban contemporary dining chair. Add it to a dining table or use as extra seating for impromptu entertaining. Covered in a warm woven polyester fabric with a comfortably cushioned seat and back, this chair features a fully upholstered skirt, a pleated back and casters for easy mobility. It’s designed for modern tastes with an urban vibe.
Krystanza - Dining UPH Side Chair (Set of 2) - Oatmeal
20.0"W x 28.5"D x 38.0"H - 35.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'); } } });