Backlit Wall Sconce
* { box-sizing: border-box; margin: 0; padding: 0; } body { background: #fff; padding: 2rem; } .vk-numbowall25-wrap { font-family: 'DM Sans', sans-serif; color: #1a1a1a; max-width: 680px; margin: 0; padding: 0; } .vk-numbowall25-divider { height: 1px; background: #ece8e2; margin: 2rem 0; } .vk-numbowall25-intro { font-size: 15px; color: #555; line-height: 1.75; margin-bottom: 1rem; } .vk-numbowall25-section-label { font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: #7A736B; margin-bottom: .65rem; } .vk-numbowall25-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-numbowall25-feat { background: #f7f5f2; border-radius: 8px; padding: .85rem; } .vk-numbowall25-feat-icon { width: 28px; height: 28px; border-radius: 6px; background: #e8e4df; display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; } .vk-numbowall25-feat h4 { font-size: 13px; font-weight: 500; color: #1a1a1a; margin-bottom: .25rem; } .vk-numbowall25-feat p { font-size: 12px; color: #666; line-height: 1.6; margin: 0; } .vk-numbowall25-detail-img { width: 100%; height: auto; border-radius: 8px; border: 1px solid #ece8e2; display: block; margin-bottom: .4rem; } .vk-numbowall25-detail-cap { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: #aaa; text-align: center; margin-bottom: 1.25rem; } .vk-numbowall25-finishes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: .75rem; } .vk-numbowall25-finish { border: 1px solid #e6ddd2; border-radius: 8px; padding: .7rem; background: #fff; text-align: center; } .vk-numbowall25-swatch { width: 100%; height: 42px; border-radius: 6px; border: 1px solid rgba(0,0,0,.08); margin-bottom: .5rem; } .vk-numbowall25-finish h4 { font-size: 12.5px; font-weight: 600; color: #1a1a1a; margin-bottom: .2rem; line-height: 1.3; } .vk-numbowall25-finish p { font-size: 11px; color: #666; line-height: 1.45; margin: 0; } .vk-numbowall25-tag { display: inline-block; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; color: #5A534B; background: #e8e4df; border-radius: 4px; padding: 1px 5px; margin-top: .25rem; } .vk-numbowall25-notice { border-left: 3px solid #A39A8E; background: #faf8f5; border-radius: 0 8px 8px 0; padding: .85rem 1rem; margin-bottom: .75rem; } .vk-numbowall25-notice h5 { font-size: 13px; font-weight: 500; color: #5A534B; margin-bottom: .3rem; } .vk-numbowall25-notice p { font-size: 13px; color: #666; line-height: 1.65; margin: 0; } .vk-numbowall25-notice a { color: #5A534B; } .vk-numbowall25-spec-table { width: 100%; border-collapse: collapse; } .vk-numbowall25-spec-table tr { border-bottom: 1px solid #ece8e2; } .vk-numbowall25-spec-table tr:last-child { border-bottom: none; } .vk-numbowall25-spec-table td { padding: 9px 0; font-size: 14px; vertical-align: top; } .vk-numbowall25-spec-table td:first-child { color: #888; width: 42%; padding-right: 1rem; } .vk-numbowall25-install { list-style: none; padding: 0; margin: 0; } .vk-numbowall25-install li { font-size: 14px; color: #666; padding: 8px 0 8px 20px; border-bottom: 1px solid #ece8e2; line-height: 1.65; position: relative; } .vk-numbowall25-install li:last-child { border-bottom: none; } .vk-numbowall25-install li::before { content: ''; position: absolute; left: 0; top: 16px; width: 6px; height: 6px; border-radius: 50%; background: #A39A8E; } .vk-numbowall25-dl { display: flex; gap: 8px; flex-wrap: wrap; } .vk-numbowall25-dl-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #555; border: 1px solid #ddd; padding: 9px 14px; border-radius: 7px; text-decoration: none; background: #fff; min-height: 44px; } .vk-numbowall25-dl-btn:hover { background: #f5f5f5; } .vk-numbowall25-faq { margin-top: .5rem; } .vk-numbowall25-faq-item { border-bottom: 1px solid #ece8e2; } .vk-numbowall25-faq-item:last-child { border-bottom: none; } .vk-numbowall25-faq-item > summary { list-style: none; cursor: pointer; padding: 14px 32px 14px 0; font-size: 15px; font-weight: 500; color: #1a1a1a; position: relative; line-height: 1.5; min-height: 44px; display: flex; align-items: center; } .vk-numbowall25-faq-item > summary::-webkit-details-marker { display: none; } .vk-numbowall25-faq-item > summary::after { content: ''; position: absolute; right: 4px; top: 50%; width: 10px; height: 10px; border-right: 1.5px solid #7A736B; border-bottom: 1.5px solid #7A736B; transform: translateY(-70%) rotate(45deg); transition: transform 0.2s ease; } .vk-numbowall25-faq-item[open] > summary::after { transform: translateY(-30%) rotate(-135deg); } .vk-numbowall25-faq-item[open] > summary { color: #5A534B; } .vk-numbowall25-faq-a { font-size: 13px; color: #666; line-height: 1.7; margin: 0 0 14px; padding-right: 32px; } @media (max-width: 520px) { .vk-numbowall25-features { grid-template-columns: 1fr; } .vk-numbowall25-finishes { grid-template-columns: 1fr 1fr; } } A round natural-stone wall sconce cut from solid travertine or marble, backlit by a single G9 bulb so the light glows through the stone and reveals its veining. Measuring 9.8″ across, the hardwired disc mounts flush to the wall as soft accent lighting for a hallway, bedside, or mirror. Choose from six stone finishes — including the new Red Travertine. The veining is unique to every piece. Features Solid natural stone Each disc is cut and polished from real travertine or marble — no two pieces share the same veining. Backlit warm glow A single G9 bulb behind the translucent stone casts a soft glow that lights up the natural veining. Six stone finishes Travertine and marble tones, including new Red Travertine; round hardwired sconce, 9.8″ across. Backlit natural-stone disc — veining varies per piece Choose Your Stone — 6 Finishes Cream Travertine Warm beige travertine with natural pitting. Black & White Marble Charcoal stone with bold white veining. Carrara White Marble Soft white-grey with fine grey veins. Violet Red Marble Deep purple-red with pale veining. India Green Marble Dark forest green with light veining. Red Travertine Warm terracotta-red travertine. New Select your stone at checkout. Swatches are indicative only — natural veining and tone vary on every piece. Default configuration One round 9.8″ stone disc in your chosen finish, hardwired, for a single G9 bulb (max 25W, not included). Indoor, dry locations. Custom stone & pairs Beyond the six standard finishes, other stones can be sourced to order, and the sconce can be ordered as a matched pair to flank a mirror or bed. Email us your stone and quantity for a quote. Specifications Material Natural stone (travertine / marble) — veining and tone are unique to each piece Finishes Six natural-stone options (see selector above) Style Round backlit natural-stone wall sconce Diameter 9.8″ (25 cm); shallow round wall-mount profile Light source 1 × G9 — LED recommended (~3–4W), max 25W (bulb not included) Light effect Backlit; light passes through the translucent stone to reveal its veining Wiring Hardwired — professional installation required Voltage 120V (AC 110–240V build available) Mounting Wall-mounted to a standard recessed junction box; indoor, dry locations only Customization Custom stone / finish made to order Certification Certified for North America, EU, and Australia Prop 65 (CA) WARNING applies for California — see P65Warnings.ca.gov Installation & Care Notes Hardwired fixture — install with a qualified electrician. Switch off power at the breaker before wiring. Mounts to a standard recessed wall junction box via the bracket; rated for indoor, dry locations only. Bulb not included. Use one G9 LED (~3–4W), 2700K warm white, max 25W; warm white best reveals the stone’s veining. Natural stone: color, veining, and travertine pitting vary from piece to piece — each piece is unique, not a defect. Stone is heavier and more brittle than resin — handle carefully and fix the bracket to a solid anchor. Dust with a dry, soft cloth. Avoid acidic or abrasive cleaners, which can etch natural stone. Downloads & Resources Spec Sheet Stone Care Guide Request a Quote FAQs How much light does it give off? It runs a single G9 bulb (max 25W) behind translucent stone, so it reads as a soft accent glow that highlights the veining rather than task lighting. Use it for ambient wall light in hallways, beside a bed, or flanking a mirror. Will my finish look exactly like the photo? No two pieces are identical. Because each disc is cut from natural travertine or marble, the veining, color depth, and travertine pitting vary — that variation is the point, and is not considered a defect. Which finishes are available, and can I customize? Six stone finishes are shown in the selector above, including the new Red Travertine. Other stones can be sourced to order — email us for options and lead time. How is it installed? It is a hardwired sconce, so plan for a qualified electrician. It mounts to a standard recessed junction box via the bracket and is rated for indoor, dry locations. Switch off power at the breaker before wiring. How do I care for the stone, and what’s the warranty? Dust with a dry, soft cloth and avoid acidic or abrasive cleaners, which etch natural stone. Two-year warranty on the fixture and wiring; natural veining variation is expected. Support replies within one business day at [email protected].
More you might like
Related
Crater Backlit Wall Sconce
Related
Wabi Stone Backlit Wall Sconce
Related
Halo Backlit LED Wall Sconce
Related