Mushora Floor Light

.pdp { /* Mushora theme — soft cream + mushroom blue/green accents */ –pdp-bg: #ffffff; –pdp-bg-card: #f8f5ec; –pdp-bg-deep: #ede7d4; –pdp-border: #ddd5bd; –pdp-border-lt: #e6dfc8; –pdp-accent: #6a7d9a; –pdp-accent-dk: #475a76; –pdp-accent-lt: #9aaec8; –pdp-accent-bg: #e8edf3; –pdp-accent-bdr: #a8b9d0; –pdp-text: #2a2820; –pdp-text-mid: #555248; –pdp-text-light: #8c8a82; max-width: 900px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, “Helvetica Neue”, Arial, sans-serif; color:…

Original price was: $12,453.00.Current price is: $189.99.
Checkout
Category:

Description

.pdp { /* Mushora theme — soft cream + mushroom blue/green accents */ –pdp-bg: #ffffff; –pdp-bg-card: #f8f5ec; –pdp-bg-deep: #ede7d4; –pdp-border: #ddd5bd; –pdp-border-lt: #e6dfc8; –pdp-accent: #6a7d9a; –pdp-accent-dk: #475a76; –pdp-accent-lt: #9aaec8; –pdp-accent-bg: #e8edf3; –pdp-accent-bdr: #a8b9d0; –pdp-text: #2a2820; –pdp-text-mid: #555248; –pdp-text-light: #8c8a82; max-width: 900px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, “Helvetica Neue”, Arial, sans-serif; color: var(–pdp-text); line-height: 1.65; font-size: 14px; } .pdp * { box-sizing: border-box; } .pdp p { margin: 0 0 0.8rem 0; color: var(–pdp-text-mid); } .pdp .pdp-section { margin-bottom: 2.8rem; } .pdp .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; padding-top: 0.6rem; } .pdp .sec-line { flex: 1; height: 0.5px; background: var(–pdp-border); } .pdp .sec-title { font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(–pdp-accent); white-space: nowrap; } .pdp .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .pdp .feature-card { padding: 16px 14px; border: 0.5px solid var(–pdp-border); border-radius: 12px; background: var(–pdp-bg-card); } .pdp .feat-icon { width: 30px; height: 30px; border-radius: 8px; background: var(–pdp-accent-bg); border: 0.5px solid var(–pdp-accent-bdr); color: var(–pdp-accent); display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .pdp .feat-icon svg { fill: none; } .pdp .feat-title { font-size: 13px; font-weight: 700; color: var(–pdp-text); margin-bottom: 6px; line-height: 1.35; } .pdp .feat-desc { font-size: 12px; color: var(–pdp-text-mid); line-height: 1.55; } .pdp .variants-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; } .pdp .variant-card { padding: 10px 8px; border: 0.5px solid var(–pdp-border); border-radius: 10px; background: var(–pdp-bg-card); text-align: center; cursor: pointer; transition: border-color 0.2s, transform 0.2s; position: relative; } .pdp .variant-card:hover { border-color: var(–pdp-accent); transform: translateY(-2px); } .pdp .variant-swatch { width: 100%; aspect-ratio: 1; border-radius: 8px; margin-bottom: 8px; border: 0.5px solid var(–pdp-border); background-size: cover; background-position: center; background-repeat: no-repeat; background-color: var(–pdp-bg-deep); } .pdp .variant-name { font-size: 12px; font-weight: 600; color: var(–pdp-text); line-height: 1.3; } .pdp .variant-card .variant-preview { position: absolute; bottom: calc(100% + 12px); left: 50%; transform: translateX(-50%) scale(0.85); width: 280px; height: 280px; border-radius: 12px; border: 1px solid var(–pdp-accent-bdr); box-shadow: 0 12px 32px rgba(28,26,22,0.18); background-size: cover; background-position: center; background-repeat: no-repeat; background-color: var(–pdp-bg-card); opacity: 0; pointer-events: none; transition: opacity 0.2s, transform 0.2s; z-index: 100; } .pdp .variant-card:hover .variant-preview { opacity: 1; transform: translateX(-50%) scale(1); } .pdp .size-specs { display: flex; flex-direction: column; gap: 2px; border: 0.5px solid var(–pdp-border); border-radius: 14px; background: var(–pdp-bg-card); padding: 6px 4px; } .pdp .size-spec-item { display: flex; justify-content: space-between; align-items: baseline; padding: 11px 18px; border-bottom: 0.5px solid var(–pdp-border-lt); font-size: 13px; gap: 16px; } .pdp .size-spec-item:last-child { border-bottom: 0; } .pdp .size-spec-item span { color: var(–pdp-text-light); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; flex-shrink: 0; } .pdp .size-spec-item strong { color: var(–pdp-text); font-weight: 600; text-align: right; } .pdp .notice { display: flex; gap: 12px; align-items: flex-start; padding: 14px 16px; border: 0.5px solid var(–pdp-accent-bdr); border-left: 3px solid var(–pdp-accent); border-radius: 10px; background: var(–pdp-accent-bg); } .pdp .notice .notice-ico { width: 22px; height: 22px; border-radius: 50%; background: var(–pdp-accent); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; flex-shrink: 0; margin-top: 1px; } .pdp .notice .notice-body { font-size: 12.5px; color: var(–pdp-text-mid); line-height: 1.6; } .pdp .notice .notice-body strong { color: var(–pdp-accent-dk); display: block; margin-bottom: 3px; font-size: 13px; } .pdp .spec-grid { display: flex; flex-direction: column; border: 0.5px solid var(–pdp-border); border-radius: 14px; overflow: hidden; } .pdp .spec-item { padding: 10px 16px; border-bottom: 0.5px solid var(–pdp-border-lt); display: flex; align-items: center; background: var(–pdp-bg-card); gap: 16px; } .pdp .spec-item:last-child { border-bottom: 0; } .pdp .spec-item:nth-child(even) { background: var(–pdp-bg); } .pdp .spec-key { font-size: 10.5px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(–pdp-accent); width: 160px; flex-shrink: 0; } .pdp .spec-val { font-size: 12.5px; color: var(–pdp-text); } .pdp .style-tags { display: flex; flex-wrap: wrap; gap: 5px; } .pdp .style-tag { font-size: 10.5px; font-weight: 600; color: var(–pdp-accent); background: var(–pdp-accent-bg); border: 0.5px solid var(–pdp-accent-bdr); padding: 2px 8px; border-radius: 6px; } .pdp .faq-list { display: flex; flex-direction: column; gap: 6px; } .pdp .faq-list details { border: 0.5px solid var(–pdp-border); border-radius: 10px; background: var(–pdp-bg-card); overflow: hidden; } .pdp .faq-list summary { list-style: none; cursor: pointer; padding: 13px 16px; font-size: 13px; font-weight: 600; color: var(–pdp-text); display: flex; justify-content: space-between; align-items: center; } .pdp .faq-list summary::-webkit-details-marker { display: none; } .pdp .faq-list summary::after { content: ‘+’; font-size: 18px; line-height: 1; color: var(–pdp-accent); } .pdp .faq-list details[open] summary::after { content: ‘−’; } .pdp .faq-list .faq-a { padding: 0 16px 14px; font-size: 12.5px; color: var(–pdp-text-mid); line-height: 1.6; } .pdp .keyword-tags { display: flex; flex-wrap: wrap; gap: 6px; } .pdp .keyword-tag { font-size: 11px; font-weight: 500; color: var(–pdp-accent-dk); background: var(–pdp-bg-card); border: 0.5px solid var(–pdp-accent-bdr); padding: 4px 10px; border-radius: 99px; } .pdp .dl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; } .pdp .dl-card { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; border: 0.5px solid var(–pdp-border); border-radius: 12px; background: var(–pdp-bg-card); text-decoration: none; color: var(–pdp-text); position: relative; transition: background 0.18s, border-color 0.18s; } .pdp .dl-card:hover { border-color: var(–pdp-accent-bdr); background: var(–pdp-accent-bg); } .pdp .dl-card.dl-disabled { cursor: default; opacity: 0.72; background: var(–pdp-bg); } .pdp .dl-icon { width: 38px; height: 38px; border-radius: 8px; background: var(–pdp-accent-bg); border: 0.5px solid var(–pdp-accent-bdr); color: var(–pdp-accent); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .pdp .dl-icon svg { fill: none; } .pdp .dl-meta { width: 100%; } .pdp .dl-label { font-size: 13.5px; font-weight: 700; color: var(–pdp-text); line-height: 1.3; margin-bottom: 3px; } .pdp .dl-sub { font-size: 11.5px; color: var(–pdp-text-light); letter-spacing: 0.02em; line-height: 1.45; } .pdp .dl-status { position: absolute; top: 12px; right: 12px; font-size: 9.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(–pdp-text-light); background: var(–pdp-bg-card); border: 0.5px solid var(–pdp-border); padding: 3px 8px; border-radius: 99px; line-height: 1; } @media (max-width: 720px) { .pdp .features-grid, .pdp .dl-grid { grid-template-columns: 1fr; } .pdp .variants-grid { grid-template-columns: repeat(2, 1fr); } .pdp .variant-card .variant-preview { display: none; } .pdp .spec-key { width: 120px; } }

Inspiration

The Mushora Floor Light reinterprets the mushroom lamp with a sculptural cream resin base that curves up into a large textured cap-shaped shade. A built-in side tray sits midway up the stem — useful as a small table for a cup, plant, or trinket beside a sofa or armchair. The cap shade is decorated with three small 3D accents (a red toadstool, white daisy, and yellow butterfly) for a cottagecore touch. Available in dusty blue or sage green. Standing 57 inches tall with a 16-inch wide shade and a 12-inch base, this mushroom floor lamp suits 54–108 sq ft rooms — bedside corners, reading nooks, kids’ rooms, nurseries, and living room accent corners. The sculptural cream and soft-toned cap pair with cottagecore, whimsical bohemian, mid-century revival, and kids’ room interiors looking for a mushroom floor lamp for living room or a sculptural reading lamp for bedroom.

Key Features

Sculptural Mushroom Shade

Hand-textured resin cap diffuses light evenly downward and around. The shade has a tactile surface — not flat or printed.

Built-In Side Tray

13.8″ round tray midway up the stem holds a cup, plant, book, or remote. Acts as a small side table — no separate furniture needed.

Toadstool · Daisy · Butterfly Accents

Three small 3D decorations attached to the cap — red toadstool, white daisy, and yellow butterfly. Sealed in, not removable.

Color Options

Two cap colors. Choose at checkout — each pairs the cream sculptural base with a soft-toned mushroom cap shade.

Dusty Blue

Sage Green

Product Size

Total Height57.1″ / 145 cm

Shade Diameter15.7″ / 40 cm

Shade Height10.2″ / 26 cm

Side Tray Diameter13.8″ / 35 cm

Base Diameter11.8″ / 30 cm

Bulbs1 × E26 or E27 (bulb included)

Best ForLiving room corners, bedsides, kids’ rooms, nurseries, reading nooks

Installation

!

Plug-in floor lamp — no electrician needed Assemble the base and stem, screw in the included bulb, and plug into any standard 120V US outlet. The fixture is freestanding on its 11.8″ round base — no wall mounting required. Place the cord along a wall or run it under a rug for a clean look. Dry locations only.

Specifications

Main Materials

Hand-textured resin cap, cream sculptural resin base and stem, integrated side tray

Color Options

Dusty Blue cap · Sage Green cap (cream base on both)

Finish

Matte textured cap · Cream sculptural body · Red toadstool, white daisy, and yellow butterfly accents

Light Source

1 × E26 or E27 medium base · Warm white LED bulb included

Max Wattage

40W incandescent or 12W LED equivalent

Total Height

57.1″ / 145 cm

Footprint

11.8″ / 30 cm round base

Power Source

Plug-in · 120V US standard outlet · Inline switch on cord

Side Tray Load

Up to 5 lb (cup, plant, book, remote)

Dimmable

Bulb-dependent · Use a dimmable LED with an inline dimmer cord

Rating

Dry locations only · Indoor use

Recommended Room

54–108 sq ft (5–10 m²)

Design Style

Cottagecore Whimsical Boho Mid-Century Revival Kids’ Room Sculptural Modern

Use Case

The Mushora works best as a mushroom floor lamp for living room corners, placed next to a sofa or armchair where the built-in side tray can hold a cup or book. As a sculptural reading lamp for bedroom, position it next to the headboard — the 57″ total height puts the light at standing-eye level when seated in bed. In kids’ rooms and nurseries, the toadstool-daisy-butterfly accents read as playful storybook décor without being too juvenile to outgrow.

Pairs with linen sofas, oak or walnut furniture, woven baskets, and houseplants. Use a 2700K warm white LED bulb (E26 or E27, 40W max) for cozy ambient lighting — or a 3000K bulb if you’ll be reading under it. The matte textured cap diffuses light evenly without glare. Place on a hardwood floor, low-pile rug, or tile — the 11.8″ round base provides stable footing without needing wall support.

FAQ

Is the bulb included?

Yes — one warm white LED bulb is included (E26 or E27 medium base, the US standard screw size). Replacement bulbs are stocked at Home Depot, Lowe’s, and Amazon. Compatible with any dimmable LED or incandescent bulb up to 40W.

Do I need an electrician to set this up?

No. This is a plug-in floor lamp. Assemble the base and stem, screw in the bulb, and plug into any standard 120V US outlet. The inline switch on the cord turns it on and off — no wall switch or hardwiring needed.

What can I put on the side tray?

The 13.8″ tray supports up to 5 lb — a coffee cup, water glass, small plant, book, phone, remote, or trinket dish. Avoid heavy items like full beverage pitchers or hardback book stacks, which can shift the lamp’s balance.

Is it safe for kids’ rooms and nurseries?

Yes — the lamp is dry-location rated for indoor residential use. The cap is sculpted resin (not glass), so it won’t shatter if knocked. The 3D toadstool, daisy, and butterfly accents are sealed onto the cap and won’t detach as small parts. Still, supervise toddlers around the cord and side tray to prevent tipping.

Is it dimmable?

Yes — use a dimmable LED bulb (E26 or E27) and add a third-party inline dimmer cord between the plug and the wall outlet. Standard wall dimmers don’t work for plug-in fixtures. Dimmer cords are widely available on Amazon for $15–$25.

How do I clean the textured cap?

Dust the cap with a soft brush or microfiber duster every few weeks. For deeper cleaning, wipe gently with a barely damp cloth. Avoid soaking — water can collect in the texture grooves. For the cream base and tray, wipe with a soft damp cloth and mild soap if needed; avoid abrasive scrubbers.

Search Tags

mushroom floor lamp mushroom floor lamp for living room cottagecore floor lamp whimsical reading lamp for bedroom sculptural floor lamp with side table kids room mushroom lamp nursery floor lamp mid-century mushroom lamp resin floor lamp

Downloads

Technical reference and styling guides for the Mushora Floor Light.

Spec Sheet

Full Product Specs · PDF

Pending

Assembly Guide

Step-by-Step Setup · PDF

Pending

Care Guide

Cleaning & Maintenance · PDF

Pending

Reviews

There are no reviews yet.

Be the first to review “Mushora Floor Light”

Your email address will not be published. Required fields are marked *