Globe Alabaster Wall Sconce
* { box-sizing: border-box; margin: 0; padding: 0; } body { background: #fff; padding: 2rem; } .vk-globe-wrap { font-family: 'DM Sans', sans-serif; color: #1a1a1a; max-width: 680px ; margin: 0; padding: 0; } .vk-globe-divider { height: 1px; background: #e8e6e2; margin: 2rem 0; } .vk-globe-intro { font-size: 15px; color: #555; line-height: 1.75; margin-bottom: 1rem; } .vk-globe-section-label { font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: #8A7E6A; margin-bottom: .65rem; } .vk-globe-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-globe-feat { background: #f7f5f0; border-radius: 8px; padding: .85rem; } .vk-globe-feat-icon { width: 28px; height: 28px; border-radius: 6px; background: #e8e3d8; display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; } .vk-globe-feat h4 { font-size: 13px; font-weight: 500; color: #1a1a1a; margin-bottom: .25rem; } .vk-globe-feat p { font-size: 12px; color: #666; line-height: 1.6; margin: 0; } .vk-globe-notice { border-left: 3px solid #A89878; background: #f7f4ee; border-radius: 0 8px 8px 0; padding: .85rem 1rem; margin-bottom: .75rem; } .vk-globe-notice h5 { font-size: 13px; font-weight: 500; color: #5F5640; margin-bottom: .3rem; } .vk-globe-notice p { font-size: 13px; color: #666; line-height: 1.65; margin: 0; } .vk-globe-notice a { color: #5F5640; } .vk-globe-control-split { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: .75rem; } .vk-globe-control-card { border: 1px solid #ddd; border-radius: 8px; padding: .85rem; } .vk-globe-control-card h5 { font-size: 13px; font-weight: 500; color: #1a1a1a; margin-bottom: .35rem; } .vk-globe-control-card p { font-size: 12px; color: #666; line-height: 1.6; margin: 0; } .vk-globe-matrix { width: 100%; border-collapse: collapse; margin-bottom: .75rem; font-size: 13px; } .vk-globe-matrix th { background: #f7f5f0; padding: 8px 10px; text-align: left; font-weight: 500; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: #8A7E6A; border-bottom: 1px solid #ece8e2; } .vk-globe-matrix td { padding: 8px 10px; border-bottom: 1px solid #ece8e2; color: #444; font-size: 12px; } .vk-globe-matrix tr:last-child td { border-bottom: none; } .vk-globe-matrix td:first-child { font-weight: 500; color: #1a1a1a; } .vk-globe-shape-card { background: #f7f4ee; border: 1px solid #e8e0d0; border-radius: 10px; padding: 1.25rem; margin-bottom: 1rem; } .vk-globe-shape-card .vk-globe-section-label { margin-bottom: .6rem; } .vk-globe-shape-hint { font-size: 13px; color: #666; margin-bottom: .85rem; line-height: 1.6; } .vk-globe-shape-thumb-link { display: inline-block; max-width: 320px; cursor: zoom-in; } .vk-globe-shape-thumb { width: 100%; height: auto; display: block; border-radius: 6px; } .vk-globe-shape-enlarge { font-size: 12px; color: #8A7E6A; margin-top: .5rem; } .vk-globe-spec-table { width: 100%; border-collapse: collapse; table-layout: fixed; } .vk-globe-spec-table tr { border-bottom: 1px solid #ece8e2; } .vk-globe-spec-table tr:last-child { border-bottom: none; } .vk-globe-spec-table td { padding: 9px 0; font-size: 14px; vertical-align: top; word-wrap: break-word; } .vk-globe-spec-table td:first-child { color: #888; width: 42%; padding-right: 1rem; } .vk-globe-install { list-style: none; padding: 0; margin: 0; } .vk-globe-install li { font-size: 14px; color: #666; padding: 8px 0 8px 20px; border-bottom: 1px solid #ece8e2; line-height: 1.65; position: relative; } .vk-globe-install li:last-child { border-bottom: none; } .vk-globe-install li::before { content: ''; position: absolute; left: 0; top: 16px; width: 6px; height: 6px; border-radius: 50%; background: #A89878; } .vk-globe-dl { display: flex; gap: 8px; flex-wrap: wrap; } .vk-globe-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-globe-dl-btn:hover { background: #f5f5f5; } .vk-globe-faq { margin-top: .5rem; } .vk-globe-faq-item { border-bottom: 1px solid #ece8e2; } .vk-globe-faq-item:last-child { border-bottom: none; } .vk-globe-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-globe-faq-item > summary::-webkit-details-marker { display: none; } .vk-globe-faq-item > summary::after { content: ''; position: absolute; right: 4px; top: 50%; width: 10px; height: 10px; border-right: 1.5px solid #8A7E6A; border-bottom: 1.5px solid #8A7E6A; transform: translateY(-70%) rotate(45deg); transition: transform 0.2s ease; } .vk-globe-faq-item[open] > summary::after { transform: translateY(-30%) rotate(-135deg); } .vk-globe-faq-item[open] > summary { color: #5F5640; } .vk-globe-faq-a { font-size: 13px; color: #666; line-height: 1.7; margin: 0 0 14px; padding-right: 32px; } @media (max-width: 520px) { .vk-globe-features { grid-template-columns: 1fr 1fr; } .vk-globe-control-split { grid-template-columns: 1fr; } } A globe alabaster wall sconce — a hand-carved alabaster globe glowing warm and translucent atop a slim T-shaped metal stem, on a round backplate. The natural stone veining shows softly when lit. ⌀5.9″ globe, 13.4″ tall, G9 base, bulb included. Choose brushed nickel, matte black, or brass. For bedsides, hallways, vanities, and living rooms. Features Alabaster globe Hand-carved translucent alabaster glows warm when lit, with the natural veining showing through. T-shaped stem A clean vertical post with a capsule tail and a horizontal arm to the round wall backplate. Three metal finishes Brushed nickel, matte black, or brass — same alabaster globe, your choice of frame. G9, bulb included. Configuration Options Finish Brushed nickel for a soft cool tone, matte black for contrast, or brass for warmth. Pair them Mount as a single accent or in a symmetrical pair flanking a bed, mirror, or doorway. About natural alabaster Each globe is hand-carved from natural alabaster, a translucent stone. Veining, cloudy banding, and slight color variation differ piece to piece, and the glow may look a touch uneven where the stone is denser — these are core characteristics of natural alabaster, not defects. No two globes are identical. Finishes Finish Frame tone Globe Base Brushed Nickel Soft cool silver Alabaster G9 Matte Black Deep matte black Alabaster G9 Brass Warm brushed brass Alabaster G9 Shape Diagrams ⌀5.9″ globe · 13.4″ overall height. Click any diagram to enlarge. Click to enlarge ↗ Specifications Material Alabaster, Metal Body finish Brushed nickel, matte black, or brass metal stem and backplate Shade finish Natural alabaster Dimensions ⌀5.9″ globe × H13.4″ (⌀15 × H34 cm) Light source G9 base × 1 — bulb included; 2700K warm-white G9 LED recommended Voltage AC 110–240V (universal) Mounting Hardwired wall mount, US junction box compatible Moisture rating IP20 — indoor, dry locations only Control Compatible with standard wall switch or dimmer (not included) Certification Listed · North America · CE · SAA · SASO · KC Installation Notes Hardwired wall install — a licensed electrician is recommended. Mounts flush via the round backplate over a standard US junction box. Mount the backplate level so the stem reads true vertical and the globe sits plumb. The G9 bulb is included and replaceable at the top of the stem under the globe; a 2700K warm-white G9 LED gives the warmest glow through the stone. Dimmable with a compatible dimmable G9 bulb and a wall dimmer (not included). Alabaster is a natural translucent stone — veining, cloudy banding, and slightly uneven glow are core characteristics of the material, not flaws or damage. No two globes are identical. Indoor dry locations only (IP20); keep clear of direct water, as alabaster is porous and absorbs moisture. Downloads & Resources Spec Sheet Installation Guide Request 3D Files FAQs Is the globe glass or stone? Natural alabaster — a translucent stone, not glass. It glows warm when lit and shows soft veining and cloudy banding that glass can't replicate. Because it's natural stone, each globe is unique and the glow can look slightly uneven where the stone is denser; that's the character of alabaster, not a flaw. Which finish should I choose? All three use the same alabaster globe; only the metal changes. Brushed nickel is soft and cool for a quiet, modern look; matte black adds graphic contrast; brass brings warmth and a more classic feel. Email us if you'd like help matching it to your hardware. What bulb does it use, is it included, and is it dimmable? One G9 bulb, included. A 2700K warm-white G9 LED gives the warmest glow through the alabaster. Dimmable when paired with a dimmable G9 bulb and a compatible wall dimmer (sold separately). Can it be mounted facing up or down, and used in pairs? It's designed globe-up as shown, with the stem hanging below — mount the backplate level for the cleanest line. It looks great as a single accent or in a symmetrical pair flanking a bed, mirror, or doorway. Can I install it in a bathroom, and what's the warranty? Only away from water — it's rated IP20 for indoor dry locations, so keep it clear of shower or tub spray. Alabaster is porous and absorbs moisture. 2-year warranty on the fixture and wiring; G9 bulbs are standard replaceable parts. Email support for help — we reply within one business day.
More you might like
Related
Alabaster Globe Wall Sconce
Related
Seraphine Alabaster Globe Wall Sconce
Related
Two Globe Alabaster Wall Sconce
Related