Shell Mini Pendant Light
* { box-sizing: border-box; margin: 0; padding: 0; } body { background: #fff; padding: 2rem; } /* ===== PALETTE: Warm brass + cognac/brandy glass ===== Derived from: polished warm brass body, cognac amber hand-blown glass (deep warm brandy), clear glass option (cool transparent), studio glass optic quality. ============================================================ */ :root { --accent-deep: #6A4010; --accent: #B87830; --accent-light:#D4A858; --surface: #FAF4EA; --bg: #F5EAD4; --border: #E0C898; --ink: #281808; --muted: #9A7038; } .vk-wrap { font-family: 'DM Sans', sans-serif; color: var(--ink); max-width: 680px; margin: 0; padding: 0; } .vk-divider { height: 1px; background: var(--border); margin: 1.75rem 0; } .vk-headline { font-family: 'DM Serif Display', serif; font-size: 21px; color: var(--ink); line-height: 1.4; margin-bottom: .75rem; letter-spacing: -.01em; } .vk-headline em { font-style: italic; color: var(--accent-deep); } .vk-intro { font-size: 15px; color: var(--ink); line-height: 1.9; margin-bottom: 1rem; } .vk-section-label { font-size: 10px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--accent-deep); margin-bottom: .7rem; } .vk-subhead { font-family: 'DM Serif Display', serif; font-size: 15px; color: var(--ink); margin-bottom: .6rem; } /* Video */ .vk-video-wrap { width: 100%; aspect-ratio: 16/9; border-radius: 6px; overflow: hidden; background: var(--surface); margin-bottom: .5rem; } .vk-video-wrap iframe { display: block; width: 100%; height: 100%; border: 0; } .vk-video-caption { font-size: 11px; color: var(--accent); text-align: center; margin-bottom: .75rem; letter-spacing: .05em; font-style: italic; } /* Features */ .vk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-feat { background: var(--surface); border-radius: 6px; padding: .85rem; border: 1px solid var(--border); } .vk-feat-icon { width: 28px; height: 28px; border-radius: 4px; background: var(--bg); display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; border: 1px solid var(--border); } .vk-feat h4 { font-size: 12.5px; font-weight: 500; color: var(--ink); margin-bottom: .25rem; } .vk-feat p { font-size: 12px; color: var(--muted); line-height: 1.6; margin: 0; } /* Notice cards */ .vk-notice { border-left: 2px solid var(--accent); background: var(--surface); border-radius: 0 6px 6px 0; padding: .88rem 1rem; margin-bottom: .75rem; } .vk-notice h5 { font-size: 13px; font-weight: 500; color: var(--accent-deep); margin-bottom: .3rem; } .vk-notice p { font-size: 13px; color: var(--ink); line-height: 1.65; margin: 0; } .vk-notice.amber { border-left-color: #b07820; background: #fdf8ef; } .vk-notice.amber h5 { color: #7a5010; } /* Glass swatches */ .vk-swatches { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 1.25rem; } .vk-swatch-item { display: flex; align-items: center; gap: 6px; background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 4px 12px; font-size: 12px; color: var(--muted); } .vk-swatch-dot { width: 16px; height: 16px; border-radius: 50%; flex-shrink: 0; } /* Size grid — 7 configs in compact thumbnail layout */ .vk-size-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: .5rem; } .vk-size-tile { background: var(--surface); border: 1px solid var(--border); border-radius: 6px; overflow: hidden; } .vk-size-tile a { display: block; } .vk-size-tile img { width: 100%; height: auto; display: block; } .vk-size-tile-body { padding: .5rem .55rem; } .vk-size-tile-tag { display: inline-block; background: var(--accent-deep); color: var(--surface); font-size: 9px; padding: 1px 7px; border-radius: 7px; font-weight: 500; letter-spacing: .05em; margin-bottom: .2rem; } .vk-size-tile-dim { font-size: 11px; font-weight: 500; color: var(--ink); } .vk-size-tile-sub { font-size: 10px; color: var(--muted); line-height: 1.45; margin-top: 1px; } .vk-size-tile-hint { font-size: 9.5px; color: var(--accent); text-align: center; padding: 3px 0; background: var(--bg); border-top: 1px solid var(--border); } /* Canopy note */ .vk-canopy-note { font-size: 12px; color: var(--muted); margin-bottom: 1rem; padding: .6rem .75rem; background: var(--surface); border-radius: 5px; border: 1px solid var(--border); } /* Bulb info */ .vk-bulb { background: var(--surface); border-radius: 6px; padding: .9rem 1rem; border: 1px solid var(--border); margin-bottom: .75rem; } .vk-bulb h5 { font-size: 13px; font-weight: 500; color: var(--ink); margin-bottom: .35rem; } .vk-bulb p { font-size: 13px; color: var(--ink); line-height: 1.6; margin: 0; } .vk-bulb a { color: var(--accent-deep); text-decoration: underline; } /* Spec table */ .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-spec-table tr { border-bottom: 1px solid var(--bg); } .vk-spec-table tr:last-child { border-bottom: none; } .vk-spec-table td { padding: 9px 0; font-size: 14px; vertical-align: top; } .vk-spec-table td:first-child { color: var(--muted); width: 42%; padding-right: 1rem; } /* Downloads */ .vk-dl { display: flex; gap: 8px; flex-wrap: wrap; } .vk-dl-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--accent-deep); border: 1px solid var(--border); padding: 7px 14px; border-radius: 5px; text-decoration: none; background: var(--surface); } .vk-dl-btn:hover { background: var(--bg); } /* FAQ */ .vk-faq-item { border-bottom: 1px solid var(--border); padding: 12px 0; } .vk-faq-item summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: .5rem; font-size: 14px; font-weight: 500; color: var(--ink); } .vk-faq-item summary::-webkit-details-marker { display: none; } .vk-faq-answer { font-size: 13px; color: var(--ink); line-height: 1.7; margin-top: 8px; padding-right: 1rem; } @media (max-width: 520px) { .vk-features { grid-template-columns: 1fr 1fr; } .vk-size-grid { grid-template-columns: repeat(2, 1fr); } } A glass gem nested inside a glass sphere — light within light. The Shell Mini Pendant features two hand-blown glass forms nesting together. The outer sphere is blown in thick clear glass with a high-polished cut edge that conveys the optic quality of studio glasswork. Nesting inside like a gem, the inner ball wraps the light source in a warm second layer of glow. Brass hardware, E14 base, available as a single pendant or in cluster compositions from 3 to 15 heads. See It In Action Shell Mini Pendant — hand-blown studio glass & warm brass Features Double-Sphere Glass Thick outer globe with polished cut edge; gem-like inner ball surrounds the light source. Brass Frame Warm polished brass hardware pairs with both Cognac and Clear glass options. 7 Configurations Single pendant to 15-head cluster — solo accent to dramatic centrepiece. Hand-blown studio glass — subtle variation between pieces Each glass sphere is individually hand-blown. The outer globe is blown in thick glass with a high-polished cut edge that gives it an optical, gem-like quality. Subtle differences in thickness, clarity, or light refraction between pieces are inherent to the handmade process — not defects. No two shades are perfectly identical. Glass Shade Cognac Clear The Cognac shade adds warm amber tones to the emitted light; Clear produces a cooler, transparent glow. Both share the same double-sphere form and brass frame. Sizes & Configurations 1 HEAD ∅20cm ∅7.9″ × H 8.3″∅20 × H 21 cm 🔍 3 HEADS L 35 cm L 13.8″ × H 59.1″L 35 × H 150 cm 🔍 5 HEADS ∅35 cm ∅13.8″ × H 59.1″∅35 × H 150 cm 🔍 7 HEADS ∅40 cm ∅15.7″ × H 59.1″∅40 × H 150 cm 🔍 9 HEADS ∅50 cm ∅19.7″ × H 78.7″∅50 × H 200 cm 🔍 13 HEADS ∅60 cm ∅23.6″ × H 78.7″∅60 × H 200 cm 🔍 15 HEADS ∅70 cm ∅27.6″ × H 78.7″∅70 × H 200 cm 🔍 ⓘ 3-head canopy: ∅25 cm × H 2.5 cm / ∅9.8″ × H 0.98″ · Drop cable on all configurations: 59″ (150 cm) adjustable; extendable on request. Bulb E14 base — bulbs not included Compatible with E14 LED and small Edison-style E14 candelabra bulbs. A warm 2700–3000K bulb is recommended — it deepens the amber warmth of the Cognac glass and adds a gentle incandescent quality to the double-sphere glow. Bulbs are not included with purchase. Specifications Materials Brass, Hand-blown Glass, Metal Light source E14 LED or Edison bulb (not included) Bulb base E14 Voltage AC 110–240V Wiring Hardwired Control Common wall switch (not included) Drop cable 59″ (150 cm) adjustable; extension available on request Mounting Ceiling pendant Environment Indoor Body finish Brass Glass options Cognac · Clear Certification North America · Saudi Arabia · Europe · Australia Downloads Spec Sheet Installation Guide Frequently Asked Questions What bulb does it use? E14 base — compatible with E14 LED and small Edison candelabra bulbs. A warm 2700–3000K bulb is recommended. Bulbs are not included. What glass shade options are available? Cognac (warm amber-tinted glass) and Clear (transparent). Cognac adds warmth to the emitted light; Clear produces a cooler, more transparent glow. Both use the same double-sphere form and brass hardware. Will my glass shades vary from the photos? Each shade is hand-blown studio glass. Subtle variation in optical character — thickness, clarity, or refraction — between pieces is inherent to the handmade process and not a defect. Which cluster size is right for my dining table? 3 or 5-head for tables seating 2–4. 7 to 9-head for tables seating 4–6. 13 and 15-head for larger dining rooms or high-ceiling spaces where a dramatic composition is desired. Does installation require an electrician? Yes. The Shell Mini is hardwired to your ceiling junction box. Professional installation by a licensed electrician is recommended.
More you might like
Related
Shell Mini Pendant Light
Related
Shell Mini Pendant Light
Related
Mini Shell Pendant Light
Related