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
  • Blog
  • Contact
Click to enlarge
Home Hooks Unlacquered Brass Cross Handle Set, Faucet Handles Set
Solid Brass Shower Soap Holder Bathroom Hardware,  Engraved Wall Mounted Soap Dish
Solid Brass Shower Soap Holder Bathroom Hardware, Engraved Wall Mounted Soap Dish €70.22
Back to products
Hammered Pendant Light, Hanging Light Fixture, Brass Ceiling Light, Headhat Plate Light
Hammered Pendant Light, Hanging Light Fixture, Brass Ceiling Light, Headhat Plate Light €256.59 – €364.08Price range: €256.59 through €364.08

Unlacquered Brass Cross Handle Set, Faucet Handles Set

€78.00

Add to wishlist
SKU: EU-HAN0001(SET-21) Category: Hooks
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-reviews-row { display: flex; gap: var(–space-sm); overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: var(–space-xs); }
.ie-review-card {
flex: 0 0 260px;
width: 260px;
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-specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(–space-lg); align-items: start; }
.ie-specs-grid img { width: 100%; border-radius: var(–radius-md); display: block; border: 1px solid var(–border-light); }
@media (max-width: 768px) { .ie-specs-grid { grid-template-columns: 1fr; } }

.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: 42%; 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 • Hand Forged

A Faucet Restoration Finished in Solid Brass

Solid brass hand forged cross handle set for hot and cold, finished in a living unlacquered patina. Handcrafted to order • Free delivery

Unlacquered solid brass cross handle set, hot and cold faucet handles

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

Loved by Homeowners

Insideast Faucet Handles

★★★★★

“Perfect, arrives fast and quality is great!”

Agata

★★★★★

“Excellent service as always!!! Fantastic seller.”

Julia

★★★★★

“Beautiful new brass handles for my beloved faucet. Fast shipping and nice, competent advice on my request by mail. Thanks!”

Bianca

Solid brass cross handle set, red and blue color-coded hot and cold valve stems

Color-Coded for Hot and Cold

The set comes as a matching pair, one with a red-coded valve stem for hot and one with a blue-coded stem for cold, so installation is simple and the result reads correctly from day one. Solid brass, hand forged, not stamped from thin sheet metal. The unlacquered finish will develop a nice, warm patina over time.

  • Solid brass, hand forged construction
  • Unlacquered living finish, develops natural patina
  • Compatible with standard 1/2 inch threaded valves
  • Sold as a matching hot and cold pair

Engineered to Last Generations

Material Solid Brass
Finish Unlacquered Brass (ages naturally)
Set Includes 1 hot handle (red), 1 cold handle (blue)
Thread Compatibility 1/2″ standard threaded valves
Handle Span 2 3/4″
Overall Height 2″
Valve Stem Length 1 1/4″
Return Policy 30-Day Return

Solid brass cross handle set, size and dimensions drawing

Frequently Asked Questions

Is this worth the investment compared to cheaper alternatives?

Yes. Cheaper handles are usually brass plated zinc that chips and corrodes within a few years. This is solid brass, hand forged, so the finish is the material itself, not a coating that can wear off.

Will these fit my existing faucet?

These handles are made for standard 1/2 inch threaded valves. Check your existing valve threading before ordering to confirm fit.

How do I know which handle is hot and which is cold?

The valve stem is color-coded, red for hot and blue for cold, so installation is straightforward.

How does the unlacquered brass patina develop?

Over weeks and months of normal handling, 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 to Finish Your Restoration?

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 Cross Handle Set, Faucet Handles Set” 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

Handcrafted Single Hook, Engraved Wall Hook, Brass Coat Hook, Clothes Hooks

Hooks
€75.09
  Solid Brass Construction → Expertly handcrafted from heavy-gauge solid brass, ensuring exceptional durability and the structural strength to retain
Add to cart
Quick view
Compare

Solid Brass Clothes Hooks Holder, Handcrafted Wall Hooks Rack

Hooks
€78.99 – €156.70Price range: €78.99 through €156.70
/* ============================================================ INSIDEAST – Solid Brass Clothes Hooks Holder Product Description Block · Shopify Compatible All classes prefixed ie-ch- ·
Select options
Quick view
Compare

Solid Brass Coat Hooks Rack, Wall Mounted Hanger Hooks, Hallway Hooks

Hooks
€81.00 – €109.00Price range: €81.00 through €109.00
    Solid Brass Construction → Crafted from solid brass for superior strength and long-lasting durability. Designed to retain its
Select options
Quick view
Compare

Solid Brass Cross Faucet Handles, Vintage Hot Cold Replacement Pair

Hooks
€65.00
: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

Solid Brass Single Hook, Coat Hook, Clothes Hook, Shower Hook, Towel Hanger

Hooks
€53.67 – €410.60Price range: €53.67 through €410.60
  Solid Brass Construction → Crafted from high-quality solid brass, ensuring exceptional strength, durability, and long-lasting performance. Designed to retain
Select options
Quick view
Compare

Unlacquered Brass Kitchen Rods, Pot Rail With S Hooks, Pan Rack organizer, Wall Mounted Brass Kitchen Rod with Hooks

Hooks
€217.09 – €390.41Price range: €217.09 through €390.41
/* ========== EXISTING STYLES ========== */ .faucet-desc{ –primary:#1a1a1a; –accent:#a67c52; –accent-light:#d4b896; –muted:#666; –bg-light:#fafaf8; –shadow:rgba(0,0,0,.1); color:var(–primary); font-family:-apple-system,BlinkMacSystemFont,”Segoe UI”,Roboto,”Helvetica Neue”,Arial,sans-serif; line-height:1.6; background:linear-gradient(to bottom,#fff
Select options
Quick view
Compare

Vintage Hooks Set | Solid Brass Single Hook

Hooks
€52.14 – €157.12Price range: €52.14 through €157.12
  Handcrafted from solid brass to ensure durability.  This aged hook is finished in vintage, classic look and will maintain its finish. 
Select options
Quick view
Compare

Vintage Hooks Set, Solid Brass Robe Hook, Heavy Duty Single Hook, Wall Mount Robe Hooks

Hooks
€38.14 – €122.67Price range: €38.14 through €122.67
: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;
Select options
Quick view
    Insideast Europe

    Moroccan handcrafted brass & copper for the modern European home. Each piece made by master artisans.

    ✉ hello@insideast.com
    🆕 Ships to all EU countries

    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
    • Blog
    • Contact
    • 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)
    2 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