Virelle Alabaster Wall Sconce
.vk-virel-wrap { --vk-virel-bg: #ffffff; --vk-virel-bg-card: #f7f0e6; --vk-virel-bg-deep: #ecdfc7; --vk-virel-border: #ddd3c0; --vk-virel-border-lt: #e5dcc6; --vk-virel-accent: #b0 8862; --vk-virel-accent-dk: #5a4a32; --vk-virel-accent-lt: #c9a875; --vk-virel-accent-bg: #f0e3c6; --vk-virel-accent-bdr: #c8a778; --vk-virel-text: #2a211a; --vk-virel-text-mid: #5a4a3b; --vk-virel-text-light: #978674; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-virel-text); line-height: 1.72; font-size: 14.5px; } .vk-virel-wrap * { box-sizing: border-box; } .vk-virel-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-virel-text-mid); } .vk-virel-wrap a { color: var(--vk-virel-accent-dk); text-decoration: underline; } .vk-virel-wrap .vk-virel-section { margin-bottom: 2.6rem; } .vk-virel-wrap .vk-virel-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-virel-wrap .vk-virel-sec-line { flex: 1; height: 0.5px; background: var(--vk-virel-border); } .vk-virel-wrap .vk-virel-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-virel-accent-dk); white-space: nowrap; } .vk-virel-wrap strong { color: var(--vk-virel-text); font-weight: 600; } /* Features grid (3 columns) */ .vk-virel-wrap .vk-virel-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-virel-wrap .vk-virel-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-virel-border); border-radius: 12px; background: var(--vk-virel-bg-card); } .vk-virel-wrap .vk-virel-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-virel-accent-bg); border: 0.5px solid var(--vk-virel-accent-bdr); color: var(--vk-virel-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-virel-wrap .vk-virel-feat-icon svg { fill: none; } .vk-virel-wrap .vk-virel-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-virel-text); margin-bottom: 6px; line-height: 1.35; } .vk-virel-wrap .vk-virel-feat-desc { font-size: 12px; color: var(--vk-virel-text-mid); line-height: 1.55; } /* Sizes grid (2 columns) */ .vk-virel-wrap .vk-virel-size-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; } .vk-virel-wrap .vk-virel-size-card { padding: 14px 14px 16px; border: 0.5px solid var(--vk-virel-border); border-radius: 12px; background: var(--vk-virel-bg-card); } .vk-virel-wrap .vk-virel-size-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vk-virel-accent-dk); margin-bottom: 6px; } .vk-virel-wrap .vk-virel-size-name { font-size: 14px; font-weight: 700; color: var(--vk-virel-text); margin-bottom: 5px; line-height: 1.3; } .vk-virel-wrap .vk-virel-size-meta { font-size: 11.5px; color: var(--vk-virel-text-mid); line-height: 1.55; margin-bottom: 8px; } .vk-virel-wrap .vk-virel-size-spec { font-size: 11px; color: var(--vk-virel-text-light); line-height: 1.55; } .vk-virel-wrap .vk-virel-size-spec strong { color: var(--vk-virel-accent-dk); font-weight: 700; } /* Critical notice */ .vk-virel-wrap .vk-virel-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-virel-accent-bdr); border-left: 3px solid var(--vk-virel-accent); border-radius: 10px; background: var(--vk-virel-accent-bg); } .vk-virel-wrap .vk-virel-notice .vk-virel-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-virel-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-virel-wrap .vk-virel-notice .vk-virel-notice-body { font-size: 12.5px; color: var(--vk-virel-text-mid); line-height: 1.6; } .vk-virel-wrap .vk-virel-notice .vk-virel-notice-body strong { color: var(--vk-virel-text); font-weight: 600; } .vk-virel-wrap .vk-virel-notice .vk-virel-notice-body strong:first-child { display: block; color: var(--vk-virel-accent-dk); margin-bottom: 3px; font-size: 13px; } /* Warning callout */ .vk-virel-wrap .vk-virel-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-virel-wrap .vk-virel-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-virel-wrap .vk-virel-warn-body { font-size: 12px; color: var(--vk-virel-text-mid); line-height: 1.55; } .vk-virel-wrap .vk-virel-warn-body strong { color: #8a4820; font-weight: 600; } .vk-virel-wrap .vk-virel-warn-body strong:first-child { display: block; margin-bottom: 2px; font-size: 12.5px; } /* Specifications */ .vk-virel-wrap .vk-virel-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-virel-border); border-radius: 14px; overflow: hidden; } .vk-virel-wrap .vk-virel-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-virel-border-lt); display: flex; align-items: flex-start; background: var(--vk-virel-bg-card); gap: 16px; } .vk-virel-wrap .vk-virel-spec-item:last-child { border-bottom: 0; } .vk-virel-wrap .vk-virel-spec-item:nth-child(even) { background: var(--vk-virel-bg); } .vk-virel-wrap .vk-virel-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-virel-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-virel-wrap .vk-virel-spec-val { font-size: 12.5px; color: var(--vk-virel-text); } /* Style tags */ .vk-virel-wrap .vk-virel-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-virel-wrap .vk-virel-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-virel-accent-dk); background: var(--vk-virel-accent-bg); border: 0.5px solid var(--vk-virel-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-virel-wrap .vk-virel-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-virel-wrap .vk-virel-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-virel-border); border-radius: 12px; background: var(--vk-virel-bg-card); text-decoration: none; color: var(--vk-virel-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-virel-wrap .vk-virel-dl-card:hover { background: var(--vk-virel-accent-bg); border-color: var(--vk-virel-accent-bdr); } .vk-virel-wrap .vk-virel-dl-card.vk-virel-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-virel-bg); } .vk-virel-wrap .vk-virel-dl-card.vk-virel-dl-disabled:hover { background: var(--vk-virel-bg); border-color: var(--vk-virel-border); } .vk-virel-wrap .vk-virel-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-virel-accent-bg); border: 0.5px solid var(--vk-virel-accent-bdr); color: var(--vk-virel-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-virel-wrap .vk-virel-dl-icon svg { fill: none; } .vk-virel-wrap .vk-virel-dl-meta { width: 100%; } .vk-virel-wrap .vk-virel-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-virel-text); line-height: 1.3; margin-bottom: 3px; } .vk-virel-wrap .vk-virel-dl-sub { font-size: 11.5px; color: var(--vk-virel-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-virel-wrap .vk-virel-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-virel-text-light); background: var(--vk-virel-bg-card); border: 0.5px solid var(--vk-virel-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-virel-wrap .vk-virel-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-virel-wrap .vk-virel-faq-list details { border: 0.5px solid var(--vk-virel-border); border-radius: 10px; background: var(--vk-virel-bg-card); overflow: hidden; } .vk-virel-wrap .vk-virel-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-virel-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-virel-wrap .vk-virel-faq-list summary::-webkit-details-marker { display: none; } .vk-virel-wrap .vk-virel-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-virel-accent-dk); position: absolute; right: 16px; } .vk-virel-wrap .vk-virel-faq-list details[open] summary { color: var(--vk-virel-accent-dk); } .vk-virel-wrap .vk-virel-faq-list details[open] summary::after { content: '\2212'; } .vk-virel-wrap .vk-virel-faq-list .vk-virel-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-virel-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-virel-wrap .vk-virel-features-grid { grid-template-columns: 1fr; } .vk-virel-wrap .vk-virel-size-grid { grid-template-columns: 1fr; } .vk-virel-wrap .vk-virel-dl-grid { grid-template-columns: 1fr; } .vk-virel-wrap .vk-virel-spec-item { flex-direction: column; gap: 4px; } .vk-virel-wrap .vk-virel-spec-key { width: auto; } } Inspiration The Virelle Alabaster Wall Sconce is a cluster of carved alabaster blooms — flower-shaped petals of natural alabaster, each centered with a small brass stud, that glow warm when lit. The small size has three blooms; the large has five. Two sizes, 7.5″ and 9.8″ wide. As a bedside, hallway, living-room, entryway, or dry-zone vanity sconce, it gives soft accent light and suits organic-modern, transitional, modern-glam, and coastal rooms. Good To Know ! G9 (line-voltage) · G9 LED bulb(s) included & replaceable · carved alabaster blooms · brass centers & hardware · wall sconce, hardwired · indoor dry only The blooms are carved alabaster (natural stone), each with a brass center stud; because alabaster is porous and not damp-rated, keep it to dry rooms, dust it dry and never clean it with water, and the veining, tone, and translucency vary piece to piece. The hardware is brass. Light source is G9 (line-voltage, widely available in the US); G9 LED bulb(s) are included and replaceable, warm 2700–3000K — the alabaster glows warm, giving soft accent / ambient light, not bright task light. The number of blooms and bulbs varies by size (small = 3 blooms, large = 5 blooms; see the spec sheet for the exact bulb count). Hardwired to a standard wall junction box; certified for North America, Australia, Europe & the Middle East (110–240V); licensed electrician recommended. Indoor dry locations only — a powder room or dry-zone vanity is fine, but not a full bath with shower steam or outdoors. Key Features Carved Alabaster Blooms Flower-shaped alabaster petals that glow warm when lit; veining & tone vary per piece (natural stone). Brass Centers & Hardware A brass stud centers each bloom; brass mounting hardware fixes it to the wall. G9 Warm Glow, Accent Light G9 LED bulb(s) included & replaceable (line-voltage, US-available), warm 2700–3000K — soft accent / ambient light. Available Sizes Two sizes — same carved alabaster blooms with brass centers and G9 light source; the larger size adds blooms and height. Small 7.5″ W × 13″ H 3 alabaster blooms — for a bedside, hallway, or beside a mirror. W19 × H33 cm · G9 · bulb(s) included Large 9.8″ W × 22.4″ H 5 alabaster blooms — a taller statement for a living room, entryway, or stairwell. W25 × H57 cm · G9 · bulb(s) included ! Natural alabaster · accent light · indoor dry only The blooms are natural alabaster — porous and not damp-rated, so dust dry and never use water; keep to dry rooms (a powder room or dry-zone vanity is fine, not a full bath with shower steam or outdoors), and the veining, tone, and translucency vary piece to piece. It gives soft accent / ambient light, not bright task light. Bulb count varies by size — see the spec sheet. Specifications Fixture Type Wall sconce · hardwired · cluster of carved alabaster blooms with brass centers Materials & Finish Brass (centers & hardware) + carved alabaster (blooms) · veining, tone & translucency vary per piece Sizes Small: 7.5″ W × 13″ H (W19 × H33 cm), 3 blooms · Large: 9.8″ W × 22.4″ H (W25 × H57 cm), 5 blooms · see Available Sizes above Light Source G9 (line-voltage, US-available) · G9 LED bulb(s) included & replaceable · 2700–3000K warm · soft accent / ambient light · bulb count per size — see spec sheet Mounting Wall sconce, hardwired to standard wall junction box · indoor dry only (powder room / dry-zone vanity OK; not full-bath steam or outdoor) · 110–240V Certification Certified: North America · Australia · Europe · Middle East Care Alabaster: dust dry with a soft cloth — never water or cleaners · Brass: dry soft cloth Design Style Organic Modern Transitional Modern Glam Coastal Romantic Sculptural Best For Bedside, hallway, living room, entryway, dry-zone vanity / powder room, stairwell Use Case The Virelle reads as a cluster of alabaster flowers — when lit, the stone glows warm around the brass centers for soft accent / ambient light, not a bright task source. Each piece's veining is a little different. Use the small (7.5″, 3 blooms) at a bedside, in a hallway, or flanking a mirror; step up to the large (9.8″, 5 blooms) as a taller statement in a living room, entryway, or stairwell. Mount a pair to flank a bed, mirror, or piece of art. Keep it to dry rooms — a powder room or dry-zone vanity works, but not a full bath with shower steam. The alabaster and brass suit organic-modern, transitional, modern-glam, and coastal rooms. Email [email protected] for trade pricing. Downloads Technical reference and 3D files for the Virelle Alabaster Wall Sconce. Need a doc that's not listed? Email [email protected]. Spec Sheet Both sizes · PDF Pending Installation Guide Hardwire sconce · PDF Pending 3D Files Project Rendering · ZIP Pending FAQ Which size should I pick? The small (7.5″ W × 13″ H, 3 blooms) suits a bedside, hallway, or beside a mirror; the large (9.8″ W × 22.4″ H, 5 blooms) is a taller statement for a living room, entryway, or stairwell. Both use carved alabaster blooms with brass centers and a G9 light source. What bulb does it use — is it included? It uses G9 bulbs, which are line-voltage (120V) and widely available in the US. G9 LED bulb(s) are included and replaceable, in a warm 2700–3000K. The number of bulbs depends on the size (the small has 3 blooms, the large 5) — see the spec sheet for the exact bulb count. How bright is it? The alabaster glows warm when lit, giving soft accent / ambient light rather than bright task light. It's well suited to bedside reading-area ambiance, hallways, and flanking a mirror or bed; layer with other lighting where you need more output. Can I use it in a bathroom, and how do I clean the alabaster? Indoor dry locations only. A powder room or dry-zone vanity is fine, but avoid a full bath with shower steam and outdoor spots — alabaster is porous and not damp-rated. Cleaning: dust it dry with a soft cloth or brush; never use water or cleaners, which can stain or etch the stone. Wipe the brass with a dry cloth. How is it installed? It's a hardwired wall sconce that mounts to a standard wall junction box; it's certified for North America, Australia, Europe & the Middle East (110–240V). Licensed electrician recommended. Indoor dry locations only. Because alabaster is natural stone, handle the blooms gently during mounting.
More you might like
Related
Virelle Wall Sconce
Related
Virelle Wall Sconce
Related
Virelle Smoke Crystal Wall Sconce
Related