Soleil Pendant Light
.mh-pdp { max-width: 860px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; padding: 28px 22px 12px; line-height: 1.6; fon t-size: 15px; --brand-dark: #3E2723; --brand-bg: #F6F5EF; --brand-light: #949494; --brand-white: #FFFFFF; --brand-border: #DDDDDD; --bg: var(--brand-bg); --bg-card: var(--brand-white); --bg-warm: #EDE9DB; --bg-softer: #ECEAE0; --border: #E2DFD4; --border-lt: #EDEAE0; --accent-dk: #2A1A17; --accent-tint: #EDE6DC; --accent-bdr: #D4C9B8; --text: var(--brand-dark); --text-mid: #6B5D5A; --text-light: var(--brand-light); color: var(--text); background: transparent; } .mh-pdp * { box-sizing: border-box; font-size: 15px !important; } .mh-pdp svg { fill: none !important; } .mh-pdp a { text-decoration: none; color: inherit; } .mh-pdp img { max-width: 100%; height: auto; display: block; } .mh-pdp p { margin: 0 0 0.8rem; color: var(--text-mid); } .mh-pdp section { margin-bottom: 2.6rem; } .mh-pdp .sec-header { display: flex; align-items: center; gap: 14px; margin-bottom: 1.3rem; } .mh-pdp .sec-header-line { flex: 1; height: 0.5px; background: var(--border); } .mh-pdp .sec-title { font-weight: 400; color: var(--brand-dark); white-space: nowrap; } /* Dark finish bar */ .mh-pdp .finish-bar { background: var(--accent-dk); border-radius: 10px; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-top: 1.4rem; } .mh-pdp .finish-bar-text { color: #c5bcac; line-height: 1.55; } .mh-pdp .finish-bar-text strong { color: #f0e8d8; font-weight: 600; display: block; letter-spacing: 0.02em; margin-bottom: 3px; text-transform: uppercase; } .mh-pdp .finish-bar-chips { display: flex; gap: 16px; flex-wrap: wrap; } .mh-pdp .bar-chip { display: flex; align-items: center; gap: 8px; color: #e8e0c8; letter-spacing: 0.01em; } .mh-pdp .bar-chip-dot { width: 16px; height: 16px; border-radius: 50%; border: 0.5px solid rgba(255,255,255,0.18); flex-shrink: 0; } /* Features */ .mh-pdp .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .mh-pdp .feature-card { background: var(--bg-card); border: 0.5px solid var(--border); border-radius: 10px; padding: 22px 18px 20px; display: flex; flex-direction: column; } .mh-pdp .feature-icon-wrap { width: 40px; height: 40px; border-radius: 50%; background: var(--bg-warm); border: 0.5px solid var(--accent-bdr); display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; } .mh-pdp .feature-icon-wrap svg { width: 18px; height: 18px; stroke: var(--brand-dark); stroke-width: 1.6; } .mh-pdp .feature-title { font-size: 15px !important; font-family: inherit !important; font-weight: 600 !important; color: var(--brand-dark) !important; text-transform: none !important; letter-spacing: -0.005em !important; line-height: 1.3 !important; margin: 0 0 8px !important; text-align: center !important; display: flex !important; align-items: center !important; justify-content: center !important; min-height: 2.6em; } .mh-pdp .feature-desc { color: var(--text-mid); line-height: 1.55; margin: 0; text-align: center; } /* Spec grid */ .mh-pdp .spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--border); border-radius: 12px; overflow: hidden; background: var(--bg-card); } .mh-pdp .spec-item { padding: 14px 18px; border-bottom: 0.5px solid var(--border-lt); display: flex; align-items: center; gap: 16px; } .mh-pdp .spec-item:nth-child(even) { background: var(--bg-softer); } .mh-pdp .spec-item:last-child { border-bottom: 0; } .mh-pdp .spec-key { font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--brand-dark); width: 180px; flex-shrink: 0; } .mh-pdp .spec-val { font-weight: 500; color: var(--text); } .mh-pdp .spec-val-multi { display: flex; flex-direction: column; gap: 4px; } .mh-pdp .spec-val-dot { display: inline-flex; align-items: center; gap: 7px; margin-right: 16px; } .mh-pdp .spec-val-dot span.dot { width: 14px; height: 14px; border-radius: 50%; border: 0.5px solid rgba(62,39,35,0.12); flex-shrink: 0; display: inline-block; } /* Cert badges */ .mh-pdp .cert-badges-grid { display: flex; flex-wrap: wrap; gap: 6px; } .mh-pdp .cert-badge { font-size: 12px !important; font-weight: 500; color: var(--brand-dark); background: var(--accent-tint); border: 0.5px solid var(--accent-bdr); padding: 2px 9px; border-radius: 99px; text-align: center; white-space: nowrap; letter-spacing: 0.02em; } /* Note card */ .mh-pdp .note-card { background: var(--bg-warm); border-left: 2.5px solid var(--brand-dark); border-radius: 0 8px 8px 0; padding: 14px 18px; display: flex; gap: 12px; align-items: flex-start; margin-top: 14px; } .mh-pdp .note-card svg { width: 18px; height: 18px; stroke: var(--brand-dark); stroke-width: 1.6; flex-shrink: 0; margin-top: 2px; } .mh-pdp .note-card-text { color: var(--brand-dark); line-height: 1.55; } .mh-pdp .note-card-text strong { font-weight: 600; } /* Downloads */ .mh-pdp .dl-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; } .mh-pdp .dl-btn { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 22px 14px; border-radius: 10px; border: 0.5px solid var(--border); background: var(--bg-card); text-decoration: none; color: var(--brand-dark); font-weight: 600; text-align: center; transition: border-color 0.2s ease, background 0.2s ease; } .mh-pdp .dl-btn:hover { border-color: var(--brand-dark); background: var(--bg-warm); } .mh-pdp .dl-icon-wrap { width: 42px; height: 42px; border-radius: 50%; background: var(--bg-warm); border: 0.5px solid var(--accent-bdr); display: flex; align-items: center; justify-content: center; } .mh-pdp .dl-icon-wrap svg { width: 19px; height: 19px; stroke: var(--brand-dark); stroke-width: 1.6; fill: none !important; } .mh-pdp .dl-title { line-height: 1.3; letter-spacing: 0.01em; } .mh-pdp .dl-sub { font-weight: 600; color: var(--text-light); letter-spacing: 0.02em; text-transform: uppercase; margin-top: -2px; } /* FAQ */ .mh-pdp .faq-list { display: flex; flex-direction: column; gap: 8px; } .mh-pdp .faq-list details { background: var(--bg-card); border: 0.5px solid var(--border); border-radius: 10px; overflow: hidden; transition: border-color 0.2s ease; } .mh-pdp .faq-list details[open] { border-color: var(--accent-bdr); } .mh-pdp .faq-list summary { cursor: pointer; list-style: none; padding: 16px 18px; font-weight: 600; color: var(--brand-dark); display: flex; align-items: center; justify-content: space-between; gap: 14px; } .mh-pdp .faq-list summary::-webkit-details-marker { display: none; } .mh-pdp .faq-list summary::after { content: ''; width: 22px; height: 22px; border-radius: 50%; background: var(--bg-warm) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M3 4.5l3 3 3-3' stroke='%233E2723' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/10px no-repeat; border: 0.5px solid var(--accent-bdr); flex-shrink: 0; transition: transform 0.25s ease; } .mh-pdp .faq-list details[open] summary::after { transform: rotate(180deg); } .mh-pdp .faq-a { padding: 0 18px 16px; color: var(--text-mid); line-height: 1.65; } /* Responsive */ @media (max-width: 600px) { .mh-pdp { padding: 22px 16px 10px; } .mh-pdp .features-grid { grid-template-columns: 1fr; } .mh-pdp .feature-title { min-height: 0; } .mh-pdp .dl-grid { grid-template-columns: 1fr; } .mh-pdp .spec-key { width: 130px; letter-spacing: 0.03em; } .mh-pdp .spec-item { padding: 12px 14px; gap: 10px; } .mh-pdp .finish-bar { padding: 16px 18px; } } Overview The Soleil Pendant Light catches a room the way morning light does — quiet, warm, never insistent. Layered fabric folds form a petal-like shade that softens the bulb behind it, scattering the glow into a gentle wash rather than a single point of brightness. Designed to suit modern interiors without dominating them, the fixture works equally well above a dining table, as the centerpiece of a living room, or as a bedside softlight. Three diameters — 40 cm, 50 cm, and 60 cm — give you the latitude to scale the piece to the room rather than the other way around. Finish & Build Petal-fold fabric shade in White, paired with metal hardware White Product Highlights E26 / E27 Compatible Standard medium-base socket fits widely available bulbs up to 40W — pick any color temperature you prefer. Bulb sold separately. Dimmable Pair with a compatible dimming bulb to slide the room from soft evening glow to full warmth — no extra hardware required. Petal-Fold Shade Layered fabric folds diffuse the light evenly across the room, lending walls and surfaces a soft, atmospheric wash. Details Light Source E26 / E27 medium-base socket — bulb up to 40W (sold separately) Dimming Dimmable with a compatible dimming bulb Available Sizes Small — D 40 cm × H 16 cm / D 15.7″ × H 6.3″ Medium — D 50 cm × H 20 cm / D 19.7″ × H 7.9″ Large — D 60 cm × H 23 cm / D 23.6″ × H 9.1″ Suspension Rod 120 cm / 47.2″ — shorten during installation to set hang height Material Fabric · Meta · Acrylicl Finishes White Mounting Hardwired ceiling-mount Best For Dining rooms · living rooms · bedrooms · entryways Certifications North America Australia Europe Middle East A note on dimensions: Listed sizes describe the fabric shade only. The hanging wire and decorative tassel are not included in these measurements — factor in additional length when planning your hang height. Manufacturer Resources Specification Sheet PDF Installation Sheet PDF Frequently Asked Does it come with a bulb? No. The pendant ships without a bulb so you can choose the wattage and color temperature that suit your room. It accepts any standard E26 or E27 medium-base bulb up to 40 watts, sold separately. Can I dim it? Yes — when paired with a compatible dimming bulb. The fixture itself is dimming-ready; the bulb you choose determines the dimming behavior, so make sure the bulb's packaging confirms it works with your switch or dimmer. Which size should I choose? As a general guide: the 40 cm works well in bedrooms, entryways, or as a side fixture; the 50 cm suits most dining tables and mid-sized living rooms; the 60 cm reads as a statement piece over a long table or in a high-ceilinged space. For dining tables, the bottom of the shade is typically set 75–90 cm (30–36″) above the tabletop. How adjustable is the hanging height? The suspension rod is 120 cm / 47.2″ long and can be shortened during installation. Note that the listed shade dimensions do not include the wire or decorative tassel — allow extra clearance for both when planning the hang height. Where is it certified for use? The fixture is compliant with certifications across North America, Australia, Europe, and the Middle East, so it can be safely installed and operated on standard residential wiring in those regions. We recommend installation by a licensed electrician.
More you might like
Related
Soleil Pendant Light
Related
Soleil 4-Light Pendant
Related
Soleil Pendant Light
Related