Rowen Alabaster Semi-Flush Mount
.vk-rowen-wrap { --vk-rowen-bg: #ffffff; --vk-rowen-bg-card: #f7f0e6; --vk-rowen-bg-deep: #ecdfc7; --vk-rowen-border: #ddd3c0; --vk-rowen-border-lt: #e5dcc6; --vk-rowen-accent: #b0 8862; --vk-rowen-accent-dk: #5a4a32; --vk-rowen-accent-lt: #c9a875; --vk-rowen-accent-bg: #f0e3c6; --vk-rowen-accent-bdr: #c8a778; --vk-rowen-text: #2a211a; --vk-rowen-text-mid: #5a4a3b; --vk-rowen-text-light: #978674; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-rowen-text); line-height: 1.72; font-size: 14.5px; } .vk-rowen-wrap * { box-sizing: border-box; } .vk-rowen-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-rowen-text-mid); } .vk-rowen-wrap a { color: var(--vk-rowen-accent-dk); text-decoration: underline; } .vk-rowen-wrap .vk-rowen-section { margin-bottom: 2.6rem; } .vk-rowen-wrap .vk-rowen-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-rowen-wrap .vk-rowen-sec-line { flex: 1; height: 0.5px; background: var(--vk-rowen-border); } .vk-rowen-wrap .vk-rowen-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-rowen-accent-dk); white-space: nowrap; } .vk-rowen-wrap strong { color: var(--vk-rowen-text); font-weight: 600; } /* Features grid (3 columns) */ .vk-rowen-wrap .vk-rowen-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-rowen-wrap .vk-rowen-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-rowen-border); border-radius: 12px; background: var(--vk-rowen-bg-card); } .vk-rowen-wrap .vk-rowen-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-rowen-accent-bg); border: 0.5px solid var(--vk-rowen-accent-bdr); color: var(--vk-rowen-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-rowen-wrap .vk-rowen-feat-icon svg { fill: none; } .vk-rowen-wrap .vk-rowen-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-rowen-text); margin-bottom: 6px; line-height: 1.35; } .vk-rowen-wrap .vk-rowen-feat-desc { font-size: 12px; color: var(--vk-rowen-text-mid); line-height: 1.55; } /* Sizes grid (2 columns) */ .vk-rowen-wrap .vk-rowen-size-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; } .vk-rowen-wrap .vk-rowen-size-card { padding: 14px 14px 16px; border: 0.5px solid var(--vk-rowen-border); border-radius: 12px; background: var(--vk-rowen-bg-card); } .vk-rowen-wrap .vk-rowen-size-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vk-rowen-accent-dk); margin-bottom: 6px; } .vk-rowen-wrap .vk-rowen-size-name { font-size: 14px; font-weight: 700; color: var(--vk-rowen-text); margin-bottom: 5px; line-height: 1.3; } .vk-rowen-wrap .vk-rowen-size-meta { font-size: 11.5px; color: var(--vk-rowen-text-mid); line-height: 1.55; margin-bottom: 8px; } .vk-rowen-wrap .vk-rowen-size-spec { font-size: 11px; color: var(--vk-rowen-text-light); line-height: 1.55; } .vk-rowen-wrap .vk-rowen-size-spec strong { color: var(--vk-rowen-accent-dk); font-weight: 700; } /* Critical notice */ .vk-rowen-wrap .vk-rowen-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-rowen-accent-bdr); border-left: 3px solid var(--vk-rowen-accent); border-radius: 10px; background: var(--vk-rowen-accent-bg); } .vk-rowen-wrap .vk-rowen-notice .vk-rowen-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-rowen-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-rowen-wrap .vk-rowen-notice .vk-rowen-notice-body { font-size: 12.5px; color: var(--vk-rowen-text-mid); line-height: 1.6; } .vk-rowen-wrap .vk-rowen-notice .vk-rowen-notice-body strong { color: var(--vk-rowen-accent-dk); display: block; margin-bottom: 3px; font-size: 13px; } /* Warning callout */ .vk-rowen-wrap .vk-rowen-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-rowen-wrap .vk-rowen-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-rowen-wrap .vk-rowen-warn-body { font-size: 12px; color: var(--vk-rowen-text-mid); line-height: 1.55; } .vk-rowen-wrap .vk-rowen-warn-body strong { color: #8a4820; display: block; margin-bottom: 2px; font-size: 12.5px; } /* Specifications */ .vk-rowen-wrap .vk-rowen-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-rowen-border); border-radius: 14px; overflow: hidden; } .vk-rowen-wrap .vk-rowen-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-rowen-border-lt); display: flex; align-items: flex-start; background: var(--vk-rowen-bg-card); gap: 16px; } .vk-rowen-wrap .vk-rowen-spec-item:last-child { border-bottom: 0; } .vk-rowen-wrap .vk-rowen-spec-item:nth-child(even) { background: var(--vk-rowen-bg); } .vk-rowen-wrap .vk-rowen-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-rowen-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-rowen-wrap .vk-rowen-spec-val { font-size: 12.5px; color: var(--vk-rowen-text); } /* Style tags */ .vk-rowen-wrap .vk-rowen-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-rowen-wrap .vk-rowen-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-rowen-accent-dk); background: var(--vk-rowen-accent-bg); border: 0.5px solid var(--vk-rowen-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-rowen-wrap .vk-rowen-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-rowen-wrap .vk-rowen-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-rowen-border); border-radius: 12px; background: var(--vk-rowen-bg-card); text-decoration: none; color: var(--vk-rowen-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-rowen-wrap .vk-rowen-dl-card:hover { background: var(--vk-rowen-accent-bg); border-color: var(--vk-rowen-accent-bdr); } .vk-rowen-wrap .vk-rowen-dl-card.vk-rowen-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-rowen-bg); } .vk-rowen-wrap .vk-rowen-dl-card.vk-rowen-dl-disabled:hover { background: var(--vk-rowen-bg); border-color: var(--vk-rowen-border); } .vk-rowen-wrap .vk-rowen-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-rowen-accent-bg); border: 0.5px solid var(--vk-rowen-accent-bdr); color: var(--vk-rowen-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-rowen-wrap .vk-rowen-dl-icon svg { fill: none; } .vk-rowen-wrap .vk-rowen-dl-meta { width: 100%; } .vk-rowen-wrap .vk-rowen-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-rowen-text); line-height: 1.3; margin-bottom: 3px; } .vk-rowen-wrap .vk-rowen-dl-sub { font-size: 11.5px; color: var(--vk-rowen-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-rowen-wrap .vk-rowen-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-rowen-text-light); background: var(--vk-rowen-bg-card); border: 0.5px solid var(--vk-rowen-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-rowen-wrap .vk-rowen-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-rowen-wrap .vk-rowen-faq-list details { border: 0.5px solid var(--vk-rowen-border); border-radius: 10px; background: var(--vk-rowen-bg-card); overflow: hidden; } .vk-rowen-wrap .vk-rowen-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-rowen-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-rowen-wrap .vk-rowen-faq-list summary::-webkit-details-marker { display: none; } .vk-rowen-wrap .vk-rowen-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-rowen-accent-dk); position: absolute; right: 16px; } .vk-rowen-wrap .vk-rowen-faq-list details[open] summary { color: var(--vk-rowen-accent-dk); } .vk-rowen-wrap .vk-rowen-faq-list details[open] summary::after { content: '\2212'; } .vk-rowen-wrap .vk-rowen-faq-list .vk-rowen-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-rowen-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-rowen-wrap .vk-rowen-features-grid { grid-template-columns: 1fr; } .vk-rowen-wrap .vk-rowen-size-grid { grid-template-columns: 1fr; } .vk-rowen-wrap .vk-rowen-dl-grid { grid-template-columns: 1fr; } .vk-rowen-wrap .vk-rowen-spec-item { flex-direction: column; gap: 4px; } .vk-rowen-wrap .vk-rowen-spec-key { width: auto; } } Inspiration The Rowen Alabaster Flush Mount is a low-profile alabaster ceiling light — a rounded disc of natural alabaster set in a brass trim ring with a small brass center finial, mounted flush to the ceiling. A built-in LED lights the stone so it glows with a warm, even ambient light. Two sizes: 11.8″ and 15.7″ diameter, both a low 5.9″ tall. Sized for a bedroom, hallway, entryway, closet, or kitchen, it suits quiet-luxury, modern minimalist, Art Deco, Japandi, and Mediterranean rooms. Good To Know ! Integrated LED (built-in, maintenance-free) · ~3000K warm white · alabaster shade · brass trim ring & finial · hardwired flush mount · indoor dry only The shade is real natural alabaster — 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 trim ring and center finial are brass. The light source is a built-in integrated LED (about 3000K warm white) rated for roughly 50,000 hours — that's decades of everyday use, so it's maintenance-free with no bulbs to shop for or change. It's a flush mount: it sits tight against the ceiling, so it works on low and standard ceilings (8 ft and up). Hardwires to a standard ceiling junction box; licensed electrician recommended. Indoor dry locations only. Dust the alabaster with a dry cloth; wipe the brass with a dry soft cloth. Key Features Backlit Alabaster Shade A rounded shade of real alabaster that glows from within when lit — veining and tone vary per piece, so no two are alike. Brass Trim Ring & Finial A brass trim ring frames the shade at the ceiling, finished with a small brass center finial underneath. Integrated LED, Warm 3000K A built-in LED (~3000K) lights the alabaster for a warm, even ambient glow — rated ~50,000 hours, so it's maintenance-free with no bulbs to change. Available Sizes Two sizes — same alabaster shade, brass trim ring and finial, and integrated LED; only the diameter changes (both stay a low 5.9″ tall). Size 1 11.8″ Dia For a bedroom, hallway, closet, or entryway on a standard ceiling. 11.8″ Dia × 5.9″ H (Dia 30 × H 15 cm)Integrated LED Size 2 15.7″ Dia For a larger bedroom, entryway, kitchen, or dining area that needs more spread. 15.7″ Dia × 5.9″ H (Dia 40 × H 15 cm)Integrated LED ! Alabaster is porous — indoor dry only The alabaster shade is natural stone and absorbs moisture — keep it to dry rooms (not bathrooms with shower steam or outdoor) and never clean it with water or cleaners; dust dry only. The built-in LED is rated for roughly 50,000 hours, so it stays maintenance-free. Veining and tone vary piece to piece — the character of the stone, not a defect. Specifications Fixture Type Flush mount ceiling light · hardwired · alabaster shade + brass trim ring & finial · integrated LED Materials Brass (trim ring & center finial) + natural alabaster (shade) · alabaster veining varies per piece Size 1 11.8″ Dia × 5.9″ H (Dia 30 × H 15 cm) · integrated LED Size 2 15.7″ Dia × 5.9″ H (Dia 40 × H 15 cm) · integrated LED Light Source Integrated LED · built-in & maintenance-free · ~3000K warm white · rated ~50,000 hours (no bulbs to change) Light Character Warm, even ambient glow through the alabaster shade — soft general room light Finish Warm brass + natural white alabaster Mounting Hardwired flush mount to standard ceiling junction box · sits tight to the ceiling · good for 8 ft & up · indoor dry only · 120V (US) Certification See spec sheet for current certifications Care Alabaster: dry soft cloth only — no water or cleaners (porous) · Brass: dry soft cloth, no abrasive polish Design Style Quiet Luxury Modern Minimalist Art Deco Japandi Mediterranean Transitional Best For Bedroom, hallway, entryway, closet, kitchen, dining area, low-ceiling rooms Use Case The Rowen reads as a glowing disc of stone at the ceiling — the integrated LED lights the alabaster so it casts a warm, even ambient glow over the room. At just 5.9″ tall, it sits tight to the ceiling where a pendant or chandelier would be in the way. 11.8″ over a bedroom, hallway, closet, or entryway; 15.7″ in a larger bedroom, entryway, kitchen, or dining area that needs more spread. Plan it as general ambient light for the room and center it on the space. The brass-and-alabaster pairing suits quiet-luxury, modern minimalist, Art Deco, Japandi, and Mediterranean rooms, alongside marble, wood, and warm-metal accents. Email [email protected] for multiples or trade pricing. Downloads Technical reference and care guides for the Rowen Alabaster Flush Mount. Need a doc that's not listed? Email [email protected]. Spec Sheet Both sizes · PDF Pending Installation Guide Hardwire flush mount · PDF Pending Care Guide Alabaster & brass care · PDF Pending FAQ Which size should I pick — 11.8″ or 15.7″? 11.8″ (Dia 30) suits a bedroom, hallway, closet, or entryway. 15.7″ (Dia 40) suits a larger bedroom, entryway, kitchen, or dining area that needs more spread. Both stay a low 5.9″ tall and sit tight to the ceiling. Center the fixture on the room; for a small space the 11.8″ is usually plenty. What is the light source like? It's a built-in integrated LED tuned to a warm ~3000K white that lights the alabaster shade for a soft, even ambient glow. It's rated for roughly 50,000 hours — decades of everyday use — so it's maintenance-free, with no bulbs to shop for or change. Is it a true flush mount — what ceiling height do I need? Yes — it's a flush mount that sits tight against the ceiling (just 5.9″ deep), so it works well on low and standard ceilings, about 8 ft and up, and in hallways or closets where a hanging fixture would be in the way. Can I use it in a bathroom, and how do I clean the alabaster? Indoor dry locations only. Alabaster is porous and not damp-rated, so keep it away from bathrooms with shower steam and outdoor spots — 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 brass with a dry soft cloth and skip abrasive polish. How is it installed? It's a hardwired flush mount — the base mounts to a standard ceiling junction box and the alabaster shade sits against the ceiling. Licensed electrician recommended. Confirm your junction box is centered where you want the fixture before mounting. Indoor dry locations only.
More you might like
Related
ROWEN 4 LIGHT SEMI FLUSH
Related
ROWEN 3 LIGHT SEMI FLUSH
Related
Alabaster Semi Flush Mount
Related