Calantha Wall Sconce
.vk-clan-wrap { --vk-clan-bg: #ffffff; --vk-clan-bg-card: #fbf6ee; --vk-clan-bg-deep: #ebe0cb; --vk-clan-border: #ece2d2; --vk-clan-border-lt: #f3ecdc; --vk-clan-accent: #a8854c; - -vk-clan-accent-dk: #6f5628; --vk-clan-accent-lt: #c9aa70; --vk-clan-accent-bg: #f1e9d4; --vk-clan-accent-bdr: #ddc89f; --vk-clan-text: #2a261d; --vk-clan-text-mid: #564d3c; --vk-clan-text-light: #968b73; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-clan-text); line-height: 1.72; font-size: 14.5px; } .vk-clan-wrap * { box-sizing: border-box; } .vk-clan-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-clan-text-mid); } .vk-clan-wrap a { color: var(--vk-clan-accent-dk); text-decoration: underline; } .vk-clan-wrap .vk-clan-section { margin-bottom: 2.6rem; } .vk-clan-wrap .vk-clan-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-clan-wrap .vk-clan-sec-line { flex: 1; height: 0.5px; background: var(--vk-clan-border); } .vk-clan-wrap .vk-clan-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-clan-accent-dk); white-space: nowrap; } .vk-clan-wrap strong { color: var(--vk-clan-text); font-weight: 600; } /* Features grid (3 columns) */ .vk-clan-wrap .vk-clan-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-clan-wrap .vk-clan-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-clan-border); border-radius: 12px; background: var(--vk-clan-bg-card); } .vk-clan-wrap .vk-clan-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-clan-accent-bg); border: 0.5px solid var(--vk-clan-accent-bdr); color: var(--vk-clan-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-clan-wrap .vk-clan-feat-icon svg { fill: none; } .vk-clan-wrap .vk-clan-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-clan-text); margin-bottom: 6px; line-height: 1.35; } .vk-clan-wrap .vk-clan-feat-desc { font-size: 12px; color: var(--vk-clan-text-mid); line-height: 1.55; } /* Options grid (2 columns -> 2x2 for four options) */ .vk-clan-wrap .vk-clan-size-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; } .vk-clan-wrap .vk-clan-size-card { padding: 14px 14px 16px; border: 0.5px solid var(--vk-clan-border); border-radius: 12px; background: var(--vk-clan-bg-card); } .vk-clan-wrap .vk-clan-size-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vk-clan-accent-dk); margin-bottom: 6px; } .vk-clan-wrap .vk-clan-size-name { font-size: 14px; font-weight: 700; color: var(--vk-clan-text); margin-bottom: 5px; line-height: 1.3; } .vk-clan-wrap .vk-clan-size-meta { font-size: 11.5px; color: var(--vk-clan-text-mid); line-height: 1.55; margin-bottom: 6px; } .vk-clan-wrap .vk-clan-size-spec { font-size: 10.5px; color: var(--vk-clan-text-light); line-height: 1.5; } .vk-clan-wrap .vk-clan-size-spec strong { color: var(--vk-clan-accent-dk); font-weight: 700; } /* Critical notice */ .vk-clan-wrap .vk-clan-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-clan-accent-bdr); border-left: 3px solid var(--vk-clan-accent); border-radius: 10px; background: var(--vk-clan-accent-bg); } .vk-clan-wrap .vk-clan-notice .vk-clan-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-clan-accent-dk); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; margin-top: 1px; } .vk-clan-wrap .vk-clan-notice .vk-clan-notice-body { font-size: 12.5px; color: var(--vk-clan-text-mid); line-height: 1.6; } .vk-clan-wrap .vk-clan-notice .vk-clan-notice-body strong { color: var(--vk-clan-text); font-weight: 600; } .vk-clan-wrap .vk-clan-notice .vk-clan-notice-body strong:first-child { display: block; color: var(--vk-clan-accent-dk); margin-bottom: 3px; font-size: 13px; } /* Warning callout */ .vk-clan-wrap .vk-clan-warn { display: flex; gap: 12px; align-items: flex-start; padding: 12px 14px; border: 0.5px solid #d4a373; border-left: 3px solid #b06438; border-radius: 10px; background: #fbf2e6; margin-top: 12px; } .vk-clan-wrap .vk-clan-warn-ico { width: 20px; height: 20px; border-radius: 50%; background: #b06438; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; flex-shrink: 0; margin-top: 1px; } .vk-clan-wrap .vk-clan-warn-body { font-size: 12px; color: var(--vk-clan-text-mid); line-height: 1.55; } .vk-clan-wrap .vk-clan-warn-body strong { color: #8a4820; font-weight: 600; } .vk-clan-wrap .vk-clan-warn-body strong:first-child { display: block; margin-bottom: 2px; font-size: 12.5px; } /* Specifications */ .vk-clan-wrap .vk-clan-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-clan-border); border-radius: 14px; overflow: hidden; } .vk-clan-wrap .vk-clan-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-clan-border-lt); display: flex; align-items: flex-start; background: var(--vk-clan-bg-card); gap: 16px; } .vk-clan-wrap .vk-clan-spec-item:last-child { border-bottom: 0; } .vk-clan-wrap .vk-clan-spec-item:nth-child(even) { background: var(--vk-clan-bg); } .vk-clan-wrap .vk-clan-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-clan-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-clan-wrap .vk-clan-spec-val { font-size: 12.5px; color: var(--vk-clan-text); } /* Style tags */ .vk-clan-wrap .vk-clan-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-clan-wrap .vk-clan-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-clan-accent-dk); background: var(--vk-clan-accent-bg); border: 0.5px solid var(--vk-clan-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-clan-wrap .vk-clan-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-clan-wrap .vk-clan-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-clan-border); border-radius: 12px; background: var(--vk-clan-bg-card); text-decoration: none; color: var(--vk-clan-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-clan-wrap .vk-clan-dl-card:hover { background: var(--vk-clan-accent-bg); border-color: var(--vk-clan-accent-bdr); } .vk-clan-wrap .vk-clan-dl-card.vk-clan-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-clan-bg); } .vk-clan-wrap .vk-clan-dl-card.vk-clan-dl-disabled:hover { background: var(--vk-clan-bg); border-color: var(--vk-clan-border); } .vk-clan-wrap .vk-clan-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-clan-accent-bg); border: 0.5px solid var(--vk-clan-accent-bdr); color: var(--vk-clan-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-clan-wrap .vk-clan-dl-icon svg { fill: none; } .vk-clan-wrap .vk-clan-dl-meta { width: 100%; } .vk-clan-wrap .vk-clan-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-clan-text); line-height: 1.3; margin-bottom: 3px; } .vk-clan-wrap .vk-clan-dl-sub { font-size: 11.5px; color: var(--vk-clan-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-clan-wrap .vk-clan-dl-status { position: absolute; top: 12px; right: 12px; font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--vk-clan-text-light); background: var(--vk-clan-bg-card); border: 0.5px solid var(--vk-clan-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-clan-wrap .vk-clan-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-clan-wrap .vk-clan-faq-list details { border: 0.5px solid var(--vk-clan-border); border-radius: 10px; background: var(--vk-clan-bg-card); overflow: hidden; } .vk-clan-wrap .vk-clan-faq-list summary { list-style: none; cursor: pointer; padding: 13px 36px 13px 16px; min-height: 44px; font-size: 13px; font-weight: 600; color: var(--vk-clan-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-clan-wrap .vk-clan-faq-list summary::-webkit-details-marker { display: none; } .vk-clan-wrap .vk-clan-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-clan-accent-dk); position: absolute; right: 16px; } .vk-clan-wrap .vk-clan-faq-list details[open] summary { color: var(--vk-clan-accent-dk); } .vk-clan-wrap .vk-clan-faq-list details[open] summary::after { content: '\2212'; } .vk-clan-wrap .vk-clan-faq-list .vk-clan-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-clan-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-clan-wrap .vk-clan-features-grid { grid-template-columns: 1fr; } .vk-clan-wrap .vk-clan-size-grid { grid-template-columns: 1fr; } .vk-clan-wrap .vk-clan-dl-grid { grid-template-columns: 1fr; } .vk-clan-wrap .vk-clan-spec-item { flex-direction: column; gap: 4px; } .vk-clan-wrap .vk-clan-spec-key { width: auto; } } Inspiration The Calantha Wall Sconce pairs an iron arm and backplate in a brass-tone finish with walnut-tone wood accents and a single E27 bulb (LED included). Choose a pleated fabric shade — red stripe, beige, or a floral print — for a soft, diffused glow, or a clear glass globe for an exposed-bulb look. It hardwires to a wall box with a Ø3.9″ backplate and projects about 10–11″ — a wall sconce for a bedside, hallway, entry, or beside a vanity or mirror. The brass-tone arm and wood accents read traditional, transitional, farmhouse, and mid-century. The fabric shades and wood are natural, so tone and grain vary slightly per piece. Good To Know ! Four shade options (red-stripe, beige, or floral pleated fabric, or a clear glass globe) · iron + wood + fabric/glass · brass-tone finish + walnut-tone wood · 1 × E27 · E27 LED bulb included & replaceable (accepts E26) · warm white · Ø3.9″ backplate · projects ~10–11″ · hardwired wall sconce · indoor dry only · fabric & wood vary slightly per piece A wall sconce with an iron arm and backplate in a brass-tone finish and walnut-tone wood accents, with a single E27. Choose a pleated fabric shade (red stripe, beige, or floral print) for a soft, diffused glow, or a clear glass globe for an exposed-bulb look. The fabric shades and wood are natural, so the tone and grain vary slightly per piece (the floral is a print); fabric shades are delicate — keep it indoor and dry, dust gently, and don’t get it wet. Socket is E27 (medium screw base) and accepts standard US E26; an E27 LED bulb is included and replaceable, warm white. It hardwires to a wall junction box with a Ø3.9″ (10 cm) backplate and projects about 10–11″; certified for North America, Australia, Europe & the Middle East (110–240V); licensed electrician recommended. Indoor dry locations only. Key Features Brass-Tone Arm + Walnut Wood An iron arm and backplate in a brass-tone finish with walnut-tone wood accents; natural wood, so grain varies per piece. Four Shade Options Choose a pleated fabric shade — red stripe, beige, or floral print — for a soft glow, or a clear glass globe for an exposed-bulb look. E27 Bulb Included, Wall-Mount A single E27 LED is included and replaceable (accepts US E26), warm white; hardwires to a wall box with a Ø3.9″ backplate. Shade Options Four shade options — choose at checkout. All share the brass-tone iron arm, walnut-tone wood accents, a Ø3.9″ (10 cm) backplate, and a single E27. Red Stripe · Fabric Ø8.5″ × H11″ · proj 11.2″ Pleated fabric — soft, diffused glow. Ø21.5 × H28 × D28.5 cmshade top Ø4.1″ / bottom Ø8.5″ · 1 × E27 Beige · Fabric Ø9.4″ × H11″ · proj 11.2″ Pleated fabric — soft, diffused glow. Ø24 × H28 × D28.5 cmshade top Ø8.3″ / bottom Ø9.4″ · 1 × E27 Floral Print · Fabric Ø7.1″ × H11.4″ · proj 10.6″ Printed fabric — soft, diffused glow. Ø18 × H29 × D27 cmshade top Ø4.7″ / bottom Ø6.3″ · 1 × E27 Clear Glass · Globe Ø5.9″ × H11.8″ · proj 9.8″ Clear glass globe — exposed-bulb look. Ø15 × H30 × D25 cmglobe Ø5.9″ · 1 × E27 ! Natural fabric & wood · soft diffused (fabric) or exposed-bulb (glass) · indoor dry only The fabric shades and wood accents are natural, so the tone and grain vary slightly per piece (the floral is a print, so its pattern is consistent). Fabric shades are delicate — keep it indoor and dry, dust gently with a soft, dry cloth, and don’t get it wet; not for a bathroom with shower steam or outdoor (a dry-area vanity is fine). The pleated fabric shades give soft, diffused ambient light; the clear glass globe shows the bulb for a brighter, sparklier exposed-bulb look — pair it with other lighting where you need brighter task light. Specifications Fixture Type Wall sconce · hardwired · iron arm & backplate, brass-tone finish, walnut-tone wood · fabric or glass shade Materials & Finish Iron (arm & backplate, brass-tone) + wood (walnut-tone accents) + fabric or glass (shade) · natural wood & fabric vary per piece Light Source 1 × E27 · E27 LED bulb included & replaceable · accepts standard E26 · warm white Mounting Hardwired wall-mount · Ø3.9″ (10 cm) backplate · projects ~10–11″ from wall · some assembly, hardware included · indoor dry only · 110–240V (multi-region) Certification Certified: North America · Australia · Europe · Middle East Care Fabric: dust gently, don’t get it wet · glass, metal & wood: soft, dry cloth · keep dry · indoor use Design Style Traditional Transitional Farmhouse Mid-Century Cottage Classic Best For Bedside, hallway, entry, vanity, mirror, reading nook (ambient/accent) Use Case The Calantha reads as a traditional, transitional wall sconce — a brass-tone iron arm with walnut-tone wood accents and your choice of shade. The pleated fabric shades (red stripe, beige, or floral) give a soft, diffused glow, while the clear glass globe shows the bulb for an exposed-bulb look. The natural fabric and wood are a little different on every piece. Mount it beside a bed for reading, in a hallway or entry, or beside a vanity or mirror — and pair two for symmetry. It hardwires to a wall box with a Ø3.9″ backplate and projects about 10–11″ from the wall. The brass-tone arm and wood accents pair with warm, neutral rooms — traditional, transitional, farmhouse, and mid-century. A fabric shade gives soft ambient light and the glass globe an accent glow, so pair with other lighting where you need brighter task light. Indoor dry only. Email [email protected] for trade pricing or help choosing a shade. Downloads Technical reference and 3D files for the Calantha Wall Sconce. Need a doc that’s not listed? Email [email protected]. Spec Sheet All shade options · PDF Pending Installation Guide Wall mount & wiring · PDF Pending 3D Files Project Rendering · ZIP Pending FAQ What shade options are there? Four — a red-stripe, beige, or floral-print pleated fabric shade, or a clear glass globe. Each uses a single E27 and shares the brass-tone iron arm, walnut-tone wood accents, and a Ø3.9″ backplate. Choose at checkout. What bulb does it use — is it included? It uses 1 × E27. E27 is cross-compatible with the standard US E26 base, so US E26 replacements thread right in. An E27 LED bulb is included and fully replaceable, in warm white. What’s the light like — is it bright? The pleated fabric shades give a soft, diffused ambient glow; the clear glass globe shows the bulb for a brighter, sparklier exposed-bulb look. Either way it’s an ambient/accent sconce rather than bright task light — pair it with other lighting where you need brighter, directed light. Will mine look exactly like the photo? The fabric shades and wood are natural, so the tone and grain vary slightly per piece — yours will be a little different from the photo. (The floral is a print, so its pattern is consistent.) That variation is the nature of the materials, not a defect. How is it installed, and can it go in a bathroom? It’s a hardwired wall sconce with a Ø3.9″ (10 cm) backplate, projecting about 10–11″; a licensed electrician is recommended. It’s certified for North America, Australia, Europe & the Middle East (110–240V). Indoor dry only — the fabric shades aren’t damp-rated, so not a bathroom with shower steam or outdoors (a dry-area vanity is fine).
More you might like
Related
Plsintly Gold Wall Sconce, Modern Crystal Wall Sconce Wall D
Related
Plsintly Black Wall Sconce,Modern Crystal Wall Sconce Wall D
Related
Brass Wall Sconces, Bathroom Wall Sconce, 22.8" Gold Wall Sc
Related