SKU: CH200WRC

Chrissy - Marble Top Table

$29999 USD $36999

Color
Product Type

Delivery and Shipping

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

The Chrissy Table blends modern design with natural elegance, making it a standout addition to any living space. Expertly crafted, it features a solid white marble top with a raw, live edge, combining a smooth polished surface with a rugged, chiseled texture for a striking contrast. Each marble top is one-of-a-kind, showcasing unique veining and natural variations that add to its organic charm.
Chrissy - Marble Top Cocktail Table - White
32.0"W x 32.0"D x 18.0"H - 80.8 lb
Chrissy - Marble Top End Table - White
20.0"W x 20.0"D x 22.0"H - 39.57 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'); } } });