Obolus Alabaster Pendant Light
.dfpd { --ink: #1A1A18; --ink-2: #3E3E3A; --ink-3: #6E6E68; --cream: #FDFBF6; --linen: #F0EBDF; --border: #C4B89A; --border-lt: #DCD3BC; --gold: #9C7A3C; --gold-dk: #6E5420; --gold -sft: #ECDDB8; --stone: #6E6E68; --brass: #C89846; --alabaster: #F4EFE3; --dk-sans: 'Outfit', 'Helvetica Neue', sans-serif; --dk-serif: 'Cormorant Garamond', Georgia, serif; --dk-jost: 'Jost', 'Helvetica Neue', sans-serif; } .dfpd *, .dfpd *::before, .dfpd *::after { box-sizing: border-box; margin: 0; padding: 0; } .dfpd { font-family: var(--dk-serif); -webkit-font-smoothing: antialiased; color: var(--ink); font-weight: 400; font-size: 17px; line-height: 1.65; padding: 1.5rem 0 2rem; width: 100%; background: var(--cream); } .dfpd-inner { max-width: 100%; margin: 0; padding: 0 18px; } .dfpd img { max-width: 100%; height: auto; display: block; } .dfpd .gold { color: var(--gold); } /* HERO */ .dfpd-hero { padding: 28px 0 36px; border-bottom: 1px solid var(--border-lt); } .dfpd-eyebrow { font-family: var(--dk-jost); font-weight: 500; font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; } .dfpd-h1 { font-family: var(--dk-sans); font-weight: 600; font-size: clamp(30px, 4vw, 44px); line-height: 1.12; letter-spacing: -0.01em; color: var(--ink); margin-bottom: 18px; } .dfpd-lede { font-family: var(--dk-serif); font-weight: 400; font-size: 19px; line-height: 1.55; color: var(--ink-2); max-width: 720px; } /* 4 FEATURE CHIPS */ .dfpd-chips { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 36px 0 44px; } .dfpd-chip { background: var(--linen); border: 1px solid var(--border-lt); padding: 22px 18px; border-radius: 4px; } .dfpd-chip-icon { width: 36px; height: 36px; margin-bottom: 14px; color: var(--gold); } .dfpd-chip-title { font-family: var(--dk-sans); font-weight: 600; font-size: 14px; line-height: 1.35; color: var(--ink); margin-bottom: 6px; } .dfpd-chip-desc { font-family: var(--dk-serif); font-weight: 400; font-size: 14.5px; line-height: 1.5; color: var(--ink-3); } @media (max-width: 900px) { .dfpd-chips { grid-template-columns: repeat(2, 1fr); } } /* CRAFT */ .dfpd-craft { display: flex; gap: 24px; align-items: flex-start; padding: 32px 0 44px; border-top: 1px solid var(--border-lt); border-bottom: 1px solid var(--border-lt); margin-bottom: 36px; } .dfpd-craft-icon { flex: 0 0 70px; width: 70px; height: 70px; border-radius: 50%; background: var(--linen); border: 1px solid var(--border-lt); display: flex; align-items: center; justify-content: center; color: var(--gold); } .dfpd-craft-body { flex: 1; } .dfpd-craft-eyebrow { font-family: var(--dk-jost); font-weight: 500; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; } .dfpd-craft p { font-family: var(--dk-serif); font-weight: 400; font-size: 17.5px; line-height: 1.7; color: var(--ink-2); max-width: 760px; } @media (max-width: 700px) { .dfpd-craft { flex-direction: column; } } /* NOTICE — alabaster natural pattern variation (gold-left strong) */ .dfpd-notice { display: flex; gap: 14px; padding: 18px 20px; background: #FAF4E4; border-left: 3px solid var(--gold); border-radius: 2px; margin-bottom: 44px; } .dfpd-notice-icon { flex: 0 0 18px; color: var(--gold); padding-top: 3px; } .dfpd-notice-body { flex: 1; } .dfpd-notice-title { font-family: var(--dk-jost); font-weight: 500; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 6px; } .dfpd-notice p { font-family: var(--dk-serif); font-weight: 400; font-size: 16px; line-height: 1.6; color: var(--ink-2); } /* SECTION HEADERS */ .dfpd-h2 { font-family: var(--dk-sans); font-weight: 600; font-size: clamp(22px, 2.6vw, 28px); line-height: 1.2; color: var(--ink); margin-bottom: 6px; } .dfpd-h2-sub { font-family: var(--dk-serif); font-weight: 400; font-size: 16px; line-height: 1.55; color: var(--ink-3); max-width: 640px; margin-bottom: 24px; } /* SIZE GRID — Rule 10: image-on-top, strict 4 fields, full-image with hover zoom */ .dfpd-sizes { margin-bottom: 56px; } .dfpd-size-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; } .dfpd-size-card { background: #fff; border: 1px solid var(--border-lt); border-radius: 4px; overflow: hidden; } .dfpd-size-img { background: var(--linen); aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; overflow: hidden; padding: 14px; cursor: zoom-in; } .dfpd-size-img img { width: 100%; height: 100%; object-fit: contain; transition: transform 0.45s ease; } .dfpd-size-card:hover .dfpd-size-img img { transform: scale(1.28); } .dfpd-size-info { padding: 18px 20px 22px; } .dfpd-size-name { font-family: var(--dk-sans); font-weight: 600; font-size: 17px; line-height: 1.25; color: var(--ink); margin-bottom: 4px; } .dfpd-size-imp { font-family: var(--dk-jost); font-weight: 600; font-size: 13.5px; line-height: 1.35; color: var(--ink-3); margin-bottom: 12px; } .dfpd-size-bulbs { font-family: var(--dk-serif); font-weight: 400; font-size: 15px; line-height: 1.45; color: var(--ink-2); margin-bottom: 14px; } .dfpd-size-pill { display: inline-block; font-family: var(--dk-jost); font-weight: 500; font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-dk); background: var(--gold-sft); padding: 6px 10px; border-radius: 2px; } @media (max-width: 700px) { .dfpd-size-grid { grid-template-columns: 1fr; } } /* SPECS */ .dfpd-specs { margin-bottom: 56px; } .dfpd-spec-table { border-top: 1px solid var(--border-lt); } .dfpd-spec-row { display: grid; grid-template-columns: 160px 1fr; gap: 24px; padding: 14px 0; border-bottom: 1px solid var(--border-lt); } .dfpd-spec-label { font-family: var(--dk-jost); font-weight: 500; font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-3); padding-top: 3px; } .dfpd-spec-val { font-family: var(--dk-serif); font-weight: 400; font-size: 16px; line-height: 1.55; color: var(--ink-2); } .dfpd-spec-sub { font-family: var(--dk-serif); font-weight: 400; font-size: 14.5px; color: var(--ink-3); display: block; margin-top: 2px; } .dfpd-finish-row { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; } .dfpd-finish { display: flex; align-items: center; gap: 9px; } .dfpd-sw { width: 22px; height: 22px; border-radius: 50%; border: 1px solid rgba(0,0,0,0.08); flex: 0 0 22px; } .dfpd-sw-brass { background: radial-gradient(circle at 35% 30%, #e6bb6b 0%, #c89846 55%, #8a6624 100%); } .dfpd-sw-alabaster { background: radial-gradient(circle at 35% 30%, #ffffff 0%, #f4efe3 55%, #d8cfb8 100%); } .dfpd-finish-name { font-family: var(--dk-jost); font-weight: 500; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-2); } @media (max-width: 700px) { .dfpd-spec-row { grid-template-columns: 1fr; gap: 4px; } } /* DOWNLOADS — 3-card grid */ .dfpd-downloads { margin-bottom: 56px; } .dfpd-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; } .dfpd-dl-card { display: flex; align-items: center; gap: 14px; padding: 18px 18px; background: #fff; border: 1px solid var(--border-lt); border-radius: 4px; text-decoration: none; color: var(--ink); transition: border-color 0.2s, background 0.2s; } .dfpd-dl-card:hover { border-color: var(--gold); background: #fffdf6; } .dfpd-dl-icon { flex: 0 0 36px; width: 36px; height: 36px; border-radius: 50%; background: var(--gold-sft); color: var(--gold-dk); display: flex; align-items: center; justify-content: center; } .dfpd-dl-text { flex: 1; } .dfpd-dl-title { font-family: var(--dk-sans); font-weight: 600; font-size: 14.5px; line-height: 1.25; color: var(--ink); } .dfpd-dl-meta { font-family: var(--dk-jost); font-weight: 500; font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-3); margin-top: 3px; } .dfpd-dl-arrow { color: var(--gold); flex: 0 0 16px; } @media (max-width: 700px) { .dfpd-dl-grid { grid-template-columns: 1fr; } } /* FAQ */ .dfpd-faq { margin-bottom: 48px; } .dfpd-faq details { border-bottom: 1px solid var(--border-lt); padding: 14px 0; } .dfpd-faq details:first-of-type { border-top: 1px solid var(--border-lt); } .dfpd-faq summary { list-style: none; cursor: pointer; font-family: var(--dk-sans); font-weight: 600; font-size: 16.5px; line-height: 1.4; color: var(--ink); padding-right: 28px; position: relative; } .dfpd-faq summary::-webkit-details-marker { display: none; } .dfpd-faq summary::after { content: '+'; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-family: var(--dk-jost); font-weight: 400; font-size: 22px; color: var(--gold); transition: transform 0.2s; } .dfpd-faq details[open] summary::after { content: '–'; } .dfpd-faq-answer { padding: 12px 0 6px; font-family: var(--dk-serif); font-weight: 400; font-size: 16px; line-height: 1.65; color: var(--ink-2); max-width: 760px; } .dfpd-faq-answer p + p { margin-top: 10px; } /* SUPPORT FOOTER */ .dfpd-support { padding: 24px 0 8px; border-top: 1px solid var(--border-lt); text-align: center; } .dfpd-support p { font-family: var(--dk-serif); font-weight: 400; font-size: 16px; line-height: 1.6; color: var(--ink-2); } .dfpd-support a { color: var(--gold); text-decoration: none; border-bottom: 1px solid var(--gold-sft); } .dfpd-support a:hover { border-bottom-color: var(--gold); } /* MOBILE */ @media (max-width: 600px) { .dfpd { font-size: 16px; } .dfpd-h1 { font-size: 28px; } .dfpd-lede { font-size: 17.5px; } .dfpd-craft p { font-size: 16.5px; } .dfpd-chip { padding: 18px 14px; } } Round Alabaster Pendant · Brass Stem Obolus Alabaster Pendant Light Taking its conceptual cue from the obolus, the ancient coin of safe passage between realms, this pendant balances the quiet weight of an antiquity with pure, modern geometry. It stands not just as a source of illumination, but as a sculptural anchor suspended in space.Suspended individually, it forms a precise visual anchor above a bedside table, a dedicated reading nook, or a powder room vanity. Hand-Cut Alabaster Soft translucent stone with milky white veining — diffuses warm light from within rather than against it. Brushed Brass Hardware A slim canopy and suspension stem keep visual weight to a minimum, letting the stone read as the focal point. Single G9 Socket Compact 4.7-inch diameter — fits where larger globe and drum pendants would overpower the space. Two Drop Heights 9.1″ or 12.2″ overall — pick the shorter drop for low ceilings, the taller for standard 8-foot rooms. Craft & Form The orb is hand-cut from a single block of natural alabaster — a soft translucent stone whose milky veining diffuses light from within rather than reflecting it back. The brushed brass canopy and slim suspension stem keep the visual weight to a minimum, leaving the stone to read as a quiet, glowing focal point. With its compact 4.7-inch diameter, Etruscan slips into the small-pendant-on-a-nightstand role that drum and globe shades are too bulky to fill. Please note · natural stone Every alabaster shade is hand-cut from a unique slab of natural stone, so the veining pattern, translucency, and tone will differ from the photographs and from piece to piece. The silhouette and proportions are consistent; the surface character is yours alone. Two heights, one silhouette. Same 4.7-inch alabaster orb — pick the shorter drop for compact ceilings or the taller drop for standard 8-foot rooms and small dining tables. Dia 12 × H 23 cm ∅ 4.7″ × H 9.1″ · Short Drop 1 × G9 bulb Nightstand · Entry Hall Dia 12 × H 31 cm ∅ 4.7″ × H 12.2″ · Standard Drop 1 × G9 bulb Small Dining · Breakfast Bar Specifications Multi-voltage for North American, European, and Australian wiring — installs to a standard ceiling junction box on a 150 cm suspension wire. Materials Hand-cut natural alabaster · brushed brass Light Source G9 bulb Compatible with LED, halogen, or Edison-style G9 (bulb not included) Voltage AC 110–240V Multi-voltage — works with US (120V), Canadian, EU (220–240V), and Australian power Suspension 150 cm / 59″ wire Extendable on request — message us your ceiling height before the order ships Mounting Ceiling, hardwired to standard junction box Environment Indoor Control Compatible with standard wall switch (not included) Certifications North America · Europe · Saudi Arabia · Australia Finish Brushed Brass White Alabaster Downloads Specifications, installation guidance, and 3D files for designers and trade buyers. Specifications PDF · Tech Sheet Installation PDF · Step-by-Step Guide 3D Files CAD · For Renderings Quick questions. Real questions from designers and homeowners adding a round alabaster pendant light to a bedside, entryway, or small dining nook. Will the alabaster on my pendant look exactly like the photos? No — and that's the point of natural stone. Each alabaster shade is hand-cut from a unique block, so veining direction, translucency, and warmth of tone will vary piece to piece. Your pendant will read consistent in shape and proportion to the photographs, but its surface character will be one of a kind. Which size — 9.1″ or 12.2″ — works for my ceiling height? The shorter 9.1″ drop is right for low ceilings under 8 feet, bedside applications, or anywhere headroom matters. The 12.2″ drop sits more naturally on standard 8-foot ceilings and reads in better proportion above small dining tables and breakfast bars. Can the suspension wire be extended for a vaulted or two-story ceiling? Yes. The standard wire is 150 cm (59″), and we can lengthen it on request — message us your ceiling height before the order ships and we'll cut to spec. What kind of G9 bulb gives the warmest glow through the alabaster? A 2700K G9 LED at 3–4 watts reads warm and even through the stone — the closest match to candlelight. Edison-style filament G9s also work and add a subtle amber tint. Avoid cool-white (4000K+) bulbs; they fight the warm cream of natural alabaster. Will Etruscan work with US, Canadian, and European wiring? Yes. The fixture is rated AC 110–240V multi-voltage and carries certifications for North America, Europe, Saudi Arabia, and Australia. It hardwires into a standard ceiling junction box and works with any common wall switch. Have a question we didn't cover? Email [email protected] — we reply within 24 hours.
More you might like
Related
Alabaster Pendant Lights | Alabaster Light Pendant | Alabast
Related
Alabaster Ring Alabaster Pendant Light
Related
Alabaster Ring Alabaster Pendant Light
Related