Miroku Table Light

.pdp { /* Beige + Forest + Walnut theme — Organic Cottage / Forest Aesthetic */ –pdp-bg: #ffffff; –pdp-bg-card: #faf6ec; –pdp-bg-deep: #f0e7d2; –pdp-border: #e6dcc0; –pdp-border-lt: #ede4d0; –pdp-accent: #5a7d4a; /* Forest Green Accent */ –pdp-accent-dk: #3a5230; –pdp-accent-lt: #8ba870; –pdp-accent-bg: #f2f7ed; –pdp-accent-bdr: #c5d4b5; –pdp-text: #2a1d12; –pdp-text-mid: #5a4332; –pdp-text-light: #968270; max-width: 900px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont,…

Original price was: $4,342.00.Current price is: $189.99.
Checkout
Category:

Description

.pdp { /* Beige + Forest + Walnut theme — Organic Cottage / Forest Aesthetic */ –pdp-bg: #ffffff; –pdp-bg-card: #faf6ec; –pdp-bg-deep: #f0e7d2; –pdp-border: #e6dcc0; –pdp-border-lt: #ede4d0; –pdp-accent: #5a7d4a; /* Forest Green Accent */ –pdp-accent-dk: #3a5230; –pdp-accent-lt: #8ba870; –pdp-accent-bg: #f2f7ed; –pdp-accent-bdr: #c5d4b5; –pdp-text: #2a1d12; –pdp-text-mid: #5a4332; –pdp-text-light: #968270; 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 svg { fill: none; } .pdp p { margin: 0 0 0.8rem 0; color: var(–pdp-text-mid); } .pdp .pdp-section { margin-bottom: 2.2rem; } .pdp .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; } .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-title { font-size: 13px; font-weight: 700; color: var(–pdp-text); margin-bottom: 6px; } .pdp .feat-desc { font-size: 12px; color: var(–pdp-text-mid); line-height: 1.55; } .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 .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: 150px; 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 .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-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 .spec-key { width: 120px; } }

Overview

The Miroku Table Light is an enchanting, fairy-tale inspired accent piece that captures the organic essence of a forest mushroom. Crafted entirely from high-density resin with a hand-applied, stone-like texture, this whimsical lamp features a classic polka-dot toadstool shade and a realistic leaf ornament at the base. Topped with a diffused G4 light source, it casts a soft, warm ambient glow that is perfect for nursery rooms, reading nooks, or creative living spaces looking for a touch of “Cottagecore” charm.

Key Features

Organic Hand-Applied Texture

The resin body features a tactile, irregular texture that mimics natural pottery or earthy stone for an authentic forest feel.

Realistic Leaf Detail

Detailed with a vibrant green leaf at the neck of the stem, adding a sculptural layer of botanical realism to the design.

Soft G4 Illumination

Utilizes an efficient G4 bulb tucked under the wide shade, providing a glare-free ambient wash ideal for late-night lighting.

Product Size

Total Height19.3″ / 49 cm

Shade Diameter11.8″ / 30 cm

Base Diameter7.5″ / 19 cm

Inner Shade Span10.6″ / 27 cm

Specifications

Main Material

High-Density Sculptural Resin (Body & Shade)

Finish Options

Moss Green / Berry Red / Mustard Yellow

Light Source

G4 Base Socket (Warm White bulb recommended)

Switch Type

Manual In-line Push-button Switch

Power Source

Plug-in power cord

Design Style

Whimsical ForestCottagecoreOrganic Modern

Where It Works

The Miroku Table Light is a standout bedside lamp for kids’ rooms or nurseries, providing a gentle light that encourages sleep and imagination. Its 11.8″ wide shade casts light primarily downwards, making it an excellent task light for reading nooks or creative desks where focused yet soft illumination is needed. The vibrant colors and organic mushroom silhouette also serve as a striking accent light for eclectic living rooms, pairing beautifully with natural textures like wool, wood, and linen.

FAQ

What is the G4 light source like?

G4 is a compact pin-base bulb often used for decorative fixtures. It allows the Miroku lamp to have a low-profile light source hidden under the shade, ensuring the focus remains on the mushroom silhouette while providing a crisp, warm glow.

Is the shade removable for cleaning?

The shade is integrated with the stem to ensure structural stability and maintain the hand-carved look. We recommend dusting the entire resin surface with a soft, dry microfiber cloth.

Is the lamp stable for a child’s room?

Yes. With a wide 19cm base and a durable resin build, the lamp has a weighted feel that prevents it from tipping over easily during daily use on nightstands.

Can I use a higher wattage bulb?

We recommend using a 3W-5W G4 LED bulb, which provides equivalent brightness to an incandescent without producing excess heat, ensuring the longevity of the resin shade.

Downloads

Reference materials for designers, installers, and homeowners.

Spec Sheet

Full Product Specs · PDF

Pending

Install Guide

Bulb Setup · PDF

Pending

3D Assets

Project Renderings · ZIP

Pending

Reviews

There are no reviews yet.

Be the first to review “Miroku Table Light”

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