Description
.pdp { /* Violetta theme — soft mauve + gold trim */ –pdp-bg: #ffffff; –pdp-bg-card: #faf6f3; –pdp-bg-deep: #efe5dd; –pdp-border: #e2d5c9; –pdp-border-lt: #e9ded4; –pdp-accent: #9a6a4f; –pdp-accent-dk: #6f4a35; –pdp-accent-lt: #c2916f; –pdp-accent-bg: #f3e8df; –pdp-accent-bdr: #ceac92; –pdp-text: #2a1f18; –pdp-text-mid: #5a473b; –pdp-text-light: #96847a; 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(3, 1fr); gap: 10px; } .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); overflow: hidden; background-color: var(–pdp-bg-deep); } .pdp .variant-swatch img { width: 100%; height: 100%; object-fit: cover; display: block; } .pdp .variant-name { font-size: 12px; font-weight: 700; color: var(–pdp-text); line-height: 1.3; } .pdp .variant-sub { font-size: 10.5px; color: var(–pdp-text-light); margin-top: 2px; } .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(42,31,24,0.18); overflow: hidden; background-color: var(–pdp-bg-card); opacity: 0; pointer-events: none; transition: opacity 0.2s, transform 0.2s; z-index: 100; } .pdp .variant-card .variant-preview img { width: 100%; height: 100%; object-fit: cover; display: block; } .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 .spec-key { width: 120px; } .pdp .variant-card .variant-preview { display: none; } }
Inspiration
The Sylvelle Floor Light tops a tapered solid-wood column with a wavy resin shade shaped like an open flower, lit by a single G9 bulb at its center. The resin shade is molded with a rippled, petal-like edge and a textured surface that glows softly when lit, while the cone-shaped wood base shows natural grain and tapers from a narrow foot to a wider top. It comes in three heights — a 23.6-inch tabletop size, a 35.4-inch size, and a 55.1-inch floor lamp — so you can use it as a sculptural accent on a console, beside a sofa, or in a bedroom or living room corner. The frosted G9 bulb gives a soft ambient glow rather than task light, suiting Japandi, organic modern, Scandinavian, and wabi-sabi interiors where a wood-and-resin floor lamp works as a quiet sculptural light.
Key Features
Wavy Resin Flower Shade
Molded resin with a rippled, petal-like edge and textured surface — it diffuses the G9 bulb into a soft glow and reads as a sculptural flower when off.
Tapered Solid-Wood Column
A cone of solid wood that narrows toward the foot, with natural grain showing on each piece — no two columns look identical.
Center G9 Bulb
A single frosted G9 bulb sits in the middle of the shade like a flower’s center, giving ambient rather than task-level light. Bulb included.
Three Sizes
Same wood-and-resin design in three heights. Hover any thumbnail to preview.
Small · Tabletop
Ø 11.8″ × H 23.6″ (D30 × H60 cm)
Medium · Tall Accent
Ø 13.8″ × H 35.4″ (D35 × H90 cm)
Large · Floor Lamp
Ø 15.7″ × H 55.1″ (D40 × H140 cm)
Product Size
SmallØ 11.8″ × H 23.6″ / D30 × H60 cm · base Ø15 cm
MediumØ 13.8″ × H 35.4″ / D35 × H90 cm · base Ø18 cm
LargeØ 15.7″ × H 55.1″ / D40 × H140 cm · base Ø23 cm
SocketG9 bi-pin
Bulb1 × G9 · 40W max · bulb included
MaterialsSolid wood · molded resin shade
PowerPlug-in · corded
Best ForLiving room corners, beside sofas/beds, consoles
Setup
!
Plug-in — no install needed Fit the included G9 bulb, stand the floor sizes (90 / 140 cm) on the floor beside a sofa or bed or set the 60 cm size on a console, and plug into a standard outlet. Indoor, dry locations only.
Specifications
Main Materials
Solid-wood base, molded resin shade
Color
Natural wood · off-white resin shade
Sizes
Small Ø 11.8″ × H 23.6″ (D30 × H60 cm) · Medium Ø 13.8″ × H 35.4″ (D35 × H90 cm) · Large Ø 15.7″ × H 55.1″ (D40 × H140 cm)
Light Source
1 × G9 bi-pin · 40W max · bulb included
Power Source
Plug-in · corded
Rating
Indoor · dry locations only
Design Style
Japandi Organic Modern Scandinavian Wabi-Sabi Sculptural
Use Case
The Sylvelle works as a sculptural light wherever you want a soft glow rather than bright task light. Stand the 140 cm size beside a sofa or in a living room corner as a floor lamp, place the 90 cm size next to a bed or reading chair, or set the 60 cm size on a console, sideboard, or wide nightstand.
The frosted G9 bulb at the center of the resin flower gives an ambient glow, so it reads as a decorative accent more than a primary reading light. The natural wood column and off-white resin shade suit Japandi, organic modern, Scandinavian, and wabi-sabi rooms alongside linen, stone, and pale wood furniture. Grain and tone variation in the wood and slight surface texture in the resin are characteristic of the materials, not defects. Because the base is wood and the shade is resin, it’s rated for indoor dry use only — keep it out of bathrooms and covered outdoor areas.
FAQ
What bulb does it use? Is one included?
It uses one G9 bi-pin bulb up to 40W, and a bulb is included. A frosted warm white G9 gives the softest glow through the resin shade.
What sizes are available?
Three: 60 cm (23.6″) tabletop, 90 cm (35.4″) tall accent, and 140 cm (55.1″) full floor lamp. The two taller sizes stand on the floor; the 60 cm size sits on a console or wide nightstand.
Is it bright enough to read by?
It gives an ambient glow through the resin shade rather than focused task light. It works best as a decorative or mood light; for reading, pair it with a dedicated task lamp.
Is the resin shade meant to look uneven?
Yes. The shade is molded resin with a rippled petal edge and textured surface, so slight variation in the waves and texture is part of the design — not a defect.
Can I use it in a bathroom or outdoors?
No — it’s rated for dry locations only, indoor use. Keep it out of bathrooms and covered outdoor areas.
Search Tags
wood floor lamp resin flower floor lamp sculptural floor lamp wood and resin floor lamp for living room Japandi floor lamp organic modern floor lamp wabi-sabi lamp flower table lamp G9 accent lamp Scandinavian floor lamp
Downloads
Technical reference and care guides for the Sylvelle Floor Light.
Spec Sheet
Full Product Specs · PDF
Pending
Setup Guide
Bulb & Placement · PDF
Pending
Care Guide
Wood & Resin · PDF
Pending
Reviews
There are no reviews yet.