SKU: W757P281149

Upholstered Swivel Dining Chairs (Set of 2)

$32999 USD $42999

Color

Delivery and Shipping

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

  • Elegant Design: Curved ball-shaped backrest with gold metal X-legs creates a refined look that enhances any room's décor.
  • Comfortable Seating: High-density foam cushions wrapped in skin-friendly velvet deliver soft support and lasting comfort.
  • 360° Swivel Function: Full rotation allows easy movement and convenient interaction in shared spaces.
  • Adjustable Stability: Built-in adjustable feet ensure balance on different floor types and prevent wobbling.
  • Easy Assembly: Integrated frame design simplifies setup, just attach the legs and the chair is ready to use.
  • Durable Materials: Metal legs and stretch velvet fabric combine strength and softness for long-term use.
  • Low Maintenance: Velvet surface resists stains and is easier to clean than standard fabric finishes.

Velvet Dining Chairs (Set of 2) - Orange
24.8"W x 21.06"D x 37.0"H - 42.8 lb
Velvet Dining Chairs (Set of 2) - Beige
24.8"W x 21.06"D x 37.0"H - 42.8 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'); } } });