Marisca Wall Lamp
.mrs-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; } .mrs-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; } /* Video */ .mrs-vbox { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 6px; background: #111; margin-bottom: 2rem; } .mrs-vbox iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } /* Intro */ .mrs-intro { font-size: 1rem; color: #555; line-height: 1.8; margin-bottom: .8rem; } .mrs-tagline{ font-size: 1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 1.2rem; } /* Pills */ .mrs-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 2rem; } .mrs-pill { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 20px; padding: .28rem .85rem; font-size: .78rem; color: #555; } /* Why — Docos cards */ .mrs-why { display: grid; grid-template-columns: repeat(auto-fill,minmax(200px,1fr)); gap: 8px; margin-bottom: 2.4rem; } .mrs-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; } .mrs-wc-icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; } .mrs-wc-title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } /* Scenes */ .mrs-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; } .mrs-sc { padding: 1.3rem 1.1rem; border-right: 1px solid #e5e5e5; } .mrs-sc:last-child { border-right: none; } .mrs-sc__icon { font-size: 1.2rem; display: block; margin-bottom: .6rem; } .mrs-sc__name { font-size: .9rem; font-weight: 600; color: #1a1a1a; display: block; margin-bottom: .35rem; } .mrs-sc__desc { font-size: .8rem; color: #555; line-height: 1.55; } .mrs-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){ .mrs-scenes{grid-template-columns:1fr;} .mrs-sc{border-right:none;border-bottom:1px solid #e5e5e5;} .mrs-sc:last-child{border-bottom:none;} } /* Colors */ .mrs-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; } .mrs-swatches { display: flex; gap: 7px; } .mrs-sw { width: 20px; height: 20px; border-radius: 50%; border: 2px solid rgba(0,0,0,.1); box-shadow: 0 1px 4px rgba(0,0,0,.12); } .mrs-sw--red { background: #b0503f; } .mrs-sw--white { background: #f4f0e8; border-color: rgba(0,0,0,.18); } .mrs-sw--beige { background: #d9c9ac; } /* Size */ .mrs-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 */ .mrs-specs { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; grid-template-columns: repeat(auto-fill,minmax(255px,1fr)); gap: 7px; } .mrs-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; } .mrs-specs li::before { content: ''; display: block; width: 5px; height: 5px; min-width: 5px; border-radius: 50%; background: #b8924a; margin-top: 7px; } .mrs-specs strong { white-space: nowrap; } /* Footer */ .mrs-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; } .mrs-foot-label { font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #888; display: block; margin-bottom: .75rem; } .mrs-badges { display: flex; flex-direction: column; gap: .4rem; } .mrs-badge { background: #fff; border: 1px solid #e5e5e5; border-radius: 20px; padding: .25rem .85rem; font-size: .78rem; color: #333; width: fit-content; } .mrs-dls { display: flex; flex-direction: column; gap: .45rem; } .mrs-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; } .mrs-dl:hover { border-color: #b8924a; } .mrs-dl img { width: 22px; height: 22px; object-fit: contain; opacity: .4; flex-shrink: 0; } @media(max-width:440px){.mrs-foot{grid-template-columns:1fr;gap:1.2rem;}} See It In Action The Marisca Wall Lamp takes the form of a seashell cradling a glowing pearl — a sculptural, softly flared body with smooth, rippled lines and a matte finish, holding a glass "pearl" that glows warm at its center. Calm and organic, it brings a note of quiet coastal poetry to a hallway, bedroom, or bathroom. At W 9.8″ × H 7″, damp-rated for bathrooms and covered outdoor areas, in Red, White, or Beige. A seashell cradling a glowing pearl. 🐚 Seashell Form 🦪 Glass Pearl Glow 🎨 Matte Finish 💧 Damp-Rated Red · White · Beige Why It Works 🐚 Seashell Silhouette A smooth, rippled, softly flared body evokes an ocean shell — sculptural and organic, with a matte finish and rounded lines that read calm rather than flashy. A wall piece that adds character even when it's off. 🦪 Glowing Pearl Diffuser A glass "pearl" nestled in the shell glows warm and soft, like a pearl catching light. The G4 source sits inside, so the light reads as a gentle, contained glow rather than a bright, exposed bulb. 💧 Damp-Rated & Dimmable Damp-rated for bathrooms and covered outdoor areas, so it works where indoor-only sconces can't. A single 5W G4 bulb, dimmer compatible (switch sold separately) for a soft, adjustable glow. Where It Works Best 🚪 Hallway Mounted in a hallway or entry, the shell form and warm pearl glow turn a plain wall into a calm, coastal moment — a soft accent light that guides the way without harshness. Soft accent light 🛏 Bedroom Beside or above a bed, the pearl glow is intimate and restful — a quiet bedside light with a sculptural presence. On a dimmer it drops to a low, calming register for evenings. Dimmer — sold separately 🛁 Bathroom Being damp-rated, it can flank a bathroom mirror or sit in a powder room where most decorative sconces can't — a coastal, spa-like detail in a spot that usually gets a plain fixture. Damp-rated Colors Red · White · Beige Product Size W 25 cm × H 18 cm / W 9.8″ × H 7″ Details Body: Resin — seashell form, matte finish Diffuser: Glass pearl Materials: Metal, Resin & Glass Colors: Red · White · Beige Wiring: Hardwired Socket: G4 Max bulb: 5W incandescent or LED equivalent 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
Milagro Mariscal Lámpara colgante 3L E27
Related
Marisca Alabaster Wall Sconce
Related
Mariscar Sculpted Solid Wood Wall Art
Related