Bonnie Chandelier

/* * Docos Design Tokens * #ffffff 白底 #f7f7f7 卡片底 * #e5e5e5 边框 #1a1a1a 正文 * #555555 次级文字 #b8924a 暖金强调 */ .bnc2-wrap { font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Helvetica, Arial, sans-serif; color: #1a1a1a; line-height: 1.7; max-width: 860px; margin: 0 auto; background: #ffffff; } /* 章节标题 */ .bnc2-section-title { font-size: 0.72rem; font-weight: 600; letter-spacing: .12em; text-transform:…

Original price was: $1,949.00.Current price is: $189.99.
Checkout
Category:

Description

/* * Docos Design Tokens * #ffffff 白底 #f7f7f7 卡片底 * #e5e5e5 边框 #1a1a1a 正文 * #555555 次级文字 #b8924a 暖金强调 */ .bnc2-wrap { font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Helvetica, Arial, sans-serif; color: #1a1a1a; line-height: 1.7; max-width: 860px; margin: 0 auto; background: #ffffff; } /* 章节标题 */ .bnc2-section-title { font-size: 0.72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #1a1a1a; border-bottom: 1.5px solid #b8924a; padding-bottom: .45rem; margin: 2.2rem 0 1.1rem; } /* 单视频全宽 */ .bnc2-video-box { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 8px; background: #111; margin-bottom: 2rem; } .bnc2-video-box iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } /* Hero 文案 */ .bnc2-intro { font-size: 1rem; color: #555; line-height: 1.8; margin-bottom: 1rem; } /* 核心卖点卡片 */ .bnc2-features { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 8px; margin-bottom: 2rem; } .bnc2-feature-card { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #b8924a; border-radius: 6px; padding: .85rem 1rem; font-size: .85rem; color: #333; line-height: 1.55; } .bnc2-feature-card__icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; } .bnc2-feature-card__title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } /* 空间角色横幅 */ .bnc2-role-banner { background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: 1rem 1.2rem; margin-bottom: 2rem; font-size: .9rem; color: #555; line-height: 1.7; } .bnc2-role-banner__title { font-weight: 600; font-size: .82rem; color: #1a1a1a; letter-spacing: .04em; display: block; margin-bottom: .35rem; } /* 适用场景 */ .bnc2-rooms { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 2rem; } .bnc2-room-tag { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 20px; padding: .3rem .9rem; font-size: .82rem; color: #555; display: flex; align-items: center; gap: 5px; } /* 颜色 swatches */ .bnc2-color-bar { display: flex; align-items: center; gap: 14px; background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: .75rem 1.1rem; margin-bottom: 2rem; font-size: .88rem; color: #555; } .bnc2-color-bar__swatches { display: flex; gap: 8px; flex-shrink: 0; } .bnc2-swatch { width: 22px; height: 22px; border-radius: 50%; border: 2px solid rgba(0,0,0,.1); box-shadow: 0 1px 4px rgba(0,0,0,.15); } .bnc2-swatch–beige { background: #e8dcc8; border-color: rgba(0,0,0,.15); } .bnc2-swatch–white { background: #f4f0e8; border-color: rgba(0,0,0,.18); } .bnc2-swatch–gold { background: linear-gradient(135deg, #c8a040, #e8c060); } .bnc2-swatch–chrome { background: linear-gradient(135deg, #b8bcc0, #d8dce0); border-color: rgba(0,0,0,.15); } /* 双尺寸卡片 */ .bnc2-size-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 10px; margin-bottom: 2rem; } .bnc2-size-card { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #b8924a; border-radius: 6px; padding: .9rem 1.1rem; } .bnc2-size-card__label { font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #b8924a; display: block; margin-bottom: .5rem; } .bnc2-size-card__sublabel { font-size: .72rem; color: #888; display: block; margin-bottom: .4rem; margin-top: -.3rem; } .bnc2-size-card__row { display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1px solid #e5e5e5; padding: .22rem 0; font-size: .85rem; color: #333; } .bnc2-size-card__row:last-child { border-bottom: none; } .bnc2-size-card__key { color: #777; font-size: .8rem; } /* 规格列表 */ .bnc2-specs { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 8px; } .bnc2-specs li { display: flex; align-items: flex-start; gap: 10px; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; padding: .6rem .9rem; font-size: .9rem; color: #333; } .bnc2-specs li::before { content: ”; display: block; width: 5px; height: 5px; min-width: 5px; border-radius: 50%; background: #b8924a; margin-top: 8px; } /* 认证徽章 */ .bnc2-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1.4rem; } .bnc2-badge { background: #ffffff; border: 1px solid #d4d4d4; border-radius: 20px; padding: .28rem .85rem; font-size: .78rem; color: #333; font-weight: 500; letter-spacing: .03em; } /* 下载 */ .bnc2-downloads { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 2rem; } .bnc2-dl-item { display: flex; flex-direction: column; align-items: center; gap: 8px; text-decoration: none; color: #1a1a1a; font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; transition: opacity .2s; } .bnc2-dl-item:hover { opacity: .65; } .bnc2-dl-item img { width: 60px; height: 60px; object-fit: contain; border: 1px solid #e5e5e5; border-radius: 6px; background: #fff; padding: 8px; }

See It In Action

A ceiling chandelier lights a table. The Bonnie Chandelier defines the room. Its radiating arms and glass shades carry the visual weight of a sculptural object — something that commands the vertical space above a dining table or living room conversation area without overwhelming everything else around it.

The glass shades diffuse each bulb into a soft, individually pooled glow — not one harsh light source, but several smaller ones working together. The effect is atmospheric in a way that single-shade fixtures simply can’t achieve.

What Makes Bonnie

Multi-Point Light Three or five individual glass shades, each holding its own small glow — the result is a layered, dimensional quality that flat shades and single diffusers can’t produce.

🏛 Deco-Inspired Frame The radiating arm structure echoes Art Deco proportion — clean geometry with just enough decorative tension to make the fixture interesting from any angle in the room.

🔆 Dimmer Compatible From full brightness for a dinner party to the softest after-dinner ambiance. Pair with a dimmer switch (sold separately) and it transforms with the moment.

📏 Adjustable Hanging Height Three rod lengths included (3.9″ + 7.9″ + 11.8″) — combine them to hang Bonnie at precisely the right height for your ceiling and table.

The Fixture That Sets the Tone When guests walk into a room and notice the light before anything else, that’s a chandelier doing its job. Bonnie earns that moment — not through excess or ornament, but through proportion and the quiet confidence of a form that knows exactly what it is. Hang it over a dining table and every meal underneath it becomes an occasion. Hang it in a living room and it becomes the reason the room photographs well.

Made for These Spaces

🍽 Dining Room 🛋 Living Room 🏨 Entryway 🛏 Bedroom 🍳 Kitchen Island 🏠 Open-Plan Space

Beige shade · White shade · Gold frame · Chrome frame

Choose Your Size

3 Heads Dining tables, bedrooms, intimate spaces

Diameter Ø 55 cm / 21.6″

Height H 28 cm / 11″

Weight 3.73 kg

5 Heads Living rooms, entryways, open-plan spaces

Diameter Ø 75 cm / 29.5″

Height H 28 cm / 11″

Weight 5.15 kg

Details

  • Shade: Beige / White Glass
  • Body: Gold or Chrome Metal
  • Materials: Metal & Glass
  • Wiring: Hardwired
  • Socket: E26 or E27
  • Max bulb: 40W incandescent or LED equivalent
  • Hanging rod: 3.9″ + 7.9″ + 11.8″ — combine for desired height
  • Dimmer compatible (switch not included)
  • Use: Indoor
  • Certified: North America · Australia · Europe · Middle East

🌎 North America 🌏 Australia 🌍 Europe 🌍 Middle East

Downloads

Parameter Installation 3D Files

Reviews

There are no reviews yet.

Be the first to review “Bonnie Chandelier”

Your email address will not be published. Required fields are marked *