Cordelle Wall Sconce
.pdp { --pdp-bg: #ffffff; --pdp-bg-card: #faf6f3; --pdp-bg-deep: #efe5dd; --pdp-border: #e2d5c9; --pdp-border-lt: #e9ded4; --pdp-accent: #9a6a4f; --pdp-accent-dk: #6f4a35; --pdp-ac cent-lt: #c2916f; --pdp-accent-bg: #f3e8df; --pdp-accent-bdr: #ceac92; --pdp-text: #2a1f18; --pdp-text-mid: #5a473b; --pdp-text-light: #96847a; 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 .variants-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .pdp .variant-card { padding: 10px 8px; border: 0.5px solid var(--pdp-border); border-radius: 10px; background: var(--pdp-bg-card); text-align: center; cursor: pointer; transition: border-color 0.2s, transform 0.2s; position: relative; } .pdp .variant-card:hover { border-color: var(--pdp-accent); transform: translateY(-2px); } .pdp .variant-swatch { width: 100%; aspect-ratio: 1; border-radius: 8px; margin-bottom: 8px; border: 0.5px solid var(--pdp-border); overflow: hidden; background-color: var(--pdp-bg-deep); } .pdp .variant-swatch img { width: 100%; height: 100%; object-fit: cover; display: block; } .pdp .variant-name { font-size: 12px; font-weight: 700; color: var(--pdp-text); line-height: 1.3; } .pdp .variant-sub { font-size: 10.5px; color: var(--pdp-text-light); margin-top: 2px; } .pdp .variant-card .variant-preview { position: absolute; bottom: calc(100% + 12px); left: 50%; transform: translateX(-50%) scale(0.85); width: 280px; height: 280px; border-radius: 12px; border: 1px solid var(--pdp-accent-bdr); box-shadow: 0 12px 32px rgba(42,31,24,0.18); overflow: hidden; background-color: var(--pdp-bg-card); opacity: 0; pointer-events: none; transition: opacity 0.2s, transform 0.2s; z-index: 100; } .pdp .variant-card .variant-preview img { width: 100%; height: 100%; object-fit: cover; display: block; } .pdp .variant-card:hover .variant-preview { opacity: 1; transform: translateX(-50%) scale(1); } .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 .variants-grid { grid-template-columns: repeat(3, 1fr); } .pdp .spec-key { width: 120px; } .pdp .variant-card .variant-preview { display: none; } } Inspiration The Cordelle Wall Sconce is a bare-bulb wall light: a round embossed ceramic backplate, a metal arm, and a twisted brown fabric cord looping down to a ceramic E27 holder. Its exposed-bulb look and 17 cm wall projection make it a compact bedside wall sconce for a bedroom, a headboard reading nook, or a hallway. The ceramic holder comes in red, white, or black, so the same minimalist Scandinavian frame reads warm or graphic. One E27 socket and a 31 cm drop give soft ambient light, not task light. Key Features Embossed Ceramic Backplate The wall mount is a 4.7″ (12 cm) ceramic disc with a raised radial pattern, so the fixture reads as ceramic from the canopy down — not a flat metal plate. Exposed-Bulb E27 Holder A single ceramic lamp holder takes one standard E27 (medium screw) bulb with no shade, putting the filament globe on full display as the focal point. Twisted Fabric Cord on Metal Arm A short metal arm projects 6.7″ (17 cm) from the wall and a twisted brown cloth cord loops down from a hook, giving the 12.2″ (31 cm) drop its hanging-bulb shape. Holder Colors Same embossed ceramic backplate and metal arm, three holder colors. Hover a thumbnail to preview. Red Red ceramic holder White White ceramic holder Black Black ceramic holder Product Size Wall Projection6.7″ / 17 cm Backplate Diameter4.7″ / 12 cm Drop Length12.2″ / 31 cm Socket1 × E27 medium screw base MaterialsCeramic + metal Holder ColorsRed · White · Black Mount TypeWall-mounted Best ForBedroom, bedside, reading nook, hallway Good To Know ! Exposed-bulb ambient light — indoor, dry locations only The Cordelle has one bare E27 socket and no shade, so it gives soft ambient light rather than focused task light; choose a bulb shape and wattage to suit. The holder and backplate are ceramic — small surface and glaze variations between pieces are characteristic of the material, not defects. Mount on an interior wall in a dry location. For wiring and fixing to the wall, a licensed electrician is recommended. Specifications Fixture Type Wall sconce (exposed bulb) Main Materials Ceramic + metal Holder Colors Red · White · Black Light Source 1 × E27 medium screw base Wall Projection 6.7″ / 17 cm Backplate Diameter 4.7″ / 12 cm Drop Length 12.2″ / 31 cm Cord Twisted brown fabric Mounting Wall-mounted · indoor, dry locations only Design Style Minimalist Scandinavian Industrial Vintage Japandi Use Case The Cordelle's single E27 socket and shadeless globe spread a soft, warm glow rather than focused task light, so it works as a bedside wall sconce in a bedroom or beside a headboard for low-level reading-nook lighting. Its 6.7″ (17 cm) projection and 4.7″ (12 cm) backplate keep it tight to the wall, which suits a narrow hallway or a spot where a swing-arm sconce would crowd the space. Pick the holder color to set the tone — red for a graphic accent, white for a quiet Scandinavian look, black for contrast — while the embossed ceramic backplate and twisted fabric cord carry the same exposed-bulb, minimalist style across all three. Because the bulb is exposed, a warm filament globe suits the look. Mount it on an interior wall in a dry location, away from bathrooms and covered outdoor areas. For custom requests, email [email protected]. FAQ What bulb does the Cordelle wall sconce use? It takes one E27 (standard medium screw base) bulb. A warm filament or globe bulb suits the exposed-bulb look. Pick the shape and wattage you prefer within your fixture's rating. How far does it stick out from the wall? The metal arm projects 6.7″ (17 cm) from the wall, the ceramic backplate is 4.7″ (12 cm) across, and the cord drops 12.2″ (31 cm) — compact enough for a bedside or narrow hallway. What colors does the ceramic holder come in? Three: red, white, or black. The embossed ceramic backplate, metal arm, and twisted brown fabric cord are the same across all three — only the holder color changes. Is this a bright reading light or ambient lighting? It's an ambient light. With one shadeless E27 bulb it casts a soft glow for atmosphere and low-level reading-nook use beside a bed, not focused task lighting. Can I install it myself or do I need an electrician? It mounts to an interior wall in a dry location. For wiring and securing the backplate to the wall, a licensed electrician is recommended for a safe, code-compliant install. Can I use it in a bathroom or outdoors? No — it's rated for indoor, dry locations only. Keep it out of bathrooms and covered outdoor areas. Search Tags wall sconce bedside wall sconce exposed bulb sconce ceramic wall sconce E27 wall sconce bedside wall sconce for bedroom minimalist wall sconce Scandinavian wall sconce reading nook light hallway sconce bare bulb wall light Downloads Technical reference and installation guides for the Cordelle Wall Sconce. Spec Sheet Full Product Specs · PDF Pending Installation Guide Wall-Mount Step-by-Step · PDF Pending Care Guide Ceramic & Metal · PDF Pending
More you might like
Related
Cordelle: Luxury 4D Creamy White & Fresh Green Silk Floral W
Related
Plsintly Gold Wall Sconce, Modern Crystal Wall Sconce Wall D
Related
Plsintly Black Wall Sconce,Modern Crystal Wall Sconce Wall D
Related