Duality Pendant Lamp
* { box-sizing: border-box; margin: 0; padding: 0; } :root { --accent-deep: #100c08; --accent: #3a2c20; --accent-light: #6a5040; --surface: #f4f2ee; --bg: #e8e4dc; --border: #c8c0b 0; --ink: #0c0a08; --muted: #584840; } body { background: #fff; padding: 2rem; } .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); } .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-notice-amber { border-left: 2px solid #b07820; background: #fdf8ef; border-radius: 0 6px 6px 0; padding: .88rem 1rem; margin-bottom: .75rem; } .vk-notice-amber h5 { font-size: 13px; font-weight: 500; color: #7a5010; margin-bottom: .3rem; } .vk-notice-amber p { font-size: 13px; color: var(--ink); line-height: 1.65; margin: 0; } .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; } .vk-size { display: flex; gap: 1rem; align-items: flex-start; padding: 1rem; border: 1px solid var(--border); border-radius: 6px; background: var(--surface); margin-bottom: .75rem; } .vk-size-thumb a { display: block; } .vk-size-thumb img { width: 130px; height: auto; border-radius: 5px; border: 1px solid var(--border); display: block; } .vk-size-thumb-hint { font-size: 10px; color: var(--accent); text-align: center; margin-top: 3px; } .vk-size-info { flex: 1; padding-top: .15rem; } .vk-size-tag { display: inline-block; background: var(--accent-deep); color: var(--surface); font-size: 10px; padding: 2px 9px; border-radius: 10px; font-weight: 500; margin-bottom: .4rem; } .vk-size-name { font-size: 14px; font-weight: 500; color: var(--ink); margin-bottom: .15rem; } .vk-size-detail { font-size: 12px; color: var(--muted); line-height: 1.7; } .vk-spec-bar { display: flex; flex-wrap: wrap; gap: 6px; padding-top: .6rem; margin-top: .6rem; border-top: 1px dashed var(--border); } .vk-spec-pill { font-size: 11px; color: var(--muted); background: var(--bg); padding: 2px 8px; border-radius: 10px; border: 1px solid var(--border); } .vk-swatches { display: flex; gap: 18px; flex-wrap: wrap; margin-bottom: 1rem; } .vk-swatch-item { display: flex; align-items: center; gap: .55rem; font-size: 13px; color: var(--ink); } .vk-swatch-dot { width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--border); flex-shrink: 0; } .vk-swatch-desc { font-size: 11px; color: var(--muted); margin-top: 1px; } .vk-bulb { background: var(--surface); border: 1px solid var(--border); border-radius: 6px; padding: .9rem 1rem; margin-bottom: 1rem; } .vk-bulb h5 { font-size: 13px; font-weight: 500; color: var(--accent-deep); margin-bottom: .3rem; } .vk-bulb p { font-size: 13px; color: var(--ink); line-height: 1.65; margin: 0; } .vk-bulb a { color: var(--accent); text-underline-offset: 3px; } .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-spec-table tr { border-bottom: 1px solid var(--border); } .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; } .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); } .vk-wrap details { border-bottom: 1px solid var(--border); padding: 12px 0; } .vk-wrap details:last-child { border-bottom: none; } .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: var(--ink); } .vk-wrap details summary::-webkit-details-marker { display: none; } .vk-wrap details p { font-size: 13px; color: var(--ink); line-height: 1.7; margin-top: 8px; padding-right: 1rem; } .vk-wrap details a { color: var(--accent); text-underline-offset: 3px; } @media (max-width: 520px) { .vk-features { grid-template-columns: 1fr 1fr; } .vk-size { flex-direction: column; } .vk-size-thumb img { width: 100%; } } Black travertine and walnut — rugged stone, polished wood, dynamic contrast. This modern pendant makes a striking design statement through contrasting textures and layered geometric forms. The lower cylinder features a bold, porous black travertine finish reminiscent of lava stone — raw and earthy, with focused downlighting. The upper section is a smooth, elongated dark walnut cap that connects the shade to the textile cord. Clean lines and the juxtaposition of polished wood against rugged stone create a dynamic organic-modern aesthetic, ideal for minimalist dining rooms, contemporary kitchen islands, or bar areas. About the black travertine — genuine natural stone with a matte black surface finish The shade of this pendant is made from genuine travertine stone. To create a deep, even black aesthetic, the stone surface is finished with a matte black coating — rather than left in its natural off-white state. This is an intentional design choice: the weight, density, and natural pore structure of genuine travertine are preserved, while the surface colour is controlled. The entire stone presents a consistent matte black — this is exactly as it was designed to be. Natural travertine — formed by geological processes Travertine is formed in the natural environment through thousands of years of complex physical and chemical processes. Even beneath the black surface, the pore distribution and stone characteristics of each piece remain entirely unique. 🔍 These are all natural phenomenon · click to enlarge Features Black Travertine Shade Wide short cylinder — porous lava-like texture, focused downlighting. Dark Walnut Cap Smooth elongated wood top — clean contrast with the rugged stone below. 59″ Adjustable Cable Standard 59″ textile cord — adjustable hanging height, extendable on request. Size 🔍 Tap to enlarge Single size ∅ 4.7″ × H 6.3″ Dia 12 cm × H 16 cm59″ adjustable cable · Extendable on request Dining room Kitchen island Bar area Materials & Finish Black Travertine Genuine travertine, matte black surface — shade Dark Walnut Natural dark walnut wood cap — body & shade Bulb & Light Source E26 (US/CA) or E27 (EU/AU) Compatible with LED and Edison filament bulbs. A warm filament bulb (2700–3000K) is recommended to complement the travertine and walnut materials.Guide to E26 and E27 bulb selection → Specifications Materials Black Travertine · Dark Walnut wood · Metal Size ∅ 4.7″ × H 6.3″ / Dia 12 cm × H 16 cm Bulb base E26 (US/CA) or E27 (EU/AU) Light source LED or Edison filament bulb Voltage AC 110–240V Cable 59″ adjustable · Extendable on request Control Compatible with standard wall switch Wiring Hardwired Mounting Ceiling pendant Environment Indoor only Body finish Dark Walnut · Black Travertine Shade finish Dark Walnut Certification North America · EU · AU · Saudi Arabia Downloads Spec Sheet Installation Guide 3D Files Frequently Asked Questions Is the travertine naturally black? No — travertine is naturally off-white. The matte black finish is a surface coating applied to the genuine stone as an intentional design choice. The natural pore structure, weight, and density are fully preserved beneath the coating. Can the cable length be extended? Yes. The standard cable is 59″ (150 cm) and adjustable. Extensions are available on request — contact our support team before ordering. What bulb does it use? E26 (US/CA) or E27 (EU/AU) base. LED or Edison filament bulbs. A warm-toned bulb (2700–3000K) is recommended. See the E26/E27 bulb guide. Is this certified for North America? Yes. Compatible with North America, Saudi Arabia, Europe, and Australia. AC 110–240V.
More you might like
Related
Maytoni Duality 1L pendant lamp, black E27 D 20cm
Related
Maytoni Duality 1L pendant lamp, black E27 D 20cm
Related
Maytoni Duality 1L pendant lamp, black E27 D 20cm
Related