Circa Ceiling Light
.crc-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; } .crc-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 */ .crc-vgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 2rem; } @media(max-width:560px){ .crc-vgrid { grid-template-columns: 1fr; } } .crc-vbox { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 6px; background: #111; } .crc-vbox iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } /* Intro */ .crc-intro { font-size: 1rem; color: #555; line-height: 1.8; margin-bottom: .8rem; } .crc-tagline{ font-size: 1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 1.2rem; } /* Pills */ .crc-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 1.6rem; } .crc-pill { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 20px; padding: .28rem .85rem; font-size: .78rem; color: #555; } /* Warning */ .crc-warn { display: flex; align-items: flex-start; gap: 12px; background: #fdeceb; border: 1px solid #f0b4b0; border-left: 4px solid #d64541; border-radius: 6px; padding: .85rem 1.1rem; margin-bottom: 2.2rem; } .crc-warn__ico { font-size: 1.15rem; line-height: 1.3; flex-shrink: 0; } .crc-warn__txt { font-size: .86rem; color: #7a1f1c; line-height: 1.5; } .crc-warn__txt strong { color: #b02a26; } /* Why — Docos cards */ .crc-why { display: grid; grid-template-columns: repeat(auto-fill,minmax(200px,1fr)); gap: 8px; margin-bottom: 2.4rem; } .crc-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; } .crc-wc-icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; } .crc-wc-title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } /* Scenes */ .crc-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; } .crc-sc { padding: 1.3rem 1.1rem; border-right: 1px solid #e5e5e5; } .crc-sc:last-child { border-right: none; } .crc-sc__icon { font-size: 1.2rem; display: block; margin-bottom: .6rem; } .crc-sc__name { font-size: .9rem; font-weight: 600; color: #1a1a1a; display: block; margin-bottom: .35rem; } .crc-sc__desc { font-size: .8rem; color: #555; line-height: 1.55; } .crc-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){ .crc-scenes{grid-template-columns:1fr;} .crc-sc{border-right:none;border-bottom:1px solid #e5e5e5;} .crc-sc:last-child{border-bottom:none;} } /* Colors */ .crc-colors { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; 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; } .crc-swatches { display: flex; gap: 7px; } .crc-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); } .crc-sw--white { background: #f4f0e8; border-color: rgba(0,0,0,.18); } .crc-sw--black { background: #1e1a17; } .crc-sw--beige { background: #ddceb2; } .crc-sw--wood { background: linear-gradient(135deg,#a9784b,#d8b183); } /* Size */ .crc-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 */ .crc-specs { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; grid-template-columns: repeat(auto-fill,minmax(255px,1fr)); gap: 7px; } .crc-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; } .crc-specs li::before { content: ''; display: block; width: 5px; height: 5px; min-width: 5px; border-radius: 50%; background: #b8924a; margin-top: 7px; } /* Footer */ .crc-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; } .crc-foot-label { font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #888; display: block; margin-bottom: .75rem; } .crc-badges { display: flex; flex-direction: column; gap: .4rem; } .crc-badge { background: #fff; border: 1px solid #e5e5e5; border-radius: 20px; padding: .25rem .85rem; font-size: .78rem; color: #333; width: fit-content; } .crc-dls { display: flex; flex-direction: column; gap: .45rem; } .crc-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; } .crc-dl:hover { border-color: #b8924a; } .crc-dl img { width: 22px; height: 22px; object-fit: contain; opacity: .4; flex-shrink: 0; } @media(max-width:440px){.crc-foot{grid-template-columns:1fr;gap:1.2rem;}} See It In Action The Circa Ceiling Light brings French elegance overhead — a cream relief design with detailed embossing around the rim that adds a luxurious, sculptural depth. It works as both a low-profile ceiling light and a wall sconce, so one fixture covers two jobs, and it's damp-rated for bathrooms and covered outdoor areas. At Ø 9.8″ × H 4.3″ it stays close to the surface. Hardwired and dimmer compatible, in White, Black, Beige, or Wood Grain. French relief detailing that works on the ceiling or the wall. 🎨 Cream Relief Design ↕ Ceiling or Wall 💧 Damp-Rated 🔆 Dimmer Compatible 4 Colors ⚠️ Bulbs: use 120V G4 only. 12V G4 bulbs are not compatible and must not be used with this fixture. Why It Works 🎨 French Cream Relief Design A cream-colored relief with detailed embossing around the rim gives the fixture a luxurious, hand-finished depth — classic French artistry that reads as a decorative piece, not just a light. ↕️ Ceiling or Wall Mount One fixture, two placements. Mount it flush to the ceiling as a low-profile flush mount, or turn it onto the wall as a sconce — flexibility to match the same design across a whole room. 💧 Damp-Rated for Bath & Outdoors Rated for damp locations, so it can go where most decorative fixtures can't — a bathroom, a covered porch, or a sheltered outdoor entry — without giving up the relief detailing. Where It Works Best 🛁 Bathroom Damp-rated, so it's at home over a vanity or on a bathroom wall where standard decorative fixtures aren't rated to go — the cream relief brings warmth to a tiled room. Damp-rated 🚪 Hallway & Entry Low-profile on a hallway ceiling or flanking a doorway as a wall sconce — the embossed rim adds detail to transitional spaces that usually get a plain flush mount. Ceiling or wall 🏡 Covered Outdoor On a covered porch, patio ceiling, or sheltered entry, the damp rating lets the Circa carry its French detailing outside where a dry-only fixture couldn't follow. Covered areas only Colors White · Black · Beige · Wood Grain Product Size Dia 25 cm × H 11 cm / ∅ 9.8″ × H 4.3″ Details Canopy: FiberGlass Materials: Metal, FiberGlass & Acrylic Colors: White · Black · Beige · Wood Grain Mount: Ceiling or wall Wiring: Hardwired Socket: G4 Bulb: One 5W · 120V G4 only (12V not compatible) Dimmer compatible (switch not included) Rating: 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
Circa Flush Ceiling Light
Related
CircaLuxe – LED Ring Ceiling Light
Related
Circa Flush Ceiling/Wall Light
Related