Deformed Ball Pendant Light
* { box-sizing: border-box; margin: 0; padding: 0; } body { background: #fff; padding: 2rem; } :root { --accent: #C4906A; --accent-deep: #7C4E2A; --accent-light: #d4a888; --cream: #faf6ef; --ivory: #f5efe0; --border: #e0d4bc; --ink: #2a2018; --muted: #9B7B5A; } .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: #4a3018; 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; } /* Design story */ .vk-story { background: var(--cream); border-left: 3px solid var(--border); border-radius: 0 6px 6px 0; padding: 1rem 1.25rem; margin-bottom: 1.25rem; } .vk-story p { font-family: 'DM Serif Display', serif; font-style: italic; font-size: 14.5px; color: var(--ink); line-height: 1.75; margin: 0; } .vk-story cite { display: block; font-family: 'DM Sans', sans-serif; font-style: normal; font-size: 11.5px; color: var(--muted); margin-top: .5rem; } /* Video */ .vk-video-wrap { width: 100%; aspect-ratio: 16/9; border-radius: 6px; overflow: hidden; background: var(--cream); 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: .5rem; letter-spacing: .05em; font-style: italic; } /* Guide links */ .vk-guide-link { display: flex; align-items: center; gap: .65rem; background: var(--cream); border: 1px solid var(--border); border-radius: 6px; padding: .7rem 1rem; text-decoration: none; margin-bottom: .4rem; } .vk-guide-link svg { flex-shrink: 0; color: var(--accent-deep); } .vk-guide-link span { font-size: 13px; color: var(--accent-deep); text-decoration: underline; text-decoration-color: rgba(124,78,42,.3); text-underline-offset: 3px; } /* 3 light modes */ .vk-modes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-mode { background: var(--cream); border: 1px solid var(--border); border-radius: 6px; padding: .85rem .75rem; text-align: center; } .vk-mode-icon { width: 36px; height: 36px; background: var(--ivory); border: 1px solid var(--border); border-radius: 50%; margin: 0 auto .5rem; display: flex; align-items: center; justify-content: center; } .vk-mode h4 { font-size: 12px; font-weight: 500; color: var(--ink); margin-bottom: .25rem; } .vk-mode p { font-size: 11px; color: var(--muted); line-height: 1.55; margin: 0; } /* 8 color combos — 4×2 grid */ .vk-colors { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 1.25rem; } .vk-color-card { background: var(--cream); border: 1px solid var(--border); border-radius: 6px; padding: .65rem .4rem; text-align: center; } .vk-color-dot { width: 32px; height: 32px; border-radius: 50%; margin: 0 auto .35rem; border: 1px solid rgba(0,0,0,.08); flex-shrink: 0; } .vk-color-name { font-size: 10.5px; font-weight: 500; color: var(--ink); line-height: 1.3; } /* 2 sizes with thumbnails */ .vk-size-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 1rem; } .vk-config { border: 1px solid var(--border); border-radius: 6px; overflow: hidden; background: var(--cream); } .vk-config-img a { display: block; } .vk-config-img img { width: 100%; height: auto; display: block; border-bottom: 1px solid var(--border); aspect-ratio: 1/1; object-fit: cover; } .vk-config-img-hint { font-size: 10px; color: var(--accent); text-align: center; padding: 3px 0; background: var(--ivory); border-bottom: 1px solid var(--border); } .vk-config-body { padding: .75rem; } .vk-config-tag { display: inline-block; background: var(--accent-deep); color: var(--cream); font-size: 10px; padding: 2px 9px; border-radius: 10px; font-weight: 500; margin-bottom: .35rem; } .vk-config-name { font-size: 14px; font-weight: 500; color: var(--ink); margin-bottom: .15rem; } .vk-config-detail { font-size: 12px; color: var(--muted); } /* Notice */ .vk-notice { border-left: 2px solid var(--accent); background: var(--cream); 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: #4a3018; line-height: 1.65; margin: 0; } .vk-notice 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(--ivory); } .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(--cream); } .vk-dl-btn:hover { background: var(--ivory); } details summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: .5rem; } @media (max-width: 520px) { .vk-modes { grid-template-columns: 1fr; } .vk-colors { grid-template-columns: repeat(2, 1fr); } .vk-size-grid { grid-template-columns: 1fr; } } One shade, three personalities of light. Inspired by the 1972 Weisdorf Multi-Lite design — a pendant defined by playful versatility. Two movable hemisphere halves sit within a thin ring frame, inviting you to redirect light as the mood demands: downward task, upward glow, or sculptural indirect. Shape the light, shape the space. “By turning the halves of the shade, the lamp will not only visually change, but the light that is diffused can also be determined.” — Inspired by the Weisdorf Multi-Lite, 1972 See It In Action Movable hemisphere halves · three lighting modes · eight color combinations How to adjust the shade halves for each light mode → Installation walkthrough → Finish & color showcase → Interior styling & ambience demo → Product detail & design story → Three Lighting Modes — turn the halves to change everything Upward Ambient Both halves turned down — light reflects off ceiling for cosy atmosphere. Downward Task Both halves turned up — direct downward light for dining table or work. Sculptural Indirect Halves moved opposite — indirect light and a striking sculptural form. Eight Color Combinations Black Copper Chrome Copper + Blue Copper + White Copper + Black White + Chrome Chrome + Black Two-tone color combinations pair the body finish (left) with a contrasting shade finish (right). Two Sizes 🔍 Enlarge Small ∅10.2" × H10.2",weight: 2.2kg Dia 26 cm × H 26 cm 🔍 Enlarge Large ∅15" × H15",weight: 3.4kg Dia 38 cm × H 38 cm Bulb & Light Source E14 or E27 base — check variant at checkout · bulb not included Depending on the configuration ordered, this lamp uses either an E14 (small Edison screw) or E27 (standard Edison screw) base. A warm LED globe (2700–3000K) is recommended. Bulbs not included. Specifications Materials Metal · Steel Light source E14 or E27 base · LED or Edison (not included) Voltage AC 110–240V Cable 59" (150 cm) adjustable · Extendable on request Control Standard wall switch (not included) Wiring Hardwired Mounting Ceiling pendant Certification North America · EU · AU · Saudi Arabia Shade Two movable hemisphere halves · three lighting positions Color options 8 combinations · single & two-tone Downloads Spec Sheet Installation Guide 3D Files Frequently Asked Questions How do the movable halves change the light? Both halves down — upward ceiling glow for ambience. Both halves up — direct downward task light. Halves opposite — indirect sculptural ambient light. The lamp also changes appearance with each position. What bulb does it use? E14 or E27 depending on the variant ordered. Warm LED globe (2700–3000K) recommended. Bulbs not included. What sizes are available? Small (∅10.2" / Dia 26 cm) and Large (∅15" / Dia 38 cm). What color combinations are available? Eight options: single-tone (Black, Copper, Chrome) and two-tone pairings (Copper+Blue, Copper+White, Copper+Black, White+Chrome, Chrome+Black).
More you might like
Related
Deformed Ball Pendant Light
Related
Deformed Ball Pendant Light
Related
Deformed Ball Pendant Light
Related