SKU: B03548768

Angelica - Dining Arm Chair With Bronze Nailhead Trim (Set of 2) - Tan

$90999 USD $1,16999


Delivery and Shipping

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

  • Elegant Design: Upholstered in rich tan fabric with bronze nailhead trim for added sophistication.
  • Solid Construction: Made from solid wood and plywood for durability and stability.
  • Contrast Finish: Dark coffee wood legs create a beautiful contrast with the upholstery.
  • Comfortable Seating: Features round arms and a high back for comfort and support.
  • Easy Assembly: Leg assembly required, tools included for your convenience.

Angelica - Dining Arm Chair With Bronze Nailhead Trim (Set of 2) - Tan
50.6 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'); } } });