Tavros Alabaster Wall Sconce
.vk-tav-wrap { --vk-tav-bg: #ffffff; --vk-tav-bg-card: #faf6ef; --vk-tav-bg-deep: #ece0cc; --vk-tav-border: #ece2d1; --vk-tav-border-lt: #f4eee0; --vk-tav-accent: #a8895c; --vk-tav -accent-dk: #6f5630; --vk-tav-accent-lt: #c7a66b; --vk-tav-accent-bg: #f1e9d8; --vk-tav-accent-bdr: #dcc7a0; --vk-tav-text: #2a261d; --vk-tav-text-mid: #554d3c; --vk-tav-text-light: #968b73; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-tav-text); line-height: 1.72; font-size: 14.5px; } .vk-tav-wrap * { box-sizing: border-box; } .vk-tav-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-tav-text-mid); } .vk-tav-wrap a { color: var(--vk-tav-accent-dk); text-decoration: underline; } .vk-tav-wrap .vk-tav-section { margin-bottom: 2.6rem; } .vk-tav-wrap .vk-tav-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-tav-wrap .vk-tav-sec-line { flex: 1; height: 0.5px; background: var(--vk-tav-border); } .vk-tav-wrap .vk-tav-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-tav-accent-dk); white-space: nowrap; } .vk-tav-wrap strong { color: var(--vk-tav-text); font-weight: 600; } /* Features grid (3 columns) */ .vk-tav-wrap .vk-tav-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-tav-wrap .vk-tav-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-tav-border); border-radius: 12px; background: var(--vk-tav-bg-card); } .vk-tav-wrap .vk-tav-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-tav-accent-bg); border: 0.5px solid var(--vk-tav-accent-bdr); color: var(--vk-tav-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-tav-wrap .vk-tav-feat-icon svg { fill: none; } .vk-tav-wrap .vk-tav-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-tav-text); margin-bottom: 6px; line-height: 1.35; } .vk-tav-wrap .vk-tav-feat-desc { font-size: 12px; color: var(--vk-tav-text-mid); line-height: 1.55; } /* Critical notice */ .vk-tav-wrap .vk-tav-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-tav-accent-bdr); border-left: 3px solid var(--vk-tav-accent); border-radius: 10px; background: var(--vk-tav-accent-bg); } .vk-tav-wrap .vk-tav-notice .vk-tav-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-tav-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-tav-wrap .vk-tav-notice .vk-tav-notice-body { font-size: 12.5px; color: var(--vk-tav-text-mid); line-height: 1.6; } .vk-tav-wrap .vk-tav-notice .vk-tav-notice-body strong { color: var(--vk-tav-text); font-weight: 600; } .vk-tav-wrap .vk-tav-notice .vk-tav-notice-body strong:first-child { display: block; color: var(--vk-tav-accent-dk); margin-bottom: 3px; font-size: 13px; } /* Warning callout */ .vk-tav-wrap .vk-tav-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-tav-wrap .vk-tav-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-tav-wrap .vk-tav-warn-body { font-size: 12px; color: var(--vk-tav-text-mid); line-height: 1.55; } .vk-tav-wrap .vk-tav-warn-body strong { color: #8a4820; font-weight: 600; } .vk-tav-wrap .vk-tav-warn-body strong:first-child { display: block; margin-bottom: 2px; font-size: 12.5px; } /* Size table */ .vk-tav-wrap .vk-tav-sizes { width: 100%; border-collapse: collapse; border: 0.5px solid var(--vk-tav-border); border-radius: 12px; overflow: hidden; font-size: 12px; margin-bottom: 4px; } .vk-tav-wrap .vk-tav-sizes th { background: var(--vk-tav-accent-bg); color: var(--vk-tav-accent-dk); font-size: 10px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; text-align: left; padding: 9px 12px; } .vk-tav-wrap .vk-tav-sizes td { padding: 9px 12px; border-top: 0.5px solid var(--vk-tav-border-lt); color: var(--vk-tav-text); background: var(--vk-tav-bg-card); } .vk-tav-wrap .vk-tav-sizes tr:nth-child(even) td { background: var(--vk-tav-bg); } .vk-tav-wrap .vk-tav-sizes .vk-tav-size-name { font-weight: 700; color: var(--vk-tav-text); } /* Specifications */ .vk-tav-wrap .vk-tav-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-tav-border); border-radius: 14px; overflow: hidden; } .vk-tav-wrap .vk-tav-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-tav-border-lt); display: flex; align-items: flex-start; background: var(--vk-tav-bg-card); gap: 16px; } .vk-tav-wrap .vk-tav-spec-item:last-child { border-bottom: 0; } .vk-tav-wrap .vk-tav-spec-item:nth-child(even) { background: var(--vk-tav-bg); } .vk-tav-wrap .vk-tav-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-tav-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-tav-wrap .vk-tav-spec-val { font-size: 12.5px; color: var(--vk-tav-text); } /* Style tags */ .vk-tav-wrap .vk-tav-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-tav-wrap .vk-tav-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-tav-accent-dk); background: var(--vk-tav-accent-bg); border: 0.5px solid var(--vk-tav-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-tav-wrap .vk-tav-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-tav-wrap .vk-tav-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-tav-border); border-radius: 12px; background: var(--vk-tav-bg-card); text-decoration: none; color: var(--vk-tav-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-tav-wrap .vk-tav-dl-card:hover { background: var(--vk-tav-accent-bg); border-color: var(--vk-tav-accent-bdr); } .vk-tav-wrap .vk-tav-dl-card.vk-tav-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-tav-bg); } .vk-tav-wrap .vk-tav-dl-card.vk-tav-dl-disabled:hover { background: var(--vk-tav-bg); border-color: var(--vk-tav-border); } .vk-tav-wrap .vk-tav-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-tav-accent-bg); border: 0.5px solid var(--vk-tav-accent-bdr); color: var(--vk-tav-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-tav-wrap .vk-tav-dl-icon svg { fill: none; } .vk-tav-wrap .vk-tav-dl-meta { width: 100%; } .vk-tav-wrap .vk-tav-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-tav-text); line-height: 1.3; margin-bottom: 3px; } .vk-tav-wrap .vk-tav-dl-sub { font-size: 11.5px; color: var(--vk-tav-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-tav-wrap .vk-tav-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-tav-text-light); background: var(--vk-tav-bg-card); border: 0.5px solid var(--vk-tav-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-tav-wrap .vk-tav-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-tav-wrap .vk-tav-faq-list details { border: 0.5px solid var(--vk-tav-border); border-radius: 10px; background: var(--vk-tav-bg-card); overflow: hidden; } .vk-tav-wrap .vk-tav-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-tav-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-tav-wrap .vk-tav-faq-list summary::-webkit-details-marker { display: none; } .vk-tav-wrap .vk-tav-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-tav-accent-dk); position: absolute; right: 16px; } .vk-tav-wrap .vk-tav-faq-list details[open] summary { color: var(--vk-tav-accent-dk); } .vk-tav-wrap .vk-tav-faq-list details[open] summary::after { content: '\2212'; } .vk-tav-wrap .vk-tav-faq-list .vk-tav-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-tav-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-tav-wrap .vk-tav-features-grid { grid-template-columns: 1fr; } .vk-tav-wrap .vk-tav-dl-grid { grid-template-columns: 1fr; } .vk-tav-wrap .vk-tav-spec-item { flex-direction: column; gap: 4px; } .vk-tav-wrap .vk-tav-spec-key { width: auto; } .vk-tav-wrap .vk-tav-sizes { font-size: 11px; } .vk-tav-wrap .vk-tav-sizes th, .vk-tav-wrap .vk-tav-sizes td { padding: 7px 8px; } } Inspiration The Tavros Alabaster Wall Sconce lines up alabaster drum shades, each topped with a small alabaster sphere, along a slim aged brass backplate. The translucent stone glows softly when lit and shows natural veining, and the open-front shades cast light forward. Choose 2, 3, or 4 lights (L12.6″ to L27.5″ / 32–70 cm). Mounted horizontally above a mirror, it works as a brass and alabaster vanity-style wall sconce for a bedroom, dressing area, or powder room, and suits a hallway or a pair of bedside lights. Each light uses a warm white LED light source (LED bulbs included); hardwires to a wall box for indoor use. Good To Know ! Aged brass + natural alabaster · 2 / 3 / 4 lights · LED warm white (bulbs included) · L12.6–27.5″ · D6.8″ · hardwired · indoor dry only A linear vanity-style wall sconce — a slim aged brass backplate carrying alabaster drum shades, each topped with an alabaster sphere. The translucent stone glows when lit and shows natural veining. Choose 2, 3, or 4 lights, each with a warm white LED bulb included. It is hardwired to a wall junction box; professional installation is recommended. Rated for indoor dry locations — for a full bathroom, confirm a damp-location rating and keep it clear of direct water. AC 110–240V. Key Features Alabaster Drum + Sphere Each light is an alabaster drum shade capped with an alabaster sphere. The translucent stone glows when lit, with natural veining unique to each piece. Slim Aged Brass Backplate An oval-ended aged brass backplate that mounts horizontally above a mirror — or vertically — with the shades set in a clean row. 2 / 3 / 4 Lights, Warm LED Included Pick 2, 3, or 4 lights. Each comes with a warm white LED bulb included, hardwired to a wall junction box. Size & Fit Choose by light count and the width you need. Backplate height and projection are the same across all three. Lights Length Height Projection 2 lights L12.6″ (32 cm) H3.1″ (8 cm) D6.8″ (17.5 cm) 3 lights L19.6″ (50 cm) H3.1″ (8 cm) D6.8″ (17.5 cm) 4 lights L27.5″ (70 cm) H3.1″ (8 cm) D6.8″ (17.5 cm) ! Hardwired · LED warm white (bulbs included) · brass + alabaster · indoor dry only It is hardwired to a wall junction box and runs through your wall switch; professional installation is recommended. Above a mirror, center it about 75–80″ from the floor (or to suit your vanity). Each light comes with a warm white LED bulb included. Alabaster is a soft natural stone — dust it gently and wipe the brass with a soft dry cloth; no harsh cleaners. Rated indoor dry only; for a bathroom, confirm a damp-location rating and keep clear of direct water. For other requests, email [email protected]. Specifications Fixture Type Vanity-style wall sconce · 2 / 3 / 4 light · hardwired Materials & Finish Aged brass backplate + natural alabaster drum shades, each topped with an alabaster sphere Light Source 2 / 3 / 4 × LED · warm white light · LED bulbs included Sizes 2-light L12.6″ (32 cm) · 3-light L19.6″ (50 cm) · 4-light L27.5″ (70 cm) · all H3.1″ (8 cm) · projection D6.8″ (17.5 cm) Mount Aged brass backplate · mounts horizontally or vertically · 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 · center ~75–80″ from the floor above a mirror Care Dust alabaster gently · wipe brass with a soft dry cloth · no harsh cleaners · keep dry, indoor use Design Style Modern Contemporary Organic Modern Transitional Mid-Century Best For Above a mirror, bedroom, dressing area, powder room, hallway, or as a pair of bedside lights Downloads Technical reference and setup files for the Tavros 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 light counts and sizes are available? Three options: 2 lights L12.6″ (32 cm), 3 lights L19.6″ (50 cm), and 4 lights L27.5″ (70 cm) — all H3.1″ (8 cm) tall with a D6.8″ (17.5 cm) projection from the wall. Are bulbs included, and what light does it give? Yes — each light comes with a warm white LED bulb included (2, 3, or 4 bulbs depending on the size you choose), for a soft, warm glow through the alabaster shades. Can I use it in a bathroom? It is rated for indoor dry locations only. It mounts well above a mirror in a bedroom, dressing area, or powder room, but for a full bathroom please confirm a damp-location rating and keep it clear of direct water and steam. Is it hardwired, and who should install it? It is hardwired to a wall junction box (brass backplate) and runs through your wall switch. Professional installation is recommended. How do I clean the alabaster and brass, and does the veining vary? Alabaster is a natural stone, so veining and tone vary from piece to piece. Dust it gently and wipe the brass with a soft, dry cloth; avoid harsh cleaners. Keep the fixture indoor and dry.
More you might like
Related
19.7 in Brass Alabaster Wall Sconces, Natural Marble Wall Sc
Related
19.7in Matte Black Alabaster Wall Sconces, Natural Marble Wa
Related
19.7 in Matte Black Alabaster Wall Sconces, Natural Marble W
Related