Description
.pdp { /* Beige + Walnut + Brown theme — vintage cottage / French country layout */ –pdp-bg: #ffffff; –pdp-bg-card: #faf6ec; –pdp-bg-deep: #f0e7d2; –pdp-border: #e6dcc0; –pdp-border-lt: #ede4d0; –pdp-accent: #8a5a3a; –pdp-accent-dk: #5e3c24; –pdp-accent-lt: #b07a52; –pdp-accent-bg: #f0dcc5; –pdp-accent-bdr: #c89b78; –pdp-text: #2a1d12; –pdp-text-mid: #5a4332; –pdp-text-light: #968270; 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: var(–pdp-accent-bg); border: 0.5px solid var(–pdp-accent-bdr); 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 Pendant Light is a masterful fusion of sculptural artistry and soft ambient texture. Featuring a vertical array of hand-finished ceramic totems in a curated pastel palette, this fixture acts as a playful architectural pillar for your ceiling. Topped with a classic tapered fabric shade, it diffuses light into a warm, gentle glow that eliminates harsh shadows. Available in three distinct heights and color configurations, Cielora provides a personalized “dopamine” accent for creative bedrooms, refined nurseries, or eclectic living nooks.
Key Features
Artistic Ceramic Totems
The central stem is detailed with layered ceramic forms, adding a rhythmic, geometric personality to the pendant.
Soft Diffusion Shade
The high-quality fabric shade softens the E27 light source, creating an inviting atmosphere for relaxation or reading.
Versatile Height Series
Offered in three sizes (55cm, 61cm, 78cm), allowing for dynamic staggered clustering or singular statements.
Product Size
Small (Pink + Cream)Dia 23cm x H 55cm (∅ 9.1″ x H 21.7″)
Medium (Purple + Pink)Dia 23cm x H 61cm (∅ 9.1″ x H 24.0″)
Large (Blue + Cream)Dia 23cm x H 78cm (∅ 9.1″ x H 30.7″)
MountingHardwired for standard ceiling mount
Specifications
Main Materials
Premium Metal Alloy, Artisanal Ceramics, Fabric Shade
Available Colors
Pastel Pink, Muted Purple, Sky Blue, Cream White
Sockets
1 × E27 (Universal Medium Base)
Light Source
Max 40W Incandescent or LED equivalent
Installation
Hardwired; Indoor Dry Location Only
Design Style
Whimsical ModernPlayful RefinedPastel Aesthetic
Where It Works
The Cielora Pendant Light is an exceptional choice for bedroom suites or reading corners where a balance of soft light and artistic form is required. Its vertical “totem” design draws the eye upward, making it a perfect tool for adding height to a space. For a more dramatic effect, consider hanging the three different sizes in a staggered cluster over a kitchen island or small dining table, mixing the pastel tones to create a personalized multi-color installation.
The 23cm diameter shade is compact enough for nursery rooms or hallways, providing a whimsical focal point without overwhelming smaller architectural footprints. Pair it with warm-white LED bulbs to enhance the rich textures of the ceramic beads and the soft diffusion of the fabric shade, completing a cozy and sophisticated interior vibe.
FAQ
What kind of bulb should I use?
Cielora uses a standard E27 bulb. For the best “healing” ambient glow, we recommend a warm-white (2700K-3000K) LED bulb. Avoid cool-white bulbs as they may clash with the warm pastel tones of the ceramic totems.
Can the hanging cord be adjusted?
Yes. The pendant comes with an adjustable cord that can be shortened during hardwired installation to set the shade at your preferred height.
Is the shade easy to clean?
The fabric shade can be lightly dusted with a soft brush or a vacuum attachment. The ceramic totems and metal body can be wiped clean with a dry microfiber cloth.
Are the ceramic colors consistent across all units?
While we maintain strict quality control, each ceramic piece is hand-finished, which may result in subtle variations in color depth and glaze texture, adding to the artisanal character of the fixture.
Downloads
Reference materials for designers, installers, and homeowners.
Spec Sheet
Full Totem Heights · PDF
Pending
Install Guide
Cluster Setup · PDF
Pending
3D Files
Interior Mockups · ZIP
Pending
Reviews
There are no reviews yet.