Description
{ “@context”: “https://schema.org”, “@type”: “Product”, “name”: “Vera Table Lamp”, “description”: “Hand-blown glass bell-flower table lamp. Plug-in, three G9 bulbs, dimmer compatible. Six colors, with or without bead accents.”, “brand”: { “@type”: “Brand”, “name”: “Docos” }, “material”: “Metal, Glass”, “color”: “Green, Purple, White, Brown, Amber, Pink”, “additionalProperty”: [ { “@type”: “PropertyValue”, “name”: “Size”, “value”: “Ø 28 cm × H 32 cm / 11″ × 12.6″” }, { “@type”: “PropertyValue”, “name”: “Socket”, “value”: “G9 × 3” }, { “@type”: “PropertyValue”, “name”: “Max Wattage”, “value”: “3 × 40W incandescent or LED equivalent” }, { “@type”: “PropertyValue”, “name”: “Wiring”, “value”: “Plug-in — 59-inch cord” }, { “@type”: “PropertyValue”, “name”: “Switch”, “value”: “Push-button” }, { “@type”: “PropertyValue”, “name”: “Dimmer”, “value”: “Compatible (switch not included)” } ], “offers”: { “@type”: “Offer”, “availability”: “https://schema.org/InStock”, “priceCurrency”: “USD”, “seller”: { “@type”: “Organization”, “name”: “Docos” } } } .vrt-wrap { font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Helvetica, Arial, sans-serif; color: #1a1a1a; line-height: 1.7; max-width: 860px; margin: 0 auto; background: #ffffff; } .vrt-section-title { font-size: 0.72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #1a1a1a; border-bottom: 1.5px solid #b8924a; padding-bottom: .45rem; margin: 2.4rem 0 1.2rem; } /* ─ VIDEOS ─ */ .vrt-videos { display: flex; flex-direction: column; gap: 10px; margin-bottom: 2rem; } .vrt-vbox { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 6px; background: #111; } .vrt-vbox iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } /* ─ INTRO ─ */ .vrt-intro { font-size: 1rem; color: #555; line-height: 1.8; margin-bottom: .8rem; } .vrt-tagline { font-size: 1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 1.2rem; } /* Pills */ .vrt-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 2rem; } .vrt-pill { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 20px; padding: .28rem .85rem; font-size: .78rem; color: #555; } /* ─ WHY IT WORKS — 3 col ─ */ .vrt-why { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; margin-bottom: 2.4rem; } .vrt-wc { padding: 1.3rem 1.2rem 1.3rem 0; border-right: 1px solid #e5e5e5; } .vrt-wc:nth-child(2) { padding-left: 1.2rem; } .vrt-wc:last-child { border-right: none; padding-right: 0; padding-left: 1.2rem; } .vrt-wc-num { font-size: 2rem; font-weight: 300; color: #b8924a; opacity: .4; line-height: 1; display: block; margin-bottom: .35rem; } .vrt-wc-title{ font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #b8924a; display: block; margin-bottom: .35rem; } .vrt-wc-text { font-size: .85rem; color: #555; line-height: 1.6; } @media(max-width:520px){ .vrt-why{grid-template-columns:1fr;} .vrt-wc{border-right:none;border-bottom:1px solid #e5e5e5;padding:1rem 0;} .vrt-wc:nth-child(2){padding-left:0;} .vrt-wc:last-child{padding-left:0;border-bottom:none;} } /* ─ BEFORE / AFTER ─ */ .vrt-ba { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 2.4rem; } .vrt-bac { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #ddd; border-radius: 6px; padding: 1.1rem 1.2rem; } .vrt-bac–after { border-top-color: #b8924a; background: #fff8ee; border-color: #e8c87a; } .vrt-bac-label { font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; display: block; margin-bottom: .65rem; } .vrt-bac–before .vrt-bac-label { color: #999; } .vrt-bac–after .vrt-bac-label { color: #b8924a; } .vrt-bac-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: .32rem; } .vrt-bac-list li { font-size: .85rem; color: #555; display: flex; align-items: flex-start; gap: .5rem; line-height: 1.5; } .vrt-bac-list li::before { content: ”; display: block; width: 4px; height: 4px; min-width: 4px; border-radius: 50%; margin-top: .52rem; flex-shrink: 0; } .vrt-bac–before .vrt-bac-list li::before { background: #ccc; } .vrt-bac–after .vrt-bac-list li::before { background: #b8924a; } @media(max-width:440px){.vrt-ba{grid-template-columns:1fr;}} /* ─ SCENES ─ */ .vrt-scenes { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-bottom: 2.4rem; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; overflow: hidden; } .vrt-sc { padding: 1.3rem 1.1rem; border-right: 1px solid #e5e5e5; } .vrt-sc:last-child { border-right: none; } .vrt-sc__icon { font-size: 1.2rem; display: block; margin-bottom: .6rem; } .vrt-sc__name { font-size: .9rem; font-weight: 600; color: #1a1a1a; display: block; margin-bottom: .35rem; } .vrt-sc__desc { font-size: .8rem; color: #555; line-height: 1.55; } .vrt-sc__tag { display: block; margin-top: .7rem; font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #b8924a; } @media(max-width:480px){ .vrt-scenes{grid-template-columns:1fr;} .vrt-sc{border-right:none;border-bottom:1px solid #e5e5e5;} .vrt-sc:last-child{border-bottom:none;} } /* ─ PAIR BANNER ─ */ .vrt-pair { background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: 1.1rem 1.3rem; margin-bottom: 2.4rem; display: flex; align-items: center; gap: 1.2rem; font-size: .9rem; color: #555; line-height: 1.65; } .vrt-pair__count { font-size: 2.2rem; font-weight: 300; color: #b8924a; line-height: 1; flex-shrink: 0; } .vrt-pair__title { font-weight: 600; font-size: .9rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } @media(max-width:440px){.vrt-pair{flex-direction:column;gap:.7rem;}} /* Colors */ .vrt-colors { display: flex; align-items: center; gap: 12px; background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: .7rem 1.1rem; margin-bottom: 2rem; font-size: .85rem; color: #555; } .vrt-swatches { display: flex; gap: 7px; } .vrt-sw { width: 20px; height: 20px; border-radius: 50%; border: 2px solid rgba(0,0,0,.1); box-shadow: 0 1px 4px rgba(0,0,0,.12); } .vrt-sw–g { background: #3a6040; } .vrt-sw–p { background: #6a3a7a; } .vrt-sw–w { background: #f4f0e8; border-color: rgba(0,0,0,.18); } .vrt-sw–b { background: #5a3a18; } .vrt-sw–a { background: #c87820; } .vrt-sw–k { background: #d87080; } /* Specs */ .vrt-specs { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; grid-template-columns: repeat(auto-fill,minmax(255px,1fr)); gap: 7px; } .vrt-specs li { display: flex; align-items: flex-start; gap: 9px; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; padding: .55rem .85rem; font-size: .88rem; color: #333; } .vrt-specs li::before { content: ”; display: block; width: 5px; height: 5px; min-width: 5px; border-radius: 50%; background: #b8924a; margin-top: 7px; } /* Footer */ .vrt-foot { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; padding: 1.3rem; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 2rem; align-items: start; } .vrt-foot-label { font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #888; display: block; margin-bottom: .75rem; } .vrt-badges { display: flex; flex-direction: column; gap: .4rem; } .vrt-badge { background: #fff; border: 1px solid #e5e5e5; border-radius: 20px; padding: .25rem .85rem; font-size: .78rem; color: #333; width: fit-content; } .vrt-dls { display: flex; flex-direction: column; gap: .45rem; } .vrt-dl { display: flex; align-items: center; gap: 9px; text-decoration: none; color: #1a1a1a; font-size: .75rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; padding: .6rem .85rem; background: #fff; border: 1px solid #e5e5e5; border-radius: 6px; transition: border-color .2s; } .vrt-dl:hover { border-color: #b8924a; } .vrt-dl img { width: 22px; height: 22px; object-fit: contain; opacity: .4; flex-shrink: 0; } .vrt-dl–off { opacity: .4; pointer-events: none; } @media(max-width:440px){.vrt-foot{grid-template-columns:1fr;gap:1.2rem;}}
See It In Action
The Vera Table Lamp is a hand-blown glass bell-flower that becomes the most noticed object on any surface it sits on — before it’s switched on and especially after. Three G9 bulbs diffuse warmly through the glass, filling the space around it with soft, even light that makes the room feel considered. Six colors. Plug it in anywhere. No decisions you’ll regret.
The lamp for people who don’t want to keep looking for a lamp.
🌸 Hand-Blown Glass 3 × G9 · Plug-In 🔆 Dimmer Compatible 6 Colors Ø 28 × H 32 cm
Why It Works
01 Soft, Even Light
Three G9 bulbs diffuse through hand-blown glass — the output is warm and directionless with no visible source and no harsh center. The glow belongs to the whole form, not any single bulb.
02 Fits Any Space
Green grounds a natural material room. Amber warms a neutral palette. White disappears into any space without disappearing from it. Every color is a considered choice — none of them are wrong choices.
03 Easy to Style
The bell-flower silhouette looks sculptural unlit and atmospheric when on. Place it next to books, ceramics, or plants and it reads as a collected arrangement — not a lamp that was added afterward.
Before & After
Without
- Surface reads as functional, not styled
- No warm light at table height
- Room feels complete but not finished
- No visual focal point on the nightstand
- Overhead light does all the work
With Vera
- Glass form is visible from across the room
- Warm pool of light at table height
- Room feels intentionally styled
- Nightstand has a clear visual anchor
- Light layers — ceiling and surface both working
Where It Works Best
🛏 Bedside
Warm and soft enough to wind down with. Reachable push-button switch. Pair with a dimmer for full evening-to-sleep control without leaving bed.
Push-button switch
🛋 Living Room
On a side table or console, the Vera adds a warm secondary layer to the room — glass color adds visual depth while the diffused output softens the ambient light from above.
Ambient layer
📚 Desk or Shelf
On a work surface or bookshelf, the sculptural form reads as part of a collected arrangement — it looks like it belongs alongside ceramics, books, and plants, not like a lamp that was added after.
Decorative presence
Better in Pairs
×2
Two Veras — the room looks finished. Two matching Veras flanking a bed create the bilateral symmetry that makes a bedroom feel designed. Each side gets its own warm light, its own switch, its own reading lamp. Order two of the same color for a formal pair — or mix: Amber + Green, or White + Pink. The forms hold together; the colors distinguish each side.
Details
Green · Purple · White · Brown · Amber · Pink
- Body: Hand-Blown Glass
- Size: Ø 28 × H 32 cm / 11″ × 12.6″
- Wiring: Plug-in — 59-inch cord
- Socket: G9 × 3
- Max bulb: 3 × 40W or LED equivalent
- Switch: Push-button
- Dimmer compatible (not included)
- Certified: North America · Australia · Europe · Middle East
Certifications
🌎 North America 🌏 Australia 🌍 Europe 🌍 Middle East
Downloads
Parameter Installation
Reviews
There are no reviews yet.