Modern Ember Recessed LED Downlight
* { box-sizing: border-box; margin: 0; padding: 0; } body { background: #fff; padding: 2rem; } /* ===== PALETTE: Clean aluminum body + orange ember acrylic accent ===== Derived fro m: matte aluminum housing (White/Black options), warm orange acrylic inner ring (the signature ember accent), precision industrial aesthetic. ================================================================== */ :root { --accent-deep: #7A3A10; --accent: #C06020; --accent-light:#E09050; --surface: #F8F5F0; --bg: #F0ECE6; --border: #DDD8D0; --ink: #221A10; --muted: #706050; } .vk-wrap { font-family: 'DM Sans', sans-serif; color: var(--ink); max-width: 680px; margin: 0; padding: 0; } .vk-divider { height: 1px; background: var(--border); margin: 1.75rem 0; } .vk-intro { font-size: 15px; color: var(--ink); line-height: 1.9; margin-bottom: 1rem; } .vk-section-label { font-size: 10px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--accent-deep); margin-bottom: .7rem; } /* Features */ .vk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-feat { background: var(--surface); border-radius: 6px; padding: .85rem; border: 1px solid var(--border); } .vk-feat-icon { width: 28px; height: 28px; border-radius: 4px; background: var(--bg); display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; border: 1px solid var(--border); } .vk-feat h4 { font-size: 12.5px; font-weight: 500; color: var(--ink); margin-bottom: .25rem; } .vk-feat p { font-size: 12px; color: var(--muted); line-height: 1.6; margin: 0; } /* Notice cards */ .vk-notice { border-left: 2px solid var(--accent); background: var(--surface); border-radius: 0 6px 6px 0; padding: .88rem 1rem; margin-bottom: .75rem; } .vk-notice h5 { font-size: 13px; font-weight: 500; color: var(--accent-deep); margin-bottom: .3rem; } .vk-notice p { font-size: 13px; color: var(--ink); line-height: 1.65; margin: 0; } .vk-notice.amber { border-left-color: #b07820; background: #fdf8ef; } .vk-notice.amber h5 { color: #7a5010; } /* Size thumb */ .vk-size-thumb { display: flex; gap: 1rem; align-items: flex-start; padding: 1rem; border: 1px solid var(--border); border-radius: 6px; background: var(--surface); margin-bottom: .75rem; } .vk-size-thumb-img a { display: block; } .vk-size-thumb-img img { width: 120px; height: auto; border-radius: 5px; border: 1px solid var(--border); display: block; } .vk-size-thumb-hint { font-size: 10px; color: var(--accent); text-align: center; margin-top: 3px; } .vk-size-thumb-info { flex: 1; padding-top: .15rem; } .vk-size-tag { display: inline-block; background: var(--accent-deep); color: var(--surface); font-size: 10px; padding: 2px 9px; border-radius: 10px; font-weight: 500; margin-bottom: .4rem; letter-spacing: .05em; } .vk-size-name { font-size: 14px; font-weight: 500; color: var(--ink); margin-bottom: .3rem; } .vk-size-detail { font-size: 12.5px; color: var(--muted); line-height: 1.6; } .vk-size-specs { display: flex; gap: 14px; margin-top: .55rem; font-size: 11.5px; color: var(--accent-deep); padding-top: .5rem; border-top: 1px dashed var(--border); flex-wrap: wrap; } .vk-size-specs strong { color: var(--ink); font-weight: 500; } /* Swatches */ .vk-swatches { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 1.25rem; } .vk-swatch-item { display: flex; align-items: center; gap: 6px; background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 4px 12px; font-size: 12px; color: var(--muted); } .vk-swatch-dot { width: 16px; height: 16px; border-radius: 50%; flex-shrink: 0; } /* Color temperature — custom for 3000/4500/6000K */ .vk-kelvin { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1rem; } .vk-kelvin-card { background: var(--surface); border: 1px solid var(--border); border-radius: 6px; padding: .75rem; text-align: center; } .vk-kelvin-preview { width: 100%; height: 40px; border-radius: 4px; margin-bottom: .5rem; } .vk-kelvin-preview.warm { background: linear-gradient(90deg, #ffd488 0%, #f5a868 50%, #d08040 100%); } .vk-kelvin-preview.neutral45 { background: linear-gradient(90deg, #fefce8 0%, #f0e8c8 50%, #c8b888 100%); } .vk-kelvin-preview.cool { background: linear-gradient(90deg, #e8f0fa 0%, #c8d8e8 50%, #8098b0 100%); } .vk-kelvin-k { font-size: 12px; font-weight: 500; color: var(--ink); } .vk-kelvin-label { font-size: 11px; color: var(--muted); margin-top: 2px; } .vk-kelvin-use { font-size: 10.5px; color: var(--accent); margin-top: 4px; } /* Dimmer link */ .vk-dimmer-link { display: flex; align-items: center; gap: 1rem; background: var(--surface); border-radius: 6px; padding: .9rem 1rem; border: 1px solid var(--border); margin-bottom: .75rem; text-decoration: none; } .vk-dimmer-link img { width: 56px; height: 56px; object-fit: cover; border-radius: 4px; flex-shrink: 0; border: 1px solid var(--border); } .vk-dimmer-link-text h5 { font-size: 13px; font-weight: 500; color: var(--ink); margin-bottom: .2rem; } .vk-dimmer-link-text p { font-size: 12.5px; color: var(--muted); line-height: 1.5; margin: 0; } /* Spec table */ .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-spec-table tr { border-bottom: 1px solid var(--bg); } .vk-spec-table tr:last-child { border-bottom: none; } .vk-spec-table td { padding: 9px 0; font-size: 14px; vertical-align: top; } .vk-spec-table td:first-child { color: var(--muted); width: 42%; padding-right: 1rem; } /* Downloads */ .vk-dl { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: .75rem; } .vk-dl-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--accent-deep); border: 1px solid var(--border); padding: 7px 14px; border-radius: 5px; text-decoration: none; background: var(--surface); } .vk-dl-btn:hover { background: var(--bg); } /* Guide link */ .vk-guide-link { display: flex; align-items: center; gap: .65rem; background: var(--surface); border: 1px solid var(--border); border-radius: 6px; padding: .8rem 1rem; text-decoration: none; margin-bottom: .75rem; } .vk-guide-link svg { flex-shrink: 0; color: var(--accent-deep); } .vk-guide-link span { font-size: 13.5px; color: var(--accent-deep); text-decoration: underline; text-decoration-color: rgba(0,0,0,.25); text-underline-offset: 3px; } .vk-guide-link:hover span { text-decoration-color: var(--accent-deep); } /* FAQ */ .vk-faq-item { border-bottom: 1px solid var(--border); padding: 12px 0; } .vk-faq-item summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: .5rem; font-size: 14px; font-weight: 500; color: var(--ink); } .vk-faq-item summary::-webkit-details-marker { display: none; } .vk-faq-answer { font-size: 13px; color: var(--ink); line-height: 1.7; margin-top: 8px; padding-right: 1rem; } @media (max-width: 520px) { .vk-features { grid-template-columns: 1fr 1fr; } .vk-kelvin { grid-template-columns: 1fr; } } A precision-engineered recessed downlight with a clean cylindrical aluminum body and a signature orange acrylic accent ring that creates a warm ember glow within the aperture. Flush with the ceiling surface, it delivers focused LED illumination for artwork, task areas, or ambient layering — equally at home in residential and commercial settings. Features Ember Accent Ring Orange acrylic inner ring creates a warm ember halo effect at the fixture rim. Recessed Ceiling Mount Flush installation — streamlined look that blends into the ceiling with no visible housing. 3 Color Temperatures 3000K, 4500K, or 6000K — selectable at checkout for residential or commercial use. Dimensions 🔍 Enlarge ONE SIZE Cylinder Recessed LED Downlight ∅3.9″ × H 3.3″∅10 cm × H 8.5 cm ~10W AC 110–240V Recessed mount Body Finish White Black Both finishes include the same orange acrylic inner accent ring. Color Temperature Selected at checkout — cannot be changed after purchase. 3000K Warm Light Homes, restaurants 4500K Neutral Light Kitchens, retail, offices 6000K Cool Light Task & gallery lighting Dimming Dimmable version — TRIAC dimmer switch required The dimmable version requires a TRIAC (Thyristor) dimmer switch for smooth, flicker-free operation — standard rotary dimmers are not compatible. The non-dimmable version works with any common wall switch. Find a compatible TRIAC dimmer on Amazon → Search for Thyristor / TRIAC dimmer switches rated for your fixture’s wattage (~10W). Specifications Materials Aluminum, Acrylic Light source Integrated LED (non-replaceable) Power ~10W Color temperature 3000K · 4500K · 6000K (select at checkout) Voltage AC 110–240V Wiring Hardwired Control Common wall switch (not included) Dimmable Optional — requires TRIAC dimmer Mounting Recessed ceiling Size ∅10 cm × H 8.5 cm / ∅3.9″ × H 3.3″ Environment Indoor Body finish White · Black Inner accent Orange acrylic (ember effect) Certification North America · Saudi Arabia · Europe · Australia Downloads Spec Sheet Installation Guide Recessed installation guide — cut-out dimensions & wiring instructions → Frequently Asked Questions What color temperatures are available? 3000K (Warm) for residential ambiance, 4500K (Neutral) for kitchens and retail, and 6000K (Cool) for task and gallery lighting. Select at checkout — cannot be changed after purchase. Is the dimmable version compatible with any wall dimmer? No. The dimmable version requires a TRIAC (Thyristor) dimmer. Standard rotary dimmers are not compatible and may cause flickering. The non-dimmable version works with any common wall switch. What is the orange accent inside? It is an orange acrylic ring fitted inside the cylindrical aperture. It creates a warm ember-like visual at the fixture rim when lit, without affecting the primary light output or colour temperature. Both White and Black body finishes include the same orange accent. What ceiling cut-out size is required? The fixture body is ∅10 cm. Please refer to the Installation Guide for the exact cut-out diameter and minimum ceiling depth before cutting. Professional installation by a licensed electrician is recommended. Does it use a replaceable bulb? No. The light source is an integrated LED module — no bulb to buy or replace.
More you might like
Related
Modern Ember Recessed LED Downlight
Related
Modern Ember Recessed LED Ceiling Downlight Fixture Set of 2
Related
Modern Ember Aerus 72 Inch Smart Linear Electric Fireplace |
Related