Heron Glowing Table Lamp
* { box-sizing: border-box; margin: 0; padding: 0; } /* ===== HERON GLOWING TABLE LAMP — COLOR PALETTE ===== Derived from: ivory natural linen shade + matte black metal frame Tones : warm near-black / linen mid-brown / natural ivory / warm cream ====================================================== */ :root { --accent-deep: #2a1e14; /* warm near-black — labels, btn text */ --accent: #5a4a38; /* linen bark brown — notice borders, links */ --accent-light: #8a7060; /* medium linen — gradients */ --surface: #faf7f2; /* ivory linen — card backgrounds */ --bg: #f0ebe0; /* warm natural — section variety */ --border: #d8cdb8; /* natural fiber — dividers */ --ink: #1e1610; /* very dark warm — body text */ --muted: #7a6a58; /* linen mid-tone — secondary text */ } .vk-wrap { font-family: 'DM Sans', sans-serif; color: var(--ink); max-width: 680px; margin: 0; padding: 0; } .vk-divider { height: 1px; background: var(--border); margin: 1.75rem 0; } .vk-headline { font-family: 'DM Serif Display', serif; font-size: 21px; color: var(--ink); line-height: 1.4; margin-bottom: .75rem; letter-spacing: -.01em; } .vk-headline em { font-style: italic; color: var(--accent-deep); } .vk-intro { font-size: 15px; color: var(--ink); line-height: 1.9; margin-bottom: 1rem; } .vk-section-label { font-size: 10px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--accent-deep); margin-bottom: .7rem; } /* Features */ .vk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-feat { background: var(--surface); border-radius: 6px; padding: .85rem; border: 1px solid var(--border); } .vk-feat-icon { width: 28px; height: 28px; border-radius: 4px; background: var(--bg); display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; border: 1px solid var(--border); } .vk-feat h4 { font-size: 12.5px; font-weight: 500; color: var(--ink); margin-bottom: .25rem; } .vk-feat p { font-size: 12px; color: var(--muted); line-height: 1.6; margin: 0; } /* Notice cards */ .vk-notice { border-left: 2px solid var(--accent); background: var(--surface); border-radius: 0 6px 6px 0; padding: .88rem 1rem; margin-bottom: .75rem; } .vk-notice h5 { font-size: 13px; font-weight: 500; color: var(--accent-deep); margin-bottom: .3rem; } .vk-notice p { font-size: 13px; color: var(--ink); line-height: 1.65; margin: 0; } .vk-notice.amber { border-left-color: #b07820; background: #fdf8ef; } .vk-notice.amber h5 { color: #7a5010; } .vk-notice.green { border-left-color: #4a7a3a; background: #f3f8f0; } .vk-notice.green h5 { color: #2e5a24; } /* Size card */ .vk-size-thumb { display: flex; gap: 1rem; align-items: flex-start; padding: 1rem; border: 1px solid var(--border); border-radius: 6px; background: var(--surface); margin-bottom: .75rem; } .vk-size-thumb-img a { display: block; } .vk-size-thumb-img img { width: 120px; height: auto; border-radius: 5px; border: 1px solid var(--border); display: block; } .vk-size-thumb-hint { font-size: 10px; color: var(--accent); text-align: center; margin-top: 3px; } .vk-size-thumb-info { flex: 1; padding-top: .15rem; } .vk-size-tag { display: inline-block; background: var(--accent-deep); color: var(--surface); font-size: 10px; padding: 2px 9px; border-radius: 10px; font-weight: 500; margin-bottom: .4rem; } .vk-size-name { font-size: 14px; font-weight: 500; color: var(--ink); margin-bottom: .15rem; } .vk-size-detail { font-size: 12px; color: var(--muted); } .vk-spec-bar { display: flex; flex-wrap: wrap; gap: 6px; padding-top: .6rem; margin-top: .6rem; border-top: 1px dashed var(--border); } .vk-spec-pill { font-size: 11px; color: var(--muted); background: var(--bg); padding: 2px 8px; border-radius: 10px; border: 1px solid var(--border); } /* Finish swatches */ .vk-swatches { display: flex; gap: 18px; flex-wrap: wrap; margin-bottom: 1rem; } .vk-swatch-item { display: flex; align-items: center; gap: .55rem; font-size: 13px; color: var(--ink); } .vk-swatch-dot { width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--border); flex-shrink: 0; } .vk-swatch-desc { font-size: 11px; color: var(--muted); margin-top: 1px; } /* Bulb */ .vk-bulb { background: var(--surface); border: 1px solid var(--border); border-radius: 6px; padding: .9rem 1rem; margin-bottom: 1rem; } .vk-bulb h5 { font-size: 13px; font-weight: 500; color: var(--accent-deep); margin-bottom: .3rem; } .vk-bulb p { font-size: 13px; color: var(--ink); line-height: 1.65; margin: 0; } /* Spec table */ .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-spec-table tr { border-bottom: 1px solid var(--border); } .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: var(--muted); width: 42%; padding-right: 1rem; } /* Downloads */ .vk-dl { display: flex; gap: 8px; flex-wrap: wrap; } .vk-dl-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--accent-deep); border: 1px solid var(--border); padding: 7px 14px; border-radius: 5px; text-decoration: none; background: var(--surface); } .vk-dl-btn:hover { background: var(--bg); } /* FAQ */ .vk-wrap details { border-bottom: 1px solid var(--border); padding: 12px 0; } .vk-wrap details summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: .5rem; font-size: 14px; font-weight: 500; color: var(--ink); } .vk-wrap details summary::-webkit-details-marker { display: none; } .vk-wrap details p { font-size: 13px; color: var(--ink); line-height: 1.7; margin-top: 8px; padding-right: 1rem; } @media (max-width: 520px) { .vk-features { grid-template-columns: 1fr 1fr; } .vk-size-thumb { flex-direction: column; } .vk-size-thumb-img img { width: 100%; } } Linen and light — warmth you can touch. The Heron Glowing Table Lamp wraps genuine natural linen around a sculptural matte black drum frame, softening the light into a warm, even diffusion that settles a room without demanding attention. Equally at home on a bedside table or a living room console, it works as a functional light source and a quiet object of craft in equal measure. Features Genuine Natural Linen High-quality woven linen shade — each piece unique, with authentic fiber character and warm diffusion. Plug-In Convenience 59″ cord with inline on/off switch — no electrician needed, place anywhere there is an outlet. Matte Black Frame Sculptural drum frame in a clean matte black finish that grounds the light ivory shade. About the linen — natural variation is a feature, not a fault The lampshade is made from genuine natural linen. You may notice subtle variations in the weave, occasional brown or darker threads running through the fabric, or slight irregularities in the textile surface. These are inherent characteristics of authentic natural fiber — they confirm the material is real and ensure your lamp looks distinctly handcrafted rather than mass-produced. Natural Linen Detail Tap to enlarge — natural fiber weave and thread variation visible Size Tap to enlarge Single size ∅ 19.7″ × H 20.5″ x 10.6″, Weight: 3kg ∅ 50 cm × H 52 cm x W 27cm E26 / E27 base Plug-in 59″ cord Inline switch Finish Black (body) Matte black metal frame — clean, grounding contrast Beige (shade) Ivory natural linen — warm, softly textured Bulb & Light Source E26 (US/CA) · E27 (EU/AU) — bulb not included Compatible with LED and Edison filament bulbs. A warm-white LED (2700–3000 K) is recommended — the linen shade absorbs and softens the light naturally, and a warm tone best complements the fabric’s ivory character. A clear Edison filament bulb adds a decorative quality if the shade material allows the glow to show through at low wattages. Specifications Materials Natural linen fabric, Metal Size ∅ 19.7″ × H 20.5″ / ∅ 50 cm × H 52 cm Light source LED or Edison bulb, E26 (US/CA) or E27 (EU/AU) Voltage AC 110–240V Cord 59″ (150 cm) with plug Control Inline on/off switch Wiring Plug-in — no hardwiring required Mounting Tabletop / surface placement Environment Indoor only Body finish Matte black Shade colour Beige (natural linen) Certification North America · EU · AU · Saudi Arabia Downloads Spec Sheet Installation Guide Frequently Asked Questions Does this lamp need to be hardwired? No. The Heron Glowing Table Lamp is plug-in with a 59″ (150 cm) cord and an inline on/off switch. Simply place it on any surface and plug into a standard wall outlet — no installation or electrician required. Why does my shade have brown or darker threads in the fabric? The shade is made from genuine natural linen. Subtle thread color variations, occasional darker fibers, and slight weave irregularities are inherent characteristics of authentic natural fiber — not defects. They confirm the material is real and give each lamp a distinct, handcrafted character. What bulb type does the Heron Glowing Table Lamp use? It accepts E26 (US/Canada) or E27 (EU/Australia) base bulbs, compatible with both LED and Edison filament bulbs. Bulbs are not included. A warm-white LED at 2700–3000 K is recommended for the best result with the linen shade. Can I use this lamp in a bathroom or outdoors? No. The Heron Glowing Table Lamp is rated for dry indoor use only. Keep it away from moisture, humidity, and any outdoor environments. Is the Heron Glowing Table Lamp certified for North America and Europe? Yes. It holds certifications compatible with North America, Saudi Arabia, Europe, and Australia and operates on AC 110–240V worldwide.
More you might like
Related
Heron Glowing Table Lamp
Related
Heron Glowing Table Lamp
Related
Heron Glowing Table Lamp
Related