Kalevia Pattern Chandelier
.vk-kalev-wrap { --vk-kalev-bg: #ffffff; --vk-kalev-bg-card: #faf6ef; --vk-kalev-bg-deep: #ece0cc; --vk-kalev-border: #ece2d1; --vk-kalev-border-lt: #f4eee0; --vk-kalev-accent: #a8 895c; --vk-kalev-accent-dk: #6f5630; --vk-kalev-accent-lt: #c7a66b; --vk-kalev-accent-bg: #f1e9d8; --vk-kalev-accent-bdr: #dcc7a0; --vk-kalev-text: #2a261d; --vk-kalev-text-mid: #554d3c; --vk-kalev-text-light: #968b73; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-kalev-text); line-height: 1.72; font-size: 14.5px; } .vk-kalev-wrap * { box-sizing: border-box; } .vk-kalev-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-kalev-text-mid); } .vk-kalev-wrap a { color: var(--vk-kalev-accent-dk); text-decoration: underline; } .vk-kalev-wrap .vk-kalev-section { margin-bottom: 2.6rem; } .vk-kalev-wrap .vk-kalev-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-kalev-wrap .vk-kalev-sec-line { flex: 1; height: 0.5px; background: var(--vk-kalev-border); } .vk-kalev-wrap .vk-kalev-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-kalev-accent-dk); white-space: nowrap; } .vk-kalev-wrap strong { color: var(--vk-kalev-text); font-weight: 600; } /* Features grid (3 columns) */ .vk-kalev-wrap .vk-kalev-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-kalev-wrap .vk-kalev-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-kalev-border); border-radius: 12px; background: var(--vk-kalev-bg-card); } .vk-kalev-wrap .vk-kalev-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-kalev-accent-bg); border: 0.5px solid var(--vk-kalev-accent-bdr); color: var(--vk-kalev-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-kalev-wrap .vk-kalev-feat-icon svg { fill: none; } .vk-kalev-wrap .vk-kalev-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-kalev-text); margin-bottom: 6px; line-height: 1.35; } .vk-kalev-wrap .vk-kalev-feat-desc { font-size: 12px; color: var(--vk-kalev-text-mid); line-height: 1.55; } /* Critical notice */ .vk-kalev-wrap .vk-kalev-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-kalev-accent-bdr); border-left: 3px solid var(--vk-kalev-accent); border-radius: 10px; background: var(--vk-kalev-accent-bg); } .vk-kalev-wrap .vk-kalev-notice .vk-kalev-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-kalev-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-kalev-wrap .vk-kalev-notice .vk-kalev-notice-body { font-size: 12.5px; color: var(--vk-kalev-text-mid); line-height: 1.6; } .vk-kalev-wrap .vk-kalev-notice .vk-kalev-notice-body strong { color: var(--vk-kalev-text); font-weight: 600; } .vk-kalev-wrap .vk-kalev-notice .vk-kalev-notice-body strong:first-child { display: block; color: var(--vk-kalev-accent-dk); margin-bottom: 3px; font-size: 13px; } /* Warning callout */ .vk-kalev-wrap .vk-kalev-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-kalev-wrap .vk-kalev-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-kalev-wrap .vk-kalev-warn-body { font-size: 12px; color: var(--vk-kalev-text-mid); line-height: 1.55; } .vk-kalev-wrap .vk-kalev-warn-body strong { color: #8a4820; font-weight: 600; } .vk-kalev-wrap .vk-kalev-warn-body strong:first-child { display: block; margin-bottom: 2px; font-size: 12.5px; } /* Specifications */ .vk-kalev-wrap .vk-kalev-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-kalev-border); border-radius: 14px; overflow: hidden; } .vk-kalev-wrap .vk-kalev-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-kalev-border-lt); display: flex; align-items: flex-start; background: var(--vk-kalev-bg-card); gap: 16px; } .vk-kalev-wrap .vk-kalev-spec-item:last-child { border-bottom: 0; } .vk-kalev-wrap .vk-kalev-spec-item:nth-child(even) { background: var(--vk-kalev-bg); } .vk-kalev-wrap .vk-kalev-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-kalev-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-kalev-wrap .vk-kalev-spec-val { font-size: 12.5px; color: var(--vk-kalev-text); } /* Style tags */ .vk-kalev-wrap .vk-kalev-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-kalev-wrap .vk-kalev-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-kalev-accent-dk); background: var(--vk-kalev-accent-bg); border: 0.5px solid var(--vk-kalev-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-kalev-wrap .vk-kalev-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-kalev-wrap .vk-kalev-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-kalev-border); border-radius: 12px; background: var(--vk-kalev-bg-card); text-decoration: none; color: var(--vk-kalev-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-kalev-wrap .vk-kalev-dl-card:hover { background: var(--vk-kalev-accent-bg); border-color: var(--vk-kalev-accent-bdr); } .vk-kalev-wrap .vk-kalev-dl-card.vk-kalev-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-kalev-bg); } .vk-kalev-wrap .vk-kalev-dl-card.vk-kalev-dl-disabled:hover { background: var(--vk-kalev-bg); border-color: var(--vk-kalev-border); } .vk-kalev-wrap .vk-kalev-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-kalev-accent-bg); border: 0.5px solid var(--vk-kalev-accent-bdr); color: var(--vk-kalev-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-kalev-wrap .vk-kalev-dl-icon svg { fill: none; } .vk-kalev-wrap .vk-kalev-dl-meta { width: 100%; } .vk-kalev-wrap .vk-kalev-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-kalev-text); line-height: 1.3; margin-bottom: 3px; } .vk-kalev-wrap .vk-kalev-dl-sub { font-size: 11.5px; color: var(--vk-kalev-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-kalev-wrap .vk-kalev-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-kalev-text-light); background: var(--vk-kalev-bg-card); border: 0.5px solid var(--vk-kalev-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-kalev-wrap .vk-kalev-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-kalev-wrap .vk-kalev-faq-list details { border: 0.5px solid var(--vk-kalev-border); border-radius: 10px; background: var(--vk-kalev-bg-card); overflow: hidden; } .vk-kalev-wrap .vk-kalev-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-kalev-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-kalev-wrap .vk-kalev-faq-list summary::-webkit-details-marker { display: none; } .vk-kalev-wrap .vk-kalev-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-kalev-accent-dk); position: absolute; right: 16px; } .vk-kalev-wrap .vk-kalev-faq-list details[open] summary { color: var(--vk-kalev-accent-dk); } .vk-kalev-wrap .vk-kalev-faq-list details[open] summary::after { content: '\2212'; } .vk-kalev-wrap .vk-kalev-faq-list .vk-kalev-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-kalev-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-kalev-wrap .vk-kalev-features-grid { grid-template-columns: 1fr; } .vk-kalev-wrap .vk-kalev-dl-grid { grid-template-columns: 1fr; } .vk-kalev-wrap .vk-kalev-spec-item { flex-direction: column; gap: 4px; } .vk-kalev-wrap .vk-kalev-spec-key { width: auto; } } Inspiration The Kalevia Pattern Chandelier clusters four downward fabric cone shades on an all-brass frame, each shade printed with a 1950s-style abstract geometric pattern in green, rust, yellow, and red on a cream ground. Looped brass arms and cloth-covered cords hang the cones at staggered heights, and the open bottoms aim light down onto the surface below. At D23.6″ (60 cm) wide, it works as a mid-century modern brass chandelier over a dining table, kitchen island, or entryway, and adds print and color to a living room or breakfast nook. Uses 4 × E27 bulbs; hardwires to a ceiling box. Good To Know ! All-brass + fabric · 4 printed cone shades · 4 × E27 (US E26 bulbs fit) · D23.6″ × H23.6″ · hardwired · indoor dry only A four-shade fabric cone cluster on an all-brass frame (canopy, looped arms, and shade rings), with shades in a printed geometric pattern on cream. It runs 4 × E27 medium-base sockets — the E27 is the European medium base, and standard US E26 bulbs thread into it, so use E26/E27 bulbs and pick your own wattage and color temperature within the fixture rating. It is hardwired to a ceiling junction box and runs through your wall switch; professional installation is recommended. Brass frame and fabric shades — keep it indoor and dry. AC 110–240V. Key Features Four Printed Cone Shades Four fabric cone shades printed with a 1950s geometric pattern — green, rust, yellow, and red on cream. Open bottoms send light down onto the table. All-Brass Frame Brass ceiling canopy, looped arms, and shade rings in a warm metal tone. Cloth-covered cords hang the cones at staggered heights for a layered, vintage look. 4 × E27, Hardwired Four E27 medium-base sockets (US E26 bulbs fit) over a dining table, island, or entryway. Hardwired to a ceiling junction box. Size & Fit One size: body D23.6″ (60 cm) wide × H23.6″ (60 cm) tall — a statement-scale cluster sized for a dining table or kitchen island. ! Hardwired · E27 sockets (US E26 bulbs fit) · fabric + brass · indoor dry only It is hardwired to a ceiling junction box and runs through your wall switch; professional installation is recommended. Over a table or island, hang it about 30–36″ above the surface. Sockets are 4 × E27 medium base — standard US E26 bulbs thread in. Dust the fabric shades with a soft dry brush, wipe the brass with a soft dry cloth, and keep it indoor and dry. For a custom drop length, email [email protected]. Specifications Fixture Type Chandelier · 4-shade fabric cone cluster · hardwired Materials & Finish All-brass frame (canopy, looped arms, shade rings) + printed fabric shades · warm brass + cream multicolor geometric print Light Source 4 × E27 medium-base sockets · standard US E26 bulbs fit · choose your own wattage / color temperature within the fixture rating Dimensions D23.6″ (60 cm) wide × H23.6″ (60 cm) tall Mount Brass ceiling canopy + cloth-cord suspension · hardwired to a junction box Power Hardwired · on/off via wall switch (not included) · AC 110–240V · indoor dry only Installation Professional installation recommended Care Dust fabric shades with a soft dry brush · wipe brass with a soft dry cloth · keep dry, indoor use Design Style Mid-Century Modern Vintage Scandinavian Eclectic Retro Best For Over a dining table, kitchen island, entryway, breakfast nook, or living room Installation Notes Hardwired to a ceiling junction box with a brass canopy and cloth-cord suspension; a licensed electrician is recommended. Over a dining table or kitchen island, hang the cluster about 30–36″ above the surface. The four sockets take E27 / US E26 bulbs — install bulbs after mounting. Fabric shades and brass: handle by the frame, not the printed fabric, and keep the fixture indoor and dry. Downloads Technical reference and setup files for the Kalevia Pattern Chandelier. Need a doc that’s not listed? Email [email protected]. Spec Sheet Dimensions & details · PDF Pending Install Guide Hardwire & hang setup · PDF Pending 3D File 3D model · OBJ/FBX Pending FAQ What size space does the Kalevia Pattern Chandelier fit? The cluster is D23.6″ (60 cm) wide × H23.6″ (60 cm) tall. Over a dining table or kitchen island, hang it about 30–36″ above the surface. It suits a dining table, island, entryway, breakfast nook, or living room. What bulbs does it use, and do US bulbs fit? It uses 4 × E27 medium-base sockets. E27 is the European medium base; standard US E26 bulbs thread in. Choose your own wattage and color temperature within the fixture’s rating — check the listing for whether bulbs ship in the box. Can I get a custom drop length or finish? The frame is brass and the shades are a printed geometric fabric. For a custom drop length or other requests, email [email protected] before ordering. Is it hardwired or plug-in, and who should install it? It’s hardwired to a ceiling junction box (brass canopy + cloth cords) and runs through your wall switch. Professional installation is recommended. How do I clean the fabric shades and brass? Dust the fabric shades with a soft, dry brush and wipe the brass with a soft, dry cloth. Keep the fixture indoor and dry — it is rated for indoor dry locations only.
More you might like
Related
Chandelier 2 Quilt Pattern
Related
Patterned Hoop Chandelier
Related
Italianate Chandelier Pattern
Related