Velune Pendant Light
.vk-velu-wrap { --vk-velu-bg: #ffffff; --vk-velu-bg-card: #f7f0e6; --vk-velu-bg-deep: #ecdfc7; --vk-velu-border: #ddd3c0; --vk-velu-border-lt: #e5dcc6; --vk-velu-accent: #b08862; - -vk-velu-accent-dk: #5a4a32; --vk-velu-accent-lt: #c9a875; --vk-velu-accent-bg: #f0e3c6; --vk-velu-accent-bdr: #c8a778; --vk-velu-text: #2a211a; --vk-velu-text-mid: #5a4a3b; --vk-velu-text-light: #978674; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-velu-text); line-height: 1.72; font-size: 14.5px; } .vk-velu-wrap * { box-sizing: border-box; } .vk-velu-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-velu-text-mid); } .vk-velu-wrap a { color: var(--vk-velu-accent-dk); text-decoration: underline; } .vk-velu-wrap .vk-velu-section { margin-bottom: 2.6rem; } .vk-velu-wrap .vk-velu-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-velu-wrap .vk-velu-sec-line { flex: 1; height: 0.5px; background: var(--vk-velu-border); } .vk-velu-wrap .vk-velu-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-velu-accent-dk); white-space: nowrap; } .vk-velu-wrap strong { color: var(--vk-velu-text); font-weight: 600; } /* Features grid (3 columns) */ .vk-velu-wrap .vk-velu-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-velu-wrap .vk-velu-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-velu-border); border-radius: 12px; background: var(--vk-velu-bg-card); } .vk-velu-wrap .vk-velu-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-velu-accent-bg); border: 0.5px solid var(--vk-velu-accent-bdr); color: var(--vk-velu-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-velu-wrap .vk-velu-feat-icon svg { fill: none; } .vk-velu-wrap .vk-velu-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-velu-text); margin-bottom: 6px; line-height: 1.35; } .vk-velu-wrap .vk-velu-feat-desc { font-size: 12px; color: var(--vk-velu-text-mid); line-height: 1.55; } /* Sizes grid (3 columns) */ .vk-velu-wrap .vk-velu-size-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-velu-wrap .vk-velu-size-card { padding: 14px 14px 16px; border: 0.5px solid var(--vk-velu-border); border-radius: 12px; background: var(--vk-velu-bg-card); } .vk-velu-wrap .vk-velu-size-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vk-velu-accent-dk); margin-bottom: 6px; } .vk-velu-wrap .vk-velu-size-name { font-size: 14px; font-weight: 700; color: var(--vk-velu-text); margin-bottom: 5px; line-height: 1.3; } .vk-velu-wrap .vk-velu-size-meta { font-size: 11.5px; color: var(--vk-velu-text-mid); line-height: 1.55; margin-bottom: 8px; } .vk-velu-wrap .vk-velu-size-spec { font-size: 11px; color: var(--vk-velu-text-light); line-height: 1.55; } .vk-velu-wrap .vk-velu-size-spec strong { color: var(--vk-velu-accent-dk); font-weight: 700; } /* Critical notice */ .vk-velu-wrap .vk-velu-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-velu-accent-bdr); border-left: 3px solid var(--vk-velu-accent); border-radius: 10px; background: var(--vk-velu-accent-bg); } .vk-velu-wrap .vk-velu-notice .vk-velu-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-velu-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-velu-wrap .vk-velu-notice .vk-velu-notice-body { font-size: 12.5px; color: var(--vk-velu-text-mid); line-height: 1.6; } .vk-velu-wrap .vk-velu-notice .vk-velu-notice-body strong { color: var(--vk-velu-accent-dk); display: block; margin-bottom: 3px; font-size: 13px; } /* Warning callout */ .vk-velu-wrap .vk-velu-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-velu-wrap .vk-velu-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-velu-wrap .vk-velu-warn-body { font-size: 12px; color: var(--vk-velu-text-mid); line-height: 1.55; } .vk-velu-wrap .vk-velu-warn-body strong { color: #8a4820; display: block; margin-bottom: 2px; font-size: 12.5px; } /* Specifications */ .vk-velu-wrap .vk-velu-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-velu-border); border-radius: 14px; overflow: hidden; } .vk-velu-wrap .vk-velu-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-velu-border-lt); display: flex; align-items: flex-start; background: var(--vk-velu-bg-card); gap: 16px; } .vk-velu-wrap .vk-velu-spec-item:last-child { border-bottom: 0; } .vk-velu-wrap .vk-velu-spec-item:nth-child(even) { background: var(--vk-velu-bg); } .vk-velu-wrap .vk-velu-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-velu-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-velu-wrap .vk-velu-spec-val { font-size: 12.5px; color: var(--vk-velu-text); } /* Style tags */ .vk-velu-wrap .vk-velu-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-velu-wrap .vk-velu-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-velu-accent-dk); background: var(--vk-velu-accent-bg); border: 0.5px solid var(--vk-velu-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-velu-wrap .vk-velu-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-velu-wrap .vk-velu-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-velu-border); border-radius: 12px; background: var(--vk-velu-bg-card); text-decoration: none; color: var(--vk-velu-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-velu-wrap .vk-velu-dl-card:hover { background: var(--vk-velu-accent-bg); border-color: var(--vk-velu-accent-bdr); } .vk-velu-wrap .vk-velu-dl-card.vk-velu-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-velu-bg); } .vk-velu-wrap .vk-velu-dl-card.vk-velu-dl-disabled:hover { background: var(--vk-velu-bg); border-color: var(--vk-velu-border); } .vk-velu-wrap .vk-velu-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-velu-accent-bg); border: 0.5px solid var(--vk-velu-accent-bdr); color: var(--vk-velu-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-velu-wrap .vk-velu-dl-icon svg { fill: none; } .vk-velu-wrap .vk-velu-dl-meta { width: 100%; } .vk-velu-wrap .vk-velu-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-velu-text); line-height: 1.3; margin-bottom: 3px; } .vk-velu-wrap .vk-velu-dl-sub { font-size: 11.5px; color: var(--vk-velu-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-velu-wrap .vk-velu-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-velu-text-light); background: var(--vk-velu-bg-card); border: 0.5px solid var(--vk-velu-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-velu-wrap .vk-velu-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-velu-wrap .vk-velu-faq-list details { border: 0.5px solid var(--vk-velu-border); border-radius: 10px; background: var(--vk-velu-bg-card); overflow: hidden; } .vk-velu-wrap .vk-velu-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-velu-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-velu-wrap .vk-velu-faq-list summary::-webkit-details-marker { display: none; } .vk-velu-wrap .vk-velu-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-velu-accent-dk); position: absolute; right: 16px; } .vk-velu-wrap .vk-velu-faq-list details[open] summary { color: var(--vk-velu-accent-dk); } .vk-velu-wrap .vk-velu-faq-list details[open] summary::after { content: '\2212'; } .vk-velu-wrap .vk-velu-faq-list .vk-velu-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-velu-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-velu-wrap .vk-velu-features-grid { grid-template-columns: 1fr; } .vk-velu-wrap .vk-velu-size-grid { grid-template-columns: 1fr; } .vk-velu-wrap .vk-velu-dl-grid { grid-template-columns: 1fr; } .vk-velu-wrap .vk-velu-spec-item { flex-direction: column; gap: 4px; } .vk-velu-wrap .vk-velu-spec-key { width: auto; } } Inspiration The Velune Pendant Light is a lobed fabric lantern pendant — a soft, ribbed shade with vertical grey piping over a metal frame, hung from a brass-tone chain. A single E27 bulb inside glows through the fabric for a warm, even ambient light. Four sizes from 15.7″ to 31.5″ diameter. Sized for a dining table, kitchen island, bedroom, entryway, or living room, it suits Japandi, organic modern, coastal, Mediterranean, and transitional rooms. Good To Know ! 1 × E27 (max 40W) · LED bulb included · fabric lantern shade · metal frame · brass-tone chain · hardwired · indoor dry only Shade is fabric over a metal frame in a lobed lantern shape with vertical grey piping on the seams; fabric tone varies slightly piece to piece. Single E27 socket, max 40W, accepts standard US E26 bulbs; LED bulb included and replaceable. This gives a soft ambient / accent glow, not bright task light — one 40W-max bulb behind fabric is meant for mood and layering. Hung from a brass-tone chain with an adjustable drop. Hardwires to a standard ceiling junction box; licensed electrician recommended. Indoor dry locations only — not for bathrooms with shower steam or outdoor. Dust the fabric dry; don't soak it. Key Features Lobed Fabric Lantern Shade A ribbed, lobed shade in fabric over a metal frame, with vertical grey piping on each seam — the fabric softens the light. Brass-Tone Chain Drop Hangs from a brass-tone chain with an adjustable drop, so you set the height to your ceiling and table. Soft Ambient Glow A single E27 bulb (max 40W, included) lights the shade from inside, casting a warm, even ambient glow through the fabric. Available Sizes Four sizes — same lobed fabric lantern shade, metal frame, and single E27 socket; only the diameter and height scale up. All hang from the same brass-tone chain. Size 1 15.7″ Dia For a bedside, hallway, or a single small island pendant. 15.7″ Dia × 10.2″ H (D40 × H26 cm)1 × E27 · bulb included Size 2 19.7″ Dia A single-pendant size over a kitchen island or dining table. 19.7″ Dia × 12.6″ H (D50 × H32 cm)1 × E27 · bulb included Size 3 23.6″ Dia A larger statement over a dining table or wide island. 23.6″ Dia × 15″ H (D60 × H38 cm)1 × E27 · bulb included Size 4 31.5″ Dia An oversized statement for a long island, large table, or high-ceiling room. 31.5″ Dia × 20.5″ H (D80 × H52 cm)1 × E27 · bulb included ! Ambient light · indoor dry only Every size uses a single E27 bulb (max 40W), so this is ambient / accent light — on the larger D60 and D80 shades, layer it with other lighting if you need bright task light. The fabric shade is not damp-rated: not for bathrooms with shower steam or any outdoor location. Specifications Fixture Type Pendant light · hardwired · lobed fabric lantern shade + metal frame Materials Metal frame + fabric shade · brass-tone chain · vertical grey piping · fabric tone varies slightly per piece Size 1 15.7″ Dia × 10.2″ H (D40 × H26 cm) · 1 × E27 Size 2 19.7″ Dia × 12.6″ H (D50 × H32 cm) · 1 × E27 Size 3 23.6″ Dia × 15″ H (D60 × H38 cm) · 1 × E27 Size 4 31.5″ Dia × 20.5″ H (D80 × H52 cm) · 1 × E27 Light Source 1 × E27 medium screw base · max 40W · accepts standard E26 bulbs · LED bulb included & replaceable · 2700–3000K warm Light Character Soft ambient / accent (single bulb behind fabric) — layer for task lighting Finish Neutral fabric shade with vertical grey piping + warm brass-tone chain & canopy Mounting Hardwired to standard ceiling junction box · adjustable chain drop · indoor dry only · 120V (US) Care Fabric: dust dry with a soft brush, don't soak · Metal: dry soft cloth Design Style Japandi Organic Modern Coastal Mediterranean Wabi-Sabi Transitional Best For Dining table, kitchen island, bedroom, entryway, living room, stairwell Use Case The Velune gives a warm, even ambient glow — the single bulb lights the lobed fabric shade from inside, so it reads as a soft lantern rather than a bright task light. Use it for mood and layering. The 15.7″ works at a bedside, in a hallway, or as a single small island pendant; mid sizes (19.7–23.6″) sit over a kitchen island or dining table; the 31.5″ is an oversized statement for a long island, large table, or high-ceiling room. Hang the bottom of the shade 30–36″ above an island or table; raise it in an entryway or stairwell. The neutral fabric and brass-tone chain pair with wood, plaster, linen, and warm-metal accents — Japandi, organic modern, coastal, Mediterranean, and transitional rooms. Email [email protected] for cluster sets, custom chain length, or trade pricing. Downloads Technical reference and care guides for the Velune Pendant Light. Need a doc that's not listed? Email [email protected]. Spec Sheet All 5 sizes · PDF Pending Installation Guide Hardwire pendant · PDF Pending Care Guide Fabric & metal care · PDF Pending FAQ Which size should I pick? Pick by where it hangs. 15.7″ for a bedside, hallway, or a single small island pendant. 19.7″ / 23.6″ as a single pendant over a kitchen island or dining table. 31.5″ as an oversized statement over a long island, large table, or in a high-ceiling room. Over a table, a shade roughly half to two-thirds the table width usually looks balanced. What bulb does it use — is it included? It uses 1 × E27 medium screw base, max 40W. E27 is cross-compatible with the standard US E26 base, so US E26 replacements thread right in. An LED bulb is included and fully replaceable; a 2700–3000K warm white suits the soft fabric shade. Stay at or below 40W. How bright is it? It's a single E27 bulb (max 40W) behind a fabric shade, so it gives a soft, ambient glow rather than bright task light — great for mood, dining ambiance, and layering. Over a work surface like a kitchen island, pair it with other light sources (recessed, under-cabinet, or additional pendants) if you need brighter task lighting. Can I use it in a bathroom, and how do I clean the fabric? Indoor dry locations only — the fabric shade isn't damp-rated, so avoid bathrooms with shower steam and outdoor spots. Cleaning: dust the fabric with a soft brush or a vacuum dusting attachment on low; don't soak it or use water/cleaners. Wipe the brass-tone chain and canopy with a dry cloth. How is it installed? It's a hardwired pendant that mounts to a standard ceiling junction box, hanging from a brass-tone chain with an adjustable drop. Licensed electrician recommended. Confirm your junction box is centered where you want the fixture, and set the chain length before final mounting. Indoor dry locations only.
More you might like
Related
Velune™ Portable Light
Related
Velune 14" Wide 2-Light Flush Mount
Related
Velune™ Serum Boosted Skin Tint — Lightweight, Natural Cover
Related