✦ Verified product
Revolve Table Lamp
USD 257.00
Size
Plug Options
Vakkerlight
Verified independent store
→
* { box-sizing: border-box; margin: 0; padding: 0; } body { background: #fff; padding: 2rem; } :root { --accent: #C4906A; --accent-deep: #7C4E2A; --accent-light: #d4a888; --cream:
#faf6ef; --ivory: #f5efe0; --border: #e0d4bc; --ink: #2a2018; --muted: #9B7B5A; } .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: #4a3018; 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; } /* Video */ .vk-video-wrap { width: 100%; aspect-ratio: 16/9; border-radius: 6px; overflow: hidden; background: var(--cream); margin-bottom: .5rem; } .vk-video-wrap iframe { display: block; width: 100%; height: 100%; border: 0; } .vk-video-caption { font-size: 11px; color: var(--accent); text-align: center; margin-bottom: .5rem; letter-spacing: .05em; font-style: italic; } /* Guide link */ .vk-guide-link { display: flex; align-items: center; gap: .65rem; background: var(--cream); border: 1px solid var(--border); border-radius: 6px; padding: .75rem 1rem; text-decoration: none; margin-bottom: .5rem; } .vk-guide-link svg { flex-shrink: 0; color: var(--accent-deep); } .vk-guide-link span { font-size: 13px; color: var(--accent-deep); text-decoration: underline; text-decoration-color: rgba(124,78,42,.3); text-underline-offset: 3px; } /* Features */ .vk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-feat { background: var(--cream); border-radius: 6px; padding: .85rem; border: 1px solid var(--border); } .vk-feat-icon { width: 28px; height: 28px; border-radius: 4px; background: var(--ivory); 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 */ .vk-notice { border-left: 2px solid var(--accent); background: var(--cream); 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: #4a3018; line-height: 1.65; margin: 0; } /* 5 color cards — 2×3 grid */ .vk-colors { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-color-card { background: var(--cream); border: 1px solid var(--border); border-radius: 6px; padding: .75rem .5rem; text-align: center; } .vk-color-pair { display: flex; justify-content: center; gap: 4px; margin-bottom: .4rem; } .vk-cp-gold { width: 20px; height: 20px; border-radius: 50%; background: radial-gradient(circle at 35% 35%,#e8c868,#c49038 60%,#8a6818); border: 1px solid rgba(0,0,0,.08); flex-shrink: 0; } .vk-cp-shade { width: 20px; height: 20px; border-radius: 50%; border: 1px solid rgba(0,0,0,.08); flex-shrink: 0; } .vk-color-name { font-size: 11px; font-weight: 500; color: var(--ink); } .vk-color-note { font-size: 10px; color: var(--muted); margin-top: 2px; } /* Size card */ .vk-size { background: var(--cream); border: 1px solid var(--border); border-radius: 6px; padding: 1rem; margin-bottom: .75rem; display: flex; gap: 1rem; align-items: flex-start; } .vk-size-img a { display: block; } .vk-size-img img { width: 120px; height: auto; border-radius: 4px; border: 1px solid var(--border); display: block; } .vk-size-img-hint { font-size: 10px; color: var(--accent); text-align: center; margin-top: 3px; } .vk-size-info { flex: 1; } .vk-size-tag { display: inline-block; background: var(--accent-deep); color: var(--cream); font-size: 10px; padding: 2px 10px; border-radius: 10px; font-weight: 500; margin-bottom: .4rem; } .vk-size-name { font-size: 15px; font-weight: 500; color: var(--ink); margin-bottom: .2rem; } .vk-size-detail { font-size: 12.5px; color: var(--muted); line-height: 1.65; } /* Spec table */ .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-spec-table tr { border-bottom: 1px solid var(--ivory); } .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(--cream); } .vk-dl-btn:hover { background: var(--ivory); } details summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: .5rem; } @media (max-width: 520px) { .vk-features { grid-template-columns: 1fr 1fr; } .vk-colors { grid-template-columns: 1fr 1fr; } .vk-size { flex-direction: column; } .vk-size-img img { width: 100%; } } Built to last, designed to age with you. The Revolve Table Lamp is a striking light object built against throwaway culture — each knock and scratch will only add to its patina and story. A spun metal shade with an opal diffuser delivers warm ambient light, while a pull chain hangs over a solid iron base with an inset color ring that matches the shade. See It In Action Spun metal shade · opal diffuser · solid iron base · pull chain switch Product detail & color showcase → Styling & interior demo → Installation & assembly guide → Features Opal Diffuser Acrylic opal diffuser softens light beautifully — warm glow escapes top and bottom of the shade. Pull Chain + Push Button Two switch options — a classic pull chain over the base, plus an inline cord push button. Solid Iron Base Weighted iron base with inset color ring matching the shade — grounded, tactile, substantial. Blue & Green shades — color may vary by batch Due to differences between production batches, the Blue and Green shade versions may vary slightly from product photos in tone and saturation. This is a normal characteristic of these finishes. Five Color Combinations — All with Gold Base Gold + Black Gold + Blue *May vary by batch Gold + White Gold + Green *May vary by batch Gold + Red Size 🔍 Enlarge One Size ∅13.8" × H18.9" Dia 35 cm × H 48 cmG9 × 3 bulbsCord: 59.1" plug-inPacking: L56 × W41 × H41 cm Bulb & Light Source G9 base × 3 — bulbs not included Uses three G9 bi-pin base bulbs. Warm LED G9 (2700–3000K) recommended — the opal diffuser and spun metal shade distribute and soften warm light beautifully. Bulbs not included. Specifications Materials Metal · Acrylic (opal diffuser) Light source G9 base × 3 · LED or Edison (not included) Voltage AC 110–240V Power Plug-in · 59.1" cord Control Pull chain switch · Inline push button switch Mounting Table lamp · freestanding Certification North America · EU · AU · Saudi Arabia Color combos Gold+Black · Gold+Blue* · Gold+White · Gold+Green* · Gold+Red * Blue & Green may vary from product photos by batch Packing L56 × W41 × H41 cm Downloads Spec Sheet Installation Guide 3D Files Frequently Asked Questions Why does my Blue or Green shade look different from the photo? Batch variation in the Blue and Green finishes is a normal characteristic. Tone and saturation may differ slightly from product photos. What bulb does it use? G9 bi-pin base × 3 bulbs. Warm LED G9 (2700–3000K) recommended. Bulbs not included. How is it switched on and off? Two controls: a classic pull chain hanging over the iron base, and an inline push button switch on the power cord. Is this hardwired or plug-in? Plug-in. 59.1" cord with pull chain and inline push button. No electrician required.