SKU: B03548996

Fiona - Upholstered Dining Chair With Turned Legs (Set of 2) - Light Gray

$46999 USD $59999


Delivery and Shipping

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

  • Farmhouse Charm: Adds classic appeal to your dining space with a warm, welcoming feel.
  • Upholstered Comfort: Features a light grey upholstered back and seat for a cozy dining experience.
  • Rustic Elegance: Solid wood legs with turned and distressed details enhance the design.
  • Durable Construction: Made with solid wood and plywood for long-lasting use.
  • Easy Assembly: Leg assembly required with tools included for simple setup.

Fiona - Upholstered Dining Chair With Turned Legs (Set of 2) - Light Gray
26.41 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'); } } });