SKU: L235673

Maywick - Concrete Table Lamp - White

$4999 USD $6999


Delivery and Shipping

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

Inspired by trend-right stone sculptures, this table lamp offers a practical way to bring contemporary style to your home. Playful speckles in natural tones add an intriguing element to any desk, nightstand or end table.

Additional Dimensions
  • Base: 0"
  • Cord length: 92"


Product Features
  • Made of terrazzo composite material
  • Off-white finish
  • Due to the use of natural materials, some variation may occur
  • In-line on/off switch
  • 1 E26 socket, type A bulb recommended (not included); 40 watts max or LED equivalent
  • Assembly required


Maywick - Concrete Table Lamp - White
5.0"W x 4.88"D x 7.13"H - 8.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'); } } });