Walnora Table Light
.vk-walnora-wrap { --vk-wal-bg: #ffffff; --vk-wal-bg-card: #faf3eb; --vk-wal-bg-deep: #ecdcc5; --vk-wal-border: #e4d3bd; --vk-wal-border-lt: #ebddc8; --vk-wal-accent: #8a6240; --vk -wal-accent-dk: #5d4128; --vk-wal-accent-lt: #b08862; --vk-wal-accent-bg: #efdfc8; --vk-wal-accent-bdr: #c8a17e; --vk-wal-text: #2a211a; --vk-wal-text-mid: #5a4a3b; --vk-wal-text-light: #978674; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-wal-text); line-height: 1.72; font-size: 14.5px; } .vk-walnora-wrap * { box-sizing: border-box; } .vk-walnora-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-wal-text-mid); } .vk-walnora-wrap a { color: var(--vk-wal-accent-dk); text-decoration: underline; } .vk-walnora-wrap .vk-wal-section { margin-bottom: 2.6rem; } .vk-walnora-wrap .vk-wal-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-walnora-wrap .vk-wal-sec-line { flex: 1; height: 0.5px; background: var(--vk-wal-border); } .vk-walnora-wrap .vk-wal-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-wal-accent-dk); white-space: nowrap; } .vk-walnora-wrap strong { color: var(--vk-wal-text); font-weight: 600; } /* Features grid */ .vk-walnora-wrap .vk-wal-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-walnora-wrap .vk-wal-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-wal-border); border-radius: 12px; background: var(--vk-wal-bg-card); } .vk-walnora-wrap .vk-wal-feat-icon { width: 30px; height: 30px; border-radius: 8px; background: var(--vk-wal-accent-bg); border: 0.5px solid var(--vk-wal-accent-bdr); color: var(--vk-wal-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-walnora-wrap .vk-wal-feat-icon svg { fill: none; } .vk-walnora-wrap .vk-wal-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-wal-text); margin-bottom: 6px; line-height: 1.35; } .vk-walnora-wrap .vk-wal-feat-desc { font-size: 12px; color: var(--vk-wal-text-mid); line-height: 1.55; } /* Variant grid — 3 styles */ .vk-walnora-wrap .vk-wal-variant-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-walnora-wrap .vk-wal-variant-card { padding: 14px 14px 16px; border: 0.5px solid var(--vk-wal-border); border-radius: 12px; background: var(--vk-wal-bg-card); } .vk-walnora-wrap .vk-wal-variant-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vk-wal-accent-dk); margin-bottom: 6px; } .vk-walnora-wrap .vk-wal-variant-name { font-size: 13.5px; font-weight: 700; color: var(--vk-wal-text); margin-bottom: 5px; line-height: 1.3; } .vk-walnora-wrap .vk-wal-variant-meta { font-size: 11.5px; color: var(--vk-wal-text-mid); line-height: 1.5; margin-bottom: 4px; } .vk-walnora-wrap .vk-wal-variant-spec { font-size: 11px; color: var(--vk-wal-text-light); line-height: 1.5; } /* Critical notice */ .vk-walnora-wrap .vk-wal-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-wal-accent-bdr); border-left: 3px solid var(--vk-wal-accent); border-radius: 10px; background: var(--vk-wal-accent-bg); } .vk-walnora-wrap .vk-wal-notice .vk-wal-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-wal-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-walnora-wrap .vk-wal-notice .vk-wal-notice-body { font-size: 12.5px; color: var(--vk-wal-text-mid); line-height: 1.6; } .vk-walnora-wrap .vk-wal-notice .vk-wal-notice-body strong { color: var(--vk-wal-accent-dk); display: block; margin-bottom: 3px; font-size: 13px; } /* Specifications */ .vk-walnora-wrap .vk-wal-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-wal-border); border-radius: 14px; overflow: hidden; } .vk-walnora-wrap .vk-wal-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-wal-border-lt); display: flex; align-items: center; background: var(--vk-wal-bg-card); gap: 16px; } .vk-walnora-wrap .vk-wal-spec-item:last-child { border-bottom: 0; } .vk-walnora-wrap .vk-wal-spec-item:nth-child(even) { background: var(--vk-wal-bg); } .vk-walnora-wrap .vk-wal-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-wal-accent-dk); width: 160px; flex-shrink: 0; } .vk-walnora-wrap .vk-wal-spec-val { font-size: 12.5px; color: var(--vk-wal-text); } /* Style tags */ .vk-walnora-wrap .vk-wal-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-walnora-wrap .vk-wal-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-wal-accent-dk); background: var(--vk-wal-accent-bg); border: 0.5px solid var(--vk-wal-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-walnora-wrap .vk-wal-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-walnora-wrap .vk-wal-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-wal-border); border-radius: 12px; background: var(--vk-wal-bg-card); text-decoration: none; color: var(--vk-wal-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-walnora-wrap .vk-wal-dl-card:hover { background: var(--vk-wal-accent-bg); border-color: var(--vk-wal-accent-bdr); } .vk-walnora-wrap .vk-wal-dl-card.vk-wal-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-wal-bg); } .vk-walnora-wrap .vk-wal-dl-card.vk-wal-dl-disabled:hover { background: var(--vk-wal-bg); border-color: var(--vk-wal-border); } .vk-walnora-wrap .vk-wal-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-wal-accent-bg); border: 0.5px solid var(--vk-wal-accent-bdr); color: var(--vk-wal-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-walnora-wrap .vk-wal-dl-icon svg { fill: none; } .vk-walnora-wrap .vk-wal-dl-meta { width: 100%; } .vk-walnora-wrap .vk-wal-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-wal-text); line-height: 1.3; margin-bottom: 3px; } .vk-walnora-wrap .vk-wal-dl-sub { font-size: 11.5px; color: var(--vk-wal-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-walnora-wrap .vk-wal-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-wal-text-light); background: var(--vk-wal-bg-card); border: 0.5px solid var(--vk-wal-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-walnora-wrap .vk-wal-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-walnora-wrap .vk-wal-faq-list details { border: 0.5px solid var(--vk-wal-border); border-radius: 10px; background: var(--vk-wal-bg-card); overflow: hidden; } .vk-walnora-wrap .vk-wal-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-wal-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-walnora-wrap .vk-wal-faq-list summary::-webkit-details-marker { display: none; } .vk-walnora-wrap .vk-wal-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-wal-accent-dk); position: absolute; right: 16px; } .vk-walnora-wrap .vk-wal-faq-list details[open] summary { color: var(--vk-wal-accent-dk); } .vk-walnora-wrap .vk-wal-faq-list details[open] summary::after { content: '\2212'; } .vk-walnora-wrap .vk-wal-faq-list .vk-wal-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-wal-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-walnora-wrap .vk-wal-features-grid { grid-template-columns: repeat(2, 1fr); } .vk-walnora-wrap .vk-wal-variant-grid { grid-template-columns: 1fr; } .vk-walnora-wrap .vk-wal-dl-grid { grid-template-columns: 1fr; } .vk-walnora-wrap .vk-wal-spec-key { width: 120px; } } @media (max-width: 380px) { .vk-walnora-wrap .vk-wal-features-grid { grid-template-columns: 1fr; } } Inspiration The Walnora Table Light is a small accent table lamp in three styles, each ~11″ (28 cm) tall with an integrated LED and a brass front-knob switch. Two styles pair a walnut mushroom cap with clear molded acrylic crystal-look fringe (rubber-wood bottle base or ash-wood gourd base); the third has an amber-glass donut shade on the ash gourd base. All plug into a standard wall outlet. For a nightstand, side table, console, dressing table, or entryway in Japandi and mid-century modern interiors. Good To Know ! Integrated LED · plug-in to standard wall outlet · indoor dry locations only The LED is built into the lamp — not a screw-in E26 bulb — so there’s nothing to change out, and lifespan is set by the module. Wattage varies by style: 10W for the two crystal-look-fringe styles, 5W for the amber-glass donut style. The fringe on the mushroom-cap styles is clear molded acrylic (not glass, not crystal) shaped to look like fringe-cut crystal drops. Wood, acrylic, and glass color may vary slightly piece to piece — natural-material variation, not a defect. Plug-in cord to a standard wall outlet, brass front-knob switch on the base. Place on a flat surface; keep the cord clear of foot traffic. Indoor, dry locations only. Key Features Three Distinct Silhouettes Mushroom-cap top with acrylic fringe (2 styles) or amber-glass donut shade with brass disc (1 style) — same 11″ height, three different reads. Solid Wood Base Rubber-wood bottle (Style A) or ash-wood gourd (Styles B & C). Wood grain and stain finish read as the dominant material from across a room. Integrated LED + Brass Knob Switch Built-in LED module (5W or 10W depending on style); brass front-knob switch on the base. No bulb to buy, no socket to wire — plug in and turn on. Available Styles Style A Mushroom · Walnut Bottle Walnut-tone mushroom cap with clear molded acrylic crystal-look fringe, on a rubber-wood bottle-shape base. 7.9″ × 11″ (20 × 28 cm) · base 10 × 16 cm · 10W LED Style B Mushroom · Ash Gourd Same mushroom cap and acrylic fringe as Style A, on a taller ash-wood gourd-shape base for more visual presence. 7.9″ × 11″ (20 × 28 cm) · base 12 × 20 cm · 10W LED Style C Donut · Ash Gourd Amber-glass donut shade with a brass top disc, on the same ash gourd base as Style B — cleaner, mid-century read. 9.1″ × 11″ (23 × 28 cm) · base 12 × 20 cm · 5W LED Specifications Fixture Type Table lamp / accent lamp · integrated LED · plug-in Available Styles A · Mushroom Walnut Bottle ··· B · Mushroom Ash Gourd ··· C · Donut Ash Gourd Materials — A & B Wood base + clear molded acrylic fringe + metal hardware (acrylic is shaped to mimic crystal — not glass, not crystal) Materials — C Ash wood base + amber glass dome + aluminum top disc Color Walnut-tone wood (all styles) · clear acrylic fringe (A/B) · amber glass + brass-tone disc (C) Overall Height 11″ / 28 cm (all styles) Shade Diameter 7.9″ / 20 cm (A & B) · 9.1″ / 23 cm (C) Base Footprint 10 × 16 cm (A) · 12 × 20 cm (B & C) Light Source Integrated LED · not replaceable · 10W (A & B) · 5W (C) Color Temperature Warm white (factory-set, not user-adjustable) Switch Brass-tone front-knob switch on the base Power Plug-in cord to standard 120V wall outlet Design Style Japandi Mid-Century Modern Organic Modern Art Deco-Inspired Wabi-Sabi Best For Nightstand, side table, console, dressing table, entryway · bedroom, living room, hallway Use Case At 11″ overall, the Walnora is accent-lamp scale — small enough to share a nightstand or dressing table, tall enough to throw a soft pool of warm light without looking like a child’s lamp. The integrated LED is factory-set warm white; turn the front-knob switch and it’s on. Styles A and B (acrylic-fringe mushroom cap) read as a decorative, Art Deco–inspired silhouette — the fringe catches light at the bottom and gives the lamp visual weight. Style C (amber-glass donut) is a cleaner, more mid-century read — the amber glass tints the LED warmer and shows more of the wood base. Pair the 11″ size with a standard 18–24″ nightstand, 24–30″ side table, or narrow entry console. The walnut and ash-wood tones work with oak, walnut, and white-oak furniture; the brass knob and aluminum disc bridge brass and gold fixtures elsewhere in the room. Best in Japandi bedrooms, mid-century modern living rooms, organic modern entryways, and dressing-table corners. As an integrated-LED fixture, there’s no bulb to replace — plug it in and use it as is. For custom requests or trade pricing, email [email protected]. Downloads Technical reference and care guides for the Walnora Table Light. Need a doc that’s not listed? Email [email protected]. Spec Sheet All 3 styles · PDF Pending Setup Guide Unboxing & plug-in · PDF Pending Care Guide Wood, acrylic & glass · PDF Pending FAQ Can I replace the bulb? No — the Walnora uses an integrated LED module built into the lamp, not a screw-in E26 bulb. There’s nothing to change out, which means no bulb-buying down the line, but it also means the LED’s lifespan sets the lamp’s lifespan. Use the front-knob switch to turn on and off — that’s the only control. Are the “crystal” drops real crystal? No. Styles A and B have a clear molded acrylic fringe shaped to look like cut-crystal drops — it’s acrylic, not glass and not crystal. It’s lightweight, won’t chip like real crystal, and catches light cleanly when the LED is on. Style C’s amber dome is real glass (not acrylic). Which style should I pick? Pick by silhouette and base width. Style A (10 cm base) suits a tight nightstand or narrow shelf where footprint matters most. Style B (12 cm base, same shade as A) gives you more visual presence on a console or dressing table. Style C (amber-glass donut, 5W) is the cleanest mid-century read — warmer-tinted light, more wood visible, dimmer overall ambient throw. Is it plug-in or hardwired? Plug-in. The Walnora connects to a standard 120V wall outlet with its built-in cord — no electrician needed, no junction-box install. Place on a flat surface and keep the cord clear of foot traffic. How do I clean it? Wipe the wood base with a dry or barely-damp soft cloth. For the acrylic fringe (A/B) and amber-glass dome (C), use a microfiber cloth — gently, since the fringe strands move freely. Avoid abrasive cleaners, ammonia-based glass cleaners, and direct soaking. Always unplug before cleaning.
More you might like
Related
Walnora Globe Wall Light
Related
Endon Lighting 67517 Dara Table USB Table Light
Related
Astro Ella Table Light Bronze Interior Table Light
Related