Viresto Floor Light
.vk-vrst-wrap { --vk-vrst-bg: #ffffff; --vk-vrst-bg-card: #faf6ef; --vk-vrst-bg-deep: #e8ddca; --vk-vrst-border: #ece3d4; --vk-vrst-border-lt: #f3ecdf; --vk-vrst-accent: #7e684a; - -vk-vrst-accent-dk: #51422e; --vk-vrst-accent-lt: #a68f6f; --vk-vrst-accent-bg: #eee7da; --vk-vrst-accent-bdr: #d5c5a9; --vk-vrst-text: #29251d; --vk-vrst-text-mid: #554d3e; --vk-vrst-text-light: #968b77; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-vrst-text); line-height: 1.72; font-size: 14.5px; } .vk-vrst-wrap * { box-sizing: border-box; } .vk-vrst-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-vrst-text-mid); } .vk-vrst-wrap a { color: var(--vk-vrst-accent-dk); text-decoration: underline; } .vk-vrst-wrap .vk-vrst-section { margin-bottom: 2.6rem; } .vk-vrst-wrap .vk-vrst-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-vrst-wrap .vk-vrst-sec-line { flex: 1; height: 0.5px; background: var(--vk-vrst-border); } .vk-vrst-wrap .vk-vrst-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-vrst-accent-dk); white-space: nowrap; } .vk-vrst-wrap strong { color: var(--vk-vrst-text); font-weight: 600; } /* Features grid (3 columns) */ .vk-vrst-wrap .vk-vrst-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-vrst-wrap .vk-vrst-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-vrst-border); border-radius: 12px; background: var(--vk-vrst-bg-card); } .vk-vrst-wrap .vk-vrst-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-vrst-accent-bg); border: 0.5px solid var(--vk-vrst-accent-bdr); color: var(--vk-vrst-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-vrst-wrap .vk-vrst-feat-icon svg { fill: none; } .vk-vrst-wrap .vk-vrst-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-vrst-text); margin-bottom: 6px; line-height: 1.35; } .vk-vrst-wrap .vk-vrst-feat-desc { font-size: 12px; color: var(--vk-vrst-text-mid); line-height: 1.55; } /* Dimensions & Light grid (2 columns for single-size product) */ .vk-vrst-wrap .vk-vrst-size-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; } .vk-vrst-wrap .vk-vrst-size-card { padding: 14px 14px 16px; border: 0.5px solid var(--vk-vrst-border); border-radius: 12px; background: var(--vk-vrst-bg-card); } .vk-vrst-wrap .vk-vrst-size-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vk-vrst-accent-dk); margin-bottom: 6px; } .vk-vrst-wrap .vk-vrst-size-name { font-size: 14px; font-weight: 700; color: var(--vk-vrst-text); margin-bottom: 5px; line-height: 1.3; } .vk-vrst-wrap .vk-vrst-size-meta { font-size: 11.5px; color: var(--vk-vrst-text-mid); line-height: 1.55; margin-bottom: 6px; } .vk-vrst-wrap .vk-vrst-size-spec { font-size: 10.5px; color: var(--vk-vrst-text-light); line-height: 1.5; } .vk-vrst-wrap .vk-vrst-size-spec strong { color: var(--vk-vrst-accent-dk); font-weight: 700; } /* Critical notice */ .vk-vrst-wrap .vk-vrst-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-vrst-accent-bdr); border-left: 3px solid var(--vk-vrst-accent); border-radius: 10px; background: var(--vk-vrst-accent-bg); } .vk-vrst-wrap .vk-vrst-notice .vk-vrst-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-vrst-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-vrst-wrap .vk-vrst-notice .vk-vrst-notice-body { font-size: 12.5px; color: var(--vk-vrst-text-mid); line-height: 1.6; } .vk-vrst-wrap .vk-vrst-notice .vk-vrst-notice-body strong { color: var(--vk-vrst-text); font-weight: 600; } .vk-vrst-wrap .vk-vrst-notice .vk-vrst-notice-body strong:first-child { display: block; color: var(--vk-vrst-accent-dk); margin-bottom: 3px; font-size: 13px; } /* Warning callout */ .vk-vrst-wrap .vk-vrst-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-vrst-wrap .vk-vrst-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-vrst-wrap .vk-vrst-warn-body { font-size: 12px; color: var(--vk-vrst-text-mid); line-height: 1.55; } .vk-vrst-wrap .vk-vrst-warn-body strong { color: #8a4820; font-weight: 600; } .vk-vrst-wrap .vk-vrst-warn-body strong:first-child { display: block; margin-bottom: 2px; font-size: 12.5px; } /* Specifications */ .vk-vrst-wrap .vk-vrst-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-vrst-border); border-radius: 14px; overflow: hidden; } .vk-vrst-wrap .vk-vrst-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-vrst-border-lt); display: flex; align-items: flex-start; background: var(--vk-vrst-bg-card); gap: 16px; } .vk-vrst-wrap .vk-vrst-spec-item:last-child { border-bottom: 0; } .vk-vrst-wrap .vk-vrst-spec-item:nth-child(even) { background: var(--vk-vrst-bg); } .vk-vrst-wrap .vk-vrst-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-vrst-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-vrst-wrap .vk-vrst-spec-val { font-size: 12.5px; color: var(--vk-vrst-text); } /* Style tags */ .vk-vrst-wrap .vk-vrst-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-vrst-wrap .vk-vrst-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-vrst-accent-dk); background: var(--vk-vrst-accent-bg); border: 0.5px solid var(--vk-vrst-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-vrst-wrap .vk-vrst-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-vrst-wrap .vk-vrst-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-vrst-border); border-radius: 12px; background: var(--vk-vrst-bg-card); text-decoration: none; color: var(--vk-vrst-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-vrst-wrap .vk-vrst-dl-card:hover { background: var(--vk-vrst-accent-bg); border-color: var(--vk-vrst-accent-bdr); } .vk-vrst-wrap .vk-vrst-dl-card.vk-vrst-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-vrst-bg); } .vk-vrst-wrap .vk-vrst-dl-card.vk-vrst-dl-disabled:hover { background: var(--vk-vrst-bg); border-color: var(--vk-vrst-border); } .vk-vrst-wrap .vk-vrst-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-vrst-accent-bg); border: 0.5px solid var(--vk-vrst-accent-bdr); color: var(--vk-vrst-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-vrst-wrap .vk-vrst-dl-icon svg { fill: none; } .vk-vrst-wrap .vk-vrst-dl-meta { width: 100%; } .vk-vrst-wrap .vk-vrst-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-vrst-text); line-height: 1.3; margin-bottom: 3px; } .vk-vrst-wrap .vk-vrst-dl-sub { font-size: 11.5px; color: var(--vk-vrst-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-vrst-wrap .vk-vrst-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-vrst-text-light); background: var(--vk-vrst-bg-card); border: 0.5px solid var(--vk-vrst-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-vrst-wrap .vk-vrst-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-vrst-wrap .vk-vrst-faq-list details { border: 0.5px solid var(--vk-vrst-border); border-radius: 10px; background: var(--vk-vrst-bg-card); overflow: hidden; } .vk-vrst-wrap .vk-vrst-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-vrst-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-vrst-wrap .vk-vrst-faq-list summary::-webkit-details-marker { display: none; } .vk-vrst-wrap .vk-vrst-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-vrst-accent-dk); position: absolute; right: 16px; } .vk-vrst-wrap .vk-vrst-faq-list details[open] summary { color: var(--vk-vrst-accent-dk); } .vk-vrst-wrap .vk-vrst-faq-list details[open] summary::after { content: '\2212'; } .vk-vrst-wrap .vk-vrst-faq-list .vk-vrst-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-vrst-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-vrst-wrap .vk-vrst-features-grid { grid-template-columns: 1fr; } .vk-vrst-wrap .vk-vrst-size-grid { grid-template-columns: 1fr; } .vk-vrst-wrap .vk-vrst-dl-grid { grid-template-columns: 1fr; } .vk-vrst-wrap .vk-vrst-spec-item { flex-direction: column; gap: 4px; } .vk-vrst-wrap .vk-vrst-spec-key { width: auto; } } Inspiration The Viresto Floor Light pairs a tapered linen drum shade with a slim iron stem and a turned ash-wood base. A single E27 bulb (LED, 3000K) glows warm through the fabric for soft, ambient light with a downward glow. At 59″ tall (150 cm) with a Ø17.7″ shade, it plugs into a wall outlet — a floor lamp for a living-room corner, reading chair, or bedroom. The linen shade, iron stem, and ash-wood base read mid-century, Japandi, organic modern, and Scandinavian. The wood grain and fabric tone vary slightly per piece. Good To Know ! One size (59″ H / 150 cm · shade Ø17.7″ / 45 cm) · fabric + iron + ash wood · 1 × E27 · E27 LED bulb included & replaceable (accepts E26) · 3000K warm white · plug-in (supplied with the plug for your region) · floor lamp · indoor dry only · wood grain & fabric tone vary per piece A tapered linen drum shade sits on a slim iron stem and a turned ash-wood base. A single E27 glows warm through the fabric for soft, ambient light with a downward glow — beside a sofa or reading chair, not bright task light. The ash wood and linen are natural, so the wood grain and fabric tone vary slightly per piece (each is unique, not a defect), and both are best kept dry. Socket is E27 (medium screw base) and accepts standard US E26; an E27 LED bulb is included and replaceable, 3000K warm white. It plugs into a standard wall outlet, has an on/off switch, and is supplied with the plug / wiring for your region; certified for North America, Australia, Europe & the Middle East (110–240V). Indoor dry locations only — dust gently with a soft, dry cloth and don’t get the fabric wet. Key Features Tapered Linen Drum Shade A tapered fabric (linen-look) drum shade diffuses a soft, warm glow with a downward pool. Natural fabric, so tone and texture vary slightly per piece. Iron Stem + Ash-Wood Base A slim iron stem on a turned ash-wood (white ash) base; natural wood, so the grain varies per piece. E27 Bulb Included, 3000K A single E27 LED is included and replaceable (accepts US E26), in 3000K warm white; plug-in. Dimensions & Light One size. A tapered linen drum shade on a slim iron stem and a turned ash-wood base, with the bulb included. Dimensions 59″ H · shade Ø17.7″ For a living-room corner, reading chair, or bedroom. 150 cm H · Ø45 cmfabric + iron + ash wood Light 1 × E27 · 3000K LED bulb included & replaceable · accepts E26 · plug-in. 3000K warm whitesoft ambient + downward glow ! Natural wood & fabric · soft ambient light · plug-in · indoor dry only The ash wood and linen are natural materials, so the wood grain and fabric tone vary slightly per piece (each is unique, not a defect). Keep it indoor and dry, dust gently with a soft, dry cloth, and don’t get the fabric wet; not for damp areas or outdoor. A single E27 in the fabric shade gives soft, warm ambient light with a downward glow, not bright task light — pair it with a task lamp for focused reading or work. It plugs in with the plug for your region. Specifications Fixture Type Floor lamp · plug-in · tapered linen drum shade on an iron stem & ash-wood base Materials & Finish Fabric (drum shade) + iron (stem) + ash wood (turned base) · natural wood & fabric, grain & tone vary per piece Light Source 1 × E27 · E27 LED bulb included & replaceable · accepts standard E26 · 3000K warm white Power Plug-in · on/off switch · supplied with the plug / wiring for your region · 110–240V (multi-region) Certification Certified: North America · Australia · Europe · Middle East Care Fabric: dust gently, don’t get it wet · wood & iron: soft, dry cloth · keep dry · indoor use Design Style Mid-Century Japandi Organic Modern Scandinavian Modern Transitional Best For Living-room corner, reading chair, bedroom, home office (ambient), den, lounge Use Case The Viresto reads as a mid-century, organic-modern floor lamp — a tapered linen drum shade on a slim iron stem and a turned ash-wood base. A single E27 3000K bulb glows warm through the fabric for soft, ambient light with a downward glow, and the natural wood and fabric are a little different on every piece. Place it beside a sofa, reading chair, or in a living-room or bedroom corner. At 59″ tall it reads as a slim floor lamp, and it plugs into a standard outlet (supplied with the plug for your region) with an on/off switch. The linen shade, iron stem, and ash-wood base pair with wood, wool, and warm neutral rooms — mid-century, Japandi, organic modern, and Scandinavian. A single fabric shade gives soft ambient light with a downward glow, so add a task lamp where you need brighter, focused light for reading or work. Indoor dry only. Email [email protected] for trade pricing or product questions. Downloads Technical reference and care information for the Viresto Floor Light. Need a doc that’s not listed? Email [email protected]. Spec Sheet Dimensions & bulb · PDF Pending Setup Guide Assembly & bulb · PDF Pending Use & Care Guide Fabric, wood & bulb · PDF Pending FAQ How tall is it, and how wide is the shade? It stands 59″ (150 cm) tall, with a tapered shade about Ø17.7″ (45 cm) at its widest — a slim floor lamp for a corner, reading chair, or bedroom. What bulb does it use — is it included, and what color is the light? It uses 1 × E27 and comes with a 3000K warm-white LED bulb included. E27 is cross-compatible with the standard US E26 base, so US E26 replacements thread right in; the bulb is fully replaceable. How is it powered and switched? It’s a plug-in floor lamp with an on/off switch, and it’s supplied with the plug / wiring for your region. It’s certified for North America, Australia, Europe & the Middle East (110–240V). What’s the light like — is it bright enough to read by? A single E27 behind the fabric shade gives a soft, warm ambient light with a downward glow — comfortable beside a chair, but not bright directional task light. For focused reading or work, pair it with a dedicated task lamp. Will mine look exactly like the photo, and how do I care for it? The ash wood and linen are natural, so the wood grain and fabric tone vary slightly per piece — yours will be a little different from the photo. Keep it indoor and dry, dust gently with a soft, dry cloth, and don’t get the fabric wet.
More you might like
Related
Linear Shape Metal Floor Light Modern 1- Light Floor Light F
Related
Linear Shape Metal Floor Light Modern 1 Light Floor Mounted
Related
Metal Square Shape Floor Light Modern Style Single Light Flo
Related