Marova Pendant Light
.vk-marova-wrap { --vk-mrva-bg: #ffffff; --vk-mrva-bg-card: #faf3e8; --vk-mrva-bg-deep: #ecdfc7; --vk-mrva-border: #e6d8be; --vk-mrva-border-lt: #ede2cc; --vk-mrva-accent: #a07a52; --vk-mrva-accent-dk: #6b4a2e; --vk-mrva-accent-lt: #c9a875; --vk-mrva-accent-bg: #f0e3c6; --vk-mrva-accent-bdr: #c8a778; --vk-mrva-text: #2a211a; --vk-mrva-text-mid: #5a4a3b; --vk-mrva-text-light: #978674; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-mrva-text); line-height: 1.72; font-size: 14.5px; } .vk-marova-wrap * { box-sizing: border-box; } .vk-marova-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-mrva-text-mid); } .vk-marova-wrap a { color: var(--vk-mrva-accent-dk); text-decoration: underline; } .vk-marova-wrap .vk-mrva-section { margin-bottom: 2.6rem; } .vk-marova-wrap .vk-mrva-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-marova-wrap .vk-mrva-sec-line { flex: 1; height: 0.5px; background: var(--vk-mrva-border); } .vk-marova-wrap .vk-mrva-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-mrva-accent-dk); white-space: nowrap; } .vk-marova-wrap strong { color: var(--vk-mrva-text); font-weight: 600; } /* Features grid */ .vk-marova-wrap .vk-mrva-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-marova-wrap .vk-mrva-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-mrva-border); border-radius: 12px; background: var(--vk-mrva-bg-card); } .vk-marova-wrap .vk-mrva-feat-icon { width: 30px; height: 30px; border-radius: 8px; background: var(--vk-mrva-accent-bg); border: 0.5px solid var(--vk-mrva-accent-bdr); color: var(--vk-mrva-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-marova-wrap .vk-mrva-feat-icon svg { fill: none; } .vk-marova-wrap .vk-mrva-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-mrva-text); margin-bottom: 6px; line-height: 1.35; } .vk-marova-wrap .vk-mrva-feat-desc { font-size: 12px; color: var(--vk-mrva-text-mid); line-height: 1.55; } /* Size variant grid (2 sizes) */ .vk-marova-wrap .vk-mrva-size-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; } .vk-marova-wrap .vk-mrva-size-card { padding: 14px 14px 16px; border: 0.5px solid var(--vk-mrva-border); border-radius: 12px; background: var(--vk-mrva-bg-card); } .vk-marova-wrap .vk-mrva-size-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vk-mrva-accent-dk); margin-bottom: 6px; } .vk-marova-wrap .vk-mrva-size-name { font-size: 14px; font-weight: 700; color: var(--vk-mrva-text); margin-bottom: 5px; line-height: 1.3; } .vk-marova-wrap .vk-mrva-size-meta { font-size: 11.5px; color: var(--vk-mrva-text-mid); line-height: 1.55; margin-bottom: 6px; } .vk-marova-wrap .vk-mrva-size-spec { font-size: 11px; color: var(--vk-mrva-text-light); line-height: 1.5; } /* Critical notice */ .vk-marova-wrap .vk-mrva-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-mrva-accent-bdr); border-left: 3px solid var(--vk-mrva-accent); border-radius: 10px; background: var(--vk-mrva-accent-bg); } .vk-marova-wrap .vk-mrva-notice .vk-mrva-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-mrva-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-marova-wrap .vk-mrva-notice .vk-mrva-notice-body { font-size: 12.5px; color: var(--vk-mrva-text-mid); line-height: 1.6; } .vk-marova-wrap .vk-mrva-notice .vk-mrva-notice-body strong { color: var(--vk-mrva-accent-dk); display: block; margin-bottom: 3px; font-size: 13px; } /* Specifications */ .vk-marova-wrap .vk-mrva-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-mrva-border); border-radius: 14px; overflow: hidden; } .vk-marova-wrap .vk-mrva-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-mrva-border-lt); display: flex; align-items: center; background: var(--vk-mrva-bg-card); gap: 16px; } .vk-marova-wrap .vk-mrva-spec-item:last-child { border-bottom: 0; } .vk-marova-wrap .vk-mrva-spec-item:nth-child(even) { background: var(--vk-mrva-bg); } .vk-marova-wrap .vk-mrva-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-mrva-accent-dk); width: 160px; flex-shrink: 0; } .vk-marova-wrap .vk-mrva-spec-val { font-size: 12.5px; color: var(--vk-mrva-text); } /* Style tags */ .vk-marova-wrap .vk-mrva-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-marova-wrap .vk-mrva-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-mrva-accent-dk); background: var(--vk-mrva-accent-bg); border: 0.5px solid var(--vk-mrva-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-marova-wrap .vk-mrva-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-marova-wrap .vk-mrva-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-mrva-border); border-radius: 12px; background: var(--vk-mrva-bg-card); text-decoration: none; color: var(--vk-mrva-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-marova-wrap .vk-mrva-dl-card:hover { background: var(--vk-mrva-accent-bg); border-color: var(--vk-mrva-accent-bdr); } .vk-marova-wrap .vk-mrva-dl-card.vk-mrva-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-mrva-bg); } .vk-marova-wrap .vk-mrva-dl-card.vk-mrva-dl-disabled:hover { background: var(--vk-mrva-bg); border-color: var(--vk-mrva-border); } .vk-marova-wrap .vk-mrva-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-mrva-accent-bg); border: 0.5px solid var(--vk-mrva-accent-bdr); color: var(--vk-mrva-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-marova-wrap .vk-mrva-dl-icon svg { fill: none; } .vk-marova-wrap .vk-mrva-dl-meta { width: 100%; } .vk-marova-wrap .vk-mrva-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-mrva-text); line-height: 1.3; margin-bottom: 3px; } .vk-marova-wrap .vk-mrva-dl-sub { font-size: 11.5px; color: var(--vk-mrva-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-marova-wrap .vk-mrva-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-mrva-text-light); background: var(--vk-mrva-bg-card); border: 0.5px solid var(--vk-mrva-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-marova-wrap .vk-mrva-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-marova-wrap .vk-mrva-faq-list details { border: 0.5px solid var(--vk-mrva-border); border-radius: 10px; background: var(--vk-mrva-bg-card); overflow: hidden; } .vk-marova-wrap .vk-mrva-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-mrva-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-marova-wrap .vk-mrva-faq-list summary::-webkit-details-marker { display: none; } .vk-marova-wrap .vk-mrva-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-mrva-accent-dk); position: absolute; right: 16px; } .vk-marova-wrap .vk-mrva-faq-list details[open] summary { color: var(--vk-mrva-accent-dk); } .vk-marova-wrap .vk-mrva-faq-list details[open] summary::after { content: '\2212'; } .vk-marova-wrap .vk-mrva-faq-list .vk-mrva-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-mrva-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-marova-wrap .vk-mrva-features-grid { grid-template-columns: repeat(2, 1fr); } .vk-marova-wrap .vk-mrva-size-grid { grid-template-columns: 1fr; } .vk-marova-wrap .vk-mrva-dl-grid { grid-template-columns: 1fr; } .vk-marova-wrap .vk-mrva-spec-key { width: 120px; } } @media (max-width: 380px) { .vk-marova-wrap .vk-mrva-features-grid { grid-template-columns: 1fr; } } Inspiration The Marova Pendant Light is an oval fabric drum pendant — a metal frame wrapped in oatmeal-cream linen, with vertical jute-rope ribs running pole-to-pole around the shade, each marked with a small X knot at the equator. A brass-tone twisted cord drops from a dark-bronze canopy. One E26 socket inside. Two sizes — 11.8″ or 15.7″ wide — for a dining table, kitchen island, breakfast nook, foyer, or bedside. Wabi-sabi, Japandi, French country, and bohemian modern style. Good To Know ! 1 × E26 bulb included · two sizes · hardwired install · indoor dry locations only The shade is cream linen-look fabric stretched over a metal frame, with natural jute rope ribs hand-tied vertically and finished with X-knots at the equator. Fabric weave tone, rope thickness, and knot placement may vary slightly piece to piece — characteristic of natural-fiber finishing, not a defect. Use the included low-heat LED bulb — not incandescent or halogen; fabric and jute both prefer cool bulbs. Hardwires to a ceiling junction box via the dark-bronze canopy; have a licensed electrician install. Plan headroom: hang the bottom of the shade about 30–36″ above a dining table, or roughly 7′ from the floor over a walkway. Indoor, dry locations only. Key Features Oval Linen Drum Silhouette An oblate, balloon-like shade reads softer and lower than a round drum — fits comfortably over a dining table or kitchen island without dominating the ceiling. Jute Rope Ribs + X-Knot Detail Hand-tied natural jute rope ribs run pole-to-pole around the linen shade, each finished with a small X knot at the widest point — visible craft, not a printed pattern. Dark-Bronze Canopy + Brass Cord Dark-bronze ceiling canopy paired with a brass-tone twisted-cloth cord — warm, vintage-leaning hardware that frames the linen shade instead of competing with it. Available Sizes Two sizes — choose at checkout. Linen color, jute ribs, knot work, canopy, and cord are the same across both; only the shade dimensions scale. Size A Small — 11.8″ D For a bedside nightstand pair, a small kitchen nook, a powder-room accent, or hung in a multi-pendant cluster of 3–5 over a long dining table. 11.8″ D × 7.1″ H (30 × 18 cm) Size B Medium — 15.7″ D For a 4–6 seat dining table, a standard kitchen island, a foyer, or hung singly above a breakfast nook — the everyday size. 15.7″ D × 9.1″ H (40 × 23 cm) Specifications Fixture Type Pendant light · oval fabric drum with jute ribs · single bulb · hardwired Main Materials Metal frame + cream linen-look fabric + natural jute rope + wood-accent canopy Color Oatmeal-cream linen · natural tan jute rope · dark-bronze canopy · brass-tone twisted cord (single colorway) Shade Construction Linen-look fabric stretched over a metal frame; vertical jute rope ribs hand-tied pole-to-pole with X-knots at the equator Size A — Small 11.8″ D × 7.1″ H / 30 × 18 cm Size B — Medium 15.7″ D × 9.1″ H / 40 × 23 cm Suspension Brass-tone twisted-cloth cord · dark-bronze ceiling canopy · cord shortenable during install Light Source 1 × E26 medium screw base Bulb E26 · included · LED only · 2700–3000K warm white recommended Mounting Ceiling-mounted (hardwired) · indoor dry locations only Design Style Wabi-Sabi Japandi French Country Mediterranean Bohemian Modern Best For Dining table, kitchen island, breakfast nook, bedside, foyer, reading nook, living room Use Case The Marova reads as handmade and artisanal — the jute ribs and X knots are visible craft, not a printed graphic, and the oval silhouette feels more like a hand-shaped balloon than an off-the-shelf drum. The linen fabric diffuses light into a warm ambient pool, while the jute ribs cast soft vertical shadow lines on nearby walls when the bulb is on. Best as ambient or accent lighting — the linen drum softens the bulb, so don’t rely on it as your only task light over food prep. Scale to your space: Small (11.8″) works as a bedside pair, in a powder room, or in a cluster of 3–5 over a long dining table for a layered, restaurant-style read; Medium (15.7″) stands on its own over a 4–6 seat table or a kitchen island. The oatmeal-cream + natural jute + dark-bronze palette pairs with raw linen upholstery, oak and walnut furniture, terracotta tile, plaster walls, rattan and wicker accents — fitting French country kitchens, Mediterranean dining rooms, Japandi bedrooms, wabi-sabi reading corners, and bohemian-modern lofts. For custom cord length or trade pricing, email [email protected]. Downloads Technical reference and care guides for the Marova Pendant Light. Need a doc that’s not listed? Email [email protected]. Spec Sheet Both sizes · PDF Pending Installation Guide Hardwire step-by-step · PDF Pending Care Guide Linen, jute & bronze · PDF Pending FAQ Which size should I pick? Pick by what’s underneath. Small (11.8″) works as a bedside pendant pair, in a powder room, or in a cluster of 3–5 over a long dining table for a layered restaurant-style look. Medium (15.7″) stands alone well over a 4–6 seat dining table, a kitchen island, a breakfast nook, or a foyer — the everyday choice if you want a single statement pendant. What bulb does it take, and is it included? The Marova uses 1 × E26 (medium screw base) and ships with a bulb included. Use LED only — not incandescent or halogen. The fabric shade and natural jute both prefer a cool bulb. Stay in the 2700–3000K warm white range for a soft dining or bedside glow that matches the cream linen tone. Are the jute ropes and X knots real, or printed? They’re real natural jute rope, hand-tied. Each rib runs pole-to-pole around the shade and is finished with an X knot at the widest point. Because the ribs and knots are tied by hand, spacing, knot tightness, and rope thickness vary slightly piece to piece — characteristic of natural-fiber finishing, not a defect. New jute may smell faintly grassy for a few days and shed a small amount of fiber in the first weeks — this settles down quickly. Can I install it myself or do I need an electrician? It’s a hardwired ceiling fixture mounting through the dark-bronze canopy to a junction box, with a brass-tone twisted cord that can be shortened during install. We recommend a licensed electrician for a safe, code-compliant install — especially because the linen drum needs careful handling so the jute ribs and knots aren’t crushed during mounting. How do I clean the linen shade and jute ropes? Dust the linen shade with a soft brush or low-suction vacuum using the upholstery attachment. For small marks, spot-test a barely-damp white cloth with mild soap on an inside seam first; don’t soak. Dust the jute ropes and knots with a soft dry brush only — jute doesn’t like moisture. Wipe the dark-bronze canopy with a dry soft cloth. Always turn off the circuit at the breaker before cleaning.
More you might like
Related
Marova Sculpture Floor Light
Related
Black Pendant Lighting Modern Pendant Light, Adjustable Pend
Related
Black Pendant Lighting Modern Pendant Light, Adjustable Pend
Related