Elvoro Pendant Light
.vk-elvo-wrap { --vk-elvo-bg: #ffffff; --vk-elvo-bg-card: #faf6ef; --vk-elvo-bg-deep: #e8ddca; --vk-elvo-border: #ece3d4; --vk-elvo-border-lt: #f3ecdf; --vk-elvo-accent: #8a7150; - -vk-elvo-accent-dk: #5b4830; --vk-elvo-accent-lt: #ab9472; --vk-elvo-accent-bg: #eee8db; --vk-elvo-accent-bdr: #d6c7ab; --vk-elvo-text: #29251d; --vk-elvo-text-mid: #554d3e; --vk-elvo-text-light: #968b77; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-elvo-text); line-height: 1.72; font-size: 14.5px; } .vk-elvo-wrap * { box-sizing: border-box; } .vk-elvo-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-elvo-text-mid); } .vk-elvo-wrap a { color: var(--vk-elvo-accent-dk); text-decoration: underline; } .vk-elvo-wrap .vk-elvo-section { margin-bottom: 2.6rem; } .vk-elvo-wrap .vk-elvo-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-elvo-wrap .vk-elvo-sec-line { flex: 1; height: 0.5px; background: var(--vk-elvo-border); } .vk-elvo-wrap .vk-elvo-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-elvo-accent-dk); white-space: nowrap; } .vk-elvo-wrap strong { color: var(--vk-elvo-text); font-weight: 600; } /* Features grid (3 columns) */ .vk-elvo-wrap .vk-elvo-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-elvo-wrap .vk-elvo-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-elvo-border); border-radius: 12px; background: var(--vk-elvo-bg-card); } .vk-elvo-wrap .vk-elvo-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-elvo-accent-bg); border: 0.5px solid var(--vk-elvo-accent-bdr); color: var(--vk-elvo-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-elvo-wrap .vk-elvo-feat-icon svg { fill: none; } .vk-elvo-wrap .vk-elvo-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-elvo-text); margin-bottom: 6px; line-height: 1.35; } .vk-elvo-wrap .vk-elvo-feat-desc { font-size: 12px; color: var(--vk-elvo-text-mid); line-height: 1.55; } /* Size grid (3 columns for three sizes) */ .vk-elvo-wrap .vk-elvo-size-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-elvo-wrap .vk-elvo-size-card { padding: 14px 14px 16px; border: 0.5px solid var(--vk-elvo-border); border-radius: 12px; background: var(--vk-elvo-bg-card); } .vk-elvo-wrap .vk-elvo-size-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vk-elvo-accent-dk); margin-bottom: 6px; } .vk-elvo-wrap .vk-elvo-size-name { font-size: 14px; font-weight: 700; color: var(--vk-elvo-text); margin-bottom: 5px; line-height: 1.3; } .vk-elvo-wrap .vk-elvo-size-meta { font-size: 11.5px; color: var(--vk-elvo-text-mid); line-height: 1.55; margin-bottom: 6px; } .vk-elvo-wrap .vk-elvo-size-spec { font-size: 10.5px; color: var(--vk-elvo-text-light); line-height: 1.5; } .vk-elvo-wrap .vk-elvo-size-spec strong { color: var(--vk-elvo-accent-dk); font-weight: 700; } /* Critical notice */ .vk-elvo-wrap .vk-elvo-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-elvo-accent-bdr); border-left: 3px solid var(--vk-elvo-accent); border-radius: 10px; background: var(--vk-elvo-accent-bg); } .vk-elvo-wrap .vk-elvo-notice .vk-elvo-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-elvo-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-elvo-wrap .vk-elvo-notice .vk-elvo-notice-body { font-size: 12.5px; color: var(--vk-elvo-text-mid); line-height: 1.6; } .vk-elvo-wrap .vk-elvo-notice .vk-elvo-notice-body strong { color: var(--vk-elvo-text); font-weight: 600; } .vk-elvo-wrap .vk-elvo-notice .vk-elvo-notice-body strong:first-child { display: block; color: var(--vk-elvo-accent-dk); margin-bottom: 3px; font-size: 13px; } /* Warning callout */ .vk-elvo-wrap .vk-elvo-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-elvo-wrap .vk-elvo-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-elvo-wrap .vk-elvo-warn-body { font-size: 12px; color: var(--vk-elvo-text-mid); line-height: 1.55; } .vk-elvo-wrap .vk-elvo-warn-body strong { color: #8a4820; font-weight: 600; } .vk-elvo-wrap .vk-elvo-warn-body strong:first-child { display: block; margin-bottom: 2px; font-size: 12.5px; } /* Specifications */ .vk-elvo-wrap .vk-elvo-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-elvo-border); border-radius: 14px; overflow: hidden; } .vk-elvo-wrap .vk-elvo-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-elvo-border-lt); display: flex; align-items: flex-start; background: var(--vk-elvo-bg-card); gap: 16px; } .vk-elvo-wrap .vk-elvo-spec-item:last-child { border-bottom: 0; } .vk-elvo-wrap .vk-elvo-spec-item:nth-child(even) { background: var(--vk-elvo-bg); } .vk-elvo-wrap .vk-elvo-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-elvo-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-elvo-wrap .vk-elvo-spec-val { font-size: 12.5px; color: var(--vk-elvo-text); } /* Style tags */ .vk-elvo-wrap .vk-elvo-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-elvo-wrap .vk-elvo-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-elvo-accent-dk); background: var(--vk-elvo-accent-bg); border: 0.5px solid var(--vk-elvo-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-elvo-wrap .vk-elvo-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-elvo-wrap .vk-elvo-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-elvo-border); border-radius: 12px; background: var(--vk-elvo-bg-card); text-decoration: none; color: var(--vk-elvo-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-elvo-wrap .vk-elvo-dl-card:hover { background: var(--vk-elvo-accent-bg); border-color: var(--vk-elvo-accent-bdr); } .vk-elvo-wrap .vk-elvo-dl-card.vk-elvo-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-elvo-bg); } .vk-elvo-wrap .vk-elvo-dl-card.vk-elvo-dl-disabled:hover { background: var(--vk-elvo-bg); border-color: var(--vk-elvo-border); } .vk-elvo-wrap .vk-elvo-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-elvo-accent-bg); border: 0.5px solid var(--vk-elvo-accent-bdr); color: var(--vk-elvo-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-elvo-wrap .vk-elvo-dl-icon svg { fill: none; } .vk-elvo-wrap .vk-elvo-dl-meta { width: 100%; } .vk-elvo-wrap .vk-elvo-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-elvo-text); line-height: 1.3; margin-bottom: 3px; } .vk-elvo-wrap .vk-elvo-dl-sub { font-size: 11.5px; color: var(--vk-elvo-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-elvo-wrap .vk-elvo-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-elvo-text-light); background: var(--vk-elvo-bg-card); border: 0.5px solid var(--vk-elvo-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-elvo-wrap .vk-elvo-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-elvo-wrap .vk-elvo-faq-list details { border: 0.5px solid var(--vk-elvo-border); border-radius: 10px; background: var(--vk-elvo-bg-card); overflow: hidden; } .vk-elvo-wrap .vk-elvo-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-elvo-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-elvo-wrap .vk-elvo-faq-list summary::-webkit-details-marker { display: none; } .vk-elvo-wrap .vk-elvo-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-elvo-accent-dk); position: absolute; right: 16px; } .vk-elvo-wrap .vk-elvo-faq-list details[open] summary { color: var(--vk-elvo-accent-dk); } .vk-elvo-wrap .vk-elvo-faq-list details[open] summary::after { content: '\2212'; } .vk-elvo-wrap .vk-elvo-faq-list .vk-elvo-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-elvo-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-elvo-wrap .vk-elvo-features-grid { grid-template-columns: 1fr; } .vk-elvo-wrap .vk-elvo-size-grid { grid-template-columns: 1fr; } .vk-elvo-wrap .vk-elvo-dl-grid { grid-template-columns: 1fr; } .vk-elvo-wrap .vk-elvo-spec-item { flex-direction: column; gap: 4px; } .vk-elvo-wrap .vk-elvo-spec-key { width: auto; } } Inspiration The Elvoro Pendant Light is a linen dome shade on a metal rod, with a bottom diffuser that spreads a soft downward light. A single E27 bulb (LED included) glows warm through the linen for diffused ambient light. Choose Ø15.7″ to Ø23.6″ to scale it over a dining table, kitchen island, bedroom, or entry. The natural linen dome and metal rod read modern farmhouse, transitional, and organic modern. The linen is a natural shade, so tone and texture vary slightly per piece. Good To Know ! Three sizes (Ø15.7–23.6″ × H7.5–11.4″) · metal (rod, canopy & frame) + fabric (linen dome shade) · bottom diffuser · 1 × E27 · E27 LED bulb included & replaceable (accepts E26) · warm white · rod suspension · hardwired · indoor dry only · fabric tone & texture vary per piece A linen dome shade on a metal rod, with a bottom diffuser that softens and spreads the light downward. A single E27 glows warm through the linen for diffused ambient light — over a dining table or in a bedroom, not bright task light. The fabric is a natural shade, so the tone and texture vary slightly per piece (each is unique, not a defect), and it is delicate — keep it indoor and dry, dust gently, and don’t get it wet. Socket is E27 (medium screw base) and accepts standard US E26; an E27 LED bulb is included and replaceable, warm white. It hangs from a metal rod and is 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 Linen Dome Shade A rounded fabric (linen) dome; the natural weave glows warm. Natural fabric, so tone and texture vary slightly per piece. Bottom Diffuser A bottom diffuser at the open base softens and spreads the light downward for a gentler glow. E27 Bulb Included, Rod Hung A single E27 LED is included and replaceable (accepts US E26), warm white; hung from a metal rod. Available Sizes Three sizes — choose at checkout. All share the linen dome shade, bottom diffuser, metal rod suspension, and a single E27; only the diameter and height change. Small Ø15.7″ × H7.5″ For an entry, bedroom, or nook. Ø40 × H19 cm1 × E27 Medium Ø19.7″ × H9.4″ For a bedroom, breakfast nook, or hallway. Ø50 × H24 cm1 × E27 Large Ø23.6″ × H11.4″ For a dining table or kitchen island. Ø60 × H29 cm1 × E27 ! Natural fabric · diffused ambient light · indoor dry only The linen shade is a natural fabric, so the tone and texture vary slightly per piece (each is unique, not a defect). Fabric is delicate — keep it indoor and dry, dust gently with a soft, dry cloth or brush, and don’t get it wet; not for a bathroom with shower steam or outdoor. The linen dome with a bottom diffuser and a single E27 gives soft, diffused ambient light with a gentle downward glow, not bright task light — pair it with other lighting where you need brighter task light. Specifications Fixture Type Pendant · hardwired · linen dome shade with a bottom diffuser on a metal rod Materials & Finish Metal (rod, canopy & frame) + fabric (linen dome shade) · bottom diffuser · fabric tone & texture vary per piece Light Source 1 × E27 · E27 LED bulb included & replaceable · accepts standard E26 · warm white Mounting Hardwired to a standard ceiling junction box · metal rod suspension · some assembly, hardware included · indoor dry only · 110–240V (multi-region) Certification Certified: North America · Australia · Europe · Middle East Care Fabric: dust gently, don’t get it wet · metal: soft, dry cloth · keep dry · indoor use Design Style Modern Farmhouse Transitional Organic Modern Coastal Japandi Modern Best For Dining table, kitchen island, bedroom, living room, entry, breakfast nook (ambient) Use Case The Elvoro reads as a modern-farmhouse, transitional pendant — a rounded linen dome shade with a bottom diffuser on a metal rod. A single E27 bulb glows warm through the linen, and the diffuser spreads a soft downward light, so it gives diffused ambient light rather than a harsh point source. The natural linen is a little different in tone and texture on every piece. Use the Ø15.7″ in an entry, bedroom, or nook, and scale up to the Ø23.6″ over a dining table or kitchen island. It hangs from a metal rod and hardwires to a standard ceiling box. The linen dome and metal rod pair with wood, neutral, and warm rooms — modern farmhouse, transitional, organic modern, and coastal. The diffused dome gives ambient light, so pair it with other lighting where you need brighter task light. Indoor dry only. Email [email protected] for trade pricing or help choosing a size. Downloads Technical reference and 3D files for the Elvoro Pendant Light. Need a doc that’s not listed? Email [email protected]. Spec Sheet All three sizes · PDF Pending Installation Guide Hardwire & rod · PDF Pending 3D Files Project Rendering · ZIP Pending FAQ What sizes does it come in? Three sizes — Ø15.7×H7.5″, Ø19.7×H9.4″, and Ø23.6×H11.4″ (Ø40×H19 / Ø50×H24 / Ø60×H29 cm). Choose the size at checkout. What bulb does it use — is it included? It uses 1 × E27. 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 warm white. What’s the light like — is it bright? The linen dome with a bottom diffuser and a single E27 gives a soft, diffused ambient glow with a gentle downward light — not bright task light. Pair it with other lighting where you need brighter, directed light. Will mine look exactly like the photo? The shade is a natural linen fabric, so the tone and texture vary slightly per piece — yours will be a little different from the photo. That variation is the nature of the fabric, not a defect. How is it installed, and can it go in a bathroom? It’s hardwired to a standard ceiling junction box and hangs from a metal rod; a licensed electrician is recommended. It’s certified for North America, Australia, Europe & the Middle East (110–240V). Indoor dry only — the linen shade isn’t damp-rated, so not a bathroom with shower steam or outdoors.
More you might like
Related
Elvoro Nickel Wall Lights (Pair)
Related
Black Pendant Lighting Modern Pendant Light, Adjustable Pend
Related
Black Pendant Lighting Modern Pendant Light, Adjustable Pend
Related