Romi Table Lamp
/* ===== Vidir Romi Alabaster Table Lamp Story — Editorial Fold ===== */ .vrl{ --ink:#2d1810;--mah:#5C3220;--mah-dk:#3d2014;--mah-lt:#8a4f37; --gold:#c9a36b;--gold-soft:#e6c89a;--b rass:#c9a45f;--brass-dk:#9a7838;--cream:#faf6f2;--line:#eee6dd; --serif:Georgia,"Times New Roman",serif; --sans:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; max-width:1100px;margin:30px auto;font-family:var(--sans);color:var(--ink);line-height:1.7; } .vrl *{box-sizing:border-box;} /* ===== Fold shell ===== */ .vrl-fold{border:1px solid var(--mah);overflow:hidden;background:#fff;border-radius:6px;} /* ===== Header: right globe-lamp emblem ===== */ .vrl-fold > summary{ list-style:none;cursor:pointer;position:relative; display:flex;align-items:stretch;min-height:150px; } .vrl-fold > summary::-webkit-details-marker{display:none;} /* main title zone (left) */ .vrl-main{ flex:1;min-width:0;padding:26px 30px;display:flex;flex-direction:column;justify-content:center; background:linear-gradient(180deg,#fff 0%,var(--cream) 100%);transition:background .35s ease; } .vrl-fold > summary:hover .vrl-main{background:linear-gradient(180deg,var(--cream) 0%,#f3e9e1 100%);} .vrl-kick{display:flex;align-items:center;gap:10px;margin-bottom:10px;} .vrl-kick .vrl-rule{height:1px;width:34px;background:var(--gold);} .vrl-kick .vrl-kick-t{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--mah-lt);font-weight:600;} .vrl-main h2{font-family:var(--serif);font-size:1.5em;font-weight:500;color:var(--ink);margin:0 0 10px;letter-spacing:.3px;line-height:1.24;} .vrl-main h2 em{color:var(--mah);font-style:italic;} .vrl-teaser{font-size:.9em;color:#7a6456;margin:0;line-height:1.55;max-width:600px;} .vrl-teaser b{color:var(--mah);font-weight:600;} /* right globe-lamp emblem (dark) */ .vrl-emblem{ flex:0 0 140px;background:linear-gradient(160deg,#2a211b 0%,#171210 100%); display:flex;align-items:center;justify-content:center;position:relative; } .vrl-emblem::before{content:"";position:absolute;left:0;top:16px;bottom:16px;width:1px;background:rgba(230,200,154,.25);} .vrl-lamp{width:84px;height:120px;} .vrl-lamp svg{width:100%;height:100%;display:block;} .vrl-fold:not([open]) .vrl-globe{transform-box:fill-box;transform-origin:center;animation:vrlGlow 3.4s ease-in-out infinite;} @keyframes vrlGlow{0%,100%{opacity:.72;}50%{opacity:1;}} /* far-right open zone */ .vrl-open{ flex:0 0 104px;border-left:1px solid var(--line); display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px; background:#fff;transition:background .35s ease; } .vrl-fold > summary:hover .vrl-open{background:var(--cream);} .vrl-open .vrl-open-t{font-size:10px;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:var(--mah-lt);} .vrl-open .vrl-arrow{font-size:1.15em;color:var(--gold);transition:transform .35s ease;line-height:1;} .vrl-fold[open] .vrl-open .vrl-arrow{transform:rotate(180deg);} /* ===== Body ===== */ .vrl-body{padding:0 30px 38px;background:var(--cream);} .vrl-fold[open] .vrl-inner{animation:vrlReveal .42s ease;} @keyframes vrlReveal{from{opacity:0;transform:translateY(-8px);}to{opacity:1;transform:translateY(0);}} /* ===== Story sections ===== */ .vrl .story-section{margin:24px 0;padding:30px 28px;background:#fff;border:1px solid var(--line);position:relative;overflow:hidden;transition:all .4s ease;} .vrl .story-section:hover{border-color:#c9a890;box-shadow:0 8px 25px rgba(92,50,32,.08);} .vrl .story-section::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,var(--mah) 0%,var(--mah-lt) 100%);} .vrl .story-header{display:flex;align-items:baseline;gap:16px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid var(--line);} .vrl .story-num{font-family:var(--serif);font-size:2.2em;font-weight:300;color:var(--mah);line-height:1;letter-spacing:-1px;flex-shrink:0;} .vrl .story-titles{flex:1;} .vrl .story-title-main{font-family:var(--serif);font-size:1.35em;font-weight:500;color:var(--ink);margin:0 0 4px;line-height:1.3;letter-spacing:.3px;} .vrl .story-title-sub{font-family:var(--serif);font-size:.95em;color:var(--mah-lt);font-style:italic;margin:0;letter-spacing:.2px;} .vrl .story-content{font-size:.95em;color:#5a4a3f;line-height:1.85;margin:0;letter-spacing:.1px;} .vrl .story-content strong{color:var(--mah-dk);} /* ===== Feature image (UNCHANGED) ===== */ .vrl .story-image-wrap{margin:40px 0;text-align:center;} .vrl .story-image-wrap img{max-width:100%;height:auto;border-radius:2px;box-shadow:0 12px 35px rgba(92,50,32,.12);} .vrl .image-caption{font-family:var(--serif);font-size:.88em;color:#8a7060;font-style:italic;margin-top:16px;letter-spacing:.5px;} /* ===== Comparison table (structure UNCHANGED) ===== */ .vrl .compare-wrap{margin:40px 0 10px;} .vrl .compare-header{text-align:center;margin-bottom:28px;} .vrl .recommended-badge{display:inline-block;background:var(--mah);color:#fff;padding:7px 22px;border-radius:50px;font-size:.7em;letter-spacing:2px;font-weight:600;text-transform:uppercase;margin-bottom:12px;box-shadow:0 4px 12px rgba(92,50,32,.2);} .vrl .compare-line{display:block;width:50px;height:1px;background:var(--mah);margin:0 auto 15px;} .vrl .compare-header h3{font-family:var(--serif);font-size:1.6em;font-weight:400;color:var(--ink);margin:0;letter-spacing:.5px;border:none;padding:0;} .vrl .compare-subtitle{font-size:.92em;color:#8a7060;font-style:italic;margin-top:8px;} .vrl .compare-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e8ddd3;font-size:.92em;box-shadow:0 4px 20px rgba(92,50,32,.06);} .vrl .compare-table thead th{padding:18px 20px;font-family:var(--serif);font-weight:500;font-size:1em;letter-spacing:.5px;text-align:left;color:#fff;} .vrl .compare-table thead th:first-child{width:18%;background:var(--mah-dk);} .vrl .compare-table thead th.col-ours{width:41%;background:var(--mah);position:relative;} .vrl .compare-table thead th.col-ours::after{content:'★';position:absolute;top:50%;right:18px;transform:translateY(-50%);color:#f5c98e;font-size:1.1em;} .vrl .compare-table thead th.col-theirs{width:41%;background:#6b4a3a;color:#d9c5b8;} .vrl .compare-table tbody tr{border-bottom:1px solid #f0e6dc;transition:background .3s ease;} .vrl .compare-table tbody tr:last-child{border-bottom:none;} .vrl .compare-table tbody tr:hover{background:var(--cream);} .vrl .compare-table td{padding:18px 22px;vertical-align:top;line-height:1.6;} .vrl .compare-table td.feature-name{font-family:var(--serif);font-weight:500;color:var(--ink);background:var(--cream);border-right:1px solid #f0e6dc;} .vrl .compare-table td.ours{color:var(--mah-dk);font-weight:500;background:rgba(92,50,32,.03);border-right:1px solid #f0e6dc;} .vrl .compare-table td.theirs{color:#8a7060;} /* ===== Mobile ===== */ @media (max-width:768px){ .vrl-fold > summary{flex-wrap:wrap;min-height:0;} .vrl-main{padding:20px 18px;order:1;flex:1 1 100%;} .vrl-main h2{font-size:1.2em;} .vrl-emblem{flex:0 0 60%;order:2;min-height:130px;} .vrl-emblem::before{display:none;} .vrl-open{flex:0 0 40%;order:3;border-left:1px solid var(--line);} .vrl-body{padding:0 16px 28px;} .vrl .story-section{padding:24px 18px;margin:16px 0;} .vrl .story-num{font-size:1.8em;} .vrl .story-title-main{font-size:1.15em;} .vrl .compare-table{font-size:.78em;} .vrl .compare-table td,.vrl .compare-table thead th{padding:12px 10px;} .vrl .compare-table thead th{font-size:.85em;} .vrl .compare-header h3{font-size:1.3em;} } The story behind the lightWhy this lamp is real alabaster stone, not resinA glowing globe of natural stone on a brass base, on your bedside, desk, or console:Unrepeatable veining · Warm, moonlit glow · Sculptural on or off Read ⌄ 01 Carved from the Earth Every alabaster globe is one of a kind The globe shade of this alabaster table lamp is hand-carved from genuine natural alabaster — a translucent stone formed over thousands of years. No two globes share the same veining, hue, or translucency, so the warm marbling that glows through your alabaster lamp exists nowhere else on earth. It's not resin, not faux stone, not plastic — it's a genuine piece of the earth, and it belongs to no one else but you. 02 A Warm, Moonlit Glow Soft, healing, never harsh What makes alabaster captivating is its rare ability to glow without revealing the source. As light fills the stone globe, it filters out all glare and softens into a warm, honey-amber glow — like the light of a full moon. In an instant a bedside, desk, or console settles into a calm, healing warmth, exactly the atmospheric quality designers reach for in fine alabaster lighting, and a glow no printed resin shade can imitate. 03 Brass Base, Sculptural Form Perfect bedside & desk scale The pale, glowing globe sits on a slim brass-finish base, pairing the organic warmth of natural stone with refined metal for an elevated, organic-modern look. Compact enough for a nightstand, desk, or side table yet with the substantial, quality weight of real stone, this natural stone table lamp is a sculptural accent — as beautiful unlit by day as it is glowing at night. 04 An Heirloom of Time Built to age, not to fade Natural alabaster has been treasured for centuries for one reason: it endures. Unlike a resin or faux-stone shade that yellows and grows brittle under the warmth of the bulb, natural stone keeps its color and character for decades. Its genuine, substantial weight is the first thing customers notice that tells them they've received the real thing. In two sizes for any surface, this alabaster bedside lamp only deepens in character as the years pass — an heirloom, not a trend. — Crafted from natural alabaster stone, illuminated by warm light — Recommended Choice Why Natural Alabaster, Not Resin A side-by-side comparison of materials Dimension Natural Alabaster Resin / Faux Stone Touch & Texture Warm, smooth stone like jade, with a substantial, real weight Cold or plasticky, lightweight and hollow-feeling Light Transmission Semi-translucent stone reveals layered depth—light glows with genuine character Flat, uniform transparency—light passes through without life or warmth Durability Natural stone keeps its color for decades and never yellows under the bulb Resin yellows and grows brittle when heated over time Uniqueness Each stone globe's veining and grain are genuinely one of a kind Mass-produced from molds—every unit looks identical Romi Table Lamp — A spherical bedside or desk lamp crafted from natural stone. Its spherical shade is hand-carved from natural alabaster and paired with a slender brass base; the unique amber veining and cloud-like mottling evoke the enchanting atmosphere of a full moonlit night. As light diffuses through the stone, a soft, soothing warmth spreads across your nightstand, desk, or entryway console, creating an ambiance unmatched by ordinary lampshades. Compact yet rich in texture, this alabaster lamp resembles a fine sculptural artwork—captivating whether unlit during the day or glowing at night. Natural Alabaster Sphere — The round shade is crafted from genuine alabaster, a translucent stone that diffuses light into a soft, gentle halo. Brass Base — The brass base exudes a sophisticated style that blends natural elements with modern design, serving as a visual focal point in the room whether the lamp is on or off. Plug-in Design with Switch — Ready to use right out of the box, featuring a 150cm power cord and a plug equipped with an on/off switch. Natural Alabaster — Natural and Unique Textures As alabaster is a natural stone, every piece possesses its own unique texture and subtle variations in color. Consequently, the actual product may differ from the images displayed. This is an inherent characteristic of natural stone and does not constitute a quality defect. Details Material: Brass, Alabaster Light source: LED bulb or Edison bulb Light source base type: G9 Power: Max 40W Voltage: AC 110-240V Mounting: Table Environment: Indoor Factory shipment: 5-10 days to prepare on average Finishes: Gold, White Process: Frosting, Electroplating, Polishing Control method: Push-Button Switch (Support bulb dimming) Q: Does it support dimming? A: Whether it supports dimming depends on what type of bulb you buy. If you buy a dimming bulb, This lamp will achieve a dimming function. We provide 150cm / 59″ wires with switch plugs. Can be extended upon request. Product Size Size: Dia 15cm x H 20cm / ∅ 5.9″ x H 7.9″ Size: Dia 20cm x H 25cm / ∅ 7.9″ x H 9.8″ /* ===== Vidir Romi Alabaster Table Lamp — Size + Placement + Setup + FAQ ===== */ .vrs{ --ink:#2d1810;--mah:#5C3220;--mah-dk:#3d2014;--mah-lt:#8a4f37; --gold:#c9a36b;--gold-soft:#e6c89a;--brass:#c9a45f;--brass-dk:#9a7838;--cream:#faf6f2;--line:#eee6dd; --serif:Georgia,"Times New Roman",serif; --sans:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; max-width:1100px;margin:36px auto;font-family:var(--sans);color:var(--ink);line-height:1.7; } .vrs *{box-sizing:border-box;} /* header */ .vrs-head{text-align:center;margin:0 auto 30px;padding-bottom:20px;border-bottom:1px solid var(--line);max-width:800px;} .vrs-line{display:block;width:50px;height:1px;background:var(--mah);margin:0 auto 15px;} .vrs-eyebrow{font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:var(--mah-lt);font-weight:600;display:block;margin-bottom:12px;} .vrs-head h2{font-family:var(--serif);font-size:1.62em;font-weight:400;color:var(--ink);margin:0;letter-spacing:.5px;} .vrs-head h2 em{color:var(--mah);font-style:italic;} .vrs-head p{font-size:.95em;color:#7a6456;line-height:1.7;margin:13px auto 0;max-width:640px;} /* ===== size table ===== */ .vrs-tablewrap{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff;margin-bottom:14px;box-shadow:0 4px 20px rgba(92,50,32,.05);overflow-x:auto;} .vrs-table{width:100%;border-collapse:collapse;font-size:.9em;min-width:520px;} .vrs-table thead th{background:var(--mah);color:#fff;font-family:var(--serif);font-weight:500;font-size:.98em;letter-spacing:.4px;text-align:left;padding:15px 20px;} .vrs-table thead th:first-child{background:var(--mah-dk);width:22%;} .vrs-table thead th:nth-child(2){width:28%;} .vrs-table tbody tr{border-bottom:1px solid #f0e6dc;transition:background .25s ease;} .vrs-table tbody tr:last-child{border-bottom:none;} .vrs-table tbody tr:nth-child(even){background:#fdfaf6;} .vrs-table tbody tr:hover{background:var(--cream);} .vrs-table td{padding:14px 20px;vertical-align:top;line-height:1.55;} .vrs-table td.cfg{font-family:var(--serif);font-weight:600;color:var(--mah-dk);} .vrs-table td.dim{color:var(--mah-lt);font-size:.88em;} .vrs-table td.rooms{color:#5a4a3f;} .vrs-note{font-size:.84em;color:#8a7060;font-style:italic;margin:0 0 34px;text-align:center;} /* ===== placement cards ===== */ .vrs-psub{text-align:center;margin:0 auto 22px;max-width:680px;} .vrs-psub h3{font-family:var(--serif);font-size:1.3em;font-weight:500;color:var(--ink);margin:0 0 8px;} .vrs-psub p{font-size:.9em;color:#7a6456;margin:0;} .vrs-places{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:44px;} .vrs-place{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff;transition:border-color .35s,box-shadow .35s,transform .35s;} .vrs-place:hover{border-color:#c9a890;box-shadow:0 10px 26px rgba(92,50,32,.1);transform:translateY(-3px);} .vrs-place-art{background:linear-gradient(170deg,#fbf7f1 0%,#f2ebe1 100%);position:relative;padding:16px;display:flex;align-items:flex-start;justify-content:center;min-height:176px;border-bottom:1px solid var(--line);} .vrs-place-art svg{height:100%;width:auto;max-height:156px;} .vrs-place-tag{position:absolute;top:12px;left:12px;background:var(--mah);color:#fff;font-size:.64em;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:5px 10px;border-radius:50px;z-index:2;} .vrs-place-info{padding:16px 20px 18px;} .vrs-place-info h4{font-family:var(--serif);font-size:1.06em;font-weight:500;color:var(--ink);margin:0 0 5px;} .vrs-place-info p{font-size:.83em;color:#5a4a3f;line-height:1.56;margin:0;} .vrs-place-info b{color:var(--mah);} /* ===== COLLAPSIBLE SETUP ===== */ .vrs-foldwrap{margin:0 0 46px;} .vrs-fold{border:1px solid var(--mah);overflow:hidden;background:#fff;border-radius:6px;} .vrs-fold > summary{list-style:none;cursor:pointer;position:relative;display:flex;align-items:center;gap:18px;padding:22px 26px;background:linear-gradient(180deg,#fff 0%,var(--cream) 100%);transition:background .35s ease;} .vrs-fold > summary::-webkit-details-marker{display:none;} .vrs-fold > summary:hover{background:linear-gradient(180deg,var(--cream) 0%,#f3e9e1 100%);} .vrs-fbadge{flex:0 0 46px;width:46px;height:46px;border-radius:50%;background:linear-gradient(160deg,var(--mah) 0%,var(--mah-dk) 100%);display:flex;align-items:center;justify-content:center;color:var(--gold-soft);} .vrs-fbadge svg{width:24px;height:24px;} .vrs-ftext{flex:1;min-width:0;} .vrs-ftext .vrs-feyebrow{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--mah-lt);font-weight:600;display:block;margin-bottom:5px;} .vrs-ftext h3{font-family:var(--serif);font-size:1.25em;font-weight:500;color:var(--ink);margin:0;letter-spacing:.3px;} .vrs-ftext p{margin:4px 0 0;font-size:.85em;color:#7a6456;} .vrs-farrow{flex:0 0 auto;font-size:1.2em;color:var(--gold);transition:transform .35s ease;line-height:1;} .vrs-fold[open] .vrs-farrow{transform:rotate(180deg);} .vrs-fbody{padding:8px 26px 30px;background:var(--cream);} .vrs-fold[open] .vrs-finner{animation:vrsReveal .42s ease;} @keyframes vrsReveal{from{opacity:0;transform:translateY(-8px);}to{opacity:1;transform:translateY(0);}} /* steps */ .vrs-steps{margin-top:18px;} .vrs-step{display:grid;grid-template-columns:64px 1fr;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff;margin-bottom:14px;transition:border-color .35s,box-shadow .35s,transform .3s;} .vrs-step:last-child{margin-bottom:0;} .vrs-step:hover{border-color:#c9a890;box-shadow:0 8px 24px rgba(92,50,32,.09);transform:translateX(3px);} .vrs-step-n{background:linear-gradient(165deg,var(--mah) 0%,var(--mah-dk) 100%);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;} .vrs-step-n .num{font-family:var(--serif);font-size:1.5em;line-height:1;} .vrs-step-n .ic{width:22px;height:22px;color:var(--gold-soft);} .vrs-step-n .ic svg{width:100%;height:100%;} .vrs-step-b{padding:18px 24px;} .vrs-step-b h4{font-family:var(--serif);font-size:1.16em;font-weight:500;color:var(--ink);margin:0 0 6px;} .vrs-step-b p{margin:0;font-size:.9em;color:#5a4a3f;line-height:1.65;} .vrs-step-b p b{color:var(--mah);} /* ===== FAQ ===== */ .vrs-acc{max-width:880px;margin:0 auto;} .vrs-item{border-bottom:1px solid var(--line);} .vrs-item:first-child{border-top:1px solid var(--line);} .vrs-item summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 4px;font-family:var(--serif);font-size:1.08em;color:var(--ink);transition:color .2s ease;} .vrs-item summary::-webkit-details-marker{display:none;} .vrs-item summary:hover{color:var(--mah);} .vrs-qico{position:relative;flex:0 0 17px;width:17px;height:17px;} .vrs-qico::before,.vrs-qico::after{content:"";position:absolute;background:var(--mah);transition:transform .3s ease,opacity .3s ease;} .vrs-qico::before{top:8px;left:0;width:17px;height:1.6px;} .vrs-qico::after{top:0;left:8px;width:1.6px;height:17px;} .vrs-item[open] .vrs-qico::after{transform:scaleY(0);opacity:0;} .vrs-ans{padding:0 4px 20px;font-size:.9em;color:#5a4a3f;line-height:1.78;max-width:800px;} .vrs-ans strong{color:var(--ink);} .vrs-ans em{color:#8a7060;} @media (max-width:768px){ .vrs-head h2{font-size:1.32em;} .vrs-places{grid-template-columns:1fr;} .vrs-table td,.vrs-table thead th{padding:12px 14px;} .vrs-fold > summary{padding:18px;} .vrs-ftext h3{font-size:1.1em;} .vrs-fbody{padding:4px 16px 24px;} } Size, Placement & Setup Guide Choose Your Size & Set It Up in Minutes A plug-in lamp that's ready out of the box — no wiring, no electrician. Pick the size for your surface, place it, and switch on. Size Dimensions Best Suited For Small ∅ 5.9″ × H 7.9″(15 × 20cm) Nightstands, desks, narrow shelves, bathroom counters, cozy corners Large ∅ 7.9″ × H 9.8″(20 × 25cm) Side tables, consoles, sideboards, larger nightstands, living room accents Both sizes come in a Gold + White finish, with a 150cm (59″) cord and switch plug. US / UK / AU / EU plug options available. Where it shines A warm, moonlit glow for any surface — pair two for a symmetrical look. Bedside on a nightstand Bedside & Bedroom A warm, low glow for winding down — the small size fits a nightstand perfectly. Desk on a desk or shelf Desk & Shelf A soft, glare-free accent light for a desk, bookshelf, or reading corner. Console a pair on a console Console & Living Room The large size, or a pair, anchors a console, sideboard, or side table beautifully. Setup GuideSet Up in Three Simple StepsPlug-in and ready to go — tap to view ⌄ 1 Unbox & Place Unpack carefully and handle the alabaster globe gently, as it's genuine natural stone. Set the lamp on your nightstand, desk, or console near a power outlet. 2 Fit the Bulb Insert a G9 bulb (Max 40W) into the socket if it isn't pre-fitted. For a warm, moonlit glow, choose a warm-white bulb; use a dimmable G9 bulb if you'd like to dim. 3 Plug In & Switch On Plug the 150cm (59″) cord into a wall outlet and use the switch on the cord/plug to turn it on. That's it — no wiring, no electrician needed. Questions, Answered Romi Alabaster Table Lamp FAQ What sizes are available, and which should I choose? Two sizes: Small ∅5.9″×H7.9″ for nightstands, desks, and narrow shelves; and Large ∅7.9″×H9.8″ for side tables, consoles, and larger surfaces. Both come in a Gold + White finish. Many customers buy a pair for a symmetrical look. Is the shade real alabaster? Yes — the globe shade is hand-carved from genuine natural alabaster stone, never resin or faux stone. The veining and warm glow are one of a kind, so slight variation between pieces is the mark of authentic stone, not a defect. Is it plug-in or hardwired? It's plug-in — it comes with a 150cm (59″) cord and a switch plug, ready to use out of the box with no wiring or electrician needed. US, UK, AU, and EU plug options are available. What bulb does it use, and is it dimmable? It uses a G9-base bulb. ). (Please purchase dimmable bulbs if dimming functionality is required.) Where does this alabaster lamp work best? It's ideal on a bedside table, desk, console, or living room side table — anywhere you want a warm, sculptural accent and a soft, healing glow. The small size suits nightstands and desks; the large size suits consoles and side tables. How do I care for the alabaster and brass? Wipe both gently with a soft, dry cloth. Avoid water, harsh chemicals, and abrasive pads — alabaster is a porous natural stone. With simple care, this alabaster table lamp keeps its warm character for years.
More you might like
Related
Romi Table Lamp
Related
Romi Table Lamp
Related
Romia Table Lamp
Related