Calora Pendant Light
.vk-calora-wrap { --vk-cal-bg: #ffffff; --vk-cal-bg-card: #f7efe1; --vk-cal-bg-deep: #e8d9bf; --vk-cal-border: #e0d2b8; --vk-cal-border-lt: #ebdec5; --vk-cal-accent: #6b4a2e; --vk- cal-accent-dk: #3d2a18; --vk-cal-accent-lt: #a07a52; --vk-cal-accent-bg: #ede0c4; --vk-cal-accent-bdr: #c8a778; --vk-cal-text: #2a211a; --vk-cal-text-mid: #5a4a3b; --vk-cal-text-light: #978674; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-cal-text); line-height: 1.72; font-size: 14.5px; } .vk-calora-wrap * { box-sizing: border-box; } .vk-calora-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-cal-text-mid); } .vk-calora-wrap a { color: var(--vk-cal-accent-dk); text-decoration: underline; } .vk-calora-wrap .vk-cal-section { margin-bottom: 2.6rem; } .vk-calora-wrap .vk-cal-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-calora-wrap .vk-cal-sec-line { flex: 1; height: 0.5px; background: var(--vk-cal-border); } .vk-calora-wrap .vk-cal-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-cal-accent-dk); white-space: nowrap; } .vk-calora-wrap strong { color: var(--vk-cal-text); font-weight: 600; } /* Features grid */ .vk-calora-wrap .vk-cal-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-calora-wrap .vk-cal-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-cal-border); border-radius: 12px; background: var(--vk-cal-bg-card); } .vk-calora-wrap .vk-cal-feat-icon { width: 30px; height: 30px; border-radius: 8px; background: var(--vk-cal-accent-bg); border: 0.5px solid var(--vk-cal-accent-bdr); color: var(--vk-cal-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-calora-wrap .vk-cal-feat-icon svg { fill: none; } .vk-calora-wrap .vk-cal-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-cal-text); margin-bottom: 6px; line-height: 1.35; } .vk-calora-wrap .vk-cal-feat-desc { font-size: 12px; color: var(--vk-cal-text-mid); line-height: 1.55; } /* Shape variants grid (2 shapes) */ .vk-calora-wrap .vk-cal-shape-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; } .vk-calora-wrap .vk-cal-shape-card { padding: 14px 14px 16px; border: 0.5px solid var(--vk-cal-border); border-radius: 12px; background: var(--vk-cal-bg-card); } .vk-calora-wrap .vk-cal-shape-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vk-cal-accent-dk); margin-bottom: 6px; } .vk-calora-wrap .vk-cal-shape-name { font-size: 14px; font-weight: 700; color: var(--vk-cal-text); margin-bottom: 5px; line-height: 1.3; } .vk-calora-wrap .vk-cal-shape-meta { font-size: 11.5px; color: var(--vk-cal-text-mid); line-height: 1.55; margin-bottom: 8px; } .vk-calora-wrap .vk-cal-shape-sizes { display: flex; flex-direction: column; gap: 4px; padding-top: 8px; border-top: 0.5px solid var(--vk-cal-border-lt); } .vk-calora-wrap .vk-cal-shape-size { font-size: 10.5px; color: var(--vk-cal-text-light); line-height: 1.5; } .vk-calora-wrap .vk-cal-shape-size strong { color: var(--vk-cal-accent-dk); font-weight: 700; } /* Config grid (3 cluster options) */ .vk-calora-wrap .vk-cal-config-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-calora-wrap .vk-cal-config-card { padding: 14px 14px 16px; border: 0.5px solid var(--vk-cal-border); border-radius: 12px; background: var(--vk-cal-bg-card); } .vk-calora-wrap .vk-cal-config-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vk-cal-accent-dk); margin-bottom: 6px; } .vk-calora-wrap .vk-cal-config-name { font-size: 13px; font-weight: 700; color: var(--vk-cal-text); margin-bottom: 5px; line-height: 1.3; } .vk-calora-wrap .vk-cal-config-meta { font-size: 11.5px; color: var(--vk-cal-text-mid); line-height: 1.55; margin-bottom: 6px; } .vk-calora-wrap .vk-cal-config-spec { font-size: 10.5px; color: var(--vk-cal-text-light); line-height: 1.45; } /* Critical notice */ .vk-calora-wrap .vk-cal-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-cal-accent-bdr); border-left: 3px solid var(--vk-cal-accent); border-radius: 10px; background: var(--vk-cal-accent-bg); } .vk-calora-wrap .vk-cal-notice .vk-cal-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-cal-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-calora-wrap .vk-cal-notice .vk-cal-notice-body { font-size: 12.5px; color: var(--vk-cal-text-mid); line-height: 1.6; } .vk-calora-wrap .vk-cal-notice .vk-cal-notice-body strong { color: var(--vk-cal-accent-dk); display: block; margin-bottom: 3px; font-size: 13px; } /* Specifications */ .vk-calora-wrap .vk-cal-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-cal-border); border-radius: 14px; overflow: hidden; } .vk-calora-wrap .vk-cal-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-cal-border-lt); display: flex; align-items: center; background: var(--vk-cal-bg-card); gap: 16px; } .vk-calora-wrap .vk-cal-spec-item:last-child { border-bottom: 0; } .vk-calora-wrap .vk-cal-spec-item:nth-child(even) { background: var(--vk-cal-bg); } .vk-calora-wrap .vk-cal-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-cal-accent-dk); width: 160px; flex-shrink: 0; } .vk-calora-wrap .vk-cal-spec-val { font-size: 12.5px; color: var(--vk-cal-text); } /* Style tags */ .vk-calora-wrap .vk-cal-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-calora-wrap .vk-cal-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-cal-accent-dk); background: var(--vk-cal-accent-bg); border: 0.5px solid var(--vk-cal-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-calora-wrap .vk-cal-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-calora-wrap .vk-cal-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-cal-border); border-radius: 12px; background: var(--vk-cal-bg-card); text-decoration: none; color: var(--vk-cal-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-calora-wrap .vk-cal-dl-card:hover { background: var(--vk-cal-accent-bg); border-color: var(--vk-cal-accent-bdr); } .vk-calora-wrap .vk-cal-dl-card.vk-cal-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-cal-bg); } .vk-calora-wrap .vk-cal-dl-card.vk-cal-dl-disabled:hover { background: var(--vk-cal-bg); border-color: var(--vk-cal-border); } .vk-calora-wrap .vk-cal-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-cal-accent-bg); border: 0.5px solid var(--vk-cal-accent-bdr); color: var(--vk-cal-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-calora-wrap .vk-cal-dl-icon svg { fill: none; } .vk-calora-wrap .vk-cal-dl-meta { width: 100%; } .vk-calora-wrap .vk-cal-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-cal-text); line-height: 1.3; margin-bottom: 3px; } .vk-calora-wrap .vk-cal-dl-sub { font-size: 11.5px; color: var(--vk-cal-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-calora-wrap .vk-cal-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-cal-text-light); background: var(--vk-cal-bg-card); border: 0.5px solid var(--vk-cal-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-calora-wrap .vk-cal-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-calora-wrap .vk-cal-faq-list details { border: 0.5px solid var(--vk-cal-border); border-radius: 10px; background: var(--vk-cal-bg-card); overflow: hidden; } .vk-calora-wrap .vk-cal-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-cal-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-calora-wrap .vk-cal-faq-list summary::-webkit-details-marker { display: none; } .vk-calora-wrap .vk-cal-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-cal-accent-dk); position: absolute; right: 16px; } .vk-calora-wrap .vk-cal-faq-list details[open] summary { color: var(--vk-cal-accent-dk); } .vk-calora-wrap .vk-cal-faq-list details[open] summary::after { content: '\2212'; } .vk-calora-wrap .vk-cal-faq-list .vk-cal-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-cal-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-calora-wrap .vk-cal-features-grid { grid-template-columns: repeat(2, 1fr); } .vk-calora-wrap .vk-cal-shape-grid { grid-template-columns: 1fr; } .vk-calora-wrap .vk-cal-config-grid { grid-template-columns: 1fr; } .vk-calora-wrap .vk-cal-dl-grid { grid-template-columns: 1fr; } .vk-calora-wrap .vk-cal-spec-key { width: 120px; } } @media (max-width: 380px) { .vk-calora-wrap .vk-cal-features-grid { grid-template-columns: 1fr; } } Inspiration The Calora Pendant Light is a handwoven dark-stained rattan pendant — choose a low saucer-cone or tall dome shape, single fixture or 2-light / 3-light linear cluster on a black metal bar. Brown twisted-cloth cord, 47.2″ adjustable per cord. E26 9W warm-white LED per shade included. For a kitchen island, dining table, breakfast bar, master bedroom, or foyer. Modern farmhouse, Japandi, coastal, and rustic modern style. Good To Know ! E26 9W LED included per shade · 2 shapes · 1/2/3-light configurations · hardwired · indoor dry only Each shade is handwoven natural rattan over a metal frame, finished in a dark walnut-tone stain. Weave pattern, rattan diameter, and stain depth vary slightly from shade to shade, which is characteristic of handwoven natural rattan, not a defect. New rattan may smell faintly grassy for a few days. The 47.2″ (120 cm) brown twisted-cloth cord is adjustable per cord during install. Single-light version uses a round wood ceiling cup (3.9″ D); 2- and 3-light versions hang from a black metal linear bar (31.5″ or 39.4″). Use the included low-heat LED bulbs — rattan prefers cool bulbs. Hardwires to a ceiling junction box; have a licensed electrician install. Indoor, dry locations only. Key Features Two Shapes — Cone or Dome Pick the silhouette that suits the room: a low saucer-cone for a wider, flatter spread, or a tall dome bell for more vertical presence and a cozier downlight. 1, 2, or 3 Lights on a Black Bar Single fixture on a small wood cup, or 2-light (31.5″ bar) / 3-light (39.4″ bar) linear cluster on a black metal canopy — built for kitchen islands and longer dining tables. Handwoven Dark Rattan Each shade is hand-woven from natural rattan over a metal frame and finished in a dark walnut-tone stain. Visible weave pattern, warm earthy tone, lights up softly through the woven gaps when on. Choose Your Shape Two shade silhouettes — both handwoven dark-stained rattan, available in two sizes each. Shape A Saucer Cone Low, wide silhouette that hangs close to the ceiling — spreads light over a wider footprint. Good above a long surface or where headroom is tight. Small: 13.2″ D × 6.7″ H (33.5 × 17 cm) Large: 17.7″ D × 8.7″ H (45 × 22 cm) Shape B Dome Bell Tall, rounded silhouette with more visual weight — pools light downward and casts a cozier, more contained glow. Small: 13.8″ D × 9.8″ H (35 × 25 cm) Large: 17.7″ D × 12.6″ H (45 × 32 cm) Choose Your Configuration Single fixture or a linear cluster of 2 or 3 lights on a black metal bar. Multi-light versions ship in small shade size only (13.2″ / 13.8″) — sized to read clean on a kitchen island or dining table without crowding. Config 1 Single Light One shade on a round wood ceiling cup — available in either shape, small or large. Cup: 3.9″ D × 1″ H (10 × 2.5 cm) wood · 1 cord Config 2 2-Light Linear Two small shades hanging from a 31.5″ black metal bar — sized for a 4-6 seat dining table or a medium kitchen island. Bar: 31.5″ (80 cm) black metal · 2 cords · overall hang ~ 39.4″ wide Config 3 3-Light Linear Three small shades hanging from a 39.4″ black metal bar — sized for a 6-8 seat dining table or a longer kitchen island. Bar: 39.4″ (100 cm) black metal · 3 cords · overall hang ~ 47.2″ wide Specifications Fixture Type Pendant light · handwoven rattan · 1/2/3-light configurations · hardwired Main Materials Metal frame + handwoven natural rattan (dark stain) + solid wood (single-light ceiling cup) + black metal bar (multi-light canopy) Color Dark walnut-tone rattan · dark walnut wood cup or matte black bar canopy · brown twisted-cloth cord Shape A — Saucer Cone Small 13.2″ D × 6.7″ H (33.5 × 17 cm) · Large 17.7″ D × 8.7″ H (45 × 22 cm) Shape B — Dome Bell Small 13.8″ D × 9.8″ H (35 × 25 cm) · Large 17.7″ D × 12.6″ H (45 × 32 cm) Single-Light Canopy Round solid-wood ceiling cup · 3.9″ D × 1″ H (10 × 2.5 cm) 2-Light Bar 31.5″ (80 cm) matte black linear metal bar · 2 cords · small shade size only 3-Light Bar 39.4″ (100 cm) matte black linear metal bar · 3 cords · small shade size only Cord Brown twisted-cloth · 47.2″ (120 cm) per cord · adjustable / shortenable during install Light Source 1 × E26 medium screw base per shade Bulbs E26 · 9W LED included per shade (1/2/3 total, matching configuration) · warm white 2700–3000K Mounting Ceiling-mounted (hardwired) · indoor dry locations only Design Style Modern Farmhouse Japandi Coastal Rustic Modern Wabi-Sabi Organic Modern Best For Kitchen island, dining table, breakfast bar, master bedroom, foyer, hallway, sunroom Use Case The Calora is built around warm, layered light through visible weave — dark rattan glows softly through the woven gaps when the bulb is on, and the dark stain reads as a rich anchor against light walls. The shape choice matters: Saucer Cone spreads light more widely and hangs closer to the ceiling, ideal for rooms with tight headroom or where you want gentler vertical presence; Dome Bell pools light more tightly downward and reads more sculptural from across the room. Configuration matters more than size, in most rooms. Single light works as a bedside pendant, foyer focal point, or above a small breakfast nook. 2-light linear (31.5″ bar) hangs neatly over a 4-6 seat dining table or a medium kitchen island. 3-light linear (39.4″ bar) is the kitchen-island workhorse — long 7′ to 9′ islands and 6-8 seat dining tables. The dark rattan + walnut wood + black metal palette pairs with white oak, painted shaker cabinetry, raw linen and bouclé, terracotta tile, jute and sisal rugs, warm-white paint — fitting modern farmhouse kitchens, Japandi dining rooms, coastal sunrooms, and rustic-modern master bedrooms. For custom cord length or trade pricing, email [email protected]. Downloads Technical reference and care guides for the Calora Pendant Light. Need a doc that’s not listed? Email [email protected]. Spec Sheet All shapes & configs · PDF Pending Installation Guide Hardwire step-by-step · PDF Pending Care Guide Rattan, wood & metal · PDF Pending FAQ Which shape should I pick — Saucer Cone or Dome Bell? Saucer Cone is low and wide — spreads light over a broader footprint and hangs close to the ceiling. Good for rooms with tight headroom (under 8′ ceilings), wide kitchen islands, or where you want gentler vertical presence. Dome Bell is taller and rounded — pools light downward into a more contained pool, reads more sculptural from across the room, and has more visual weight. Good for bedrooms, foyers, single-statement dining tables, and rooms with standard or higher ceilings. Which configuration should I pick — 1, 2, or 3 lights? Pick by what’s underneath. Single light for a bedside pendant, a foyer focal point, a small breakfast nook, or a hallway. 2-light linear (31.5″ bar) for a 4-6 seat dining table or a medium kitchen island. 3-light linear (39.4″ bar) for a long 7′-9′ kitchen island or a 6-8 seat dining table. A rough rule: the total bar length should be about 60–75% of the table or island length. What bulbs does it take, and are they included? Each shade uses 1 × E26 (medium screw base), and ships with a 9W warm-white LED bulb included per shade — one bulb for single-light, two for 2-light, three for 3-light. Stay in the 2700–3000K range to keep the warm tone the rattan was designed around. Use LED only — the rattan and the enclosed shade both prefer cool-running bulbs. Will the rattan warp or fade over time? Natural rattan in an indoor dry location holds its shape for years. The dark walnut stain may lighten very slightly after long sunlight exposure, but indoor pendants are rarely in direct sun. Don’t hang in a bathroom with a shower, a damp basement, or a covered outdoor patio — humidity weakens the rattan weave and mottles the stain. Wipe dust monthly with a dry soft brush; spot-treat marks with a barely-damp cloth, don’t soak. Can I install it myself or do I need an electrician? It’s a hardwired ceiling fixture. Single-light mounts to a standard ceiling junction box through the round wood cup; multi-light versions mount through the black metal linear bar, which spans two screw points into the ceiling. We recommend a licensed electrician for a safe, code-compliant install — especially for the multi-light bar, which needs straight alignment with the surface below. Cord length is adjustable per cord during install.
More you might like
Related
Calora Table Light
Related
Hot Fix Crystal Light Calorado Topaz 5mm
Related
Bronoir Calora – Lightweight & Arch-Supportive Walking Sanda
Related