Aurelia Alabaster Semi-Flush Mount
.vk-aurel-wrap { --vk-aurel-bg: #ffffff; --vk-aurel-bg-card: #f7f0e6; --vk-aurel-bg-deep: #ecdfc7; --vk-aurel-border: #ddd3c0; --vk-aurel-border-lt: #e5dcc6; --vk-aurel-accent: #b0 8862; --vk-aurel-accent-dk: #5a4a32; --vk-aurel-accent-lt: #c9a875; --vk-aurel-accent-bg: #f0e3c6; --vk-aurel-accent-bdr: #c8a778; --vk-aurel-text: #2a211a; --vk-aurel-text-mid: #5a4a3b; --vk-aurel-text-light: #978674; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-aurel-text); line-height: 1.72; font-size: 14.5px; } .vk-aurel-wrap * { box-sizing: border-box; } .vk-aurel-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-aurel-text-mid); } .vk-aurel-wrap a { color: var(--vk-aurel-accent-dk); text-decoration: underline; } .vk-aurel-wrap .vk-aurel-section { margin-bottom: 2.6rem; } .vk-aurel-wrap .vk-aurel-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-aurel-wrap .vk-aurel-sec-line { flex: 1; height: 0.5px; background: var(--vk-aurel-border); } .vk-aurel-wrap .vk-aurel-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-aurel-accent-dk); white-space: nowrap; } .vk-aurel-wrap strong { color: var(--vk-aurel-text); font-weight: 600; } /* Features grid (3 columns) */ .vk-aurel-wrap .vk-aurel-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-aurel-wrap .vk-aurel-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-aurel-border); border-radius: 12px; background: var(--vk-aurel-bg-card); } .vk-aurel-wrap .vk-aurel-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-aurel-accent-bg); border: 0.5px solid var(--vk-aurel-accent-bdr); color: var(--vk-aurel-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-aurel-wrap .vk-aurel-feat-icon svg { fill: none; } .vk-aurel-wrap .vk-aurel-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-aurel-text); margin-bottom: 6px; line-height: 1.35; } .vk-aurel-wrap .vk-aurel-feat-desc { font-size: 12px; color: var(--vk-aurel-text-mid); line-height: 1.55; } /* Dimensions / cards grid (2 columns) */ .vk-aurel-wrap .vk-aurel-size-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; } .vk-aurel-wrap .vk-aurel-size-card { padding: 14px 14px 16px; border: 0.5px solid var(--vk-aurel-border); border-radius: 12px; background: var(--vk-aurel-bg-card); } .vk-aurel-wrap .vk-aurel-size-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vk-aurel-accent-dk); margin-bottom: 6px; } .vk-aurel-wrap .vk-aurel-size-name { font-size: 14px; font-weight: 700; color: var(--vk-aurel-text); margin-bottom: 5px; line-height: 1.3; } .vk-aurel-wrap .vk-aurel-size-meta { font-size: 11.5px; color: var(--vk-aurel-text-mid); line-height: 1.55; margin-bottom: 8px; } .vk-aurel-wrap .vk-aurel-size-spec { font-size: 11px; color: var(--vk-aurel-text-light); line-height: 1.55; } .vk-aurel-wrap .vk-aurel-size-spec strong { color: var(--vk-aurel-accent-dk); font-weight: 700; } /* Critical notice */ .vk-aurel-wrap .vk-aurel-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-aurel-accent-bdr); border-left: 3px solid var(--vk-aurel-accent); border-radius: 10px; background: var(--vk-aurel-accent-bg); } .vk-aurel-wrap .vk-aurel-notice .vk-aurel-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-aurel-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-aurel-wrap .vk-aurel-notice .vk-aurel-notice-body { font-size: 12.5px; color: var(--vk-aurel-text-mid); line-height: 1.6; } .vk-aurel-wrap .vk-aurel-notice .vk-aurel-notice-body strong { color: var(--vk-aurel-accent-dk); display: block; margin-bottom: 3px; font-size: 13px; } /* Warning callout */ .vk-aurel-wrap .vk-aurel-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-aurel-wrap .vk-aurel-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-aurel-wrap .vk-aurel-warn-body { font-size: 12px; color: var(--vk-aurel-text-mid); line-height: 1.55; } .vk-aurel-wrap .vk-aurel-warn-body strong { color: #8a4820; display: block; margin-bottom: 2px; font-size: 12.5px; } /* Specifications */ .vk-aurel-wrap .vk-aurel-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-aurel-border); border-radius: 14px; overflow: hidden; } .vk-aurel-wrap .vk-aurel-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-aurel-border-lt); display: flex; align-items: flex-start; background: var(--vk-aurel-bg-card); gap: 16px; } .vk-aurel-wrap .vk-aurel-spec-item:last-child { border-bottom: 0; } .vk-aurel-wrap .vk-aurel-spec-item:nth-child(even) { background: var(--vk-aurel-bg); } .vk-aurel-wrap .vk-aurel-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-aurel-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-aurel-wrap .vk-aurel-spec-val { font-size: 12.5px; color: var(--vk-aurel-text); } /* Style tags */ .vk-aurel-wrap .vk-aurel-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-aurel-wrap .vk-aurel-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-aurel-accent-dk); background: var(--vk-aurel-accent-bg); border: 0.5px solid var(--vk-aurel-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-aurel-wrap .vk-aurel-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-aurel-wrap .vk-aurel-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-aurel-border); border-radius: 12px; background: var(--vk-aurel-bg-card); text-decoration: none; color: var(--vk-aurel-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-aurel-wrap .vk-aurel-dl-card:hover { background: var(--vk-aurel-accent-bg); border-color: var(--vk-aurel-accent-bdr); } .vk-aurel-wrap .vk-aurel-dl-card.vk-aurel-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-aurel-bg); } .vk-aurel-wrap .vk-aurel-dl-card.vk-aurel-dl-disabled:hover { background: var(--vk-aurel-bg); border-color: var(--vk-aurel-border); } .vk-aurel-wrap .vk-aurel-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-aurel-accent-bg); border: 0.5px solid var(--vk-aurel-accent-bdr); color: var(--vk-aurel-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-aurel-wrap .vk-aurel-dl-icon svg { fill: none; } .vk-aurel-wrap .vk-aurel-dl-meta { width: 100%; } .vk-aurel-wrap .vk-aurel-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-aurel-text); line-height: 1.3; margin-bottom: 3px; } .vk-aurel-wrap .vk-aurel-dl-sub { font-size: 11.5px; color: var(--vk-aurel-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-aurel-wrap .vk-aurel-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-aurel-text-light); background: var(--vk-aurel-bg-card); border: 0.5px solid var(--vk-aurel-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-aurel-wrap .vk-aurel-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-aurel-wrap .vk-aurel-faq-list details { border: 0.5px solid var(--vk-aurel-border); border-radius: 10px; background: var(--vk-aurel-bg-card); overflow: hidden; } .vk-aurel-wrap .vk-aurel-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-aurel-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-aurel-wrap .vk-aurel-faq-list summary::-webkit-details-marker { display: none; } .vk-aurel-wrap .vk-aurel-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-aurel-accent-dk); position: absolute; right: 16px; } .vk-aurel-wrap .vk-aurel-faq-list details[open] summary { color: var(--vk-aurel-accent-dk); } .vk-aurel-wrap .vk-aurel-faq-list details[open] summary::after { content: '\2212'; } .vk-aurel-wrap .vk-aurel-faq-list .vk-aurel-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-aurel-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-aurel-wrap .vk-aurel-features-grid { grid-template-columns: 1fr; } .vk-aurel-wrap .vk-aurel-size-grid { grid-template-columns: 1fr; } .vk-aurel-wrap .vk-aurel-dl-grid { grid-template-columns: 1fr; } .vk-aurel-wrap .vk-aurel-spec-item { flex-direction: column; gap: 4px; } .vk-aurel-wrap .vk-aurel-spec-key { width: auto; } } Inspiration The Aurelia Alabaster Flush Mount is a semi-flush ceiling light — a downward natural alabaster cone on a short brass stem and round brass canopy, set just below the ceiling. The E27 bulb inside aims a warm glow down through the cone while the alabaster shows its veining. One size, 9.1″ Dia × 9.1″ H. Sized for a hallway, entryway, bedroom, closet, or kitchen on a standard ceiling, it suits mid-century, Art Deco, transitional, quiet-luxury, and Mediterranean rooms. Good To Know ! 1 × E27 socket · E27 LED bulb included & replaceable · alabaster cone · brass canopy & stem · semi-flush, hardwired · indoor dry only The cone 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 round canopy, short stem, and knurled socket holder are brass. Socket is E27 (medium screw base) and accepts standard US E26; an E27 LED bulb is included and replaceable, warm 2700–3000K. It's a semi-flush mount: a short brass stem holds the cone just below the ceiling (not tight against it), so it suits standard ceilings without the reach of a pendant. 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 Hand-Carved Alabaster Cone A downward cone carved from real alabaster — veining and tone vary per piece, so no two shades are alike. Brass Canopy, Stem & Holder A round brass canopy and short stem with a knurled brass socket holder set the cone just below the ceiling. E27 Socket, Directional Glow The downward cone aims a warm glow down; an E27 socket (accepts E26) with an included, replaceable E27 LED bulb (2700–3000K). Dimensions & Bulb One size and finish — a hand-carved alabaster cone on a short brass stem and round canopy. Dimensions 9.1″ Dia × 9.1″ H A compact semi-flush — sits low for a hallway, entryway, bedroom, closet, or small kitchen. Dia 23 cm × H 23 cm1 × E27 · bulb included Bulb & Mount E27 LED · Hardwired E27 LED bulb included and replaceable (accepts E26); hardwired semi-flush for indoor dry locations. 1 × E27 · 2700–3000K · 120Vceiling junction box ! Alabaster is porous — indoor dry only The alabaster cone 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. Veining and tone vary piece to piece — the character of the stone, not a defect. Specifications Fixture Type Semi-flush mount ceiling light · hardwired · alabaster cone shade + brass canopy & stem Materials Brass (canopy, stem & knurled socket holder) + natural alabaster (cone shade) · alabaster veining varies per piece Dimensions 9.1″ Dia × 9.1″ H (Dia 23 × H 23 cm) Light Source 1 × E27 medium screw socket · accepts standard E26 · E27 LED bulb included & replaceable · 2700–3000K warm Light Character Directional warm glow — the downward cone aims light down; alabaster catches light and shows its veining Finish Natural white alabaster cone + warm brass canopy & stem Mounting Semi-flush · hardwired to standard ceiling junction box · short brass stem sets the cone just below the ceiling · 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 Mid-Century Modern Art Deco Transitional Quiet Luxury Mediterranean Modern Minimalist Best For Hallway, entryway, bedroom, closet, kitchen, small dining, stairway landing Use Case The Aurelia reads as a cone of stone just under the ceiling — because the shade points down, it aims a directional warm glow at the floor and surfaces below while the alabaster shows its veining. The short stem keeps it close to the ceiling, so it works where a pendant would hang too low. Use it in a hallway, entryway, bedroom, closet, small kitchen, or stairway landing on a standard ceiling, single or in a run down a hall. Center it on the space. The alabaster-and-brass pairing suits mid-century, Art Deco, transitional, quiet-luxury, and Mediterranean rooms, alongside wood, marble, and warm-metal accents. Email [email protected] for multiples or trade pricing. Downloads Technical reference and care guides for the Aurelia Alabaster Flush Mount. Need a doc that's not listed? Email [email protected]. Spec Sheet Dimensions & bulb · PDF Pending Installation Guide Hardwire semi-flush · PDF Pending Care Guide Alabaster & brass care · PDF Pending FAQ Is it a true flush mount or a semi-flush? It's a semi-flush mount — a short brass stem holds the alabaster cone just below the ceiling rather than tight against it. At 9.1″ tall it still sits much closer than a pendant, so it suits standard ceilings and spots where a hanging fixture would be in the way. What bulb does it use — is it included? It uses 1 × E27 medium screw base. E27 is cross-compatible with the standard US E26 base, so US E26 replacements thread right in. An E27 LED bulb is included and fully replaceable; a 2700–3000K warm white suits the alabaster and brass. What is the light like? Because the cone points down, it gives a directional warm glow toward the floor and surfaces below, while the alabaster catches light and shows its veining. It works as ambient room light with a soft downward pool — not a wide, even ceiling wash. 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 semi-flush — the round brass canopy mounts to a standard ceiling junction box and the short stem holds the cone below it. 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
Aurelia Semi-Flush Mount
Related
Aurelia Semi Flush Mount
Related
AURELIA SEMI-FLUSH MOUNT
Related