.rd-pdp { max-width: 680px; margin: 0 auto; padding: 24px 16px; font-family: -apple-system, 'Helvetica Neue', Arial, sans-serif; line-height: 1.55; font-size: 15px; box-sizing: border-box; } .rd-pdp *, .rd-pdp *::before, .rd-pdp *::after { box-sizing: border-box; } .rd-pdp p { margin: 0 0 12px; } .rd-pdp .tag-line { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; margin: 0 0 18px; font-weight: 500; } .rd-pdp .intro-text { font-size: 15px; margin: 0 0 14px; } .rd-pdp .section-label { font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600; margin: 0 0 16px; padding-bottom: 8px; border-bottom: 1px solid currentColor; } .rd-pdp .divider { height: 1px; border: none; margin: 28px 0; } .rd-pdp .video-frame { position: relative; padding-bottom: 56.25%; height: 0; border-radius: 6px; overflow: hidden; margin: 0 0 8px; } .rd-pdp .video-frame iframe { position: absolute; top:0; left:0; width: 100%; height: 100%; border: 0; } .rd-pdp .feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .rd-pdp .feat-card { padding: 16px 14px; border-radius: 6px; } .rd-pdp .feat-card h4 { font-size: 13px; margin: 0 0 6px; font-weight: 600; letter-spacing: 0.04em; } .rd-pdp .feat-card p { font-size: 13px; margin: 0; line-height: 1.45; } .rd-pdp .variant-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; } .rd-pdp .variant-card { border: 1px solid; border-radius: 6px; overflow: hidden; } .rd-pdp .variant-swatch { height: 90px; } .rd-pdp .variant-body { padding: 14px; } .rd-pdp .variant-body h4 { font-size: 14px; margin: 0 0 6px; font-weight: 600; } .rd-pdp .variant-body p { font-size: 13px; margin: 0; line-height: 1.5; } .rd-pdp .notice-block { padding: 14px 16px; border-left: 3px solid; border-radius: 4px; margin: 18px 0 0; } .rd-pdp .notice-block p { font-size: 13.5px; margin: 0; line-height: 1.55; } .rd-pdp .notice-block.warn { background: #fbe9ea; border-left-color: #b1342c; } .rd-pdp .notice-block.warn p { color: #5a1a14; } .rd-pdp .dim-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border: 1px solid; border-radius: 6px; overflow: hidden; margin: 0 0 18px; } .rd-pdp .dim-cell { padding: 14px 16px; } .rd-pdp .dim-cell + .dim-cell { border-left: 1px solid; border-color: inherit; } .rd-pdp .dim-val { font-size: 15px; font-weight: 600; margin: 0 0 4px; } .rd-pdp .dim-lbl { font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; margin: 0; } .rd-pdp .spec-table { width: 100%; border-collapse: collapse; font-size: 14px; } .rd-pdp .spec-table tr { border-bottom: 1px solid; } .rd-pdp .spec-table tr:last-child { border-bottom: none; } .rd-pdp .spec-table td { padding: 10px 4px; vertical-align: top; } .rd-pdp .spec-table td:first-child { width: 38%; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; padding-right: 12px; } .rd-pdp .install-list { list-style: none; padding: 0; margin: 0; } .rd-pdp .install-list li { padding: 10px 0; font-size: 14px; border-bottom: 1px solid; } .rd-pdp .install-list li:last-child { border-bottom: none; } .rd-pdp .dl-row { display: flex; flex-wrap: wrap; gap: 8px; } .rd-pdp .dl-btn { display: inline-block !important; padding: 10px 14px !important; background: transparent !important; color: #2a221a !important; text-decoration: none !important; text-align: center !important; border: 1px solid #2a221a !important; border-radius: 2px !important; font-size: 11px !important; font-weight: 500 !important; letter-spacing: 0.1em !important; text-transform: uppercase !important; transition: all .2s !important; white-space: nowrap !important; cursor: pointer; } .rd-pdp .dl-btn:hover { background: #2a221a !important; color: #ece1ce !important; } .rd-pdp .faq-item { padding: 12px 0; border-bottom: 1px solid; } .rd-pdp .faq-item:last-of-type { border-bottom: none; } .rd-pdp .faq-item summary { cursor: pointer; font-size: 14px; font-weight: 500; list-style: none; display: flex; justify-content: space-between; align-items: center; } .rd-pdp .faq-item summary::-webkit-details-marker { display: none; } .rd-pdp .faq-item summary span { font-size: 18px; font-weight: 300; transition: transform .2s; } .rd-pdp .faq-item[open] summary span { transform: rotate(45deg); } .rd-pdp .faq-item p { font-size: 13.5px; margin: 10px 0 0; line-height: 1.55; } /* Theme defined below in collection-specific section */ @media (max-width: 600px) { .rd-pdp .feat-grid { grid-template-columns: 1fr !important; } .rd-pdp .variant-grid { grid-template-columns: 1fr !important; } .rd-pdp .silhouette-grid { grid-template-columns: 1fr !important; } .rd-pdp .capability-grid { grid-template-columns: 1fr !important; } .rd-pdp .range-grid { grid-template-columns: 1fr !important; } } /* Collection-page specific styles */ .rd-pdp .silhouette-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; } .rd-pdp .silhouette-card { border: 1px solid; border-radius: 6px; overflow: hidden; } .rd-pdp .silhouette-figure { height: 110px; display: flex; align-items: center; justify-content: center; padding: 8px; } .rd-pdp .silhouette-figure svg { max-height: 100%; max-width: 100%; } .rd-pdp .silhouette-body { padding: 12px 14px; } .rd-pdp .silhouette-body h4 { font-size: 13px; margin: 0 0 4px; font-weight: 600; } .rd-pdp .silhouette-body p { font-size: 12.5px; margin: 0; line-height: 1.45; } .rd-pdp .capability-block { padding: 22px 20px; border-radius: 6px; margin: 0; } .rd-pdp .capability-block h3 { font-size: 18px; margin: 0 0 8px; font-weight: 600; letter-spacing: 0.01em; } .rd-pdp .capability-block .lead { font-size: 14.5px; margin: 0 0 18px; line-height: 1.55; } .rd-pdp .capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; } .rd-pdp .capability-item h5 { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; margin: 0 0 5px; font-weight: 600; } .rd-pdp .capability-item p { font-size: 13px; margin: 0; line-height: 1.5; } .rd-pdp .range-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .rd-pdp .range-cell { padding: 16px 14px; border: 1px solid; border-radius: 6px; text-align: center; } .rd-pdp .range-val { font-size: 18px; font-weight: 600; margin: 0 0 4px; letter-spacing: -0.01em; } .rd-pdp .range-lbl { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; margin: 0; } .rd-pdp .cta-block { padding: 24px 22px; border-radius: 6px; text-align: center; margin: 0; } .rd-pdp .cta-block h3 { font-size: 18px; margin: 0 0 6px; font-weight: 600; } .rd-pdp .cta-block p { font-size: 14px; margin: 0 0 16px; line-height: 1.5; } .rd-pdp .cta-button { display: inline-block; padding: 12px 28px; border-radius: 6px; text-decoration: none; font-size: 13px; letter-spacing: 0.06em; font-weight: 600; text-transform: uppercase; } .rd-pdp .sku-details { margin: 18px 0 0; } .rd-pdp .sku-details summary { cursor: pointer; padding: 12px 14px; border-radius: 6px; font-size: 13px; font-weight: 500; list-style: none; } .rd-pdp .sku-details summary::-webkit-details-marker { display: none; } .rd-pdp .sku-details summary::before { content: '▸ '; display: inline-block; transition: transform .2s; margin-right: 6px; } .rd-pdp .sku-details[open] summary::before { transform: rotate(90deg); } .rd-pdp .sku-list { padding: 16px 8px 4px; font-size: 12.5px; line-height: 1.7; } .rd-pdp .sku-list ul { list-style: none; padding: 0; margin: 0; } .rd-pdp .sku-list li { padding: 6px 0; border-bottom: 1px dotted; } .rd-pdp .sku-list li:last-child { border-bottom: none; } .rd-pdp .sku-group { margin: 0 0 22px; } .rd-pdp .sku-group h5 { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; margin: 0 0 8px; padding-bottom: 6px; border-bottom: 1px solid; } /* Page theme — Natural Stone (Spanish alabaster + brass) — Collection */ .rd-pdp { color: #2a221a; } .rd-pdp .section-label, .rd-pdp .feat-card h4 { color: #2a221a; } .rd-pdp .tag-line { color: #6b5a47; } .rd-pdp .intro-text { color: #3e342a; } .rd-pdp .divider { background: #d9cdb8; } .rd-pdp .feat-card, .rd-pdp .notice-block, .rd-pdp .video-frame, .rd-pdp .silhouette-figure { background: #ece1ce; } .rd-pdp .notice-block { border-left-color: #8a6a3a; } .rd-pdp .variant-card, .rd-pdp .dim-row, .rd-pdp .silhouette-card, .rd-pdp .range-cell { border-color: #c9b896; } .rd-pdp .spec-table tr, .rd-pdp .install-list li, .rd-pdp .faq-item, .rd-pdp .sku-list li, .rd-pdp .sku-group h5 { border-color: #d9cdb8; } .rd-pdp .spec-table td:first-child, .rd-pdp .dim-lbl, .rd-pdp .silhouette-body p, .rd-pdp .range-lbl { color: #9a8770; } .rd-pdp .capability-block { background: #2a221a; color: #f1ece2; } .rd-pdp .capability-block h3, .rd-pdp .capability-item h5 { color: #ece1ce; } .rd-pdp .capability-block .lead, .rd-pdp .capability-item p { color: #c9b896; } .rd-pdp .cta-block { background: #ece1ce; } .rd-pdp .cta-block h3 { color: #2a221a; } .rd-pdp .cta-block p { color: #5a4a3a; } .rd-pdp .cta-button { background: #2a221a; color: #ece1ce; } .rd-pdp .cta-button:hover { background: #1a1410; } .rd-pdp .sku-details summary { background: #ece1ce; color: #2a221a; } A Showroom Series · Spanish Alabaster · Made-To-Order A complete showroom series of Spanish alabaster wall sconces, hand-cut from natural stone quarried in Aragón, Spain. Every silhouette below is a real fixture from our showroom, and every silhouette can be customized — finish, dimensions, light source, and proportion — to fit your space. Alabaster is one of the few materials that lights up from within. Hold a bulb behind a slab of it and the stone glows with the warm cloud-veined translucency that no acrylic or resin imitator can match. Each piece in this series is unique: the veining patterns, color depth, and translucency vary block to block, and that variation is the point. See It In Action Why Spanish Alabaster Quarried in Aragón Sourced from the alabaster basin in Aragón, Spain — the world's premier source for translucent natural stone since the Roman era. Glows From Within Natural translucency lets warm light pass through the stone, casting a softer, more residential glow than glass or fabric. One-Of-A-Kind Veining Cloud-like veining, color depth, and translucency vary piece to piece — no two sconces are identical. The Series — Six Silhouette Families Cylindrical / Tubular Tall vertical alabaster cylinders cantilevered from a slim metal back-panel. Up-and-down light through open ends. Rectangular Block Slim rectangular alabaster slabs mounted flat or projecting. Architectural, low-profile, gallery-style installations. Stacked / Sculptural Multi-segment stone forms — discs, blocks, or organic stacks combined with brass connectors for sculptural drama. Long-Arm / Vanity Cantilevered arm pieces with alabaster shades — perfect for bath vanities, dressing rooms, and grooming spaces. Picture / Reading Horizontal alabaster panels mounted on extending arms — designed to wash artwork or serve as reading-wall lights. Multi-Tier Stack Vertical stacked-disc configurations — single, double, or triple-tier light columns for double-height spaces. Customize Anything This is a made-to-order series, not a fixed catalog. Every silhouette above is a starting point — we can adapt size, finish, light source, and proportion to your project. Any Size Scale up or down. We've made pieces from 13 cm compact accent sconces to 120 cm full-height columns. Any Finish Polished brass, antique brass, bronze, matte black, gold, walnut wood accents — name a finish, we'll match. Any Light Source G9 socket for replaceable bulbs, or integrated LED with 3000K warm white default and TRIAC-dimmable on request. Any Configuration Single light, multi-head clusters, stacked vertical tiers — built to spec from the smallest accent to grand statement walls. Any Light Direction Up-only, down-only, up-and-down dual, or wall-wash. We'll engineer the optic to suit the room. Hospitality Quantities Hotel and restaurant projects welcome — consistent matching across multiple units, with project pricing available. Sizing Range Across the Series H 13 cm Smallest Accent H 30 – 60 cm Standard Range H 120 cm Statement Column From small accent pieces beside a powder-room mirror up to full-height pillars for double-height entries, the series covers the entire scale spectrum of contemporary residential and hospitality wall lighting. If you need a size between or beyond these, we make it. Specifications At A Glance Material Hand-cut Spanish alabaster (quarried in Aragón) · Each piece is unique Body / Frame Brass · Antique brass · Bronze · Matte black · Gold · Black stainless steel · Walnut wood accents available Light Source G9 socket (bulb-replaceable) or integrated LED — choose at order Bulb Base (G9 versions) G9 socket · bulbs not included · warm white 2700K–3000K LED recommended Color Temperature (LED versions) Warm white 3000K default · 4000K neutral or 5000K daylight on request Dimming TRIAC-dimmable on request · pair with standard wall dimmer Voltage AC 110–240V · universal Mounting Hardwired to standard wall junction box · indoor only Series SKU RDW-090625 Lead Time Made-to-order · custom configurations may extend the standard timeline Best For Bedside walls · Bath vanities · Hallways & corridors · Stairwells · Hotel guestrooms & lobbies · Restaurant booths · Gallery walls · Modern Mediterranean & contemporary interiors Hand-cut natural stone. Each alabaster piece in this series is cut from a single block of Aragón stone — natural cloud veining, color depth, and translucency vary piece to piece. The stone in your finished sconce will not look identical to the photographs, and that's part of what makes alabaster the material it is. Photographs show representative character. Start a Custom Sconce Project Tell us your space, your finish preference, and the silhouette family you're drawn to. We'll come back with sizing options, lead time, and a quote. Contact Us for Custom Or email us directly at [email protected] Full Sizing Reference — All SKU Configurations G9 Socket Versions (Replaceable Bulbs) L 9 × W 13 × H 44.5 cm · L 3.5″ × W 5.1″ × H 17.5″ · Brass body, white alabaster L 9 × W 19 × H 23 cm · L 3.5″ × W 7.5″ × H 9.1″ · Brass body, white alabaster L 10 × H 20 cm · L 3.9″ × H 7.9″ · Bronze brass body, white alabaster L 10 × H 60 cm · L 3.9″ × H 23.6″ · Bronze brass body, white alabaster L 10 × H 23 cm · L 3.9″ × H 9.1″ · Brass body, white alabaster L 10 × H 47 cm · L 3.9″ × H 18.5″ · Brass body, white alabaster L 24.5 × H 47 cm · L 9.6″ × H 18.5″ · Brass body, white alabaster shade L 10 × H 34 cm · L 3.9″ × H 13.4″ · Brass body, white alabaster L 10 × H 52 cm · L 3.9″ × H 20.5″ · Brass body, white alabaster L 10 × W 10 × H 26 cm · L 3.9″ × W 3.9″ × H 10.2″ · Brass body, white alabaster L 12 × H 30 cm · L 4.7″ × H 11.8″ · Brass body, white alabaster (two finishes) W 12 × H 31 cm · W 4.7″ × H 12.2″ · Brass body, white alabaster L 13 × H 34 cm · L 5.1″ × H 13.4″ · Brass body, white alabaster L 13 × H 38 cm · L 5.1″ × H 15″ · Black aluminum body, walnut accents, white alabaster L 13 × W 16 × H 32 cm · L 5.1″ × W 6.3″ × H 12.6″ · Brass body, white alabaster L 15 × H 40 cm · L 5.9″ × H 15.7″ · Brass body, white alabaster L 16 × H 22 cm · L 6.3″ × H 8.7″ · Brass body, white alabaster L 16 × W 26 × H 33 cm · L 6.3″ × W 10.2″ × H 13″ · Brass body, white alabaster L 18 × H 32.5 cm · L 7.1″ × H 12.8″ · Gold metal body, white alabaster L 20 × H 20 cm · L 7.9″ × H 7.9″ · Brass body, white alabaster (two finishes) L 20 × W 8 × H 20 cm · L 7.9″ × W 3.1″ × H 7.9″ · Brass body, white alabaster L 20 × W 25 × H 50 cm · L 7.9″ × L 9.8″ × H 19.7″ · Black brass body, white alabaster L 25 × H 25 cm · L 9.8″ × H 9.8″ · Brass body, white alabaster L 30 × H 30 cm · L 11.8″ × H 11.8″ · Black brass body, white alabaster L 32 × W 14 × H 16.5 cm · L 12.6″ × W 5.5″ × H 6.5″ · Brass body, white alabaster L 32 × W 17 × H 27 cm · L 12.6″ × W 6.7″ × H 10.6″ · Brass body, white alabaster Integrated LED Versions (Default Warm White) L 5 × W 7 × H 50 cm · L 2″ × W 2.8″ × H 19.7″ · White alabaster L 6 × H 60/80/100 cm · L 2.4″ × H 23.6/31.5/39.4″ · Brass body, white alabaster L 8 × H 40/50/60/80 cm · L 3.2″ × H 15.7/19.7/23.6/31.5″ · Brass body, white alabaster L 8 × H 50 cm · L 3.1″ × H 19.7″ · ~24W · Gold metal body, white alabaster L 8 × H 60 cm · L 3.1″ × H 23.6″ · ~36W · Gold metal body, white alabaster L 9 × W 8 × H 39 cm · L 3.5″ × W 3.1″ × H 15.4″ · White alabaster L 10 × W 5 × H 30/45 cm · L 3.9″ × W 2″ × H 11.8/17.7″ · White alabaster L 12 × W 6 × H 60 cm · L 4.7″ × W 2.4″ × H 23.6″ · White alabaster L 12.5 × H 25.5/50 cm · L 4.9″ × H 10/19.7″ · Brass body, white alabaster L 12 × W 5 × H 40 cm · L 4.7″ × W 2″ × H 15.7″ · Gold metal body, white alabaster L 12 × H 50 cm · L 4.7″ × H 19.7″ · Brass body, white alabaster L 13 × H 51 cm · L 5.1″ × H 20.1″ · Brass body, white alabaster L 14 × W 7 × H 50 cm · L 5.5″ × W 2.8″ × H 19.7″ · Brass body, white alabaster L 15 × H 13/31/43 cm · L 5.9″ × H 5.1/12.2/16.9″ · 1/2/3 heads · ~5/10/15W · Black metal body, white alabaster L 15/20/25/30 × H 15/20/25/30 cm · L 5.9-11.8″ × H 5.9-11.8″ · Black metal body, white alabaster L 15 × H 55 cm · L 5.9″ × H 21.7″ · Brass body, white alabaster L 15/18/20/25 × W 7-8 × H 15/18/20/25 cm · Brass body, white alabaster L 15 × W 8 × H 48 cm · L 5.9″ × W 3.1″ × H 18.9″ · Black stainless steel body, alabaster shade L 16 × H 42.5 cm · L 6.3″ × H 16.7″ · Brass body, white alabaster L 24 × H 64 cm · L 9.4″ × H 25.1″ · Brass body, white alabaster L 16 × W 10 × H 65 cm · L 6.3″ × W 3.9″ × H 25.6″ · White alabaster L 15 × H 29 cm · L 5.9″ × H 11.4″ · Brass body, white alabaster L 18 × H 40 cm · L 7.1″ × H 15.7″ · Brass body, white alabaster L 18 × H 80/100/120 cm · L 7.1″ × H 31.5/39.4/47.2″ · Brass body, white alabaster L 20 × H 20 cm · L 7.9″ × H 7.9″ · Brass body, white alabaster L 20 × H 60/80 cm · L 7.9″ × H 23.6/31.5″ · Brass body, white alabaster L 16.5 × H 42.5 cm · L 6.5″ × H 16.7″ · Brass body, white alabaster L 20/25/30 × W 7 × H 20/25/30 cm · Brass body, white alabaster L 22 × W 13 × H 30 cm · L 8.7″ × W 5.1″ × H 11.8″ · White alabaster L 23 × H 36 cm · L 9.1″ × H 14.2″ · Brass body, white alabaster L 25 × H 25 cm · L 9.8″ × H 9.8″ · Brass body, white alabaster L 26 × H 21 cm · L 10.3″ × H 8.3″ · Black metal body, white alabaster L 29 × H 58 cm · L 11.5″ × H 23″ · Brass body, white alabaster W 20 × H 45 cm · W 7.9″ × H 17.7″ · Black brass body, white alabaster shade Downloads ↓ Spec Sheet ↓ Install Guide ↓ 3D Files