Celine Plug In Pendant Light

.pdp { /* Celine theme — warm white + walnut + brown trim */ –pdp-bg: #ffffff; –pdp-bg-card: #faf6ee; –pdp-bg-deep: #f0e8d6; –pdp-border: #e2d8c2; –pdp-border-lt: #e9e0cc; –pdp-accent: #7a5035; –pdp-accent-dk: #54341f; –pdp-accent-lt: #a67c52; –pdp-accent-bg: #f3ead7; –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;…

Original price was: $1,798.00.Current price is: $189.99.
Checkout
Category:

Description

.pdp { /* Celine theme — warm white + walnut + brown trim */ –pdp-bg: #ffffff; –pdp-bg-card: #faf6ee; –pdp-bg-deep: #f0e8d6; –pdp-border: #e2d8c2; –pdp-border-lt: #e9e0cc; –pdp-accent: #7a5035; –pdp-accent-dk: #54341f; –pdp-accent-lt: #a67c52; –pdp-accent-bg: #f3ead7; –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 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(5, 1fr); gap: 10px; } .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); background-size: cover; background-position: center; background-repeat: no-repeat; background-color: var(–pdp-bg-deep); } .pdp .variant-name { font-size: 11px; font-weight: 600; color: var(–pdp-text); line-height: 1.3; } .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(28,26,22,0.18); background-size: cover; background-position: center; background-repeat: no-repeat; background-color: var(–pdp-bg-card); opacity: 0; pointer-events: none; transition: opacity 0.2s, transform 0.2s; z-index: 100; } .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 .related-card { display: flex; gap: 16px; align-items: center; padding: 18px; border: 0.5px solid var(–pdp-border); border-radius: 14px; background: var(–pdp-bg-card); text-decoration: none; color: var(–pdp-text); transition: border-color 0.2s, transform 0.2s; } .pdp .related-card:hover { border-color: var(–pdp-accent); transform: translateY(-2px); } .pdp .related-image { width: 120px; height: 120px; border-radius: 10px; background-size: cover; background-position: center; background-color: var(–pdp-bg-deep); flex-shrink: 0; border: 0.5px solid var(–pdp-border); } .pdp .related-meta { flex: 1; min-width: 0; } .pdp .related-eyebrow { font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(–pdp-accent); margin-bottom: 6px; } .pdp .related-title { font-size: 16px; font-weight: 700; color: var(–pdp-text); line-height: 1.3; margin-bottom: 6px; } .pdp .related-desc { font-size: 12.5px; color: var(–pdp-text-mid); line-height: 1.5; margin-bottom: 10px; } .pdp .related-cta { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(–pdp-accent); } .pdp .related-cta::after { content: ‘→’; font-size: 14px; line-height: 1; transition: transform 0.2s; } .pdp .related-card:hover .related-cta::after { transform: translateX(3px); } .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-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 .variants-grid { grid-template-columns: repeat(2, 1fr); } .pdp .variant-card .variant-preview { display: none; } .pdp .spec-key { width: 120px; } .pdp .related-card { flex-direction: column; text-align: center; } .pdp .related-image { width: 100%; height: 200px; } }

You May Also Like

Same Series · Hardwired

Celine Pendant Lamp

The hardwired version of this fixture — same scalloped ceramic shade with hand-painted brown detailing, brass accents, and walnut neck. For rooms with an existing ceiling junction box.

View Product

Inspiration

The Celine Plug-In Pendant Light reinterprets the European countryside ceramic pendant with a flared white shade, hand-painted brown trim and bow motifs, a turned walnut neck, and a white porcelain bead. Five shade shapes are available — from a wide scalloped disc to a ruffled petal skirt — each finished with the same hand-painted detailing. The fixture is plug-in swag with two ceiling hooks, a 177-inch braided cord, and an inline on/off switch, so it installs in minutes with no electrician. A single E26 or E27 bulb is included. This hand-painted ceramic pendant suits bedsides, breakfast nooks, kitchen island ends, and reading corners — a plug-in pendant for kitchen island or hand-painted ceramic pendant for bedroom in cottagecore, French country, modern farmhouse, and vintage-inspired interiors.

Key Features

5 Hand-Painted Shade Shapes

Choose from five ceramic shade silhouettes — wide disc, shallow plate, or ruffled petal — each with hand-painted brown trim and bow motifs.

Plug-In Swag with 2 Hooks

No electrician needed. Both ceiling hooks included to route the 177″ braided cord into a swag shape and plug into any US outlet.

Walnut Neck & Porcelain Bead

Turned walnut wood neck with a white porcelain bead and brass socket. Solid materials — no plated plastic.

Shade Styles

Five ceramic shade shapes. Choose at checkout — each pairs the same walnut neck, porcelain bead, and plug-in swag cord with a different shade silhouette.

Fluted Scallop

Wide Scallop

Smooth Plate

Petal Skirt

Ruffled Lotus

Product Size

Shade Diameter (varies by style)8.4″–11.8″ / 21.5–30 cm

Fixture Height (varies by style)8.2″–8.8″ / 21–22.5 cm

Cord Length177″ / 450 cm (adjustable swag)

SwitchInline on/off rocker · ~30″ from plug

Bulbs1 × E26 or E27 (bulb included)

Ceiling Hooks2 swag hooks included

Best ForBedsides, breakfast nooks, kitchen island ends, reading corners

Installation

!

Plug-in swag install — no electrician needed Anchor one ceiling hook directly above where you want the shade to hang, and a second swag hook near the wall outlet. Drape the braided cord through both hooks to form the swag shape. Plug into any standard 120V US outlet. The inline rocker switch on the cord turns the light on and off — no wall switch required. Dry locations only.

Specifications

Main Materials

Hand-painted ceramic shade, walnut wood neck, white porcelain bead, brass socket, braided cord

Shade Styles

5 shapes: Fluted Scallop · Wide Scallop · Smooth Plate · Petal Skirt · Ruffled Lotus

Finish

White ceramic · Hand-painted brown trim and bow motifs · Natural walnut · Brass

Light Source

1 × E26 or E27 medium base · Bulb included

Max Wattage

40W incandescent or 12W LED equivalent

Cord Length

177″ / 450 cm · Brown twisted braided · Drapeable for swag

Switch

Inline rocker switch on cord

Plug

Standard US 2-prong polarized plug · 120V

Included in Box

Pendant fixture · 1 × bulb · 2 × ceiling swag hooks · Mounting hardware

Dimmable

Bulb-dependent · Use a dimmable LED with an inline dimmer cord

Rating

Dry locations only

Design Style

Cottagecore French Country Modern Farmhouse Vintage-Inspired Folk Pottery

Use Case

The Celine works best as a plug-in pendant for kitchen island end or a swag pendant light for breakfast nook, hung 30–36 inches above the surface. As a bedside pendant, mount 24–30 inches above the nightstand. The wider scalloped-disc and shallow-plate shapes spread light over a 2–4 seat table, while the ruffled petal and skirt shapes give a softer, more decorative downlight.

Because there’s no hardwiring, the Celine is ideal for renters or rooms where adding hardwired lighting isn’t practical. The open shade design lets the bulb show clearly below the rim — pair with a vintage-style Edison filament bulb for the strongest folk-pottery look. Best alongside oak or walnut furniture, linen textiles, and warm brass hardware.

FAQ

Is the bulb included?

Yes — one bulb is included (E26 or E27 medium base, the US standard screw size). Compatible with any standard E26 bulb up to 40W incandescent or 12W LED equivalent. Replacement bulbs are stocked at Home Depot, Lowe’s, and Amazon.

Do I need an electrician?

No. This is a plug-in swag pendant. Install the two included ceiling hooks (one above where the shade hangs, one near the outlet), route the cord through both, and plug into a standard outlet. The inline switch turns it on and off. Renter-friendly and reversible.

What’s the difference between the 5 shade styles?

All five share the same walnut neck, porcelain bead, and plug-in cord — only the ceramic shade shape changes. Fluted Scallop and Wide Scallop are flat wide discs with a scalloped trim edge for broad light spread (Wide Scallop is the flattest). Smooth Plate is a clean flat cone with a fine vine border and no wavy edge. Petal Skirt is a narrower cone with a deep wavy ruffled hem. Ruffled Lotus has a dramatic lotus-leaf wavy edge for the most decorative look. Diameters range from 8.4″ to 11.8″ depending on the style.

Are ceiling hooks included?

Yes — 2 swag hooks plus mounting hardware are included in the box. Use drywall anchors for hollow ceilings or screw into a joist for a secure hold.

Is the hand-painting the same on every shade?

No — each shade is hand-painted by ceramic artisans, so the brown trim, bow motifs, and brushstrokes vary slightly from piece to piece. This is part of the folk pottery craft. The overall style stays consistent within each shade shape.

How do I make it dimmable?

Use a dimmable LED bulb (E26) and add a third-party inline dimmer cord between the plug and the wall outlet. Standard wall dimmers don’t work for plug-in fixtures. Dimmer cords are widely available on Amazon for $15–$25.

Search Tags

plug-in swag pendant light hand-painted ceramic pendant plug-in pendant for kitchen island swag pendant light for breakfast nook French country pendant light cottagecore pendant light scalloped ceramic pendant renter friendly pendant light vintage ceramic pendant lamp

Downloads

Technical reference and styling guides for the Celine Plug-In Pendant Light.

Spec Sheet

Full Product Specs · PDF

Pending

Installation Guide

Swag Hook Mounting · PDF

Pending

Care Guide

Ceramic & Wood · PDF

Pending

Reviews

There are no reviews yet.

Be the first to review “Celine Plug In Pendant Light”

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