Rosabelle Chandelier

.pdp { /* Rose + Antique Brass + Pearl theme — Romantic Vintage / French Country Chandelier */ –pdp-bg: #ffffff; –pdp-bg-card: #fffafb; /* Very soft rose/neutral tint */ –pdp-bg-deep: #f9f2f4; –pdp-border: #e8d5d9; –pdp-border-lt: #f4eaec; –pdp-accent: #b27a7e; /* Dusty Rose / Muted Gold */ –pdp-accent-dk: #8e5a5e; –pdp-accent-lt: #d4af37; /* Bright Gold/Antique Brass accent */ –pdp-accent-bg: #fdf5f6;…

Original price was: $16,811.00.Current price is: $189.99.
Checkout
Category:

Description

.pdp { /* Rose + Antique Brass + Pearl theme — Romantic Vintage / French Country Chandelier */ –pdp-bg: #ffffff; –pdp-bg-card: #fffafb; /* Very soft rose/neutral tint */ –pdp-bg-deep: #f9f2f4; –pdp-border: #e8d5d9; –pdp-border-lt: #f4eaec; –pdp-accent: #b27a7e; /* Dusty Rose / Muted Gold */ –pdp-accent-dk: #8e5a5e; –pdp-accent-lt: #d4af37; /* Bright Gold/Antique Brass accent */ –pdp-accent-bg: #fdf5f6; –pdp-accent-bdr: #dec5c8; –pdp-text: #3d2b2d; –pdp-text-mid: #6b5255; –pdp-text-light: #a38d90; max-width: 900px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, “Helvetica Neue”, Arial, sans-serif; color: var(–pdp-text); line-height: 1.65; font-size: 14px; } .pdp * { box-sizing: border-box; } .pdp svg { fill: none; } .pdp p { margin: 0 0 0.8rem 0; color: var(–pdp-text-mid); } .pdp .pdp-section { margin-bottom: 2.2rem; } .pdp .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; } .pdp .sec-line { flex: 1; height: 0.5px; background: var(–pdp-border); } .pdp .sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(–pdp-accent); white-space: nowrap; } .pdp .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .pdp .feature-card { padding: 16px 14px; border: 0.5px solid var(–pdp-border); border-radius: 12px; background: var(–pdp-bg-card); } .pdp .feat-icon { width: 30px; height: 30px; border-radius: 8px; background: #fff; border: 0.5px solid var(–pdp-border); color: var(–pdp-accent-lt); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .pdp .feat-title { font-size: 13px; font-weight: 700; color: var(–pdp-text); margin-bottom: 6px; } .pdp .feat-desc { font-size: 12px; color: var(–pdp-text-mid); line-height: 1.55; } .pdp .size-specs { display: flex; flex-direction: column; gap: 2px; border: 0.5px solid var(–pdp-border); border-radius: 14px; background: var(–pdp-bg-card); padding: 6px 4px; } .pdp .size-spec-item { display: flex; justify-content: space-between; align-items: baseline; padding: 11px 18px; border-bottom: 0.5px solid var(–pdp-border-lt); font-size: 13px; gap: 16px; } .pdp .size-spec-item:last-child { border-bottom: 0; } .pdp .size-spec-item span { color: var(–pdp-text-light); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; flex-shrink: 0; } .pdp .size-spec-item strong { color: var(–pdp-text); font-weight: 600; text-align: right; } .pdp .spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(–pdp-border); border-radius: 14px; overflow: hidden; } .pdp .spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(–pdp-border-lt); display: flex; align-items: center; background: var(–pdp-bg-card); gap: 16px; } .pdp .spec-item:last-child { border-bottom: 0; } .pdp .spec-item:nth-child(even) { background: var(–pdp-bg); } .pdp .spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(–pdp-accent); width: 150px; flex-shrink: 0; } .pdp .spec-val { font-size: 12.5px; color: var(–pdp-text); } .pdp .style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .pdp .style-tag { font-size: 10.5px; font-weight: 600; color: var(–pdp-accent); background: var(–pdp-accent-bg); border: 0.5px solid var(–pdp-accent-bdr); padding: 2px 8px; border-radius: 6px; } .pdp .faq-list { display: flex; flex-direction: column; gap: 6px; } .pdp .faq-list details { border: 0.5px solid var(–pdp-border); border-radius: 10px; background: var(–pdp-bg-card); overflow: hidden; } .pdp .faq-list summary { list-style: none; cursor: pointer; padding: 13px 16px; font-size: 13px; font-weight: 600; color: var(–pdp-text); display: flex; justify-content: space-between; align-items: center; } .pdp .faq-list summary::-webkit-details-marker { display: none; } .pdp .faq-list summary::after { content: ‘+’; font-size: 18px; line-height: 1; color: var(–pdp-accent); } .pdp .faq-list details[open] summary::after { content: ‘−’; } .pdp .faq-list .faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(–pdp-text-mid); line-height: 1.6; } .pdp .dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .pdp .dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(–pdp-border); border-radius: 12px; background: var(–pdp-bg-card); text-decoration: none; color: var(–pdp-text); position: relative; transition: background 0.18s, border-color 0.18s; } .pdp .dl-card:hover { border-color: var(–pdp-accent-bdr); background: var(–pdp-accent-bg); } .pdp .dl-card.dl-disabled { cursor: default; opacity: 0.72; background: var(–pdp-bg); } .pdp .dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(–pdp-accent-bg); border: 0.5px solid var(–pdp-accent-bdr); color: var(–pdp-accent); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .pdp .dl-meta { width: 100%; } .pdp .dl-label { font-size: 13.5px; font-weight: 700; color: var(–pdp-text); line-height: 1.3; margin-bottom: 3px; } .pdp .dl-sub { font-size: 11.5px; color: var(–pdp-text-light); letter-spacing: 0.02em; line-height: 1.45; } .pdp .dl-status { position: absolute; top: 12px; right: 12px; font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(–pdp-text-light); background: var(–pdp-bg-card); border: 0.5px solid var(–pdp-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } @media (max-width: 720px) { .pdp .features-grid, .pdp .dl-grid { grid-template-columns: 1fr; } .pdp .spec-key { width: 120px; } }

Overview

The Rosabelle Chandelier brings romantic vintage elegance to the ceiling with its Antique Brass metal frame and gracefully curved arms. Topped with beautifully crafted floral resin shades, each head is adorned with blooming rose patterns and delicate pearl-like trim. Designed as both a multi-light fixture and a decorative centerpiece, it casts a soft, warm glow that adds rich texture, feminine sophistication, and a touch of classic beauty to your interior space.

Key Features

Artisanal Resin Roses

Each shade is crafted from resin to replicate the intricate petals of a blooming rose, creating a lifelike floral aesthetic.

Pearl-Beaded Trim

The shades are finished with a delicate pearl-like trim, adding a layer of cozy sophistication to the antique brass frame.

Radial Multi-Light

The 5 or 8-head radial arm structure provides 360-degree ambient lighting, ideal for centered room illumination.

Product Size

5 HeadsDia 65cm x H 58cm (∅ 25.6″ x H 22.8″)

8 HeadsDia 92.5cm x H 58cm (∅ 36.4″ x H 22.8″)

Adjustable Chain19.7″ / 50 cm

MountingHardwired to standard junction box

Specifications

Materials

Metal Body, Resin Shade, Pearl trim

Finish Color

Antique Brass Body, Champagne Floral

Sockets

E26 or E27 (Medium Base)

Light Source

Max 40W Incandescent or LED equivalent

Voltage

Universal Compatibility

Dimming

Compatible with dimmer switches (not included)

Certifications

North America, Australia, Europe, Middle East

Design Style

Vintage RomanticFrench CountryAntique BrassFloral Centerpiece

Where It Works

The Rosabelle Chandelier is a perfect centerpiece for a romantic bedroom or a vintage-style dining room. Its multi-head design provides ample ambient light for larger social spaces, while the floral shades soften the output to create an inviting, cozy atmosphere. The 25.6″ (5-head) model is ideal for smaller dining tables or suites, whereas the 36.4″ (8-head) model offers a grander presence for primary living areas.

Install it above a French country dining set to complement natural wood textures and floral accents. The 19.7″ adjustable hanging chain allows you to customize the drop height for standard or slightly elevated ceilings. For a truly authentic vintage look, use warm-white LED filament bulbs to bring out the rich champagne tones and intricate veining of the resin rose shades.

FAQ

What is the Antique Brass finish like?

The finish is a hand-applied antique brass that features subtle dark veining to simulate a naturally aged patina. It is designed to complement vintage and traditional hardware throughout the home.

Is the hanging height adjustable?

Yes. The chandelier includes a 19.7-inch (50cm) metal hanging chain. During the hardwired installation, you can remove links to set the exact drop height required for your ceiling.

Are the shades durable?

The rose-patterned shades are made of high-quality resin, which is more durable and impact-resistant than glass. They are heat-resistant and designed to maintain their champagne floral color over time.

Does it work with dimmers?

Yes. The Rosabelle is compatible with standard wall dimmers. To ensure smooth dimming without flickering, please pair the fixture with dimmable E26 or E27 LED bulbs.

Is assembly required?

Some minor assembly is required, including attaching the floral shades and adjusting the hanging chain. We recommend professional installation by a licensed electrician for all hardwired fixtures.

Downloads

Spec Sheet

Tiered Dimensions · PDF

Coming Soon

Install Guide

Multi-arm Setup · PDF

Coming Soon

3D Files

Interior Mockups · ZIP

Coming Soon

Reviews

There are no reviews yet.

Be the first to review “Rosabelle Chandelier”

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