Justice Alabaster Semi-Flush Mount
.vk-justice-wrap { --vk-just-bg: #ffffff; --vk-just-bg-card: #faf3e8; --vk-just-bg-deep: #ecdfc7; --vk-just-border: #e6d8be; --vk-just-border-lt: #ede2cc; --vk-just-accent: #b08862 ; --vk-just-accent-dk: #6b4a2e; --vk-just-accent-lt: #c9a875; --vk-just-accent-bg: #f0e3c6; --vk-just-accent-bdr: #c8a778; --vk-just-text: #2a211a; --vk-just-text-mid: #5a4a3b; --vk-just-text-light: #978674; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-just-text); line-height: 1.72; font-size: 14.5px; } .vk-justice-wrap * { box-sizing: border-box; } .vk-justice-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-just-text-mid); } .vk-justice-wrap a { color: var(--vk-just-accent-dk); text-decoration: underline; } .vk-justice-wrap .vk-just-section { margin-bottom: 2.6rem; } .vk-justice-wrap .vk-just-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-justice-wrap .vk-just-sec-line { flex: 1; height: 0.5px; background: var(--vk-just-border); } .vk-justice-wrap .vk-just-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-just-accent-dk); white-space: nowrap; } .vk-justice-wrap strong { color: var(--vk-just-text); font-weight: 600; } /* Features grid */ .vk-justice-wrap .vk-just-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-justice-wrap .vk-just-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-just-border); border-radius: 12px; background: var(--vk-just-bg-card); } .vk-justice-wrap .vk-just-feat-icon { width: 30px; height: 30px; border-radius: 8px; background: var(--vk-just-accent-bg); border: 0.5px solid var(--vk-just-accent-bdr); color: var(--vk-just-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-justice-wrap .vk-just-feat-icon svg { fill: none; } .vk-justice-wrap .vk-just-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-just-text); margin-bottom: 6px; line-height: 1.35; } .vk-justice-wrap .vk-just-feat-desc { font-size: 12px; color: var(--vk-just-text-mid); line-height: 1.55; } /* Critical notice */ .vk-justice-wrap .vk-just-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-just-accent-bdr); border-left: 3px solid var(--vk-just-accent); border-radius: 10px; background: var(--vk-just-accent-bg); } .vk-justice-wrap .vk-just-notice .vk-just-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-just-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-justice-wrap .vk-just-notice .vk-just-notice-body { font-size: 12.5px; color: var(--vk-just-text-mid); line-height: 1.6; } .vk-justice-wrap .vk-just-notice .vk-just-notice-body strong { color: var(--vk-just-accent-dk); display: block; margin-bottom: 3px; font-size: 13px; } /* Specifications */ .vk-justice-wrap .vk-just-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-just-border); border-radius: 14px; overflow: hidden; } .vk-justice-wrap .vk-just-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-just-border-lt); display: flex; align-items: center; background: var(--vk-just-bg-card); gap: 16px; } .vk-justice-wrap .vk-just-spec-item:last-child { border-bottom: 0; } .vk-justice-wrap .vk-just-spec-item:nth-child(even) { background: var(--vk-just-bg); } .vk-justice-wrap .vk-just-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-just-accent-dk); width: 160px; flex-shrink: 0; } .vk-justice-wrap .vk-just-spec-val { font-size: 12.5px; color: var(--vk-just-text); } /* Style tags */ .vk-justice-wrap .vk-just-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-justice-wrap .vk-just-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-just-accent-dk); background: var(--vk-just-accent-bg); border: 0.5px solid var(--vk-just-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-justice-wrap .vk-just-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-justice-wrap .vk-just-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-just-border); border-radius: 12px; background: var(--vk-just-bg-card); text-decoration: none; color: var(--vk-just-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-justice-wrap .vk-just-dl-card:hover { background: var(--vk-just-accent-bg); border-color: var(--vk-just-accent-bdr); } .vk-justice-wrap .vk-just-dl-card.vk-just-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-just-bg); } .vk-justice-wrap .vk-just-dl-card.vk-just-dl-disabled:hover { background: var(--vk-just-bg); border-color: var(--vk-just-border); } .vk-justice-wrap .vk-just-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-just-accent-bg); border: 0.5px solid var(--vk-just-accent-bdr); color: var(--vk-just-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-justice-wrap .vk-just-dl-icon svg { fill: none; } .vk-justice-wrap .vk-just-dl-meta { width: 100%; } .vk-justice-wrap .vk-just-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-just-text); line-height: 1.3; margin-bottom: 3px; } .vk-justice-wrap .vk-just-dl-sub { font-size: 11.5px; color: var(--vk-just-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-justice-wrap .vk-just-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-just-text-light); background: var(--vk-just-bg-card); border: 0.5px solid var(--vk-just-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-justice-wrap .vk-just-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-justice-wrap .vk-just-faq-list details { border: 0.5px solid var(--vk-just-border); border-radius: 10px; background: var(--vk-just-bg-card); overflow: hidden; } .vk-justice-wrap .vk-just-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-just-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-justice-wrap .vk-just-faq-list summary::-webkit-details-marker { display: none; } .vk-justice-wrap .vk-just-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-just-accent-dk); position: absolute; right: 16px; } .vk-justice-wrap .vk-just-faq-list details[open] summary { color: var(--vk-just-accent-dk); } .vk-justice-wrap .vk-just-faq-list details[open] summary::after { content: '\2212'; } .vk-justice-wrap .vk-just-faq-list .vk-just-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-just-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-justice-wrap .vk-just-features-grid { grid-template-columns: repeat(2, 1fr); } .vk-justice-wrap .vk-just-dl-grid { grid-template-columns: 1fr; } .vk-justice-wrap .vk-just-spec-key { width: 120px; } } @media (max-width: 380px) { .vk-justice-wrap .vk-just-features-grid { grid-template-columns: 1fr; } } Inspiration The Justice Alabaster Flush Mount is a classic round flush mount — a domed natural alabaster shade clamped to a polished brass ring with three small brass studs and a brass finial below. Lit by 3 × E26 replaceable bulbs inside the shade. 15.7″ diameter × 6.3″ height. For a hallway, foyer, bedroom, dining room, walk-in closet, or stairwell. Transitional, Hollywood Regency, traditional, and quiet luxury style. Good To Know ! 3 × E26 bulbs included · natural stone (each piece unique) · polished brass · hardwired · indoor dry only The domed shade is carved from natural alabaster (gypsum stone); the ring and finial are polished brass. Alabaster veining, density of opaque areas, and warmth of tone vary piece to piece — this is the defining characteristic of natural stone, not a defect. Three E26 bulbs are housed inside the shade behind the alabaster and are replaceable — not integrated LED. Use LED only, max 7–9W per bulb, no incandescent or halogen close to natural stone. The combined alabaster + brass weight is heavier than a typical glass flush mount — mount to a stud-backed junction box, not unsupported drywall. Polished brass develops a soft patina over years; preserve the polished look by wiping with a dry cloth (no harsh cleaners). Have a licensed electrician install. Indoor dry locations only. Key Features Domed Natural Alabaster Shade Solid alabaster dome with visible warm-tan veining inside the stone — cream-white when off, glows with crystalline patterns when lit. Each shade is naturally unique. Polished Brass Ring + Finial A solid polished brass ring frames the alabaster dome with three visible brass studs; a small brass finial caps the bottom center. Classic transitional hardware detail. 3 × E26 Replaceable Bulbs Uses 3 standard E26 LED bulbs (included) — fully replaceable unlike integrated-LED flush mounts. Three bulbs combined give brighter, more even spread than a single bulb. Specifications Fixture Type Flush mount ceiling light · domed alabaster + polished brass ring · 3-bulb · hardwired Main Materials Natural alabaster (gypsum stone) shade + polished solid brass ring, studs, and finial Color Natural cream-white alabaster with warm grey-tan veining + polished gold-tone brass (single colorway) Dimensions 15.7″ D × 6.3″ H (40 × 16 cm) Shade Carved natural alabaster dome · each piece unique in veining and tone Hardware Polished solid brass ring · three brass clamping studs · brass finial at bottom center Light Source 3 × E26 medium screw base · replaceable bulbs (not integrated LED) Bulbs 3 × E26 · LED included · LED only · 2700–3000K warm white recommended · max 7–9W per bulb (A19 form factor) Brightness 3 bulbs combined give approximately the brightness of 5–7 traditional 60W incandescent bulbs (with 9W LED) · warm even spread through alabaster Mounting Hardwired flush to standard junction box · requires stud-backed support due to alabaster + brass weight · indoor dry locations only Design Style Transitional Hollywood Regency Traditional Classic American Quiet Luxury Best For Hallway, foyer, bedroom, dining room, walk-in closet, stairwell, master bedroom, powder room Use Case The Justice reads as classic transitional lighting — the kind of fixture that’s at home in a 1920s Hollywood bungalow, a 1960s East Coast colonial, or a 2020s renovation. The polished brass ring is the visual anchor; the alabaster dome glows warmly through its natural veining when the bulbs are on. With 3 × E26 replaceable bulbs (LED, 2700–3000K warm white recommended), the fixture is bright enough to act as a primary room light for spaces up to roughly 150–200 square feet — the typical hallway, foyer, bedroom, or walk-in closet. Use as a foyer focal point in transitional or traditional homes, a master bedroom ceiling light, a walk-in closet flush mount where you need real brightness, a second-floor hallway light, or a powder room ceiling fixture. The alabaster + polished brass palette pairs with oak millwork, plaster walls, white painted wainscoting, antique brass hardware, marble or stone vanities, warm-white paint, and traditional wood floors — fitting transitional foyers, Hollywood Regency bedrooms, traditional master bathrooms, and quiet-luxury walk-in closets. Pair with brass cabinet hardware and brass wall sconces for a coordinated metallic palette across the room. For hand-selected matching pairs (multi-room installs), custom bulb specs, or trade pricing, email [email protected]. Downloads Technical reference and care guides for the Justice Alabaster Flush Mount. Need a doc that’s not listed? Email [email protected]. Spec Sheet Dimensions & materials · PDF Pending Installation Guide Stud-backed hardwire · PDF Pending Care Guide Alabaster & polished brass · PDF Pending FAQ Is this real natural alabaster? Yes — the dome is carved from natural alabaster, a translucent gypsum-based stone. You can tell from the visible warm-grey-tan veining and the way the dome glows from inside with non-uniform patterns when the bulbs are on (resin or composite alabaster lookalikes don’t have these naturally varied internal patterns). Each shade is unique — the exact veining, density, and warmth vary. If you need pieces that match closely (e.g., two flush mounts for a hallway), email us before ordering and we’ll hand-select. What bulbs are included, and what should I use as replacements? Three E26 LED bulbs (A19 form factor) are included. For replacements, use LED only, max 7–9W per bulb, 2700–3000K warm white — this matches the natural alabaster tone and keeps heat low enough to be safe for the stone. No incandescent or halogen, which run hot near alabaster. Standard A19 LED bulbs from Amazon, Home Depot, or Lowes work. Three replaceable bulbs are an advantage over integrated-LED flush mounts — when one dies in 5–10 years, you swap a $5 bulb, not the whole fixture. Will the veining match the photo exactly? No two pieces are identical. Natural alabaster forms over millions of years; the veining and translucence vary based on the section of stone the dome is carved from. Some pieces have dramatic visible patterns when lit, others read more uniformly cream. The listing photo is representative, not a guaranteed match. For multi-room installs that need matching pieces, email [email protected] before ordering and we’ll hand-select from current inventory. How heavy is it — what kind of ceiling support do I need? An alabaster + solid brass fixture this size weighs more than a typical glass-and-metal flush mount — estimate roughly 8–12 lbs. Mount to a stud-backed standard ceiling junction box. Most US ceiling junction boxes are rated for 50 lbs, which is plenty — but the box itself must be securely attached to a ceiling joist or blocking, not just nailed into drywall. If you have an existing flush mount that was glass and lightweight, confirm the junction box is properly anchored before installing the Justice. Have a licensed electrician install. Can I use it in a bathroom? Powder room (no shower) — yes. 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, or covered outdoor patios — persistent moisture can stain alabaster, tarnish the polished brass faster, and affect the wiring. If you need a damp-rated version, email [email protected] before ordering to check availability.
More you might like
Related
Alabaster Semi Flush Mount
Related
Alabaster Semi Flush Mount
Related
Rowen Alabaster Semi-Flush Mount
Related