Dualora Stone Ceiling Light
* { 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-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-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-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, opal glass, and walnut — ambient and directed, in one fixture. The Dualora Stone Ceiling Light blends sculptural texture with intuitive functionality. A hand-finished volcanic stone base showcases natural pores and subtle tonal variation — each piece has a distinct, grounded presence. A warm opal glass globe provides diffused ambient light, while the walnut-accented spotlight rotates smoothly for targeted illumination. Perfect for reading corners, bedside setups, hallways, or living rooms where layered lighting is essential. About the black travertine — genuine natural stone with a matte black surface finish The base of this ceiling light 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 entire stone presents a consistent matte black — 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 Features Black Travertine Base Hand-finished volcanic stone — natural pores, subtle tonal variation, genuine weight. Opal Glass Globe Soft white glass globe — warm, even ambient diffusion for the whole room. Rotatable Spotlight Walnut-accented spotlight rotates for targeted reading or task illumination. Size 🔍 Tap to enlarge Single size ∅ 9.8″ × H 6.3″ Dia 25 cm × H 16 cm Reading corner Bedside Hallway Living room Materials & Finish Black Travertine Genuine travertine, matte black surface — body Walnut Wood Natural walnut — spotlight accent & shade White Opal Glass Soft opal glass globe — shade Bulb & Light Source E26 or E27 base Compatible with LED or Edison-style bulbs. A warm filament bulb (2700–3000K) is recommended to complement the travertine and walnut materials.Guide to E26 and E27 bulb selection → Specifications Materials Black Travertine · Walnut wood · Metal · Opal glass Size ∅ 9.8″ × H 6.3″ / Dia 25 cm × H 16 cm Bulb base E26 (US/CA) or E27 (EU/AU) Light source LED or Edison bulb Voltage AC 110–240V Control Compatible with standard wall switch Wiring Hardwired Mounting Ceiling or wall Environment Indoor only · Not waterproof Body finish Black Travertine · Walnut Wood Shade finish White opal glass · Walnut Wood Certification North America · EU · AU · Saudi Arabia Downloads Spec Sheet Installation Guide 3D Files Frequently Asked Questions Is the travertine naturally black? No — travertine is naturally off-white. The matte black finish is a surface coating applied to the genuine stone as an intentional design choice. The natural pore structure, weight, and density are fully preserved beneath. How does the spotlight work alongside the globe? The opal glass globe provides soft, diffused ambient light across the room, while the walnut-accented spotlight rotates to direct focused illumination exactly where you need it — ideal for reading, bedside tasks, or highlighting a specific area. Can this be mounted on the wall as well as the ceiling? Yes — the Dualora supports both ceiling and wall installation. Refer to the Installation Guide for both methods. What bulb does it use? E26 (US/CA) or E27 (EU/AU) base. LED or Edison-style bulb. A warm filament (2700–3000K) is recommended. See the E26/E27 bulb guide.
More you might like
Related
Stone Ceiling Lamp Round Ceiling Lights Indoor Lights
Related
Stone Ceiling Light
Related
Spotlight, Ceiling spot light, Alabaster spot light, Stone c
Related