Marisca Alabaster Wall Sconce
.vk-maris-wrap { --vk-maris-bg: #ffffff; --vk-maris-bg-card: #f7f0e6; --vk-maris-bg-deep: #ecdfc7; --vk-maris-border: #ddd3c0; --vk-maris-border-lt: #e5dcc6; --vk-maris-accent: #b0 8862; --vk-maris-accent-dk: #5a4a32; --vk-maris-accent-lt: #c9a875; --vk-maris-accent-bg: #f0e3c6; --vk-maris-accent-bdr: #c8a778; --vk-maris-text: #2a211a; --vk-maris-text-mid: #5a4a3b; --vk-maris-text-light: #978674; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-maris-text); line-height: 1.72; font-size: 14.5px; } .vk-maris-wrap * { box-sizing: border-box; } .vk-maris-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-maris-text-mid); } .vk-maris-wrap a { color: var(--vk-maris-accent-dk); text-decoration: underline; } .vk-maris-wrap .vk-maris-section { margin-bottom: 2.6rem; } .vk-maris-wrap .vk-maris-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-maris-wrap .vk-maris-sec-line { flex: 1; height: 0.5px; background: var(--vk-maris-border); } .vk-maris-wrap .vk-maris-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-maris-accent-dk); white-space: nowrap; } .vk-maris-wrap strong { color: var(--vk-maris-text); font-weight: 600; } /* Features grid (3 columns) */ .vk-maris-wrap .vk-maris-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-maris-wrap .vk-maris-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-maris-border); border-radius: 12px; background: var(--vk-maris-bg-card); } .vk-maris-wrap .vk-maris-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-maris-accent-bg); border: 0.5px solid var(--vk-maris-accent-bdr); color: var(--vk-maris-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-maris-wrap .vk-maris-feat-icon svg { fill: none; } .vk-maris-wrap .vk-maris-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-maris-text); margin-bottom: 6px; line-height: 1.35; } .vk-maris-wrap .vk-maris-feat-desc { font-size: 12px; color: var(--vk-maris-text-mid); line-height: 1.55; } /* Dimensions / cards grid (2 columns) */ .vk-maris-wrap .vk-maris-size-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; } .vk-maris-wrap .vk-maris-size-card { padding: 14px 14px 16px; border: 0.5px solid var(--vk-maris-border); border-radius: 12px; background: var(--vk-maris-bg-card); } .vk-maris-wrap .vk-maris-size-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vk-maris-accent-dk); margin-bottom: 6px; } .vk-maris-wrap .vk-maris-size-name { font-size: 14px; font-weight: 700; color: var(--vk-maris-text); margin-bottom: 5px; line-height: 1.3; } .vk-maris-wrap .vk-maris-size-meta { font-size: 11.5px; color: var(--vk-maris-text-mid); line-height: 1.55; margin-bottom: 8px; } .vk-maris-wrap .vk-maris-size-spec { font-size: 11px; color: var(--vk-maris-text-light); line-height: 1.55; } .vk-maris-wrap .vk-maris-size-spec strong { color: var(--vk-maris-accent-dk); font-weight: 700; } /* Critical notice */ .vk-maris-wrap .vk-maris-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-maris-accent-bdr); border-left: 3px solid var(--vk-maris-accent); border-radius: 10px; background: var(--vk-maris-accent-bg); } .vk-maris-wrap .vk-maris-notice .vk-maris-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-maris-accent-dk); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; margin-top: 1px; } .vk-maris-wrap .vk-maris-notice .vk-maris-notice-body { font-size: 12.5px; color: var(--vk-maris-text-mid); line-height: 1.6; } .vk-maris-wrap .vk-maris-notice .vk-maris-notice-body strong { color: var(--vk-maris-accent-dk); font-weight: 600; } .vk-maris-wrap .vk-maris-notice .vk-maris-notice-body strong:first-child { display: block; margin-bottom: 4px; font-size: 13px; } /* Warning callout */ .vk-maris-wrap .vk-maris-warn { display: flex; gap: 12px; align-items: flex-start; padding: 12px 14px; border: 0.5px solid #d4a373; border-left: 3px solid #b06438; border-radius: 10px; background: #fbf2e6; margin-top: 12px; } .vk-maris-wrap .vk-maris-warn-ico { width: 20px; height: 20px; border-radius: 50%; background: #b06438; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; flex-shrink: 0; margin-top: 1px; } .vk-maris-wrap .vk-maris-warn-body { font-size: 12px; color: var(--vk-maris-text-mid); line-height: 1.55; } .vk-maris-wrap .vk-maris-warn-body strong { color: #8a4820; font-weight: 600; } .vk-maris-wrap .vk-maris-warn-body strong:first-child { display: block; margin-bottom: 3px; font-size: 12.5px; } /* Specifications */ .vk-maris-wrap .vk-maris-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-maris-border); border-radius: 14px; overflow: hidden; } .vk-maris-wrap .vk-maris-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-maris-border-lt); display: flex; align-items: flex-start; background: var(--vk-maris-bg-card); gap: 16px; } .vk-maris-wrap .vk-maris-spec-item:last-child { border-bottom: 0; } .vk-maris-wrap .vk-maris-spec-item:nth-child(even) { background: var(--vk-maris-bg); } .vk-maris-wrap .vk-maris-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-maris-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-maris-wrap .vk-maris-spec-val { font-size: 12.5px; color: var(--vk-maris-text); } /* Style tags */ .vk-maris-wrap .vk-maris-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-maris-wrap .vk-maris-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-maris-accent-dk); background: var(--vk-maris-accent-bg); border: 0.5px solid var(--vk-maris-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-maris-wrap .vk-maris-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-maris-wrap .vk-maris-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-maris-border); border-radius: 12px; background: var(--vk-maris-bg-card); text-decoration: none; color: var(--vk-maris-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-maris-wrap .vk-maris-dl-card:hover { background: var(--vk-maris-accent-bg); border-color: var(--vk-maris-accent-bdr); } .vk-maris-wrap .vk-maris-dl-card.vk-maris-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-maris-bg); } .vk-maris-wrap .vk-maris-dl-card.vk-maris-dl-disabled:hover { background: var(--vk-maris-bg); border-color: var(--vk-maris-border); } .vk-maris-wrap .vk-maris-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-maris-accent-bg); border: 0.5px solid var(--vk-maris-accent-bdr); color: var(--vk-maris-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-maris-wrap .vk-maris-dl-icon svg { fill: none; } .vk-maris-wrap .vk-maris-dl-meta { width: 100%; } .vk-maris-wrap .vk-maris-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-maris-text); line-height: 1.3; margin-bottom: 3px; } .vk-maris-wrap .vk-maris-dl-sub { font-size: 11.5px; color: var(--vk-maris-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-maris-wrap .vk-maris-dl-status { position: absolute; top: 12px; right: 12px; font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--vk-maris-text-light); background: var(--vk-maris-bg-card); border: 0.5px solid var(--vk-maris-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-maris-wrap .vk-maris-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-maris-wrap .vk-maris-faq-list details { border: 0.5px solid var(--vk-maris-border); border-radius: 10px; background: var(--vk-maris-bg-card); overflow: hidden; } .vk-maris-wrap .vk-maris-faq-list summary { list-style: none; cursor: pointer; padding: 13px 36px 13px 16px; min-height: 44px; font-size: 13px; font-weight: 600; color: var(--vk-maris-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-maris-wrap .vk-maris-faq-list summary::-webkit-details-marker { display: none; } .vk-maris-wrap .vk-maris-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-maris-accent-dk); position: absolute; right: 16px; } .vk-maris-wrap .vk-maris-faq-list details[open] summary { color: var(--vk-maris-accent-dk); } .vk-maris-wrap .vk-maris-faq-list details[open] summary::after { content: '\2212'; } .vk-maris-wrap .vk-maris-faq-list .vk-maris-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-maris-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-maris-wrap .vk-maris-features-grid { grid-template-columns: 1fr; } .vk-maris-wrap .vk-maris-size-grid { grid-template-columns: 1fr; } .vk-maris-wrap .vk-maris-dl-grid { grid-template-columns: 1fr; } .vk-maris-wrap .vk-maris-spec-item { flex-direction: column; gap: 4px; } .vk-maris-wrap .vk-maris-spec-key { width: auto; } } Inspiration The Marisca Alabaster Wall Sconce is a seashell wall light — a hand-carved Spanish alabaster clamshell cradling a carved Spanish alabaster globe, on a brass wall mount. The G4 bulb behind the translucent alabaster throws a soft warm glow while the alabaster shell catches the light at its edges. One size, W 9.8″ × H 7.8″. For a bedside, hallway, powder room, vanity mirror, or entryway, it suits coastal, Mediterranean, coastal-grandmother, boho, and organic modern rooms. Good To Know ! 1 × G4 socket · G4 LED bulb included & replaceable · alabaster shell · alabaster globe · brass mount · hardwired · powder room OK (no shower) · indoor dry only Both the shell and the globe are real Spanish alabaster, hand-carved — veining and tone vary piece to piece; alabaster is porous and not damp-rated, so keep it to dry rooms and never clean it with water. The mount is brass. Socket is G4 (small bi-pin base); a G4 LED bulb is included and replaceable, warm 2700–3000K — when replacing, match the voltage on the original bulb (see spec sheet). Hardwired to a standard wall junction box; licensed electrician recommended. Indoor dry locations only — powder rooms (no shower) and dry-zone vanity mirrors are OK; full bathrooms with shower steam and outdoor are not. Dust the alabaster with a dry cloth; wipe the brass with a dry soft cloth. Key Features Hand-Carved Alabaster Shell A scalloped clamshell carved from real Spanish alabaster — veining and tone vary per piece, so no two shells are alike. Carved Alabaster Globe A carved alabaster globe sits in the shell like a pearl, its translucent stone diffusing the bulb into a soft, even glow with no harsh hotspot. G4 Socket, Warm Glow A small G4 bi-pin socket with an included, replaceable G4 LED bulb (warm 2700–3000K) gives soft accent light. Dimensions & Bulb One size and finish — a hand-carved alabaster shell with a carved alabaster globe on a brass wall mount. Dimensions W 9.8″ × H 7.8″ A compact accent sconce — pairs well flanking a mirror or bed, or single in a hallway or powder room. W 25 cm × H 20 cm1 × G4 · bulb included Bulb & Mount G4 LED · Hardwired G4 LED bulb included and replaceable; hardwired wall sconce for indoor dry locations. 1 × G4 bi-pin · 2700–3000Kwall junction box · 120V (US) ! Alabaster is porous — powder room OK, no shower The alabaster shell and globe are natural stone and absorb moisture. Powder rooms (no shower) and dry-zone vanity mirrors are fine; full bathrooms with shower steam and outdoor are not. Never clean the stone with water or cleaners — dust dry only. Veining and tone vary piece to piece — the character of the stone, not a defect. Specifications Fixture Type Wall sconce · hardwired · alabaster shell + carved alabaster globe + brass mount Materials Brass (mount) + Spanish alabaster (shell & globe) · alabaster veining varies per piece Dimensions W 9.8″ × H 7.8″ (W 25 × H 20 cm) Light Source 1 × G4 bi-pin socket · G4 LED bulb included & replaceable · 2700–3000K warm · match replacement bulb voltage to the spec sheet Light Character Soft warm accent glow — translucent alabaster globe diffuses the bulb; alabaster shell catches light at its edges Finish Cream Spanish alabaster shell + carved Spanish alabaster globe + brass mount Mounting Hardwired to standard wall junction box · powder room OK (no shower) / dry-zone vanity OK · indoor dry only · 120V (US) Certification See spec sheet for current certifications Care Alabaster (shell & globe): dry soft cloth only — no water or cleaners (porous) · Brass: dry soft cloth Design Style Coastal Mediterranean Coastal Grandmother Boho Organic Modern Eclectic Best For Bedside, hallway, powder room, vanity mirror (dry zone), entryway, accent wall Use Case The Marisca reads as a shell holding a pearl of light — the alabaster globe glows softly while the alabaster shell catches the warm light at its scalloped edges. It's accent and ambient light, not a bright task fixture. Use it flanking a bed or mirror in pairs, single in a hallway, powder room, or entryway, or as an accent-wall light. Mount the center about 60–66″ above the floor at a vanity, or align with nearby art and mirror heights. The shell motif and alabaster-and-brass pairing suit coastal, Mediterranean, coastal-grandmother, boho, and organic modern rooms. Email [email protected] for hand-matched pairs or trade pricing. Downloads Technical reference and care guides for the Marisca Alabaster Wall Sconce. Need a doc that's not listed? Email [email protected]. Spec Sheet Dimensions & bulb · PDF Pending Installation Guide Hardwire sconce · PDF Pending Care Guide Alabaster & brass · PDF Pending FAQ What bulb does it use — is it included? It uses 1 × G4, a small bi-pin base. A G4 LED bulb is included and fully replaceable, in a warm 2700–3000K. G4 LED bulbs are widely available online; when you replace it, match the voltage on the original bulb (see the spec sheet), since many G4 bulbs are low-voltage. What is the light like? It's soft accent / ambient light — the translucent alabaster globe diffuses the G4 bulb into an even glow like a pearl, while the alabaster shell catches the warm light at its scalloped edges. It's a decorative accent sconce rather than a bright task or reading light. Can I use it in a bathroom, and how do I clean the alabaster? Powder rooms (no shower) and dry-zone vanity mirrors are fine; full bathrooms with shower steam are not, and neither is outdoor — alabaster is porous and not damp-rated, so humidity can stain or degrade the stone. Cleaning: dust the alabaster shell and globe with a dry soft cloth only — no water, vinegar, alcohol, or cleaners. Wipe the brass with a dry soft cloth. How is it installed, and how high should it go? It's a hardwired wall sconce that mounts to a standard wall junction box. Licensed electrician recommended. At a vanity, mount the center about 60–66″ above the floor; elsewhere, align with nearby art or mirror heights. Indoor dry locations only. Will my shell look exactly like the photo? Not exactly — the shell and globe are hand-carved from natural alabaster, so the veining pattern and color tone vary piece to piece. The listing photo is representative; this variation is the character of natural stone, not a defect. For close-matched pairs, email [email protected].
More you might like
Related
19.7 in Brass Alabaster Wall Sconces, Natural Marble Wall Sc
Related
19.7in Matte Black Alabaster Wall Sconces, Natural Marble Wa
Related
19.7 in Matte Black Alabaster Wall Sconces, Natural Marble W
Related