SKU: CM660SVG

Camila - Gray Marble Top Server - Dark Gray

$1,24999 USD $1,55999


Delivery and Shipping

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

A clean modern look and asymmetrical design make the Camila Server perfect for any contemporary styled room. Generous storage add function to the fashion forward design of a storage piece that is as comfortable in a Home Office setting as it is in a Dining room. A gray marble top blends with the ebony finished wood in a neutral palette that stands out for style.

Product Features
  • Crafted with 8mm white marble veneered top, Birch veneers, Asian hardwood solids and engineered woods in an espresso finish
  • Anti-tip kit included with Credenza
  • Each marble top is crafted by nature with unique characteristics that vary slightly so no two pieces will be exactly alike


Camila - Gray Marble Top Server - Dark Gray
66.0"W x 18.0"D x 36.0"H - 247.04 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'); } } });