Duvora Floor Light
.vk-duvora-wrap { --vk-duv-bg: #ffffff; --vk-duv-bg-card: #f7efe1; --vk-duv-bg-deep: #ecdfc7; --vk-duv-border: #e6d8be; --vk-duv-border-lt: #ede2cc; --vk-duv-accent: #6b4a2e; --vk- duv-accent-dk: #3d2a18; --vk-duv-accent-lt: #a78058; --vk-duv-accent-bg: #ede0c4; --vk-duv-accent-bdr: #c8a778; --vk-duv-text: #2a211a; --vk-duv-text-mid: #5a4a3b; --vk-duv-text-light: #978674; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-duv-text); line-height: 1.72; font-size: 14.5px; } .vk-duvora-wrap * { box-sizing: border-box; } .vk-duvora-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-duv-text-mid); } .vk-duvora-wrap a { color: var(--vk-duv-accent-dk); text-decoration: underline; } .vk-duvora-wrap .vk-duv-section { margin-bottom: 2.6rem; } .vk-duvora-wrap .vk-duv-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-duvora-wrap .vk-duv-sec-line { flex: 1; height: 0.5px; background: var(--vk-duv-border); } .vk-duvora-wrap .vk-duv-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-duv-accent-dk); white-space: nowrap; } .vk-duvora-wrap strong { color: var(--vk-duv-text); font-weight: 600; } /* Features grid */ .vk-duvora-wrap .vk-duv-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-duvora-wrap .vk-duv-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-duv-border); border-radius: 12px; background: var(--vk-duv-bg-card); } .vk-duvora-wrap .vk-duv-feat-icon { width: 30px; height: 30px; border-radius: 8px; background: var(--vk-duv-accent-bg); border: 0.5px solid var(--vk-duv-accent-bdr); color: var(--vk-duv-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-duvora-wrap .vk-duv-feat-icon svg { fill: none; } .vk-duvora-wrap .vk-duv-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-duv-text); margin-bottom: 6px; line-height: 1.35; } .vk-duvora-wrap .vk-duv-feat-desc { font-size: 12px; color: var(--vk-duv-text-mid); line-height: 1.55; } /* Critical notice */ .vk-duvora-wrap .vk-duv-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-duv-accent-bdr); border-left: 3px solid var(--vk-duv-accent); border-radius: 10px; background: var(--vk-duv-accent-bg); } .vk-duvora-wrap .vk-duv-notice .vk-duv-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-duv-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-duvora-wrap .vk-duv-notice .vk-duv-notice-body { font-size: 12.5px; color: var(--vk-duv-text-mid); line-height: 1.6; } .vk-duvora-wrap .vk-duv-notice .vk-duv-notice-body strong { color: var(--vk-duv-accent-dk); display: block; margin-bottom: 3px; font-size: 13px; } /* Specifications */ .vk-duvora-wrap .vk-duv-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-duv-border); border-radius: 14px; overflow: hidden; } .vk-duvora-wrap .vk-duv-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-duv-border-lt); display: flex; align-items: center; background: var(--vk-duv-bg-card); gap: 16px; } .vk-duvora-wrap .vk-duv-spec-item:last-child { border-bottom: 0; } .vk-duvora-wrap .vk-duv-spec-item:nth-child(even) { background: var(--vk-duv-bg); } .vk-duvora-wrap .vk-duv-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-duv-accent-dk); width: 160px; flex-shrink: 0; } .vk-duvora-wrap .vk-duv-spec-val { font-size: 12.5px; color: var(--vk-duv-text); } /* Style tags */ .vk-duvora-wrap .vk-duv-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-duvora-wrap .vk-duv-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-duv-accent-dk); background: var(--vk-duv-accent-bg); border: 0.5px solid var(--vk-duv-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-duvora-wrap .vk-duv-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-duvora-wrap .vk-duv-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-duv-border); border-radius: 12px; background: var(--vk-duv-bg-card); text-decoration: none; color: var(--vk-duv-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-duvora-wrap .vk-duv-dl-card:hover { background: var(--vk-duv-accent-bg); border-color: var(--vk-duv-accent-bdr); } .vk-duvora-wrap .vk-duv-dl-card.vk-duv-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-duv-bg); } .vk-duvora-wrap .vk-duv-dl-card.vk-duv-dl-disabled:hover { background: var(--vk-duv-bg); border-color: var(--vk-duv-border); } .vk-duvora-wrap .vk-duv-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-duv-accent-bg); border: 0.5px solid var(--vk-duv-accent-bdr); color: var(--vk-duv-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-duvora-wrap .vk-duv-dl-icon svg { fill: none; } .vk-duvora-wrap .vk-duv-dl-meta { width: 100%; } .vk-duvora-wrap .vk-duv-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-duv-text); line-height: 1.3; margin-bottom: 3px; } .vk-duvora-wrap .vk-duv-dl-sub { font-size: 11.5px; color: var(--vk-duv-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-duvora-wrap .vk-duv-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-duv-text-light); background: var(--vk-duv-bg-card); border: 0.5px solid var(--vk-duv-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-duvora-wrap .vk-duv-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-duvora-wrap .vk-duv-faq-list details { border: 0.5px solid var(--vk-duv-border); border-radius: 10px; background: var(--vk-duv-bg-card); overflow: hidden; } .vk-duvora-wrap .vk-duv-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-duv-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-duvora-wrap .vk-duv-faq-list summary::-webkit-details-marker { display: none; } .vk-duvora-wrap .vk-duv-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-duv-accent-dk); position: absolute; right: 16px; } .vk-duvora-wrap .vk-duv-faq-list details[open] summary { color: var(--vk-duv-accent-dk); } .vk-duvora-wrap .vk-duv-faq-list details[open] summary::after { content: '\2212'; } .vk-duvora-wrap .vk-duv-faq-list .vk-duv-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-duv-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-duvora-wrap .vk-duv-features-grid { grid-template-columns: repeat(2, 1fr); } .vk-duvora-wrap .vk-duv-dl-grid { grid-template-columns: 1fr; } .vk-duvora-wrap .vk-duv-spec-key { width: 120px; } } @media (max-width: 380px) { .vk-duvora-wrap .vk-duv-features-grid { grid-template-columns: 1fr; } } Inspiration The Duvora Floor Light is a sculptural double-shade floor lamp — two curved walnut-stained wood stems rising from a U-shaped wood base, each topped with a cream linen tapered cone shade. The taller stem reaches up while the shorter sits at side-table height, like two mushrooms growing from one root. Both shades light up. 24.8″ wide × 59″ tall. Two E26 sockets. For a living room reading corner, master bedroom, foyer, or studio. Organic modern, Japandi, mid-century modern, and modern wabi-sabi style. Good To Know ! 2 × E26 bulbs included · two-shade silhouette · floor-standing · some assembly · indoor dry locations only Two cream linen cone shades sit on top of two curved wood stems that rise from a shared U-shaped base. Each shade houses its own E26 socket — both light up together, controlled by a single cord switch. The two cones at staggered heights create a layered glow, brighter close to the taller shade and softer at the lower one. Stands 59″ (150 cm) tall and 24.8″ (63 cm) wide at the base. Some assembly — attach the stems to the base, seat the shades, route the cord. Wood grain and stain tone may vary slightly from the listing photo, which is characteristic of stained wood, not a defect. The included low-heat LED bulbs are the safer match for the linen shades. Indoor, dry locations only. Key Features Two Cream Linen Cone Shades Two tapered cone shades in soft cream linen-look fabric, each with its own E26 socket inside. Both shades light up together — the taller pools warm light from above, the shorter glows at side-table height. U-Shaped Walnut-Stained Base Solid U-shaped wood base finished in dark walnut stain. The two curved stems flow up from a single bottom block — reads as one continuous sculptural form. Sculptural Double-Mushroom Form The whole lamp reads as a single sculpture — two cone-topped stems at staggered heights echoing organic forms. Stands on its own as a floor-level statement piece, not just a light. Specifications Fixture Type Floor lamp · sculptural double-shade silhouette · two bulbs · plug-in Main Materials Wood (walnut-stained finish) + linen-look fabric shades Color Dark walnut wood + cream linen shades (single colorway) Overall Dimensions 24.8″ W × 59″ H (63 × 150 cm) Shades Two tapered cone shades · cream linen-look fabric · matching silhouettes at staggered heights Stems Two curved walnut-stained wood stems rising from a shared U-shaped base Light Source 2 × E26 medium screw base (one socket inside each shade) Bulbs 2 × E26 · LED included · 2700–3000K warm white recommended Power Plug-in cord to standard 120V wall outlet Assembly Some assembly required (stems to base, shades to stems) · hand tools only, no electrician Mounting Floor-standing · indoor dry locations only Design Style Organic Modern Japandi Mid-Century Modern Modern Wabi-Sabi Sculptural Best For Living room reading corner, master bedroom, foyer, studio, office, library, sunroom Use Case The Duvora reads first as a floor-level sculpture and second as a light source. The two cream shades at staggered heights pair against the dark walnut U-base for a contrast-rich silhouette — one of those pieces that holds a corner of the room even when the lamp is off. At 59″ tall with the taller shade and ~30″ at the shorter shade, it has presence without overwhelming — sits well next to a sofa, beside a low-back armchair, or in a foyer corner. The taller shade aims warm light downward from about 59″ up; the shorter shade glows at about 30″ side-table height — together they cast a layered ambient pool, brighter at the top, softer at the bottom. Place beside a sofa arm or a reading chair so the taller shade falls roughly behind your shoulder — that’s the height where the upper light works best for reading. The lower shade fills the same corner with secondary glow. Pair with overhead lighting if you need brighter task light. The dark walnut + cream linen palette pairs with white oak, light bouclé and linen upholstery, jute and sisal rugs, and warm-white paint — fitting organic modern living rooms, Japandi master bedrooms, mid-century reading corners, and modern wabi-sabi studios. Plug into a standard outlet, no electrician required. For custom requests or trade pricing, email [email protected]. Downloads Technical reference and assembly guides for the Duvora Floor Light. Need a doc that’s not listed? Email [email protected]. Spec Sheet Dimensions & materials · PDF Pending Assembly Guide Stems, base, shades · PDF Pending Care Guide Walnut stain & linen shade · PDF Pending FAQ Do both shades light up? Yes — both shades light up. Each cone has its own E26 socket inside (two sockets total), and both turn on together with a single cord switch. The taller shade pools warm light from up high; the shorter glows at side-table level. Together they create a layered ambient read — brighter close to the top shade, softer at the lower one. Both bulbs are included with the lamp. What bulb does it take, and is it included? The Duvora uses 2 × E26 (medium screw base — one in each shade) and ships with both bulbs included. Stay in the 2700–3000K warm white LED range for a soft glow that suits the linen shades. Low-heat LED is the safer match for fabric shades — avoid hot incandescent or halogen replacements. Check the wattage rating on the socket label inside each shade before swapping bulbs. Is the wood solid walnut? The wood is walnut-stained — finished to read as dark walnut, not necessarily made from solid walnut species. Wood grain and stain tone vary slightly from the listing photo, which is characteristic of stained wood, not a defect. The piece feels solid and substantial; the dark walnut finish pairs cleanly with both warm and cool interiors. How heavy is it, and will it tip over? The lamp stands on a wide U-shaped wood base (24.8″ / 63 cm across at the bottom), which is deliberately weighted and wide to counter the two upright stems. Set it on a hard floor or low-pile rug for the most stable footing. On thick or uneven rugs, the lamp can rock. Don’t hang anything off the shades, and keep the cord routed where it won’t get tugged accidentally. Plug-in or hardwired? The Duvora is plug-in — cord runs to a standard 120V wall outlet. No electrician needed. Some assembly is required (stems to base, shades to stems, route the cord through the taller stem), but it’s hand-tool only. Switch is on the cord; on/off switch routing depends on shipment.
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