SKU: 2330-3026BL

Global Archive - Rondo Nesting Coffee Tables

$41999 USD $51999

Color

Delivery and Shipping

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

We proudly present the Global Archive Collection, a testament to the mastery of artistry and skill. We have scoured the world to assemble a curated selection of freshly styled accent pieces, each meticulously crafted by our team of expert artisans using only the finest natural materials such as seashell, leather, hardwood, and brass. The result is a collection of stunning pieces that exude sophistication, refinement, and a little bit of fun.
Global Archive - Rondo Nesting Coffee Tables - Black / Light Brown
30.0"W x 30.0"D x 19.0"H - 53.0 lb
Global Archive - Rondo Nesting Coffee Tables - White / Light Brown
30.0"W x 30.0"D x 19.0"H - 53.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'); } } });