SKU: N775P176700B

Mykonos - Chair (Set of 2)

$47999 USD $61999

Color

Delivery and Shipping

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

  • Weather-Resistant Durability: Crafted from a unique plastic blend, these outdoor dining chairs boast exceptional weather-resistant properties, ensuring longevity and stability for years to come.
  • Stylish Minimalistic Design: Featuring clean-cut lines and a perforated diamond pattern, the chairs offer a striking balance between sturdy structure and stylish comfort, enhancing any outdoor dining setup.
  • Modern Aesthetic Appeal: The modern vibe of the chair set transforms backyard spaces into refined masterpieces, making them a perfect addition to any contemporary outdoor decor.
  • Set of Two: This product includes two dining chairs, providing a cohesive and elegant look for your outdoor dining area.

Mykonos - Chair (Set of 2) - Black
23.75"W x 22.25"D x 31.0"H - 11.64 lb
Mykonos - Chair (Set of 2) - White
23.75"W x 22.25"D x 31.0"H - 11.64 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'); } } });