Asher Combination Ceiling Light
.dfpd *, .dfpd *::before, .dfpd *::after { box-sizing: border-box; margin: 0; padding: 0; } .dfpd { --ink: #1A1A18; --ink-2: #3E3E3A; --ink-3: #6E6E68; --cream: #FDFBF6; --linen: # F0EBDF; --border: #C4B89A; --border-lt: #DCD3BC; --gold: #9C7A3C; --gold-dk: #6E5420; --gold-sft: #ECDDB8; --stone: #6E6E68; --dk-sans: 'Outfit', 'Helvetica Neue', sans-serif; --dk-serif: 'Cormorant Garamond', Georgia, serif; --dk-jost: 'Jost', 'Helvetica Neue', sans-serif; font-family: var(--dk-serif); -webkit-font-smoothing: antialiased; color: var(--ink); font-weight: 400; font-size: 17px; line-height: 1.65; padding: 1.5rem 0 2rem; width: 100%; } .dfpd-inner { max-width: 100%; margin: 0; padding: 0; } .dfpd-h2 { font-family: var(--dk-sans); font-weight: 600; font-size: clamp(1.4rem, 2.2vw, 1.7rem); line-height: 1.2; color: var(--ink); margin-bottom: 1rem; letter-spacing: -0.01em; } .dfpd-h2 .gold { color: var(--gold); } .dfpd-eyebrow { display: inline-flex; align-items: center; gap: 0.7rem; font-family: var(--dk-jost); font-weight: 500; font-size: 0.65rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.85rem; } .dfpd-eyebrow::before { content: ''; width: 22px; height: 1px; background: var(--gold); } .dfpd-hero { padding-bottom: 2rem; border-bottom: 1px solid var(--border); margin-bottom: 2rem; } .dfpd-hero-eyebrow { display: inline-flex; align-items: center; gap: 0.7rem; font-family: var(--dk-jost); font-weight: 500; font-size: 0.7rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; } .dfpd-hero-eyebrow::before { content: ''; width: 26px; height: 1px; background: var(--gold); } .dfpd-title { font-family: var(--dk-sans); font-weight: 600; font-size: clamp(2rem, 3.8vw, 2.6rem); line-height: 1.1; letter-spacing: -0.02em; color: var(--ink); margin-bottom: 1rem; max-width: 780px; } .dfpd-title .gold { color: var(--gold); } .dfpd-lede { font-family: var(--dk-serif); font-weight: 400; font-size: 1.08rem; line-height: 1.7; color: var(--ink-2); max-width: 720px; } .dfpd-lede .gold { color: var(--gold); font-weight: 500; } .dfpd-features { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--border); border-radius: 4px; overflow: hidden; background: var(--cream); margin-bottom: 2.5rem; } .dfpd-feature { padding: 1.25rem 1rem; text-align: center; border-right: 1px solid var(--border-lt); transition: background 0.3s; } .dfpd-feature:last-child { border-right: none; } .dfpd-feature:hover { background: var(--linen); } .dfpd-feature-icon { color: var(--gold-dk); margin-bottom: 0.6rem; display: inline-flex; } .dfpd-feature-title { font-family: var(--dk-sans); font-weight: 600; font-size: 0.92rem; line-height: 1.3; color: var(--ink); } .dfpd-feature-title .gold { color: var(--gold); } .dfpd-sec { margin-bottom: 2.5rem; } /* CRAFT */ .dfpd-craft { display: grid; grid-template-columns: 80px 1fr; gap: 1.5rem; padding: 1.5rem 1.75rem; background: linear-gradient(135deg, var(--cream) 0%, var(--gold-sft) 100%); border: 1px solid var(--border); border-radius: 4px; align-items: center; } .dfpd-craft-icon { width: 64px; height: 64px; border-radius: 50%; background: var(--cream); border: 1px solid var(--gold); color: var(--gold-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .dfpd-craft-text-eyebrow { font-family: var(--dk-jost); font-weight: 500; font-size: 0.62rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.4rem; } .dfpd-craft-text h4 { font-family: var(--dk-sans); font-weight: 600; font-size: 1.2rem; color: var(--ink); line-height: 1.25; margin-bottom: 0.5rem; } .dfpd-craft-text h4 .gold { color: var(--gold); } .dfpd-craft-text p { font-family: var(--dk-serif); font-weight: 400; font-size: 1rem; color: var(--ink-2); line-height: 1.65; margin: 0 0 0.5rem; } .dfpd-craft-text p:last-child { margin-bottom: 0; } .dfpd-craft-text p .gold { color: var(--gold); font-weight: 500; } /* MULTI-SIZE CONFIG CARDS — per SKILL Section G */ .dfpd-configs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.7rem; align-items: stretch; } .dfpd-config { background: var(--cream); border: 1px solid var(--border); border-radius: 4px; overflow: hidden; display: flex; flex-direction: column; transition: box-shadow 0.25s; } .dfpd-config:hover { box-shadow: 0 4px 14px rgba(26, 26, 24, 0.1); } .dfpd-config-thumb { position: relative; display: block; width: 100%; height: 240px; background: #FFFFFF; border-bottom: 1px solid var(--border-lt); cursor: zoom-in; text-decoration: none; overflow: hidden; padding: 12px; transition: background 0.2s; } .dfpd-config-thumb:hover { background: var(--gold-sft); } .dfpd-config-thumb img { width: 100%; height: 100%; object-fit: contain; display: block; transition: transform 0.4s ease; } .dfpd-config-thumb:hover img { transform: scale(1.4); } .dfpd-config-thumb-icon { position: absolute; bottom: 8px; right: 8px; width: 22px; height: 22px; background: rgba(26, 26, 24, 0.85); color: var(--cream); border-radius: 50%; display: flex; align-items: center; justify-content: center; pointer-events: none; z-index: 2; } .dfpd-config-info { padding: 1rem 1.1rem 1.15rem; flex: 1; display: flex; flex-direction: column; gap: 0.4rem; } .dfpd-config-name { font-family: var(--dk-sans); font-weight: 600; font-size: 1.2rem; color: var(--ink); line-height: 1.15; } .dfpd-config-dim { font-family: var(--dk-jost); font-weight: 600; font-size: 0.92rem; color: var(--ink-2); line-height: 1.3; letter-spacing: 0.01em; } .dfpd-config-power { font-family: var(--dk-serif); font-weight: 400; font-size: 0.95rem; color: var(--ink-2); line-height: 1.3; } .dfpd-config-pill { display: inline-flex; padding: 0.3rem 0.7rem; background: var(--gold-sft); color: var(--gold-dk); border-radius: 2px; font-family: var(--dk-jost); font-weight: 500; font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase; align-self: flex-start; margin-top: 0.15rem; } /* SPECS */ .dfpd-specs { border: 1px solid var(--border); border-radius: 4px; overflow: hidden; background: var(--cream); } .dfpd-spec-row { display: grid; grid-template-columns: 160px 1fr; gap: 1.5rem; padding: 0.85rem 1.35rem; border-bottom: 1px solid var(--border-lt); align-items: baseline; } .dfpd-spec-row:last-child { border-bottom: none; } .dfpd-spec-row:hover { background: var(--linen); } .dfpd-spec-label { font-family: var(--dk-jost); font-weight: 500; font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--stone); } .dfpd-spec-val { font-family: var(--dk-serif); font-weight: 400; font-size: 0.95rem; color: var(--ink); line-height: 1.5; } .dfpd-spec-val .gold { color: var(--gold-dk); font-weight: 500; } .dfpd-spec-val a { color: var(--gold-dk); font-weight: 500; text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 1px; } .dfpd-spec-val .sub { font-family: var(--dk-jost); font-weight: 400; font-size: 0.82rem; color: var(--stone); } /* FINISHES — 3 swatches */ .dfpd-finishes { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-top: 0.4rem; } .dfpd-finish { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; transition: transform 0.2s; } .dfpd-finish:hover { transform: translateY(-2px); } .dfpd-finish-swatch { width: 44px; height: 44px; border-radius: 50%; box-shadow: 0 2px 4px rgba(26, 26, 24, 0.1), inset 0 -7px 12px rgba(0, 0, 0, 0.1), inset 2px 2px 3px rgba(255, 255, 255, 0.3); position: relative; overflow: hidden; } .dfpd-finish-label { font-family: var(--dk-jost); font-weight: 500; font-size: 0.7rem; color: var(--ink-2); } .sw-cream-color { background: radial-gradient(circle at 30% 30%, #F8EFD8 0%, #E8DAB8 50%, #B8A78A 100%); border: 1px solid rgba(26,26,24,0.1); } .sw-asher-green { background: radial-gradient(circle at 30% 30%, #A8B888 0%, #8AA068 50%, #5A7240 100%); } .sw-asher-coffee { background: radial-gradient(circle at 30% 30%, #C8825A 0%, #A05E38 50%, #5E3818 100%); } .dfpd-finishes-note { font-family: var(--dk-serif); font-weight: 400; font-size: 0.92rem; color: var(--stone); margin-top: 0.85rem; line-height: 1.55; } .dfpd-finishes-note .gold { color: var(--gold-dk); font-weight: 500; } /* DOWNLOADS — 3-card grid */ .dfpd-foot { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; } .dfpd-download { display: flex; align-items: center; gap: 0.95rem; padding: 1rem 1.25rem; background: var(--cream); border: 1px solid var(--border); border-radius: 4px; text-decoration: none; color: inherit; transition: all 0.2s; } .dfpd-download:hover { border-color: var(--gold); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(26, 26, 24, 0.08); } .dfpd-download-icon { width: 36px; height: 36px; background: var(--linen); border-radius: 4px; color: var(--gold-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .dfpd-download-title { font-family: var(--dk-sans); font-weight: 600; font-size: 0.95rem; line-height: 1.25; color: var(--ink); } .dfpd-download-sub { font-family: var(--dk-jost); font-weight: 500; font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); } .dfpd-download-arrow { margin-left: auto; color: var(--gold); transition: transform 0.2s; } .dfpd-download:hover .dfpd-download-arrow { transform: translateX(3px); } /* FAQ */ .dfpd-faq { background: var(--cream); border: 1px solid var(--border); border-radius: 4px; overflow: hidden; } .dfpd-faq-item { border-bottom: 1px solid var(--border-lt); } .dfpd-faq-item:last-child { border-bottom: none; } .dfpd-faq-item summary { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1rem 1.35rem; cursor: pointer; list-style: none; font-family: var(--dk-sans); font-weight: 600; font-size: 1rem; color: var(--ink); transition: background 0.2s; } .dfpd-faq-item summary::-webkit-details-marker { display: none; } .dfpd-faq-item summary:hover { background: var(--linen); } .dfpd-faq-toggle { flex-shrink: 0; width: 24px; height: 24px; border: 1px solid var(--border); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--gold); background: var(--cream); transition: transform 0.25s, background 0.2s; } .dfpd-faq-item[open] .dfpd-faq-toggle { transform: rotate(45deg); background: var(--gold-sft); border-color: var(--gold); } .dfpd-faq-answer { padding: 0 1.35rem 1.15rem; font-family: var(--dk-serif); font-weight: 400; font-size: 1rem; line-height: 1.65; color: var(--ink-2); } .dfpd-faq-answer p { margin: 0 0 0.55rem; } .dfpd-faq-answer p:last-child { margin-bottom: 0; } .dfpd-faq-answer p .gold { color: var(--gold-dk); font-weight: 500; } .dfpd-faq-answer a { color: var(--gold-dk); font-weight: 500; text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 1px; } .dfpd-support { padding-top: 1rem; border-top: 1px solid var(--border-lt); text-align: center; font-family: var(--dk-serif); font-weight: 400; font-size: 0.95rem; color: var(--stone); } .dfpd-link { color: var(--gold-dk); font-weight: 500; text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 1px; } .dfpd-link:hover { color: var(--ink); border-color: var(--ink); } @media (max-width: 900px) { .dfpd-features { grid-template-columns: repeat(2, 1fr); } .dfpd-feature:nth-child(2n) { border-right: none; } .dfpd-feature:nth-child(-n+2) { border-bottom: 1px solid var(--border-lt); } .dfpd-craft { grid-template-columns: 1fr; text-align: center; } .dfpd-craft-icon { margin: 0 auto; } .dfpd-configs { grid-template-columns: 1fr; gap: 0.85rem; } .dfpd-foot { grid-template-columns: 1fr; } } @media (max-width: 680px) { .dfpd { padding: 1rem 0 1.5rem; } .dfpd-spec-row { grid-template-columns: 1fr; gap: 0.2rem; padding: 0.85rem 1.15rem; } } @media (max-width: 480px) { .dfpd-features { grid-template-columns: 1fr; } .dfpd-feature { border-right: none; border-bottom: 1px solid var(--border-lt); } .dfpd-feature:last-child { border-bottom: none; } } Product Details · Cylindrical surface-mount drum The Asher Combination Ceiling Light. A minimalist surface-mount ceiling drum with a clean cylindrical metal shade and a frosted acrylic diffuser disc, lit by a 21W integrated LED. Available in two heights and three finishes — combine multiple units for tonal cluster arrangements like the cream / coffee / green grouping shown above. Suited to hallways, kitchens, bedrooms, entryways, and small living rooms. Cylindrical drum Two heights Three finishes Integrated 21W LED Combination-friendly Pure cylinders, grouped your way. The story Buy one, or build a cluster. The Asher reduces a ceiling fixture to its quietest possible form: a clean cylindrical drum in lacquered metal with a frosted acrylic diffuser disc set into the base. Surface-mounted directly to the ceiling, it sits roughly 8 to 15 cm proud of the surface — a low-profile presence rather than a hanging statement. The product name is deliberate: Asher Combination. Buy a single unit for a hallway, kitchen, or bedroom. Or order multiple drums — same height or mixed, same color or mixed — and group them into a tonal cluster like the cream / coffee / green arrangement shown above. The form's purity is what makes the combination read as composed rather than chaotic. Pairs effortlessly with modernist, minimalist, contemporary, Scandi, industrial, gallery-style, and café/restaurant interiors. Two heights, one diameter Pick the profile depth. Dia 30 × H 8 cm ∅ 11.8″ × H 3.1″ Integrated LED · 21 W Shallow drum · low-profile Dia 30 × H 15 cm ∅ 11.8″ × H 5.9″ Integrated LED · 21 W Deeper drum · sculptural presence Specifications Details, on the record. Material Metal (lacquered cylindrical shade) · Acrylic (frosted base diffuser disc) Light Source Integrated LED (LED module · non-replaceable · 21W) Power 21 W (both sizes share same LED module) Voltage AC 110–240 V Mounting Ceiling · Surface-mount · Hardwired · Indoor use Control Compatible with common wall switch (not included) Certifications North America · Europe · Saudi Arabia · Australia Finishes Cream Green Coffee Three finish options. Cream is a soft warm-neutral that recedes into pale ceilings. Green is a calm sage-toned color anchor. Coffee is a rich warm-brown that pops against white walls. Mix all three for a tonal cluster like the image above, or pick one for a quiet single-fixture install. Downloads Documents & resources. PDF Document Specifications PDF Document Installation 3D Resource 3D Files Frequently asked Quick questions. How do I order a "Combination" — multiple drums grouped together? Each drum is a standalone fixture sold individually. To create the cream / coffee / green cluster shown in the image above, simply order three units — choose the height for each (∅30 × H8 cm or ∅30 × H15 cm) and the finish (Cream, Green, or Coffee). Each unit mounts to its own ceiling junction box, so for a tight cluster you'll need multiple junction boxes roughly 30-35 cm apart. For arrangements without separate boxes, your electrician can run wiring from a single junction box to multiple drums — confirm with your electrician at the planning stage. Which height should I choose — H 8 or H 15? Both sizes share the same diameter (Dia 30 cm) and the same 21W LED module — so light output is identical. The choice is purely visual: H 8 cm (∅ 11.8″ × H 3.1″): shallow drum that reads as a low-profile disc. Ideal for low ceilings (under 240 cm / 8 ft), corridors, small bedrooms, or anywhere you want the fixture to feel embedded into the ceiling.H 15 cm (∅ 11.8″ × H 5.9″): deeper drum with stronger sculptural presence. Ideal for taller ceilings (240+ cm), rooms where the cylinder reads as a focal architectural element, or asymmetrical-height clusters. For mixed-height clusters like the image above, vary heights deliberately — typically two H 8 drums anchoring a single H 15 drum (or vice versa) for visual rhythm. Is the LED replaceable, and how long does it last? The Asher uses an integrated LED module — sealed into the drum and not user-replaceable. Modern integrated LEDs are typically rated for 25,000-50,000 hours, which is roughly 17-34 years at average household use, so end-of-life replacement is rarely an issue in normal lifespan. If your unit experiences an LED failure within the warranty period, contact [email protected] — we handle module-replacement service. Is it dimmable? The Asher has no built-in dimmer. Because the LED is integrated and factory-sealed, it is not compatible with external wall dimmers — even LED-rated dimmers can cause flickering or premature LED failure on integrated modules unless explicitly dimmable-rated by the manufacturer. For variable brightness, use a smart in-line module (installed by your electrician) or a smart wall switch that's specifically certified for non-dimmable integrated LED loads. Contact [email protected] if you need a dimmable variant for your project. How is it installed? The Asher is a surface-mount ceiling fixture — it mounts directly to a standard ceiling junction box and connects to a common wall switch (not included). The drum sits flush against the ceiling with no canopy or rod required. Installation should be performed by a licensed electrician unless you're experienced with line-voltage wiring. Refer to the Installation PDF in the Downloads section above for the wiring diagram. Where does the Asher work best? The cylindrical drum form pairs effortlessly with modernist, minimalist, contemporary, Scandi, industrial, gallery-style, and café / restaurant interiors. Best placements: Hallway / corridor: a row of single-color drums spaced 1.5-2 m apart for even ambient light.Kitchen: single drum over a prep area, or a 3-unit cluster over an island.Bedroom: single shallow drum overhead, paired with bedside lamps.Entryway: sculptural cluster as a quiet greeting fixture.Café / retail: commercial-friendly form that reads as design-conscious without competing with the room. What's the return policy? 30-day return policy on undamaged items in original packaging. Subtle variation in the lacquer finish across individual drums is part of the metal hand-finish character — not a defect. Contact [email protected] for returns or questions — we reply within 24 hours. Questions? [email protected] — we reply within 24 hours.
More you might like
Related
Asher Ceiling Light
Related
Asher Ceiling Light
Related
Asher Medium Ceiling Light
Related