Plisselle Pendant Light
.vk-plis-wrap { --vk-plis-bg: #ffffff; --vk-plis-bg-card: #f7f0e6; --vk-plis-bg-deep: #ecdfc7; --vk-plis-border: #ddd3c0; --vk-plis-border-lt: #e5dcc6; --vk-plis-accent: #b08862; - -vk-plis-accent-dk: #5a4a32; --vk-plis-accent-lt: #c9a875; --vk-plis-accent-bg: #f0e3c6; --vk-plis-accent-bdr: #c8a778; --vk-plis-text: #2a211a; --vk-plis-text-mid: #5a4a3b; --vk-plis-text-light: #978674; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-plis-text); line-height: 1.72; font-size: 14.5px; } .vk-plis-wrap * { box-sizing: border-box; } .vk-plis-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-plis-text-mid); } .vk-plis-wrap a { color: var(--vk-plis-accent-dk); text-decoration: underline; } .vk-plis-wrap .vk-plis-section { margin-bottom: 2.6rem; } .vk-plis-wrap .vk-plis-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-plis-wrap .vk-plis-sec-line { flex: 1; height: 0.5px; background: var(--vk-plis-border); } .vk-plis-wrap .vk-plis-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-plis-accent-dk); white-space: nowrap; } .vk-plis-wrap strong { color: var(--vk-plis-text); font-weight: 600; } /* Features grid (3 columns) */ .vk-plis-wrap .vk-plis-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-plis-wrap .vk-plis-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-plis-border); border-radius: 12px; background: var(--vk-plis-bg-card); } .vk-plis-wrap .vk-plis-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-plis-accent-bg); border: 0.5px solid var(--vk-plis-accent-bdr); color: var(--vk-plis-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-plis-wrap .vk-plis-feat-icon svg { fill: none; } .vk-plis-wrap .vk-plis-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-plis-text); margin-bottom: 6px; line-height: 1.35; } .vk-plis-wrap .vk-plis-feat-desc { font-size: 12px; color: var(--vk-plis-text-mid); line-height: 1.55; } /* Sizes grid (2 columns / 2x2) */ .vk-plis-wrap .vk-plis-size-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; } .vk-plis-wrap .vk-plis-size-card { padding: 14px 14px 16px; border: 0.5px solid var(--vk-plis-border); border-radius: 12px; background: var(--vk-plis-bg-card); } .vk-plis-wrap .vk-plis-size-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vk-plis-accent-dk); margin-bottom: 6px; } .vk-plis-wrap .vk-plis-size-name { font-size: 14px; font-weight: 700; color: var(--vk-plis-text); margin-bottom: 5px; line-height: 1.3; } .vk-plis-wrap .vk-plis-size-meta { font-size: 11.5px; color: var(--vk-plis-text-mid); line-height: 1.55; margin-bottom: 8px; } .vk-plis-wrap .vk-plis-size-spec { font-size: 11px; color: var(--vk-plis-text-light); line-height: 1.55; } .vk-plis-wrap .vk-plis-size-spec strong { color: var(--vk-plis-accent-dk); font-weight: 700; } /* Critical notice */ .vk-plis-wrap .vk-plis-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-plis-accent-bdr); border-left: 3px solid var(--vk-plis-accent); border-radius: 10px; background: var(--vk-plis-accent-bg); } .vk-plis-wrap .vk-plis-notice .vk-plis-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-plis-accent-dk); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; margin-top: 1px; } .vk-plis-wrap .vk-plis-notice .vk-plis-notice-body { font-size: 12.5px; color: var(--vk-plis-text-mid); line-height: 1.6; } .vk-plis-wrap .vk-plis-notice .vk-plis-notice-body strong { color: var(--vk-plis-text); font-weight: 600; } .vk-plis-wrap .vk-plis-notice .vk-plis-notice-body strong:first-child { display: block; color: var(--vk-plis-accent-dk); margin-bottom: 3px; font-size: 13px; } /* Warning callout */ .vk-plis-wrap .vk-plis-warn { display: flex; gap: 12px; align-items: flex-start; padding: 12px 14px; border: 0.5px solid #d4a373; border-left: 3px solid #b06438; border-radius: 10px; background: #fbf2e6; margin-top: 12px; } .vk-plis-wrap .vk-plis-warn-ico { width: 20px; height: 20px; border-radius: 50%; background: #b06438; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; flex-shrink: 0; margin-top: 1px; } .vk-plis-wrap .vk-plis-warn-body { font-size: 12px; color: var(--vk-plis-text-mid); line-height: 1.55; } .vk-plis-wrap .vk-plis-warn-body strong { color: #8a4820; font-weight: 600; } .vk-plis-wrap .vk-plis-warn-body strong:first-child { display: block; margin-bottom: 2px; font-size: 12.5px; } /* Specifications */ .vk-plis-wrap .vk-plis-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-plis-border); border-radius: 14px; overflow: hidden; } .vk-plis-wrap .vk-plis-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-plis-border-lt); display: flex; align-items: flex-start; background: var(--vk-plis-bg-card); gap: 16px; } .vk-plis-wrap .vk-plis-spec-item:last-child { border-bottom: 0; } .vk-plis-wrap .vk-plis-spec-item:nth-child(even) { background: var(--vk-plis-bg); } .vk-plis-wrap .vk-plis-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-plis-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-plis-wrap .vk-plis-spec-val { font-size: 12.5px; color: var(--vk-plis-text); } /* Style tags */ .vk-plis-wrap .vk-plis-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-plis-wrap .vk-plis-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-plis-accent-dk); background: var(--vk-plis-accent-bg); border: 0.5px solid var(--vk-plis-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-plis-wrap .vk-plis-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-plis-wrap .vk-plis-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-plis-border); border-radius: 12px; background: var(--vk-plis-bg-card); text-decoration: none; color: var(--vk-plis-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-plis-wrap .vk-plis-dl-card:hover { background: var(--vk-plis-accent-bg); border-color: var(--vk-plis-accent-bdr); } .vk-plis-wrap .vk-plis-dl-card.vk-plis-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-plis-bg); } .vk-plis-wrap .vk-plis-dl-card.vk-plis-dl-disabled:hover { background: var(--vk-plis-bg); border-color: var(--vk-plis-border); } .vk-plis-wrap .vk-plis-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-plis-accent-bg); border: 0.5px solid var(--vk-plis-accent-bdr); color: var(--vk-plis-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-plis-wrap .vk-plis-dl-icon svg { fill: none; } .vk-plis-wrap .vk-plis-dl-meta { width: 100%; } .vk-plis-wrap .vk-plis-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-plis-text); line-height: 1.3; margin-bottom: 3px; } .vk-plis-wrap .vk-plis-dl-sub { font-size: 11.5px; color: var(--vk-plis-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-plis-wrap .vk-plis-dl-status { position: absolute; top: 12px; right: 12px; font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--vk-plis-text-light); background: var(--vk-plis-bg-card); border: 0.5px solid var(--vk-plis-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-plis-wrap .vk-plis-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-plis-wrap .vk-plis-faq-list details { border: 0.5px solid var(--vk-plis-border); border-radius: 10px; background: var(--vk-plis-bg-card); overflow: hidden; } .vk-plis-wrap .vk-plis-faq-list summary { list-style: none; cursor: pointer; padding: 13px 36px 13px 16px; min-height: 44px; font-size: 13px; font-weight: 600; color: var(--vk-plis-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-plis-wrap .vk-plis-faq-list summary::-webkit-details-marker { display: none; } .vk-plis-wrap .vk-plis-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-plis-accent-dk); position: absolute; right: 16px; } .vk-plis-wrap .vk-plis-faq-list details[open] summary { color: var(--vk-plis-accent-dk); } .vk-plis-wrap .vk-plis-faq-list details[open] summary::after { content: '\2212'; } .vk-plis-wrap .vk-plis-faq-list .vk-plis-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-plis-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-plis-wrap .vk-plis-features-grid { grid-template-columns: 1fr; } .vk-plis-wrap .vk-plis-size-grid { grid-template-columns: 1fr; } .vk-plis-wrap .vk-plis-dl-grid { grid-template-columns: 1fr; } .vk-plis-wrap .vk-plis-spec-item { flex-direction: column; gap: 4px; } .vk-plis-wrap .vk-plis-spec-key { width: auto; } } Inspiration The Plisselle Pendant Light is a tiered pleated-fabric pendant — a tapered pleated bell over a wider pleated bowl, finished with a gathered fabric tail, on a metal frame with a black canopy and cord. A single E27 bulb glows softly through the cream pleated fabric for a warm, sculptural statement. Four sizes from 19.7″ to 39.4″ diameter (up to 61″ tall). Sized for a dining table, stairwell, two-story foyer, living room, or bedroom, it suits romantic, glam, Hollywood-Regency, boho, and coastal rooms. Good To Know ! 1 × E27 (accepts E26) · E27 LED bulb included & replaceable · pleated fabric over a metal frame · black canopy & cord · hardwired · indoor dry only The shade is pleated fabric over a metal frame in a tiered bell-and-bowl silhouette with a gathered tail; because it's fabric, color and pleating can vary slightly, and it's not damp-rated — keep it to dry rooms and never get it wet. Socket is E27 (medium screw base) and accepts standard US E26; an E27 LED bulb is included and replaceable, warm 2700–3000K. With a single bulb inside a large fabric form, it gives soft ambient light — a statement silhouette rather than bright task light. Hardwired to a standard ceiling junction box on a black cord; certified for North America, Australia, Europe & the Middle East (110–240V); licensed electrician recommended. Indoor dry locations only. Dust the fabric gently with a soft brush or a low-suction vacuum; spot-clean only and keep it dry. Key Features Tiered Pleated-Fabric Form A pleated fabric bell over a wider bowl with a gathered tail — a sculptural, chandelier-style silhouette. Fabric Over a Metal Frame Cream pleated fabric on a metal frame diffuses the bulb; a black canopy and cord finish the hang. E27 Socket, Soft Ambient Glow A single E27 bulb (accepts E26, included) glows warmly through the fabric for soft ambient and statement light. Available Sizes Four sizes — same tiered pleated-fabric form, metal frame, and single E27 socket; the diameter and overall height scale up together. All hang from the same black canopy and cord. Size 1 19.7″ Dia × 30.7″ H The smallest — over a dining table, breakfast nook, or in a bedroom. D50 × H78 cm · 1 × E27 · bulb included Size 2 23.6″ Dia × 36.6″ H A fuller statement over a dining table or in an entryway. D60 × H93 cm · 1 × E27 · bulb included Size 3 31.5″ Dia × 48.8″ H A large statement for a stairwell, tall dining room, or foyer. D80 × H124 cm · 1 × E27 · bulb included Size 4 39.4″ Dia × 61.0″ H A grand statement for a two-story foyer, stairwell, or great room. D100 × H155 cm · 1 × E27 · bulb included ! Fabric shade · soft ambient light · indoor dry only These are tall statement pieces (up to 61″ high) — measure your ceiling height and drop carefully, especially for a stairwell or foyer. Every size uses a single E27 bulb, so the light is soft and ambient; layer with other lighting if you need task brightness. The pleated fabric is not damp-rated — indoor dry rooms only, not bathrooms with shower steam or outdoor, and keep it dry. Specifications Fixture Type Pendant light · hardwired · tiered pleated-fabric shade over a metal frame Materials Metal frame + pleated fabric shade · black canopy & cord · fabric color & pleating may vary slightly Size 1 19.7″ Dia × 30.7″ H (D50 × H78 cm) · 1 × E27 Size 2 23.6″ Dia × 36.6″ H (D60 × H93 cm) · 1 × E27 Size 3 31.5″ Dia × 48.8″ H (D80 × H124 cm) · 1 × E27 Size 4 39.4″ Dia × 61.0″ H (D100 × H155 cm) · 1 × E27 Light Source 1 × E27 medium screw socket · accepts standard E26 · E27 LED bulb included & replaceable · 2700–3000K warm Light Character Soft ambient / statement — the bulb glows through the pleated fabric; layer for task lighting Finish Cream pleated fabric + black canopy & cord Mounting Hardwired to standard ceiling junction box · black cord drop · indoor dry only · 110–240V (multi-region) Certification Certified: North America · Australia · Europe · Middle East Care Fabric: dust with a soft brush or low-suction vacuum, spot-clean only, keep dry · Metal/cord: dry soft cloth Design Style Romantic Glam Hollywood Regency Boho Coastal Transitional Best For Dining room/table, stairwell, two-story foyer, entryway, living room, bedroom Use Case The Plisselle reads as a sculptural column of pleated fabric — the single bulb glows through the cream pleats so the whole form lights up softly, top to tail. It's ambient and statement light, not a bright task fixture. Smaller sizes (19.7–23.6″) work over a dining table, breakfast nook, or in a bedroom; the tall 31.5″ and 39.4″ are made for a stairwell, two-story foyer, or great room where the long drop (up to 61″) becomes the focal point. Measure your ceiling height and desired drop carefully before choosing a size. Over a dining table, hang the bottom about 30–36″ above the surface. The pleated fabric suits romantic, glam, Hollywood-Regency, boho, and coastal rooms. Email [email protected] for drop adjustments or trade pricing. Downloads Technical reference and care guides for the Plisselle Pendant Light. Need a doc that's not listed? Email [email protected]. Spec Sheet All 4 sizes · PDF Pending Installation Guide Hardwire pendant · PDF Pending Care Guide Fabric & frame care · PDF Pending FAQ Which size should I pick? Pick by ceiling height and the spot. 19.7″ / 23.6″ over a dining table, breakfast nook, or in a bedroom. 31.5″ / 39.4″ for a stairwell, two-story foyer, or great room where the tall drop (up to 61″) is the focal point. Measure your ceiling height and desired drop first — these are tall pieces. Over a table, hang the bottom about 30–36″ above the surface. What bulb does it use — is it included? It uses 1 × E27 medium screw base. E27 is cross-compatible with the standard US E26 base, so US E26 replacements thread right in. An E27 LED bulb is included and fully replaceable; a 2700–3000K warm white suits the cream fabric. How bright is it? It's a single E27 bulb inside a large pleated-fabric form, so it gives a soft, ambient glow — a statement silhouette rather than bright task light. Over a dining table or in a large room, pair it with other light sources (recessed, lamps, sconces) if you need more brightness. Can I use it in a bathroom, and how do I clean the fabric? Indoor dry locations only — the pleated fabric isn't damp-rated, so avoid bathrooms with shower steam and outdoor spots. Cleaning: dust the fabric gently with a soft brush or a low-suction vacuum; spot-clean only and keep it dry — don't soak it. Wipe the metal and cord with a dry cloth. How is it installed? It's a hardwired pendant that mounts to a standard ceiling junction box and hangs from a black cord; it's certified for North America, Australia, Europe & the Middle East (110–240V). Licensed electrician recommended, and for the tall sizes a helper is useful. Confirm your junction box is centered and your ceiling height suits the drop. Indoor dry locations only.
More you might like
Related
Black Pendant Lighting Modern Pendant Light, Adjustable Pend
Related
Black Pendant Lighting Modern Pendant Light, Adjustable Pend
Related
Black Pendant Lighting Modern Pendant Light, Adjustable Pend
Related