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 Hardware Moroccan Bathroom Furniture Wall Art, Brass Bath Set of 7
Handmade Solid Copper Shower Head, 4" Rain Shower Rose, Rustic Farmhouse Fixture
Handmade Solid Copper Shower Head, 4" Rain Shower Rose, Rustic Farmhouse Fixture €44.00 – €179.00Price range: €44.00 through €179.00
Back to products
Custom order: Bernice
Custom order: Bernice €1,206.15

Moroccan Bathroom Furniture Wall Art, Brass Bath Set of 7

€273.69

Add to wishlist
SKU: EU-IAA-PACK-02 Category: Hardware
Share:
  • Description
  • Reviews (0)
  • Shipping & Delivery
Description

/* ============================================================
INSIDEAST – Moroccan Brass Bath Set of 7
Product Description Block · Shopify Compatible
All classes prefixed ie-bbs- · No JS · No external deps
============================================================ */

.ie-bbs-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-bbs-fade-up {
from { opacity: 0; transform: translateY(18px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes ie-bbs-fade-in {
from { opacity: 0; }
to { opacity: 1; }
}

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

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

.ie-bbs-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-bbs-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-bbs-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-bbs-body {
font-family: var(–font-body);
font-size: 15px;
line-height: 1.75;
color: var(–muted);
}

.ie-bbs-badges {
display: flex;
flex-wrap: wrap;
gap: var(–space-sm);
justify-content: center;
margin: var(–space-md) 0;
}
.ie-bbs-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-bbs-fade-up 0.5s ease both;
}
.ie-bbs-badge:nth-child(1) { animation-delay: 0.15s; }
.ie-bbs-badge:nth-child(2) { animation-delay: 0.25s; }
.ie-bbs-badge:nth-child(3) { animation-delay: 0.35s; }
.ie-bbs-badge:nth-child(4) { animation-delay: 0.45s; }

.ie-bbs-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-bbs-btn:hover { background-color: var(–accent-dark); transform: translateY(-1px); }
.ie-bbs-btn:active { transform: translateY(0); }
.ie-bbs-btn-full { width: 100%; text-align: center; display: block; box-sizing: border-box; }

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

.ie-bbs-feature-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: var(–space-lg);
align-items: center;
}
@media (max-width: 768px) {
.ie-bbs-feature-row { display: flex; flex-direction: column; gap: var(–space-md); }
}

/* Set pieces grid: row 1 = 3 cols, row 2 = 2 cols, centered, small images */
.ie-bbs-set-row {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: var(–space-md);
margin: 0 auto var(–space-md);
max-width: 700px;
}
.ie-bbs-set-row.ie-bbs-row-2 { max-width: 500px; }
.ie-bbs-set-item {
width: 160px;
text-align: center;
}
.ie-bbs-set-item-img {
width: 140px;
height: 140px;
margin: 0 auto var(–space-xs);
border-radius: var(–radius-md);
overflow: hidden;
background: var(–bg-light);
border: 1px solid var(–border-light);
display: flex;
align-items: center;
justify-content: center;
}
.ie-bbs-set-item-img img {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
}
.ie-bbs-set-item-label {
font-size: 13px;
font-weight: 600;
color: var(–primary);
}
@media (max-width: 600px) {
.ie-bbs-set-item { width: 110px; }
.ie-bbs-set-item-img { width: 100px; height: 100px; }
}

.ie-bbs-specs-grid {
display: grid;
grid-template-columns: 5fr 7fr;
gap: var(–space-lg);
align-items: center;
}
.ie-bbs-specs-img-wrap {
border-radius: var(–radius-lg);
overflow: hidden;
background: var(–bg-light);
}
.ie-bbs-specs-img-wrap img {
width: 100%;
height: auto;
display: block;
}
.ie-bbs-specs-table { width: 100%; border-collapse: collapse; }
.ie-bbs-specs-table tr { border-bottom: 1px solid var(–border-light); }
.ie-bbs-specs-table td { padding: 10px 0; font-size: 14px; vertical-align: top; }
.ie-bbs-specs-table td:first-child {
width: 40%;
color: var(–muted);
font-weight: 500;
padding-right: var(–space-sm);
}
@media (max-width: 768px) {
.ie-bbs-specs-grid { grid-template-columns: 1fr; gap: var(–space-md); }
}

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

.ie-bbs-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

Moroccan Brass Bath Set of 7

These fixtures, built into your walls, are the final touch to your bathroom’s beauty. They produce a bathroom you’ll always be proud to show your guests. Solid brass, handcrafted piece by piece.

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

Moroccan brass bath set of 7, solid brass bathroom fixtures, Marrakesh Morocco

What’s Included

A complete 7-piece brass hardware collection for a coordinated bathroom look.

Solid brass floating shelf
Floating Shelf

Solid brass towel ring
Towel Ring

Solid brass toilet paper holder
Toilet Paper Holder

Solid brass wall hooks, set of 3
Hooks (3 Units)

Solid brass soap dish
Soap Dish

Hammered and smooth options, or customized finishing or sizes, are available upon request. Contact us.

Technical Details

Moroccan brass bath set of 7, installed in bathroom
Material Solid Brass
Set Includes 7 Pieces: Shelf, Towel Ring, Paper Holder, 3 Hooks, Soap Dish
Finish Options Hammered or Smooth
Customization Finish and Sizes Available on Request
Installation Wall-Mounted
Origin Handcrafted in Marrakesh, Morocco
Installation Note: Fixtures mount directly into the wall. Confirm wall type and anchor compatibility before installation.

Frequently Asked Questions

What’s included in this set?

The set includes 7 pieces: a floating shelf, towel ring, toilet paper holder, 3 hooks, and a soap dish, all in matching solid brass.

Can I choose between hammered and smooth finishes?

Yes. Hammered and smooth options are available, along with customized finishing or sizes upon request.

How is it installed?

Each fixture is built into the wall. Confirm your wall type before installation to ensure proper anchoring.

Can I order pieces separately?

This listing is for the complete 7-piece set. Contact us at contact@insideast.com if you’re looking for individual pieces.

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.

Complete Your Bathroom’s Beauty

Seven pieces, handcrafted in solid brass, built to be the final touch.

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

Reviews (0)

Reviews

There are no reviews yet.

Be the first to review “Moroccan Bathroom Furniture Wall Art, Brass Bath Set of 7” 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

Engraved Traditional Style Brass Floor Drain | Shower floor

Hardware
€68.46 – €90.16Price range: €68.46 through €90.16
  Traditional Engraved Artistry → Meticulously detailed with deep, traditional engravings, this floor drain serves as a sophisticated statement piece
Select options
Quick view
Compare

Heritage Unlacquered Brass Kitchen Sprayer | Signature Living Finishes

Hardware
€153.24 – €268.24Price range: €153.24 through €268.24
/* ========== EXISTING STYLES ========== */ .faucet-desc { –primary: #1a1a1a; –accent: #a67c52; –accent-light: #d4b896; –muted: #666; –bg-light: #fafaf8; –shadow: rgba(0,
Select options
Quick view
Compare

Round Solid Brass Bottle P-Trap & Push-Up Drain

Hardware
€145.05 – €198.66Price range: €145.05 through €198.66
Heavy-Duty Solid Brass → Expertly machined from high-quality solid brass, ensuring exceptional durability and leak resistance. Unlike plastic or thin
Select options
Quick view
Compare

Solid Brass Drain, Push Up Button

Hardware
€56.23
Solid Brass Construction → Crafted from high-quality solid brass for exceptional durability, corrosion resistance, and long-term performance. Universal Sink Compatibility
Add to cart
Quick view
Compare

Solid Brass Floor Drain | Hammered Square Style Shower Drain

Hardware
€68.46 – €90.16Price range: €68.46 through €90.16
  Solid Brass Construction → Handcrafted from premium, non-recycled solid brass to ensure unmatched strength and structural integrity, guaranteeing a
Select options
Quick view
Compare

Solid Brass Linear Drain, Shower Floor Drain, Shower Grate drain

Hardware
€84.65 – €227.67Price range: €84.65 through €227.67
  Solid Brass Construction → Manufactured from high-quality solid brass to ensure exceptional durability, corrosion resistance, and long-term performance in
Select options
Quick view
Compare

Solid Brass Smooth Floor Drain | Square Grate Shower Drain Cover

Hardware
€92.64
  Solid Brass Construction → Expertly crafted from high-quality solid brass, combining robust structural durability with a clean, smooth aesthetic
Add to cart
Quick view
Compare

Solid Unlacquered Brass P-trap and Sink Stopper, Push Up Button, Pop Up Drain, Brass Water Trap

Hardware
€111.07
This p-trap is made from solid brass, providing long-lasting strength, resistance to corrosion, and wear. The push-up drain fits most
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