SKU: RL600K-GT-C6PC

Rylie - 6 Piece Counter Dining Set (Counter Table With Game Top & 4 Counter Chairs) - Black / Sand

$1,94999 USD $2,42999


Delivery and Shipping

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

Dive into a mix of classic fun and modern chic with the Rylie Folding Game Counter Dining Set. This sleek black set features swivel Captain's Chairs in sand vegan leather, accented with stylish copper nailheads. The star is the removable game top, decked out with 16 cupholders and eight chip holders for ultimate game nights. Post-play, it transforms into a charming dining spot. Crafted from durable oak veneers and hardwoods, this set seats four comfortably and assembles easily, making it a perfect blend of form and function.

Product Features
  • Set includes the Rylie Folding Game Top, the Rylie 48-inch Counter Dining Table and 4 Rylie Counter Captains Chairs. All in black finish with sand vegan leather. Each item also sold separately.
  • Expertly crafted of oak veneers, poplar and Asian hardwood solids and engineered woods, foam and vegan leather
  • Kiln-dried wood helps prevent warping, splitting, cracking and developing mildew.

// 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'); } } });