SKU: T270-13

Hollynyx - Occasional Table Set (Set of 3) - Chrome Finish

$48999 USD $61999


Delivery and Shipping

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

If you’ve been holding out for an ultra-contemporary look that’s delightfully unique, this round coffee table set is clearly worth waiting for. Chrome-tone metal rings are topped with clear glass with polished edges for a masterfully modern look with minimal fuss.

Additional Dimensions
  • Cocktail table: 0"
  • End table (2): 0"


Product Features
  • Includes 1 coffee table and 2 end tables
  • Made of chrome-tone metal and clear tempered glass
  • Tables include adjustable levelers
  • Assembly required


Hollynyx - Occasional Table Set (Set of 3) - Chrome Finish
38.0"W x 38.0"D x 18.25"H - 112.0 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'); } } });