Rectangular Alabaster Wall Sconce
.alb-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; } .alb-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 — 2-col */ .alb-videos { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 2rem; } .alb-vbox { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 8px; background: #111; } .alb-vbox iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } @media(max-width:520px){ .alb-videos { grid-template-columns: 1fr; } } /* Intro */ .alb-intro { font-size: 1rem; color: #555; line-height: 1.8; margin-bottom: .8rem; } .alb-tagline{ font-size: 1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 1.2rem; } /* Pills */ .alb-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 2rem; } .alb-pill { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 20px; padding: .28rem .85rem; font-size: .78rem; color: #555; } /* Notice */ .alb-notice { background: #fff8ee; border: 1px solid #e8c87a; border-left: 3px solid #b8924a; border-radius: 6px; padding: .9rem 1.1rem; margin-bottom: 1rem; font-size: .84rem; color: #6f5630; line-height: 1.6; } .alb-notice strong:first-child { display: block; margin-bottom: .25rem; color: #6f5630; } /* Why — Docos cards */ .alb-why { display: grid; grid-template-columns: repeat(auto-fill,minmax(200px,1fr)); gap: 8px; margin-bottom: 2.4rem; } .alb-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; } .alb-wc-icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; } .alb-wc-title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } /* Scenes */ .alb-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; } .alb-sc { padding: 1.3rem 1.1rem; border-right: 1px solid #e5e5e5; } .alb-sc:last-child { border-right: none; } .alb-sc__icon { font-size: 1.2rem; display: block; margin-bottom: .6rem; } .alb-sc__name { font-size: .9rem; font-weight: 600; color: #1a1a1a; display: block; margin-bottom: .35rem; } .alb-sc__desc { font-size: .8rem; color: #555; line-height: 1.55; } .alb-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){ .alb-scenes{grid-template-columns:1fr;} .alb-sc{border-right:none;border-bottom:1px solid #e5e5e5;} .alb-sc:last-child{border-bottom:none;} } /* Colors */ .alb-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; } .alb-sw { width: 20px; height: 20px; border-radius: 50%; border: 2px solid rgba(0,0,0,.18); box-shadow: 0 1px 4px rgba(0,0,0,.12); background: linear-gradient(135deg,#f6f2e9,#e6dcc9); } /* Size */ .alb-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 */ .alb-specs { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; grid-template-columns: repeat(auto-fill,minmax(255px,1fr)); gap: 7px; } .alb-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; } .alb-specs li::before { content: ''; display: block; width: 5px; height: 5px; min-width: 5px; border-radius: 50%; background: #b8924a; margin-top: 7px; } .alb-specs li > span { min-width: 0; } .alb-specs strong { white-space: nowrap; } /* Footer */ .alb-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; } .alb-foot-label { font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #888; display: block; margin-bottom: .75rem; } .alb-badges { display: flex; flex-direction: column; gap: .4rem; } .alb-badge { background: #fff; border: 1px solid #e5e5e5; border-radius: 20px; padding: .25rem .85rem; font-size: .78rem; color: #333; width: fit-content; } .alb-dls { display: flex; flex-direction: column; gap: .45rem; } .alb-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; } .alb-dl:hover { border-color: #b8924a; } .alb-dl img { width: 22px; height: 22px; object-fit: contain; opacity: .4; flex-shrink: 0; } @media(max-width:440px){ .alb-foot { grid-template-columns: 1fr; gap: 1.2rem; } } See It In Action Overview This rectangular alabaster wall sconce joins polished, semi-translucent natural alabaster plates into a smooth, continuous surface. An integrated LED behind the stone lights it from within, so the natural veining, colors, and textures glow — each piece unique. A tall 25.6″ vertical form, damp-rated for bathrooms and covered outdoor areas, in White Alabaster with selectable warm (3000K) or cool (6000K) light. Backlit natural alabaster with a warm, stone glow. 🪨 Natural Alabaster 💡 Integrated LED · 3000K / 6000K 📏 Tall 25.6″ Form 💧 Damp-Rated 🔆 Dimmable Natural stone — each piece is unique. Alabaster is a natural material, and its patterns vary from piece to piece. The product you receive will differ from the images shown — the veining and markings are natural characteristics of the stone, not defects. Why It Works 🪨 Backlit Natural Alabaster The semi-translucent alabaster is lit from within, so the stone's natural veining, colors, and textures glow warmly. Each piece is unique — no two sconces share the same pattern. ▭ Joined Polished Plates Polished alabaster plates are expertly joined into a smooth, continuous rectangular surface — a clean, architectural form that lets the stone itself be the detail. 💡 Integrated LED · Warm or Cool · Damp-Rated A built-in LED (~50,000 hr, non-replaceable) offers selectable warm white (3000K) or cool light (6000K), dimmer compatible (switch sold separately). Damp-rated for bathrooms and covered outdoor areas. Where It Works Best 🛁 Bathroom & Hallway Being damp-rated, it works as a bathroom vanity sconce or lined along a hallway. The tall backlit stone reads as an architectural, spa-like detail where most walls get a plain fixture. Damp-rated 🛋 Living & Entry Flanking a fireplace, sofa, or entry, the glowing alabaster is a warm, natural focal point. Choose 6000K for a crisp, gallery feel or 3000K for a warmer, softer glow. 3000K or 6000K 🛏 Bedroom Mounted beside the bed, the backlit stone gives a soft, restful glow. On a dimmer it drops to a low, calming light for the evening — natural stone as a bedside feature. Dimmer — sold separately Color White Alabaster (natural veining varies per piece) Product Size L 16 × W 10 × H 65 cm / L 6.3″ × W 3.9″ × H 25.6″ Details Type: Wall sconce Body: Natural Alabaster — polished, semi-translucent Materials: Alabaster Color: White Alabaster (veining varies) Light: Integrated LED — ~50,000 hr, non-replaceable Color temp: 3000K / 6000K (warm or cool) Dimmer compatible (switch not included) Damp-rated — bathrooms & covered outdoor areas Certified: North America · Australia · Europe · Middle East Certifications 🌎 North America 🌏 Australia 🌍 Europe 🌍 Middle East Downloads Parameter Installation
More you might like
Related
Alabaster Rectangular Wall Sconce
Related
Rectangular Alabaster Wall Sconce
Related
Rectangular Alabaster Wall Sconce
Related