Tersus Alabaster Wall Sconce
.vk-ters-wrap { --vk-ters-bg: #ffffff; --vk-ters-bg-card: #faf6ef; --vk-ters-bg-deep: #ece0cc; --vk-ters-border: #ece2d1; --vk-ters-border-lt: #f4eee0; --vk-ters-accent: #a8895c; - -vk-ters-accent-dk: #6f5630; --vk-ters-accent-lt: #c7a66b; --vk-ters-accent-bg: #f1e9d8; --vk-ters-accent-bdr: #dcc7a0; --vk-ters-text: #2a261d; --vk-ters-text-mid: #554d3c; --vk-ters-text-light: #968b73; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-ters-text); line-height: 1.72; font-size: 14.5px; } .vk-ters-wrap * { box-sizing: border-box; } .vk-ters-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-ters-text-mid); } .vk-ters-wrap a { color: var(--vk-ters-accent-dk); text-decoration: underline; } .vk-ters-wrap .vk-ters-section { margin-bottom: 2.6rem; } .vk-ters-wrap .vk-ters-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-ters-wrap .vk-ters-sec-line { flex: 1; height: 0.5px; background: var(--vk-ters-border); } .vk-ters-wrap .vk-ters-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-ters-accent-dk); white-space: nowrap; } .vk-ters-wrap strong { color: var(--vk-ters-text); font-weight: 600; } /* Features grid (3 columns) */ .vk-ters-wrap .vk-ters-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-ters-wrap .vk-ters-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-ters-border); border-radius: 12px; background: var(--vk-ters-bg-card); } .vk-ters-wrap .vk-ters-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-ters-accent-bg); border: 0.5px solid var(--vk-ters-accent-bdr); color: var(--vk-ters-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-ters-wrap .vk-ters-feat-icon svg { fill: none; } .vk-ters-wrap .vk-ters-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-ters-text); margin-bottom: 6px; line-height: 1.35; } .vk-ters-wrap .vk-ters-feat-desc { font-size: 12px; color: var(--vk-ters-text-mid); line-height: 1.55; } /* Critical notice */ .vk-ters-wrap .vk-ters-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-ters-accent-bdr); border-left: 3px solid var(--vk-ters-accent); border-radius: 10px; background: var(--vk-ters-accent-bg); } .vk-ters-wrap .vk-ters-notice .vk-ters-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-ters-accent-dk); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; margin-top: 1px; } .vk-ters-wrap .vk-ters-notice .vk-ters-notice-body { font-size: 12.5px; color: var(--vk-ters-text-mid); line-height: 1.6; } .vk-ters-wrap .vk-ters-notice .vk-ters-notice-body strong { color: var(--vk-ters-text); font-weight: 600; } .vk-ters-wrap .vk-ters-notice .vk-ters-notice-body strong:first-child { display: block; color: var(--vk-ters-accent-dk); margin-bottom: 3px; font-size: 13px; } /* Warning callout */ .vk-ters-wrap .vk-ters-warn { display: flex; gap: 12px; align-items: flex-start; padding: 12px 14px; border: 0.5px solid #d4a373; border-left: 3px solid #b06438; border-radius: 10px; background: #fbf2e6; margin-top: 12px; } .vk-ters-wrap .vk-ters-warn-ico { width: 20px; height: 20px; border-radius: 50%; background: #b06438; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; flex-shrink: 0; margin-top: 1px; } .vk-ters-wrap .vk-ters-warn-body { font-size: 12px; color: var(--vk-ters-text-mid); line-height: 1.55; } .vk-ters-wrap .vk-ters-warn-body strong { color: #8a4820; font-weight: 600; } .vk-ters-wrap .vk-ters-warn-body strong:first-child { display: block; margin-bottom: 2px; font-size: 12.5px; } /* Size table */ .vk-ters-wrap .vk-ters-size-table { width: 100%; border-collapse: collapse; border: 0.5px solid var(--vk-ters-border); border-radius: 12px; overflow: hidden; margin-bottom: 12px; } .vk-ters-wrap .vk-ters-size-table thead th { background: var(--vk-ters-accent-bg); color: var(--vk-ters-accent-dk); font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; text-align: left; padding: 12px 16px; border-bottom: 0.5px solid var(--vk-ters-border); } .vk-ters-wrap .vk-ters-size-table tbody td { padding: 14px 16px; font-size: 13px; color: var(--vk-ters-text); border-bottom: 0.5px solid var(--vk-ters-border-lt); background: var(--vk-ters-bg-card); } .vk-ters-wrap .vk-ters-size-table tbody tr:nth-child(even) td { background: var(--vk-ters-bg); } .vk-ters-wrap .vk-ters-size-table tbody tr:last-child td { border-bottom: 0; } .vk-ters-wrap .vk-ters-size-table tbody td:first-child { font-weight: 700; color: var(--vk-ters-text); width: 30%; } .vk-ters-wrap .vk-ters-size-table tbody td:last-child { color: var(--vk-ters-text-mid); } /* Specifications */ .vk-ters-wrap .vk-ters-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-ters-border); border-radius: 14px; overflow: hidden; } .vk-ters-wrap .vk-ters-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-ters-border-lt); display: flex; align-items: flex-start; background: var(--vk-ters-bg-card); gap: 16px; } .vk-ters-wrap .vk-ters-spec-item:last-child { border-bottom: 0; } .vk-ters-wrap .vk-ters-spec-item:nth-child(even) { background: var(--vk-ters-bg); } .vk-ters-wrap .vk-ters-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-ters-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-ters-wrap .vk-ters-spec-val { font-size: 12.5px; color: var(--vk-ters-text); } /* Style tags */ .vk-ters-wrap .vk-ters-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-ters-wrap .vk-ters-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-ters-accent-dk); background: var(--vk-ters-accent-bg); border: 0.5px solid var(--vk-ters-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-ters-wrap .vk-ters-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-ters-wrap .vk-ters-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-ters-border); border-radius: 12px; background: var(--vk-ters-bg-card); text-decoration: none; color: var(--vk-ters-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-ters-wrap .vk-ters-dl-card:hover { background: var(--vk-ters-accent-bg); border-color: var(--vk-ters-accent-bdr); } .vk-ters-wrap .vk-ters-dl-card.vk-ters-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-ters-bg); } .vk-ters-wrap .vk-ters-dl-card.vk-ters-dl-disabled:hover { background: var(--vk-ters-bg); border-color: var(--vk-ters-border); } .vk-ters-wrap .vk-ters-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-ters-accent-bg); border: 0.5px solid var(--vk-ters-accent-bdr); color: var(--vk-ters-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-ters-wrap .vk-ters-dl-icon svg { fill: none; } .vk-ters-wrap .vk-ters-dl-meta { width: 100%; } .vk-ters-wrap .vk-ters-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-ters-text); line-height: 1.3; margin-bottom: 3px; } .vk-ters-wrap .vk-ters-dl-sub { font-size: 11.5px; color: var(--vk-ters-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-ters-wrap .vk-ters-dl-status { position: absolute; top: 12px; right: 12px; font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--vk-ters-text-light); background: var(--vk-ters-bg-card); border: 0.5px solid var(--vk-ters-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-ters-wrap .vk-ters-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-ters-wrap .vk-ters-faq-list details { border: 0.5px solid var(--vk-ters-border); border-radius: 10px; background: var(--vk-ters-bg-card); overflow: hidden; } .vk-ters-wrap .vk-ters-faq-list summary { list-style: none; cursor: pointer; padding: 13px 36px 13px 16px; min-height: 44px; font-size: 13px; font-weight: 600; color: var(--vk-ters-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-ters-wrap .vk-ters-faq-list summary::-webkit-details-marker { display: none; } .vk-ters-wrap .vk-ters-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-ters-accent-dk); position: absolute; right: 16px; } .vk-ters-wrap .vk-ters-faq-list details[open] summary { color: var(--vk-ters-accent-dk); } .vk-ters-wrap .vk-ters-faq-list details[open] summary::after { content: '\2212'; } .vk-ters-wrap .vk-ters-faq-list .vk-ters-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-ters-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-ters-wrap .vk-ters-features-grid { grid-template-columns: 1fr; } .vk-ters-wrap .vk-ters-dl-grid { grid-template-columns: 1fr; } .vk-ters-wrap .vk-ters-spec-item { flex-direction: column; gap: 4px; } .vk-ters-wrap .vk-ters-spec-key { width: auto; } .vk-ters-wrap .vk-ters-size-table thead th, .vk-ters-wrap .vk-ters-size-table tbody td { padding: 10px 12px; font-size: 12.5px; } } Inspiration The Tersus Alabaster Wall Sconce mounts a rectangular brass bar to the wall, with a round Spanish alabaster drum sitting partway up the bar so light spills both up along the wall and down through the stone. The alabaster's natural veining softens the light into a warm, even glow, well suited as an entryway sconce, a hallway accent light, or a pair flanking a fireplace or bed in a modern or transitional space. At a slim W3.9″ × H9″ (10 × 23 cm), it works as a single sconce or in a mirrored pair. It runs on an integrated 5W LED (not a replaceable bulb), in a brass and alabaster finish. Good To Know ! Brass bar + Spanish alabaster drum · integrated 5W LED, not replaceable · hardwired · indoor dry only A single-light wall sconce with a rectangular brass bar and a round Spanish alabaster drum. Its light source is an integrated 5W LED — this is not a socket-and-bulb fixture, and the LED module is not user-replaceable. It is hardwired; professional installation is recommended. Alabaster is natural stone, so veining and tone vary piece to piece. Keep it indoor and dry. AC 110–240V. Key Features Spanish Alabaster Drum A round Spanish alabaster drum diffuses light up and down. As natural stone, veining and tone vary piece to piece. Rectangular Brass Bar A slim, rectangular brass bar mounts flush to the wall, with the alabaster drum set partway up its length. Up-and-Down Light Spread Light spills both up along the wall above the drum and down through the stone below it. Size & Fit One size — slim enough for a single sconce in an entryway or hallway, or to mount in a flanking pair. Dimension Measurement Overall Size W3.9″ × H9″ (10 × 23 cm) ! Hardwired · integrated 5W LED, not replaceable · brass + Spanish alabaster · indoor dry only It is hardwired to a wall junction box; professional installation is recommended. The light source is an integrated 5W LED — it is not a replaceable bulb. Wipe the alabaster drum and brass bar with a soft dry cloth; avoid harsh cleaners, and keep it indoor and dry. For other requests, email [email protected]. Specifications Fixture Type Wall sconce · single fixture · hardwired Materials & Finish Brass bar with a Spanish alabaster (natural stone) drum Light Source Integrated LED · 5W · warm light · not user-replaceable Dimensions W3.9″ (10 cm) × H9″ (23 cm) Mount Flush wall mount · hardwired to a wall junction box Power Hardwired · on/off via wall switch (not included) · AC 110–240V · indoor dry only Installation Professional installation recommended Care Wipe alabaster drum and brass bar with a soft dry cloth · no harsh cleaners · keep dry, indoor use Note Alabaster is natural stone — veining and tone vary piece to piece Design Style Modern Transitional Minimalist Best For Entryway, hallway, or flanking a fireplace or bed · accent and ambient light Downloads Technical reference and setup files for the Tersus Alabaster Wall Sconce. Need a doc that's not listed? Email [email protected]. Spec Sheet Dimensions & details · PDF Pending Install Guide Hardwire setup · PDF Pending 3D File 3D model · OBJ/FBX Pending FAQ What size is it, and where does it fit? It is W3.9″ × H9″ (10 × 23 cm) — a slim sconce for an entryway, hallway, or flanking a fireplace or bed, single or as a pair. Does it use a replaceable bulb? No — the light source is an integrated 5W LED. It is not a socket-and-bulb fixture, and the LED module is not user-replaceable. Will the alabaster match the photos? Alabaster is a natural stone, so the veining and tone vary from piece to piece — your drum will be similar to, but not identical to, the photos. Is it hardwired? Yes — it is hardwired to a wall junction box. Professional installation is recommended. How do I clean it? Wipe the alabaster drum and brass bar with a soft, dry cloth; avoid harsh cleaners. Keep the fixture indoor and dry.
More you might like
Related
Tersus Wood Wall Sconce
Related
Tersus Metal Wall Sconce
Related
Tersus LED Wall Sconce
Related