Description
.ptl-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: #fff; } .ptl-section-title { font-size: 0.72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #1a1a1a; border-bottom: 1.5px solid #b8924a; padding-bottom: .45rem; margin: 2.2rem 0 1rem; } /* HERO */ .ptl-hero-body { font-size: .93rem; color: #555; line-height: 1.8; margin-bottom: 1.4rem; } /* SELLING POINTS — 2×2 grid */ .ptl-pts { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; margin-bottom: 1.8rem; } @media(max-width:480px){ .ptl-pts { grid-template-columns: 1fr; } } .ptl-pt { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #b8924a; border-radius: 6px; padding: .85rem 1rem; font-size: .85rem; color: #444; line-height: 1.55; } .ptl-pt__icon { font-size: 1.1rem; display: block; margin-bottom: .25rem; } .ptl-pt__text strong { color: #1a1a1a; display: block; font-size: .82rem; font-weight: 600; margin-bottom: .15rem; } /* B/A */ .ptl-ba { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 1.8rem; } .ptl-bac { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #ddd; border-radius: 6px; padding: 1rem 1.1rem; } .ptl-bac–after { border-top-color: #b8924a; background: #fff8ee; border-color: #e8c87a; } .ptl-bac-label { font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; display: block; margin-bottom: .55rem; } .ptl-bac–before .ptl-bac-label { color: #999; } .ptl-bac–after .ptl-bac-label { color: #b8924a; } .ptl-bac-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: .28rem; } .ptl-bac-list li { font-size: .83rem; color: #555; display: flex; align-items: flex-start; gap: .45rem; line-height: 1.45; } .ptl-bac-list li::before { content: ”; display: block; width: 4px; height: 4px; min-width: 4px; border-radius: 50%; margin-top: .48rem; flex-shrink: 0; } .ptl-bac–before .ptl-bac-list li::before { background: #ccc; } .ptl-bac–after .ptl-bac-list li::before { background: #b8924a; } @media(max-width:440px){ .ptl-ba { grid-template-columns: 1fr; } } /* COLORS */ .ptl-colors { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 1.5rem; } .ptl-color-card { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; padding: .6rem .9rem; display: flex; align-items: center; gap: 9px; font-size: .84rem; color: #333; font-weight: 500; } .ptl-sw { width: 18px; height: 18px; border-radius: 50%; flex-shrink: 0; border: 2px solid rgba(0,0,0,.1); box-shadow: 0 1px 3px rgba(0,0,0,.1); } .ptl-sw–red { background: #c0392b; } .ptl-sw–beige { background: #d9cbb8; } .ptl-sw–white { background: #f5f5f2; border-color: #ccc; } /* SIZES */ .ptl-sizes { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 1rem; } .ptl-size { display: flex; align-items: flex-start; gap: 12px; background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: .7rem 1.1rem; font-size: .9rem; color: #1a1a1a; } .ptl-size__meta { font-size: .76rem; color: #888; margin-top: .2rem; } @media(max-width:480px){ .ptl-sizes { grid-template-columns: 1fr; } } /* SPECS */ .ptl-specs { list-style: none; padding: 0; margin: 0 0 1.8rem; display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 7px; } .ptl-specs li { display: flex; align-items: flex-start; gap: 9px; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; padding: .5rem .8rem; font-size: .86rem; color: #333; } .ptl-specs li::before { content: ”; display: block; width: 5px; height: 5px; min-width: 5px; border-radius: 50%; background: #b8924a; margin-top: 6px; } /* FOOTER */ .ptl-foot { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; padding: 1.2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-bottom: 2rem; align-items: start; } .ptl-foot-label { font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #888; display: block; margin-bottom: .65rem; } .ptl-badges { display: flex; flex-direction: column; gap: .35rem; } .ptl-badge { background: #fff; border: 1px solid #e5e5e5; border-radius: 20px; padding: .22rem .8rem; font-size: .76rem; color: #333; width: fit-content; } .ptl-dls { display: flex; flex-direction: column; gap: .4rem; } .ptl-dl { display: flex; align-items: center; gap: 9px; text-decoration: none; color: #1a1a1a; font-size: .74rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; padding: .55rem .8rem; background: #fff; border: 1px solid #e5e5e5; border-radius: 6px; transition: border-color .2s; } .ptl-dl:hover { border-color: #b8924a; } .ptl-dl img { width: 20px; height: 20px; object-fit: contain; opacity: .4; flex-shrink: 0; } @media(max-width:440px){ .ptl-foot { grid-template-columns: 1fr; gap: 1rem; } }
Most chandeliers ask for attention. The Petalaire earns it quietly. Curving arms open like petals mid-bloom, each one cradling an opal glass globe that diffuses light into something warm and unhurried. Hung over a dining table, it shifts a meal into an occasion. In a living room, it becomes the thing guests notice first and remember longest. Available in deep crimson or soft ivory — two moods, one silhouette, both undeniably worth the ceiling space.
🌸 Sculptural from every angle Petal-shaped arms bloom outward from a central body. Whether lit or off, the Petalaire reads as a designed object — not just a light source.
🕯 Opal globes — light that flatters Each globe wraps the bulb in a soft, omnidirectional glow. No harsh center, no hard shadows — just warm light that makes a room feel finished.
✦ Statement piece that still feels soft Large enough to anchor a dining room or living area. Refined enough that it adds presence without overwhelming. The balance most chandeliers don’t get right.
🎚 Dimmer compatible At full brightness, it lights the table. Turned down, it sets a mood. The Petalaire on a dimmer is the reason people linger after dinner.
Design & Light
A Standard Chandelier
- Geometric frame — impressive on spec, cold in person
- Exposed bulbs — bright spots, not atmosphere
- One finish, one mood
- Fills the ceiling, not the room
With Petalaire
- Petal silhouette — sculptural from every angle, day or night
- Opal globes — soft, even warmth across the whole room
- Crimson or ivory — a color choice that sets the room’s tone
- Main light with the feel of ambient lighting
Colors
Red
Beige
White
About the Red — Deep Burgundy
Not a basic red. A cinematic, vintage Burgundy — somewhere between aged wine and retro leather. Under bright daylight, it reads as a vibrant Jewel Red. Under warm indoor light, it deepens into a moody, matte Dark Cherry.
Before You Buy
💡 Lighting changes everything Studio shots use bright white light. In a typical home, expect a deeper, more matte tone than the photos suggest.
🖥 Screens vs. real life Monitors render colors differently. The actual piece reads softer and more muted than on screen.
🔧 Installation note For slim-cable models, the wire is decorative — not load-bearing. Secure the canopy directly to the ceiling using the included expansion bolts.
Product Size
Dia 75 cm × H 75 cm / ∅ 29.5″ × H 29.5″
6 Heads
Dia 75 cm × H 75 cm / ∅ 29.5″ × H 29.5″
7 Heads
Details
- Body: Metal · Globes: Opal Glass
- Wiring: Hardwired
- Socket: G9
- Max bulb: 10W incandescent or LED equivalent
- Rod: 19.7″ / 50 cm hanging rod included
- Dimmer compatible (switch not included)
- Use: Indoor only
- Certified: North America · Australia · Europe · Middle East
Certifications
🌎 North America 🌏 Australia 🌍 Europe 🌍 Middle East
Downloads
Parameter Installation 3D Files
Reviews
There are no reviews yet.