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 Vintage Hooks Set, Solid Brass Robe Hook, Heavy Duty Single Hook, Wall Mount Robe Hooks
Unlacquered Brass Table Light, Perforated Base Light, Pierced Table Lighting
Unlacquered Brass Table Light, Perforated Base Light, Pierced Table Lighting €328.74
Back to products
Handcrafted Solid Brass Wall Sconces, Tapered Fabric Shade, Swan Neck Wall Light, Indoor Wall Lamp
Handcrafted Solid Brass Wall Sconces, Tapered Fabric Shade, Swan Neck Wall Light, Indoor Wall Lamp €136.17

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

€38.14 – €122.67Price range: €38.14 through €122.67

1
3
6
Clear
Add to wishlist
SKU: N/A Category: Hooks
Share:
  • Description
  • Additional information
  • 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%; 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-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-config-input { display: none; }
.ie-config-label {
cursor: pointer;
border: 1.5px solid var(–border-light);
border-radius: var(–radius-md);
padding: 10px 20px;
font-size: 13px;
font-weight: 500;
transition: border-color 0.15s, background-color 0.15s;
}
.ie-config-input:checked + .ie-config-label { border-color: var(–brass); background-color: var(–brass-light); }
.ie-config-label:hover { border-color: var(–brass); }

.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 • Handcrafted in Morocco

The Robe Hook That Only Gets Better With Age

Heavy solid brass, hand finished by artisans in Marrakesh. Not the thin plated hardware you find in big box stores. Handcrafted to order • Free delivery

Solid brass vintage robe hook, wall mounted, unlacquered living finish

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

Loved by Homeowners

Insideast Robe Hooks

★★★★★

“Beautiful, heavy hooks that elevate the space!”

Lauren
25 Jul, 2026 · 6 Hooks

★★★★★

“Customer friendly and beautiful products”

Lisa
18 Jul, 2026 · 6 Hooks

★★★★★

“Beautiful solid brass hook, thank you”

Mary
10 Jul, 2026 · 1 Hook

★★★★★

“Everything was great. As advertised”

Cindy
01 Jul, 2026 · 6 Hooks

★★★★★

“Excellent quality, delivered on time, everything to my complete satisfaction. Thank you, I’d love to do it again…”

Magnus
18 Mar, 2026 · 3 Hooks

Close up of solid brass robe hook wall mount hardware

Crafted in Solid Brass

Built to last from high quality solid brass, this piece offers exceptional strength, longevity, and character that becomes part of your home’s identity. The unlacquered finish arrives with a soft golden shine that naturally evolves into a rich, antique patina, perfect for lovers of vintage elegance. Each piece is artisan made by Moroccan craftsmen, and comes with its necessary mounting hardware for easy installation.

Configure Your Set

Choose how many hooks you need. Each hook is sold as a heavy duty single unit and mounted individually, so you can space them exactly how you want on the wall.

Number of Hooks

Need more than 6? Contact us.

Solid brass robe hook installed on wall, angle view
Solid brass robe hook installed on wall, close up detail

Engineered to Last Generations

Material Solid Brass
Finish Unlacquered Brass (ages naturally)
Other Finishes Available Polished Brass / Brushed / Copper / Nickel / Oil Rubbed
Installation Type Wall-Mounted
Included Hardware Mounting Screws
Customization Size and finish available upon request
Origin Handcrafted in Marrakesh, Morocco
Return Policy 30-Day Return
Data Sheet Download PDF →

Frequently Asked Questions

Is this worth the investment compared to cheaper alternatives?

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

How does the unlacquered brass patina develop?

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

Can I clean or polish it to restore the original shine?

Yes, a standard brass polish will restore shine if you prefer that look, though most of our customers let the patina develop naturally.

What’s included in the package?

Each hook ships with its necessary mounting hardware, carefully packed and shipped via express delivery.

What if I’m not satisfied?

You have 30 days to return it for a refund if it’s not right for you.

Ready to Upgrade Your Wall Hardware?

Join homeowners who chose solid brass that lasts.

Configure & Order Now →

Handcrafted to Order
5-Year Warranty
30-Day Returns

Additional information
Pack option

1, 3, 6

Reviews (0)

Reviews

There are no reviews yet.

Be the first to review “Vintage Hooks Set, Solid Brass Robe Hook, Heavy Duty Single Hook, Wall Mount Robe Hooks” 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

Single Hook solid Unlacquered Brass , Handmade Brass Hook, Coat Hook, Wall Hook

Hooks
€42.12 – €140.23Price range: €42.12 through €140.23
  Unlacquered Brass Finish → Arrives with a soft golden shine that naturally evolves into a rich, antique patina. Perfect
Select options
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 Brass Hooks Rail | Coat Rack Hooks

Hooks
€67.10 – €81.17Price range: €67.10 through €81.17
Handcrafted from solid brass to ensure durability. This vintage hooks rail is finished in vintage, classic look and will maintain its
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