Orb Alabaster Wall Sconce
.vk-orb-wrap { --vk-orb-bg: #ffffff; --vk-orb-bg-card: #f7f1e4; --vk-orb-bg-deep: #ecdfc7; --vk-orb-border: #e8dec6; --vk-orb-border-lt: #ede5d0; --vk-orb-accent: #8b7355; --vk-orb -accent-dk: #5a4a3b; --vk-orb-accent-lt: #b89c79; --vk-orb-accent-bg: #f0e8d6; --vk-orb-accent-bdr: #c8b894; --vk-orb-text: #2a211a; --vk-orb-text-mid: #5a4a3b; --vk-orb-text-light: #978674; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-orb-text); line-height: 1.72; font-size: 14.5px; } .vk-orb-wrap * { box-sizing: border-box; } .vk-orb-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-orb-text-mid); } .vk-orb-wrap a { color: var(--vk-orb-accent-dk); text-decoration: underline; } .vk-orb-wrap .vk-orb-section { margin-bottom: 2.6rem; } .vk-orb-wrap .vk-orb-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-orb-wrap .vk-orb-sec-line { flex: 1; height: 0.5px; background: var(--vk-orb-border); } .vk-orb-wrap .vk-orb-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-orb-accent-dk); white-space: nowrap; } .vk-orb-wrap strong { color: var(--vk-orb-text); font-weight: 600; } /* Features grid */ .vk-orb-wrap .vk-orb-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-orb-wrap .vk-orb-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-orb-border); border-radius: 12px; background: var(--vk-orb-bg-card); } .vk-orb-wrap .vk-orb-feat-icon { width: 30px; height: 30px; border-radius: 8px; background: var(--vk-orb-accent-bg); border: 0.5px solid var(--vk-orb-accent-bdr); color: var(--vk-orb-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-orb-wrap .vk-orb-feat-icon svg { fill: none; } .vk-orb-wrap .vk-orb-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-orb-text); margin-bottom: 6px; line-height: 1.35; } .vk-orb-wrap .vk-orb-feat-desc { font-size: 12px; color: var(--vk-orb-text-mid); line-height: 1.55; } /* Critical notice */ .vk-orb-wrap .vk-orb-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-orb-accent-bdr); border-left: 3px solid var(--vk-orb-accent); border-radius: 10px; background: var(--vk-orb-accent-bg); } .vk-orb-wrap .vk-orb-notice .vk-orb-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-orb-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-orb-wrap .vk-orb-notice .vk-orb-notice-body { font-size: 12.5px; color: var(--vk-orb-text-mid); line-height: 1.6; } .vk-orb-wrap .vk-orb-notice .vk-orb-notice-body strong { color: var(--vk-orb-accent-dk); display: block; margin-bottom: 3px; font-size: 13px; } /* Specifications */ .vk-orb-wrap .vk-orb-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-orb-border); border-radius: 14px; overflow: hidden; } .vk-orb-wrap .vk-orb-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-orb-border-lt); display: flex; align-items: center; background: var(--vk-orb-bg-card); gap: 16px; } .vk-orb-wrap .vk-orb-spec-item:last-child { border-bottom: 0; } .vk-orb-wrap .vk-orb-spec-item:nth-child(even) { background: var(--vk-orb-bg); } .vk-orb-wrap .vk-orb-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-orb-accent-dk); width: 160px; flex-shrink: 0; } .vk-orb-wrap .vk-orb-spec-val { font-size: 12.5px; color: var(--vk-orb-text); } /* Style tags */ .vk-orb-wrap .vk-orb-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-orb-wrap .vk-orb-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-orb-accent-dk); background: var(--vk-orb-accent-bg); border: 0.5px solid var(--vk-orb-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-orb-wrap .vk-orb-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-orb-wrap .vk-orb-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-orb-border); border-radius: 12px; background: var(--vk-orb-bg-card); text-decoration: none; color: var(--vk-orb-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-orb-wrap .vk-orb-dl-card:hover { background: var(--vk-orb-accent-bg); border-color: var(--vk-orb-accent-bdr); } .vk-orb-wrap .vk-orb-dl-card.vk-orb-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-orb-bg); } .vk-orb-wrap .vk-orb-dl-card.vk-orb-dl-disabled:hover { background: var(--vk-orb-bg); border-color: var(--vk-orb-border); } .vk-orb-wrap .vk-orb-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-orb-accent-bg); border: 0.5px solid var(--vk-orb-accent-bdr); color: var(--vk-orb-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-orb-wrap .vk-orb-dl-icon svg { fill: none; } .vk-orb-wrap .vk-orb-dl-meta { width: 100%; } .vk-orb-wrap .vk-orb-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-orb-text); line-height: 1.3; margin-bottom: 3px; } .vk-orb-wrap .vk-orb-dl-sub { font-size: 11.5px; color: var(--vk-orb-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-orb-wrap .vk-orb-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-orb-text-light); background: var(--vk-orb-bg-card); border: 0.5px solid var(--vk-orb-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-orb-wrap .vk-orb-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-orb-wrap .vk-orb-faq-list details { border: 0.5px solid var(--vk-orb-border); border-radius: 10px; background: var(--vk-orb-bg-card); overflow: hidden; } .vk-orb-wrap .vk-orb-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-orb-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-orb-wrap .vk-orb-faq-list summary::-webkit-details-marker { display: none; } .vk-orb-wrap .vk-orb-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-orb-accent-dk); position: absolute; right: 16px; } .vk-orb-wrap .vk-orb-faq-list details[open] summary { color: var(--vk-orb-accent-dk); } .vk-orb-wrap .vk-orb-faq-list details[open] summary::after { content: '\2212'; } .vk-orb-wrap .vk-orb-faq-list .vk-orb-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-orb-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-orb-wrap .vk-orb-features-grid { grid-template-columns: repeat(2, 1fr); } .vk-orb-wrap .vk-orb-dl-grid { grid-template-columns: 1fr; } .vk-orb-wrap .vk-orb-spec-key { width: 120px; } } @media (max-width: 380px) { .vk-orb-wrap .vk-orb-features-grid { grid-template-columns: 1fr; } } Inspiration The Orb Alabaster Wall Sconce is a small sculptural sconce — two stacked natural alabaster orbs on a low-profile mount, the upper sphere lit from within so warm light glows through the stone’s natural veining and casts soft shadows on the wall. 4.9″ wide × 7.9″ tall. One E26 socket. For a powder room, bedside, hallway, foyer, vanity, or reading nook. Modern minimalist, organic modern, transitional, Hollywood Regency, and quiet luxury style. Good To Know ! 1 × E26 bulb included · natural stone (each piece unique) · hardwired · indoor dry only Each piece is carved from natural alabaster — a translucent gypsum-based stone with crystalline veining inside. Color tone, vein pattern, and exact translucence vary piece to piece, sometimes noticeably; this is the defining characteristic of natural alabaster, not a defect. The upper orb contains the bulb; the lower orb is the structural mounting element. Stone is heavier than glass and somewhat fragile to impact — mount to a stud or solid wall anchor, not to drywall alone. Use the included low-heat LED bulb only — alabaster sits close to the socket and dislikes hot bulbs (no incandescent or halogen). Hardwires to a standard junction box; have a licensed electrician install. Indoor, dry locations only. Key Features Stacked Two-Orb Silhouette Two alabaster spheres meet at an offset where the upper orb sits forward of the lower — sculptural from any angle, reads as one continuous form when lit. Natural Alabaster Translucence Light passes through the stone instead of around it — crystalline veining inside the alabaster shows up only when the bulb is on, giving each piece a unique lit pattern. Compact Low-Profile Mount Only 4.9″ wide and projects modestly from the wall — fits where larger sconces don’t (narrow hallways, between mirrors and cabinets, beside narrow doorways). Specifications Fixture Type Wall sconce · stacked double-orb alabaster · single bulb · hardwired Main Material Natural alabaster (gypsum stone) · carved · translucent with crystalline veining Hardware Internal brass-tone socket and mounting plate · concealed wiring Color Natural alabaster cream-white with warm grey-tan veining · each piece is unique (single colorway) Dimensions 4.9″ D × 7.9″ H (12.5 × 20 cm) Composition Two alabaster orbs · upper orb houses the bulb · lower orb is structural mount Light Source 1 × E26 medium screw base (US standard) · E27 EU version available on request Bulb E26 · LED included · LED only · 2700–3000K warm white recommended · max 5–7W LED (no incandescent or halogen) Mounting Hardwired to standard junction box · requires stud or solid anchor due to alabaster weight · indoor dry locations only Design Style Modern Minimalist Organic Modern Transitional Hollywood Regency Quiet Luxury Best For Powder room, bedside, hallway, foyer, vanity, reading nook, master bedroom, dining wall Use Case The Orb Alabaster reads as a small piece of stone sculpture first and a light source second. When the bulb is off it’s a quiet, cream-colored stacked silhouette; when on, the upper orb glows from inside and the natural veining reveals itself like a faint marble map. Best as accent or mood lighting — the warm soft glow won’t replace a bright overhead fixture, but it brings noticeable warmth to a corner that overhead light can’t reach. Use as a powder room accent, a bedside sconce pair flanking a bed (popular in master bedrooms to free up nightstand space), a vanity flank beside a bathroom mirror in dry-zone installs, a foyer focal point, or a reading-nook night light. The cream alabaster + warm-light palette pairs with plaster walls, oak millwork, linen drapery, warm-neutral paint, marble or travertine surfaces, and brushed brass hardware — fitting modern minimalist bedrooms, transitional powder rooms, organic modern hallways, and Hollywood Regency dining walls. For an E27 EU version, custom bulb spec, or trade pricing, email [email protected]. Downloads Technical reference and care guides for the Orb Alabaster Wall Sconce. Need a doc that’s not listed? Email [email protected]. Spec Sheet Dimensions & materials · PDF Pending Installation Guide Stud-anchor hardwire · PDF Pending Care Guide Alabaster stone care · PDF Pending FAQ Is this real natural alabaster, or a composite? It’s natural alabaster — a translucent gypsum-based stone carved into the sphere shape. You can tell from the internal crystalline veining visible when the bulb is on (resin or composite doesn’t have those natural patterns). Because it’s natural stone, each piece is unique — the exact veining, density of opaque areas, and warmth of tone all vary. Customers who want a guaranteed match to the listing photo should email us at [email protected] first. Will the veining match the photo exactly? No two pieces are identical. Natural alabaster forms over millions of years; veining and translucence vary based on the section of stone each orb is carved from. Some pieces have dramatic visible patterns, others read more uniformly cream. The listing photo is representative, not a guaranteed match. If you need pieces that match closely (e.g., for a sconce pair), email us before ordering and we’ll hand-select. What bulb does it take, is it included, and is E27 available? The default version uses 1 × E26 (US medium screw base) and ships with a bulb included. We can ship an E27 EU version on request — email [email protected] before ordering. Use LED only, 2700–3000K warm white, max 5–7W. No incandescent or halogen — alabaster sits very close to the socket and prolonged heat from a hot bulb can stress the stone. How do I install it — what about the weight? It’s a hardwired wall sconce that mounts to a standard ceiling-rated junction box. Alabaster weighs more than glass at the same size — mount to a wall stud, blocked location, or use a solid wall anchor rated for the fixture weight. Don’t mount to drywall alone. Have a licensed electrician handle the wiring and confirm the mounting structure before install. Don’t hang anything additional from the orbs. Can I use it in a bathroom? Powder room (no shower) — yes. A vanity flank in a bathroom with good ventilation may also work for many installs, but the fixture is not damp-rated by default. Avoid bathrooms with steady shower steam, damp basements, kitchens directly over a sink with heavy steam, and covered outdoor patios. Persistent moisture can stain alabaster surfaces and affect the socket and wiring over time.