Lunora Table Light

.pdp { –pdp-bg: #ffffff; –pdp-bg-card: #faf4e6; –pdp-bg-deep: #f0e4ce; –pdp-border: #e6d8b8; –pdp-border-lt: #efe4cf; –pdp-accent: #a78048; –pdp-accent-dk: #6e5028; –pdp-accent-lt: #c89a5a; –pdp-accent-bg: #f5e8c8; –pdp-accent-bdr: #d8b878; –pdp-text: #2a1f12; –pdp-text-mid: #5a4628; –pdp-text-light: #9a8460; –pdp-ok-bg: #f4ecd9; –pdp-ok-bdr: #c8a85c; –pdp-ok-deep: #8a6520; max-width: 900px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, “Helvetica Neue”, Arial, sans-serif; color: var(–pdp-text); line-height: 1.65; font-size: 14px;…

Original price was: $2,577.00.Current price is: $189.99.
Checkout
Category:

Description

.pdp { –pdp-bg: #ffffff; –pdp-bg-card: #faf4e6; –pdp-bg-deep: #f0e4ce; –pdp-border: #e6d8b8; –pdp-border-lt: #efe4cf; –pdp-accent: #a78048; –pdp-accent-dk: #6e5028; –pdp-accent-lt: #c89a5a; –pdp-accent-bg: #f5e8c8; –pdp-accent-bdr: #d8b878; –pdp-text: #2a1f12; –pdp-text-mid: #5a4628; –pdp-text-light: #9a8460; –pdp-ok-bg: #f4ecd9; –pdp-ok-bdr: #c8a85c; –pdp-ok-deep: #8a6520; max-width: 900px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, “Helvetica Neue”, Arial, sans-serif; color: var(–pdp-text); line-height: 1.65; font-size: 14px; } .pdp * { box-sizing: border-box; } .pdp svg { fill: none; } .pdp p { margin: 0 0 0.8rem 0; color: var(–pdp-text-mid); } .pdp img { max-width: 100%; height: auto; display: block; } .pdp a { color: var(–pdp-accent); } .pdp .pdp-section { margin-bottom: 2.2rem; } .pdp .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; } .pdp .sec-line { flex: 1; height: 0.5px; background: var(–pdp-border); } .pdp .sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(–pdp-accent); white-space: nowrap; } .pdp .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .pdp .feature-card { padding: 16px 14px; border: 0.5px solid var(–pdp-border); border-radius: 12px; background: var(–pdp-bg-card); } .pdp .feat-icon { width: 30px; height: 30px; border-radius: 8px; background: var(–pdp-accent-bg); border: 0.5px solid var(–pdp-accent-bdr); color: var(–pdp-accent); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .pdp .feat-title { font-size: 13px; font-weight: 700; color: var(–pdp-text); margin-bottom: 6px; } .pdp .feat-desc { font-size: 12px; color: var(–pdp-text-mid); line-height: 1.55; } .pdp .size-specs { display: flex; flex-direction: column; gap: 2px; border: 0.5px solid var(–pdp-border); border-radius: 14px; background: var(–pdp-bg-card); padding: 6px 4px; } .pdp .size-spec-item { display: flex; justify-content: space-between; align-items: baseline; padding: 11px 18px; border-bottom: 0.5px solid var(–pdp-border-lt); font-size: 13px; gap: 12px; } .pdp .size-spec-item:last-child { border-bottom: 0; } .pdp .size-spec-item span { color: var(–pdp-text-light); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; flex-shrink: 0; } .pdp .size-spec-item strong { color: var(–pdp-text); font-weight: 600; text-align: right; } .pdp .dim-trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 12px; } .pdp .dim-card { padding: 14px 14px; border: 0.5px solid var(–pdp-border); border-radius: 12px; background: var(–pdp-bg-card); text-align: center; } .pdp .dim-label { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(–pdp-accent); margin-bottom: 8px; } .pdp .dim-value { font-size: 14px; font-weight: 700; color: var(–pdp-text); line-height: 1.45; margin-bottom: 4px; } .pdp .dim-metric { font-size: 11.5px; color: var(–pdp-text-light); } .pdp .pdp-included { display: flex; gap: 14px; padding: 16px 18px; background: var(–pdp-ok-bg); border: 0.5px solid var(–pdp-ok-bdr); border-left: 3px solid var(–pdp-ok-deep); border-radius: 12px; } .pdp .pdp-included .inc-icon { flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%; background: var(–pdp-ok-deep); color: #fff; display: flex; align-items: center; justify-content: center; } .pdp .pdp-included .inc-body { font-size: 12.5px; color: #5a4418; line-height: 1.6; } .pdp .pdp-included .inc-body strong { color: var(–pdp-ok-deep); display: block; margin-bottom: 4px; font-size: 13px; letter-spacing: 0.02em; } .pdp .spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(–pdp-border); border-radius: 14px; overflow: hidden; } .pdp .spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(–pdp-border-lt); display: flex; align-items: center; background: var(–pdp-bg-card); gap: 16px; } .pdp .spec-item:last-child { border-bottom: 0; } .pdp .spec-item:nth-child(even) { background: var(–pdp-bg); } .pdp .spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(–pdp-accent); width: 150px; flex-shrink: 0; } .pdp .spec-val { font-size: 12.5px; color: var(–pdp-text); } .pdp .style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .pdp .style-tag { font-size: 10.5px; font-weight: 600; color: var(–pdp-accent); background: var(–pdp-accent-bg); border: 0.5px solid var(–pdp-accent-bdr); padding: 2px 8px; border-radius: 6px; } .pdp .ok-pill { display: inline-block; font-size: 10.5px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(–pdp-ok-deep); background: var(–pdp-ok-bg); border: 0.5px solid var(–pdp-ok-bdr); padding: 2px 8px; border-radius: 6px; margin-left: 8px; } .pdp .faq-list { display: flex; flex-direction: column; gap: 6px; } .pdp .faq-list details { border: 0.5px solid var(–pdp-border); border-radius: 10px; background: var(–pdp-bg-card); overflow: hidden; } .pdp .faq-list summary { list-style: none; cursor: pointer; padding: 13px 16px; font-size: 13px; font-weight: 600; color: var(–pdp-text); display: flex; justify-content: space-between; align-items: center; } .pdp .faq-list summary::-webkit-details-marker { display: none; } .pdp .faq-list summary::after { content: ‘+’; font-size: 18px; line-height: 1; color: var(–pdp-accent); transition: transform 0.2s; } .pdp .faq-list details[open] summary::after { content: ‘−’; } .pdp .faq-list .faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(–pdp-text-mid); line-height: 1.6; } .pdp .dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .pdp .dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(–pdp-border); border-radius: 12px; background: var(–pdp-bg-card); text-decoration: none; color: var(–pdp-text); position: relative; transition: background 0.18s, border-color 0.18s; } .pdp .dl-card:hover { border-color: var(–pdp-accent-bdr); background: var(–pdp-accent-bg); } .pdp .dl-card.dl-disabled { cursor: default; opacity: 0.72; background: var(–pdp-bg); } .pdp .dl-card.dl-disabled:hover { border-color: var(–pdp-border); background: var(–pdp-bg); } .pdp .dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(–pdp-accent-bg); border: 0.5px solid var(–pdp-accent-bdr); color: var(–pdp-accent); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .pdp .dl-meta { width: 100%; } .pdp .dl-label { font-size: 13.5px; font-weight: 700; color: var(–pdp-text); line-height: 1.3; margin-bottom: 3px; } .pdp .dl-sub { font-size: 11.5px; color: var(–pdp-text-light); letter-spacing: 0.02em; line-height: 1.45; } .pdp .dl-status { position: absolute; top: 12px; right: 12px; font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(–pdp-text-light); background: var(–pdp-bg-card); border: 0.5px solid var(–pdp-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } @media (max-width: 720px) { .pdp .features-grid { grid-template-columns: 1fr; } .pdp .dim-trio { grid-template-columns: 1fr; } .pdp .dl-grid { grid-template-columns: 1fr; } .pdp .spec-key { width: 120px; } }

Overview

The Lunora Table Light is a coastal-style accent lamp pairing a finely woven tapered rattan shade with a sculpted kiln-dried solid pine base. The two materials sit at different visual weights — light, open weave on top; solid, dome-shaped wood underneath — joined by a steel collar with a warm metal finish.

Ships with a black fabric-wrapped cord, an inline push switch on the cord, and an E26 LED bulb already included so it works straight out of the box.

Why You’ll Love It

Tapered Woven Rattan Shade

Conical form, wider at the bottom and narrowing toward the top. The open weave filters the bulb output and throws a textured glow on the surrounding wall.

Kiln-Dried Solid Pine Base

Sculpted dome-shaped pine. Kiln-drying lowers the wood’s moisture content before shaping, which limits warping and shrinkage over time.

Fabric Cord + Inline Switch

Black cloth-wrapped cord with a push switch on the cord — no need to reach under the shade to turn the lamp on or off.

Bulb Included — Works Out of the Box Lunora ships with an E26 LED bulb already installed — plug it in and turn it on. When the bulb eventually needs replacing, E26 is the standard medium screw base sold at any US hardware store.

Dimensions

Overall

H 18.5″ × Ø 13.75″

47 × 35 cm

Shade

H 8.75″ × Ø 13.75″

22.2 × 35 cm

Base

H 6.75″ × Ø 5.5″

17.1 × 14 cm

Cord Length59″ / 150 cm — black fabric-wrapped

SwitchInline push switch on cord

Weight4 lbs / 1.81 kg

Specifications

Type

Table lamp / accent lamp

Shade

Finely woven rattan, tapered conical form

Base

Sculpted kiln-dried solid pine

Hardware

Steel collar with warm metal finish

Cord

Black fabric-wrapped, inline push switch

Color

Natural rattan with warm pine and metal accents

Materials

Solid pine · rattan · steel · plastic

Number of Lights

1

Socket

1 × E26 medium base

Bulb

E26 LED Included

Power

Plug-in

Use

Indoor only

Style

Coastal Bohemian Organic Modern Japandi

FAQ

Does it come with a bulb?

Yes — Lunora ships with an E26 LED bulb already installed. You can plug it in and turn it on right out of the box. When it eventually needs replacing, any E26 medium-screw bulb at a US hardware store will fit.

How bright is it? Is it enough for reading?

The included LED is on the soft side — closer to ambient light than task light. It’s well suited for evening winding-down on a nightstand, mood lighting on a console, or layered light alongside an overhead fixture. For detailed reading, you may want a brighter dedicated reading lamp.

What kind of wood is the base?

Solid pine — kiln-dried before shaping. Kiln-drying brings the wood to a controlled moisture content, which reduces the risk of warping, splitting, and shrinkage as the lamp moves between rooms with different humidity.

Where is the switch?

It’s an inline push switch on the cord — a small toggle midway down the cord that you click on and off, rather than a knob under the shade. The cord is wrapped in black woven fabric rather than left as bare plastic.

What’s the metal finish on the collar?

The collar is steel with a warm metal finish — it carries a soft golden tone that complements both the rattan and the wood base. We don’t market the metal as solid brass; the structural metal is steel.

Does it work with a dimmer?

The included LED bulb is a fixed-output bulb. If you want dimming, swap in a dimmable E26 LED bulb (must be labeled “dimmable” on the package) and plug the lamp into a dimmer-compatible outlet or use an inline dimmer.

Downloads

Reference materials for designers, electricians, and customers.

Spec Sheet

Dimensions & electrical · PDF

Coming Soon

Installation Guide

Step-by-step setup · PDF

Coming Soon

3D Files

For renderings · ZIP

Coming Soon

Reviews

There are no reviews yet.

Be the first to review “Lunora Table Light”

Your email address will not be published. Required fields are marked *