Cordelia Pendant Light

.pdp { –pdp-bg: #ffffff; –pdp-bg-card: #faf6f3; –pdp-bg-deep: #efe5dd; –pdp-border: #e2d5c9; –pdp-border-lt: #e9ded4; –pdp-accent: #9a6a4f; –pdp-accent-dk: #6f4a35; –pdp-accent-lt: #c2916f; –pdp-accent-bg: #f3e8df; –pdp-accent-bdr: #ceac92; –pdp-text: #2a1f18; –pdp-text-mid: #5a473b; –pdp-text-light: #96847a; 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;…

Original price was: $3,070.00.Current price is: $189.99.
Checkout
Category:

Description

.pdp { –pdp-bg: #ffffff; –pdp-bg-card: #faf6f3; –pdp-bg-deep: #efe5dd; –pdp-border: #e2d5c9; –pdp-border-lt: #e9ded4; –pdp-accent: #9a6a4f; –pdp-accent-dk: #6f4a35; –pdp-accent-lt: #c2916f; –pdp-accent-bg: #f3e8df; –pdp-accent-bdr: #ceac92; –pdp-text: #2a1f18; –pdp-text-mid: #5a473b; –pdp-text-light: #96847a; 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 p { margin: 0 0 0.8rem 0; color: var(–pdp-text-mid); } .pdp .pdp-section { margin-bottom: 2.8rem; } .pdp .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .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-icon svg { fill: none; } .pdp .feat-title { font-size: 13px; font-weight: 700; color: var(–pdp-text); margin-bottom: 6px; line-height: 1.35; } .pdp .feat-desc { font-size: 12px; color: var(–pdp-text-mid); line-height: 1.55; } .pdp .variants-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; max-width: 560px; margin: 0 auto; } .pdp .variant-card { padding: 10px 8px; border: 0.5px solid var(–pdp-border); border-radius: 10px; background: var(–pdp-bg-card); text-align: center; cursor: pointer; transition: border-color 0.2s, transform 0.2s; position: relative; } .pdp .variant-card:hover { border-color: var(–pdp-accent); transform: translateY(-2px); } .pdp .variant-swatch { width: 100%; aspect-ratio: 1; border-radius: 8px; margin-bottom: 8px; border: 0.5px solid var(–pdp-border); overflow: hidden; background-color: var(–pdp-bg-deep); } .pdp .variant-swatch img { width: 100%; height: 100%; object-fit: cover; display: block; } .pdp .variant-name { font-size: 13px; font-weight: 700; color: var(–pdp-text); line-height: 1.3; } .pdp .variant-sub { font-size: 11px; color: var(–pdp-text-light); margin-top: 2px; } .pdp .variant-card .variant-preview { position: absolute; bottom: calc(100% + 12px); left: 50%; transform: translateX(-50%) scale(0.85); width: 260px; height: 260px; border-radius: 12px; border: 1px solid var(–pdp-accent-bdr); box-shadow: 0 12px 32px rgba(42,31,24,0.18); overflow: hidden; background-color: var(–pdp-bg-card); opacity: 0; pointer-events: none; transition: opacity 0.2s, transform 0.2s; z-index: 100; } .pdp .variant-card .variant-preview img { width: 100%; height: 100%; object-fit: cover; display: block; } .pdp .variant-card:hover .variant-preview { opacity: 1; transform: translateX(-50%) scale(1); } .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 .notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(–pdp-accent-bdr); border-left: 3px solid var(–pdp-accent); border-radius: 10px; background: var(–pdp-accent-bg); } .pdp .notice .notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(–pdp-accent); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; margin-top: 1px; } .pdp .notice .notice-body { font-size: 12.5px; color: var(–pdp-text-mid); line-height: 1.6; } .pdp .notice .notice-body strong { color: var(–pdp-accent-dk); display: block; margin-bottom: 3px; font-size: 13px; } .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: 160px; 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 .keyword-tags { display: flex; flex-wrap: wrap; gap: 6px; } .pdp .keyword-tag { font-size: 11px; font-weight: 500; color: var(–pdp-accent-dk); background: var(–pdp-bg-card); border: 0.5px solid var(–pdp-accent-bdr); padding: 4px 10px; border-radius: 99px; } .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.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-icon svg { fill: none; } .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; } .pdp .variants-grid { grid-template-columns: repeat(2, 1fr); } .pdp .variant-card .variant-preview { display: none; } }

Inspiration

The Cordelia Pendant Light is a hardwired drum pendant with a pleated fabric shade, a scalloped wavy hem trimmed in brown cord, and turned solid-wood beads on the drop. Three E27 sockets sit inside the shade for bright, even light through the fabric, and the fixture hangs from an adjustable cord (up to 1.5 m) on a brass ceiling canopy. It comes in two looks — a plain pleated shade or one with raised daisy appliqués — in two sizes (16-inch and 20-inch). This fabric pendant light works over a dining table, a kitchen island, or in a bedroom or living room, sized for 5–20 m² rooms in cottagecore, French country, modern farmhouse, and vintage-inspired interiors. Three warm-white bulbs are included.

Key Features

Pleated Fabric Shade

A pleated drum shade finished with a wavy scalloped hem and brown cord trim, diffusing the bulbs into soft, even light.

Three E27 Sockets

Three bulbs give brighter, more even ambient light than a single-bulb pendant — enough for a dining table or a 5–20 m² room.

Solid-Wood Bead Drop

Turned solid-wood beads sit on the drop between the brass canopy and shade, breaking up the cord with a natural wood detail.

Styles

Two shade looks — plain pleated or daisy appliqué. Hover a thumbnail to preview.

Plain Pleated

Off-white pleats · scalloped hem

Daisy Appliqué

Raised daisy flowers · scalloped hem

Product Size

Small ShadeØ 15.7″ × H 11″ / Ø 40 × H 28 cm

Large ShadeØ 19.7″ × H 13.8″ / Ø 50 × H 35 cm

Socket3 × E27 medium base

Bulbs3 × E27 · 40W max each · warm white · included

CordAdjustable up to 1.5 m / 59″

CanopyBrass · Ø 10 cm

Mount TypeHardwired · 110–240V

Best ForDining tables, kitchen islands, bedrooms, living rooms

Installation

!

Hardwired install — licensed electrician recommended Mounts to a standard US ceiling junction box through the brass canopy (Ø 10 cm). The cord adjusts up to 1.5 m to set your drop height; over a dining table, hang the shade bottom 30–36 inches above the surface. Runs on 110–240V. A licensed electrician is recommended for code-compliant, safe hookup. Indoor, dry locations only.

Specifications

Main Materials

Metal frame and canopy, pleated fabric shade, solid-wood beads

Color

Off-white shade · brown cord trim · natural wood · brass canopy

Styles

Plain pleated · Daisy appliqué

Sizes

Small Ø 15.7″ × H 11″ (Ø 40 × H 28 cm) · Large Ø 19.7″ × H 13.8″ (Ø 50 × H 35 cm)

Light Source

3 × E27 medium base · 40W max each · warm white · bulbs included

Cord

Adjustable up to 1.5 m / 59″

Canopy

Brass · Ø 10 cm

Power Source

Hardwired · 110–240V

Rating

Indoor · dry locations only

Design Style

Cottagecore French Country Modern Farmhouse Vintage Scandinavian

Use Case

The Cordelia’s three E27 sockets give brighter, more even light than a single-bulb pendant, so it works as the main light over a dining table or kitchen island as well as ambient light in a bedroom or living room. Choose the 40 cm size for a smaller room and the 50 cm size for a larger one; over a table, hang the shade bottom about 30–36 inches above the surface.

The plain pleated shade reads more neutral, while the daisy-appliqué version adds a cottagecore detail. The off-white fabric, brown cord trim, and natural wood beads pair with linen, rattan, and warm wood in cottagecore, French country, and modern farmhouse rooms. Because the shade is fabric and the beads are wood, it’s rated for indoor dry use only — keep it out of bathrooms and covered outdoor areas. As a hardwired fixture it connects to a ceiling junction box; a licensed electrician is recommended for code-compliant installation.

FAQ

Are bulbs included? What type?

Yes — three warm white bulbs are included. The fixture uses 3 × E27 medium base (the standard US screw size), up to 40W each.

Is it bright enough, and can I dim it?

Three E27 bulbs give brighter, more even light than a single-bulb pendant. To dim it, fit dimmable warm white bulbs and use a compatible wall dimmer (dimmer not included).

What’s the difference between the two styles?

Two shade looks — plain pleated or daisy appliqué — each available in 40 cm and 50 cm. The daisy version adds raised flower appliqués for a cottagecore look; the plain version is more neutral.

Can I install it myself or do I need an electrician?

It’s a hardwired fixture connecting to a standard ceiling junction box on 110–240V. A confident DIYer with hardwire experience can do it, but a licensed electrician is recommended for code-compliant, safe hookup.

How do I clean the shade?

Dust the pleated fabric shade with a soft brush along the pleats, and wipe the wood beads with a barely damp cloth. Avoid soaking — fabric and wood are rated for dry indoor use.

Can I use it in a bathroom or outdoors?

No — it’s rated for dry locations only, indoor use. Keep it out of bathrooms and covered outdoor areas.

Search Tags

fabric pendant light pleated drum pendant fabric pendant light for dining table cottagecore pendant light French country pendant light farmhouse pendant light 3-light pendant for kitchen scalloped shade pendant bedroom pendant light daisy pendant light

Downloads

Technical reference and installation guides for the Cordelia Pendant Light.

Spec Sheet

Full Product Specs · PDF

Pending

Installation Guide

Hardwire Step-by-Step · PDF

Pending

Care Guide

Fabric & Wood · PDF

Pending

Reviews

There are no reviews yet.

Be the first to review “Cordelia Pendant Light”

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