SKU: AL4848TTB

Amalie - Dining Table - Dark Brown

$35999 USD $44999


Delivery and Shipping

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

Amalie dining collection offers elegant casual dining in a compact shape. This beautiful 48-inch glass top table features a tempered glass table top paired with a walnut-finished wood table base for a neutral combination that pops. The archictectural base is aesthetically pleasing and can be appreciated by everyone seated at the table through the glass table top for a pleasant and interesting dining experience.

Product Features
  • Superior Materials & Craftsmanship: Featuring a beautifully designed 5-legged "artichetura" base, meticulously crafted from solid Asian hardwoods, the Amalie table is crowned with a 10 mm thick tempered glass top. This union of durability and luxury delivers an exquisite aesthetic, elevating any setting.
  • Sturdy Design & Finish: Anchored by solid wood legs ensuring unparalleled durability and stability, the table is further enhanced with a walnut stain, highlighting the wood's deep grain and inherent beauty.
  • Space-Savvy & Inclusive Design: Perfectly tailored for compact spaces, from chic apartments to intimate dining areas, the 48-inch round design doesn't just maximize space—it fosters a sense of closeness, ensuring everyone is engaged in the gathering.

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