Maruvia Table Light
.vk-maru-wrap { --vk-maru-bg: #ffffff; --vk-maru-bg-card: #faf4ef; --vk-maru-border: #e2d8cb; --vk-maru-border-lt: #ece3d6; --vk-maru-accent: #8a3a44; --vk-maru-accent-dk: #5e2730; --vk-maru-accent-bg: #f3e3e3; --vk-maru-accent-bdr: #cfa3a6; --vk-maru-text: #2a2018; --vk-maru-text-mid: #564a40; --vk-maru-text-light: #948575; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-maru-text); line-height: 1.72; font-size: 14.5px; } .vk-maru-wrap * { box-sizing: border-box; } .vk-maru-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-maru-text-mid); } .vk-maru-wrap a { color: var(--vk-maru-accent-dk); text-decoration: underline; } .vk-maru-wrap .vk-maru-section { margin-bottom: 2.6rem; } .vk-maru-wrap .vk-maru-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-maru-wrap .vk-maru-sec-line { flex: 1; height: 0.5px; background: var(--vk-maru-border); } .vk-maru-wrap .vk-maru-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-maru-accent-dk); white-space: nowrap; } .vk-maru-wrap strong { color: var(--vk-maru-text); font-weight: 600; } /* Features grid */ .vk-maru-wrap .vk-maru-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-maru-wrap .vk-maru-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-maru-border); border-radius: 12px; background: var(--vk-maru-bg-card); } .vk-maru-wrap .vk-maru-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-maru-accent-bg); border: 0.5px solid var(--vk-maru-accent-bdr); color: var(--vk-maru-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-maru-wrap .vk-maru-feat-icon svg { fill: none; } .vk-maru-wrap .vk-maru-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-maru-text); margin-bottom: 6px; line-height: 1.35; } .vk-maru-wrap .vk-maru-feat-desc { font-size: 12px; color: var(--vk-maru-text-mid); line-height: 1.55; } /* Size variant grid */ .vk-maru-wrap .vk-maru-size-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; } .vk-maru-wrap .vk-maru-size-card { padding: 14px 14px 16px; border: 0.5px solid var(--vk-maru-border); border-radius: 12px; background: var(--vk-maru-bg-card); } .vk-maru-wrap .vk-maru-size-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vk-maru-accent-dk); margin-bottom: 6px; } .vk-maru-wrap .vk-maru-size-name { font-size: 14px; font-weight: 700; color: var(--vk-maru-text); margin-bottom: 5px; line-height: 1.3; } .vk-maru-wrap .vk-maru-size-meta { font-size: 11.5px; color: var(--vk-maru-text-mid); line-height: 1.55; margin-bottom: 6px; } .vk-maru-wrap .vk-maru-size-spec { font-size: 10.5px; color: var(--vk-maru-text-light); line-height: 1.5; } .vk-maru-wrap .vk-maru-size-spec strong { color: var(--vk-maru-accent-dk); font-weight: 700; } /* Specifications */ .vk-maru-wrap .vk-maru-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-maru-border); border-radius: 14px; overflow: hidden; } .vk-maru-wrap .vk-maru-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-maru-border-lt); display: flex; align-items: flex-start; background: var(--vk-maru-bg-card); gap: 16px; } .vk-maru-wrap .vk-maru-spec-item:last-child { border-bottom: 0; } .vk-maru-wrap .vk-maru-spec-item:nth-child(even) { background: var(--vk-maru-bg); } .vk-maru-wrap .vk-maru-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-maru-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-maru-wrap .vk-maru-spec-val { font-size: 12.5px; color: var(--vk-maru-text); } /* Style tags */ .vk-maru-wrap .vk-maru-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-maru-wrap .vk-maru-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-maru-accent-dk); background: var(--vk-maru-accent-bg); border: 0.5px solid var(--vk-maru-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-maru-wrap .vk-maru-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-maru-wrap .vk-maru-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-maru-border); border-radius: 12px; background: var(--vk-maru-bg-card); text-decoration: none; color: var(--vk-maru-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-maru-wrap .vk-maru-dl-card:hover { background: var(--vk-maru-accent-bg); border-color: var(--vk-maru-accent-bdr); } .vk-maru-wrap .vk-maru-dl-card.vk-maru-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-maru-bg); } .vk-maru-wrap .vk-maru-dl-card.vk-maru-dl-disabled:hover { background: var(--vk-maru-bg); border-color: var(--vk-maru-border); } .vk-maru-wrap .vk-maru-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-maru-accent-bg); border: 0.5px solid var(--vk-maru-accent-bdr); color: var(--vk-maru-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-maru-wrap .vk-maru-dl-icon svg { fill: none; } .vk-maru-wrap .vk-maru-dl-meta { width: 100%; } .vk-maru-wrap .vk-maru-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-maru-text); line-height: 1.3; margin-bottom: 3px; } .vk-maru-wrap .vk-maru-dl-sub { font-size: 11.5px; color: var(--vk-maru-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-maru-wrap .vk-maru-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-maru-text-light); background: var(--vk-maru-bg-card); border: 0.5px solid var(--vk-maru-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-maru-wrap .vk-maru-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-maru-wrap .vk-maru-faq-list details { border: 0.5px solid var(--vk-maru-border); border-radius: 10px; background: var(--vk-maru-bg-card); overflow: hidden; } .vk-maru-wrap .vk-maru-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-maru-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-maru-wrap .vk-maru-faq-list summary::-webkit-details-marker { display: none; } .vk-maru-wrap .vk-maru-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-maru-accent-dk); position: absolute; right: 16px; } .vk-maru-wrap .vk-maru-faq-list details[open] summary { color: var(--vk-maru-accent-dk); } .vk-maru-wrap .vk-maru-faq-list details[open] summary::after { content: '\2212'; } .vk-maru-wrap .vk-maru-faq-list .vk-maru-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-maru-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-maru-wrap .vk-maru-features-grid { grid-template-columns: 1fr; } .vk-maru-wrap .vk-maru-size-grid { grid-template-columns: 1fr; } .vk-maru-wrap .vk-maru-dl-grid { grid-template-columns: 1fr; } .vk-maru-wrap .vk-maru-spec-item { flex-direction: column; gap: 4px; } .vk-maru-wrap .vk-maru-spec-key { width: auto; } } Inspiration The Maruvia came out of the striped awnings and rope-wound market baskets of small Mediterranean harbor towns — burgundy against cream, wound rather than printed, so the pattern belongs to the structure instead of sitting on it. Cord was chosen for what it does to light: wrapped over a frame, it glows rather than glares, the way canvas does with afternoon sun behind it. The tiered shade and hourglass base give the whole thing the posture of something turned on a lathe. Key Features Cotton-Cord Shade & Base Cotton cord wound vertically over a metal frame — a tiered, scalloped shade above a tapered hourglass base. Burgundy-and-Cream Stripes Alternating burgundy and cream cord runs the full height of shade and base, so the stripe reads from every angle. Warm Glow Through Cord Light filters through the fiber as soft ambient glow rather than a direct beam — accent light, so keep a task lamp where you read. Available Sizes Small Ø 11.8″ × 16.5″ H For a nightstand, bedside, or narrow console. Ø 30 × H 42 cm Large Ø 15.7″ × 22″ H For a living-room side table, entry console, or reading nook. Ø 40 × H 56 cm Specifications Fixture Type Plug-in table lamp Materials & Finish Metal frame wound with cotton cord in burgundy-and-cream vertical stripes Light Source 1 × E27 medium screw socket · accepts standard US E26 · warm white 3000K LED bulb included and replaceable Power Plug-in · inline cord switch, no wall switch needed · 59″ (150 cm) cord · 110–240V with the plug for your region Care Dust the cord with a soft brush and keep it dry — moisture can stain natural fiber · wipe metal with a dry cloth · indoor dry locations only Certified North America · Australia · Europe · Middle East Design Style Boho Mediterranean Coastal Eclectic Global Organic Modern Best For Bedside, side table, entry console, or reading nook near an outlet · pairs with linen, rattan, wood, and warm neutrals FAQ Will US bulbs fit the E27 socket? Yes. E27 and the standard US E26 base are cross-compatible, so US replacement bulbs thread straight in. A warm white 3000K LED bulb is included and fully replaceable. Will the stripes match the photos exactly? Close, but not identically. The cord is wound by hand over the frame, so stripe width, alignment at the seam, and the exact depth of the burgundy vary a little between pieces. That variation is characteristic of wound natural fiber rather than a defect. Can I use it in a bathroom? Not one with a shower or tub. Cotton cord isn't damp-rated, and sustained steam can stain the fiber and loosen the winding over time. A dry powder room is fine; keep it away from sinks where it might get splashed. Downloads Technical reference for the Maruvia Table Lamp. Need a doc that's not listed? Email [email protected]. Spec Sheet Both sizes & power · PDF Installation Guide Plug-in setup & bulb · PDF Pending Request 3D Files STEP / OBJ on request Pending { "@context": "https://schema.org", "@type": "Product", "name": "Maruvia Table Lamp", "description": "Plug-in table lamp with a tiered, scalloped shade and tapered hourglass base wound in burgundy-and-cream cotton cord over a metal frame. 1 x E27 with a warm white 3000K LED bulb included, inline cord switch and a 59 inch cord. Two sizes: Dia 11.8 x H16.5 inch and Dia 15.7 x H22 inch. Indoor dry locations only.", "material": ["Cotton cord", "Metal"], "color": "Burgundy / cream", "additionalProperty": [ { "@type": "PropertyValue", "name": "Light Source", "value": "1 x E27, warm white 3000K LED bulb included and replaceable, accepts US E26" }, { "@type": "PropertyValue", "name": "Power", "value": "Plug-in, inline cord switch, 59 inch (150 cm) cord, 110-240V" }, { "@type": "PropertyValue", "name": "Certification", "value": "North America, Australia, Europe, Middle East" }, { "@type": "PropertyValue", "name": "Location Rating", "value": "Indoor dry locations only" } ], "hasVariant": [ { "@type": "Product", "name": "Maruvia Table Lamp - Small", "size": "Dia 11.8\" x H16.5\" (30 x 42 cm)" }, { "@type": "Product", "name": "Maruvia Table Lamp - Large", "size": "Dia 15.7\" x H22\" (40 x 56 cm)" } ] } { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "Will US bulbs fit the E27 socket?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. E27 and the standard US E26 base are cross-compatible, so US replacement bulbs thread straight in. A warm white 3000K LED bulb is included and fully replaceable." } }, { "@type": "Question", "name": "Will the stripes match the photos exactly?", "acceptedAnswer": { "@type": "Answer", "text": "Close, but not identically. The cord is wound by hand over the frame, so stripe width, alignment at the seam and the exact depth of the burgundy vary a little between pieces. That variation is characteristic of wound natural fiber rather than a defect." } }, { "@type": "Question", "name": "Can I use it in a bathroom?", "acceptedAnswer": { "@type": "Answer", "text": "Not one with a shower or tub. Cotton cord is not damp-rated, and sustained steam can stain the fiber and loosen the winding over time. A dry powder room is fine, but keep it away from sinks where it might get splashed." } } ] }
More you might like
Related
Astro Ella Table Light Bronze Interior Table Light
Related
Endon Lighting 67517 Dara Table USB Table Light
Related
Hanging Pool Table Lights 98cm Billiards Table Light Island
Related