{"product_id":"lampada-da-soffitto-ellos","title":"Ellos ceiling lamp","description":"\u003c!-- ============================================================\n     LAMPADA DA SOFFITTO ELLOS — Descrizione del prodotto Shopify\n     Tono del marchio di stile di vita USA · Pulito · Moderno · Minimal\n     Prefisso CSS: .ecl-\n     ============================================================ --\u003e\n\u003cstyle\u003e\n  \/* ─── Base ─────────────────────────────────────────────── *\/\n  .ecl-wrap {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;\n    color: #1a1a1a;\n    line-height: 1.75;\n    max-width: 860px;\n    margin: 0 auto;\n    background: #fff;\n  }\n  .ecl-section-title {\n    font-size: 0.72rem;\n    font-weight: 600;\n    letter-spacing: .14em;\n    text-transform: uppercase;\n    color: #1a1a1a;\n    border-bottom: 1.5px solid #b8924a;\n    padding-bottom: .45rem;\n    margin: 2.6rem 0 1.2rem;\n  }\n\n  \/* Video — 2 colonne *\/\n  .ecl-videos {\n    display: grid; grid-template-columns: 1fr 1fr;\n    gap: 8px; margin-bottom: 2rem;\n  }\n  .ecl-vbox {\n    position: relative; padding-bottom: 56.25%; height: 0;\n    overflow: hidden; border-radius: 8px; background: #111;\n  }\n  .ecl-vbox iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }\n  @media(max-width:520px){ .ecl-videos { grid-template-columns: 1fr; } }\n\n  \/* Nota di acquisto *\/\n  .ecl-note {\n    background: #fff8ee; border: 1px solid #e8c87a; border-left: 3px solid #b8924a;\n    border-radius: 6px; padding: .7rem 1rem; margin-bottom: 2rem;\n    font-size: .82rem; color: #5a3e10; line-height: 1.6;\n    display: flex; align-items: center; gap: .65rem;\n  }\n\n  \/* ─── § 1 EROE ──────────────────────────────────────────── *\/\n  .ecl-hero-body {\n    font-size: .93rem; color: #555; line-height: 1.85; margin-bottom: 1.4rem;\n  }\n  .ecl-hero-pts { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: .5rem; }\n  .ecl-hero-pt  {\n    display: flex; align-items: center; gap: 7px;\n    background: #f7f7f7; border: 1px solid #e5e5e5;\n    border-radius: 20px; padding: .3rem .9rem;\n    font-size: .8rem; color: #555; font-weight: 500;\n  }\n\n  \/* ─── § 2 PERCHÉ LO ADORERAI ───────────────────────────── *\/\n  .ecl-why {\n    display: grid; grid-template-columns: repeat(2, 1fr);\n    gap: 8px; margin-bottom: 2rem;\n  }\n  @media(max-width:480px){ .ecl-why { grid-template-columns: 1fr; } }\n  .ecl-wc {\n    background: #f7f7f7; border: 1px solid #e5e5e5;\n    border-top: 3px solid #b8924a; border-radius: 6px;\n    padding: .95rem 1rem; font-size: .86rem; color: #444; line-height: 1.6;\n  }\n  .ecl-wc-icon  { font-size: 1.2rem; display: block; margin-bottom: .35rem; }\n  .ecl-wc-title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; }\n\n  \/* ─── § 3 SCENARI D'USO ─────────────────────────────────── *\/\n  .ecl-scenarios {\n    display: grid; grid-template-columns: repeat(3, 1fr);\n    gap: 0; margin-bottom: 2rem;\n    background: #f7f7f7; border: 1px solid #e5e5e5;\n    border-radius: 8px; overflow: hidden;\n  }\n  .ecl-scenario { padding: 1.3rem 1.15rem; border-right: 1px solid #e5e5e5; }\n  .ecl-scenario:last-child { border-right: none; }\n  .ecl-scenario__icon { font-size: 1.3rem; display: block; margin-bottom: .55rem; }\n  .ecl-scenario__name { font-size: .92rem; font-weight: 600; color: #1a1a1a; display: block; margin-bottom: .35rem; }\n  .ecl-scenario__desc { font-size: .82rem; color: #555; line-height: 1.6; }\n  .ecl-scenario__tag  { display: block; margin-top: .75rem; font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #b8924a; }\n  @media(max-width:520px){\n    .ecl-scenarios { grid-template-columns: 1fr; }\n    .ecl-scenario  { border-right: none; border-bottom: 1px solid #e5e5e5; }\n    .ecl-scenario:last-child { border-bottom: none; }\n  }\n\n  \/* ─── § 4 PRIMA \/ DOPO ────────────────────────────────── *\/\n  .ecl-ba { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 2rem; }\n  .ecl-bac {\n    background: #f7f7f7; border: 1px solid #e5e5e5;\n    border-top: 3px solid #ddd; border-radius: 6px; padding: 1.1rem 1.2rem;\n  }\n  .ecl-bac--after { border-top-color: #b8924a; background: #fff8ee; border-color: #e8c87a; }\n  .ecl-bac-label {\n    font-size: .62rem; font-weight: 700; letter-spacing: .14em;\n    text-transform: uppercase; display: block; margin-bottom: .65rem;\n  }\n  .ecl-bac--before .ecl-bac-label { color: #999; }\n  .ecl-bac--after  .ecl-bac-label { color: #b8924a; }\n  .ecl-bac-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: .32rem; }\n  .ecl-bac-list li {\n    font-size: .85rem; color: #555;\n    display: flex; align-items: flex-start; gap: .5rem; line-height: 1.5;\n  }\n  .ecl-bac-list li::before {\n    content: ''; display: block; width: 4px; height: 4px; min-width: 4px;\n    border-radius: 50%; margin-top: .52rem; flex-shrink: 0;\n  }\n  .ecl-bac--before .ecl-bac-list li::before { background: #ccc; }\n  .ecl-bac--after  .ecl-bac-list li::before { background: #b8924a; }\n  @media(max-width:440px) { .ecl-ba { grid-template-columns: 1fr; } }\n\n  \/* ─── § 5 VENDITA INCROCIATA ────────────────────────────── *\/\n  .ecl-upsell {\n    background: #f7f7f7; border: 1px solid #e5e5e5;\n    border-left: 3px solid #b8924a; border-radius: 6px;\n    padding: 1.15rem 1.3rem; margin-bottom: 1.2rem;\n    display: flex; align-items: flex-start; gap: 1.2rem;\n    font-size: .9rem; color: #555; line-height: 1.7;\n  }\n  .ecl-upsell__count { font-size: 2.5rem; font-weight: 300; color: #b8924a; line-height: 1; flex-shrink: 0; }\n  .ecl-upsell__title { font-weight: 600; font-size: .9rem; color: #1a1a1a; display: block; margin-bottom: .25rem; }\n  @media(max-width:440px){ .ecl-upsell { flex-direction: column; gap: .7rem; } }\n\n  .ecl-pair-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 8px; margin-bottom: 2rem; }\n  .ecl-pair-card  {\n    background: #f7f7f7; border: 1px solid #e5e5e5;\n    border-top: 3px solid #b8924a; border-radius: 6px;\n    padding: .9rem 1rem; font-size: .85rem; color: #444; line-height: 1.55;\n  }\n  .ecl-pair-card__icon  { font-size: 1.1rem; display: block; margin-bottom: .3rem; }\n  .ecl-pair-card__title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; }\n  .ecl-pair-card__tag   { display: block; margin-top: .5rem; font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #b8924a; }\n\n  \/* ─── Schede di dimensioni ───────────────────────────────── *\/\n  .ecl-sizes {\n    display: grid; grid-template-columns: repeat(2, 1fr);\n    gap: 8px; margin-bottom: 2rem;\n  }\n  @media(max-width:440px){ .ecl-sizes { grid-template-columns: 1fr; } }\n  .ecl-size-card {\n    background: #f7f7f7; border: 1px solid #e5e5e5;\n    border-top: 3px solid #b8924a; border-radius: 6px;\n    padding: .95rem 1.1rem; position: relative;\n  }\n  .ecl-size-card__dim  { font-size: .95rem; font-weight: 600; color: #1a1a1a; display: block; margin-bottom: .15rem; }\n  .ecl-size-card__imp  { font-size: .8rem; color: #888; display: block; margin-bottom: .4rem; }\n  .ecl-size-card__spec { font-size: .82rem; color: #b8924a; font-weight: 600; }\n  .ecl-size-card__desc { font-size: .8rem; color: #555; margin-top: .4rem; line-height: 1.5; }\n  .ecl-popular {\n    position: absolute; top: -1px; right: -1px;\n    background: #b8924a; color: #fff;\n    font-size: .6rem; font-weight: 700; letter-spacing: .1em;\n    text-transform: uppercase; padding: .2rem .6rem;\n    border-radius: 0 5px 0 5px;\n  }\n\n  \/* ─── Colori ─────────────────────────────────────────────── *\/\n  .ecl-colors-grid {\n    display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));\n    gap: 8px; margin-bottom: 2rem;\n  }\n  .ecl-color-card {\n    background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px;\n    padding: .8rem 1rem; display: flex; align-items: center; gap: 10px;\n    font-size: .85rem; color: #333; font-weight: 500;\n  }\n  .ecl-sw {\n    width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0;\n    border: 2px solid rgba(0,0,0,.1); box-shadow: 0 1px 4px rgba(0,0,0,.12);\n  }\n  .ecl-sw--black  { background: #2a2a2a; }\n  .ecl-sw--walnut { background: linear-gradient(135deg, #7c5c3e, #a87850); }\n  .ecl-sw--white  { background: #f5f5f2; border-color: #ccc; }\n\n  \/* ─── Specifiche ───────────────────────────────────────────── *\/\n  .ecl-specs {\n    list-style: none; padding: 0; margin: 0 0 2rem;\n    display: grid; grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); gap: 7px;\n  }\n  .ecl-specs li {\n    display: flex; align-items: flex-start; gap: 9px;\n    background: #f7f7f7; border: 1px solid #e5e5e5;\n    border-radius: 6px; padding: .55rem .85rem; font-size: .88rem; color: #333;\n  }\n  .ecl-specs li::before {\n    content: ''; display: block; width: 5px; height: 5px; min-width: 5px;\n    border-radius: 50%; background: #b8924a; margin-top: 7px;\n  }\n\n  \/* ─── Footer ─────────────────────────────────────────────── *\/\n  .ecl-foot {\n    background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px;\n    padding: 1.3rem; display: grid; grid-template-columns: 1fr 1fr;\n    gap: 2rem; margin-bottom: 2rem; align-items: start;\n  }\n  .ecl-foot-label {\n    font-size: .62rem; font-weight: 700; letter-spacing: .16em;\n    text-transform: uppercase; color: #888; display: block; margin-bottom: .75rem;\n  }\n  .ecl-badges { display: flex; flex-direction: column; gap: .4rem; }\n  .ecl-badge  {\n    background: #fff; border: 1px solid #e5e5e5;\n    border-radius: 20px; padding: .25rem .85rem;\n    font-size: .78rem; color: #333; width: fit-content;\n  }\n  .ecl-dls { display: flex; flex-direction: column; gap: .45rem; }\n  .ecl-dl {\n    display: flex; align-items: center; gap: 9px;\n    text-decoration: none; color: #1a1a1a;\n    font-size: .75rem; font-weight: 600; letter-spacing: .07em;\n    text-transform: uppercase; padding: .6rem .85rem;\n    background: #fff; border: 1px solid #e5e5e5; border-radius: 6px; transition: border-color .2s;\n  }\n  .ecl-dl:hover { border-color: #b8924a; }\n  .ecl-dl img { width: 22px; height: 22px; object-fit: contain; opacity: .4; flex-shrink: 0; }\n  @media(max-width:440px){ .ecl-foot { grid-template-columns: 1fr; gap: 1.2rem; } }\n\u003c\/style\u003e\n\u003cdiv class=\"ecl-wrap\"\u003e\n \u003c!-- VIDEO --\u003e\n \u003cdiv class=\"ecl-section-title\"\u003eSee it in your home\u003c\/div\u003e\n \u003cdiv class=\"ecl-videos\"\u003e\n \u003cdiv class=\"ecl-vbox\"\u003e\n \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/lSIc012XN5Y\" title=\"Installazione della lampada da soffitto Ellos\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen loading=\"lazy\"\u003e\u003c\/iframe\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ecl-vbox\"\u003e\n \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/8v9-x_sgM-c\" title=\"Panoramica della lampada da soffitto Ellos\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen loading=\"lazy\"\u003e\u003c\/iframe\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c!-- Nota di acquisto --\u003e\n \u003cdiv class=\"ecl-note\"\u003e\n \u003cspan\u003e⚠️\u003c\/span\u003e\n \u003cspan\u003e\u003cstrong\u003ePurchase note:\u003c\/strong\u003e The lamp has a 180° tilt angle.\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c!-- ─────────────────────────────────────────\n       § 1  EROE\n  ───────────────────────────────────────── --\u003e\n \u003cp class=\"ecl-hero-body\"\u003e\n The \u003cstrong\u003eEllos Ceiling Lamp\u003c\/strong\u003e does what a main light should do: fill\n the room evenly, look beautiful while doing so, and stay out of the way. The circular frame sits flush\n with the ceiling—with a depth of 12 cm, it works in rooms where a chandelier or pendant would be\n bulky. The acrylic diffuser spreads the integrated LED throughout the room with warm, even 3000K light\n without hot spots or shadows. The wood-effect frame finish, achieved through\n Water-transfer printing adds a natural material note that keeps the light fixture from looking\n Generic. Two sizes, one finish, one fixture that works in every room it enters.\n \u003c\/p\u003e\n \u003cdiv class=\"ecl-hero-pts\"\u003e\n \u003cdiv class=\"ecl-hero-pt\"\u003e💡 Integrated LED · 50,000-hour lifespan\u003c\/div\u003e\n \u003cdiv class=\"ecl-hero-pt\"\u003e🌡 Warm white 3000K\u003c\/div\u003e\n \u003cdiv class=\"ecl-hero-pt\"\u003e🪵 Wood-effect metal frame\u003c\/div\u003e\n \u003c\/div\u003e\n \u003c!-- ─────────────────────────────────────────\n       § 2  PERCHÉ LO ADORERAI\n  ───────────────────────────────────────── --\u003e\n \u003cdiv class=\"ecl-section-title\"\u003eWhy you’ll love it\u003c\/div\u003e\n \u003cdiv class=\"ecl-why\"\u003e\n \u003cdiv class=\"ecl-wc\"\u003e\n \u003cspan class=\"ecl-wc-icon\"\u003e💡\u003c\/span\u003e\n \u003cspan class=\"ecl-wc-title\"\u003eIntegrated LED — Never think about light bulbs again\u003c\/span\u003e\n The integrated LED is rated for 50,000 hours—about 17 years of daily use. There is no bulb to choose, no socket to match, and no replacement to plan for. It turns on with the same warm 3000K light from the first day to the last. The fixture takes care of itself.\n \u003c\/div\u003e\n \u003cdiv class=\"ecl-wc\"\u003e\n \u003cspan class=\"ecl-wc-icon\"\u003e🌕\u003c\/span\u003e\n \u003cspan class=\"ecl-wc-title\"\u003eEven light, without hot spots\u003c\/span\u003e\n The acrylic diffuser spreads the LED output across the entire fixture surface—the ceiling glows evenly, without a bright center or dim edges. The 40 cm model provides 2,640 lm; the 50 cm model provides 3,960 lm. Enough light for working; warm enough for relaxing.\n \u003c\/div\u003e\n \u003cdiv class=\"ecl-wc\"\u003e\n \u003cspan class=\"ecl-wc-icon\"\u003e🪵\u003c\/span\u003e\n \u003cspan class=\"ecl-wc-title\"\u003eWood-effect finish — Not plastic, not generic\u003c\/span\u003e\n The lamp uses water-transfer printing to apply a realistic walnut wood texture to the metal surface. The canopy is black; the diffuser is white acrylic. The result is a ceiling lamp perceived as a material choice rather than simply a piece of hardware.\n \u003c\/div\u003e\n \u003cdiv class=\"ecl-wc\"\u003e\n \u003cspan class=\"ecl-wc-icon\"\u003e📐\u003c\/span\u003e\n \u003cspan class=\"ecl-wc-title\"\u003e12 cm deep — Works with any ceiling height\u003c\/span\u003e\n At just 12 cm deep, the Ellos sits close to the ceiling without protruding. It works in apartments, hallways, and bedrooms where anything lower would feel intrusive. The 180° tilt angle lets you slightly angle the light when the room layout calls for it.\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c!-- ─────────────────────────────────────────\n       § 3  SCENARI D'USO\n  ───────────────────────────────────────── --\u003e\n \u003cdiv class=\"ecl-section-title\"\u003eWhere it works best\u003c\/div\u003e\n \u003cdiv class=\"ecl-scenarios\"\u003e\n \u003cdiv class=\"ecl-scenario\"\u003e\n \u003cspan class=\"ecl-scenario__icon\"\u003e🛏\u003c\/span\u003e\n \u003cspan class=\"ecl-scenario__name\"\u003eBedroom\u003c\/span\u003e\n \u003cp class=\"ecl-scenario__desc\"\u003eThe 40 cm model fills a bedroom with warm, even light without overwhelming the space. At 12 cm deep, it never competes with the room’s proportions. The walnut finish adds natural warmth to the area above, making the room feel cozier in the evening.\u003c\/p\u003e\n \u003cspan class=\"ecl-scenario__tag\"\u003e40 cm — ideal\u003c\/span\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ecl-scenario\"\u003e\n \u003cspan class=\"ecl-scenario__icon\"\u003e🛋\u003c\/span\u003e\n \u003cspan class=\"ecl-scenario__name\"\u003eLiving room\u003c\/span\u003e\n \u003cp class=\"ecl-scenario__desc\"\u003eThe 50 cm model anchors the living room ceiling with enough output (3,960 lm) to illuminate the entire space and enough presence to be perceived as a considered fixture. The circular shape and wood-effect frame pair well with the furniture and artwork below — the ceiling contributes to the room's design rather than disappearing into it.\u003c\/p\u003e\n \u003cspan class=\"ecl-scenario__tag\"\u003e50 cm — ideal\u003c\/span\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ecl-scenario\"\u003e\n \u003cspan class=\"ecl-scenario__icon\"\u003e🚪\u003c\/span\u003e\n \u003cspan class=\"ecl-scenario__name\"\u003eHallway \u0026amp; Utility\u003c\/span\u003e\n \u003cp class=\"ecl-scenario__desc\"\u003eIn a hallway, bathroom, or utility room, Ellos provides consistent light without the maintenance concerns of a bulb-based fixture. The damp rating covers bathrooms. The slim profile works with low ceilings. The 40 cm model works anywhere the ceiling needs a reliable, hassle-free light source.\u003c\/p\u003e\n \u003cspan class=\"ecl-scenario__tag\"\u003eDamp-rated — ready for the bathroom\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c!-- ─────────────────────────────────────────\n       § 4  DESIGN \u0026 LUCE\n  ───────────────────────────────────────── --\u003e\n \u003cdiv class=\"ecl-section-title\"\u003eDesign \u0026amp; Light\u003c\/div\u003e\n \u003cdiv class=\"ecl-ba\"\u003e\n \u003cdiv class=\"ecl-bac ecl-bac--before\"\u003e\n \u003cspan class=\"ecl-bac-label\"\u003eStandard ceiling fixture\u003c\/span\u003e\n \u003cul class=\"ecl-bac-list\"\u003e\n \u003cli\u003ePlain white or chrome — no material character\u003c\/li\u003e\n \u003cli\u003eVisible bulb or poorly diffused light — bright spot in the center\u003c\/li\u003e\n \u003cli\u003eReplacement bulbs needed every 1–2 years\u003c\/li\u003e\n \u003cli\u003eGeneric shape that looks like builder-grade hardware\u003c\/li\u003e\n \u003cli\u003eThe ceiling contributes nothing to the room's design\u003c\/li\u003e\n \u003c\/ul\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ecl-bac ecl-bac--after\"\u003e\n \u003cspan class=\"ecl-bac-label\"\u003eWith Ellos\u003c\/span\u003e\n \u003cul class=\"ecl-bac-list\"\u003e\n \u003cli\u003eThe wood-effect frame looks like a considered material choice\u003c\/li\u003e\n \u003cli\u003eThe acrylic diffuser spreads light evenly — no hot spots\u003c\/li\u003e\n \u003cli\u003eIntegrated LED · 50,000 hours · zero bulb maintenance\u003c\/li\u003e\n \u003cli\u003e3000K warm white feels natural and comfortable at any hour\u003c\/li\u003e\n \u003cli\u003eSlim 12 cm profile works with any ceiling height\u003c\/li\u003e\n \u003c\/ul\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c!-- ─────────────────────────────────────────\n       § 5  STILIZZAZIONE \u0026 VENDITA INCROCIATA\n  ───────────────────────────────────────── --\u003e\n \u003cdiv class=\"ecl-section-title\"\u003eStyling \u0026amp; Combinations\u003c\/div\u003e\n \u003cdiv class=\"ecl-upsell\"\u003e\n \u003cspan class=\"ecl-upsell__count\"\u003e×3\u003c\/span\u003e\n \u003cdiv\u003e\n \u003cspan class=\"ecl-upsell__title\"\u003eThree rooms, one family of fixtures — the simplest way to light an entire home.\u003c\/span\u003e\n A 50 cm Ellos in the living room, a 40 cm one in each bedroom, and a 40 cm one in the hallway — the same walnut-colored wood-effect frame and warm 3000K light run throughout every room. The home feels cohesive without looking designed in one corner. Every fixture is maintenance-free for the life of the home; the whole-house lighting decision becomes a single choice.\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ecl-pair-cards\"\u003e\n \u003cdiv class=\"ecl-pair-card\"\u003e\n \u003cspan class=\"ecl-pair-card__icon\"\u003e💡\u003c\/span\u003e\n \u003cspan class=\"ecl-pair-card__title\"\u003eLayer with floor and table lamps\u003c\/span\u003e\n Ellos as the main source of overhead light, combined with a floor or table lamp in the corner, gives the room two levels of light — bright and ambient for daytime use, warm and low for evenings. The integrated LED handles the functional zone; the secondary lamps handle the atmosphere. The combination makes any room feel more considered than ceiling light alone.\n \u003cspan class=\"ecl-pair-card__tag\"\u003eLayered Lighting\u003c\/span\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ecl-pair-card\"\u003e\n \u003cspan class=\"ecl-pair-card__icon\"\u003e🪵\u003c\/span\u003e\n \u003cspan class=\"ecl-pair-card__title\"\u003eWalnut finish, black ceiling mount, white acrylic diffuser\u003c\/span\u003e\n The walnut wood-effect lamp adds natural warmth overhead; the black ceiling mount works cleanly with any ceiling color; the white acrylic diffuser spreads light evenly throughout the room. Three components, one cohesive fixture — the same combination in every room ties the home together.\n \u003cspan class=\"ecl-pair-card__tag\"\u003eFinish Flexibility\u003c\/span\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ecl-pair-card\"\u003e\n \u003cspan class=\"ecl-pair-card__icon\"\u003e📐\u003c\/span\u003e\n \u003cspan class=\"ecl-pair-card__title\"\u003e40 cm + 50 cm together\u003c\/span\u003e\n The 50 cm model anchors the living or dining area; the 40 cm model suits the bedroom and hallway. Both sizes share the same profile, finish options, and 3000K output — light quality stays consistent throughout the home; only the scale changes.\n \u003cspan class=\"ecl-pair-card__tag\"\u003eSize Pairing\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c!-- Dimensione del prodotto --\u003e\n \u003cdiv class=\"ecl-section-title\"\u003eProduct Size\u003c\/div\u003e\n \u003cdiv class=\"ecl-sizes\"\u003e\n \u003cdiv class=\"ecl-size-card\"\u003e\n \u003cspan class=\"ecl-size-card__dim\"\u003eØ 40 cm × H 12 cm\u003c\/span\u003e\n \u003cspan class=\"ecl-size-card__imp\"\u003e∅ 15.7″ × H 4.7″\u003c\/span\u003e\n \u003cspan class=\"ecl-size-card__spec\"\u003e24W · 2,640 lm\u003c\/span\u003e\n \u003cp class=\"ecl-size-card__desc\"\u003eBedroom, hallway, bathroom — compact rooms needing reliable, even lighting.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003cdiv class=\"ecl-size-card\" style=\"position:relative;\"\u003e\n \u003cspan class=\"ecl-popular\"\u003e★ Most Popular\u003c\/span\u003e\n \u003cspan class=\"ecl-size-card__dim\"\u003eØ 50 cm × H 12 cm\u003c\/span\u003e\n \u003cspan class=\"ecl-size-card__imp\"\u003e∅ 19.6″ × H 4.7″\u003c\/span\u003e\n \u003cspan class=\"ecl-size-card__spec\"\u003e36W · 3,960 lm\u003c\/span\u003e\n \u003cp class=\"ecl-size-card__desc\"\u003eLiving room, dining area, open-plan space — larger spaces requiring full coverage.\u003c\/p\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c!-- Colori --\u003e\n \u003cdiv class=\"ecl-section-title\"\u003eColors\u003c\/div\u003e\n \u003cdiv class=\"ecl-colors-grid\"\u003e\n \u003cdiv class=\"ecl-color-card\"\u003e\n\u003cspan class=\"ecl-sw ecl-sw--walnut\"\u003e\u003c\/span\u003e Walnut \u003cspan style=\"font-size:.75rem;color:#888;font-weight:400;margin-left:4px;\"\u003e· Shade\u003c\/span\u003e\n\u003c\/div\u003e\n \u003cdiv class=\"ecl-color-card\"\u003e\n\u003cspan class=\"ecl-sw ecl-sw--black\"\u003e\u003c\/span\u003e Black \u003cspan style=\"font-size:.75rem;color:#888;font-weight:400;margin-left:4px;\"\u003e· Ceiling\u003c\/span\u003e\n\u003c\/div\u003e\n \u003cdiv class=\"ecl-color-card\"\u003e\n\u003cspan class=\"ecl-sw ecl-sw--white\"\u003e\u003c\/span\u003e White \u003cspan style=\"font-size:.75rem;color:#888;font-weight:400;margin-left:4px;\"\u003e· Acrylic diffuser\u003c\/span\u003e\n\u003c\/div\u003e\n \u003c\/div\u003e\n \u003c!-- Dettagli --\u003e\n \u003cdiv class=\"ecl-section-title\"\u003eDetails\u003c\/div\u003e\n \u003cul class=\"ecl-specs\"\u003e\n \u003cli\u003eShade Finish: \u003cstrong\u003eWalnut\u003c\/strong\u003e (wood-effect water transfer printing)\u003c\/li\u003e\n \u003cli\u003eCeiling: \u003cstrong\u003eBlack\u003c\/strong\u003e\n\u003c\/li\u003e\n \u003cli\u003eDiffuser: \u003cstrong\u003eWhite Acrylic\u003c\/strong\u003e\n\u003c\/li\u003e\n \u003cli\u003eDiffuser: \u003cstrong\u003eAcrylic\u003c\/strong\u003e\n\u003c\/li\u003e\n \u003cli\u003eMaterials: \u003cstrong\u003eAcrylic \u0026amp; Metal\u003c\/strong\u003e\n\u003c\/li\u003e\n \u003cli\u003eLED: \u003cstrong\u003eIntegrated\u003c\/strong\u003e — non-replaceable · 50,000 hours\u003c\/li\u003e\n \u003cli\u003eColor Temperature: \u003cstrong\u003eWarm White 3000K\u003c\/strong\u003e\n\u003c\/li\u003e\n \u003cli\u003e40 cm: \u003cstrong\u003e24W · 2,640 lm\u003c\/strong\u003e\n\u003c\/li\u003e\n \u003cli\u003e50 cm: \u003cstrong\u003e36W · 3,960 lm\u003c\/strong\u003e\n\u003c\/li\u003e\n \u003cli\u003eTilt: \u003cstrong\u003e180°\u003c\/strong\u003e tilt angle\u003c\/li\u003e\n \u003cli\u003eWiring: \u003cstrong\u003eHardwired\u003c\/strong\u003e\n\u003c\/li\u003e\n \u003cli\u003eIP Rating: \u003cstrong\u003eRated for damp locations\u003c\/strong\u003e — bathrooms \u0026amp; covered outdoor areas\u003c\/li\u003e\n \u003cli\u003eCertified: North America · Australia · Europe · Middle East\u003c\/li\u003e\n \u003c\/ul\u003e\n \u003c!-- Footer --\u003e\n \u003cdiv class=\"ecl-foot\"\u003e\n \u003cdiv\u003e\n \u003cspan class=\"ecl-foot-label\"\u003eCertifications\u003c\/span\u003e\n \u003cdiv class=\"ecl-badges\"\u003e\n \u003cspan class=\"ecl-badge\"\u003e🌎 North America\u003c\/span\u003e\n \u003cspan class=\"ecl-badge\"\u003e🌏 Australia\u003c\/span\u003e\n \u003cspan class=\"ecl-badge\"\u003e🌍 Europe\u003c\/span\u003e\n \u003cspan class=\"ecl-badge\"\u003e🌍 Middle East\u003c\/span\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003cdiv\u003e\n \u003cspan class=\"ecl-foot-label\"\u003eDownload\u003c\/span\u003e\n \u003cdiv class=\"ecl-dls\"\u003e\n \u003ca class=\"ecl-dl\" href=\"https:\/\/drive.google.com\/file\/d\/15CsyUqBB7sNBM7aJoIAqxu6kwg4roLJa\/view?usp=drive_link\" target=\"_blank\" rel=\"noopener\"\u003e\n \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/document-file-icon-docos-1_480x480.jpg?v=1683337478\" alt=\"\"\u003e\n Specification\n \u003c\/a\u003e\n \u003ca class=\"ecl-dl\" href=\"https:\/\/drive.google.com\/file\/d\/155nfHYET_1kbG04KNhnv1PxSp3ivdcmv\/view?usp=drive_link\" target=\"_blank\" rel=\"noopener\"\u003e\n \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0745\/2495\/0802\/files\/document-file-icon-docos-1_480x480.jpg?v=1683337478\" alt=\"\"\u003e\n Installation\n \u003c\/a\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n \u003c\/div\u003e\n\u003c\/div\u003e\u003c!-- end .ecl-wrap --\u003e","brand":"TrendsBySarando.it","offers":[{"title":"Ø 40cm x H 12cm \/ ∅ 15.7″ x H 4.7″ \/ Walnut color \/ Warm White","offer_id":54935829610838,"sku":"DCC-61228-01","price":151.95,"currency_code":"EUR","in_stock":true},{"title":"Ø 40cm x H 12cm \/ ∅ 15.7″ x H 4.7″ \/ Walnut color \/ Warm Triac dimming","offer_id":54935829643606,"sku":"DCC-61228-02","price":168.95,"currency_code":"EUR","in_stock":true},{"title":"Ø 50cm x H 12cm \/ ∅ 19.6″ x H 4.7″ \/ Walnut color \/ Warm White","offer_id":54935829676374,"sku":"DCC-61228-03","price":190.95,"currency_code":"EUR","in_stock":true},{"title":"Ø 50cm x H 12cm \/ ∅ 19.6″ x H 4.7″ \/ Walnut color \/ Warm Triac dimming","offer_id":54935829709142,"sku":"DCC-61228-04","price":209.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0918\/8438\/8694\/files\/Ellos_Ceiling_Light_1.jpg?v=1786295342","url":"https:\/\/www.trendsbysarando.it\/en-ie\/products\/lampada-da-soffitto-ellos","provider":"TrendsBySarando.it","version":"1.0","type":"link"}