Baer Pendant Light
* { box-sizing: border-box; margin: 0; padding: 0; } body { background: #fff; padding: 2rem; } :root { --accent: #C4906A; --accent-deep: #7C4E2A; --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; } .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; } .vk-guide-link { display: flex; align-items: center; gap: .65rem; background: var(--cream); border: 1px solid var(--border); border-radius: 6px; padding: .75rem 1rem; text-decoration: none; margin-bottom: .5rem; } .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; } /* Critical */ .vk-critical { background: #fdf1ed; border: 1px solid #f0c0b0; border-left: 3px solid #c04020; border-radius: 0 6px 6px 0; padding: .95rem 1rem; margin-bottom: .75rem; } .vk-critical h5 { font-size: 13px; font-weight: 500; color: #c04020; margin-bottom: .3rem; } .vk-critical p { font-size: 13px; color: #6a2818; line-height: 1.65; margin: 0; } .vk-critical a { color: #c04020; text-decoration: underline; } /* 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; } /* Features */ .vk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-feat { background: var(--cream); border-radius: 6px; padding: .85rem; border: 1px solid var(--border); } .vk-feat-icon { width: 28px; height: 28px; border-radius: 4px; background: var(--ivory); 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; } /* 2 finishes */ .vk-finishes { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 1.25rem; } .vk-finish-card { background: var(--cream); border: 1px solid var(--border); border-radius: 6px; padding: .9rem; display: flex; align-items: center; gap: .75rem; } .vk-finish-dot { width: 34px; height: 34px; border-radius: 50%; flex-shrink: 0; } .vk-finish-info h5 { font-size: 13px; font-weight: 500; color: var(--ink); margin-bottom: 2px; } .vk-finish-info p { font-size: 11.5px; color: var(--muted); margin: 0; } /* Config cards with images */ .vk-config { border: 1px solid var(--border); border-radius: 6px; background: var(--cream); margin-bottom: .65rem; display: flex; gap: .9rem; align-items: flex-start; padding: .9rem; } .vk-config-thumb a { display: block; } .vk-config-thumb img { width: 100px; height: auto; border-radius: 5px; border: 1px solid var(--border); display: block; } .vk-config-hint { font-size: 10px; color: var(--accent); text-align: center; margin-top: 2px; } .vk-config-info { flex: 1; } .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: .3rem; } .vk-config-name { font-size: 14px; font-weight: 500; color: var(--ink); margin-bottom: 2px; } .vk-config-dim { font-size: 12px; color: var(--muted); } /* 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-features { grid-template-columns: 1fr 1fr; } .vk-finishes { grid-template-columns: 1fr; } .vk-config { flex-direction: column; } .vk-config-thumb img { width: 100%; } } Sleek lines, contemporary allure. The Baer Pendant Light is a transcendent luminary that elevates any room with sleek lines and white glass shades. Suspended in mid-air, it adds an elegant focal point to dining rooms, living spaces, and hotel lobbies. Available in four configurations from a single pendant to a dramatic six-shade cluster. See It In Action Sleek lines · white glass · Black or Gold Styling & finish showcase → Installation guide → ⚠ G9 bulb base — not E26/E27 The Baer uses G9 bi-pin capsule bulbs — not standard screw bulbs. Please purchase G9 LED bulbs separately. G9 bulb guide → Bulbs not included. Segmental rod design — connection point curvature is normal To allow adjustable hanging length and safe international transit, the rod is constructed from multiple connectable sections joined by screw fittings. A slight, subtle curvature may be visible at the joints on close inspection. This is a normal characteristic of the segmental design — not a quality defect. It does not affect structural integrity or safety, and the joints become significantly less noticeable once the fixture is fully installed and viewed from a normal distance. Features Sleek Lines Refined geometric form — elegant focal point for dining, living, or hotel spaces. White Glass Shades Soft, even glow through white glass — warm ambient light throughout the room. 59" Adjustable Cable adjustable to 59" — extendable for high ceilings on request. Two Finishes Black Bold & architectural Gold Warm & luxurious Four Configurations 🔍 3 Lights ∅3.9" × H29.5" Dia 10 × H75 cm · 3 × G9 🔍 4 Lights ∅23.6" × H17.7" Dia 60 × H45 cm · 4 × G9 🔍 6 Lights — Standard ∅33.5" × H20.9" Dia 85 × H53 cm · 6 × G9 🔍 6 Lights — Large ∅47.2" × H16.9" Dia 120 × H43 cm · 6 × G9 Specifications Materials Metal · Glass Light source G9 base · LED or halogen (not included) Voltage AC 110–240V Cable drop 59" adjustable · Extendable on request Control Wall switch (not included) Wiring Hardwired Mounting Ceiling pendant Certification North America · EU · AU · Saudi Arabia Finishes Black · Gold Shade White glass Rod note Segmental design — screw joints may show slight curvature, normal characteristic Downloads Spec Sheet Installation Guide 3D Files Frequently Asked Questions What bulb base does the Baer use? G9 bi-pin capsule bulbs — not E26/E27. Please purchase G9 LED bulbs separately. Bulbs not included. Why does the rod have a slight bend at the joints? The rod is segmental — multiple sections screwed together for adjustable length and safe shipping. Slight curvature at joints is normal. Once installed and viewed from a normal distance the joints are much less noticeable. What configurations are available? Four: 3-light (∅3.9"×H29.5"), 4-light (∅23.6"×H17.7"), 6-light ∅33.5" (H20.9"), 6-light ∅47.2" (H16.9"). Sizing & questions Every piece is made to order in our own atelier — here is what most clients ask before choosing theirs. What size Baer works best for a dining table?+The 6-light standard (∅33.5″ × H20.9″) suits most dining tables. The large 6-light (∅47.2″ × H16.9″) fits longer tables. Our atelier can adjust cable drop to 59″, extendable on request for high ceilings. Which finish should I choose—Black or Gold?+Black is bold and architectural; Gold is warm and luxurious. Gold complements marble and wood; Black suits modern minimalist interiors. Both pair beautifully with white glass shades. What bulbs does the Baer use?+G9 bi-pin capsule bulbs only—not E26/E27 standard screws. Purchase G9 LED or halogen bulbs separately; none are included. Check our G9 bulb guide for compatibility. Can I customize the Baer for my ceiling height?+Yes. Cable adjusts to 59″ standard; request extension for higher ceilings when ordering. Our atelier hand-builds each piece with custom specs on request. Why does the rod have a visible bend at the joints?+The segmental design allows adjustable length and safe shipping. Slight curvature at screw joints is normal and becomes barely noticeable once installed and viewed from typical distance.
More you might like
Related
Baer Pendant Light
Related
Baer Pendant Light
Related
Baer Pendant Light
Related