✦ Verified product
Ekeby Ceramics Table Lamp
USD 335.00
Size
Plug Options
Docos
Verified independent store
→
/* ─── Base ─────────────────────────────────────────────── */ .ect-wrap { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; color: #1a1a1a;
line-height: 1.75; max-width: 860px; margin: 0 auto; background: transparent; } .ect-section-title { font-size: 0.72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #1a1a1a; border-bottom: 1.5px solid #b8924a; padding-bottom: .45rem; margin: 2.6rem 0 1.2rem; } /* ─── § 1 HERO ──────────────────────────────────────────── */ .ect-hero-hook { font-size: 1.15rem; font-weight: 500; color: #1a1a1a; line-height: 1.65; margin-bottom: .9rem; border-left: 3px solid #b8924a; padding-left: 1rem; } .ect-hero-body { font-size: .93rem; color: #555; line-height: 1.85; margin-bottom: 1.4rem; } .ect-hero-pts { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: .5rem; } .ect-hero-pt { display: flex; align-items: center; gap: 7px; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 20px; padding: .3rem .9rem; font-size: .8rem; color: #555; font-weight: 500; } /* ─── § 2 WHY YOU'LL LOVE IT ───────────────────────────── */ .ect-why { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-bottom: 2rem; } @media(max-width:480px){ .ect-why { grid-template-columns: 1fr; } } .ect-wc { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #b8924a; border-radius: 6px; padding: .95rem 1rem; font-size: .86rem; color: #444; line-height: 1.6; } .ect-wc-icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; } .ect-wc-title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } /* ─── § 3 USE SCENARIOS ─────────────────────────────────── */ .ect-scenarios { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-bottom: 2rem; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 8px; overflow: hidden; } .ect-scenario { padding: 1.3rem 1.15rem; border-right: 1px solid #e5e5e5; } .ect-scenario:last-child { border-right: none; } .ect-scenario__icon { font-size: 1.3rem; display: block; margin-bottom: .55rem; } .ect-scenario__name { font-size: .92rem; font-weight: 600; color: #1a1a1a; display: block; margin-bottom: .35rem; } .ect-scenario__desc { font-size: .82rem; color: #555; line-height: 1.6; } .ect-scenario__tag { display: block; margin-top: .75rem; font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #b8924a; } @media(max-width:520px){ .ect-scenarios { grid-template-columns: 1fr; } .ect-scenario { border-right: none; border-bottom: 1px solid #e5e5e5; } .ect-scenario:last-child { border-bottom: none; } } /* ─── Color cards ────────────────────────────────────────── */ .ect-colors-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 8px; margin-bottom: 2rem; } .ect-color-card { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; padding: .8rem 1rem; display: flex; align-items: center; gap: 10px; font-size: .85rem; color: #333; font-weight: 500; } .ect-sw { width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0; border: 2px solid rgba(0,0,0,.1); box-shadow: 0 1px 4px rgba(0,0,0,.12); } .ect-sw--white { background: #f5f5f2; border-color: #ccc; } .ect-sw--brown { background: #7c5c3e; } .ect-sw--black { background: #2a2a2a; } .ect-sw--beige { background: #d9cbb8; } /* ─── Product Size ───────────────────────────────────────── */ .ect-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 ──────────────────────────────────────────────── */ .ect-specs { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); gap: 7px; } .ect-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; } .ect-specs li::before { content: ''; display: block; width: 5px; height: 5px; min-width: 5px; border-radius: 50%; background: #b8924a; margin-top: 7px; } .ect-specs strong { white-space: nowrap; } /* ─── Footer ─────────────────────────────────────────────── */ .ect-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; } .ect-foot-label { font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #888; display: block; margin-bottom: .75rem; } .ect-badges { display: flex; flex-direction: column; gap: .4rem; } .ect-badge { background: #fff; border: 1px solid #e5e5e5; border-radius: 20px; padding: .25rem .85rem; font-size: .78rem; color: #333; width: fit-content; } .ect-dls { display: flex; flex-direction: column; gap: .45rem; } .ect-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; } .ect-dl:hover { border-color: #b8924a; } .ect-dl img { width: 22px; height: 22px; object-fit: contain; opacity: .4; flex-shrink: 0; } @media(max-width:440px){ .ect-foot { grid-template-columns: 1fr; gap: 1.2rem; } } Ekeby Ceramics Table Lamp A ceramic base that earns its place on every surface it touches. The Ekeby starts with the thing most table lamps skip entirely: the base. Handcrafted ceramic in a form that reads as both sculptural and grounded — the kind of object that improves the shelf, nightstand, or console it sits on even before the lamp is switched on. The fabric shade diffuses the bulb into a warm, even glow that fills the immediate space without demanding attention. At 40 cm wide and 38 cm tall, the Ekeby is scaled for real rooms — present enough to be noticed, calm enough to live with every day. Plug in, push the button, and the room settles into something quieter. 🏺 Handcrafted Ceramic Base 🌿 Fabric Shade · Warm Diffused Glow 🔌 Plug-In · No Electrician Needed Why You'll Love It 🏺 The Base Is the Design Most table lamps are defined by their shade. The Ekeby is defined by its ceramic base — the handcrafted texture gives the object weight and presence in daylight. It's a piece worth having on the shelf whether or not the bulb is on. 🌕 Warm Light, Fabric-Soft The fabric shade wraps the bulb in a diffused, even glow that spreads softly into the room without hot spots or harsh directionality. Pair with a dimmer (sold separately) to move between a bright reading light and a low, candlelit evening presence. 🔌 Plug-In — No Installation Required The Ekeby arrives with a 59-inch cord and plug — place it anywhere within reach of an outlet and it's ready. No hardwiring, no electrician, no ceiling access required. Move it from room to room as the space changes around it. Where It Lives Best 🛏 Bedside Table At nightstand height, the Ekeby's ceramic base is the last thing you see before sleep and the first thing you reach for in the morning. The push-button switch sits within easy reach on the cord, and the fabric shade keeps the light warm and unhurried — bright enough to read by, soft enough to drift off under. Dimmer — sold separately 🛋 Living Room On a side table or console beside a sofa, the Ekeby creates a warm pool of ambient light that makes the seating area feel more intimate than overhead lighting does. Choose Brown or Beige to warm the room further, or Black for a more architectural contrast. Layered ambient light 🪴 Shelf or Console On a bookshelf, sideboard, or entryway console, the handcrafted ceramic base earns its place among books, vessels, and objects — a sculptural presence with a practical function. The 59-inch cord gives generous reach to nearby outlets. Sculptural accent light Colors White Brown Black Beige Product Size Dia 40 cm × H 38 cm / ∅ 15.7″ × H 14.9″ Details Base: Handcrafted Ceramics Shade: Fabric Materials: Metal, Ceramics & Fabric Power: Plug-in — 59-inch cord with plug Switch: Push-button on cord Socket: E26 or E27 Max bulb: 40W incandescent or LED equivalent Dimmer compatible (switch not included) Use: Indoor only Certified: North America · Australia · Europe · Saudi Arabia Certifications 🌎 North America 🌏 Australia 🌍 Europe 🌙 Saudi Arabia Downloads Parameter Installation 3D Files