Aurelia Alabaster Ring Ceiling Lamp
/* ===== Aurelia Alabaster — Stone & Gold Palette ===== */ .vk-wrap { font-family: 'DM Sans', sans-serif; color: #1a1612; max-width: 680px; margin: 0; padding: 0; } .vk-wrap * { bo x-sizing: border-box; } .vk-wrap p, .vk-wrap h4, .vk-wrap h5 { margin: 0; } .vk-wrap .vk-divider { height: 1px; background: #e3ddd3; margin: 1.75rem 0; } .vk-wrap .vk-headline { font-family: 'DM Serif Display', serif; font-size: 21px; color: #1a1612; line-height: 1.4; margin-bottom: .75rem; letter-spacing: -.01em; } .vk-wrap .vk-headline em { font-style: italic; color: #a37c44; } .vk-wrap .vk-intro { font-size: 15px; color: #3d352d; line-height: 1.85; margin-bottom: 1rem; font-weight: 300; } .vk-wrap .vk-section-label { font-size: 10px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: #a37c44; margin-bottom: .7rem; display: block; } /* ─── Notices ─── */ .vk-wrap .vk-notice-stone { border-left: 2px solid #a37c44; background: linear-gradient(135deg, #fdfbf7 0%, #f4eee1 100%); border-radius: 0 6px 6px 0; padding: .95rem 1.1rem; margin-bottom: .75rem; } .vk-wrap .vk-notice-stone h5 { font-size: 13px; font-weight: 500; color: #7a5c2f; margin-bottom: .35rem; letter-spacing: .02em; } .vk-wrap .vk-notice-stone p { font-size: 13px; color: #4a3a30; line-height: 1.65; } /* ─── Features ─── */ .vk-wrap .vk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-wrap .vk-feat { background: linear-gradient(135deg, #fdfbf7 0%, #f4eee1 100%); border-radius: 6px; padding: .9rem; border: 1px solid #e3ddd3; text-align: center; } .vk-wrap .vk-feat-icon { width: 28px; height: 28px; border-radius: 4px; background: #1a1612; display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; border: 1px solid #a37c44; color: #f4eee1; margin-left: auto; margin-right: auto; } .vk-wrap .vk-feat h4 { font-size: 12.5px; font-weight: 500; color: #1a1615; margin-bottom: .25rem; } .vk-wrap .vk-feat p { font-size: 12px; color: #87693f; line-height: 1.55; font-weight: 300; } /* ─── Size Gallery ─── */ .vk-config-wrap { display: flex; flex-direction: column; align-items: center; width: 100%; gap: 1rem; margin-bottom: 1.5rem; } .vk-config-item { padding: 0.8rem; border: 1px solid #eee; border-radius: 8px; background: #fff; text-align: center; width: 100%; max-width: 320px; } .vk-config-item a { display: block; text-decoration: none; } .vk-config-item img { width: 100%; max-width: 280px; height: auto; border-radius: 4px; display: block; margin: 0 auto; transition: transform 0.2s; border: 1px solid #eee; } .vk-config-item img:hover { transform: scale(1.02); } .vk-config-label { font-size: 11.5px; font-weight: 500; color: #1a1615; margin-top: 8px; display: block; line-height: 1.4; } .vk-config-hint { font-size: 9px; color: #a37c44; text-transform: uppercase; letter-spacing: 0.08em; margin-top: 4px; display: block; } /* ─── Light Source Card (Strict Minimalist) ─── */ .vk-wrap .vk-bulb-card { background: #fff; border: 1px solid #e3ddd3; border-radius: 6px; padding: 1rem 1.1rem; margin-bottom: .75rem; } .vk-wrap .vk-bulb-rec { display: flex; gap: 14px; align-items: center; } .vk-wrap .vk-bulb-icon { color: #a37c44; flex-shrink: 0; } .vk-wrap .vk-bulb-text { font-size: 13.5px; font-weight: 500; color: #1a1615; } /* ─── Standardized Downloads UI (Dynamic Hover Line) ─── */ .vk-dl-container { margin-top: 1rem; } .vk-dl-header { font-size: 11px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; color: #a68b6c; margin-bottom: 14px; display: block; } .vk-dl-flex { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; } .vk-dl-button { display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px; background-color: #f5f5f5; border: 1px solid #e8e8e8; border-radius: 6px; text-decoration: none; position: relative; overflow: hidden; transition: background-color 0.2s; } .vk-dl-button:hover { background-color: #ededed; } .vk-dl-button::after { content: ""; position: absolute; bottom: 0; left: 50%; width: 0; height: 3px; background-color: #1a1a1a; transition: all 0.3s ease; transform: translateX(-50%); } .vk-dl-button:hover::after { width: 100%; } .vk-dl-icon { color: #333; display: flex; align-items: center; flex-shrink: 0; } .vk-dl-text { font-size: 13.5px; font-weight: 400; color: #333; text-decoration: underline; text-underline-offset: 4px; text-decoration-color: rgba(0,0,0,0.15); transition: text-decoration-color 0.3s; } .vk-dl-button:hover .vk-dl-text { text-decoration-color: #000; } /* ─── Spec table (Zebra Stripes) ─── */ .vk-wrap .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-wrap .vk-spec-table tr { border-bottom: 1px solid #e3ddd3; } .vk-wrap .vk-spec-table tr:nth-child(odd) { background-color: #fdfaf5; } .vk-wrap .vk-spec-table tr:last-child { border-bottom: none; } .vk-wrap .vk-spec-table td { padding: 10px 12px; font-size: 14px; vertical-align: top; } .vk-wrap .vk-spec-table td:first-child { color: #87693f; width: 42%; padding-right: 1rem; font-weight: 400; } .vk-wrap .vk-spec-table td:last-child { color: #1a1615; font-weight: 300; } /* ─── FAQ ─── */ .vk-wrap details { border-bottom: 1px solid #e3ddd3; padding: 13px 0; } .vk-wrap details:first-of-type { border-top: 1px solid #e3ddd3; } .vk-wrap details summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: .5rem; font-size: 14px; font-weight: 500; color: #1a1615; } .vk-wrap details summary::-webkit-details-marker, .vk-wrap details summary::marker { display: none; } .vk-wrap details[open] summary svg { transform: rotate(180deg); } .vk-wrap details summary svg { transition: transform .2s; flex-shrink: 0; color: #a37c44; } .vk-wrap details p { font-size: 13px; color: #4a3a30; line-height: 1.7; margin-top: 8px; padding-right: 1rem; font-weight: 300; } /* ─── Responsive ─── */ @media (max-width: 520px) { .vk-wrap .vk-features { grid-template-columns: 1fr; gap: 8px; } .vk-wrap .vk-headline { font-size: 19px; } } Aurelia Alabaster Ring Ceiling Lamp — Architectural Symmetry in Carved Natural Stone The Aurelia Alabaster Ring Ceiling Lamp is a study in material purity and architectural refinement. A circular arrangement of precision-cut natural alabaster panels is secured by delicate brass studs to a gilded framework, celebrating a dialogue between raw earth and human craft. When illuminated, the rare translucency of the stone reveals its organic veining, casting a soft, warm, welcoming glow that transforms modern interiors. A sophisticated flush mount choice for executive hallways, master bedroom escapes, and grand living spaces. Natural Alabaster Authenticity Each panel is carved from genuine natural alabaster. Due to its geological origins, every fixture possesses distinct veining patterns, tonal shifts, and natural opacity. Please note that patterns will vary between individual units, ensuring your lamp is a bespoke geological work of art. Pictures are for textural reference only. Features Natural Alabaster Genuine stone panels provide a unique, organic translucent glow. Brass Detailing Delicate brass studs secure each panel for a refined, architectural finish. Warm E14 Bulbs Concealed E14 bulbs cast an even, warm, glare-free glow. Size & Scale Flush Mount Profile — H 8.3″ (21cm) 🔍 Tap to view full scale detail Standard Size: Ø 15.7″ × H 8.3″ · 6 × E14Large Size: Ø 19.7″ × H 8.3″ · 8 × E14 Light Source E14 Sockets · 6 Bulbs (Standard) / 8 Bulbs (Large) · Warm-White Recommended. Specifications Material Natural Alabaster stone, High-grade Metal Body Finish Gold (Brushed) Shade Finish Natural Alabaster White Light Source 6 × E14 (Standard) / 8 × E14 (Large) · warm-white ~3000K recommended Wattage 36W (Standard) / 48W (Large) Voltage AC 110–240 V Wiring Hardwired Mounting Ceiling Flush Mount Environment Indoor only (IP20 Damp-rated) Certification North America, EU, Australia, Saudi Arabia DOWNLOADS Spec Sheet Installation Guide Frequently Asked Questions Are the natural pores and veins in the stone defects? Not at all. The unique "clouding" and veining are the hallmark of authentic alabaster stone. These geological characteristics are highly prized in architectural lighting and ensure no two units are ever identical. What bulbs does it use, and is it dimmable? It takes E14 bulbs — six in the Standard size and eight in the Large size. A warm-white (around 3000K) bulb suits the alabaster best. With standard E14 bulbs it works on a common On/Off wall switch; for dimming, fit dimmable E14 LED bulbs and pair them with a compatible dimmer. Contact our design support team if you'd like a recommendation. How should I clean the alabaster stone? Alabaster is a soft, porous natural stone. Use only a clean, dry microfiber cloth for dusting. Avoid using water, detergents, or chemical sprays, as they can seep into the stone and cause permanent staining or discoloration. Can this be installed in a bathroom? Yes, it is IP20 Damp-rated, making it suitable for well-ventilated bathrooms where ambient moisture is present. However, it should not be installed inside a shower or directly above a high-humidity bathtub area.
More you might like
Related
Aurelia Alabaster Ring Ceiling Lamp
Related
Aurelia Alabaster Ceiling Light
Related
Aurelia Alabaster Ceiling Light
Related