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 Toothbrush Holder Unlacquered Copper Bathroom Toothbrush Holder, Wall Mount Toothbrush Cup
Hammered Unlacquered Brass Round Vanity Basin Sink, Bathroom Top Mount Bowl Sink
Hammered Unlacquered Brass Round Vanity Basin Sink, Bathroom Top Mount Bowl Sink €148.16 – €503.15Price range: €148.16 through €503.15
Back to products
Engraved German Silver Sink, Moroccan Drop In Bathroom Vanity Sink (17.8”x11”)
Engraved German Silver Sink, Moroccan Drop In Bathroom Vanity Sink (17.8”x11”) €382.34

Unlacquered Copper Bathroom Toothbrush Holder, Wall Mount Toothbrush Cup

€101.15

Smooth
Hammered
Engraved
Clear
Add to wishlist
SKU: N/A Category: Toothbrush Holder
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: #B5651D;
–brass-light: #F0DDC9;
–brass-dark: #8A4C15;
–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-finish-input { display: none; }
.ie-finish-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(–space-md); }
@media (max-width: 640px) { .ie-finish-grid { grid-template-columns: 1fr; max-width: 280px; margin: 0 auto; } }
.ie-finish-label {
display: block;
cursor: pointer;
border: 1.5px solid var(–border-light);
border-radius: var(–radius-md);
padding: var(–space-sm);
text-align: center;
transition: border-color 0.15s, background-color 0.15s;
background: var(–white);
}
.ie-finish-input:checked + .ie-finish-label { border-color: var(–brass); background-color: var(–brass-light); }
.ie-finish-label:hover { border-color: var(–brass); }
.ie-finish-label img { width: 100%; max-width: 160px; aspect-ratio: 1/1; object-fit: cover; border-radius: var(–radius-sm); display: block; margin: 0 auto var(–space-xs); }
.ie-finish-label span { font-size: 13px; font-weight: 600; color: var(–text-primary); }

.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-flex;
align-items: center;
gap: 8px;
font-size: 13px;
font-weight: 600;
color: var(–brass-dark);
background: var(–white);
border: 1.5px solid var(–border-light);
border-radius: var(–radius-pill);
padding: 10px 20px;
text-decoration: none;
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 Copper • Handcrafted in Morocco

The Toothbrush Holder That Only Gets Better With Age

Solid copper, hand finished with a living unlacquered patina. A small detail that makes the whole bathroom feel considered. Handcrafted to order • Free delivery

Unlacquered solid copper wall mount toothbrush cup holder

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


Choose Your Finish

All three are the same solid copper cup holder, the surface texture is what changes.

Looking for a different texture or custom detail? Contact us.

Close up of solid copper toothbrush cup holder wall mount hardware

Solid Copper, Not Plated

Made of solid copper, making it the perfect small investment for your home. The unlacquered finish will develop a nice, warm patina over time, aging alongside the rest of your copper fixtures rather than staying frozen under a lacquer coat.

  • 100% solid copper construction
  • Unlacquered living finish, develops natural patina
  • Mounting hardware included
  • DIY installation, minimal effort required

Engineered to Last Generations

Material Solid Copper
Finish Unlacquered Copper (ages naturally)
Available Finishes Smooth / Hammered / Engraved
Installation Type Wall-Mounted, DIY Install
Included Hardware Mounting Hardware Included
Origin Handcrafted in Marrakesh, Morocco
Return Policy 30-Day Return

📄 Download Datasheet (PDF)

Frequently Asked Questions

Is this worth the investment compared to cheaper alternatives?

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

How does the unlacquered copper 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.

What’s the difference between the finish options?

Smooth has a clean, polished surface, hammered has a hand-textured surface, and engraved has hand-etched detailing. All three are the same solid copper cup holder underneath.

Is installation difficult?

No, it’s a straightforward DIY install with the mounting hardware included.

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 the Small Details?

Join homeowners who chose solid copper that lasts.

Configure & Order Now →

Handcrafted to Order
5-Year Warranty
30-Day Returns

Additional information
Finish

Smooth, Hammered, Engraved

Reviews (0)

Reviews

There are no reviews yet.

Be the first to review “Unlacquered Copper Bathroom Toothbrush Holder, Wall Mount Toothbrush Cup” 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

Unlacquered Brass Toothbrush Cup Holder, Wall Mount Toothbrush Organizer

Toothbrush Holder
€108.02
: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
Compare

Unlacquered Brass Wall Mount Toothbrush Holder | Bathroom

Toothbrush Holder
€108.00
  Solid Brass Construction → Handcrafted from high-quality solid brass, ensuring robust durability and a timeless design that serves as
Select options
Quick view
Compare

Unlacquered Copper Wall Mount Toothbrush Holder | Bathroom

Toothbrush Holder
€101.15
  Solid Copper Construction → Handcrafted from high-quality solid copper, making it a durable, long-lasting investment that adds distinct warmth
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)
    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