Cielora Chandelier

.pdp { /* Whimsical + Refined theme — Cream, Pastel, and Multicolor accents */ –pdp-bg: #ffffff; –pdp-bg-card: #fdfaf5; /* Warm cream background */ –pdp-bg-deep: #f7f1e9; –pdp-border: #e8ded1; –pdp-border-lt: #f2ede6; –pdp-accent: #9b7e6b; /* Warm Earthy Taupe */ –pdp-accent-dk: #6d594b; –pdp-accent-lt: #dfd3c3; –pdp-accent-bg: #f9f5f0; –pdp-accent-bdr: #d7ccc0; –pdp-text: #3e362e; –pdp-text-mid: #6b6259; –pdp-text-light: #a39990; max-width: 900px; margin: 0 auto;…

Original price was: $11,014.00.Current price is: $189.99.
Checkout
Category:

Description

.pdp { /* Whimsical + Refined theme — Cream, Pastel, and Multicolor accents */ –pdp-bg: #ffffff; –pdp-bg-card: #fdfaf5; /* Warm cream background */ –pdp-bg-deep: #f7f1e9; –pdp-border: #e8ded1; –pdp-border-lt: #f2ede6; –pdp-accent: #9b7e6b; /* Warm Earthy Taupe */ –pdp-accent-dk: #6d594b; –pdp-accent-lt: #dfd3c3; –pdp-accent-bg: #f9f5f0; –pdp-accent-bdr: #d7ccc0; –pdp-text: #3e362e; –pdp-text-mid: #6b6259; –pdp-text-light: #a39990; 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); 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 Cielora Chandelier is a whimsical statement piece that blends artistic charm with elegant functionality. It features a multi-tier silhouette with softly curved white-finished arms and delicate multicolor accents. Topped with multiple ceramic shades, this chandelier diffuses light into a warm, layered glow that enhances the ambiance of grand spaces. The artful metal and ceramic construction, detailed with whimsical hanging ornaments, brings movement and personality to boutique-inspired interiors.

Key Features

Ceramic Shade Diffusion

Each arm is topped with a ceramic shade that provides a dense, opaque diffusion for a soft, glare-free ambient glow.

Multi-Tier Silhouette

Available in 8 to 36-head configurations, the multi-level arm structure fills vertical space in high-ceiling rooms.

Whimsical Ornaments

Detailed with layered ceramic forms and hanging multicolor elements that add a playful mid-century charm.

Product Size

8 HeadsDia 55cm x H 72cm (∅ 21.6″ x H 28.3″)

10 HeadsDia 65cm x H 80cm (∅ 25.6″ x H 31.5″)

22 HeadsDia 83cm x H 110cm (∅ 32.6″ x H 43.3″)

36 HeadsDia 103cm x H 128cm (∅ 40.5″ x H 50.3″)

Adjustable Chain19.7″ / 50 cm

Specifications

Materials

Ceramics (Shade & Body), Metal

Finish Color

White body with Multicolor accents

Sockets

E14 (Small Edison Screw)

Light Source

Accommodates 15W Incandescent or LED equivalent

Installation

Hardwired; Includes 19.7″ adjustable hanging chain

Dimming

Compatible with dimmer switches (not included)

Certifications

North America, Australia, Europe, Middle East

Design Style

WhimsicalMid-CenturyBoutique ArtMulti-tier

Where It Works

The Cielora Chandelier is a perfect focal point for grand dining rooms or living spaces with high ceilings. The larger 22 and 36-head configurations provide generous illumination for hosting, while the smaller 8 and 10-head versions suit boutique-inspired bedrooms or intimate reading lounges. Its whimsical design language bridges the gap between mid-century art and contemporary playfulness.

Install it over a circular dining table to mirror the radial arm structure, or as a centerpiece in a double-height entryway. The 19.7″ adjustable hanging chain allows you to tailor the drop height to your specific architectural needs. For the best visual warmth, pair with warm-white LED bulbs to enhance the creamy ceramic texture of the shades.

FAQ

What is the difference between the head configurations?

The number of heads (8 to 36) determines both the diameter and the layered height of the chandelier. More heads offer a denser, more multi-tiered look and higher total light output, making them ideal for larger commercial or grand residential halls.

Are the shades fragile?

The shades are made of high-quality ceramics, which offer a premium tactile feel and excellent heat resistance. Like all fine ceramic lighting, they should be handled with care during installation.

Can I adjust the hanging height?

Yes, the Cielora comes with a 19.7-inch (50cm) adjustable hanging chain. You can shorten the chain during hardwired installation to fit your ceiling height.

Does it work with a dimmer?

Yes. This chandelier is fully compatible with standard wall dimmers. Ensure you use dimmable E14 LED bulbs to achieve the desired layered ambient glow.

Is assembly required?

Due to its complex multi-tier design, some assembly of the arms and shades is required. We recommend a licensed electrician for both assembly and hardwired mounting.

Downloads

Spec Sheet

Full Tier Dimensions · PDF

Coming Soon

Install Guide

Multi-tier Setup · PDF

Coming Soon

3D Files

Interior Mockups · ZIP

Coming Soon

Reviews

There are no reviews yet.

Be the first to review “Cielora Chandelier”

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