Mylie Ceiling Lamp
/* ─── Base ─────────────────────────────────────────────── */ .mcl-wrap { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; color: #1a1a1a; line-height: 1.75; max-width: 860px; margin: 0 auto; background: transparent; } .mcl-section-title { font-size: 0.72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #1a1a1a; border-bottom: 1.5px solid #b8924a; padding-bottom: .45rem; margin: 2.6rem 0 1.2rem; } /* ─── § 1 HERO ──────────────────────────────────────────── */ .mcl-hero-body { font-size: .93rem; color: #555; line-height: 1.85; margin-bottom: 1.4rem; } .mcl-hero-pts { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: .5rem; } .mcl-hero-pt { display: flex; align-items: center; gap: 7px; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 20px; padding: .3rem .9rem; font-size: .8rem; color: #555; font-weight: 500; } /* ─── § 2 WHY YOU'LL LOVE IT ───────────────────────────── */ .mcl-why { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; margin-bottom: 2rem; } @media(max-width:480px){ .mcl-why { grid-template-columns: 1fr; } } .mcl-wc { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #b8924a; border-radius: 6px; padding: .95rem 1rem; font-size: .86rem; color: #444; line-height: 1.6; } .mcl-wc-icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; } .mcl-wc-title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } /* ─── § 3 USE SCENARIOS ─────────────────────────────────── */ .mcl-scenarios { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-bottom: 2rem; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 8px; overflow: hidden; } .mcl-scenario { padding: 1.3rem 1.15rem; border-right: 1px solid #e5e5e5; } .mcl-scenario:last-child { border-right: none; } .mcl-scenario__icon { font-size: 1.3rem; display: block; margin-bottom: .55rem; } .mcl-scenario__name { font-size: .92rem; font-weight: 600; color: #1a1a1a; display: block; margin-bottom: .35rem; } .mcl-scenario__desc { font-size: .82rem; color: #555; line-height: 1.6; } .mcl-scenario__tag { display: block; margin-top: .75rem; font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: #b8924a; } @media(max-width:520px){ .mcl-scenarios { grid-template-columns: 1fr; } .mcl-scenario { border-right: none; border-bottom: 1px solid #e5e5e5; } .mcl-scenario:last-child { border-bottom: none; } } /* ─── Colors ─────────────────────────────────────────────── */ .mcl-colors-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(160px,1fr)); gap: 8px; margin-bottom: 2rem; } .mcl-color-card { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; padding: .85rem 1rem; } .mcl-color-card__head { display: flex; align-items: center; gap: 9px; margin-bottom: .3rem; } .mcl-sw { width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0; border: 2px solid rgba(0,0,0,.1); box-shadow: 0 1px 4px rgba(0,0,0,.12); } .mcl-sw--white { background: #f5f5f2; border-color: #ccc; } .mcl-sw--beige { background: #d9cbb8; } .mcl-sw--walnut { background: #5c3d1e; } .mcl-color-card__name { font-weight: 600; font-size: .85rem; color: #1a1a1a; } .mcl-color-card__desc { font-size: .78rem; color: #666; line-height: 1.5; } /* ─── Product Size ───────────────────────────────────────── */ .mcl-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 ──────────────────────────────────────────────── */ .mcl-specs { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; grid-template-columns: repeat(auto-fill,minmax(255px,1fr)); gap: 7px; } .mcl-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; } .mcl-specs li::before { content: ''; display: block; width: 5px; height: 5px; min-width: 5px; border-radius: 50%; background: #b8924a; margin-top: 7px; } .mcl-specs strong { white-space: nowrap; } /* ─── Footer ─────────────────────────────────────────────── */ .mcl-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; } .mcl-foot-label { font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #888; display: block; margin-bottom: .75rem; } .mcl-badges { display: flex; flex-direction: column; gap: .4rem; } .mcl-badge { background: #fff; border: 1px solid #e5e5e5; border-radius: 20px; padding: .25rem .85rem; font-size: .78rem; color: #333; width: fit-content; } .mcl-dls { display: flex; flex-direction: column; gap: .45rem; } .mcl-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; } .mcl-dl:hover { border-color: #b8924a; } .mcl-dl img { width: 22px; height: 22px; object-fit: contain; opacity: .4; flex-shrink: 0; } @media(max-width:440px){ .mcl-foot { grid-template-columns: 1fr; gap: 1.2rem; } } Overview The Mylie Ceiling Lamp solves the ceiling light problem that most rooms never quite get right: a fixture that covers the room evenly, sits flush enough for low ceilings, and actually contributes something to the space's design. The travertine frame introduces natural stone at the most visible plane in the room — the warm tonal depth of the stone changes with the light, morning to evening. The frosted glass globe at the center diffuses the bulb into a soft, even glow with no visible filament or bright spot. The wood canopy adds material warmth at the ceiling mount. Wall or ceiling — the Mylie installs wherever the room needs it. 🪨 Travertine Stone Frame 🔆 Frosted Globe · Even Diffusion 🔄 Ceiling or Wall Mount Why You'll Love It 🪨 Travertine — Changes With the Light The travertine frame carries warm amber tones and fine surface veining that shift between morning and evening light — no manufactured finish replicates it. Natural variation from piece to piece means the lamp you receive has a stone pattern that's uniquely its own. 🌕 Frosted Globe — No Hot Spots, No Glare The frosted glass globe wraps the bulb in a smooth, omnidirectional diffusion — even glow from every angle, no visible filament, no shadows at the room's edges. Pair with a dimmer (sold separately) to move between full output and a quieter evening glow. 🔄 Ceiling or Wall — One Fixture, Two Uses The Mylie mounts on both ceilings and walls without modification. On the ceiling it's a flush main light; on the wall it becomes a sconce with the same travertine and frosted-globe combination. Two applications, one purchase. Where It Lives Best 🛏 Bedroom The Beige or Walnut Mylie above a bed reads as warm and deliberate — not just overhead coverage. The frosted globe keeps the light soft at any output, and the travertine frame gives the sleeping space a ceiling-level detail most bedrooms never have. On a dimmer it moves from functional to atmospheric. Beige or Walnut — ideal 🛋 Living Room As the primary ceiling light, the Mylie gives even ambient coverage while adding a natural-stone detail overhead. White keeps the space bright and clean; Walnut brings material warmth that relates to wood furniture below. Layer with floor lamps for a two-level arrangement. Layer with floor lamps 🚪 Hallway & Bathroom The 25 cm diameter fits a hallway without crowding the ceiling, and the damp rating fully supports bathroom installation — above a vanity mirror or on the bathroom wall, the Mylie brings natural stone into a space that usually receives only chrome and white ceramic. Damp rated — bathroom ready Colors White Clean and bright — maximizes light output, works in any palette. Beige Quiet and warm — the most versatile finish across different room styles. Walnut Color Rich and grounded — relates naturally to wood floors and warm interiors. Product Size Dia 25 cm × H 10 cm / ∅ 9.8″ × H 3.9″ Details Frame: Travertine Stone Diffuser: Frosted Glass Globe Canopy: Wood Materials: Wood, Travertine & Glass Mount: Ceiling or Wall Wiring: Hardwired Socket: G9 Max bulb: 10W incandescent or LED equivalent Dimmer compatible (switch not included) IP Rating: Damp rated — bathrooms & covered outdoors Certified: North America · Australia · Europe · Middle East Certifications 🌎 North America 🌏 Australia 🌍 Europe 🌍 Middle East Downloads Parameter Installation 3D Files
More you might like
Related
Shine LED Ceiling Lamp | Stylish Ceiling Lamp
Related
3Pcs Ceiling Light Pull Chain Switch 3 Speed 4 Wire Ceiling
Related
3Pcs Ceiling Light Pull Chain Switch 3 Speed 4 Wire Ceiling
Related