Calysa Plug In Pendant Light

.pdp { /* Violetta theme — soft mauve + gold trim */ –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);…

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

Description

.pdp { /* Violetta theme — soft mauve + gold trim */ –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(3, 1fr); gap: 12px; } .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: 12px; 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: 280px; height: 280px; border-radius: 12px; border: 1px solid var(–pdp-accent-bdr); box-shadow: 0 12px 32px rgba(42,31,24,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 .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(3, 1fr); } .pdp .variant-card .variant-preview { display: none; } .pdp .spec-key { width: 120px; } }

Inspiration

The Calysa Plug-In Pendant Light is the plug-in version of the Calysa pendant — a 17.7-inch flower-form shade molded from PETG panels that curve outward like opening petals, tinted from warm ivory to amber at the edges. It hangs from a 177-inch (450 cm) black cord that routes up to a ceiling or wall hook, across a second hook, and over to your outlet, ending in a US two-prong plug with an inline on/off switch, so no junction box or electrician is needed. Two hooks are included. A single E26 socket takes one 40W bulb (or LED equivalent) and dims with a compatible plug-in dimmer. This plug-in flower pendant light works as a bedroom pendant over a nightstand, a reading corner, or a dining nook in cottagecore, boho, and mid-century rooms. Bulb not included.

Key Features

Plug-In, No Wiring

The cord ends in a US two-prong plug with an inline on/off switch — plug into any standard outlet, no junction box or electrician needed.

Molded PETG Petal Shade

Curved PETG panels form an open flower shape, sculptural from every angle, tinted in a gradient from warm ivory to amber at the petal edges.

Single E26 Socket

Takes one standard 40W bulb or LED equivalent (not included), dimmable with a compatible plug-in dimmer for adjustable warm light.

Product Size

Shade Diameter17.7″ / 45 cm

Shade Height9.8″ / 25 cm

Bulb1 × E26 · one 40W or LED equivalent · not included

ConnectionPlug-in · US two-prong plug · inline switch

Cord Length177″ / 450 cm · 2 hooks included

ColorBrown · Beige

Best ForBedrooms, reading corners, dining nooks

Installation

!

Plug-in — no electrician needed Fix the two supplied hooks to the ceiling or wall — one above where you want the shade, one to redirect the cord toward your outlet — then plug the 177″ / 450 cm cord into the nearest standard outlet. The inline rocker switch on the cord turns the light on and off. Runs on 110–240V. No junction box, hardwiring, or electrician required. Indoor, dry locations only.

Specifications

Main Materials

PETG petal shade · metal fitting

Color

Brown / Beige (ivory-to-amber gradient)

Light Source

1 × E26 socket · one 40W incandescent or LED equivalent · bulb not included

Dimmable

Yes, with a compatible plug-in dimmer (not included)

Power / Connection

Plug-in · US two-prong plug · inline on/off switch · AC 110–240V

Cord

177″ / 450 cm black cord · 2 ceiling/wall hooks included for draped routing to an outlet

Dimensions

Ø 17.7″ × H 9.8″ / Ø 45 × H 25 cm

Mount Type

Plug-in pendant · hook-hung cord

Rating

Indoor · Dry locations only

Certification

Compliant with North America, Australia, Europe, and Middle East standards

Design Style

Cottagecore Boho Mid-Century Scandinavian Coastal

Use Case

Because it plugs into a wall outlet, the Calysa suits renters and rooms without a ceiling box — a plug-in pendant light for bedroom hung over a nightstand in place of a table lamp, a reading corner, or a small dining nook. Mount the hook above where you want the shade, then drape the cord across to the nearest outlet; the inline switch turns it on and off without a wall switch.

The single E26 socket gives accent and ambient light rather than a room’s main source; use a warm 2700K bulb to bring out the ivory-to-amber gradient in the PETG petals, and a plug-in dimmer if you want to lower it. The flower form suits cottagecore, boho, and mid-century rooms and pairs with rattan, linen, and warm wood tones. PETG is a molded material, so slight differences in the tint gradient between shades are normal.

FAQ

Do I need an electrician to install it?

No — it’s a plug-in fixture. Fix the hook above where you want the shade, drape the cord to a standard outlet, and plug in. No junction box or hardwiring needed. The inline switch on the cord turns it on and off.

Are bulbs included? What type?

Bulbs are not included. The fixture uses 1 × E26 medium base (US standard screw size), one 40W incandescent or LED equivalent. We recommend a warm white 2700K bulb to bring out the ivory-to-amber petal gradient.

Is it dimmable?

Yes, with a compatible plug-in dimmer and a dimmable bulb (dimmer not included). Because it plugs into an outlet, you can use an inline or outlet dimmer rather than a hardwired wall dimmer.

How long is the cord, and can I shorten it?

The cord is 177″ / 450 cm long, and two hooks are included so you can route it from above the shade across to your outlet. Position the hooks where you want the shade and let the cord run to the plug; excess cord can be looped or tucked along the wall.

What size space does it suit?

At 17.7″ / 45 cm wide it reads as a statement pendant for a focused spot — over a nightstand, side table, reading chair, or small dining nook — giving accent and ambient light rather than whole-room output.

Can I use it in a bathroom or outdoors?

No — it’s rated for dry locations only, indoor use. Keep it away from showers, tubs, and exterior locations exposed to moisture.

Search Tags

plug-in pendant light plug-in pendant light for bedroom flower pendant light PETG petal pendant plug-in pendant with switch cottagecore pendant light boho pendant for reading corner renter friendly pendant light 17 inch flower pendant

Downloads

Technical reference and installation guides for the Calysa Plug-In Pendant Light.

Spec Sheet

Full Product Specs · PDF

Pending

Installation Guide

Hook & Plug Setup · PDF

Pending

Care Guide

PETG Shade Maintenance · PDF

Pending

Reviews

There are no reviews yet.

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

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