Micasa Ceiling Light
.vk-mic-wrap { --vk-mic-bg: #ffffff; --vk-mic-bg-card: #f7f7f5; --vk-mic-bg-deep: #e8e7e2; --vk-mic-border: #e2e0d8; --vk-mic-border-lt: #ecebe4; --vk-mic-accent: #7a6f5a; --vk-mic -accent-dk: #4f4736; --vk-mic-accent-lt: #9d9077; --vk-mic-accent-bg: #ebe8e0; --vk-mic-accent-bdr: #c9c0a9; --vk-mic-text: #221f1a; --vk-mic-text-mid: #4d493d; --vk-mic-text-light: #8c8674; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-mic-text); line-height: 1.72; font-size: 14.5px; } .vk-mic-wrap * { box-sizing: border-box; } .vk-mic-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-mic-text-mid); } .vk-mic-wrap a { color: var(--vk-mic-accent-dk); text-decoration: underline; } .vk-mic-wrap .vk-mic-section { margin-bottom: 2.6rem; } .vk-mic-wrap .vk-mic-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-mic-wrap .vk-mic-sec-line { flex: 1; height: 0.5px; background: var(--vk-mic-border); } .vk-mic-wrap .vk-mic-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-mic-accent-dk); white-space: nowrap; } .vk-mic-wrap strong { color: var(--vk-mic-text); font-weight: 600; } /* Features grid */ .vk-mic-wrap .vk-mic-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-mic-wrap .vk-mic-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-mic-border); border-radius: 12px; background: var(--vk-mic-bg-card); } .vk-mic-wrap .vk-mic-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-mic-accent-bg); border: 0.5px solid var(--vk-mic-accent-bdr); color: var(--vk-mic-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-mic-wrap .vk-mic-feat-icon svg { fill: none; } .vk-mic-wrap .vk-mic-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-mic-text); margin-bottom: 6px; line-height: 1.35; } .vk-mic-wrap .vk-mic-feat-desc { font-size: 12px; color: var(--vk-mic-text-mid); line-height: 1.55; } /* Colors grid */ .vk-mic-wrap .vk-mic-color-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; } .vk-mic-wrap .vk-mic-color-card { padding: 12px 12px 14px; border: 0.5px solid var(--vk-mic-border); border-radius: 12px; background: var(--vk-mic-bg-card); text-align: center; } .vk-mic-wrap .vk-mic-swatch { width: 30px; height: 30px; border-radius: 50%; margin: 0 auto 8px; border: 0.5px solid rgba(0,0,0,0.15); } .vk-mic-wrap .vk-mic-color-name { font-size: 11.5px; font-weight: 700; color: var(--vk-mic-text); } /* Models grid */ .vk-mic-wrap .vk-mic-model-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-mic-wrap .vk-mic-model-card { padding: 14px 14px 16px; border: 0.5px solid var(--vk-mic-border); border-radius: 12px; background: var(--vk-mic-bg-card); } .vk-mic-wrap .vk-mic-model-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vk-mic-accent-dk); margin-bottom: 6px; } .vk-mic-wrap .vk-mic-model-name { font-size: 14px; font-weight: 700; color: var(--vk-mic-text); margin-bottom: 4px; } .vk-mic-wrap .vk-mic-model-sub { font-size: 11px; color: var(--vk-mic-text-light); margin-bottom: 6px; } .vk-mic-wrap .vk-mic-model-meta { font-size: 11.5px; color: var(--vk-mic-text-mid); } /* Critical notice */ .vk-mic-wrap .vk-mic-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-mic-accent-bdr); border-left: 3px solid var(--vk-mic-accent); border-radius: 10px; background: var(--vk-mic-accent-bg); } .vk-mic-wrap .vk-mic-notice .vk-mic-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-mic-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-mic-wrap .vk-mic-notice .vk-mic-notice-body { font-size: 12.5px; color: var(--vk-mic-text-mid); line-height: 1.6; } .vk-mic-wrap .vk-mic-notice .vk-mic-notice-body strong { color: var(--vk-mic-text); font-weight: 600; } .vk-mic-wrap .vk-mic-notice .vk-mic-notice-body strong:first-child { display: block; color: var(--vk-mic-accent-dk); margin-bottom: 3px; font-size: 13px; } /* Specifications */ .vk-mic-wrap .vk-mic-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-mic-border); border-radius: 14px; overflow: hidden; } .vk-mic-wrap .vk-mic-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-mic-border-lt); display: flex; align-items: flex-start; background: var(--vk-mic-bg-card); gap: 16px; } .vk-mic-wrap .vk-mic-spec-item:last-child { border-bottom: 0; } .vk-mic-wrap .vk-mic-spec-item:nth-child(even) { background: var(--vk-mic-bg); } .vk-mic-wrap .vk-mic-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-mic-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-mic-wrap .vk-mic-spec-val { font-size: 12.5px; color: var(--vk-mic-text); } /* Style tags */ .vk-mic-wrap .vk-mic-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-mic-wrap .vk-mic-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-mic-accent-dk); background: var(--vk-mic-accent-bg); border: 0.5px solid var(--vk-mic-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-mic-wrap .vk-mic-dl-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; } .vk-mic-wrap .vk-mic-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-mic-border); border-radius: 12px; background: var(--vk-mic-bg-card); text-decoration: none; color: var(--vk-mic-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-mic-wrap .vk-mic-dl-card:hover { background: var(--vk-mic-accent-bg); border-color: var(--vk-mic-accent-bdr); } .vk-mic-wrap .vk-mic-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-mic-accent-bg); border: 0.5px solid var(--vk-mic-accent-bdr); color: var(--vk-mic-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-mic-wrap .vk-mic-dl-icon svg { fill: none; } .vk-mic-wrap .vk-mic-dl-meta { width: 100%; } .vk-mic-wrap .vk-mic-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-mic-text); line-height: 1.3; margin-bottom: 3px; } .vk-mic-wrap .vk-mic-dl-sub { font-size: 11.5px; color: var(--vk-mic-text-light); letter-spacing: 0.02em; line-height: 1.45; } /* FAQ accordion */ .vk-mic-wrap .vk-mic-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-mic-wrap .vk-mic-faq-list details { border: 0.5px solid var(--vk-mic-border); border-radius: 10px; background: var(--vk-mic-bg-card); overflow: hidden; } .vk-mic-wrap .vk-mic-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-mic-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-mic-wrap .vk-mic-faq-list summary::-webkit-details-marker { display: none; } .vk-mic-wrap .vk-mic-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-mic-accent-dk); position: absolute; right: 16px; } .vk-mic-wrap .vk-mic-faq-list details[open] summary { color: var(--vk-mic-accent-dk); } .vk-mic-wrap .vk-mic-faq-list details[open] summary::after { content: '\2212'; } .vk-mic-wrap .vk-mic-faq-list .vk-mic-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-mic-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-mic-wrap .vk-mic-features-grid { grid-template-columns: 1fr; } .vk-mic-wrap .vk-mic-color-grid { grid-template-columns: 1fr; } .vk-mic-wrap .vk-mic-model-grid { grid-template-columns: 1fr; } .vk-mic-wrap .vk-mic-dl-grid { grid-template-columns: 1fr; } .vk-mic-wrap .vk-mic-spec-item { flex-direction: column; gap: 4px; } .vk-mic-wrap .vk-mic-spec-key { width: auto; } } Inspiration The Micasa Ceiling Light is a linear, multi-head flush mount — a row of small acrylic-capped lights set into a solid metal bar. The textured metal body gives it a premium, tactile finish, while the row of G4 mini bulbs spreads light evenly along its length. Available in 3, 6, or 9-head configurations in brown or white, it scales from a compact hallway strip to a long run over an island or dining table. Good To Know ! Three configurations (3/6/9 heads, all H20 cm) · metal + acrylic · brown or white · G4 sockets, 5W bulbs included & replaceable · hardwired · damp rated The body is metal with acrylic lens caps over each G4 socket — 5W incandescent or LED equivalent per head. It's hardwired, works with a dimmer switch (sold separately), and is damp rated — suitable for bathrooms and covered outdoor areas as well as dry rooms. Certified for North America, Australia, Europe & the Middle East (110–240V). Key Features Linear Multi-Head Bar A solid metal bar with textured finish holds a row of acrylic-capped lights for a clean, continuous line of light. G4 Sockets, Bulbs Included Each head takes a G4, 5W incandescent or LED-equivalent bulb, included and replaceable. Damp Rated Rated for bathrooms and covered outdoor areas as well as dry rooms — one fixture, more places to use it. Colors One design, two finishes — pick the one that fits your room. Brown White Available Configurations Three head counts — same bar design and finish options; only the length and head count scale up. All share the same H20 cm (H7.9″) profile. 3 Heads L46 × H20 cm L18.1″ × H7.9″ Hallway, small nook, above a mirror 6 Heads L80 × H20 cm L31.5″ × H7.9″ Kitchen island, dining table 9 Heads L100 × H20 cm L39.4″ × H7.9″ Long island, open-plan statement Specifications Fixture Type Linear ceiling light · hardwired · metal bar with acrylic-capped G4 heads Materials & Finish Metal (body) + acrylic (lens caps) · Brown or White Colors Brown · White Configurations & Sizes 3 heads L46×H20 cm (L18.1″×H7.9″) · 6 heads L80×H20 cm (L31.5″×H7.9″) · 9 heads L100×H20 cm (L39.4″×H7.9″) — see Available Configurations above Light Source G4 socket per head · 5W incandescent or LED equivalent · bulbs included & replaceable Power Hardwired · AC 110–240V · dimmer compatible (switch not included) Rating Damp rated — suitable for bathrooms and covered outdoor areas Certification Certified: North America · Australia · Europe · Middle East Design Style Modern Minimalist Contemporary Use Case Pick the 3-head model for a hallway, small nook, or above a mirror; the 6-head for a kitchen island or dining table; and the 9-head for a long island or an open-plan statement run. Because it's damp rated, it also works well in a bathroom or on a covered porch. The clean, linear form suits a modern or minimalist room without competing with other fixtures. Downloads Parameter Dimensions & specs · PDF Installation Hardwire setup · PDF FAQ Which configuration should I pick? The 3-head (L46 cm / L18.1″) suits a hallway, small nook, or above a mirror. The 6-head (L80 cm / L31.5″) suits a kitchen island or dining table. The 9-head (L100 cm / L39.4″) works as a long island or open-plan statement run. All share the same H20 cm (H7.9″) height. What bulb does it use — is it included? Each head uses a G4 socket taking a 5W incandescent or LED-equivalent bulb. Bulbs are included and replaceable. Does it work with a dimmer? Yes — it's dimmer compatible. Pair it with a compatible wall dimmer switch (sold separately). Can I install it in a bathroom or outdoors? Yes — it's damp rated, suitable for bathrooms and covered outdoor areas, in addition to dry indoor rooms. How is it installed? It's hardwired to a standard ceiling junction box. Licensed electrician recommended. It's certified for North America, Australia, Europe & the Middle East (110–240V).
More you might like
Related
Micasa Ceiling Light
Related
Micasa Ceiling Light
Related
MiCasa - Crystal Pendant Light
Related