Green Stripe Mushroom Table Lamp
.vk-livo-wrap { --vk-livo-bg: #ffffff; --vk-livo-bg-card: #fbf7ef; --vk-livo-bg-deep: #ece2cd; --vk-livo-border: #ece4d3; --vk-livo-border-lt: #f4eedf; --vk-livo-accent: #a98c5a; - -vk-livo-accent-dk: #6f5a2f; --vk-livo-accent-lt: #c8af7d; --vk-livo-accent-bg: #f1ebda; --vk-livo-accent-bdr: #dccba2; --vk-livo-text: #2a261d; --vk-livo-text-mid: #554d3c; --vk-livo-text-light: #968b73; max-width: 680px; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--vk-livo-text); line-height: 1.72; font-size: 14.5px; } .vk-livo-wrap * { box-sizing: border-box; } .vk-livo-wrap p { margin: 0 0 0.8rem 0; color: var(--vk-livo-text-mid); } .vk-livo-wrap a { color: var(--vk-livo-accent-dk); text-decoration: underline; } .vk-livo-wrap .vk-livo-section { margin-bottom: 2.6rem; } .vk-livo-wrap .vk-livo-sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .vk-livo-wrap .vk-livo-sec-line { flex: 1; height: 0.5px; background: var(--vk-livo-border); } .vk-livo-wrap .vk-livo-sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--vk-livo-accent-dk); white-space: nowrap; } .vk-livo-wrap strong { color: var(--vk-livo-text); font-weight: 600; } /* Features grid (3 columns) */ .vk-livo-wrap .vk-livo-features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-livo-wrap .vk-livo-feature-card { padding: 16px 14px; border: 0.5px solid var(--vk-livo-border); border-radius: 12px; background: var(--vk-livo-bg-card); } .vk-livo-wrap .vk-livo-feat-icon { width: 34px; height: 34px; border-radius: 9px; background: var(--vk-livo-accent-bg); border: 0.5px solid var(--vk-livo-accent-bdr); color: var(--vk-livo-accent-dk); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .vk-livo-wrap .vk-livo-feat-icon svg { fill: none; } .vk-livo-wrap .vk-livo-feat-title { font-size: 13px; font-weight: 700; color: var(--vk-livo-text); margin-bottom: 6px; line-height: 1.35; } .vk-livo-wrap .vk-livo-feat-desc { font-size: 12px; color: var(--vk-livo-text-mid); line-height: 1.55; } /* Colors grid (2 columns -> 2x2 for four colors) */ .vk-livo-wrap .vk-livo-size-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; } .vk-livo-wrap .vk-livo-size-card { padding: 14px 14px 16px; border: 0.5px solid var(--vk-livo-border); border-radius: 12px; background: var(--vk-livo-bg-card); } .vk-livo-wrap .vk-livo-size-label { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--vk-livo-accent-dk); margin-bottom: 6px; } .vk-livo-wrap .vk-livo-size-name { font-size: 14px; font-weight: 700; color: var(--vk-livo-text); margin-bottom: 5px; line-height: 1.3; } .vk-livo-wrap .vk-livo-size-meta { font-size: 11.5px; color: var(--vk-livo-text-mid); line-height: 1.55; margin-bottom: 6px; } .vk-livo-wrap .vk-livo-size-spec { font-size: 10.5px; color: var(--vk-livo-text-light); line-height: 1.5; } .vk-livo-wrap .vk-livo-size-spec strong { color: var(--vk-livo-accent-dk); font-weight: 700; } /* Critical notice */ .vk-livo-wrap .vk-livo-notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(--vk-livo-accent-bdr); border-left: 3px solid var(--vk-livo-accent); border-radius: 10px; background: var(--vk-livo-accent-bg); } .vk-livo-wrap .vk-livo-notice .vk-livo-notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(--vk-livo-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-livo-wrap .vk-livo-notice .vk-livo-notice-body { font-size: 12.5px; color: var(--vk-livo-text-mid); line-height: 1.6; } .vk-livo-wrap .vk-livo-notice .vk-livo-notice-body strong { color: var(--vk-livo-text); font-weight: 600; } .vk-livo-wrap .vk-livo-notice .vk-livo-notice-body strong:first-child { display: block; color: var(--vk-livo-accent-dk); margin-bottom: 3px; font-size: 13px; } /* Warning callout */ .vk-livo-wrap .vk-livo-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-livo-wrap .vk-livo-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-livo-wrap .vk-livo-warn-body { font-size: 12px; color: var(--vk-livo-text-mid); line-height: 1.55; } .vk-livo-wrap .vk-livo-warn-body strong { color: #8a4820; font-weight: 600; } .vk-livo-wrap .vk-livo-warn-body strong:first-child { display: block; margin-bottom: 2px; font-size: 12.5px; } /* Specifications */ .vk-livo-wrap .vk-livo-spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(--vk-livo-border); border-radius: 14px; overflow: hidden; } .vk-livo-wrap .vk-livo-spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(--vk-livo-border-lt); display: flex; align-items: flex-start; background: var(--vk-livo-bg-card); gap: 16px; } .vk-livo-wrap .vk-livo-spec-item:last-child { border-bottom: 0; } .vk-livo-wrap .vk-livo-spec-item:nth-child(even) { background: var(--vk-livo-bg); } .vk-livo-wrap .vk-livo-spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--vk-livo-accent-dk); width: 150px; flex-shrink: 0; padding-top: 2px; } .vk-livo-wrap .vk-livo-spec-val { font-size: 12.5px; color: var(--vk-livo-text); } /* Style tags */ .vk-livo-wrap .vk-livo-style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .vk-livo-wrap .vk-livo-style-tag { font-size: 10.5px; font-weight: 600; color: var(--vk-livo-accent-dk); background: var(--vk-livo-accent-bg); border: 0.5px solid var(--vk-livo-accent-bdr); padding: 2px 8px; border-radius: 6px; } /* Downloads grid */ .vk-livo-wrap .vk-livo-dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .vk-livo-wrap .vk-livo-dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(--vk-livo-border); border-radius: 12px; background: var(--vk-livo-bg-card); text-decoration: none; color: var(--vk-livo-text); position: relative; min-height: 44px; transition: background 0.18s, border-color 0.18s; } .vk-livo-wrap .vk-livo-dl-card:hover { background: var(--vk-livo-accent-bg); border-color: var(--vk-livo-accent-bdr); } .vk-livo-wrap .vk-livo-dl-card.vk-livo-dl-disabled { cursor: default; opacity: 0.72; background: var(--vk-livo-bg); } .vk-livo-wrap .vk-livo-dl-card.vk-livo-dl-disabled:hover { background: var(--vk-livo-bg); border-color: var(--vk-livo-border); } .vk-livo-wrap .vk-livo-dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--vk-livo-accent-bg); border: 0.5px solid var(--vk-livo-accent-bdr); color: var(--vk-livo-accent-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .vk-livo-wrap .vk-livo-dl-icon svg { fill: none; } .vk-livo-wrap .vk-livo-dl-meta { width: 100%; } .vk-livo-wrap .vk-livo-dl-label { font-size: 13.5px; font-weight: 700; color: var(--vk-livo-text); line-height: 1.3; margin-bottom: 3px; } .vk-livo-wrap .vk-livo-dl-sub { font-size: 11.5px; color: var(--vk-livo-text-light); letter-spacing: 0.02em; line-height: 1.45; } .vk-livo-wrap .vk-livo-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-livo-text-light); background: var(--vk-livo-bg-card); border: 0.5px solid var(--vk-livo-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } /* FAQ accordion */ .vk-livo-wrap .vk-livo-faq-list { display: flex; flex-direction: column; gap: 6px; } .vk-livo-wrap .vk-livo-faq-list details { border: 0.5px solid var(--vk-livo-border); border-radius: 10px; background: var(--vk-livo-bg-card); overflow: hidden; } .vk-livo-wrap .vk-livo-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-livo-text); display: flex; justify-content: space-between; align-items: center; position: relative; } .vk-livo-wrap .vk-livo-faq-list summary::-webkit-details-marker { display: none; } .vk-livo-wrap .vk-livo-faq-list summary::after { content: '+'; font-size: 18px; line-height: 1; color: var(--vk-livo-accent-dk); position: absolute; right: 16px; } .vk-livo-wrap .vk-livo-faq-list details[open] summary { color: var(--vk-livo-accent-dk); } .vk-livo-wrap .vk-livo-faq-list details[open] summary::after { content: '\2212'; } .vk-livo-wrap .vk-livo-faq-list .vk-livo-faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(--vk-livo-text-mid); line-height: 1.6; } /* Mobile */ @media (max-width: 520px) { .vk-livo-wrap .vk-livo-features-grid { grid-template-columns: 1fr; } .vk-livo-wrap .vk-livo-size-grid { grid-template-columns: 1fr; } .vk-livo-wrap .vk-livo-dl-grid { grid-template-columns: 1fr; } .vk-livo-wrap .vk-livo-spec-item { flex-direction: column; gap: 4px; } .vk-livo-wrap .vk-livo-spec-key { width: auto; } } Inspiration The Livora Stripe Table Light is a mushroom-shape lamp wrapped in space-dyed raffia — a tapered raffia base and a cone shade in striped, variegated color. A single E27 bulb (warm white LED included) glows soft through the woven raffia for a diffused ambient light, with a downward glow onto the table. At Ø11.4″ × H15″ (Ø29 × H38 cm), it’s a plug-in table lamp for a bedside, console, dresser, or shelf. It comes in four space-dyed colors; the raffia reads coastal, boho, Scandinavian, and cottagecore. Raffia is a natural fiber and the color is space-dyed, so the weave, tone, and striping vary slightly per piece. Good To Know ! One size (Ø11.4″ × H15″ / Ø29 × H38 cm) · iron + raffia · four space-dyed colors · 1 × E27 · E27 LED bulb included & replaceable (accepts E26) · warm white · plug-in · indoor dry only · weave, tone & striping vary per piece A mushroom-shape lamp wrapped in space-dyed raffia — a tapered raffia base and a cone shade — over an iron frame. A single E27 glows soft through the woven raffia for a diffused ambient light with a downward glow onto the table — a bedside or console glow, not bright task light. Choose from four space-dyed colors (see Colors). Raffia is a natural fiber and the color is space-dyed, so the weave, tone, and striping vary slightly per piece (each is unique, not a defect), and raffia is porous and delicate — keep it indoor and dry, dust dry, and never 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 is a plug-in lamp, supplied with the plug/wiring for your region, with an on/off switch. Certified for North America, Australia, Europe & the Middle East (110–240V). Indoor dry locations only. Key Features Space-Dyed Raffia, Mushroom Shape A mushroom-shape lamp wrapped in space-dyed raffia — a tapered base and cone shade in striped, variegated color. Natural raffia and space-dyed color, so weave, tone, and striping vary per piece. Four Space-Dyed Colors Four space-dyed colorways, each space-dyed raffia over an iron frame. E27 Warm White, Plug-In A single E27 LED bulb (warm white) is included and replaceable (accepts US E26); plug-in with an on/off switch. Colors Four space-dyed colors — choose at checkout. All share the mushroom shape, space-dyed raffia over an iron frame, and a single E27; only the color changes. Each measures Ø11.4″ × H15″ (Ø29 × H38 cm). Mocha Beige Space-Dyed Raffia Warm natural beige with mocha striping. Ø11.4″ × H15″ · 1 × E27 Ocean Blue Space-Dyed Raffia Soft blue with white striping. Ø11.4″ × H15″ · 1 × E27 Soft Pink Space-Dyed Raffia Pale pink with multi striping. Ø11.4″ × H15″ · 1 × E27 Blue-Green Space-Dyed Raffia Blue and green striping. Ø11.4″ × H15″ · 1 × E27 ! Natural raffia, space-dyed · diffused ambient · plug-in · indoor dry only Raffia is a natural fiber and the color is space-dyed, so the weave, tone, and striping vary slightly per piece (each is unique, not a defect). Raffia is porous and delicate — keep it indoor and dry, dust gently with a soft, dry cloth or brush, and never get it wet; not for a bathroom with shower steam or outdoor. The woven raffia shade with a single E27 gives soft, diffused ambient light with a downward glow, not bright task light — pair it with other lighting where you need brighter task reading. Plug-in: supplied with the plug/wiring for your region. Specifications Fixture Type Table lamp · plug-in · mushroom shape · space-dyed raffia over an iron frame Materials & Finish Iron (frame) + raffia (space-dyed, woven base & shade) · natural raffia, weave/tone/striping vary per piece Light Source 1 × E27 · E27 LED bulb included & replaceable · accepts standard E26 · warm white Power Plug-in · supplied with the plug/wiring for your region · on/off switch · indoor dry only · 110–240V (multi-region) Certification Certified: North America · Australia · Europe · Middle East Care Raffia: dust dry, never water · iron: soft, dry cloth · keep dry · indoor use Design Style Coastal Boho Scandinavian Cottagecore Organic Modern Japandi Best For Bedside, console, dresser, shelf, living-room end table (ambient) Use Case The Livora reads as a coastal, boho table lamp — a mushroom-shape silhouette wrapped in space-dyed raffia, with a tapered base and a cone shade in striped, variegated color. A single E27 bulb glows soft through the woven raffia for a diffused ambient light with a downward glow, and the natural raffia and space-dyed color are a little different on every piece. Set it on a bedside table, console, dresser, shelf, or living-room end table, in your choice of space-dyed color. It’s a plug-in lamp, supplied with the plug/wiring for your region and an on/off switch. The space-dyed raffia pairs with wood, linen, and warm neutral rooms — coastal, boho, Scandinavian, and cottagecore. A single woven raffia shade gives soft, ambient light, so pair it with other lighting where you need brighter task reading. Indoor dry only. Email [email protected] for trade pricing or to ask about a color. Downloads Technical reference and setup files for the Livora Stripe Table Light. Need a doc that’s not listed? Email [email protected]. Spec Sheet Dimensions & details · PDF Pending Setup Guide Assembly & bulb · PDF Pending Use & Care Guide Raffia care · PDF Pending FAQ How big is it, and what colors are there? It’s a table lamp — Ø11.4″ × H15″ (Ø29 × H38 cm). Choose from four space-dyed colors (see Colors). It suits a bedside table, console, dresser, shelf, or end table. What bulb does it use — is it included? It uses 1 × E27 in warm white. 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. What’s the light like — is it bright? The woven raffia shade with a single E27 gives a soft, diffused ambient glow with a downward glow onto the table — a bedside or console glow, not bright task light. Pair it with other lighting where you need brighter task reading. Will mine look exactly like the photo? Raffia is a natural fiber and the color is space-dyed, so the weave, tone, and striping vary slightly per piece — yours will be a little different from the photo. That variation is the nature of the material, not a defect. How does it plug in, and how do I care for the raffia? It’s a plug-in table lamp, supplied with the plug/wiring for your region and an on/off switch; it’s certified for North America, Australia, Europe & the Middle East (110–240V). Raffia is porous and delicate — dust it dry, never get it wet, and keep it indoor and dry (not a bathroom with steam or outdoors).
More you might like
Related
Lighthouse Stripe Tablecloths
Related
Lighthouse Stripe Table Runners
Related
Tablecloth | Light Blue & White | Stripe
Related