✦ Verified product
Lollipop Table Lamp
USD 179.00
Size
Plug Options
Docos
Verified independent store
→
.llt-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
: transparent; } .llt-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; } /* Video */ .llt-vbox { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 6px; background: #111; margin-bottom: 2rem; } .llt-vbox iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } /* Intro */ .llt-intro { font-size: 1rem; color: #555; line-height: 1.8; margin-bottom: .8rem; } .llt-tagline{ font-size: 1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 1.2rem; } /* Pills */ .llt-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 2rem; } .llt-pill { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 20px; padding: .28rem .85rem; font-size: .78rem; color: #555; } /* Why — Docos cards */ .llt-why { display: grid; grid-template-columns: repeat(auto-fill,minmax(200px,1fr)); gap: 8px; margin-bottom: 2.4rem; } .llt-wc { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #b8924a; border-radius: 6px; padding: .9rem 1rem; font-size: .85rem; color: #333; line-height: 1.55; } .llt-wc-icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; } .llt-wc-title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } /* Scenes */ .llt-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; } .llt-sc { padding: 1.3rem 1.1rem; border-right: 1px solid #e5e5e5; } .llt-sc:last-child { border-right: none; } .llt-sc__icon { font-size: 1.2rem; display: block; margin-bottom: .6rem; } .llt-sc__name { font-size: .9rem; font-weight: 600; color: #1a1a1a; display: block; margin-bottom: .35rem; } .llt-sc__desc { font-size: .8rem; color: #555; line-height: 1.55; } .llt-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){ .llt-scenes{grid-template-columns:1fr;} .llt-sc{border-right:none;border-bottom:1px solid #e5e5e5;} .llt-sc:last-child{border-bottom:none;} } /* Lights On / Off comparison */ .llt-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 2.4rem; } .llt-compare-item { position: relative; border-radius: 6px; overflow: hidden; border: 1px solid #e5e5e5; background: #f0f0f0; } .llt-compare-item img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; display: block; } .llt-compare-tag { position: absolute; bottom: 10px; left: 10px; background: rgba(255,255,255,.92); font-size: .68rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: #1a1a1a; padding: .32rem .8rem; border-radius: 20px; border: 1px solid #e5e5e5; } @media(max-width:480px){ .llt-compare{grid-template-columns:1fr;} } /* Colors */ .llt-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: 1rem; font-size: .85rem; color: #555; } .llt-swatches { display: flex; gap: 7px; } .llt-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); } .llt-sw--green { background: #4f8a5b; } .llt-sw--chrome { background: linear-gradient(135deg,#e8ebee,#a7afb6); } /* Size */ .llt-size { display: inline-flex; align-items: center; gap: 12px; background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: .75rem 1.2rem; font-size: .9rem; color: #1a1a1a; margin-bottom: 1rem; } /* Specs */ .llt-specs { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; grid-template-columns: repeat(auto-fill,minmax(255px,1fr)); gap: 7px; } .llt-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; } .llt-specs li::before { content: ''; display: block; width: 5px; height: 5px; min-width: 5px; border-radius: 50%; background: #b8924a; margin-top: 7px; } .llt-specs strong { white-space: nowrap; } /* Footer */ .llt-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; } .llt-foot-label { font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #888; display: block; margin-bottom: .75rem; } .llt-badges { display: flex; flex-direction: column; gap: .4rem; } .llt-badge { background: #fff; border: 1px solid #e5e5e5; border-radius: 20px; padding: .25rem .85rem; font-size: .78rem; color: #333; width: fit-content; } .llt-dls { display: flex; flex-direction: column; gap: .45rem; } .llt-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; } .llt-dl:hover { border-color: #b8924a; } .llt-dl img { width: 22px; height: 22px; object-fit: contain; opacity: .4; flex-shrink: 0; } @media(max-width:440px){.llt-foot{grid-template-columns:1fr;gap:1.2rem;}} See It In Action The Lollipop Table Lamp pairs a sleek chrome stem with a rounded, apple-like glass top — a playful, modern silhouette that gives a soft, comforting ambient glow. An integrated warm-white LED (3000K) is built in, and it plugs into a standard outlet with a push-button switch. At Ø 11″ × H 11.8″, it suits a side table, console, or desk. In Green or Chrome. A chrome stem and a rounded glass apple. 🍎 Rounded Glass Apple Top ✨ Sleek Chrome Stem 💡 Integrated Warm-White LED 🔌 Plug-In · Push-Button Green · Chrome Why It Works 🍎 Playful Apple-Lollipop Form A rounded glass top on a slim chrome stem gives a clean, modern silhouette with a playful edge — a small sculptural object that adds character to a side table or desk, lit or unlit. 💡 Integrated Warm-White LED A built-in LED at 3000K warm white glows softly through the glass for a comforting ambient light, with an average 50,000-hour lifespan. Dimmer compatible (switch sold separately). The LED is integrated and not replaceable. 🔌 Plug-In & Push-Button A 59-inch cord with plug means no wiring — set it anywhere near an outlet. A push-button switch on the lamp makes on/off simple, right where you sit. Where It Works Best 🛋 Side Table On a side table beside a sofa, the glass top gives a warm ambient pool of light and a playful design accent. The Green reads as a bold color note; the Chrome keeps it sleek and reflective. Ambient accent 🖥 Desk & Console On a desk, console, or entry table, the compact 28 cm footprint fits easily and the push-button switch is right at hand. Plug-in wiring makes placement effortless. Compact footprint 🛏 Bedside As a nightstand lamp, the warm 3000K glow is soft and restful. Dial it down on a dimmer for a low evening light — a small, characterful piece beside the bed. Dimmer — sold separately Lights On, Lights Off Off On Colors Green · Chrome Product Size Dia 28 cm × H 30 cm / ∅ 11″ × H 11.8″ Details Top: Glass — rounded apple form Stem: Chrome metal Materials: Metal & Glass Colors: Green · Chrome Light: Integrated LED — ~50,000 hr, non-replaceable Color temp: Warm White 3000K Switch: Push-button Power: Plug-in — 59-inch cord with plug Dimmer compatible (switch not included) Certified: North America · Saudi Arabia · Europe · Australia Certifications 🌎 North America 🌙 Saudi Arabia 🌍 Europe 🌏 Australia Downloads Parameter Installation