Cielora Table Light

.pdp { /* Pastel + Soft Blue/Pink theme — Playful Refined / Mid-Century Modern */ –pdp-bg: #ffffff; –pdp-bg-card: #f9fbfc; /* Soft neutral blue-tinted background */ –pdp-bg-deep: #f0f4f7; –pdp-border: #dbe4eb; –pdp-border-lt: #eef2f5; –pdp-accent: #6b8caf; /* Soft Slate Blue */ –pdp-accent-dk: #4a6a8a; –pdp-accent-lt: #f4c2c2; /* Pastel Pink accent */ –pdp-accent-bg: #f2f6f9; –pdp-accent-bdr: #c5d4e0; –pdp-text: #2c3e50; –pdp-text-mid: #5d6d7e;…

Original price was: $2,307.00.Current price is: $189.99.
Checkout
Category:

Description

.pdp { /* Pastel + Soft Blue/Pink theme — Playful Refined / Mid-Century Modern */ –pdp-bg: #ffffff; –pdp-bg-card: #f9fbfc; /* Soft neutral blue-tinted background */ –pdp-bg-deep: #f0f4f7; –pdp-border: #dbe4eb; –pdp-border-lt: #eef2f5; –pdp-accent: #6b8caf; /* Soft Slate Blue */ –pdp-accent-dk: #4a6a8a; –pdp-accent-lt: #f4c2c2; /* Pastel Pink accent */ –pdp-accent-bg: #f2f6f9; –pdp-accent-bdr: #c5d4e0; –pdp-text: #2c3e50; –pdp-text-mid: #5d6d7e; –pdp-text-light: #abb2b9; 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 Table Light brings a playful yet refined touch to the home with its sculptural silhouette, soft pastel palette, and charming decorative accents. Topped with a crisp pleated shade, it diffuses light into a warm, gentle glow that is perfect for bedside tables, reading corners, or cozy living spaces. The artful metal and ceramic base—detailed with layered forms and whimsical hanging elements—adds personality and visual interest to your interior even when unlit.

Key Features

Pleated Texture Shade

The fine-pleat shade creates a rhythmic visual pattern and soft diffusion, reducing glare for bedside reading.

Ceramic & Metal Base

A composite construction of weighted ceramic and metal provides a stable, sculptural foundation for any flat surface.

Decorative Hanging Charms

Hand-finished hanging elements add a whimsical, mid-century modern character that distinguishes it from standard desk lamps.

Product Size

Lamp Width5.1″ / 13 cm

Total Height13.7″ / 35 cm

Cord Length59″ / 150 cm

Switch PlacementIn-line on power cord

Specifications

Materials

Ceramics, Metal Body

Finish Colors

Blue, Pink, White

Sockets

1 × E14 (Small Edison Screw)

Light Source

Max 15W Incandescent or LED equivalent

Switch Type

Integrated Push-button Switch

Connectivity

Plug-in (59-inch wire with switches)

Dimming

Compatible with external dimmer switches (not included)

Safety Listings

ETL, UL, CE, CCC, CSA, SAA

Design Style

Mid-CenturyPlayful ModernPastel AestheticNursery Decor

Where It Works

The compact 5.1″ footprint of the Cielora Table Light makes it an ideal nightstand lamp for bedrooms where surface space is limited. Its soft pastel tones and whimsical details also suit a nursery or child’s room, providing gentle ambient lighting for bedtime routines. In a living room, place it on a side table or console as a decorative accent that provides a warm layer of task lighting for a reading nook.

Thanks to the 59-inch power cord, it can easily reach outlets behind furniture, making it a versatile plug-in lighting solution for entryway consoles. The pleated shade ensures that light is directed both upward and downward, creating a balanced wash of light that complements modern and Scandinavian interior styles.

FAQ

What kind of bulb does it use?

Cielora uses a standard E14 small Edison screw bulb. We recommend a warm-white LED (max 15W equivalent) to preserve the soft pastel hues of the lamp and ensure low energy consumption.

How do I turn the lamp on and off?

This lamp features a convenient push-button switch located directly on the 59-inch power cord, allowing for easy access without reaching under the shade.

Is the shade removable for cleaning?

Yes. The pleated shade can be carefully detached from the metal frame. We recommend dusting it with a soft, dry microfiber cloth or a lint roller to maintain the crispness of the pleats.

Is it heavy enough to stay in place?

The base is constructed with a combination of ceramics and metal, providing significant weight and stability to prevent the lamp from tipping over on nightstands or desks.

Can I use this with a smart bulb?

Yes, as long as the smart bulb has an E14 base and does not exceed the 15W power limit. This allows you to control the lamp via phone or voice command while keeping the physical cord plugged in.

Downloads

Spec Sheet

Dimensions & Safety · PDF

Coming Soon

Care Guide

Ceramic & Pleat Care · PDF

Coming Soon

3D Rendering

Style Mockups · ZIP

Coming Soon

Reviews

There are no reviews yet.

Be the first to review “Cielora Table Light”

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