Rectangular Alabaster Essence Wall Sconce
/* ===== Vidir Rectangular Alabaster Essence Sconce Story — Editorial Fold ===== */ .vm3{ --ink:#2d1810;--mah:#5C3220;--mah-dk:#3d2014;--mah-lt:#8a4f37; --gold:#c9a36b;--gold-soft: #e6c89a;--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; } .vm3 *{box-sizing:border-box;} /* ===== Fold shell ===== */ .vm3-fold{border:1px solid var(--mah);overflow:hidden;background:#fff;} /* ===== Editorial header (the hook) ===== */ .vm3-fold > summary{ list-style:none;cursor:pointer;position:relative; display:flex;align-items:stretch;min-height:128px; } .vm3-fold > summary::-webkit-details-marker{display:none;} /* left vertical brand bar */ .vm3-rail{ flex:0 0 64px;background:var(--mah);color:var(--gold-soft); display:flex;align-items:center;justify-content:center;position:relative; } .vm3-rail span{ writing-mode:vertical-rl;transform:rotate(180deg); font-size:11px;letter-spacing:.34em;text-transform:uppercase;font-weight:600;white-space:nowrap; } .vm3-rail::after{content:"";position:absolute;right:0;top:14px;bottom:14px;width:1px;background:rgba(230,200,154,.35);} /* main title zone */ .vm3-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; } .vm3-fold > summary:hover .vm3-main{background:linear-gradient(180deg,var(--cream) 0%,#f3e9e1 100%);} .vm3-kick{display:flex;align-items:center;gap:10px;margin-bottom:10px;} .vm3-kick .vm3-rule{height:1px;width:34px;background:var(--gold);} .vm3-kick .vm3-kick-t{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--mah-lt);font-weight:600;} .vm3-main h2{font-family:var(--serif);font-size:1.55em;font-weight:500;color:var(--ink);margin:0 0 10px;letter-spacing:.3px;line-height:1.22;} .vm3-main h2 em{color:var(--mah);font-style:italic;} .vm3-teaser{font-size:.9em;color:#7a6456;margin:0;line-height:1.55;max-width:640px;} .vm3-teaser b{color:var(--mah);font-weight:600;} /* right open zone — rectangular panel motif */ .vm3-open{ flex:0 0 132px;border-left:1px solid var(--line); display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px; background:#fff;transition:background .35s ease; } .vm3-fold > summary:hover .vm3-open{background:var(--cream);} .vm3-panel{ width:24px;height:46px;border-radius:6px;position:relative; background:linear-gradient(160deg,#f6ecdc 0%,#ecd9b8 45%,#e6c89a 78%,#d8b483 100%); box-shadow:inset -3px 0 6px rgba(120,80,40,.26),inset 3px 0 5px rgba(255,250,240,.6),0 0 12px rgba(230,200,154,.5); } .vm3-panel::before{content:"";position:absolute;top:9px;left:6px;width:5px;height:24px;border-radius:3px;background:rgba(255,251,242,.5);filter:blur(1px);} .vm3-panel::after{content:"";position:absolute;inset:0;border-radius:6px;border:1px solid rgba(201,163,107,.5);} .vm3-open .vm3-open-t{font-size:10px;letter-spacing:.16em;text-transform:uppercase;font-weight:600;color:var(--mah-lt);} .vm3-open .vm3-arrow{font-size:1.1em;color:var(--gold);transition:transform .35s ease;line-height:1;} .vm3-fold[open] .vm3-open .vm3-arrow{transform:rotate(180deg);} .vm3-fold:not([open]) .vm3-open .vm3-panel{animation:vm3Glow 2.8s ease-in-out infinite;} @keyframes vm3Glow{0%,100%{box-shadow:inset -3px 0 6px rgba(120,80,40,.26),inset 3px 0 5px rgba(255,250,240,.6),0 0 8px rgba(230,200,154,.4);}50%{box-shadow:inset -3px 0 6px rgba(120,80,40,.26),inset 3px 0 5px rgba(255,250,240,.6),0 0 20px rgba(230,200,154,.85);}} /* ===== Body ===== */ .vm3-body{padding:0 30px 38px;background:var(--cream);} .vm3-fold[open] .vm3-inner{animation:vm3Reveal .42s ease;} @keyframes vm3Reveal{from{opacity:0;transform:translateY(-8px);}to{opacity:1;transform:translateY(0);}} /* ===== Story sections (UNCHANGED structure) ===== */ .vm3 .story-section{margin:24px 0;padding:30px 28px;background:#fff;border:1px solid var(--line);position:relative;overflow:hidden;transition:all .4s ease;} .vm3 .story-section:hover{border-color:#c9a890;box-shadow:0 8px 25px rgba(92,50,32,.08);} .vm3 .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%);} .vm3 .story-header{display:flex;align-items:baseline;gap:16px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid var(--line);} .vm3 .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;} .vm3 .story-titles{flex:1;} .vm3 .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;} .vm3 .story-title-sub{font-family:var(--serif);font-size:.95em;color:var(--mah-lt);font-style:italic;margin:0;letter-spacing:.2px;} .vm3 .story-content{font-size:.95em;color:#5a4a3f;line-height:1.85;margin:0;letter-spacing:.1px;} /* ===== Feature image (UNCHANGED) ===== */ .vm3 .story-image-wrap{margin:40px 0;text-align:center;} .vm3 .story-image-wrap img{max-width:100%;height:auto;border-radius:2px;box-shadow:0 12px 35px rgba(92,50,32,.12);} .vm3 .image-caption{font-family:var(--serif);font-size:.88em;color:#8a7060;font-style:italic;margin-top:16px;letter-spacing:.5px;} /* ===== Comparison table (UNCHANGED) ===== */ .vm3 .compare-wrap{margin:40px 0 10px;} .vm3 .compare-header{text-align:center;margin-bottom:28px;} .vm3 .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);} .vm3 .compare-line{display:block;width:50px;height:1px;background:var(--mah);margin:0 auto 15px;} .vm3 .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;} .vm3 .compare-subtitle{font-size:.92em;color:#8a7060;font-style:italic;margin-top:8px;} .vm3 .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);} .vm3 .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;} .vm3 .compare-table thead th:first-child{width:18%;background:var(--mah-dk);} .vm3 .compare-table thead th.col-ours{width:41%;background:var(--mah);position:relative;} .vm3 .compare-table thead th.col-ours::after{content:'★';position:absolute;top:50%;right:18px;transform:translateY(-50%);color:#f5c98e;font-size:1.1em;} .vm3 .compare-table thead th.col-theirs{width:41%;background:#6b4a3a;color:#d9c5b8;} .vm3 .compare-table tbody tr{border-bottom:1px solid #f0e6dc;transition:background .3s ease;} .vm3 .compare-table tbody tr:last-child{border-bottom:none;} .vm3 .compare-table tbody tr:hover{background:var(--cream);} .vm3 .compare-table td{padding:18px 22px;vertical-align:top;line-height:1.6;} .vm3 .compare-table td.feature-name{font-family:var(--serif);font-weight:500;color:var(--ink);background:var(--cream);border-right:1px solid #f0e6dc;} .vm3 .compare-table td.ours{color:var(--mah-dk);font-weight:500;background:rgba(92,50,32,.03);border-right:1px solid #f0e6dc;} .vm3 .compare-table td.theirs{color:#8a7060;} /* ===== Mobile ===== */ @media (max-width:768px){ .vm3-fold > summary{flex-wrap:wrap;min-height:0;} .vm3-rail{flex:0 0 100%;writing-mode:horizontal-tb;padding:10px;} .vm3-rail span{writing-mode:horizontal-tb;transform:none;} .vm3-rail::after{display:none;} .vm3-main{padding:20px 18px;order:2;flex:1 1 70%;} .vm3-main h2{font-size:1.2em;} .vm3-open{flex:0 0 30%;order:3;border-left:1px solid var(--line);} .vm3-body{padding:0 16px 28px;} .vm3 .story-section{padding:24px 18px;margin:16px 0;} .vm3 .story-num{font-size:1.8em;} .vm3 .story-title-main{font-size:1.15em;} .vm3 .compare-table{font-size:.78em;} .vm3 .compare-table td,.vm3 .compare-table thead th{padding:12px 10px;} .vm3 .compare-table thead th{font-size:.85em;} .vm3 .compare-header h3{font-size:1.3em;} } Vidirlighting · Alabaster The story behind the lightCarved from real stone — why this rectangular sconce is alabasterA single block of earth, shaped into a softly sculpted column beside your bed, mirror, or hallway:Unrepeatable veiningSoft healing glowHand-carved & polished Read ⌄ 01 Nature's Gift, Carved from the Earth Every panel is a singular piece of natural stone This rectangular alabaster wall sconce is cut from a single block of natural alabaster — a mineral formed over thousands of years of geological sedimentation. Its refined geometric silhouette and soft flowing curves are carved by hand, and no two panels share the same veining, hue, or translucency. The cloud-like marbling that glows across your natural stone sconce exists nowhere else on earth — nature's fingerprints, making this an irreplicable work of art that belongs to no one else but you. 02 A Light That Breathes Healing warmth, never harsh What makes alabaster captivating is its rare ability to glow without revealing the source. The integrated LED fills the stone with a warm 3000K glow that filters out all glare and softens into a calm, atmospheric light. In an instant the cold edges of a bedroom, hallway, or vanity dissolve, replaced by a quiet, healing presence — exactly the kind of warm alabaster wall light designers reach for as a sculptural bedside or mirror accent. 03 The Touch of Craftsmanship Hand-polished, never machine-made Each raw stone is studied repeatedly by skilled artisans, then cut and shaped into the sconce's clean rectangular form with its signature softened curves. From coarse to fine grit, every surface passes through multiple stages of hand-polishing until it reveals a matte, silken sheen, finished with a hand-applied gold or white metal base. Every curve is the trace of a craftsman's hand — evidence that this sculptural alabaster sconce was made, not manufactured. 04 An Heirloom of Time Built to age, not to fade Natural alabaster possesses remarkable durability and physical stability. Unlike resin or acrylic, it will not yellow under the warmth of the light, nor release any chemical odor. Hardwired and built for standard US electrical boxes, this modern alabaster sconce endures the test of time unfazed. As decades pass, a subtle patina settles into the surface, deepening the stone's character and making this organic-modern wall sconce feel even more grounded and refined. — Crafted from natural alabaster, illuminated by warm light — Recommended Choice Why Natural Alabaster, Not Resin A side-by-side comparison of materials Dimension Natural Alabaster Resin / Faux Stone Glass Touch Warm and smooth like jade, with the substantial weight of natural stone Cold or plasticky, lightweight and hollow-feeling Light Transmission Semi-translucent crystalline interior—light reveals layered depth and dimension Flat, uniform transparency—light passes through without character or life Durability A natural mineral that never yellows or fades, even after decades Ages quickly, may release odors when heated by the light source Uniqueness Each piece has its own veining—genuinely one of a kind Mass-produced from molds—every unit looks identical /* ===== Vidir Rectangular Alabaster — Decorative Panel & Pair Module ===== */ .vdp{ --ink:#2d1810;--mah:#5C3220;--mah-dk:#3d2014;--mah-lt:#8a4f37; --gold:#c9a36b;--gold-soft:#e6c89a;--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; } .vdp *{box-sizing:border-box;} /* header */ .vdp-head{text-align:center;margin:0 auto 32px;max-width:760px;} .vdp-line{display:block;width:50px;height:1px;background:var(--mah);margin:0 auto 15px;} .vdp-eyebrow{font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:var(--mah-lt);font-weight:600;display:block;margin-bottom:12px;} .vdp-head h2{font-family:var(--serif);font-size:1.7em;font-weight:400;color:var(--ink);margin:0;letter-spacing:.5px;} .vdp-head h2 em{color:var(--mah);font-style:italic;} .vdp-head p{font-size:.95em;color:#7a6456;line-height:1.7;margin:14px auto 0;max-width:640px;} /* two-col feature */ .vdp-cols{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-bottom:34px;} .vdp-col{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff;display:flex;flex-direction:column;transition:border-color .35s,box-shadow .35s,transform .35s;} .vdp-col:hover{border-color:#d8b483;box-shadow:0 12px 30px rgba(92,50,32,.1);transform:translateY(-3px);} .vdp-art{background:linear-gradient(165deg,#faf6f0 0%,#f1e9df 100%);position:relative;padding:24px;display:flex;align-items:center;justify-content:center;min-height:250px;border-bottom:1px solid var(--line);} .vdp-art svg{width:100%;height:auto;max-height:230px;} .vdp-tag{position:absolute;top:14px;left:14px;background:var(--mah);color:#fff;font-size:.66em;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:5px 12px;border-radius:50px;} .vdp-info{padding:22px 24px 24px;} .vdp-info h3{font-family:var(--serif);font-size:1.22em;font-weight:500;color:var(--ink);margin:0 0 8px;} .vdp-info p{font-size:.88em;color:#5a4a3f;line-height:1.62;margin:0 0 12px;} .vdp-info p b{color:var(--mah);} .vdp-best{display:block;font-size:.74em;letter-spacing:.03em;text-transform:uppercase;color:#a8854f;font-weight:700;border-top:1px solid var(--line);padding-top:11px;} /* pair tip bar */ .vdp-tip{display:flex;align-items:center;gap:16px;flex-wrap:wrap;background:linear-gradient(135deg,var(--mah) 0%,var(--mah-dk) 100%);color:#fff;border-radius:8px;padding:22px 28px;} .vdp-tip .ic{flex:0 0 auto;width:40px;height:40px;color:var(--gold-soft);} .vdp-tip .ic svg{width:100%;height:100%;} .vdp-tip .tx{flex:1;min-width:240px;} .vdp-tip .tx h4{font-family:var(--serif);font-size:1.15em;font-weight:500;margin:0 0 5px;color:#fff;} .vdp-tip .tx p{margin:0;font-size:.88em;color:var(--gold-soft);line-height:1.55;} .vdp-tip .tx b{color:#fff;} @media (max-width:768px){ .vdp-head h2{font-size:1.4em;} .vdp-cols{grid-template-columns:1fr;} .vdp-tip{flex-direction:column;text-align:center;} } Made for US Walls Fits Your Wall, Your Way Built to mount cleanly on a standard US electrical box — with an optional brass decorative panel to cover it — and just as beautiful installed as a symmetrical pair. ① Decorative Panel US electrical box Ø 4.7″ / 12 cm Optional Cover Panel This wall light is compatible with standard US junction boxes. You can install an optional 4.7-inch (12 cm) diameter decorative backplate to completely cover the junction box, creating a neat and refined look. Add a Ø4.7-inch panel when purchasing. ② Matching Pair mirror 28–40″ apart Mount as a Symmetrical Pair Order two (look for the "*2" size option for a better price) and mount them 28–40″ apart to frame a mirror, bed, or doorway with balanced, glare-free light. best for vanities · bedsides · entries Buying two? Save with the pair option For a symmetrical look, choose the size marked "*2" on the product page — two sconces priced better together. Each panel is hand-carved from natural alabaster, so your pair is beautifully matched yet never identical. Hardwired and built for standard US electrical boxes; we recommend a qualified electrician for install. Add an artistic touch and elegant ambiance to your space with this rectangular alabaster wall lamp. Crafted from a single piece of high-quality natural alabaster, this wall lamp features exquisite geometric contours and soft, flowing curves, creating a harmonious interplay of forms. When illuminated, the stone emits a soft, warm glow, highlighting its unique texture and adding depth and serene beauty to the wall it adorns. This wall lamp perfectly blends sculptural art with the beauty of light and shadow. It is more than just a light fixture; it is a perfect embodiment of timeless design and natural beauty. Whether used in a hallway, living room, or as a sophisticated accent beside a bed or mirror, this alabaster wall lamp will bring refined elegance and a unique charm to your space. 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. Note: If you need to buy two, please buy the size with this (*2) logo, the price of two together is more favorable. Note: This light fixture is compatible with standard American electrical boxes. An optional decorative panel with a diameter of 12 cm / 4.7 inches, suitable for American electrical boxes, can be added. Without this decorative panel, the fixture will be smaller than the electrical box. Details Material: Metal, Alabaster Light source: Integrated LED Kelvin range: Warm White (3000K) Power: Max 60W Voltage: AC 110-240V Mounting: Wall Environment: Indoor Factory shipment: 5-10 days on average to prepare Finishes: Gold, White Alabaster Shade Color: White Process: Electroplating, Polishing, Cutting Control method: push button switch (not dimmable) Product Size Size: L 6.5cm x W 8cm x H 35cm / L 2.6″ x W 3.1″ x H 13.8″ Size: L 6.5cm x W 8cm x H 60cm / L 2.6″ x W 3.1″ x H 23.6″ Download Support Specifications Installation Instructions Placement Guide Where to Mount Your Rectangular Alabaster Wall Sconce This slim, vertical column of natural alabaster casts a soft, glare-free warm glow that flatters any wall it touches. Whether you choose the compact 13.8″ (35 cm) size or the statement 23.6″ (60 cm) column, the rules below tell you exactly how high and how far apart to set it so the light falls beautifully — and so it pairs cleanly with a standard U.S. electrical box. ▸ Open the Complete Lighting Installation Guide for U.S. Homes Floor eye level ≈ 60–66″ Rectangular alabaster column Center 60–66″ from finished floor Pair: 28–40″ apart flanking a mirror or bed Center height: 60–66″ Pair spacing: 28–40″ Hallway: 8–10 ft apart Hardwired · U.S. junction box Optional 4.7″ backplate Bathroom & Vanity A spa-like, mirror-flattering glow. Mount a matching pair flanking the mirror — centers about 60–66″ from the floor and roughly 28–40″ apart — and keep both outside the direct shower spray zone. Bedside & Reading A calming bedside reading light that frees your nightstand. Mount so the top of the column sits near seated eye level, about 4–6″ out from the bed edge so the warm light pools softly without glare. Hallway & Corridor A rhythm of warm vertical light down a long wall. Set centers at 60–66″ and space multiple sconces 8–10 ft apart for an even, gallery-like flow. The tall 23.6″ size reads best here. Entryway & Foyer A luminous first impression. Mount at 60–66″, about 6–10″ to the side of a console or mirror to greet guests with a soft, stone-warm welcome. Living Room A sculptural accent beside artwork, a sofa, or a fireplace. Mount at 60–66″; flanking a fireplace, keep a level pair about 6–12″ out from each side of the mantel. Staircase & Nook A quiet focal point for stair walls and cozy corners. Step each sconce up to follow the incline, keeping the center about 60–66″ above each tread. Installation How to Install the Rectangular Alabaster Sconce This is a hardwired wall sconce with an integrated LED — there is no plug, cord, or bulb to change. It mounts to a standard U.S. junction box. Most homeowners with basic DIY experience can fit it, but for safety and code compliance we always recommend a licensed electrician. Before you begin — gather your tools Screwdriver Power drill Voltage tester Wire connectors Level Ladder / step stool Safety glasses & gloves Safety first: Switch off power at the breaker before any work, then use a voltage tester to confirm the wires are dead. If you are ever unsure about electrical work, stop and call a professional. 1 Mark position & cut power Hold the sconce against the wall, use a level, and lightly mark the center at 60–66″. Turn off the breaker and confirm the line is dead with a voltage tester. Marking first reduces wall damage and keeps a pair perfectly aligned. 2 Secure the mounting bracket Fix the included bracket to your U.S. junction box using the supplied screws. Give it a gentle pull to confirm it is solid and doesn’t wobble. If you want the optional 4.7″ (12 cm) decorative backplate to fully cover the box, fit it at this stage. 3 Connect the wires Match hot to hot (black), neutral to neutral (white), and ground to ground (green / bare copper). Cap each connection with a wire nut and confirm no bare copper is exposed. Tuck the wires neatly back into the box. 4 Attach the alabaster column & test Carefully seat the wired sconce onto the bracket and tighten the screws so the column sits flush and level — no tilt or wobble. Restore power at the breaker, switch on, and enjoy the warm, honey-amber glow of genuine natural stone. Questions, Answered Rectangular Alabaster Wall Sconce FAQ What is the sconce actually made of — is it real alabaster? The column is carved from a single block of natural alabaster — genuine translucent stone, not resin, acrylic, faux-stone, or glass. The soft cloud-like marbling is the stone’s own veining, so every piece is one of a kind. Slight variation in pattern and tone from piece to piece is natural and is the mark of authentic stone, not a defect. What sizes does the rectangular alabaster sconce come in? Two heights: a compact H 13.8″ (35 cm) and a taller H 23.6″ (60 cm) column, both a slim L 2.6″ × W 3.1″. The shorter size suits bedside, vanity, and tight walls; the taller size makes a striking statement in hallways, entryways, and living rooms. Need a custom size? Contact us — we offer customization. What finishes are available? The metal hardware comes in brushed gold and white, so you can match your existing fixtures. The alabaster shade itself is the same natural white stone across both finishes — each with its own unique veining. Does it use a bulb, or is the LED built in? It features a built-in LED light, eliminating the need to purchase or replace bulbs. Its color temperature is set to a warm 3000K (warm white light). Is it dimmable? Its fixed 3000K warm white light output is designed to provide a cozy, inviting atmosphere right out of the box. If you require a dimmable configuration, please contact our team before placing your order. Will it fit a standard U.S. electrical box? Yes — it is designed to mount to a standard American junction box. Because the slim body is narrower than a typical box, we offer an optional 4.7″ (12 cm) decorative backplate panel that fully covers the box for a clean, finished look. Without the panel, the fixture base will be smaller than the box opening. How high should I mount it? As a general rule, mount the center about 60–66″ from the floor (roughly eye level). As a bedside reading light, mount a little lower toward seated eye level. Flanking a vanity mirror, set a pair 28–40″ apart. In a hallway, space sconces 8–10 ft apart for even rhythm. How is it installed — do I need an electrician? The sconce is hardwired to a wall electrical box (no plug or visible cord). Detailed instructions are included and most DIYers can manage it, but for a safe, code-compliant mount we recommend a qualified electrician. Always switch off power at the breaker and confirm the wires are dead before any work. Is it suitable for a bathroom or vanity? Yes — it’s a popular choice as a vanity sconce flanking a mirror. Mount it away from direct water spray (outside the shower zone) and have it wired by a professional. Local electrical codes for bathroom fixtures vary, so an electrician is the safest choice. Will my sconce look exactly like the photos? Because alabaster is a natural stone, each column carries its own unique veining and subtle color variation. Your piece shares the same character and quality shown in the photos, but the exact pattern is one of a kind — an inherent feature of genuine natural stone, never a defect. How do I clean and care for natural alabaster? Simply dust with a soft, dry cloth. Avoid harsh chemical cleaners, abrasive pads, and excess water, which can dull the natural finish. With minimal care, the stone develops a gentle patina over the years that only deepens its character. Does it work on U.S. voltage? Yes. The fixture runs on AC 110–240V and is fully compatible with standard U.S. household power (110–120V). It ships ready for North American installation.
More you might like
Related
Rectangular Alabaster Essence Wall Sconce
Related
Alabaster Essence Wall Sconce
Related
Alabaster Essence Wall Sconce
Related