Description
* { box-sizing: border-box; margin: 0; padding: 0; } .vk-acanto-wrap { font-family: ‘DM Sans’, sans-serif; color: #1a1a1a; width: 100%; max-width: 680px; margin: 0; padding: 0; } .vk-acanto-divider { height: 1px; background: #e8e4de; margin: 2rem 0; } .vk-acanto-intro { font-size: 15px; color: #555; line-height: 1.75; margin-bottom: 1rem; } .vk-acanto-section-label { font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: #8A6F4F; margin-bottom: .65rem; } .vk-acanto-image-link { display: block; cursor: zoom-in; margin-bottom: .35rem; } .vk-acanto-image-link img { display: block; width: 100%; height: auto; border-radius: 8px; border: 1px solid #ece8e2; transition: opacity 0.2s ease; } .vk-acanto-image-link:hover img { opacity: 0.92; } .vk-acanto-image-enlarge { font-size: 12px; color: #8A6F4F; text-align: right; margin-bottom: 1rem; } .vk-acanto-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-acanto-feat { background: #f7f5f2; border-radius: 8px; padding: .85rem; } .vk-acanto-feat-icon { width: 28px; height: 28px; border-radius: 6px; background: #e6dccb; display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; } .vk-acanto-feat h4 { font-size: 13px; font-weight: 500; color: #1a1a1a; margin-bottom: .25rem; } .vk-acanto-feat p { font-size: 12px; color: #666; line-height: 1.6; margin: 0; } .vk-acanto-notice { border-left: 3px solid #A88860; background: #faf6ef; border-radius: 0 8px 8px 0; padding: .85rem 1rem; margin-bottom: .75rem; } .vk-acanto-notice h5 { font-size: 13px; font-weight: 500; color: #6B4F2E; margin-bottom: .3rem; } .vk-acanto-notice p { font-size: 13px; color: #666; line-height: 1.65; margin: 0; } .vk-acanto-notice a { color: #6B4F2E; } .vk-acanto-matrix { width: 100%; display: block; overflow-x: auto; border-collapse: collapse; margin-bottom: .75rem; font-size: 13px; } .vk-acanto-matrix th { background: #f7f5f2; padding: 8px 10px; text-align: left; font-weight: 500; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; color: #8A6F4F; border-bottom: 1px solid #ece8e2; } .vk-acanto-matrix td { padding: 8px 10px; border-bottom: 1px solid #ece8e2; color: #444; font-size: 12px; } .vk-acanto-matrix tr:last-child td { border-bottom: none; } .vk-acanto-matrix td:first-child { font-weight: 500; color: #1a1a1a; } .vk-acanto-shape-card { background: #faf6ef; border: 1px solid #ece4d3; border-radius: 10px; padding: 1.25rem; margin-bottom: 1rem; } .vk-acanto-shape-card .vk-acanto-section-label { margin-bottom: .6rem; } .vk-acanto-shape-hint { font-size: 13px; color: #666; margin-bottom: .85rem; line-height: 1.6; } .vk-acanto-shape-thumb-link { display: inline-block; width: 100%; max-width: 320px; } .vk-acanto-shape-thumb { width: 100%; height: auto; display: block; border-radius: 6px; background: #ece4d3; } .vk-acanto-shape-enlarge { font-size: 12px; color: #8A6F4F; margin-top: .5rem; } .vk-acanto-spec-table { width: 100%; border-collapse: collapse; } .vk-acanto-spec-table tr { border-bottom: 1px solid #ece8e2; } .vk-acanto-spec-table tr:last-child { border-bottom: none; } .vk-acanto-spec-table td { padding: 9px 0; font-size: 14px; vertical-align: top; } .vk-acanto-spec-table td:first-child { color: #888; width: 42%; padding-right: 1rem; } .vk-acanto-install { list-style: none; padding: 0; margin: 0; } .vk-acanto-install li { font-size: 14px; color: #666; padding: 8px 0 8px 20px; border-bottom: 1px solid #ece8e2; line-height: 1.65; position: relative; } .vk-acanto-install li:last-child { border-bottom: none; } .vk-acanto-install li::before { content: ”; position: absolute; left: 0; top: 16px; width: 6px; height: 6px; border-radius: 50%; background: #A88860; } .vk-acanto-dl { display: flex; gap: 8px; flex-wrap: wrap; } .vk-acanto-dl-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #555; border: 1px solid #ddd; padding: 9px 14px; border-radius: 7px; text-decoration: none; background: #fff; min-height: 44px; } .vk-acanto-dl-btn:hover { background: #f5f5f5; } .vk-acanto-faq { margin-top: .5rem; } .vk-acanto-faq-item { border-bottom: 1px solid #ece8e2; } .vk-acanto-faq-item:last-child { border-bottom: none; } .vk-acanto-faq-item > summary { list-style: none; cursor: pointer; padding: 14px 32px 14px 0; font-size: 15px; font-weight: 500; color: #1a1a1a; position: relative; line-height: 1.5; min-height: 44px; display: flex; align-items: center; } .vk-acanto-faq-item > summary::-webkit-details-marker { display: none; } .vk-acanto-faq-item > summary::after { content: ”; position: absolute; right: 4px; top: 50%; width: 10px; height: 10px; border-right: 1.5px solid #8A6F4F; border-bottom: 1.5px solid #8A6F4F; transform: translateY(-70%) rotate(45deg); transition: transform 0.2s ease; } .vk-acanto-faq-item[open] > summary::after { transform: translateY(-30%) rotate(-135deg); } .vk-acanto-faq-item[open] > summary { color: #6B4F2E; } .vk-acanto-faq-a { font-size: 13px; color: #666; line-height: 1.7; margin: 0 0 14px; padding-right: 32px; } @media (max-width: 520px) { .vk-acanto-features { grid-template-columns: 1fr 1fr; } }
A 65″ floor lamp with a hand-carved, fluted column in gypsum-resin and an opal-white globe on top that glows warm in every direction. This column floor lamp comes in three finishes — ivory white, matte black, and ebony-tone — on a 12.6″ round base, sized for a living-room corner, reading nook, bedroom, or entryway. One E27 socket; plugs into a standard outlet.
Hand-carved fluted column
Acanthus-leaf carving and fluting, hand-finished in gypsum-resin — each column is unique.
Warm globe glow
One E27 socket inside the opal-white globe spreads soft, even light in every direction.
Three finishes
Ivory white, matte black, or ebony-tone to suit classic or modern rooms.
| Finish | Tone | Pairs with |
|---|---|---|
| Ivory White | Soft warm white | Light, classic, coastal rooms |
| Matte Black | Flat black | Modern, high-contrast rooms |
| Ebony-tone | Dark espresso brown | Wood-tone, traditional, library rooms |
Default configuration
Ships as one 65″ lamp in your chosen finish with the opal-white globe and one E27 socket.
Custom finish
Ivory white, matte black, and ebony-tone are the standard finishes, each hand-applied so tone varies slightly. For a custom color, a reference.
Click any diagram to enlarge.
Click to enlarge ↗
| Material | Gypsum, Resin |
| Body finish | Ivory white, matte black, or ebony-tone |
| Shade finish | Opal white |
| Overall size | 65″ H × 13.8″ globe (165 × 35 cm); base 12.6″ (32 cm) |
| Light source | One E27 socket (standard US E26 bulbs fit) · warm-white LED, about 12W |
| Power | 120V plug-in, standard US outlet, cord with on/off switch |
| Use | Indoor, dry locations only |
| Certification | Listed · North America · CE · SAA · SASO · KC |
- Set the lamp on a level floor, seat the opal globe over the socket cup, then add the bulb and plug in.
- Use a warm-white E27/E26 LED (about 12W, 2700K) for the soft glow shown.
- Gypsum-resin is heavier and more delicate than metal — lift by the column body, not the globe, and dust with a dry, soft cloth.
- Each lamp is hand-carved and hand-finished; minor surface marks and slight tone variation are characteristic of the handwork, not defects.
- Route the cord along the base edge to keep it tidy.
Is this column floor lamp bright enough for a living room?
One E27 bulb (about 12W LED) inside the opal globe gives a warm ambient and accent glow, not full task light. For reading or a large room, pair it with overhead lighting or a dedicated reading lamp.
Which finish should I choose, and where does it fit?
Ivory white suits light or classic rooms, matte black suits modern high-contrast spaces, and ebony-tone suits wood-tone or traditional rooms. At 65″ tall it fits a corner beside a sofa, a bed, or an entryway.
Can I get a custom finish or a different bulb color?
Three finishes are standard; custom colors are made to order. The socket takes any E27 or US E26 bulb — we recommend 2700K warm white. Email a reference and we’ll confirm before production.
Does the floor lamp need assembly, and how do I set it up?
Setup is quick: stand it on a level floor, seat the opal globe over the socket, add a warm-white E27/E26 LED, and plug into a standard outlet. Lift by the column body, not the globe.
What’s the warranty, and what if the bulb fails?
The lamp and wiring carry a 2-year warranty. The E27 bulb is a standard replaceable part. Email and support replies within one business day.
Sizing & questions
Every piece is made to order in our own atelier — here is what most clients ask before choosing theirs.
What are the dimensions, and will it fit my space?+
The lamp is 65″ tall with a 13.8″ globe diameter and 12.6″ round base. It suits living-room corners, beside a sofa or bed, or in an entryway. Confirm your ceiling height is at least 8 feet.
How bright is this lamp, and what’s it best for?+
One E27 bulb (about 12W LED) creates warm ambient and accent glow, not full task light. Pair it with overhead lighting for reading or large rooms.
Which finish should I choose?+
Ivory white suits light or classic rooms; matte black suits modern high-contrast spaces; ebony-tone suits wood-tone or traditional rooms. Custom colors are made to order—email a reference and we’ll confirm.
How do I set up the lamp, and is assembly required?+
Stand it on a level floor, seat the opal globe over the socket, add a warm-white E27/E26 LED bulb, and plug into a standard outlet. Lift by the column body, not the globe.
Can I replace the bulb or use a different color?+
Yes, the E27 socket takes any standard E27 or US E26 bulb. We recommend 2700K warm white for the soft glow shown. Standard bulbs are replaceable anytime.






















Reviews
There are no reviews yet.