Moss Glow Alabaster Semi- Flush Mount
.vk-mgw-wrap { --vk-mgw-bg: #ffffff; --vk-mgw-bg-card: #faf6ef; --vk-mgw-bg-deep: #ece0cc; --vk-mgw-border: #ece2d1; --vk-mgw-border-lt: #f4eee0; --vk-mgw-accent: #a8895c; --vk-mgw -accent-dk: #6f5630; --vk-mgw-accent-lt: #c7a66b; --vk-mgw-accent-bg: #f1e9d8; --vk-mgw-accent-bdr: #dcc7a0; --vk-mgw-text: #2a261d; --vk-mgw-text-mid: #554d3c; --vk-mgw-text-light: #968b73; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-mgw-text); line-height: 1.72; font-size: 14.5px; } .vk-mgw-wrap * { box-sizing: border-box; } .vk-mgw-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-mgw-text-mid); } .vk-mgw-wrap a { color: var(--vk-mgw-accent-dk); text-decoration: underline; } .vk-mgw-wrap .vk-mgw-section { margin-bottom: 2.6rem; } .vk-mgw-wrap .vk-mgw-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-mgw-wrap .vk-mgw-sec-line { flex: 1; height: 0.5px; background: var(--vk-mgw-border); } .vk-mgw-wrap .vk-mgw-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-mgw-accent-dk); white-space: nowrap; } .vk-mgw-wrap strong { color: var(--vk-mgw-text); font-weight: 600; } /* Features grid (3 columns) */ .vk-mgw-wrap .vk-mgw-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-mgw-wrap .vk-mgw-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-mgw-border); border-radius: 12px; background: var(--vk-mgw-bg-card); } .vk-mgw-wrap .vk-mgw-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-mgw-accent-bg); border: 0.5px solid var(--vk-mgw-accent-bdr); color: var(--vk-mgw-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-mgw-wrap .vk-mgw-feat-icon svg { fill: none; } .vk-mgw-wrap .vk-mgw-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-mgw-text); margin-bottom: 6px; line-height: 1.35; } .vk-mgw-wrap .vk-mgw-feat-desc { font-size: 12px; color: var(--vk-mgw-text-mid); line-height: 1.55; } /* Critical notice */ .vk-mgw-wrap .vk-mgw-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-mgw-accent-bdr); border-left: 3px solid var(--vk-mgw-accent); border-radius: 10px; background: var(--vk-mgw-accent-bg); } .vk-mgw-wrap .vk-mgw-notice .vk-mgw-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-mgw-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-mgw-wrap .vk-mgw-notice .vk-mgw-notice-body { font-size: 12.5px; color: var(--vk-mgw-text-mid); line-height: 1.6; } .vk-mgw-wrap .vk-mgw-notice .vk-mgw-notice-body strong { color: var(--vk-mgw-text); font-weight: 600; } .vk-mgw-wrap .vk-mgw-notice .vk-mgw-notice-body strong:first-child { display: block; color: var(--vk-mgw-accent-dk); margin-bottom: 3px; font-size: 13px; } /* Warning callout */ .vk-mgw-wrap .vk-mgw-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-mgw-wrap .vk-mgw-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-mgw-wrap .vk-mgw-warn-body { font-size: 12px; color: var(--vk-mgw-text-mid); line-height: 1.55; } .vk-mgw-wrap .vk-mgw-warn-body strong { color: #8a4820; font-weight: 600; } .vk-mgw-wrap .vk-mgw-warn-body strong:first-child { display: block; margin-bottom: 2px; font-size: 12.5px; } /* Size table */ .vk-mgw-wrap .vk-mgw-sizes { width: 100%; border-collapse: collapse; border: 0.5px solid var(--vk-mgw-border); border-radius: 12px; overflow: hidden; font-size: 12px; margin-bottom: 4px; } .vk-mgw-wrap .vk-mgw-sizes th { background: var(--vk-mgw-accent-bg); color: var(--vk-mgw-accent-dk); font-size: 10px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; text-align: left; padding: 9px 12px; } .vk-mgw-wrap .vk-mgw-sizes td { padding: 9px 12px; border-top: 0.5px solid var(--vk-mgw-border-lt); color: var(--vk-mgw-text); background: var(--vk-mgw-bg-card); } .vk-mgw-wrap .vk-mgw-sizes tr:nth-child(even) td { background: var(--vk-mgw-bg); } .vk-mgw-wrap .vk-mgw-sizes .vk-mgw-size-name { font-weight: 700; color: var(--vk-mgw-text); } /* Specifications */ .vk-mgw-wrap .vk-mgw-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-mgw-border); border-radius: 14px; overflow: hidden; } .vk-mgw-wrap .vk-mgw-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-mgw-border-lt); display: flex; align-items: flex-start; background: var(--vk-mgw-bg-card); gap: 16px; } .vk-mgw-wrap .vk-mgw-spec-item:last-child { border-bottom: 0; } .vk-mgw-wrap .vk-mgw-spec-item:nth-child(even) { background: var(--vk-mgw-bg); } .vk-mgw-wrap .vk-mgw-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-mgw-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-mgw-wrap .vk-mgw-spec-val { font-size: 12.5px; color: var(--vk-mgw-text); } /* Style tags */ .vk-mgw-wrap .vk-mgw-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-mgw-wrap .vk-mgw-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-mgw-accent-dk); background: var(--vk-mgw-accent-bg); border: 0.5px solid var(--vk-mgw-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-mgw-wrap .vk-mgw-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-mgw-wrap .vk-mgw-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-mgw-border); border-radius: 12px; background: var(--vk-mgw-bg-card); text-decoration: none; color: var(--vk-mgw-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-mgw-wrap .vk-mgw-dl-card:hover { background: var(--vk-mgw-accent-bg); border-color: var(--vk-mgw-accent-bdr); } .vk-mgw-wrap .vk-mgw-dl-card.vk-mgw-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-mgw-bg); } .vk-mgw-wrap .vk-mgw-dl-card.vk-mgw-dl-disabled:hover { background: var(--vk-mgw-bg); border-color: var(--vk-mgw-border); } .vk-mgw-wrap .vk-mgw-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-mgw-accent-bg); border: 0.5px solid var(--vk-mgw-accent-bdr); color: var(--vk-mgw-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-mgw-wrap .vk-mgw-dl-icon svg { fill: none; } .vk-mgw-wrap .vk-mgw-dl-meta { width: 100%; } .vk-mgw-wrap .vk-mgw-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-mgw-text); line-height: 1.3; margin-bottom: 3px; } .vk-mgw-wrap .vk-mgw-dl-sub { font-size: 11.5px; color: var(--vk-mgw-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-mgw-wrap .vk-mgw-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-mgw-text-light); background: var(--vk-mgw-bg-card); border: 0.5px solid var(--vk-mgw-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-mgw-wrap .vk-mgw-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-mgw-wrap .vk-mgw-faq-list details { border: 0.5px solid var(--vk-mgw-border); border-radius: 10px; background: var(--vk-mgw-bg-card); overflow: hidden; } .vk-mgw-wrap .vk-mgw-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-mgw-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-mgw-wrap .vk-mgw-faq-list summary::-webkit-details-marker { display: none; } .vk-mgw-wrap .vk-mgw-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-mgw-accent-dk); position: absolute; right: 16px; } .vk-mgw-wrap .vk-mgw-faq-list details[open] summary { color: var(--vk-mgw-accent-dk); } .vk-mgw-wrap .vk-mgw-faq-list details[open] summary::after { content: '\2212'; } .vk-mgw-wrap .vk-mgw-faq-list .vk-mgw-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-mgw-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-mgw-wrap .vk-mgw-features-grid { grid-template-columns: 1fr; } .vk-mgw-wrap .vk-mgw-dl-grid { grid-template-columns: 1fr; } .vk-mgw-wrap .vk-mgw-spec-item { flex-direction: column; gap: 4px; } .vk-mgw-wrap .vk-mgw-spec-key { width: auto; } .vk-mgw-wrap .vk-mgw-sizes { font-size: 11px; } .vk-mgw-wrap .vk-mgw-sizes th, .vk-mgw-wrap .vk-mgw-sizes td { padding: 7px 8px; } } Inspiration The Moss Glow Alabaster Flush Mount pairs a brass canopy and knurled holder with a domed alabaster shade that diffuses the light into a soft, warm glow — and its veining is natural, so each piece differs. It mounts close to the ceiling. Choose Dia 10.2″ × H7.9″ or the larger Dia 12.6″ × H9.8″. As an alabaster flush mount for a bedroom, hallway, or entryway, it gives ambient light where a low ceiling rules out a pendant. Takes a single E26/E27 bulb (included); hardwires to a ceiling box for indoor use. Good To Know ! Brass + alabaster dome · 1 × E26/E27 (bulb included) · 2 sizes · mounts close to the ceiling · hardwired · indoor dry only A single-light flush mount with a domed alabaster shade on a brass canopy and knurled holder. Choose the Dia 10.2″ or Dia 12.6″ size. It runs 1 × E26/E27 medium-base socket with a bulb included, mounts close to the ceiling, and is hardwired; professional installation is recommended. Alabaster is natural stone, so veining and tone vary piece to piece. Keep it indoor and dry. AC 110–240V. Key Features Alabaster Dome Shade A domed alabaster shade diffuses the light into a soft, warm glow. As natural stone, its veining varies piece to piece. Brass Canopy + Knurled Holder A brass ceiling canopy and knurled socket holder carry the shade close to the ceiling. E26/E27 Included, 2 Sizes 1 × E26/E27 medium-base bulb is included. Choose Dia 10.2″ or Dia 12.6″; mounts close to the ceiling. Size & Fit Two sizes — both mount close to the ceiling and use a single E26/E27 bulb. Size Diameter × Height Light Source Small Dia 10.2″ × H7.9″ (26 × 20 cm) 1 × E26/E27 · bulb included Large Dia 12.6″ × H9.8″ (32 × 25 cm) 1 × E26/E27 · bulb included ! Hardwired · mounts close to the ceiling · 1 × E26/E27 (bulb included) · brass + alabaster · natural stone varies · indoor dry only It is hardwired to a ceiling junction box and mounts close to the ceiling; professional installation is recommended. The bulb is 1 × E26/E27, included. Alabaster is natural stone — veining and tone vary piece to piece. Wipe the stone and brass with a soft dry cloth; avoid harsh cleaners, and keep it indoor and dry. For other requests, email [email protected]. Specifications Fixture Type Flush mount · single light · mounts close to the ceiling · hardwired Materials & Finish Brass canopy and knurled holder + alabaster (natural stone) dome shade Light Source 1 × E26/E27 medium-base socket · bulb included Sizes Small: Dia 10.2″ × H7.9″ (26 × 20 cm) · Large: Dia 12.6″ × H9.8″ (32 × 25 cm) Mount Brass ceiling canopy · mounts close to the ceiling · hardwired to a ceiling junction box Power Hardwired · on/off via wall switch (not included) · AC 110–240V · indoor dry only Care Wipe stone and brass with a soft dry cloth · no harsh cleaners · keep dry, indoor use Note Alabaster is natural stone — veining and tone vary piece to piece Design Style Organic Modern Modern Transitional Mid-Century Minimalist Best For Bedroom, hallway, entryway, kitchen, closet, or a low-ceiling room · ambient light Downloads Technical reference and setup files for the Moss Glow Alabaster Flush Mount. Need a doc that’s not listed? Email [email protected]. Spec Sheet Dimensions & details · PDF Pending Install Guide Hardwire setup · PDF Pending 3D File 3D model · OBJ/FBX Pending FAQ What sizes are available, and where does it fit? Two sizes: Dia 10.2″ × H7.9″ (26 × 20 cm) and Dia 12.6″ × H9.8″ (32 × 25 cm). Because it mounts close to the ceiling, it suits a bedroom, hallway, entryway, kitchen, closet, or a low-ceiling room. Is a bulb included, and what type? Yes — 1 × E26/E27 medium-base bulb is included. The single socket sits under the alabaster dome. Will the alabaster match the photos? Alabaster is a natural stone, so the veining and tone vary from piece to piece — your shade will be similar to, but not identical to, the photos. Is it hardwired, and how does it mount? It is hardwired to a ceiling junction box and mounts close to the ceiling on a brass canopy. Professional installation is recommended. How do I clean it? Wipe the alabaster and brass with a soft, dry cloth; avoid harsh cleaners. Keep the fixture indoor and dry.