SKU: LX200WRC

Loxie - Marble Top Round Table

$20999 USD $25999

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 Loxie Solid Marble Top Round Table combines delicate elegance with surprising strength. Perfect for anchoring your living space, this generously sized table features a flowing round shape with a solid white marble top nestled in a beautifully tapered, powder-coated iron base. With its refined design and sturdy construction, the Loxie table is a versatile piece that brings timeless elegance and functionality to any room.
Loxie - Marble Top Round Cocktail Table - White
29.5"W x 29.5"D x 18.0"H - 46.11 lb
Loxie - Marble Top Round End Table - White
16.0"W x 16.0"D x 22.0"H - 15.92 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'); } } });