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 Soap & Lotion Dispensers Unlacquered Brass Soap Dish, Countertop Bar Soap Holder
Solid Brass 2-Outlet Shower System,  Ceiling Rainfall Shower With Tub Filler
Solid Brass 2-Outlet Shower System, Ceiling Rainfall Shower With Tub Filler €539.11
Back to products
Handcrafted Smooth Oval Solid German Silver Sink, Drop In Sink (17,125”x11”)
Handcrafted Smooth Oval Solid German Silver Sink, Drop In Sink (17,125”x11”) €421.46

Unlacquered Brass Soap Dish, Countertop Bar Soap Holder

€70.22 – €265.88Price range: €70.22 through €265.88

1x Unit
2x Units
4x Units
Clear
Add to wishlist
SKU: N/A Category: Soap & Lotion Dispensers
Share:
  • Description
  • Additional information
  • Reviews (0)
  • Shipping & Delivery
Description

/* ============================================================
INSIDEAST – Unlacquered Brass Countertop Soap Dish
Product Description Block · Shopify Compatible
All classes prefixed ie-csd- · No JS · No external deps
============================================================ */

.ie-csd-page {
–font-display: Georgia, ‘Times New Roman’, ‘Palatino Linotype’, serif;
–font-body: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, “Helvetica Neue”, Arial, sans-serif;

–primary: #1a1a1a;
–accent: #a67c52;
–accent-light: #d4b896;
–accent-dark: #8b6542;
–muted: #666;
–text-light: #9A948D;
–bg-light: #fafaf8;
–bg-creme: #fcf9f2;
–border: rgba(166, 124, 82, 0.20);
–border-light: rgba(0, 0, 0, 0.08);
–success: #2D6A4F;
–white: #FFFFFF;
–shadow: rgba(0,0,0,.1);

–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-lg: 14px;
–radius-pill: 100px;

color: var(–primary);
font-family: var(–font-body);
line-height: 1.6;
background: linear-gradient(to bottom, #fff 0%, var(–bg-light) 100%);
}

@keyframes ie-csd-fade-up {
from { opacity: 0; transform: translateY(18px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes ie-csd-fade-in {
from { opacity: 0; }
to { opacity: 1; }
}

.ie-csd-page {
max-width: var(–max-width);
margin: 0 auto;
padding: 0 var(–space-sm);
}
.ie-csd-page * { box-sizing: border-box; }

.ie-csd-section {
padding: var(–space-xl) 0;
border-bottom: 1px solid var(–border-light);
animation: ie-csd-fade-up 0.6s ease both;
}
.ie-csd-section:nth-child(1) { animation-delay: 0.05s; }
.ie-csd-section:nth-child(2) { animation-delay: 0.12s; }
.ie-csd-section:nth-child(3) { animation-delay: 0.19s; }
.ie-csd-section:nth-child(4) { animation-delay: 0.26s; }
.ie-csd-section:nth-child(5) { animation-delay: 0.33s; }
.ie-csd-section:last-child:not(.ie-csd-final-cta) { border-bottom: none; }

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

.ie-csd-badges {
display: flex;
flex-wrap: wrap;
gap: var(–space-sm);
justify-content: center;
margin: var(–space-md) 0;
}
.ie-csd-badge {
font-family: var(–font-body);
font-size: 11px;
font-weight: 700;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #8a6020;
padding: 8px 18px;
border: 1px solid #d4a84740;
border-radius: var(–radius-pill);
background: #fdf9f3;
box-shadow: 0 2px 8px rgba(212, 168, 71, 0.08);
display: flex;
align-items: center;
gap: 6px;
animation: ie-csd-fade-up 0.5s ease both;
}
.ie-csd-badge:nth-child(1) { animation-delay: 0.15s; }
.ie-csd-badge:nth-child(2) { animation-delay: 0.25s; }
.ie-csd-badge:nth-child(3) { animation-delay: 0.35s; }
.ie-csd-badge:nth-child(4) { animation-delay: 0.45s; }

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

.ie-csd-img-wrap {
border-radius: var(–radius-lg);
overflow: hidden;
width: 100%;
max-width: 650px;
aspect-ratio: 1 / 1;
margin: var(–space-md) auto;
background: var(–bg-light);
display: flex;
align-items: center;
justify-content: center;
}
.ie-csd-img-wrap img {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
}

.ie-csd-gallery-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: var(–space-sm);
}
.ie-csd-gallery-grid .ie-csd-gallery-item {
border-radius: var(–radius-lg);
overflow: hidden;
aspect-ratio: 1 / 1;
background: var(–bg-light);
}
.ie-csd-gallery-grid .ie-csd-gallery-item img {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
}
@media (max-width: 600px) {
.ie-csd-gallery-grid { grid-template-columns: 1fr; }
}

.ie-csd-icon-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: var(–space-sm);
max-width: 600px;
margin: var(–space-md) auto 0;
text-align: center;
}
.ie-csd-icon-item {
background: var(–bg-creme);
border: 1px solid var(–border-light);
border-radius: var(–radius-md);
padding: var(–space-md) var(–space-sm);
font-size: 13px;
font-weight: 600;
color: var(–primary);
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
}
.ie-csd-icon-item svg {
width: 26px;
height: 26px;
stroke: var(–accent);
fill: none;
stroke-width: 1.5;
stroke-linecap: round;
stroke-linejoin: round;
}
@media (max-width: 600px) {
.ie-csd-icon-grid { grid-template-columns: 1fr; }
}

.ie-csd-specs-table { width: 100%; border-collapse: collapse; max-width: 650px; margin: 0 auto; }
.ie-csd-specs-table tr { border-bottom: 1px solid var(–border-light); }
.ie-csd-specs-table td { padding: 10px 0; font-size: 14px; vertical-align: top; }
.ie-csd-specs-table td:first-child {
width: 40%;
color: var(–muted);
font-weight: 500;
padding-right: var(–space-sm);
}

.ie-csd-faq-item {
border-bottom: 1px solid var(–border-light);
}
.ie-csd-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;
color: var(–primary);
}
.ie-csd-faq-item summary::-webkit-details-marker { display: none; }
.ie-csd-faq-item summary::after { content: ‘+’; color: var(–accent); font-size: 20px; font-weight: 300; margin-left: var(–space-sm); flex-shrink: 0; }
.ie-csd-faq-item[open] summary::after { content: ‘-‘; }
.ie-csd-faq-answer { animation: ie-csd-fade-in 0.2s ease; }
.ie-csd-faq-answer p {
font-size: 14px;
line-height: 1.75;
color: var(–muted);
padding-bottom: var(–space-sm);
margin: 0;
}

.ie-csd-final-cta {
border: 4px solid var(–accent);
background: var(–bg-light);
border-radius: var(–radius-lg);
padding: var(–space-lg);
text-align: center;
max-width: 750px;
margin: 0 auto var(–space-xl);
}

Artisan Hardware Series · Handcrafted in Morocco

Unlacquered Brass Soap Dish, Countertop Bar Soap Holder

A handcrafted solid brass soap dish with an elegant oval design and smooth edges. Its warm golden finish complements luxury bathroom fixtures while keeping soap dry and within reach.

Unlacquered brass soap dish, countertop bar soap holder, Marrakesh Morocco
✦ Handcrafted to Order ✦ 5-Year Warranty ✦ Free Shipping ✦ 30-Day Returns

A Piece That Ages With Character

Crafted from solid brass, this soap dish is genuinely unlacquered, meaning the finish naturally develops a rich patina over time, creating a unique character that reflects your home’s story. Displayed as a single accent piece or as a matching pair on a double vanity, it adds a refined, high-end touch to any bathroom décor.

Unlacquered brass soap dish, oval design detail
Unlacquered brass soap dish, countertop styling

More Than Just a Soap Dish

Bar Soap

Jewelry

Small Essentials

Technical Details

Material Solid Brass
Finish Genuine Unlacquered Brass
Design Oval, Smooth Edges
Placement Countertop / Vanity Top
Setup Single or Double Vanity Compatible
Customization Size, Finish, and Quantity Available on Request
Origin Handcrafted in Marrakesh, Morocco
Living Finish Note: The unlacquered brass develops a natural patina over time. This cosmetic aging is expected and celebrated, not considered a defect.

Frequently Asked Questions

Can I order a matching pair for a double vanity?

Yes, this soap dish works well as a single accent piece or as a matching pair on a double vanity. Contact us if you’d like to order more than one.

Does this come in different sizes or finishes?

This listing is for the standard size and unlacquered finish. Custom sizes, finishes, or quantities can be arranged, contact us to discuss your project.

How does the unlacquered brass patina develop?

Over time and with normal exposure to moisture and air, the brass gradually darkens and develops warm tones. This is a natural process, not a flaw.

What can I use it for besides soap?

Its shallow oval tray also works well for jewelry, rings, or small bathroom essentials on your countertop.

What if I’m not satisfied with my purchase?

Return it within 30 days of delivery, unused and in its original packaging, for a full refund. Items that have been installed or used cannot be returned.

Elevate Your Vanity

A refined, high-end touch for your bathroom, handcrafted in solid brass.

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

Additional information
Save on Bundle

1x Unit, 2x Units, 4x Units

Reviews (0)

Reviews

There are no reviews yet.

Be the first to review “Unlacquered Brass Soap Dish, Countertop Bar Soap Holder” 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 Unlacquered Brass Self Draining Soap Dish, Bar Soap Tray, Countertop Soap Holder, Soap Caddy, Soap Plate Dish

Soap & Lotion Dispensers
€58.12
Description   Crafted from solid brass, this soap dish ensures durability and features a living finish that naturally develops a
Select options
Quick view
Compare

Heritage – Unlacquered Brass Soap Dispenser

Soap & Lotion Dispensers
€168.91
  Solid Unlacquered Brass →  built entirely from solid brass to last for years.   Unlacquered Brass Finish → ages
Add to cart
Quick view
Compare

Soap Dispenser, Unlacquered Brass, Kitchen Sink Soap Dispenser

Soap & Lotion Dispensers
€92.24
  Solid Brass Construction → Made entirely from unlacquered brass, ensuring durability and authenticity.   Natural Living Finish → Shiny when
Add to cart
Quick view
Compare

Solid Brass Shower Soap Holder Bathroom Hardware, Engraved Wall Mounted Soap Dish

Soap & Lotion Dispensers
€70.22
/* ============================================================ INSIDEAST – Solid Brass Engraved Wall Mounted Soap Dish Product Description Block · Shopify Compatible All classes prefixed
Add to cart
Quick view
Compare

Solid Brass Soap Dish, Wall Soap Holder, Moroccan Handmade Brass Soap Dish

Soap & Lotion Dispensers
€65.34
This soap dish is made of solid brass to combine timeless durability and beauty.   The soap dish is unlacquered
Add to cart
Quick view
Compare

Solid Brass Wall Soap Holder, Handcrafted Soap Dish

Soap & Lotion Dispensers
€70.22 – €198.99Price range: €70.22 through €198.99
/* ============================================================ INSIDEAST – Handcrafted Solid Brass Soap Dish Product Description Block · Shopify Compatible All classes prefixed ie-sd- ·
Select options
Quick view
Compare

Unlacquered brass Soap Dish, Hammered Brass Soap Holder, Shower Soap Holder

Soap & Lotion Dispensers
€59.62
  Solid Brass Construction → Crafted from high-quality solid brass—not thinly coated—to ensure exceptional durability, strength, and long-term use in
Add to cart
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