Carmelle Floor Light

.pdp { /* Carmelle theme — natural rattan + warm gold metal */ –pdp-bg: #ffffff; –pdp-bg-card: #faf4e8; –pdp-bg-deep: #f0e6cd; –pdp-border: #e0d4b4; –pdp-border-lt: #e8debf; –pdp-accent: #9a6f2e; –pdp-accent-dk: #6e4d1c; –pdp-accent-lt: #c69a4e; –pdp-accent-bg: #f3e8cf; –pdp-accent-bdr: #cca669; –pdp-text: #2a1f10; –pdp-text-mid: #5a4528; –pdp-text-light: #968270; max-width: 900px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, “Helvetica Neue”, Arial, sans-serif; color:…

Original price was: $6,235.00.Current price is: $189.99.
Checkout
Category:

Description

.pdp { /* Carmelle theme — natural rattan + warm gold metal */ –pdp-bg: #ffffff; –pdp-bg-card: #faf4e8; –pdp-bg-deep: #f0e6cd; –pdp-border: #e0d4b4; –pdp-border-lt: #e8debf; –pdp-accent: #9a6f2e; –pdp-accent-dk: #6e4d1c; –pdp-accent-lt: #c69a4e; –pdp-accent-bg: #f3e8cf; –pdp-accent-bdr: #cca669; –pdp-text: #2a1f10; –pdp-text-mid: #5a4528; –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 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; 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 .related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; } .pdp .related-card { display: flex; flex-direction: column; gap: 14px; align-items: flex-start; padding: 16px; border: 0.5px solid var(–pdp-border); border-radius: 14px; background: var(–pdp-bg-card); text-decoration: none; color: var(–pdp-text); transition: border-color 0.2s, transform 0.2s; } .pdp .related-card:hover { border-color: var(–pdp-accent); transform: translateY(-2px); } .pdp .related-image { width: 100%; height: 140px; border-radius: 10px; background-size: cover; background-position: center; background-color: var(–pdp-bg-deep); border: 0.5px solid var(–pdp-border); } .pdp .related-meta { flex: 1; min-width: 0; } .pdp .related-eyebrow { font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(–pdp-accent); margin-bottom: 6px; } .pdp .related-title { font-size: 15px; font-weight: 700; color: var(–pdp-text); line-height: 1.3; margin-bottom: 12px; } .pdp .related-desc { display: none; } .pdp .related-cta { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: var(–pdp-accent); } .pdp .related-cta::after { content: ‘→’; font-size: 14px; line-height: 1; transition: transform 0.2s; } .pdp .related-card:hover .related-cta::after { transform: translateX(3px); } .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: 900px) { .pdp .related-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 720px) { .pdp .features-grid, .pdp .dl-grid { grid-template-columns: 1fr; } .pdp .spec-key { width: 120px; } .pdp .related-grid { grid-template-columns: 1fr; } .pdp .related-image { height: 200px; } }

You May Also Like

Matching Series · Wall Sconce

Carmelle Wall Sconce

The matching wall sconce — same hand-woven rattan shade with a gold arm. Pair with the floor lamp for a coordinated reading nook.

View Product

Matching Series · Pendant

Carmelle Pendant Light

The matching pendant — same hand-woven scalloped rattan shade on a gold chain, in two sizes. Hang it overhead to complete the Carmelle look.

View Product

Matching Series · Table Lamp

Carmelle Table Light

The matching table lamp — same hand-woven rattan shade on a gold gooseneck arm. Set it on a desk or nightstand to round out the set.

View Product

Inspiration

The Carmelle Floor Light reinterprets the arc floor lamp with a hand-woven rattan shade and a curvy gold-tone metal stem on a round weighted base. The natural rattan is woven by hand into a draped bell shade with a wavy scalloped lower edge, casting a textured glow through the weave. The S-curved metal arm sweeps the shade out and forward, so the light falls beside a chair or sofa rather than straight down — a sculptural silhouette that doubles as decor. Plug-in with a foot or inline switch. Standing 60 inches tall with an 11-inch base, this rattan floor lamp suits living room reading corners, bedside seating, and accent spots beside a sofa or armchair — a hand-woven rattan floor lamp for living room or a curvy arc floor lamp for reading in coastal, Hamptons, modern farmhouse, and warm boho interiors.

Key Features

Hand-Woven Rattan Shade

Natural rattan woven by hand into a draped bell with a wavy scalloped edge. Light filters through the weave for a soft, textured glow.

Curvy Gold-Tone Arc Stem

An S-curved metal stem sweeps the shade out and forward. Sculptural silhouette that reads as decor even when the light is off.

Plug-In with Weighted Base

No wiring needed. Heavy round metal base keeps the tall arc stable. Standard US plug and cord switch — set it down and plug in.

Product Size

Total Height60″ / 152.4 cm

Base Diameter11″ / 27.94 cm

Footprint11″ × 11″ / 27.94 × 27.94 cm

SwitchInline on/off cord switch

Bulb1 × E26 or E27 (bulb included)

PowerPlug-in · Standard US outlet

Best ForLiving room reading corners, bedside seating, sofa and armchair accents

Setup

!

Plug-in floor lamp — no wiring needed Attach the arc stem to the weighted base, screw in the included bulb, and plug into any standard 120V US outlet. The inline cord switch turns the light on and off. The heavy round base counterweights the forward sweep of the arc, so the lamp stands stable on hard floors and rugs. Dry locations only — indoor use.

Specifications

Main Materials

Hand-woven natural rattan shade, gold-tone metal arc stem and weighted base

Finish

Natural rattan · Scalloped lower edge · Warm gold-tone metal

Light Source

1 × E26 or E27 medium base · Bulb included

Max Wattage

40W incandescent or 12W LED equivalent

Dimensions

11″ L × 11″ W × 60″ H / 27.94 × 27.94 × 152.4 cm

Switch

Inline rocker switch on cord

Power Source

Plug-in · 120V US standard outlet

Dimmable

Bulb-dependent · Use a dimmable LED with an inline dimmer cord

Rating

Dry locations only · Indoor use

Design Style

Coastal Hamptons Modern Farmhouse Warm Boho Sculptural

Use Case

The Carmelle works best as a rattan floor lamp for living room reading corners or a curvy arc floor lamp for reading beside a sofa or armchair. The S-curved arm reaches the shade out over a seat, so the light falls onto a book or lap rather than straight down the pole. Place it behind or beside a chair, leaving the 11-inch base clear of foot traffic.

The open rattan weave casts a soft textured shadow on nearby walls when lit. Pair with oak or walnut furniture, linen upholstery, woven baskets, and warm gold hardware for a coastal or Hamptons look. Use a vintage Edison filament bulb or a warm white 2700K LED (E26 or E27). For a coordinated room, combine the floor lamp with the matching Carmelle Wall Sconce, Pendant, and Table Light.

FAQ

Is the bulb included? What type?

Yes — one bulb is included. The socket fits an E26 or E27 medium base bulb (the US standard screw size), up to 40W incandescent or 12W LED equivalent. We recommend a vintage Edison filament bulb or a warm white 2700K LED. Replacement bulbs are stocked at Home Depot, Lowe’s, and Amazon.

Is the lamp stable with the arm reaching out so far?

Yes — the round base is weighted to counterbalance the forward sweep of the S-curved arc. It stands stable on hard floors and rugs. As with any arc lamp, keep the base clear and avoid pulling on the shade.

Is there a switch?

Yes — an inline rocker switch sits on the cord. Plug into any standard US outlet and use the cord switch to turn the lamp on and off. No wall switch needed.

Does the arc arm or shade adjust?

The gold-tone metal arc is a fixed sculptural curve — it holds its shape and isn’t a bendable or telescoping arm. The shade hangs at a fixed forward angle designed to cast light beside a chair or sofa.

Does it match the rest of the Carmelle series?

Yes — the Carmelle Floor Light, Wall Sconce, Pendant, and Table Light share the same hand-woven rattan shade and warm gold-tone hardware. Combine them across a room — floor lamp by the sofa, sconces on the wall, pendant overhead, table lamp on a side table — for a fully coordinated look.

How do I clean the rattan?

Dust the rattan shade gently with a soft brush or microfiber duster every few weeks. Avoid water — moisture warps natural rattan over time. For the gold-tone metal arc and base, wipe with a dry cloth; harsh polish strips the finish. Keep away from sustained humidity.

Search Tags

rattan floor lamp rattan floor lamp for living room curvy arc floor lamp for reading gold and rattan floor lamp arc floor lamp Hamptons floor lamp woven shade floor lamp sculptural floor lamp warm boho floor lamp

Downloads

Technical reference and styling guides for the Carmelle Floor Light.

Spec Sheet

Full Product Specs · PDF

Pending

Assembly Guide

Base & Bulb Setup · PDF

Pending

Care Guide

Rattan & Metal Maintenance · PDF

Pending

Reviews

There are no reviews yet.

Be the first to review “Carmelle Floor Light”

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