Grove Alabaster Wall Sconce
.vk-grove-wrap { --vk-grove-bg: #ffffff; --vk-grove-bg-card: #f7f0e6; --vk-grove-bg-deep: #ecdfc7; --vk-grove-border: #ddd3c0; --vk-grove-border-lt: #e5dcc6; --vk-grove-accent: #b0 8862; --vk-grove-accent-dk: #5a4a32; --vk-grove-accent-lt: #c9a875; --vk-grove-accent-bg: #f0e3c6; --vk-grove-accent-bdr: #c8a778; --vk-grove-text: #2a211a; --vk-grove-text-mid: #5a4a3b; --vk-grove-text-light: #978674; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-grove-text); line-height: 1.72; font-size: 14.5px; } .vk-grove-wrap * { box-sizing: border-box; } .vk-grove-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-grove-text-mid); } .vk-grove-wrap a { color: var(--vk-grove-accent-dk); text-decoration: underline; } .vk-grove-wrap .vk-grove-section { margin-bottom: 2.6rem; } .vk-grove-wrap .vk-grove-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-grove-wrap .vk-grove-sec-line { flex: 1; height: 0.5px; background: var(--vk-grove-border); } .vk-grove-wrap .vk-grove-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-grove-accent-dk); white-space: nowrap; } .vk-grove-wrap strong { color: var(--vk-grove-text); font-weight: 600; } /* Features grid (3 columns) */ .vk-grove-wrap .vk-grove-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-grove-wrap .vk-grove-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-grove-border); border-radius: 12px; background: var(--vk-grove-bg-card); } .vk-grove-wrap .vk-grove-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-grove-accent-bg); border: 0.5px solid var(--vk-grove-accent-bdr); color: var(--vk-grove-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-grove-wrap .vk-grove-feat-icon svg { fill: none; } .vk-grove-wrap .vk-grove-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-grove-text); margin-bottom: 6px; line-height: 1.35; } .vk-grove-wrap .vk-grove-feat-desc { font-size: 12px; color: var(--vk-grove-text-mid); line-height: 1.55; } /* Dimensions / cards grid (2 columns) */ .vk-grove-wrap .vk-grove-size-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; } .vk-grove-wrap .vk-grove-size-card { padding: 14px 14px 16px; border: 0.5px solid var(--vk-grove-border); border-radius: 12px; background: var(--vk-grove-bg-card); } .vk-grove-wrap .vk-grove-size-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vk-grove-accent-dk); margin-bottom: 6px; } .vk-grove-wrap .vk-grove-size-name { font-size: 14px; font-weight: 700; color: var(--vk-grove-text); margin-bottom: 5px; line-height: 1.3; } .vk-grove-wrap .vk-grove-size-meta { font-size: 11.5px; color: var(--vk-grove-text-mid); line-height: 1.55; margin-bottom: 8px; } .vk-grove-wrap .vk-grove-size-spec { font-size: 11px; color: var(--vk-grove-text-light); line-height: 1.55; } .vk-grove-wrap .vk-grove-size-spec strong { color: var(--vk-grove-accent-dk); font-weight: 700; } /* Critical notice */ .vk-grove-wrap .vk-grove-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-grove-accent-bdr); border-left: 3px solid var(--vk-grove-accent); border-radius: 10px; background: var(--vk-grove-accent-bg); } .vk-grove-wrap .vk-grove-notice .vk-grove-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-grove-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-grove-wrap .vk-grove-notice .vk-grove-notice-body { font-size: 12.5px; color: var(--vk-grove-text-mid); line-height: 1.6; } .vk-grove-wrap .vk-grove-notice .vk-grove-notice-body strong { color: var(--vk-grove-accent-dk); display: block; margin-bottom: 3px; font-size: 13px; } /* Warning callout */ .vk-grove-wrap .vk-grove-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-grove-wrap .vk-grove-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-grove-wrap .vk-grove-warn-body { font-size: 12px; color: var(--vk-grove-text-mid); line-height: 1.55; } .vk-grove-wrap .vk-grove-warn-body strong { color: #8a4820; display: block; margin-bottom: 2px; font-size: 12.5px; } /* Specifications */ .vk-grove-wrap .vk-grove-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-grove-border); border-radius: 14px; overflow: hidden; } .vk-grove-wrap .vk-grove-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-grove-border-lt); display: flex; align-items: flex-start; background: var(--vk-grove-bg-card); gap: 16px; } .vk-grove-wrap .vk-grove-spec-item:last-child { border-bottom: 0; } .vk-grove-wrap .vk-grove-spec-item:nth-child(even) { background: var(--vk-grove-bg); } .vk-grove-wrap .vk-grove-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-grove-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-grove-wrap .vk-grove-spec-val { font-size: 12.5px; color: var(--vk-grove-text); } /* Style tags */ .vk-grove-wrap .vk-grove-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-grove-wrap .vk-grove-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-grove-accent-dk); background: var(--vk-grove-accent-bg); border: 0.5px solid var(--vk-grove-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-grove-wrap .vk-grove-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-grove-wrap .vk-grove-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-grove-border); border-radius: 12px; background: var(--vk-grove-bg-card); text-decoration: none; color: var(--vk-grove-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-grove-wrap .vk-grove-dl-card:hover { background: var(--vk-grove-accent-bg); border-color: var(--vk-grove-accent-bdr); } .vk-grove-wrap .vk-grove-dl-card.vk-grove-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-grove-bg); } .vk-grove-wrap .vk-grove-dl-card.vk-grove-dl-disabled:hover { background: var(--vk-grove-bg); border-color: var(--vk-grove-border); } .vk-grove-wrap .vk-grove-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-grove-accent-bg); border: 0.5px solid var(--vk-grove-accent-bdr); color: var(--vk-grove-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-grove-wrap .vk-grove-dl-icon svg { fill: none; } .vk-grove-wrap .vk-grove-dl-meta { width: 100%; } .vk-grove-wrap .vk-grove-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-grove-text); line-height: 1.3; margin-bottom: 3px; } .vk-grove-wrap .vk-grove-dl-sub { font-size: 11.5px; color: var(--vk-grove-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-grove-wrap .vk-grove-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-grove-text-light); background: var(--vk-grove-bg-card); border: 0.5px solid var(--vk-grove-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-grove-wrap .vk-grove-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-grove-wrap .vk-grove-faq-list details { border: 0.5px solid var(--vk-grove-border); border-radius: 10px; background: var(--vk-grove-bg-card); overflow: hidden; } .vk-grove-wrap .vk-grove-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-grove-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-grove-wrap .vk-grove-faq-list summary::-webkit-details-marker { display: none; } .vk-grove-wrap .vk-grove-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-grove-accent-dk); position: absolute; right: 16px; } .vk-grove-wrap .vk-grove-faq-list details[open] summary { color: var(--vk-grove-accent-dk); } .vk-grove-wrap .vk-grove-faq-list details[open] summary::after { content: '\2212'; } .vk-grove-wrap .vk-grove-faq-list .vk-grove-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-grove-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-grove-wrap .vk-grove-features-grid { grid-template-columns: 1fr; } .vk-grove-wrap .vk-grove-size-grid { grid-template-columns: 1fr; } .vk-grove-wrap .vk-grove-dl-grid { grid-template-columns: 1fr; } .vk-grove-wrap .vk-grove-spec-item { flex-direction: column; gap: 4px; } .vk-grove-wrap .vk-grove-spec-key { width: auto; } } Inspiration The Grove Alabaster Wall Sconce is a low-profile wall light — a round natural alabaster disc carved with concentric ripple rings, with a frosted glass globe set off-center. The G9 bulb behind the glass throws a soft warm glow while the rippled alabaster catches light and shadow across its rings. One size, ∅ 11″ × just 1.5″ deep. For a bedside, hallway, powder room, vanity mirror, or entryway, it suits quiet-luxury, organic modern, wabi-sabi, Japandi, and Mediterranean rooms. Good To Know ! 1 × G9 (max 10W) · G9 LED bulb included & replaceable · alabaster disc · frosted glass globe · hardwired wall sconce · ~1.5″ low profile · powder room OK (no shower) · indoor dry only The disc is real natural alabaster, carved with concentric ripple rings — veining and tone vary piece to piece; alabaster is porous and not damp-rated, so keep it to dry rooms and never clean it with water. The globe is frosted glass. Socket is G9 (a line-voltage bi-pin base); a G9 LED bulb is included and replaceable, max 10W, warm 2700–3000K, and widely available in the US. Hardwired to a standard wall junction box and it sits only about 1.5″ off the wall; licensed electrician recommended. Indoor dry locations only — powder rooms (no shower) and dry-zone vanity mirrors are OK; full bathrooms with shower steam and outdoor are not. Dust the alabaster with a dry cloth; wipe the glass with a dry soft cloth. Key Features Rippled Alabaster Disc A round disc of real alabaster carved with concentric ripple rings — veining and tone vary per piece, so no two are alike. Frosted Glass Globe An off-center frosted glass globe diffuses the bulb into a soft, even glow with no harsh hotspot. G9 Socket, Low Profile A line-voltage G9 socket with an included, replaceable G9 LED bulb (max 10W, 2700–3000K); the disc sits just 1.5″ off the wall. Dimensions & Bulb One size and finish — a ripple-carved alabaster disc with a frosted glass globe. Dimensions ∅ 11″ × H 1.5″ A round, ultra-low-profile sconce — pairs flanking a mirror or bed, or single in a hallway or powder room. Dia 28 cm × H 4 cm1 × G9 · bulb included Bulb & Mount G9 LED · Hardwired G9 LED bulb included and replaceable (max 10W); hardwired, sits only ~1.5″ off the wall. 1 × G9 · max 10W · 2700–3000Kwall junction box · 120V (US) ! Alabaster is porous — powder room OK, no shower The alabaster disc is natural stone and absorbs moisture. Powder rooms (no shower) and dry-zone vanity mirrors are fine; full bathrooms with shower steam and outdoor are not. Never clean the stone with water or cleaners — dust dry only. Veining and tone vary piece to piece — the character of the stone, not a defect. Specifications Fixture Type Wall sconce · hardwired · low-profile · ripple-carved alabaster disc + frosted glass globe Materials Natural alabaster (ripple-carved disc) + frosted glass (globe) · alabaster veining varies per piece Dimensions ∅ 11″ × H 1.5″ (Dia 28 × H 4 cm) Light Source 1 × G9 bi-pin socket (line-voltage) · max 10W · G9 LED bulb included & replaceable · 2700–3000K warm · widely available in the US Light Character Soft warm accent glow — frosted globe diffuses the bulb; rippled alabaster catches light and shadow across its rings Finish Natural cream alabaster + frosted white glass Mounting Hardwired to standard wall junction box · low profile (~1.5″ off the wall) · powder room OK (no shower) / dry-zone vanity OK · indoor dry only · 120V (US) Certification Certified: North America · Australia · Europe · Middle East Care Alabaster: dry soft cloth only — no water or cleaners (porous) · Glass: dry/barely-damp cloth Design Style Quiet Luxury Organic Modern Wabi-Sabi Japandi Mediterranean Coastal Best For Bedside, hallway, powder room, vanity mirror (dry zone), entryway, accent wall, living room Use Case The Grove reads as a ripple of stone with a glowing pearl — the frosted globe gives a soft point of light while the concentric rings of the alabaster disc catch light and shadow around it. At just 1.5″ deep, it sits close to the wall, so it works in tight spots and passageways. Use it flanking a bed or mirror in pairs, single in a hallway, powder room, or entryway, or as an accent-wall light. At a vanity, mount the center about 60–66″ above the floor; elsewhere, align with nearby art or mirror heights. It's accent / ambient light, not a bright task fixture. The rippled alabaster and frosted glass suit quiet-luxury, organic modern, wabi-sabi, Japandi, and Mediterranean rooms. Email [email protected] for hand-matched pairs or trade pricing. Downloads Technical reference and care guides for the Grove Alabaster Wall Sconce. Need a doc that's not listed? Email [email protected]. Spec Sheet Dimensions & bulb · PDF Pending Installation Guide Hardwire sconce · PDF Pending Care Guide Alabaster & glass care · PDF Pending FAQ What bulb does it use — is it included? It uses 1 × G9, a line-voltage bi-pin base, max 10W, and a G9 LED bulb is included and fully replaceable, in a warm 2700–3000K. G9 LED bulbs are widely available in the US online and in stores, so replacements are easy. Stay at or below 10W. What is the light like? It's soft accent / ambient light — the frosted glass globe diffuses the G9 bulb into an even glow, while the concentric rings of the alabaster disc catch light and shadow around it. It's a decorative accent sconce rather than a bright task or reading light. Can I use it in a bathroom, and how do I clean the alabaster? Powder rooms (no shower) and dry-zone vanity mirrors are fine; full bathrooms with shower steam are not, and neither is outdoor — alabaster is porous and not damp-rated, so humidity can stain or degrade the stone. Cleaning: dust the alabaster with a dry soft cloth only — no water, vinegar, alcohol, or cleaners. Wipe the glass globe with a dry or barely-damp cloth. How is it installed, and how far does it stick out? It's a hardwired wall sconce that mounts to a standard wall junction box and sits only about 1.5″ off the wall — low-profile for tight spots and passageways. Licensed electrician recommended. At a vanity, mount the center about 60–66″ above the floor. Indoor dry locations only. Will my alabaster look exactly like the photo? Not exactly — each disc is carved from natural alabaster, so the veining pattern and color tone (including any honey-colored veins) vary piece to piece. The listing photo is representative; this variation is the character of natural stone, not a defect. For close-matched pairs, email [email protected].
More you might like
Related
Grove Alabaster Wall Sconce
Related
19.7 in Brass Alabaster Wall Sconces, Natural Marble Wall Sc
Related
19.7in Matte Black Alabaster Wall Sconces, Natural Marble Wa
Related