Pliora Pendant Light
.vk-plio-wrap { --vk-plio-bg: #ffffff; --vk-plio-bg-card: #f7f0e6; --vk-plio-bg-deep: #ecdfc7; --vk-plio-border: #ddd3c0; --vk-plio-border-lt: #e5dcc6; --vk-plio-accent: #b08862; - -vk-plio-accent-dk: #5a4a32; --vk-plio-accent-lt: #c9a875; --vk-plio-accent-bg: #f0e3c6; --vk-plio-accent-bdr: #c8a778; --vk-plio-text: #2a211a; --vk-plio-text-mid: #5a4a3b; --vk-plio-text-light: #978674; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-plio-text); line-height: 1.72; font-size: 14.5px; } .vk-plio-wrap * { box-sizing: border-box; } .vk-plio-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-plio-text-mid); } .vk-plio-wrap a { color: var(--vk-plio-accent-dk); text-decoration: underline; } .vk-plio-wrap .vk-plio-section { margin-bottom: 2.6rem; } .vk-plio-wrap .vk-plio-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-plio-wrap .vk-plio-sec-line { flex: 1; height: 0.5px; background: var(--vk-plio-border); } .vk-plio-wrap .vk-plio-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-plio-accent-dk); white-space: nowrap; } .vk-plio-wrap strong { color: var(--vk-plio-text); font-weight: 600; } /* Features grid (3 columns) */ .vk-plio-wrap .vk-plio-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-plio-wrap .vk-plio-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-plio-border); border-radius: 12px; background: var(--vk-plio-bg-card); } .vk-plio-wrap .vk-plio-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-plio-accent-bg); border: 0.5px solid var(--vk-plio-accent-bdr); color: var(--vk-plio-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-plio-wrap .vk-plio-feat-icon svg { fill: none; } .vk-plio-wrap .vk-plio-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-plio-text); margin-bottom: 6px; line-height: 1.35; } .vk-plio-wrap .vk-plio-feat-desc { font-size: 12px; color: var(--vk-plio-text-mid); line-height: 1.55; } /* Dimensions cards grid (2 columns) */ .vk-plio-wrap .vk-plio-size-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; } .vk-plio-wrap .vk-plio-size-card { padding: 14px 14px 16px; border: 0.5px solid var(--vk-plio-border); border-radius: 12px; background: var(--vk-plio-bg-card); } .vk-plio-wrap .vk-plio-size-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vk-plio-accent-dk); margin-bottom: 6px; } .vk-plio-wrap .vk-plio-size-name { font-size: 14px; font-weight: 700; color: var(--vk-plio-text); margin-bottom: 5px; line-height: 1.3; } .vk-plio-wrap .vk-plio-size-meta { font-size: 11.5px; color: var(--vk-plio-text-mid); line-height: 1.55; margin-bottom: 8px; } .vk-plio-wrap .vk-plio-size-spec { font-size: 11px; color: var(--vk-plio-text-light); line-height: 1.55; } .vk-plio-wrap .vk-plio-size-spec strong { color: var(--vk-plio-accent-dk); font-weight: 700; } /* Critical notice */ .vk-plio-wrap .vk-plio-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-plio-accent-bdr); border-left: 3px solid var(--vk-plio-accent); border-radius: 10px; background: var(--vk-plio-accent-bg); } .vk-plio-wrap .vk-plio-notice .vk-plio-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-plio-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-plio-wrap .vk-plio-notice .vk-plio-notice-body { font-size: 12.5px; color: var(--vk-plio-text-mid); line-height: 1.6; } .vk-plio-wrap .vk-plio-notice .vk-plio-notice-body strong { color: var(--vk-plio-text); font-weight: 600; } .vk-plio-wrap .vk-plio-notice .vk-plio-notice-body strong:first-child { display: block; color: var(--vk-plio-accent-dk); margin-bottom: 3px; font-size: 13px; } /* Warning callout */ .vk-plio-wrap .vk-plio-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-plio-wrap .vk-plio-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-plio-wrap .vk-plio-warn-body { font-size: 12px; color: var(--vk-plio-text-mid); line-height: 1.55; } .vk-plio-wrap .vk-plio-warn-body strong { color: #8a4820; font-weight: 600; } .vk-plio-wrap .vk-plio-warn-body strong:first-child { display: block; margin-bottom: 2px; font-size: 12.5px; } /* Specifications */ .vk-plio-wrap .vk-plio-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-plio-border); border-radius: 14px; overflow: hidden; } .vk-plio-wrap .vk-plio-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-plio-border-lt); display: flex; align-items: flex-start; background: var(--vk-plio-bg-card); gap: 16px; } .vk-plio-wrap .vk-plio-spec-item:last-child { border-bottom: 0; } .vk-plio-wrap .vk-plio-spec-item:nth-child(even) { background: var(--vk-plio-bg); } .vk-plio-wrap .vk-plio-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-plio-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-plio-wrap .vk-plio-spec-val { font-size: 12.5px; color: var(--vk-plio-text); } /* Style tags */ .vk-plio-wrap .vk-plio-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-plio-wrap .vk-plio-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-plio-accent-dk); background: var(--vk-plio-accent-bg); border: 0.5px solid var(--vk-plio-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-plio-wrap .vk-plio-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-plio-wrap .vk-plio-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-plio-border); border-radius: 12px; background: var(--vk-plio-bg-card); text-decoration: none; color: var(--vk-plio-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-plio-wrap .vk-plio-dl-card:hover { background: var(--vk-plio-accent-bg); border-color: var(--vk-plio-accent-bdr); } .vk-plio-wrap .vk-plio-dl-card.vk-plio-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-plio-bg); } .vk-plio-wrap .vk-plio-dl-card.vk-plio-dl-disabled:hover { background: var(--vk-plio-bg); border-color: var(--vk-plio-border); } .vk-plio-wrap .vk-plio-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-plio-accent-bg); border: 0.5px solid var(--vk-plio-accent-bdr); color: var(--vk-plio-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-plio-wrap .vk-plio-dl-icon svg { fill: none; } .vk-plio-wrap .vk-plio-dl-meta { width: 100%; } .vk-plio-wrap .vk-plio-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-plio-text); line-height: 1.3; margin-bottom: 3px; } .vk-plio-wrap .vk-plio-dl-sub { font-size: 11.5px; color: var(--vk-plio-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-plio-wrap .vk-plio-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-plio-text-light); background: var(--vk-plio-bg-card); border: 0.5px solid var(--vk-plio-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-plio-wrap .vk-plio-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-plio-wrap .vk-plio-faq-list details { border: 0.5px solid var(--vk-plio-border); border-radius: 10px; background: var(--vk-plio-bg-card); overflow: hidden; } .vk-plio-wrap .vk-plio-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-plio-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-plio-wrap .vk-plio-faq-list summary::-webkit-details-marker { display: none; } .vk-plio-wrap .vk-plio-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-plio-accent-dk); position: absolute; right: 16px; } .vk-plio-wrap .vk-plio-faq-list details[open] summary { color: var(--vk-plio-accent-dk); } .vk-plio-wrap .vk-plio-faq-list details[open] summary::after { content: '\2212'; } .vk-plio-wrap .vk-plio-faq-list .vk-plio-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-plio-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-plio-wrap .vk-plio-features-grid { grid-template-columns: 1fr; } .vk-plio-wrap .vk-plio-size-grid { grid-template-columns: 1fr; } .vk-plio-wrap .vk-plio-dl-grid { grid-template-columns: 1fr; } .vk-plio-wrap .vk-plio-spec-item { flex-direction: column; gap: 4px; } .vk-plio-wrap .vk-plio-spec-key { width: auto; } } Inspiration The Pliora Pendant Light is a tiered, scalloped pendant in pleated fabric — layered cream tiers with wavy hems edged in a contrast piping, topped by a turned ash-wood stem. A single E27 bulb gives a soft, warm glow through and below the shade. One size, 25.6″ wide and 11.8″ tall, on an adjustable cord. Sized for a dining room, bedroom, kitchen island, entryway, or living room, it gives soft ambient light in a cottagecore, French-country, and Scandinavian look. Good To Know ! 1 × E27 (accepts E26) · E27 LED bulb included & replaceable · tiered scalloped pleated fabric shade with contrast piped edges · white-ash-wood stem · electroplated alloy cap · adjustable cord · canopy ~4.7″/12cm · hardwired · indoor dry only The shade is pleated fabric in layered, scalloped tiers, each wavy hem edged with a contrast piping; the fabric and trim are delicate and not damp-rated, so keep it to dry rooms, dust gently, never get it wet, and the color may vary slightly. The stem is white ash wood; the cap and canopy are nano-electroplated alloy. Socket is E27 (medium screw base) and accepts standard US E26; an E27 LED bulb is included and replaceable, warm 2700–3000K. A single bulb in a wide pleated shade gives soft ambient downward light — not bright task light. D25.6″ × H11.8″; it hangs from an adjustable cord (total drop — see spec sheet); the canopy is about 4.7″/12cm. Hardwired to a standard ceiling junction box; certified for North America, Australia, Europe & the Middle East (110–240V); licensed electrician recommended. Indoor dry locations only. Key Features Tiered Scalloped Pleated Shade Layered pleated fabric tiers with wavy, scalloped hems — a soft, dimensional petal-like shade. Contrast Piped Edges Each tier's wavy hem is finished with a contrast piping that traces the scalloped edge. Ash-Wood Stem, E27 Glow A turned white-ash-wood stem and brass cap; a single E27 bulb (accepts E26, included & replaceable) in warm 2700–3000K. Dimensions & Light One size — a tiered scalloped pleated-fabric shade on an ash-wood stem and an adjustable cord. Dimensions 25.6″ Dia × 11.8″ H A wide pendant for a dining table, bedroom, island, or entryway. D65 × H30 cm · canopy ~4.7″/12cmadjustable cord · drop: see spec sheet Light 1 × E27 · Warm E27 LED bulb included & replaceable (accepts E26); soft ambient glow through the fabric. 2700–3000K · 110–240Vhardwired ! Delicate pleated fabric & piping · soft ambient light · indoor dry only The shade is pleated fabric with contrast piping — delicate, so dust gently and never get it wet; it's not damp-rated (indoor dry rooms only, not bathrooms with shower steam or outdoor), and the color may vary slightly. It uses a single E27 bulb, so the light is soft and ambient; over a table or for task work, layer with other lighting. Specifications Fixture Type Pendant light · hardwired · tiered scalloped pleated-fabric shade + ash-wood stem · adjustable cord Materials & Finish Nano-electroplated alloy (cap & canopy) + white ash wood (stem) + fabric (tiered pleated shade with contrast piping) · color may vary Dimensions 25.6″ Dia × 11.8″ H (D65 × H30 cm) · adjustable cord (drop: see spec sheet) · canopy ~4.7″ (12 cm) Light Source 1 × E27 medium screw socket · accepts standard E26 · E27 LED bulb included & replaceable · 2700–3000K warm · soft ambient downward light Mounting Hardwired pendant to standard ceiling junction box · adjustable cord drop · indoor dry only · 110–240V (multi-region) Certification Certified: North America · Australia · Europe · Middle East Care Pleated fabric & piping: dust gently with a soft brush, keep dry — no water (delicate) · Wood & metal: dry soft cloth Design Style Cottagecore French Country Vintage Scandinavian Romantic Shabby Chic Best For Dining room, bedroom, kitchen island, entryway, living room, reading nook Use Case The Pliora reads as a soft, tiered petal shade — the layered pleats and contrast-piped scalloped hems give it a handmade, dimensional look, while the single bulb casts a warm light through and below the fabric. It's soft ambient light, not a bright task fixture. Hang it over a dining table or kitchen island, in a bedroom, entryway, or living room; set the height with the adjustable cord. At 25.6″, it reads as a soft focal point; for a table or task work, pair it with other lighting. The pleated fabric, ash wood, and contrast piping suit cottagecore, French-country, Scandinavian, and shabby-chic rooms. Email [email protected] for trade pricing. Downloads Technical reference and 3D files for the Pliora Pendant Light. Need a doc that's not listed? Email [email protected]. Spec Sheet Dimensions & wiring · PDF Pending Installation Guide Pendant hardwire · PDF Pending 3D Files Project Rendering · ZIP Pending FAQ 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, in a warm 2700–3000K. How bright is it, and what's the light like? It's a single E27 bulb in a wide pleated shade, so it gives a soft, ambient downward glow rather than bright task light. It works well as a focal point over a dining table, bed, or island; for more output, pair it with other lighting. Can I use it in a bathroom, and how do I clean the fabric? Indoor dry locations only — the pleated fabric and piping aren't damp-rated, so avoid bathrooms with shower steam and outdoor spots. Cleaning: dust the pleats and piping gently with a soft brush; keep it dry and don't use water or cleaners. Wipe the wood stem and metal cap with a dry cloth. Can I adjust the height, and how is it installed? Yes — it hangs from an adjustable cord (total drop set at install — see the spec sheet); the canopy is about 4.7″ (12 cm). It's hardwired to a standard ceiling junction box and is certified for North America, Australia, Europe & the Middle East (110–240V). Licensed electrician recommended. Indoor dry locations only. Where does it work best? Over a dining table or kitchen island, or in a bedroom, entryway, or living room. At 25.6″ it's a soft, wide focal point; pair it with other lighting where you need brighter, more even output (for example a dining table you also work at).
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