Walmere Pendant Light
.pdp { --pdp-bg: #ffffff; --pdp-bg-card: #faf6ef; --pdp-bg-deep: #ece0cd; --pdp-border: #e0d3bd; --pdp-border-lt: #e8dcc8; --pdp-accent: #a8895c; --pdp-accent-dk: #745d38; --pdp-ac cent-lt: #c8aa78; --pdp-accent-bg: #f5ecdb; --pdp-accent-bdr: #cdb084; --pdp-text: #2a211a; --pdp-text-mid: #5a4a3b; --pdp-text-light: #978674; max-width: 900px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--pdp-text); line-height: 1.65; font-size: 14px; } .pdp * { box-sizing: border-box; } .pdp p { margin: 0 0 0.8rem 0; color: var(--pdp-text-mid); } .pdp .pdp-section { margin-bottom: 2.8rem; } .pdp .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .pdp .sec-line { flex: 1; height: 0.5px; background: var(--pdp-border); } .pdp .sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--pdp-accent); white-space: nowrap; } .pdp .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .pdp .feature-card { padding: 16px 14px; border: 0.5px solid var(--pdp-border); border-radius: 12px; background: var(--pdp-bg-card); } .pdp .feat-icon { width: 30px; height: 30px; border-radius: 8px; background: var(--pdp-accent-bg); border: 0.5px solid var(--pdp-accent-bdr); color: var(--pdp-accent); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .pdp .feat-icon svg { fill: none; } .pdp .feat-title { font-size: 13px; font-weight: 700; color: var(--pdp-text); margin-bottom: 6px; line-height: 1.35; } .pdp .feat-desc { font-size: 12px; color: var(--pdp-text-mid); line-height: 1.55; } .pdp .size-specs { display: flex; flex-direction: column; gap: 2px; border: 0.5px solid var(--pdp-border); border-radius: 14px; background: var(--pdp-bg-card); padding: 6px 4px; } .pdp .size-spec-item { display: flex; justify-content: space-between; align-items: baseline; padding: 11px 18px; border-bottom: 0.5px solid var(--pdp-border-lt); font-size: 13px; gap: 16px; } .pdp .size-spec-item:last-child { border-bottom: 0; } .pdp .size-spec-item span { color: var(--pdp-text-light); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; flex-shrink: 0; } .pdp .size-spec-item strong { color: var(--pdp-text); font-weight: 600; text-align: right; } .pdp .notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--pdp-accent-bdr); border-left: 3px solid var(--pdp-accent); border-radius: 10px; background: var(--pdp-accent-bg); } .pdp .notice .notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--pdp-accent); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; margin-top: 1px; } .pdp .notice .notice-body { font-size: 12.5px; color: var(--pdp-text-mid); line-height: 1.6; } .pdp .notice .notice-body strong { color: var(--pdp-accent-dk); display: block; margin-bottom: 3px; font-size: 13px; } .pdp .spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--pdp-border); border-radius: 14px; overflow: hidden; } .pdp .spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--pdp-border-lt); display: flex; align-items: center; background: var(--pdp-bg-card); gap: 16px; } .pdp .spec-item:last-child { border-bottom: 0; } .pdp .spec-item:nth-child(even) { background: var(--pdp-bg); } .pdp .spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--pdp-accent); width: 160px; flex-shrink: 0; } .pdp .spec-val { font-size: 12.5px; color: var(--pdp-text); } .pdp .style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .pdp .style-tag { font-size: 10.5px; font-weight: 600; color: var(--pdp-accent); background: var(--pdp-accent-bg); border: 0.5px solid var(--pdp-accent-bdr); padding: 2px 8px; border-radius: 6px; } .pdp .faq-list { display: flex; flex-direction: column; gap: 6px; } .pdp .faq-list details { border: 0.5px solid var(--pdp-border); border-radius: 10px; background: var(--pdp-bg-card); overflow: hidden; } .pdp .faq-list summary { list-style: none; cursor: pointer; padding: 13px 16px; min-height: 44px; font-size: 13px; font-weight: 600; color: var(--pdp-text); display: flex; justify-content: space-between; align-items: center; } .pdp .faq-list summary::-webkit-details-marker { display: none; } .pdp .faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--pdp-accent); } .pdp .faq-list details[open] summary { color: var(--pdp-accent); } .pdp .faq-list details[open] summary::after { content: '\2212'; } .pdp .faq-list .faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--pdp-text-mid); line-height: 1.6; } .pdp .keyword-tags { display: flex; flex-wrap: wrap; gap: 6px; } .pdp .keyword-tag { font-size: 11px; font-weight: 500; color: var(--pdp-accent-dk); background: var(--pdp-bg-card); border: 0.5px solid var(--pdp-accent-bdr); padding: 4px 10px; border-radius: 99px; } .pdp .dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .pdp .dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--pdp-border); border-radius: 12px; background: var(--pdp-bg-card); text-decoration: none; color: var(--pdp-text); position: relative; transition: background 0.18s, border-color 0.18s; } .pdp .dl-card.dl-disabled { cursor: default; opacity: 0.72; background: var(--pdp-bg); } .pdp .dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--pdp-accent-bg); border: 0.5px solid var(--pdp-accent-bdr); color: var(--pdp-accent); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .pdp .dl-icon svg { fill: none; } .pdp .dl-meta { width: 100%; } .pdp .dl-label { font-size: 13.5px; font-weight: 700; color: var(--pdp-text); line-height: 1.3; margin-bottom: 3px; } .pdp .dl-sub { font-size: 11.5px; color: var(--pdp-text-light); letter-spacing: 0.02em; line-height: 1.45; } .pdp .dl-status { position: absolute; top: 12px; right: 12px; font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--pdp-text-light); background: var(--pdp-bg-card); border: 0.5px solid var(--pdp-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } @media (max-width: 720px) { .pdp .features-grid, .pdp .dl-grid { grid-template-columns: 1fr; } .pdp .spec-key { width: 120px; } } Inspiration The Walmere Pendant Light is a 3-light cluster pendant with three capiz-shell shades hung at staggered heights from a brushed gold canopy, joined at a center walnut-wood support that curves out like three bent branches. The shells are pearly and softly translucent, the wood is dark walnut, and the cords are black braided fabric. The cluster measures 19.7″ (50 cm) across and 17.7″ (45 cm) tall, with three E27 sockets (bulbs included). It works over a dining table, kitchen island, or entryway. Key Features Three Capiz-Shell Shades Each shade is built from pieced natural capiz shell, lightly translucent so the bulb glows soft and pearly through the panels. Walnut Wood Center Support Three curved walnut-wood arms meet at the center and hold the shades, a warm wood spine rather than all-metal hardware. Staggered Drop Heights The three shades hang at different lengths from the canopy, so the cluster reads as a sculptural arrangement rather than a flat row. Product Size Cluster Width19.7″ / 50 cm Cluster Height17.7″ / 45 cm Light Count3 lights (cluster) Light Source3 × E27 medium screw base BulbsE27 · included CordBlack braided fabric · staggered drops MaterialsCapiz shell + metal + walnut wood ColorPearly shells · walnut wood · brushed gold canopy Mount TypeCeiling-mounted (hardwired) Best ForDining table, kitchen island, entryway, living room Good To Know ! Natural shell & wood — hardwired install, indoor dry use only The shades are pieced from natural capiz shell, so each panel's pattern, tone, and translucency vary slightly piece to piece — characteristic of the material, not defects. The center support is solid walnut, so wood grain varies as well. It uses three E27 bulbs (included) and hardwires to a ceiling junction box; a licensed electrician is recommended for a safe, code-compliant install. Indoor, dry locations only. Specifications Fixture Type Pendant light (3-light cluster, chandelier-style) Main Materials Capiz shell + metal + walnut wood Color Pearly cream shells · walnut wood · brushed gold canopy Shades Three pieced capiz-shell shades, staggered drop Cluster Size 19.7″ W × 17.7″ H / 50 × 45 cm Light Source 3 × E27 medium screw base · bulbs included Cord Black braided fabric, staggered drops Mounting Ceiling-mounted (hardwired) · indoor dry locations only Design Style Mid-Century Coastal Japandi Natural Walnut Use Case The Walmere's three capiz-shell shades each diffuse an E27 bulb into a soft, pearly glow, so the cluster gives more spread than a single pendant — good over a dining table, a kitchen island, or in an entryway where you want ambient light with sculptural detail. At 19.7″ (50 cm) across and 17.7″ (45 cm) tall, the cluster covers a small-to-medium spot from a single ceiling canopy, and the staggered shade heights read well over a round table or as a focal piece in a stairwell or entry. The pearly shells, dark walnut wood, brushed gold canopy, and braided black cords give it a mid-century, coastal, Japandi look that suits dining rooms, kitchens, and living rooms. As a hardwired fixture it connects to a ceiling junction box; a licensed electrician is recommended for a safe, code-compliant install. Indoor, dry locations only — keep it out of bathrooms and covered outdoor areas. For custom requests, email [email protected]. FAQ How many lights does the Walmere have, and what bulbs? Three lights — one per shade. Each uses an E27 (medium screw base) bulb, and the bulbs are included. How big is the cluster? The cluster spans 19.7″ (50 cm) across and stands 17.7″ (45 cm) tall, all hung from a single ceiling canopy. What are the shades made of? Each shade is pieced from natural capiz shell — pearly cream and softly translucent, so the panels glow when lit. What is the wood part? The center support is solid walnut wood, with three curved arms that hold the shades from a brushed gold canopy. Can I install it myself or do I need an electrician? It's a hardwired multi-light fixture connecting to a ceiling junction box. Given the wiring and the three sockets, a licensed electrician is recommended for a safe, code-compliant install. Can I use it in a bathroom or outdoors? No — shell and wood are for indoor, dry locations only. Keep it out of bathrooms, damp areas, and covered outdoor spaces. Search Tags capiz shell pendant light 3-light cluster pendant wood and shell pendant mini chandelier multi-light pendant capiz pendant for dining table walnut pendant for kitchen island mid-century pendant coastal pendant light Japandi pendant E27 pendant light Downloads Technical reference and installation guides for the Walmere Pendant Light. Spec Sheet Full Product Specs · PDF Pending Installation Guide Hardwire Step-by-Step · PDF Pending Care Guide Shell & Wood · PDF Pending
More you might like
Related
Black Pendant Lighting Modern Pendant Light, Adjustable Pend
Related
Black Pendant Lighting Modern Pendant Light, Adjustable Pend
Related
Black Pendant Lighting Modern Pendant Light, Adjustable Pend
Related