Vulcanis Cube Wall Lamp
* { box-sizing: border-box; margin: 0; padding: 0; } :root { --accent-deep: #100c08; --accent: #3a2c20; --accent-light: #6a5040; --surface: #f4f2ee; --bg: #e8e4dc; --border: #c8c0b 0; --ink: #0c0a08; --muted: #584840; } body { background: #fff; padding: 2rem; } .vk-wrap { font-family: 'DM Sans', sans-serif; color: var(--ink); max-width: 680px; margin: 0; padding: 0; } .vk-divider { height: 1px; background: var(--border); margin: 1.75rem 0; } .vk-headline { font-family: 'DM Serif Display', serif; font-size: 21px; color: var(--ink); line-height: 1.4; margin-bottom: .75rem; letter-spacing: -.01em; } .vk-headline em { font-style: italic; color: var(--accent); } .vk-intro { font-size: 15px; color: var(--ink); line-height: 1.9; margin-bottom: 1rem; } .vk-section-label { font-size: 10px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--accent-deep); margin-bottom: .7rem; } .vk-notice-amber { border-left: 2px solid #b07820; background: #fdf8ef; border-radius: 0 6px 6px 0; padding: .88rem 1rem; margin-bottom: .75rem; } .vk-notice-amber h5 { font-size: 13px; font-weight: 500; color: #7a5010; margin-bottom: .3rem; } .vk-notice-amber p { font-size: 13px; color: var(--ink); line-height: 1.65; margin: 0; } .vk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-feat { background: var(--surface); border-radius: 6px; padding: .85rem; border: 1px solid var(--border); } .vk-feat-icon { width: 28px; height: 28px; border-radius: 4px; background: var(--bg); display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; border: 1px solid var(--border); } .vk-feat h4 { font-size: 12.5px; font-weight: 500; color: var(--ink); margin-bottom: .25rem; } .vk-feat p { font-size: 12px; color: var(--muted); line-height: 1.6; margin: 0; } .vk-size { display: flex; gap: 1rem; align-items: flex-start; padding: 1rem; border: 1px solid var(--border); border-radius: 6px; background: var(--surface); margin-bottom: .75rem; } .vk-size-thumb a { display: block; } .vk-size-thumb img { width: 130px; height: auto; border-radius: 5px; border: 1px solid var(--border); display: block; } .vk-size-thumb-hint { font-size: 10px; color: var(--accent); text-align: center; margin-top: 3px; } .vk-size-info { flex: 1; padding-top: .15rem; } .vk-size-tag { display: inline-block; background: var(--accent-deep); color: var(--surface); font-size: 10px; padding: 2px 9px; border-radius: 10px; font-weight: 500; margin-bottom: .4rem; } .vk-size-name { font-size: 14px; font-weight: 500; color: var(--ink); margin-bottom: .15rem; } .vk-size-detail { font-size: 12px; color: var(--muted); line-height: 1.7; } .vk-spec-bar { display: flex; flex-wrap: wrap; gap: 6px; padding-top: .6rem; margin-top: .6rem; border-top: 1px dashed var(--border); } .vk-spec-pill { font-size: 11px; color: var(--muted); background: var(--bg); padding: 2px 8px; border-radius: 10px; border: 1px solid var(--border); } .vk-bulb { background: var(--surface); border: 1px solid var(--border); border-radius: 6px; padding: .9rem 1rem; margin-bottom: 1rem; } .vk-bulb h5 { font-size: 13px; font-weight: 500; color: var(--accent-deep); margin-bottom: .3rem; } .vk-bulb p { font-size: 13px; color: var(--ink); line-height: 1.65; margin: 0; } .vk-bulb a { color: var(--accent); text-underline-offset: 3px; } .vk-swatches { display: flex; gap: 18px; flex-wrap: wrap; margin-bottom: 1rem; } .vk-swatch-item { display: flex; align-items: center; gap: .55rem; font-size: 13px; color: var(--ink); } .vk-swatch-dot { width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--border); flex-shrink: 0; } .vk-swatch-desc { font-size: 11px; color: var(--muted); margin-top: 1px; } .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-spec-table tr { border-bottom: 1px solid var(--border); } .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: var(--muted); width: 42%; padding-right: 1rem; } .vk-dl { display: flex; gap: 8px; flex-wrap: wrap; } .vk-dl-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--accent-deep); border: 1px solid var(--border); padding: 7px 14px; border-radius: 5px; text-decoration: none; background: var(--surface); } .vk-dl-btn:hover { background: var(--bg); } .vk-wrap details { border-bottom: 1px solid var(--border); padding: 12px 0; } .vk-wrap details:last-child { border-bottom: none; } .vk-wrap details summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: .5rem; font-size: 14px; font-weight: 500; color: var(--ink); } .vk-wrap details summary::-webkit-details-marker { display: none; } .vk-wrap details p { font-size: 13px; color: var(--ink); line-height: 1.7; margin-top: 8px; padding-right: 1rem; } .vk-wrap details a { color: var(--accent); text-underline-offset: 3px; } @media (max-width: 520px) { .vk-features { grid-template-columns: 1fr 1fr; } .vk-size { flex-direction: column; } .vk-size-thumb img { width: 100%; } } Black travertine cube β pure geometry, golden warmth within. The Vulcanis Cube Wall Lamp distills lighting down to pure geometry and texture. Crafted from volcanic stone, its porous black surface gives the cube a raw sculptural presence, while the warm downward glow reveals a subtly golden inner finish. Minimal, architectural, and quietly bold β a refined accent for hallways, bedrooms, and contemporary living environments. π Click to enlarge About the black travertine β genuine natural stone with a matte black surface finish The cubic body of this wall lamp is made from genuine travertine stone. To create a deep, even black aesthetic, the stone surface is finished with a matte black coating β rather than left in its natural off-white state. This is an intentional design choice: the weight, density, and natural pore structure of genuine travertine are preserved, while the surface colour is controlled. The porous surface visible in each piece is authentic β this is exactly as it was designed to be. Natural travertine β formed by geological processes Travertine is formed in the natural environment through thousands of years of complex physical and chemical processes. Even beneath the black surface, the pore distribution and stone characteristics of each piece remain entirely unique. π These are all natural phenomenon Β· click to enlarge Bulb & Light Source G9 bi-pin base Compatible with LED or Edison-style G9 bulbs. A warm-toned G9 LED (2700β3000K) is recommended β the warmth of the light reflected by the golden inner finish creates a rich, atmospheric downward glow.Guide to G9 bulb selection β Features Perfect Stone Cube 4.7β³ Γ 4.7β³ Γ 4.7β³ black travertine β pure geometry, raw porous texture throughout. Golden Inner Finish Subtly golden interior lining reflects the G9 bulb's warmth β rich, atmospheric downward glow. Wall Mount Mounts directly to wall β ideal solo or in a repeating linear arrangement. Size π Tap to enlarge Perfect cube L 4.7β³ Γ W 4.7β³ Γ H 4.7β³ L 12 cm Γ W 12 cm Γ H 12 cm Hallway Bedroom Feature wall Materials & Finish Black Travertine Genuine travertine, matte black β exterior cube Golden Interior Warm metallic inner finish β hidden glow reflector Specifications Materials Black Travertine Β· Metal Size L 4.7β³ Γ W 4.7β³ Γ H 4.7β³ / L 12 Γ W 12 Γ H 12 cm Bulb base G9 bi-pin Light source LED or Edison G9 bulb Β· Downward focused Voltage AC 110β240V Control Compatible with standard wall switch Wiring Hardwired Mounting Wall Environment Indoor only Β· Not waterproof Body finish Black Travertine Shade finish Black Travertine Β· Golden interior Certification North America Β· EU Β· AU Β· Saudi Arabia Downloads Spec Sheet Installation Guide 3D Files Frequently Asked Questions Where does the golden glow come from? The interior of the stone cube has a subtly golden metallic finish. When the G9 bulb illuminates the interior, this warm lining reflects the light downward, creating the rich, atmospheric glow visible from below. Is the travertine naturally black? No β travertine is naturally off-white. The matte black finish is a surface coating applied to the genuine stone. The natural pore structure, weight, and density are fully preserved beneath. Can this be arranged as a series on a wall? Yes β the uniform cube proportions are ideal for repeating linear or grid arrangements. Multiple cubes evenly spaced along a hallway or feature wall create a striking, architectural rhythm. Is this certified for North America? Yes. Compatible with North America, Saudi Arabia, Europe, and Australia. AC 110β240V.
More you might like
Related
Vulcanis Cube Wall Light
Related
Square Cube Glass Lampshade Wall Lamp
Related
Cubes Wall Lamp
Related