
Magnolia Bloom Chandelier
16 promo codes
.dfpd { --ink: #1A1A18; --ink-2: #3E3E3A; --ink-3: #6E6E68; --cream: #FDFBF6; --linen: #F0EBDF; --linen-2: #F5EDDB; --border: #C4B89A; --border-lt: #DCD3BC; --gold: #9C7A3C; --gold-dk: #6E5420; --gold-sft: #ECDDB8; --stone: #6E6E68; --copper: #8E5A30; --dk-sans: 'Outfit', 'Helvetica Neue', sans-serif; --dk-serif: 'Cormorant Garamond', Georgia, serif; --dk-jost: 'Jost', 'Helvetica Neue', sans-serif; } .dfpd *, .dfpd *::before, .dfpd *::after { box-sizing: border-box; margin: 0; padding: 0; } .dfpd { font-family: var(--dk-serif); -webkit-font-smoothing: antialiased; color: var(--ink); font-weight: 400; font-size: 17px; line-height: 1.65; padding: 1.5rem 0 2rem; width: 100%; } .dfpd-inner { max-width: 100%; margin: 0; padding: 0; } .dfpd .gold { color: var(--gold); font-family: inherit; font-weight: inherit; } .dfpd .kw { color: var(--gold); text-decoration: underline; text-decoration-color: var(--gold-sft); text-underline-offset: 3px; text-decoration-thickness: 1px; } /* Section eyebrow */ .dfpd-section-eyebrow { font-family: var(--dk-jost); font-weight: 500; font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; display: flex; align-items: center; gap: 12px; } .dfpd-section-eyebrow::before { content: ''; width: 22px; height: 1px; background: var(--gold); } .dfpd-h2 { font-family: var(--dk-sans); font-weight: 600; font-size: clamp(26px, 3vw, 34px); line-height: 1.2; letter-spacing: -0.01em; color: var(--ink); margin-bottom: 28px; } .dfpd-section { padding: 0 28px; margin-bottom: 64px; } /* HERO */ .dfpd-hero { padding: 56px 28px 32px; margin-bottom: 0; } .dfpd-h1 { font-family: var(--dk-sans); font-weight: 600; font-size: clamp(32px, 4.4vw, 48px); line-height: 1.1; color: var(--ink); margin-bottom: 22px; letter-spacing: -0.015em; } .dfpd-lede { font-family: var(--dk-serif); font-weight: 400; font-size: 19px; line-height: 1.6; color: var(--ink-2); max-width: 720px; } .dfpd-divider { margin: 0 28px 56px; border-top: 1px solid var(--border-lt); } /* FEATURE STRIP — 3 cells (no certification) */ .dfpd-strip { border: 1px solid var(--border-lt); border-radius: 10px; display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; } .dfpd-strip-cell { padding: 22px 22px; display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; border-right: 1px solid var(--border-lt); } .dfpd-strip-cell:last-child { border-right: none; } .dfpd-strip-icon { width: 28px; height: 28px; color: var(--gold); display: flex; align-items: center; justify-content: center; } .dfpd-strip-text { font-family: var(--dk-jost); font-weight: 500; font-size: 13px; letter-spacing: 0.04em; color: var(--ink-2); } .dfpd-strip-text .gold { font-weight: 600; } @media (max-width: 700px) { .dfpd-strip { grid-template-columns: 1fr; } .dfpd-strip-cell { border-right: none; border-bottom: 1px solid var(--border-lt); } .dfpd-strip-cell:last-child { border-bottom: none; } } /* DESIGN — linen-2 long card */ .dfpd-design { background: var(--linen-2); border-radius: 10px; padding: 28px 32px; display: flex; gap: 24px; align-items: flex-start; } .dfpd-design-icon { flex: 0 0 64px; width: 64px; height: 64px; border-radius: 50%; background: var(--cream); border: 1px solid var(--border-lt); display: flex; align-items: center; justify-content: center; color: var(--gold); } .dfpd-design-body { flex: 1 1 auto; } .dfpd-design-eyebrow { font-family: var(--dk-jost); font-weight: 500; font-size: 10.5px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; } .dfpd-design-title { font-family: var(--dk-sans); font-weight: 600; font-size: 18px; color: var(--ink); margin-bottom: 12px; line-height: 1.35; } .dfpd-design-text { font-family: var(--dk-serif); font-weight: 400; font-size: 17px; line-height: 1.65; color: var(--ink-2); } @media (max-width: 700px) { .dfpd-design { flex-direction: column; padding: 24px 22px; } } /* SINGLE SIZE — Variant C with image placeholder fallback (Rule 10 v2.4) */ .dfpd-single { border: 1px solid var(--border-lt); border-radius: 10px; display: grid; grid-template-columns: 280px 1fr; overflow: hidden; transition: border-color .2s, box-shadow .2s; } .dfpd-single:hover { border-color: var(--gold); box-shadow: 0 6px 20px rgba(156, 122, 60, 0.1); } .dfpd-single-img { background: var(--cream); display: flex; align-items: center; justify-content: center; padding: 18px; border-right: 1px solid var(--border-lt); overflow: hidden; min-height: 240px; position: relative; } .dfpd-single-img::before { content: ''; position: absolute; inset: 18px; border: 1px dashed var(--border-lt); border-radius: 6px; pointer-events: none; } .dfpd-single-img::after { content: 'DIMENSION DIAGRAM'; position: absolute; font-family: var(--dk-jost); font-weight: 500; font-size: 10px; letter-spacing: 0.24em; color: var(--ink-3); pointer-events: none; } .dfpd-single-img img { width: 100%; height: auto; max-height: 240px; object-fit: contain; display: block; position: relative; z-index: 1; background: var(--cream); transition: transform .35s ease; } .dfpd-single-img img[src=""], .dfpd-single-img img:not([src]) { display: none; } .dfpd-single:hover .dfpd-single-img img { transform: scale(1.08); } .dfpd-single-info { padding: 24px 28px; display: flex; flex-direction: column; gap: 10px; justify-content: center; } .dfpd-single-eyebrow { font-family: var(--dk-jost); font-weight: 500; font-size: 10.5px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); } .dfpd-single-name { font-family: var(--dk-sans); font-weight: 600; font-size: 22px; color: var(--ink); line-height: 1.15; letter-spacing: -0.005em; } .dfpd-single-imp { font-family: var(--dk-jost); font-weight: 600; font-size: 13px; color: var(--ink-3); margin-top: -4px; } .dfpd-single-spec { font-family: var(--dk-serif); font-weight: 400; font-size: 15px; line-height: 1.55; color: var(--ink-2); padding: 2px 0 4px; } .dfpd-single-pill { background: var(--linen-2); padding: 9px 14px; border-radius: 6px; font-family: var(--dk-jost); font-weight: 500; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-dk); display: inline-block; align-self: flex-start; } @media (max-width: 800px) { .dfpd-single { grid-template-columns: 1fr; } .dfpd-single-img { border-right: none; border-bottom: 1px solid var(--border-lt); padding: 22px; min-height: 260px; } .dfpd-single-img img { max-height: 260px; } .dfpd-single-info { padding: 22px 24px; } } /* SPECS — cream wrapper + linen hover (Rule 13) */ .dfpd-specs-wrap { background: var(--cream); border-radius: 10px; padding: 8px 24px 12px; } .dfpd-specs-table { width: 100%; border-top: 1px solid var(--border-lt); } .dfpd-spec-row { display: grid; grid-template-columns: 200px 1fr; gap: 24px; padding: 18px 4px; border-bottom: 1px solid var(--border-lt); align-items: center; transition: background-color .2s ease; } .dfpd-spec-row:last-child { border-bottom: none; } .dfpd-spec-row:hover { background-color: var(--linen); padding-left: 12px; padding-right: 12px; margin-left: -8px; margin-right: -8px; border-radius: 4px; } .dfpd-spec-row:hover .dfpd-spec-label { color: var(--gold-dk); } .dfpd-spec-label { font-family: var(--dk-jost); font-weight: 500; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-3); transition: color .2s ease; } .dfpd-spec-val { font-family: var(--dk-serif); font-size: 17px; color: var(--ink); line-height: 1.5; transition: color .2s ease; } .dfpd-spec-sub { display: block; font-size: 14.5px; color: var(--ink-3); margin-top: 4px; } .dfpd-finishes-inline { display: flex; gap: 22px; flex-wrap: wrap; } .dfpd-finish { display: flex; flex-direction: column; align-items: center; gap: 7px; } .dfpd-swatch-pair { display: flex; width: 56px; height: 42px; border-radius: 24px; overflow: hidden; border: 1px solid var(--border-lt); } .dfpd-swatch-pair > div { flex: 1; } .dfpd-pair-copper { background: radial-gradient(circle at 35% 35%, #B07440 0%, #8E5A30 50%, #5A3818 100%); } .dfpd-pair-white { background: radial-gradient(circle at 35% 35%, #FFFFFF 0%, #F4EFE5 55%, #D8D2C4 100%); } .dfpd-finish-label { font-family: var(--dk-jost); font-weight: 500; font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-2); text-align: center; line-height: 1.3; } @media (max-width: 700px) { .dfpd-spec-row { grid-template-columns: 1fr; gap: 6px; padding: 16px 4px; } } /* DOWNLOADS — cream wrapper (Rule 13) */ .dfpd-dl-wrap { background: var(--cream); border-radius: 10px; padding: 22px; } .dfpd-dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; } .dfpd-dl-card { background: #fff; border: 1px solid var(--border-lt); border-radius: 10px; padding: 18px 22px; text-decoration: none; display: flex; align-items: center; gap: 16px; transition: border-color .2s, transform .2s, box-shadow .2s; } .dfpd-dl-card:hover { border-color: var(--gold); transform: translateY(-1px); box-shadow: 0 4px 14px rgba(156, 122, 60, 0.08); } .dfpd-dl-icon { flex: 0 0 44px; width: 44px; height: 44px; border-radius: 8px; background: var(--linen); color: var(--gold); display: flex; align-items: center; justify-content: center; } .dfpd-dl-text { flex: 1 1 auto; display: flex; flex-direction: column; gap: 4px; min-width: 0; } .dfpd-dl-sub { font-family: var(--dk-jost); font-weight: 500; font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); line-height: 1; } .dfpd-dl-title { font-family: var(--dk-sans); font-weight: 600; font-size: 16.5px; color: var(--ink); line-height: 1.2; } .dfpd-dl-arrow { flex: 0 0 auto; color: var(--ink-3); display: flex; align-items: center; transition: transform .2s, color .2s; } .dfpd-dl-card:hover .dfpd-dl-arrow { color: var(--gold); transform: translateX(3px); } @media (max-width: 900px) { .dfpd-dl { grid-template-columns: 1fr; } } /* FAQ */ .dfpd-faq { border-top: 1px solid var(--border-lt); } .dfpd-faq details { border-bottom: 1px solid var(--border-lt); padding: 22px 4px; } .dfpd-faq summary { font-family: var(--dk-sans); font-weight: 600; font-size: 16.5px; color: var(--ink); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; } .dfpd-faq summary::-webkit-details-marker { display: none; } .dfpd-faq summary::after { content: '+'; font-family: var(--dk-jost); font-weight: 400; font-size: 22px; color: var(--gold); } .dfpd-faq details[open] summary::after { content: '×'; } .dfpd-faq-answer { font-family: var(--dk-serif); font-weight: 400; font-size: 16.5px; line-height: 1.7; color: var(--ink-2); padding-top: 14px; } .dfpd-faq-answer p + p { margin-top: 10px; } /* SUPPORT FOOTER */ .dfpd-support { text-align: center; padding: 36px 28px 8px; font-family: var(--dk-serif); font-size: 15px; color: var(--ink-3); border-top: 1px solid var(--border-lt); margin: 0 28px; } .dfpd-support a { color: var(--gold); text-decoration: none; border-bottom: 1px solid var(--gold-sft); } .dfpd-support a:hover { border-bottom-color: var(--gold); } CHANDELIER · SCULPTURAL FLORAL FORM Magnolia Bloom Chandelier. Layered ivory petals open around a warm cluster of light, framed by hand-finished bronze leaves and a delicate hanging chain — a floral chandelier dining room piece in 24.8″ across, sculpted as a petal chandelier round dining table centerpiece, a feminine chandelier for bedroom moments, or anywhere it has space to be looked at. Layered petal silhouette Bronze leaf accents E14 / E12 candelabra FORM & STORY Petals open, leaves frame — a dining room becomes a garden room. THE DESIGN A blossom in glass and metal — turning a dining room into a garden room. Each ivory petal is shaped from translucent acrylic with a soft pearled finish, layered around a central socket cluster so the bulbs glow through the petals like sun through a magnolia bud. Above the bloom, hand-finished bronze leaves curl outward where the chain meets the canopy — a small ornamental gesture that makes the fixture read as a complete object even from below. Suspended from a 30 cm hand-linked chain, it's perfectly proportioned to hover above a 5–6 ft round dining table, anchor a primary bedroom, or punctuate a stair landing as a bronze and white chandelier with real sculptural presence. DIMENSIONS One configuration, considered presence. SINGLE CONFIGURATION Dia 63 × H 26 cm ∅ 24.8″ × H 10.2″ 6 × E14 bulbs Acrylic petals · bronze leaf accents · E14 / E12 candelabra sockets · 30 cm / 12″ hand-linked chain. DINING ROOM · BEDROOM · ENTRYWAY · STAIR LANDING SPECIFICATIONS Details, on the record. Materials Translucent acrylic petals · Hand-finished bronze metal leaves & canopy Bulb Base E14 (Europe) / E12 (US) candelabra Mechanically interchangeable in this fixture Light Source LED candelabra or vintage filament bulb (bulbs not included) Suspension 30 cm / 12″ hand-linked chain Custom chain length available on request before shipping Mounting Ceiling · standard junction box Environment Indoor · dry location Finish Copper+ White DOWNLOADS Documents & resources. PRODUCT INFO Specifications GUIDE Installation REQUEST VIA EMAIL 3D Files FREQUENTLY ASKED Quick questions. What size dining table does this best suit? The 24.8″ (63 cm) diameter is built for a 5–6 ft (152–183 cm) round or oval dining table — large enough to be the visual centerpiece without overwhelming a 4-seat setup, but not so wide it crowds an 8-seat tabletop. For a rectangular 6 ft dining table, hang it centered above the table; for a primary bedroom, hang above a queen bed for a soft daylight-into-evening glow. Can the hanging chain be lengthened or shortened? The fixture ships with a 30 cm / 12″ hand-linked chain, sized for an 8.5–9 ft ceiling above a standard dining table. For taller ceilings, a 2-storey foyer, or a stair landing, message us before placing the order with your ceiling height and target hang point — we'll add additional chain links at no extra cost. Shortening is a 5-minute job once the fixture arrives, no electrician required. How do I clean the petals without damaging the finish? Dust gently with a soft microfiber cloth or a feather duster — the acrylic petals have a pearled surface that scratches easily under abrasive cloths. For deeper cleaning, lightly dampen the cloth with warm water (no detergents or alcohol) and wipe one petal at a time. Avoid spraying anything directly onto the fixture, as moisture trapped in the bronze leaves can dull the patina. Questions? support@dekorfine.com — we reply within 24 hours.
Save on Magnolia Bloom Chandelier with a Dekorfine promo code
Checkmate is a savings app with over one million users that have saved $$$ on brands like Dekorfine.
The Checkmate extension automatically applies Dekorfine discount codes, Dekorfine coupons and more to give you discounts on products like Magnolia Bloom Chandelier.
Top Dekorfine discount codes
2 people have used this Dekorfine promo code
Last used 6 months ago
1 person has used this Dekorfine coupon
Last used over 1 year ago
1 person has used this Dekorfine coupon code
Last used 6 months ago
See all codes
Similar items
















