Crater Backlit Wall Sconce
* { 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-critical { background: #fdf1ed; border: 1px solid #f0c0b0; border-left: 3px solid #c04020; border-radius: 0 6px 6px 0; padding: .95rem 1rem; margin-bottom: .75rem; } .vk-critical h5 { font-size: 13px; font-weight: 500; color: #c04020; margin-bottom: .3rem; } .vk-critical p { font-size: 13px; color: #6a2818; line-height: 1.65; margin: 0; } .vk-critical a { color: #c04020; text-decoration: underline; } .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-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 disc and opal glass — raw crater, refined glow. The Crater Backlit Wall Sconce is a dramatic fixture designed for modern, texture-focused interiors. A bold circular porous black disc evokes the raw texture of lava stone, contrasted sharply by a bright central opal glass sphere for soft, even illumination. The pull-chain switch makes it ideal for bedside task lighting, intimate living room accents, or statement hallway installations. About the black travertine — genuine natural stone with a matte black surface finish The disc of this sconce 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 Porous Black Disc Circular black travertine backplate — rugged, volcanic texture with real stone weight. Opal Glass Sphere Central white glass globe — soft, even illumination centred on the stone disc. Pull Chain Switch Convenient on/off pull chain — ideal for bedside or wall use without reaching a switch. Size 🔍 Tap to enlarge Single size ∅ 7.8″ × H 5.5″,Depth: 14cm Dia 20 cm × H 14 cm Materials & Finish Black Travertine Genuine travertine, matte black surface White Glass Opal glass globe diffuser Bulb & Light Source G9 bi-pin base Compatible with LED or Edison-style G9 bulbs. A warm-toned G9 LED (2700–3000K) is recommended to complement the black travertine disc.Guide to G9 bulb selection → Specifications Materials Black Travertine · Metal · Opal white glass Size ∅ 7.8″ × H 5.5″ / Dia 20 cm × H 14 cm Bulb base G9 bi-pin Light source LED or Edison G9 bulb Voltage AC 110–240V Control Pull chain · Compatible with standard wall switch Wiring Hardwired Mounting Wall Environment Indoor only · Not waterproof Body finish Black Travertine Shade finish White opal glass Certification North America · EU · AU · Saudi Arabia Downloads Spec Sheet Installation Guide 3D Files Frequently Asked Questions What bulb base does this sconce use? G9 bi-pin — not E26/E27. Please purchase G9 bulbs specifically. See the G9 bulb guide. 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. How is the lamp controlled? Via a pull chain on the fixture, and also compatible with a standard wall switch connected to the electrical supply. Is this certified for North America? Yes. Compatible with North America, Saudi Arabia, Europe, and Australia. AC 110–240V.
More you might like
Related
Crater Backlit Wall Light
Related
Backlit Wall Sconce
Related
Wabi Stone Backlit Wall Sconce
Related