Komori Table Light
.pdp { --pdp-bg: #ffffff; --pdp-bg-card: #faf7f1; --pdp-bg-deep: #efe9dd; --pdp-border: #e4dccb; --pdp-border-lt: #ece4d4; --pdp-accent: #a8895c; --pdp-accent-dk: #745d38; --pdp-ac cent-lt: #c8aa78; --pdp-accent-bg: #f5ecdb; --pdp-accent-bdr: #cdb084; --pdp-text: #2a2118; --pdp-text-mid: #574a3c; --pdp-text-light: #968671; 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 .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; min-height: 44px; 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 { color: var(--pdp-accent); } .pdp .faq-list details[open] summary::after { content: '\2212'; } .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.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 .spec-key { width: 120px; } } Inspiration The Komori Rice Paper Lamp is a table lamp with a rounded rice-paper lantern shade on a black metal tripod base. The shade is mulberry-style paper over a ribbed bamboo frame, with a small handle on top, and it glows soft and warm when lit. The lantern is 11.6″ (29.5 cm) across and the lamp stands 23″ (58.5 cm) tall on a tripod spanning 10.4″ (26.5 cm). It takes one E27 bulb (included). This Japanese paper lantern lamp works as a floor or side-table light in a bedroom or living room. Key Features Rice-Paper Lantern Shade The rounded shade is mulberry-style paper over a ribbed bamboo frame, diffusing the bulb into a soft, warm, even glow. Bamboo-Rib Frame The paper is shaped over a high-grade bamboo-strip frame, giving the lantern its ribbed lines and rounded form. Black Metal Tripod A custom three-leg metal stand holds the lantern, spanning 10.4″ (26.5 cm) for a stable footprint on the floor or a table. Product Size Overall Height23″ / 50 cm Shade Diameter11.6″ / 29.5 cm Tripod Span10.4″ / 26.5 cm Light Source1 × E27 medium screw base BulbE27 · included Cord Length59″ / 150 cm MaterialsRice paper + bamboo + metal ColorNatural paper · black tripod PlacementFloor or table (plug-in) Good To Know ! Real paper over bamboo — indoor dry use only, use an LED bulb The shade is real rice paper over a bamboo frame, so small wrinkles, seams, and tone variations are characteristic of handwork, not defects. Keep it away from heat and damp, and use an LED E27 bulb (included) to keep the paper cool. Set it on a flat surface indoors; not for bathrooms or outdoor areas. Specifications Fixture Type Table lamp (paper lantern, tripod) Main Materials Rice paper shade + bamboo frame + metal tripod Color Natural paper · black tripod Shade Rounded rice-paper lantern, top handle Shade Diameter 11.6″ / 29.5 cm Overall Height 23″ / 58.5 cm Tripod Span 10.4″ / 26.5 cm Light Source 1 × E27 medium screw base · bulb included Cord Length 59″ / 150 cm Placement Floor or table (plug-in) · indoor dry locations only Design Style Japandi Wabi-Sabi Minimalist Japanese Natural Use Case The Komori's rice-paper shade diffuses the E27 bulb into a soft, warm glow rather than bright task light, so it works as a floor accent beside a sofa or bed, or a tall lamp on a side table in a bedroom, living room, or reading corner. At 23″ (58.5 cm) tall on a tripod spanning 10.4″ (26.5 cm), it stands on the floor or a low table and casts ambient light up and out through the paper. The natural paper lantern, bamboo ribs, and black metal tripod give it a wabi-sabi, Japandi, minimalist-Japanese look that suits calm bedrooms and living rooms. Because the shade is real paper over bamboo, keep it away from heat and damp, set it on a flat surface indoors, and use an LED bulb to keep it cool. For custom requests, email [email protected]. FAQ How big is the Komori, and is it a floor or table lamp? It's 23″ (58.5 cm) tall with an 11.6″ (29.5 cm) shade on a tripod spanning 10.4″ (26.5 cm) — tall enough to use as a floor accent or a tall side-table lamp. What bulb does it use, and is it included? It uses one E27 (medium screw base) bulb, and the bulb is included. An LED bulb is best, since it stays cool near the paper. What is it made of? A rice-paper shade over a bamboo-strip frame, on a custom black metal tripod. The cord runs 59″ (150 cm). Will the paper look exactly like the photo? The shade is real paper over bamboo, so small wrinkles, seams, and tone differences are normal and part of the handmade look, not defects. Where does it work best? Its soft, warm glow suits a bedroom, living room, reading corner, or entryway as ambient light — calm, Japandi or wabi-sabi spaces. Can I use it in a bathroom or outdoors? No — paper and bamboo are for indoor, dry locations only. Keep it away from damp, heat, and outdoor areas. Search Tags rice paper lamp paper lantern table lamp Japanese paper lamp washi lamp tripod table lamp paper lantern lamp for bedroom Japandi floor lamp wabi sabi lamp bamboo paper lamp reading corner lamp E27 paper lamp Downloads Technical reference and care guides for the Komori Rice Paper Lamp. Spec Sheet Full Product Specs · PDF Pending Quick Start Setup & Bulb · PDF Pending Care Guide Paper & Bamboo · PDF Pending
More you might like
Related
Komori Light Blue
Related
Komori Light Brown
Related
Komori Light Blue
Related