Capelle Floor Light
.pdp { --pdp-bg: #ffffff; --pdp-bg-card: #f7f5f0; --pdp-bg-deep: #e9e5dc; --pdp-border: #ddd6c7; --pdp-border-lt: #e5dfd1; --pdp-accent: #3a3a3a; --pdp-accent-dk: #1f1f1f; --pdp-ac cent-lt: #707070; --pdp-accent-bg: #ececec; --pdp-accent-bdr: #c8c8c8; --pdp-text: #1c1c1c; --pdp-text-mid: #4a4a4a; --pdp-text-light: #8a8a8a; 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 Floor Light is a tall floor lamp with a slim black bamboo-style stem rising from a round black wood base to a wide capiz-shell coolie shade — the pearly shell shade of the Capelle Flush Mount sized up, finished with a walnut wood disc and turned finial at the top. The shade is 19.7″ (50 cm) across and opens downward, and the lamp is 65″ (165 cm) tall, with a 59″ (150 cm) plug-in cord. It takes one E27 bulb (included). For a sofa-side corner, bedroom, or studio. Key Features Capiz-Shell Coolie Shade The wide cone shade is real capiz shell pieced into pearly cream panels, opening downward so the light spreads out and down. Black Bamboo-Style Stem The stem is rubber wood in a matte black finish, turned with bamboo-look segment nodes along its length — a clean vertical with rhythmic detail. Round Black Wood Base A heavy round black wood base anchors the lamp under a 50 cm shade overhead, so it stands stable on a hard floor or rug. Product Size Overall Height65″ / 165 cm Shade Diameter19.7″ / 50 cm Stem StyleBamboo-segment turned wood, matte black Light Source1 × E27 medium screw base BulbE27 · included Cord Length59″ / 150 cm MaterialsRubber wood + capiz shell + metal ColorMatte black stem & base · walnut top · pearly shell PlacementFloor (plug-in) Best ForLiving room corner, bedroom, reading chair, studio Good To Know ! Natural shell & finished wood — indoor dry use only The shade is 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 stem and base are rubber wood in a matte black finish, with a small walnut wood disc and finial at the top of the shade. It ships with one E27 bulb included and runs on a plug-in cord. Set it on a flat floor indoors; not for bathrooms or outdoor areas. Specifications Fixture Type Floor lamp (single bulb, sculptural) Main Materials Rubber wood + capiz shell + metal Color Matte black stem & base · walnut top & finial · pearly cream shell Shade Capiz-shell coolie cone, downward-opening Shade Diameter 19.7″ / 50 cm Overall Height 65″ / 165 cm Stem Style Bamboo-segment turned wood, matte black finish Light Source 1 × E27 medium screw base · bulb included Cord Length 59″ / 150 cm Placement Floor (plug-in) · indoor dry locations only Design Style Transitional Coastal Vintage Bamboo Natural Use Case The Capelle's wide capiz-shell coolie shade opens downward, so the light pools down through the pearly shell — a soft, ambient glow rather than a sharp reading beam — good as a corner lamp beside a sofa or armchair, a bedside floor lamp, or background lighting in a living room or studio. At 65″ (165 cm) tall, it sits at standard floor-lamp height so the shade reaches above a seated head and lights the surrounding area without glare. The black bamboo-style stem, dark walnut top, and pearly shells give it a transitional, coastal, vintage look — pairs well with rattan, woven, or wood furniture and warmer rooms. It runs on a 150 cm plug-in cord, so plan an outlet near the chosen spot. Set it on a flat floor indoors and keep it out of damp areas. For custom requests, email [email protected]. FAQ How tall is the Capelle Floor Light? It stands 65″ (165 cm) tall with a 19.7″ (50 cm) wide capiz-shell shade — standard floor-lamp height for a sofa, bed, or reading chair. 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 pearly cream panels, opening downward in a wide coolie cone — softly translucent so the bulb glows pearly through the shell. What is the stem made of — real bamboo? No — the stem is rubber wood in a matte black finish, turned with bamboo-look segment nodes. Real wood styled as bamboo, not actual bamboo. How does the light feel — bright or soft? Soft and ambient. The wide downward shell shade spreads the light below and to the sides, so it's a corner glow or background light, not a sharp task or reading beam. Can I use it in a bathroom or outdoors? No — shell and wood are for indoor, dry locations only. Keep it out of bathrooms and damp areas. Search Tags floor lamp capiz shell floor lamp coolie shade floor lamp bamboo style floor lamp black wood floor lamp shell shade floor lamp for living room corner floor lamp for sofa coastal floor lamp transitional floor lamp vintage floor lamp E27 floor lamp Downloads Technical reference and care guides for the Capelle Floor Light. Spec Sheet Full Product Specs · PDF Pending Quick Start Setup & Bulb · PDF Pending Care Guide Shell & Wood · PDF Pending
More you might like
Related
Capelle Pendant Light
Related
Linear Shape Metal Floor Light Modern 1- Light Floor Light F
Related
Linear Shape Metal Floor Light Modern 1 Light Floor Mounted
Related