ADD ANYTHING HERE OR JUST REMOVE IT…
Insideast Europe
Login / Register
Sign inCreate an Account

Lost your password?

Search
Wishlist
0 items €0.00
Menu
Insideast Europe
0 items €0.00
  • Home
  • Shop All
  • Lighting
  • Sinks
  • Faucets
  • Hardware
  • Showers
Click to enlarge
Home Showerhead Unlacquered Brass Handheld Shower With Hose, High Pressure Shower Wandhand
Hammered Copper Wall Sconce, Minimalist Lighting Fixture, Rustic Copper Light
Hammered Copper Wall Sconce, Minimalist Lighting Fixture, Rustic Copper Light €276.54 – €940.24Price range: €276.54 through €940.24
Back to products
Bathroom Drop-in Sink, Brass Basin Sink, Round Sink, Bathroom Sink Brass
Bathroom Drop-in Sink, Brass Basin Sink, Round Sink, Bathroom Sink Brass €354.02

Unlacquered Brass Handheld Shower With Hose, High Pressure Shower Wandhand

€193.74

Add to wishlist
SKU: EU-INS-8235558699117-45716750172269 Category: Showerhead
Share:
  • Description
  • Reviews (0)
  • Shipping & Delivery
Description

:root {
–font-display: “Instrument Sans”, Helvetica, Arial, sans-serif;
–font-body: Helvetica, Arial, sans-serif;
–brass: #C8922A;
–brass-light: #F5E6C8;
–brass-dark: #9A6E1C;
–stone: #F7F4EF;
–stone-dark: #EDE8E0;
–text-primary: #1C1A17;
–text-muted: #6B6560;
–text-light: #9A948D;
–border-light: rgba(0,0,0,0.08);
–white: #FFFFFF;
–space-xs: 8px;
–space-sm: 16px;
–space-md: 24px;
–space-lg: 40px;
–space-xl: 64px;
–max-width: 900px;
–radius-sm: 4px;
–radius-md: 8px;
–radius-pill: 100px;
}

.ie-page { max-width: var(–max-width); margin: 0 auto; padding: 0 var(–space-sm); }
.ie-section { padding: var(–space-xl) 0; border-bottom: 1px solid var(–border-light); }
.ie-section:last-child { border-bottom: none; }

.ie-eyebrow {
font-family: var(–font-body);
font-size: 11px;
font-weight: 600;
letter-spacing: 0.10em;
text-transform: uppercase;
color: var(–brass);
}
.ie-h2 {
font-family: var(–font-display);
font-size: clamp(24px, 4vw, 36px);
font-weight: 700;
line-height: 1.2;
color: var(–text-primary);
margin: 0 0 var(–space-sm);
}
.ie-h3 {
font-family: var(–font-display);
font-size: clamp(18px, 2.5vw, 22px);
font-weight: 600;
color: var(–text-primary);
margin: 0 0 var(–space-xs);
}
.ie-body { font-family: var(–font-body); font-size: 15px; line-height: 1.75; color: var(–text-muted); }

@keyframes ie-fade-up { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.ie-section { animation: ie-fade-up 0.6s ease both; }

.ie-hero-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(–radius-md); display: block; }
.ie-badges { display: flex; flex-wrap: wrap; gap: var(–space-sm); justify-content: center; margin: var(–space-md) 0; }
.ie-badge {
font-family: var(–font-body);
font-size: 12px;
font-weight: 500;
color: var(–text-muted);
padding: 6px 14px;
border: 1px solid var(–border-light);
border-radius: var(–radius-pill);
background: var(–white);
}

.ie-btn {
display: inline-block;
background: var(–brass);
color: var(–white);
font-family: var(–font-body);
font-size: 15px;
font-weight: 600;
padding: 14px 32px;
border-radius: var(–radius-md);
text-decoration: none;
border: none;
transition: background-color 0.18s ease, transform 0.12s ease;
}
.ie-btn:hover { background-color: var(–brass-dark); transform: translateY(-1px); }
.ie-btn-full { width: 100%; text-align: center; display: block; box-sizing: border-box; }

.ie-split { display: grid; grid-template-columns: 5fr 7fr; gap: var(–space-lg); align-items: center; }
.ie-split img { width: 100%; border-radius: var(–radius-md); display: block; }
@media (max-width: 768px) { .ie-split { grid-template-columns: 1fr; } }

.ie-feature-list { list-style: none; margin: var(–space-sm) 0 0; padding: 0; }
.ie-feature-list li { padding: 6px 0; font-size: 14px; color: var(–text-primary); }
.ie-feature-list li::before { content: “✔”; color: var(–brass); font-weight: 700; margin-right: 8px; }

.ie-closeup-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(–space-sm); }
.ie-closeup-grid figure { margin: 0; }
.ie-closeup-grid img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: var(–radius-md); display: block; }
.ie-closeup-grid figcaption { font-size: 12px; font-weight: 600; color: var(–text-muted); text-align: center; margin-top: 6px; }
@media (max-width: 480px) { .ie-closeup-grid figcaption { font-size: 10px; } }

.ie-specs-table { width: 100%; border-collapse: collapse; }
.ie-specs-table tr { border-bottom: 1px solid var(–border-light); }
.ie-specs-table td { padding: 12px 0; font-size: 14px; }
.ie-specs-table td:first-child { width: 38%; color: var(–text-muted); font-weight: 500; padding-right: var(–space-sm); }

.ie-faq-item summary { cursor: pointer; list-style: none; padding: var(–space-sm) 0; font-size: 15px; font-weight: 500; display: flex; justify-content: space-between; align-items: center; }
.ie-faq-item summary::after { content: ‘+’; color: var(–brass); font-size: 20px; }
.ie-faq-item[open] summary::after { content: ‘2212’; }
.ie-faq-answer p { font-size: 14px; line-height: 1.75; color: var(–text-muted); padding-bottom: var(–space-sm); }

.ie-final-cta { background: var(–stone); text-align: center; border-radius: var(–radius-md); }

Solid Brass • Living Finish

A Handheld Shower Built to Age Well 

Solid brass handheld shower with hose, unlacquered living finish, delivering a soothing rainfall spray for a spa-like shower experience. Handcrafted to order • Free delivery

Unlacquered solid brass handheld shower with hose, wall mounted outlet holder

Handcrafted to Order 5-Year Warranty Free Shipping 30-Day Returns
Add to Cart →

Every Detail, Solid Brass

Solid brass handheld shower head spray face close up
Rainfall Spray Face
Solid brass wall mounted outlet holder for handheld shower
Wall-Mounted Holder
Solid brass handheld shower head, hand grip detail
Handheld Grip

Close up of unlacquered solid brass handheld shower spray face

Solid Brass, Built to Resist Corrosion

Crafted from durable solid brass, this handheld shower offers long-lasting strength and corrosion resistance, not the thin plated fittings that pit and dull within a season or two. The unlacquered finish develops a natural patina over time, adding timeless character to your space while the wide rainfall spray delivers a soothing, spa-like experience.

  • Solid brass construction, corrosion resistant
  • Unlacquered living finish, develops patina naturally
  • Soothing rainfall spray pattern
  • Easy to install, connects to any 1/2″ female connection

Engineered to Last Generations

Material Solid Brass
Finish Unlacquered Brass (ages naturally)
Outlet Holder Included Yes
Hose Included Yes, 59 Inches
Handheld Included Yes
Connection 1/2″ Threaded Connection
Rough-In Valve Not Included
Return Policy 30-Day Return

Frequently Asked Questions

Is this worth the investment compared to cheaper alternatives?

Yes. Most affordable handheld showers are plated plastic or thin metal that pits and dulls within a year or two. This is solid brass, built to resist corrosion and develop its own character over time.

Does it include the rough-in valve?

No, the rough-in valve is not included. This listing includes the handheld unit, hose, and wall-mounted outlet holder, connecting to any 1/2″ female connection.

How long is the hose?

The included hose is 59 inches long, giving you enough reach for a full-body rinse or to wash down the shower itself.

How does the unlacquered brass patina develop?

Over weeks and months of normal handling and water exposure, the surface will gradually darken and develop warm tones. It’s a natural process, not a flaw.

What if I’m not satisfied?

You have 30 days to return it for a refund if it’s not right for you, as long as it’s unused and in its original packaging.

Ready for a Shower That Ages With You?

Join homeowners who chose solid brass that lasts.

Add to Cart →

Handcrafted to Order 5-Year Warranty 30-Day Returns
Reviews (0)

Reviews

There are no reviews yet.

Be the first to review “Unlacquered Brass Handheld Shower With Hose, High Pressure Shower Wandhand” Cancel reply

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

Your review is being submitted. Please wait a moment

Good quality.The product is firmly packed.Good service.Very well worth the money.Very fast delivery.

Shipping & Delivery

Related products

Compare

Copper Shower Head – Square Shower Head

Showerhead
€162.93
100% Solid Copper → Crafted entirely from solid, non-recycled copper for exceptional durability and long-term performance. Natural Living Finish →
Add to cart
Quick view
Compare

Solid Copper Rain Shower Head, Flat Round Handcrafted Vintage Showerhead, Works Outdoor

Showerhead
€54.23 – €136.34Price range: €54.23 through €136.34
  Solid Copper Construction → Expertly crafted for durability, warmth, and vintage appeal.   Living Finish → Evolves naturally, developing a
Select options
Quick view
Compare

Solid Vintage Showerhead, Swiveling Rain Showerhead Bronze, Outdoor Showerhead

Showerhead
€76.12
:root { –font-display: “Instrument Sans”, Helvetica, Arial, sans-serif; –font-body: Helvetica, Arial, sans-serif; –brass: #C8922A; –brass-light: #F5E6C8; –brass-dark: #9A6E1C; –stone: #F7F4EF;
Add to cart
Quick view
Compare

Unlacquered Brass Rain Showerhead, Handcrafted Showerhead, Outdoor Headshower

Showerhead
€75.82
:root { –font-display: “Instrument Sans”, Helvetica, Arial, sans-serif; –font-body: Helvetica, Arial, sans-serif; –brass: #C8922A; –brass-light: #F5E6C8; –brass-dark: #9A6E1C; –stone: #F7F4EF;
Add to cart
Quick view
Compare

Unlacquered Brass Shower Head, Square Rain Showerhead, Outdoor Indoor Shower

Showerhead
€155.75
:root { –font-display: “Instrument Sans”, Helvetica, Arial, sans-serif; –font-body: Helvetica, Arial, sans-serif; –brass: #C8922A; –brass-light: #F5E6C8; –brass-dark: #9A6E1C; –stone: #F7F4EF;
Add to cart
Quick view
Compare

Unlacquered Solid Brass Rain Shower Head, Moroccan Handcrafted Vintage Showerhead, Works Outdoor

Showerhead
€41.73 – €89.10Price range: €41.73 through €89.10
Unlacquered Brass Finish → Delivered shiny, the unlacquered brass naturally develops a rich patina over time, adding vintage character and warmth
Select options
Quick view
Compare

Unlacquered Solid Brass Rain Shower Head, Round Handcrafted Vintage Showerhead

Showerhead
€57.23 – €87.54Price range: €57.23 through €87.54
  Solid Brass Construction → Expertly handcrafted from solid brass, offering superior durability compared to plated finishes.   Timeless Design
Select options
Quick view
Compare

Vintage Solid Brass 4-Inch Rain Shower Head, Farmhouse Bell Design

Showerhead
€44.00 – €179.89Price range: €44.00 through €179.89
/* ============================================================ INSIDEAST – Vintage Solid Brass 4-Inch Rain Shower Head Product Description Block · Shopify Compatible All classes prefixed
Select options
Quick view
    Based on WoodMart theme 2026 WooCommerce Themes.
    payments
    • Menu
    • Categories
    Set your categories menu in Header builder -> Mobile -> Mobile menu element -> Show/Hide -> Choose menu
    • Home
    • Shop All
    • Lighting
    • Sinks
    • Faucets
    • Hardware
    • Showers
    • Wishlist
    • Login / Register
    Shopping cart
    Close
    Start typing to see posts you are looking for.
    en_USEnglish
    en_USEnglish
    5
    Rated 5 out of 5
    0%
    4
    Rated 4 out of 5
    0%
    3
    Rated 3 out of 5
    0%
    2
    Rated 2 out of 5
    0%
    1
    Rated 1 out of 5
    0%
    With images (0) Verified (0)
    All stars (0)
    • All stars (0)
    • 5 stars(0)
    • 4 stars(0)
    • 3 stars(0)
    • 2 stars(0)
    • 1 star(0)
    Shop
    Wishlist
    0 items Cart
    My account