Capelle 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 Capelle Pendant Light is a long-drop pendant from the Capelle collection — the same tapered capiz-shell cone shade as the Capelle Flush Mount, hung from a walnut-finish wood canopy on a single black cord, with a walnut wood disc and turned finial below. The shade is pearly and softly translucent, opening upward in a wide cone. Two sizes — small 13.8″ × 11.4″ (35 × 29 cm) and large 19.7″ × 14.2″ (50 × 36 cm) — both with 59″ (150 cm) overall drop. One E27 bulb (included). Key Features Capiz-Shell Cone Shade The shade is real capiz shell pieced into a tapered cone, pearly cream and softly translucent so the bulb glows pearly through the panels. Walnut Wood Canopy & Finial A round walnut-finish wood canopy mounts to the ceiling and a wood disc with a turned dark finial sits at the bottom of the shade — the signature trim across the Capelle collection. 59″ / 150 cm Overall Drop Both sizes hang the same total length from ceiling to finial, so the cord adjusts to balance against shade height. Product Size Size OptionsSmall · Large Small Shade13.8″ × 11.4″ / 35 × 29 cm Large Shade19.7″ × 14.2″ / 50 × 36 cm Overall Drop59″ / 150 cm Canopy4.7″ × 0.8″ / 12 × 2 cm Light Source1 × E27 medium screw base BulbE27 · included MaterialsRubber wood + capiz shell + metal ColorWalnut wood · pearly cream shell · black cord Mount TypeCeiling-mounted (hardwired) Best ForDining table, entryway, living room, bedroom Good To Know ! 150 cm overall drop — plan headroom; hardwired, indoor dry use only Both sizes drop a full 59″ (150 cm) from the ceiling to the finial, so this is a long pendant — plan headroom over walkways and tables before installing. The shade is real capiz shell, so each panel's pattern, tone, and translucency vary slightly piece to piece. The canopy and bottom finial are rubber wood in a walnut finish, so wood grain and tone vary as well. It uses one E27 bulb (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 (single bulb, single cord) Main Materials Rubber wood (walnut finish) + capiz shell + metal Color Walnut wood · pearly cream shell · black cord Shade Tapered capiz-shell cone, open side up Size Options Small 13.8″ × 11.4″ · Large 19.7″ × 14.2″ Small Dimensions 35 × 29 cm Large Dimensions 50 × 36 cm Overall Drop 59″ / 150 cm Canopy 4.7″ × 0.8″ / 12 × 2 cm Light Source 1 × E27 medium screw base · bulb included Mounting Ceiling-mounted (hardwired) · indoor dry locations only Design Style Transitional Coastal Vintage Cottage Natural Use Case The Capelle Pendant's capiz-shell cone shade opens upward, so the light throws up the cord and across the ceiling with a soft pearly glow leaking down through the shell — ambient and decorative light over a dining table, in an entryway, or above a kitchen island where you want a real pendant presence rather than a bright task wash. Pick the size to the spot: the small (35 cm shade) suits an entryway, breakfast nook, or stairwell; the large (50 cm shade) suits a dining table, kitchen island, or living room. Both sizes drop a full 59″ (150 cm) from the ceiling to the finial, so plan headroom — about 30–36″ above a table surface for dining, or roughly 7 ft from the floor over a walkway. The walnut wood canopy, pearly shell shade, and turned wood finial give it a transitional, coastal, vintage look that mixes with wood, rattan, and natural-material rooms — and pairs with the matching Capelle Flush Mount and Capelle Floor Light for a coordinated set. 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. For custom requests, email [email protected]. FAQ What size options can I choose, and what's the drop? Two shade sizes: small at 13.8″ × 11.4″ (35 × 29 cm) and large at 19.7″ × 14.2″ (50 × 36 cm). Both have the same 150 cm (59″) overall drop from ceiling to finial. What bulb does it use, and is it included? It uses one E27 (medium screw base) bulb, and the bulb is included. What is the shade made of? The shade is real capiz shell pieced into a tapered cone, pearly cream and softly translucent — so the bulb glows pearly through the shell. Each panel's pattern and tone vary slightly piece to piece. What is the wood — real walnut? The canopy and bottom finial are rubber wood in a walnut finish, not solid walnut. Real wood, finished to match a walnut tone — grain and color vary slightly piece to piece. Where does it work best? Over a dining table, kitchen island, or in an entryway for the large; over a breakfast nook, entry, or stairwell for the small — anywhere you want a long pendant with soft ambient light. 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 pendant light capiz shell pendant shell pendant light capiz pendant for dining table shell pendant for entryway long pendant light walnut wood pendant coastal pendant transitional pendant vintage pendant for kitchen island E27 pendant light Downloads Technical reference and installation guides for the Capelle 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
Capelle Floor Light
Related
Black Pendant Lighting Modern Pendant Light, Adjustable Pend
Related
Black Pendant Lighting Modern Pendant Light, Adjustable Pend
Related