Baluster Table Lamp
* { box-sizing: border-box; margin: 0; padding: 0; } .vk-wrap { font-family: 'DM Sans', sans-serif; color: #1a1a1a; max-width: 680px; margin: 0; padding: 0; } .vk-divider { height: 1px; background: #e8e4de; margin: 2rem 0; } .vk-intro { font-size: 15px; color: #555; line-height: 1.75; margin-bottom: 1rem; } .vk-section-label { font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: #9B7B5A; margin-bottom: .65rem; } .vk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-feat { background: #f7f5f2; border-radius: 8px; padding: .85rem; } .vk-feat-icon { width: 28px; height: 28px; border-radius: 6px; background: #efe5d8; display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; } .vk-feat h4 { font-size: 13px; font-weight: 500; color: #1a1a1a; margin-bottom: .25rem; } .vk-feat p { font-size: 12px; color: #666; line-height: 1.6; margin: 0; } .vk-shade-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-shade-card { background: #f7f5f2; border-radius: 8px; padding: 1rem; border: 1px solid #ece8e2; display: flex; flex-direction: column; } .vk-shade-swatch { display: flex; gap: 4px; margin-bottom: .65rem; height: 36px; } .vk-shade-swatch span { flex: 1; border-radius: 4px; border: 1px solid rgba(0,0,0,.08); } .vk-shade-tag { font-size: 10px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: #9B7B5A; margin-bottom: .3rem; } .vk-shade-card h5 { font-size: 14px; font-weight: 500; color: #1a1a1a; margin-bottom: .35rem; line-height: 1.3; } .vk-shade-card p { font-size: 12px; color: #666; line-height: 1.6; margin-bottom: .55rem; flex: 1; } .vk-shade-best { font-size: 11px; color: #888; padding-top: .45rem; border-top: 1px solid #e6e0d6; line-height: 1.55; } .vk-shade-best strong { color: #555; font-weight: 500; } .vk-notice { border-left: 3px solid #C4906A; background: #fdf8f4; border-radius: 0 8px 8px 0; padding: .85rem 1rem; margin-bottom: .75rem; } .vk-notice h5 { font-size: 13px; font-weight: 500; color: #7C4E2A; margin-bottom: .3rem; } .vk-notice p { font-size: 13px; color: #666; line-height: 1.65; margin: 0; } .vk-notice.stone { border-left-color: #a09070; background: #faf7f2; } .vk-notice.stone h5 { color: #6a5030; } .vk-bulb-card { border: 1px solid #e8e0d5; background: #faf7f2; border-radius: 8px; padding: 1rem 1.1rem; margin-bottom: .75rem; } .vk-bulb-label { font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: #9B7B5A; margin-bottom: .4rem; } .vk-bulb-title { font-size: 16px; font-weight: 500; color: #1a1a1a; margin-bottom: .4rem; } .vk-bulb-desc { font-size: 13px; color: #555; line-height: 1.7; } .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-spec-table tr { border-bottom: 1px solid #ece8e2; } .vk-spec-table tr:last-child { border-bottom: none; } .vk-spec-table td { padding: 9px 0; font-size: 14px; vertical-align: top; } .vk-spec-table td:first-child { color: #888; width: 42%; padding-right: 1rem; } .vk-install { list-style: none; padding: 0; margin: 0; } .vk-install li { font-size: 14px; color: #666; padding: 8px 0 8px 20px; border-bottom: 1px solid #ece8e2; line-height: 1.65; position: relative; } .vk-install li:last-child { border-bottom: none; } .vk-install li::before { content: ''; position: absolute; left: 0; top: 16px; width: 6px; height: 6px; border-radius: 50%; background: #C4906A; } /* Dimension diagram placeholder */ .vk-dim-thumb { display: block; max-width: 360px; margin: 0 auto .4rem; text-decoration: none; cursor: pointer; } .vk-dim-thumb img { width: 100%; height: auto; border-radius: 8px; border: 1px solid #ece8e2; display: block; } .vk-dim-placeholder { width: 100%; aspect-ratio: 16/10; border: 1.5px dashed #d8c89a; background: #fdf8f4; border-radius: 8px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .5rem; padding: 1rem; } .vk-dim-placeholder svg { color: #9B7B5A; } .vk-dim-placeholder .vk-dim-main { font-size: 13px; font-weight: 500; color: #7C4E2A; letter-spacing: .04em; } .vk-dim-placeholder .vk-dim-sub { font-size: 11px; color: #aaa; text-align: center; line-height: 1.5; } .vk-img-caption { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: #aaa; text-align: center; margin-bottom: 1.25rem; } /* Resource cards */ .vk-request-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; margin-bottom: 1.25rem; } .vk-request-card { display: flex; align-items: center; gap: .75rem; background: #faf7f2; border: 1px solid #ece8e2; border-radius: 10px; padding: .9rem 1rem; text-decoration: none; color: inherit; transition: all .2s ease; } .vk-request-card:hover { background: #f5efe5; border-color: #d8c89a; transform: translateY(-1px); } .vk-request-icon { width: 36px; height: 36px; min-width: 36px; border-radius: 7px; background: #efe5d8; display: flex; align-items: center; justify-content: center; } .vk-request-icon svg { color: #7C4E2A; } .vk-request-text { flex: 1; min-width: 0; } .vk-request-eyebrow { font-size: 10px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: #9B7B5A; margin-bottom: 2px; } .vk-request-title { font-size: 14px; font-weight: 500; color: #1a1a1a; line-height: 1.3; } .vk-request-arrow { color: #9B7B5A; font-size: 16px; flex-shrink: 0; transition: transform .2s ease; } .vk-request-card:hover .vk-request-arrow { transform: translateX(3px); } /* FAQ */ .vk-faq { border-bottom: 1px solid #ece8e2; padding: 12px 0; } .vk-faq:last-child { border-bottom: none; } .vk-faq summary { font-size: 14px; font-weight: 500; color: #1a1a1a; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; } .vk-faq summary::-webkit-details-marker, .vk-faq summary::marker { display: none; } .vk-faq summary svg { transition: transform .2s; flex-shrink: 0; margin-left: 1rem; } .vk-faq[open] summary svg { transform: rotate(180deg); } .vk-faq p { font-size: 13px; color: #666; line-height: 1.7; margin-top: 8px; padding-right: 1rem; } @media (max-width: 520px) { .vk-features { grid-template-columns: 1fr 1fr; } .vk-shade-grid { grid-template-columns: 1fr; } .vk-request-grid { grid-template-columns: 1fr; } } A traditional turned-wood table lamp built around a solid ash hardwood body, hand-stained to a rich walnut tone with the natural grain still visible through the finish. The baluster silhouette — full belly, narrow neck, disc-shaped waist — is a classical wood-turning form revived in a modern living-room and bedroom-friendly proportion. Choose from three hand-crafted shade options: a warm Plaid Fabric with vertical brown trim, a coastal Hand-Woven Rattan, or a tailored Woven Fabric with Leather Trim. All three share the same wood body, E26 LED setup, and pull-chain-plus-inline-switch dual control. Bulb ships pre-installed. Features Turned Ash Baluster Body Solid ash hardwood, hand-turned and walnut-stained — natural grain visible through the finish. Three Shade Options Plaid Fabric, Hand-Woven Rattan, or Woven Fabric with Leather Trim — same body, three looks. E26 · CRI Ra97 Pre-installed 9W E26 LED in 2700K warm white with Ra97 high color rendering — natural-light quality. Three Shade Options SHADE 01 Plaid Fabric Warm plaid weave with vertical brown trim — classic American traditional. Best for: bedroom, cabin, traditional living room, log home SHADE 02 Hand-Woven Rattan Natural rattan weave casts a soft dappled glow — coastal and Japandi friendly. Best for: bedroom, beach house, sunroom, neutral interior SHADE 03 Woven Fabric + Leather Trim Hand-woven natural fabric with leather edge binding — tailored, masculine, library-ready. Best for: study, library, masculine bedroom, traditional office About the wood — solid ash, walnut-stained The body is solid ash hardwood, hand-stained to a rich walnut tone. It is not made of black walnut wood — ash is a North American hardwood with strong, fine grain that takes stain beautifully. The visible grain pattern, color depth, and tonal variation will differ from lamp to lamp because each turning is cut from a unique piece of ash. Dual control — pull-chain plus inline button This lamp ships with two ways to switch on and off: a brass pull-chain attached to the lamp body (visible from the front), and an inline button on the cord. Either control turns the lamp on or off — pick whichever is closer to your hand. CRI Ra97 — natural-light color rendering The included LED renders colors at CRI Ra97 — much closer to natural daylight than typical 80-CRI bulbs. Skin tones, fabrics, art, and food look truer under this lamp. Hand-crafted shades — small variations between pieces The Rattan and the Woven-Fabric+Leather shades are made by hand, so weave tension, fiber tone, and surface texture vary slightly between pieces. The Plaid Fabric shade is loom-woven with hand-applied trim; small alignment variations in the trim are normal. These variations are signs of authentic craft, not defects. Bulb 1 × E26 · Medium Screw Base · Pre-installed 1 × E26 LED · 9W · 2700K · CRI Ra97 A 9W E26 LED in 2700K warm white with Ra97 high color rendering ships pre-installed in your lamp — about 60W incandescent equivalent. When the LED eventually needs replacing, any standard E26 LED in the same wattage range will work. Dimensions 🔍 Dimension diagram · click to enlarge Specifications Materials Solid Ash hardwood (walnut-stained) · Brass hardwareShade material varies by selection — see "Three Shade Options" Light source 1 × E26 LED · 9W · 2700K warm whitePre-installed · CRI Ra97 · replaceable Bulb equivalent ~60W incandescent Color rendering CRI Ra97 (high color accuracy) Total dimensions ⌀11.8″ × H18.9″ (with shade)⌀30 × H48 cm Shade dimensions ⌀11.8″ × H7.1″ (⌀30 × H18 cm) Net weight ~6.6 lb (3 kg) Voltage AC 110–240V Cord 6.5 ft (2 m) · braided fabric cord Wiring Plug-and-play · standard wall outlet Control Pull-chain on body + inline button on cordEither control turns the lamp on/off · not dimmable Mounting Tabletop IP rating IP20 · Indoor dry locations only · Not waterproof Certification North America · EU · AU · Saudi Arabia Wood finish Solid ash, hand-stained walnut tone (food-safe wood oil) Best for Bedroom nightstand · Living room console · Library accent · Cabin or cottage interior · Traditional office Installation Notes Plug-and-play — no electrician required. Connect to a standard wall outlet. Place on a flat, dry tabletop. The wood base has a felt or rubber pad to protect the surface. Use either the brass pull-chain on the lamp body or the inline button on the cord — both turn the lamp on/off together. For indoor dry locations only. Not suitable for bathrooms, showers, or damp rooms. Avoid placing in direct sunlight for extended periods, which can fade the fabric or rattan shade over time. Downloads & Resources Request via email Specifications → Request via email Installation → Request via email 3D Files → Frequently Asked Questions Is this real walnut wood? No — the body is solid ash hardwood, hand-stained to a walnut color. Ash is a North American hardwood with strong, fine grain that takes stain beautifully and reads visually as walnut once finished. We're transparent about this because "walnut wood" is a different (and more expensive) species; what you're getting is solid ash with a walnut-tone finish. What's CRI Ra97 and why does it matter? CRI (Color Rendering Index) measures how accurately a light source shows colors compared to natural daylight. Standard household LEDs are usually CRI 80; Ra97 is much higher, meaning skin tones, art, fabrics, and food look truer under this lamp. If you read, paint, or display textiles or artwork in the same room, the difference is visible. How do the two switches work together? They're independent. Either switch turns the lamp on or off — there's no priority. If the lamp is on and you press the inline button, it turns off; pulling the chain at that point turns it back on. Pick whichever is closer to where you sit. Is the lamp dimmable? No. Both the pull-chain and the inline button are on/off only. The included LED is not dimmable. Will my shade and wood grain look exactly like the photo? Close, but not identical. Solid ash grain pattern, color depth, and stain absorption vary lamp to lamp — each piece carries its own grain. The Rattan and Woven-Fabric+Leather shades are made by hand and have small weave and trim variations. The Plaid Fabric shade is loom-woven with hand-applied trim; alignment varies subtly. These differences are signs of natural materials and craft, not defects.
More you might like
Related
Balustered Crystal Table Lamp
Related
A Baluster Style Table Lamp Base
Related
Matte Black Baluster Table Lamp
Related