Alabaster Cube Table Lamp
* { box-sizing: border-box; margin: 0; padding: 0; } .vk-wrap { font-family: 'DM Sans', sans-serif; color: #1a1a1a; max-width: 680px; margin: 0; padding: 0; } .vk-divider { height: 1px; background: #e8e4de; margin: 2rem 0; } .vk-intro { font-size: 15px; color: #555; line-height: 1.75; margin-bottom: 1rem; } .vk-section-label { font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: #9B7B5A; margin-bottom: .65rem; } .vk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-feat { background: #f7f5f2; border-radius: 8px; padding: .85rem; } .vk-feat-icon { width: 28px; height: 28px; border-radius: 6px; background: #efe5d8; display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; } .vk-feat h4 { font-size: 13px; font-weight: 500; color: #1a1a1a; margin-bottom: .25rem; } .vk-feat p { font-size: 12px; color: #666; line-height: 1.6; margin: 0; } /* Size grid */ .vk-sizes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-size-card { border: 1px solid #ece8e2; border-radius: 8px; background: #f7f5f2; text-align: center; padding: .9rem .75rem; } .vk-size-card .vk-size-tag { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: #9B7B5A; font-weight: 500; margin-bottom: .4rem; } .vk-size-card .vk-size-num { font-family: 'DM Serif Display', serif; font-size: 15px; color: #1a1a1a; margin-bottom: .15rem; } .vk-size-card .vk-size-cm { font-size: 11px; color: #888; } .vk-notice { border-left: 3px solid #C4906A; background: #fdf8f4; border-radius: 0 8px 8px 0; padding: .85rem 1rem; margin-bottom: .75rem; } .vk-notice h5 { font-size: 13px; font-weight: 500; color: #7C4E2A; margin-bottom: .3rem; } .vk-notice p { font-size: 13px; color: #666; line-height: 1.65; margin: 0; } .vk-notice.amber { border-left-color: #c9a828; background: #fdfaf0; } .vk-notice.amber h5 { color: #7a6010; } .vk-notice.green { border-left-color: #4a8a3a; background: #f3f9f0; } .vk-notice.green h5 { color: #2d6620; } .vk-bulb-card { border: 1px solid #e8e0d5; background: #faf7f2; border-radius: 8px; padding: 1rem 1.1rem; margin-bottom: .75rem; } .vk-bulb-label { font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: #9B7B5A; margin-bottom: .4rem; } .vk-bulb-title { font-size: 16px; font-weight: 500; color: #1a1a1a; margin-bottom: .4rem; } .vk-bulb-desc { font-size: 13px; color: #555; line-height: 1.7; } .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-spec-table tr { border-bottom: 1px solid #ece8e2; } .vk-spec-table tr:last-child { border-bottom: none; } .vk-spec-table td { padding: 9px 0; font-size: 14px; vertical-align: top; } .vk-spec-table td:first-child { color: #888; width: 42%; padding-right: 1rem; } .vk-install { list-style: none; padding: 0; margin: 0; } .vk-install li { font-size: 14px; color: #666; padding: 8px 0 8px 20px; border-bottom: 1px solid #ece8e2; line-height: 1.65; position: relative; } .vk-install li:last-child { border-bottom: none; } .vk-install li::before { content: ''; position: absolute; left: 0; top: 16px; width: 6px; height: 6px; border-radius: 50%; background: #C4906A; } .vk-request-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin-bottom: 1.25rem; } .vk-request-card { display: flex; align-items: center; gap: .75rem; background: #faf7f2; border: 1px solid #ece8e2; border-radius: 10px; padding: .9rem 1rem; text-decoration: none; color: inherit; transition: all .2s ease; } .vk-request-card:hover { background: #f5efe5; border-color: #d8c89a; transform: translateY(-1px); } .vk-request-icon { width: 36px; height: 36px; min-width: 36px; border-radius: 7px; background: #efe5d8; display: flex; align-items: center; justify-content: center; } .vk-request-icon svg { color: #7C4E2A; } .vk-request-text { flex: 1; min-width: 0; } .vk-request-eyebrow { font-size: 10px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: #9B7B5A; margin-bottom: 2px; } .vk-request-title { font-size: 14px; font-weight: 500; color: #1a1a1a; } .vk-request-arrow { color: #9B7B5A; font-size: 16px; flex-shrink: 0; transition: transform .2s; } .vk-request-card:hover .vk-request-arrow { transform: translateX(3px); } .vk-faq { border-bottom: 1px solid #ece8e2; padding: 12px 0; } .vk-faq:last-child { border-bottom: none; } .vk-faq summary { font-size: 14px; font-weight: 500; color: #1a1a1a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; } .vk-faq summary::-webkit-details-marker, .vk-faq summary::marker { display: none; } .vk-faq summary svg { transition: transform .2s; flex-shrink: 0; margin-left: 1rem; } .vk-faq[open] summary svg { transform: rotate(180deg); } .vk-faq p { font-size: 13px; color: #666; line-height: 1.7; margin-top: 8px; padding-right: 1rem; } @media (max-width: 520px) { .vk-features { grid-template-columns: 1fr 1fr; } .vk-sizes { grid-template-columns: 1fr; } .vk-request-grid { grid-template-columns: 1fr; } } A solid cube of Spanish alabaster — nothing more. No hardware visible, no shade, no base. A single integrated LED inside the stone turns the cube into a glowing geological lantern: the warm light reveals the translucent white stone's inner veining and cloud-like mineral banding from every side simultaneously. Place it on a shelf, a console table, a nightstand, or a desk — it reads equally well as a sculpture unlit and as a lamp when lit. Available in three sizes. Features Pure Cube Form No visible hardware, no shade — the entire object is solid alabaster, glowing from within. Spanish Alabaster Translucent natural stone — veining, cloud-banding, and color vary per piece. Integrated LED Built-in LED — sealed inside the stone, no bulb access needed, long service life. Three Sizes Small · Medium · Large — display singly or cluster two or three in the same space. Object & Lamp Reads as sculpture when unlit; becomes a warm glowing lantern when switched on. Plug-In Standard wall outlet — no hardwiring or electrician required. Available Sizes Small D4.7″ × H5.5″ D12 × H14 cm Medium D7.9″ × H7.9″ D20 × H20 cm Large D11.8″ × H11.8″ D30 × H30 cm Spanish Alabaster — formed by nature, unique to each piece Each cube is carved from solid Spanish alabaster — a translucent sedimentary gypsum stone formed over geological timescales. The vein pattern, cloud-like mineral banding, color depth, and degree of translucency differ from block to block. The photograph shows a representative example. Your cube will carry its own singular geological character. Natural surface variation — pores, tonal gradients, and texture Alabaster naturally contains fine fissures, tonal gradients, and subtle surface texture that form during its geological development. These are authentic characteristics of genuine stone, not manufacturing defects. The stone's inner veining and cloud banding become most visible — and most beautiful — when the cube is illuminated from within. Integrated LED — long lifespan & service support The LED is sealed inside the alabaster cube and is not user-accessible. It is rated for an exceptionally long service life under normal use. Should the LED ever fail, our support team can assist with a replacement or service — contact us and we will ensure your cube continues to work for years to come. Light Source Integrated LED · Sealed · Not User-Replaceable Integrated LED · Warm White · Long Life The LED module is built into the interior of the alabaster cube — the stone itself conceals all hardware. There is no bulb to change or socket to access. The light exits through every face of the cube, revealing the stone's translucency, veining, and cloud-like mineral structure as a warm, diffused glow. Specifications Material Solid Spanish Alabaster Sizes Small: D12 × H14 cm / D4.7″ × H5.5″Medium: D20 × H20 cm / D7.9″ × H7.9″Large: D30 × H30 cm / D11.8″ × H11.8″ Light source Integrated LED · Warm white · Not user-replaceable Voltage AC 110–240V Wiring Plug-in · standard wall outlet Mounting Tabletop / surface placement Stone color White alabaster — natural veining, varies per piece Hardware None visible — LED concealed within the stone IP rating IP20 · Indoor dry locations only · Not waterproof Certification North America · EU · AU · Saudi Arabia Installation Notes Plug-in — no electrician required. Connect to a standard wall outlet. Place on a flat, stable surface. The alabaster is solid stone — ensure the surface can support the weight, especially for the Large size. The LED is integrated and sealed inside the stone. Do not attempt to disassemble or access the interior. Clean with a soft dry cloth only. Do not use water, vinegar, or chemical cleaners, which can etch or stain the alabaster surface. Avoid placing in direct prolonged sunlight, which can alter the stone's tone over time. For indoor dry locations only. Not suitable for bathrooms or damp environments. Downloads & Resources Request via email Specifications → Request via email Installation → Request via email 3D Files → Frequently Asked Questions How does the cube emit light — there's no visible hardware? The LED module and all electrical components are concealed inside the alabaster block. The cord exits from the underside. Because alabaster is a naturally translucent stone, the LED light passes through the stone itself — every face of the cube glows simultaneously, revealing the veining and mineral structure from within. There is no separate shade or diffuser; the stone is the diffuser. Which size should I choose? The Small (D12×H14 cm) works well on a nightstand, desk, or shelf where you want subtle ambient light. The Medium (D20×H20 cm) is the most versatile — strong enough to anchor a console or coffee table while remaining approachable in scale. The Large (D30×H30 cm) makes a genuine statement piece on a dining sideboard or entryway table; it also produces significantly more light. Two or three cubes in different sizes grouped together on one surface create a compelling geological still-life. Will my cube look exactly like the photo? The cube form and dimensions will match. The alabaster's veining, cloud-like mineral banding, color depth, and degree of translucency will differ, because each block of stone is unique. The photograph shows a representative example with a characteristic white-to-cream tone and subtle amber veining. Your cube will share the same overall character but carry its own geological signature. Can I replace the LED? No — the LED is sealed inside the alabaster and is not user-accessible. It is rated for a very long service life under normal use. If the LED fails, contact our support team; we offer an ongoing light source service and can provide a compatible replacement or service the piece. Is alabaster fragile? Alabaster is softer than granite or marble and more sensitive to impact and scratching. Handle with care. Place on a stable, flat surface and avoid moving frequently. Clean only with a soft dry cloth; do not use water, vinegar, or chemical cleaners, which can etch or discolor the stone over time.
More you might like
Related
Cube Alabaster Table Lamp
Related
Alabaster Cube Table Lamp
Related
Cube Alabaster Table Lamp
Related