: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-reviews-row { display: flex; gap: var(–space-sm); overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: var(–space-xs); }
.ie-review-card {
min-width: 260px;
flex-shrink: 0;
scroll-snap-align: start;
background: var(–white);
border: 1px solid var(–border-light);
border-radius: var(–radius-md);
padding: var(–space-sm);
transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.ie-review-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.10); }
.ie-review-stars { color: var(–brass); font-size: 13px; margin-bottom: 6px; }
.ie-review-text { font-size: 13px; line-height: 1.6; color: var(–text-primary); margin: 0 0 var(–space-xs); }
.ie-review-name { font-size: 12px; font-weight: 600; color: var(–text-muted); }
.ie-review-date { font-size: 11px; color: var(–text-light); }
.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-pdf-link { display: inline-block; padding: 10px 20px; border: 1px solid var(–border-light); border-radius: var(–radius-pill); color: var(–brass-dark); text-decoration: none; font-size: 13px; font-weight: 600; transition: background-color 0.15s ease, border-color 0.15s ease; }
.ie-pdf-link:hover { background-color: var(–brass-light); border-color: var(–brass); }
.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 Square Rain Shower Built to Age Well
Solid brass showerhead with an unlacquered living finish that gradually develops patina, adding warmth to any bathroom style. Handcrafted to order • Free delivery

5-Year Warranty
Free Shipping
30-Day Returns
Loved by Homeowners
Insideast Square Showerheads
“Gorgeous shower head. I’m actually considering a second one”
“Great customer service, awesome product great quality can’t wait to install it”
Solid Brass, Built for Daily Use
Made of solid brass to withstand daily use and ensure durability over time, not the thin plated fittings that pit and dull within a season or two. The unlacquered finish gradually develops its own patina, adding a touch of warmth to your space that only deepens with use.
- Solid brass construction, built to withstand daily use
- Unlacquered living finish, develops patina naturally
- 10″ square rainfall spray face
- US duty-free delivery, no extra import tax
Engineered to Last Generations
| Material | Solid Brass |
| Finish | Unlacquered Brass (ages naturally) |
| Diameter | 10″ |
| Connection | 1/2″ |
| Spray Setting | Rainfall |
| Included Elements | Showerhead |
| US Customs | Duty-Free, no extra import tax on delivery |
| Return Policy | 30-Day Return |
Frequently Asked Questions
Is this worth the investment compared to cheaper alternatives?
Yes. Most affordable showerheads are plated plastic or thin metal that pits and dulls within a year or two. This is solid brass, built to hold up to daily use and develop its own character over time.
Does it include the shower arm?
No, this listing includes the showerhead only, with a standard 1/2″ connection.
Can I use this outdoors?
Yes. Solid brass holds up well outdoors, so it works for an outdoor shower or pool house setup as well as an indoor bathroom.
Will US customers pay import duty on this?
No. Delivery to the US is duty-free, so you won’t be charged extra customs duty or import tax on arrival.
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.
5-Year Warranty
30-Day Returns

Reviews
There are no reviews yet.