SKU: N775P176710B

Gable - Rocking Chair (Set of 2)

$62999 USD $80999

Color

Delivery and Shipping

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

  • Modern Style: This rocking chair set features clean, precise lines and stable frames, embodying a chic and minimalistic aesthetic. Designed with both style and functionality in mind, it enhances any outdoor setting with its modern appeal.
  • Weather-Resistant: Built with weather-resistant materials, the set is designed to withstand water and sunlight. This ensures durability and easy maintenance, allowing you to enjoy lounging outdoors all summer long.
  • Polypropylene Resin: Made from high-quality polypropylene, the chair set is highly durable and weather-resistant. The unique blend of materials ensures that each component contributes to the product's superior quality.
  • Perfect Dimensions: Each rocking chair measures 26.00" W x 30.51" D x 31.30" H, making it an ideal accessory for transforming your space. The set includes two chairs, perfect for enhancing your patio seating.
  • Assembly Required: Some assembly is needed for this chair set, but all instructions and tools are provided, ensuring a straightforward assembly process.

Gable - Rocking Chair (Set of 2) - Black
26.25"W x 30.5"D x 31.75"H - 13.32 lb
Gable - Rocking Chair (Set of 2) - White
26.25"W x 30.5"D x 31.75"H - 13.32 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'); } } });