Gingko Floor Lamp
.dfpd *, .dfpd *::before, .dfpd *::after { box-sizing: border-box; margin: 0; padding: 0; } .dfpd { --ink: #1A1A18; --ink-2: #3E3E3A; --ink-3: #6E6E68; --cream: #FDFBF6; --linen: # F0EBDF; --border: #C4B89A; --border-lt: #DCD3BC; --gold: #9C7A3C; --gold-dk: #6E5420; --gold-sft: #ECDDB8; --stone: #6E6E68; --dk-sans: 'Outfit', 'Helvetica Neue', sans-serif; --dk-serif: 'Cormorant Garamond', Georgia, serif; --dk-jost: 'Jost', 'Helvetica Neue', sans-serif; font-family: var(--dk-serif); -webkit-font-smoothing: antialiased; color: var(--ink); font-weight: 400; font-size: 17px; line-height: 1.65; padding: 1.5rem 0 2rem; width: 100%; } .dfpd-inner { max-width: 100%; margin: 0; padding: 0; } .dfpd-sec { margin-bottom: 2rem; } .gold { color: var(--gold); } /* Typography */ .dfpd-h2 { font-family: var(--dk-sans); font-weight: 600; font-size: clamp(1.4rem, 2.2vw, 1.7rem); line-height: 1.2; color: var(--ink); margin-bottom: 1rem; letter-spacing: -0.01em; } .dfpd-h2 .gold { color: var(--gold); } .dfpd-eyebrow { display: inline-flex; align-items: center; gap: 0.7rem; font-family: var(--dk-jost); font-weight: 500; font-size: 0.65rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.85rem; } .dfpd-eyebrow::before { content: ''; width: 22px; height: 1px; background: var(--gold); } /* Hero */ .dfpd-hero { padding-bottom: 1.85rem; border-bottom: 1px solid var(--border); margin-bottom: 1.85rem; } .dfpd-hero-eyebrow { display: inline-flex; align-items: center; gap: 0.7rem; font-family: var(--dk-jost); font-weight: 500; font-size: 0.7rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; } .dfpd-hero-eyebrow::before { content: ''; width: 26px; height: 1px; background: var(--gold); } .dfpd-title { font-family: var(--dk-sans); font-weight: 600; font-size: clamp(2rem, 3.8vw, 2.6rem); line-height: 1.1; letter-spacing: -0.02em; color: var(--ink); margin-bottom: 1rem; max-width: 780px; } .dfpd-title .gold { color: var(--gold); } .dfpd-lede { font-family: var(--dk-serif); font-weight: 400; font-size: 1.08rem; line-height: 1.7; color: var(--ink-2); max-width: 720px; } .dfpd-lede .gold { color: var(--gold); font-weight: 500; } /* Feature chips */ .dfpd-features { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--border); border-radius: 4px; overflow: hidden; background: var(--cream); margin-bottom: 2rem; } .dfpd-feature { padding: 1.1rem 0.9rem; text-align: center; border-right: 1px solid var(--border-lt); transition: background 0.3s; } .dfpd-feature:last-child { border-right: none; } .dfpd-feature:hover { background: var(--linen); } .dfpd-feature-icon { color: var(--gold-dk); margin-bottom: 0.55rem; display: inline-flex; } .dfpd-feature-title { font-family: var(--dk-sans); font-weight: 600; font-size: 0.9rem; line-height: 1.3; color: var(--ink); } .dfpd-feature-title .gold { color: var(--gold); } /* Craft */ .dfpd-craft { display: grid; grid-template-columns: 70px 1fr; gap: 1.4rem; padding: 1.35rem 1.65rem; background: linear-gradient(135deg, var(--cream) 0%, var(--gold-sft) 100%); border: 1px solid var(--border); border-radius: 4px; align-items: center; } .dfpd-craft-icon { width: 60px; height: 60px; border-radius: 50%; background: var(--cream); border: 1px solid var(--gold); color: var(--gold-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .dfpd-craft-text-eyebrow { font-family: var(--dk-jost); font-weight: 500; font-size: 0.6rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.35rem; } .dfpd-craft-text h4 { font-family: var(--dk-sans); font-weight: 600; font-size: 1.15rem; color: var(--ink); line-height: 1.25; margin-bottom: 0.45rem; } .dfpd-craft-text h4 .gold { color: var(--gold); } .dfpd-craft-text p { font-family: var(--dk-serif); font-weight: 400; font-size: 0.98rem; color: var(--ink-2); line-height: 1.6; margin: 0; } .dfpd-craft-text p .gold { color: var(--gold); font-weight: 500; } /* Notice strip */ .dfpd-notice { display: flex; gap: 1rem; align-items: flex-start; padding: 0.95rem 1.2rem; background: var(--linen); border: 1px solid var(--border); border-left: 3px solid var(--gold); border-radius: 4px; } .dfpd-notice-icon { color: var(--gold-dk); flex-shrink: 0; margin-top: 2px; } .dfpd-notice-text { font-family: var(--dk-serif); font-weight: 400; font-size: 0.95rem; color: var(--ink-2); line-height: 1.55; } .dfpd-notice-text .gold { color: var(--gold-dk); font-weight: 500; } /* Single size layout */ .dfpd-size-single { display: grid; grid-template-columns: 300px 1fr; gap: 1.65rem; padding: 1.35rem 1.65rem; background: var(--cream); border: 1px solid var(--border); border-radius: 4px; align-items: center; } .dfpd-size-image { position: relative; display: block; width: 100%; background: #FFFFFF; border: 1px solid var(--border-lt); border-radius: 3px; padding: 12px; cursor: zoom-in; overflow: hidden; transition: border-color 0.2s, box-shadow 0.25s; text-decoration: none; } .dfpd-size-image:hover { border-color: var(--gold); box-shadow: 0 4px 14px rgba(26,26,24,0.1); } .dfpd-size-image img { display: block; width: 100%; height: auto; object-fit: contain; transition: transform 0.4s ease; } .dfpd-size-image:hover img { transform: scale(1.06); } .dfpd-size-image-icon { position: absolute; bottom: 10px; right: 10px; width: 24px; height: 24px; background: rgba(26,26,24,0.85); color: var(--cream); border-radius: 50%; display: flex; align-items: center; justify-content: center; pointer-events: none; } .dfpd-size-text { text-align: left; } .dfpd-size-text-eyebrow { font-family: var(--dk-jost); font-weight: 500; font-size: 0.55rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.45rem; } .dfpd-size-title { font-family: var(--dk-sans); font-weight: 600; font-size: 1.55rem; color: var(--ink); line-height: 1.05; margin-bottom: 0.35rem; letter-spacing: -0.01em; } .dfpd-size-dim { font-family: var(--dk-jost); font-weight: 600; font-size: 0.95rem; color: var(--ink-2); line-height: 1.4; margin-bottom: 0.65rem; } .dfpd-size-detail { font-family: var(--dk-serif); font-weight: 400; font-size: 0.93rem; color: var(--ink-2); line-height: 1.55; margin-bottom: 0.65rem; } .dfpd-size-pill { display: inline-flex; padding: 0.32rem 0.75rem; background: var(--gold-sft); color: var(--gold-dk); border-radius: 2px; font-family: var(--dk-jost); font-weight: 500; font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase; } /* Finish swatches */ .dfpd-finishes { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 0.5rem; } .dfpd-finish { display: flex; flex-direction: column; align-items: center; gap: 0.4rem; min-width: 52px; } .dfpd-finish-swatch { width: 36px; height: 36px; border-radius: 50%; box-shadow: 0 2px 4px rgba(26,26,24,0.1), inset 0 -6px 10px rgba(0,0,0,0.1), inset 2px 2px 3px rgba(255,255,255,0.4); } .dfpd-finish-label { font-family: var(--dk-jost); font-weight: 500; font-size: 0.64rem; color: var(--ink-2); } /* Specifications */ .dfpd-specs { border: 1px solid var(--border); border-radius: 4px; overflow: hidden; background: var(--cream); } .dfpd-spec-row { display: grid; grid-template-columns: 160px 1fr; gap: 1.4rem; padding: 0.7rem 1.25rem; border-bottom: 1px solid var(--border-lt); align-items: baseline; } .dfpd-spec-row:last-child { border-bottom: none; } .dfpd-spec-row:hover { background: var(--linen); } .dfpd-spec-label { font-family: var(--dk-jost); font-weight: 500; font-size: 0.58rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--stone); } .dfpd-spec-val { font-family: var(--dk-serif); font-weight: 400; font-size: 0.93rem; color: var(--ink); line-height: 1.5; } .dfpd-spec-val .gold { color: var(--gold-dk); font-weight: 500; } .dfpd-spec-val a { color: var(--gold-dk); font-weight: 500; text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 1px; } .dfpd-cert-row { display: flex; gap: 0.4rem; flex-wrap: wrap; } .dfpd-cert { font-family: var(--dk-jost); font-weight: 500; font-size: 0.6rem; letter-spacing: 0.15em; text-transform: uppercase; padding: 0.22rem 0.6rem; border: 1px solid var(--border); border-radius: 2px; color: var(--stone); background: var(--cream); } /* Downloads */ .dfpd-foot { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.7rem; } .dfpd-download { display: flex; align-items: center; gap: 0.85rem; padding: 0.9rem 1.15rem; background: var(--cream); border: 1px solid var(--border); border-radius: 4px; text-decoration: none; color: inherit; transition: all 0.2s; } .dfpd-download:hover { border-color: var(--gold); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(26,26,24,0.08); } .dfpd-download-icon { width: 34px; height: 34px; background: var(--linen); border-radius: 4px; color: var(--gold-dk); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .dfpd-download-title { font-family: var(--dk-sans); font-weight: 600; font-size: 0.92rem; line-height: 1.25; color: var(--ink); } .dfpd-download-sub { font-family: var(--dk-jost); font-weight: 500; font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); } .dfpd-download-arrow { margin-left: auto; color: var(--gold); transition: transform 0.2s; } .dfpd-download:hover .dfpd-download-arrow { transform: translateX(3px); } /* FAQ */ .dfpd-faq { background: var(--cream); border: 1px solid var(--border); border-radius: 4px; overflow: hidden; } .dfpd-faq-item { border-bottom: 1px solid var(--border-lt); } .dfpd-faq-item:last-child { border-bottom: none; } .dfpd-faq-item summary { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 0.95rem 1.25rem; cursor: pointer; list-style: none; font-family: var(--dk-sans); font-weight: 600; font-size: 0.98rem; color: var(--ink); transition: background 0.2s; } .dfpd-faq-item summary::-webkit-details-marker { display: none; } .dfpd-faq-item summary:hover { background: var(--linen); } .dfpd-faq-toggle { flex-shrink: 0; width: 22px; height: 22px; border: 1px solid var(--border); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--gold); background: var(--cream); transition: transform 0.25s, background 0.2s; } .dfpd-faq-item[open] .dfpd-faq-toggle { transform: rotate(45deg); background: var(--gold-sft); border-color: var(--gold); } .dfpd-faq-answer { padding: 0 1.25rem 1rem; font-family: var(--dk-serif); font-weight: 400; font-size: 0.96rem; line-height: 1.6; color: var(--ink-2); } .dfpd-faq-answer p { margin: 0 0 0.5rem; } .dfpd-faq-answer p:last-child { margin-bottom: 0; } .dfpd-faq-answer p .gold { color: var(--gold-dk); font-weight: 500; } .dfpd-faq-answer a { color: var(--gold-dk); font-weight: 500; text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 1px; } /* Support footer */ .dfpd-support { padding-top: 0.95rem; border-top: 1px solid var(--border-lt); text-align: center; font-family: var(--dk-serif); font-weight: 400; font-size: 0.92rem; color: var(--stone); } .dfpd-link { color: var(--gold-dk); font-weight: 500; text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 1px; } .dfpd-link:hover { color: var(--ink); border-color: var(--ink); } /* Responsive */ @media (max-width: 900px) { .dfpd-features { grid-template-columns: repeat(2, 1fr); } .dfpd-feature:nth-child(2n) { border-right: none; } .dfpd-feature:nth-child(-n+2) { border-bottom: 1px solid var(--border-lt); } .dfpd-size-single { grid-template-columns: 1fr; } .dfpd-size-image { max-width: 300px; margin: 0 auto; } .dfpd-size-text { text-align: center; } .dfpd-finishes { justify-content: center; } .dfpd-craft { grid-template-columns: 1fr; text-align: center; } .dfpd-craft-icon { margin: 0 auto; } .dfpd-foot { grid-template-columns: 1fr; } .dfpd-spec-row { grid-template-columns: 1fr; gap: 0.2rem; padding: 0.75rem 1.05rem; } } @media (max-width: 480px) { .dfpd-features { grid-template-columns: 1fr; } .dfpd-feature { border-right: none; border-bottom: 1px solid var(--border-lt); } .dfpd-feature:last-child { border-bottom: none; } } Floor Lamp · Sculptural Lighting Ginkgo Floor Lamp. A ginkgo leaf tree sculpture in gold and white — metal, ceramics, and a marble base — housing five bulbs across its branching canopy, to anchor a living room corner, bedroom, or entryway as a botanical statement floor lamp that reads as art even with the lights off. Ginkgo leaf form 5-bulb canopy Marble base 4-Region Certified Form & design A tree in every room it enters. The design Ceramics and marble — sculpture that also lights. Ceramic ginkgo leaves in white and gold fan out from a slender branching metal stem, each leaf cradling a bulb socket — a ginkgo leaf floor lamp whose silhouette reads as fine art from across the room. The round marble base grounds the composition and provides the weight a tall, 170 cm tree branch floor lamp needs to stand confidently in a bedroom corner, beside a reading chair, or as the focal point of a living room vignette. The lamp ships with a champagne braided plug cable (150 cm / 59″) by default. An extension is available on request — contact us before ordering if you need a longer cord. Dimensions Floor-to-canopy at 170 cm. Single configuration L 60 × H 170 cm L 23.6″ × H 66.9″ 5 × G9 (EU / AU) or E12 (US / CA) bulbs across the canopy. Foot switch on cord. AC 110–240 V. Living room · bedroom · entryway corner Available Finishes Gold White Specifications Details, on the record. Materials Metal · Iron · Ceramics · Marble Light Source LED bulb or Edison bulb (not included) Bulb Base E12 (US / CA) · G9 (EU / AU) · 5 sockets Voltage AC 110–240 V IP Rating IP20 · Indoor use only Control Foot switch · not dimmable Cord 150 cm / 59″ · champagne braided · extendable on request Finishes Gold + White Certifications North America Europe Australia Saudi Arabia Downloads Documents & resources. Product info Tear Sheet Guide Assembly Guide CAD / BIM 3D Files Frequently asked Quick questions. Which bulb base do I need for the US? US and Canadian customers receive the E12 candelabra base version — a standard base stocked by most US hardware and lighting retailers. EU and Australian customers receive G9 sockets. The lamp ships pre-configured for your region; no adapter is needed. What bulbs are recommended for the ginkgo leaf canopy? The five sockets accept LED or Edison-style filament bulbs. For the warm, atmospheric glow that suits a botanical statement floor lamp, a 2700 K filament LED (E12 or G9, depending on region) works well. Bulbs are not included and can be purchased separately. Can the cord be made longer than 150 cm? Yes — cord extensions are available on request. Contact us before placing your order and let us know the length you need. The champagne braided finish of the cord is maintained across extensions. Is this floor lamp compatible with a dimmer? The Ginkgo uses a foot switch on the cord and is not dimmable in its standard configuration. For a dimming effect, you can use dimmable E12 (or G9) bulbs with a plug-in dimmer adapter on the cord — check compatibility with your chosen bulb model before purchasing. How stable is a 170 cm tall floor lamp with a marble base? The round marble base provides substantial ballast, making it stable on hard floors. On high-pile rugs, we recommend placing it near a wall or in a corner — standard practice for any tall tree branch floor lamp with a canopy spread. Assembly is straightforward; the full guide is in the download above. Questions? [email protected] — we reply within 24 hours.
More you might like
Related
023 - GINGKOS / GINGKOS
Related
Gingko Leaf Floor Lamp
Related
Milo Gingko Floor Lamp
Related