Marlow Pleat Floor Light

.pdp { /* Beige + Walnut + Brown theme — Mid-century Modern / Industrial layout */ –pdp-bg: #ffffff; –pdp-bg-card: #faf6ec; –pdp-bg-deep: #f0e7d2; –pdp-border: #e6dcc0; –pdp-border-lt: #ede4d0; –pdp-accent: #7a5035; /* Earthy Brown/Leather Accent */ –pdp-accent-dk: #54341f; –pdp-accent-lt: #a67c52; –pdp-accent-bg: #f5ede4; –pdp-accent-bdr: #c89b78; –pdp-text: #2a1d12; –pdp-text-mid: #5a4332; –pdp-text-light: #968270; max-width: 900px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont,…

Original price was: $12,724.00.Current price is: $189.99.
Checkout
Category:

Description

.pdp { /* Beige + Walnut + Brown theme — Mid-century Modern / Industrial layout */ –pdp-bg: #ffffff; –pdp-bg-card: #faf6ec; –pdp-bg-deep: #f0e7d2; –pdp-border: #e6dcc0; –pdp-border-lt: #ede4d0; –pdp-accent: #7a5035; /* Earthy Brown/Leather Accent */ –pdp-accent-dk: #54341f; –pdp-accent-lt: #a67c52; –pdp-accent-bg: #f5ede4; –pdp-accent-bdr: #c89b78; –pdp-text: #2a1d12; –pdp-text-mid: #5a4332; –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 svg { fill: none; } .pdp p { margin: 0 0 0.8rem 0; color: var(–pdp-text-mid); } .pdp .pdp-section { margin-bottom: 2.2rem; } .pdp .sec-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1rem; } .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-title { font-size: 13px; font-weight: 700; color: var(–pdp-text); margin-bottom: 6px; } .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 .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: 150px; 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 .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-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 Marlow Pleat Floor Light is a contemporary interpretation of the classic accordion-shade lamp, reimagined with premium hand-finished leather. Standing at 63 inches tall, this architectural fixture features a structured tan leather shade that creates a warm, soft diffusion perfect for Japandi and Mid-century modern interiors. The slim black hardware stem is detailed with a matching leather wrap and a weighted disc base, providing stability for high-traffic living rooms or primary bedrooms. Equipped with a convenient foot pedal switch, it functions as an ideal task lamp for reading nooks or as a sophisticated ambient accent for quiet corners.

Key Features

Leather Accordion Shade

The large 43cm shade is crafted from premium treated leather with crisp pleats, offering a more substantial and organic texture than standard fabric.

Weighted Disc Base

Constructed with a heavy-duty metal base to ensure the 160cm tall fixture remains perfectly anchored on carpeted or hardwood floors.

Convenient Foot Switch

Features an integrated foot pedal switch on the power cord for effortless hands-free operation in living rooms or bedrooms.

Product Size

Total Height63.0″ / 160 cm

Shade Diameter16.9″ / 43 cm

Power Cord Length59.1″ / 150 cm

ControlIntegrated Foot Pedal Switch

Specifications

Main Materials

Artisanal Leather, Reinforced Hardware (Metal)

Finish Style

Tan Leather Shade & Wrap, Architectural Black Base

Light Source

1 × E26 / E27 Medium Base (Complimentary bulb included)

Max Wattage

60W Incandescent or 12W LED equivalent

Power Source

Plug-in with 150cm (approx. 5ft) Power Cord

Design Style

Japandi ModernIndustrial RetroOrganic Minimalist

Where It Works

The Marlow Pleat Floor Light is specifically engineered to serve as a primary reading light or ambient corner lamp in spacious interiors. Its 160cm height allows the leather shade to sit at the ideal level for illuminating lounge chairs or sofas without creating side glare. In modern living rooms, the tan leather and black metal combination acts as a warm textural anchor against minimalist backgrounds.

The foot pedal switch and 150cm power cord provide maximum flexibility for placement behind furniture or in open-plan apartments. Pair it with walnut wood furniture, linen textiles, and indoor greenery to complete a tranquil, high-end aesthetic. We recommend using a 3000K Warm White bulb to maximize the rich, amber diffusion of the leather pleats for a cozy evening atmosphere.

FAQ

Is the leather wrap on the stem removable?

No. The leather detail on the central stem is hand-stitched and fixed to provide a seamless architectural look that complements the pleated shade.

What kind of bulb base does it use?

It uses a standard E26 / E27 medium screw base. We include one complimentary LED bulb to get you started, but it is also compatible with dimmable and smart bulbs.

Is the lamp stable on thick carpets?

Yes. The base is a heavy, weighted metal disc designed to maintain balance and prevent tipping, ensuring stability on various floor types including area rugs and thick carpets.

How do I clean the leather pleats?

We recommend using a soft, dry microfiber cloth or a feather duster periodically. Avoid using liquid cleaners or water on the leather shade to preserve its natural finish and structural integrity.

Downloads

Technical reference and styling guides for the Marlow series.

Spec Sheet

Full Product Specs · PDF

Pending

Style Guide

Interior Pairing Tips · PDF

Pending

3D Assets

Project Renders · ZIP

Pending

Reviews

There are no reviews yet.

Be the first to review “Marlow Pleat Floor Light”

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