Leafora Table Light
.vk-leafora-wrap { --vk-leaf-bg: #ffffff; --vk-leaf-bg-card: #faf5ee; --vk-leaf-bg-deep: #efe2cf; --vk-leaf-border: #e6d8c4; --vk-leaf-border-lt: #ede2d0; --vk-leaf-accent: #a07555 ; --vk-leaf-accent-dk: #6f4f37; --vk-leaf-accent-lt: #c8a17e; --vk-leaf-accent-bg: #f1e3d2; --vk-leaf-accent-bdr: #c8a17e; --vk-leaf-text: #2a211a; --vk-leaf-text-mid: #5a4a3b; --vk-leaf-text-light: #978674; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-leaf-text); line-height: 1.72; font-size: 14.5px; } .vk-leafora-wrap * { box-sizing: border-box; } .vk-leafora-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-leaf-text-mid); } .vk-leafora-wrap a { color: var(--vk-leaf-accent-dk); text-decoration: underline; } .vk-leafora-wrap .vk-leaf-section { margin-bottom: 2.6rem; } .vk-leafora-wrap .vk-leaf-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-leafora-wrap .vk-leaf-sec-line { flex: 1; height: 0.5px; background: var(--vk-leaf-border); } .vk-leafora-wrap .vk-leaf-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-leaf-accent-dk); white-space: nowrap; } .vk-leafora-wrap strong { color: var(--vk-leaf-text); font-weight: 600; } /* Features grid */ .vk-leafora-wrap .vk-leaf-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-leafora-wrap .vk-leaf-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-leaf-border); border-radius: 12px; background: var(--vk-leaf-bg-card); } .vk-leafora-wrap .vk-leaf-feat-icon { width: 30px; height: 30px; border-radius: 8px; background: var(--vk-leaf-accent-bg); border: 0.5px solid var(--vk-leaf-accent-bdr); color: var(--vk-leaf-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-leafora-wrap .vk-leaf-feat-icon svg { fill: none; } .vk-leafora-wrap .vk-leaf-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-leaf-text); margin-bottom: 6px; line-height: 1.35; } .vk-leafora-wrap .vk-leaf-feat-desc { font-size: 12px; color: var(--vk-leaf-text-mid); line-height: 1.55; } /* Critical notice */ .vk-leafora-wrap .vk-leaf-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-leaf-accent-bdr); border-left: 3px solid var(--vk-leaf-accent); border-radius: 10px; background: var(--vk-leaf-accent-bg); } .vk-leafora-wrap .vk-leaf-notice .vk-leaf-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-leaf-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-leafora-wrap .vk-leaf-notice .vk-leaf-notice-body { font-size: 12.5px; color: var(--vk-leaf-text-mid); line-height: 1.6; } .vk-leafora-wrap .vk-leaf-notice .vk-leaf-notice-body strong { color: var(--vk-leaf-accent-dk); display: block; margin-bottom: 3px; font-size: 13px; } /* Specifications */ .vk-leafora-wrap .vk-leaf-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-leaf-border); border-radius: 14px; overflow: hidden; } .vk-leafora-wrap .vk-leaf-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-leaf-border-lt); display: flex; align-items: center; background: var(--vk-leaf-bg-card); gap: 16px; } .vk-leafora-wrap .vk-leaf-spec-item:last-child { border-bottom: 0; } .vk-leafora-wrap .vk-leaf-spec-item:nth-child(even) { background: var(--vk-leaf-bg); } .vk-leafora-wrap .vk-leaf-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-leaf-accent-dk); width: 160px; flex-shrink: 0; } .vk-leafora-wrap .vk-leaf-spec-val { font-size: 12.5px; color: var(--vk-leaf-text); } /* Style tags */ .vk-leafora-wrap .vk-leaf-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-leafora-wrap .vk-leaf-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-leaf-accent-dk); background: var(--vk-leaf-accent-bg); border: 0.5px solid var(--vk-leaf-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-leafora-wrap .vk-leaf-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-leafora-wrap .vk-leaf-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-leaf-border); border-radius: 12px; background: var(--vk-leaf-bg-card); text-decoration: none; color: var(--vk-leaf-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-leafora-wrap .vk-leaf-dl-card:hover { background: var(--vk-leaf-accent-bg); border-color: var(--vk-leaf-accent-bdr); } .vk-leafora-wrap .vk-leaf-dl-card.vk-leaf-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-leaf-bg); } .vk-leafora-wrap .vk-leaf-dl-card.vk-leaf-dl-disabled:hover { background: var(--vk-leaf-bg); border-color: var(--vk-leaf-border); } .vk-leafora-wrap .vk-leaf-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-leaf-accent-bg); border: 0.5px solid var(--vk-leaf-accent-bdr); color: var(--vk-leaf-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-leafora-wrap .vk-leaf-dl-icon svg { fill: none; } .vk-leafora-wrap .vk-leaf-dl-meta { width: 100%; } .vk-leafora-wrap .vk-leaf-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-leaf-text); line-height: 1.3; margin-bottom: 3px; } .vk-leafora-wrap .vk-leaf-dl-sub { font-size: 11.5px; color: var(--vk-leaf-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-leafora-wrap .vk-leaf-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-leaf-text-light); background: var(--vk-leaf-bg-card); border: 0.5px solid var(--vk-leaf-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-leafora-wrap .vk-leaf-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-leafora-wrap .vk-leaf-faq-list details { border: 0.5px solid var(--vk-leaf-border); border-radius: 10px; background: var(--vk-leaf-bg-card); overflow: hidden; } .vk-leafora-wrap .vk-leaf-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-leaf-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-leafora-wrap .vk-leaf-faq-list summary::-webkit-details-marker { display: none; } .vk-leafora-wrap .vk-leaf-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-leaf-accent-dk); position: absolute; right: 16px; } .vk-leafora-wrap .vk-leaf-faq-list details[open] summary { color: var(--vk-leaf-accent-dk); } .vk-leafora-wrap .vk-leaf-faq-list details[open] summary::after { content: '\2212'; } .vk-leafora-wrap .vk-leaf-faq-list .vk-leaf-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-leaf-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-leafora-wrap .vk-leaf-features-grid { grid-template-columns: repeat(2, 1fr); } .vk-leafora-wrap .vk-leaf-dl-grid { grid-template-columns: 1fr; } .vk-leafora-wrap .vk-leaf-spec-key { width: 120px; } } @media (max-width: 380px) { .vk-leafora-wrap .vk-leaf-features-grid { grid-template-columns: 1fr; } } Inspiration The Leafora Table Light is a small accent table lamp with a tapered linen drum shade wrapped in crossed leather straps and brass rivets, set on an ash-wood base cut in the silhouette of a leaf with an inlaid white vein pattern. One E26 socket with an 18W LED bulb (included) sits inside the shade. At 10.2″ × 15.4″ (26 × 39 cm) — sized for a nightstand, side table, console, or desk. Organic modern, Japandi, and nature-inspired style for bedrooms, reading nooks, and living rooms. Good To Know ! 1 × E26 18W LED bulb included · plug-in · indoor dry locations only The shade is natural linen, the straps are leather with brass rivets, and the base is solid ash with an inlaid leaf-vein detail. Linen weave, leather grain, and ash-wood color may vary slightly piece to piece — characteristic of natural materials, not a defect. The included 18W LED bulb runs cool, which is the safer match for the linen shade. Plug-in cord to a standard wall outlet — no electrician needed; just plug and switch on. Place on a flat surface and keep the cord clear of foot traffic. Indoor, dry locations only — not for bathrooms with showers, damp areas, or covered outdoor spaces. Key Features Leaf-Silhouette Ash Base Solid ash wood cut into a leaf shape with an inlaid white vein pattern — biophilic detail you read close-up, not from across the room. Belted Linen Drum Shade Tapered natural-linen drum wrapped in two crossing leather straps with brass rivets at the intersection — saddlery detail on a soft shade. 18W LED Bulb Included Ships with an 18W LED bulb in the E26 socket — plug in and switch on, no separate bulb purchase or hardwiring needed. Specifications Fixture Type Table lamp / accent lamp, single bulb, plug-in Main Materials Ash wood · linen fabric · leather · brass-tone metal hardware Color Natural ash with white vein inlay · natural-linen shade · saddle-brown leather straps · brass rivets Shade Tapered linen drum with two crossing leather straps and brass rivets Base Ash-wood leaf silhouette on a round ash disc, with inlaid white leaf-vein detail Diameter 10.2″ / 26 cm (shade) Overall Height 15.4″ / 39 cm Light Source 1 × E26 medium screw base Bulb 18W LED · included · 2700–3000K warm white recommended Power Plug-in cord to standard wall outlet Design Style Organic Modern Japandi Wabi-Sabi Scandinavian Rustic Nature-Inspired Best For Nightstand, side table, console, desk, accent table · bedroom, reading nook, living room Use Case The Leafora’s 10.2″ shade and 15.4″ overall height put it squarely in accent-lamp scale — small enough to share a nightstand with a book and a glass of water, tall enough to throw light onto a reading page without dominating the table. The linen-drum shade casts a soft, warm wash; the leaf-cut ash base, leather straps, and brass rivets read as material detail you notice at close range. Use it as a bedside reading lamp, on a console behind a sofa, as a desk accent, or paired with a second unit at either end of a media console. The mixed ash-wood, leather, linen, and brass palette pairs naturally with oak and walnut furniture, neutral-warm paint colors, jute or wool rugs, and earthy textiles — fitting Japandi bedrooms, organic modern living rooms, wabi-sabi reading nooks, and Scandinavian rustic studies. The 18W LED ships ready to use; plug it into a standard wall outlet and switch on. For custom requests or trade pricing, email [email protected]. Downloads Technical reference and care guides for the Leafora Table Light. Need a doc that’s not listed? Email [email protected]. Spec Sheet Full product specs · PDF Pending Setup Guide Unboxing & plug-in · PDF Pending Care Guide Wood, leather & linen · PDF Pending FAQ What bulb does it take, and is it included? The Leafora uses 1 × E26 (medium screw base) and ships with an 18W LED bulb included. For a soft bedside or reading-nook glow, stay in the 2700–3000K warm white range. The included LED runs cool, which is the safer match for the linen shade and the leather straps just above it. Is it plug-in or hardwired? Plug-in. The Leafora connects to a standard wall outlet with its built-in cord — no electrician needed, no junction-box install. Place it on a flat surface (nightstand, side table, console, or desk) and keep the cord clear of foot traffic. How big is it — will it fit my nightstand? The shade is 10.2″ (26 cm) across, and the overall height is 15.4″ (39 cm). That sits comfortably on a standard 18–24″ nightstand or a 24–28″ side table with room left over for a book or a glass of water. The base footprint stays small thanks to the round ash disc. How do I clean the ash wood, leather straps, and linen shade? Dust the linen shade with a soft brush or low-suction vacuum using the upholstery attachment. Wipe the ash-wood base and leather straps with a dry or barely-damp soft cloth. Avoid soaking, harsh cleaners, and silicone sprays — they can stiffen the linen, dry out the leather, and dull the wood finish. Can I use it in a bathroom or outdoors? No — ash wood, leather, and linen are for indoor, dry locations only. Keep it out of bathrooms with showers or tubs, damp basements, kitchens directly above the sink, and any covered outdoor spaces. Humidity can warp the wood, darken the leather, and weaken the linen weave.
More you might like
Related
Leafora Botanical Leaf Table Light
Related
Endon Lighting 67517 Dara Table USB Table Light
Related
Astro Ella Table Light Bronze Interior Table Light
Related