ADD ANYTHING HERE OR JUST REMOVE IT…
Insideast
Login / Register
Sign inCreate an Account

Lost your password?

Search
Wishlist
0 items €0.00
Menu
Insideast
0 items €0.00
  • Home
  • Shop All
  • Lighting
  • Sinks
  • Faucets
  • Hardware
  • Showers
  • Blog
  • Contact
Click to enlarge
Home Tissue Holders Antique Tissue Box Cover, Brass Tissue Dispenser, Bronze Tissue Cover
Raw Brass Undermount Sink, Brass Round Prep Sink, Hammered Kitchen Bar Sink
Raw Brass Undermount Sink, Brass Round Prep Sink, Hammered Kitchen Bar Sink €393.08 – €434.16Price range: €393.08 through €434.16
Back to products
Solid Vintage Showerhead, Swiveling Rain Showerhead Bronze, Outdoor Showerhead
Solid Vintage Showerhead, Swiveling Rain Showerhead Bronze, Outdoor Showerhead €76.12

Antique Tissue Box Cover, Brass Tissue Dispenser, Bronze Tissue Cover

€79.42

Smooth
Hammered
Clear
Add to wishlist
SKU: N/A Category: Tissue Holders
Share:
  • Description
  • Additional information
  • Reviews (0)
  • Shipping & Delivery
Description

/* ============================================================
INSIDEAST – Antique Tissue Box Cover
Product Description Block · Shopify Compatible
All classes prefixed ie-tbc- · No JS · No external deps
============================================================ */

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

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

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

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

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

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

.ie-tbc-feature-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: var(–space-lg);
align-items: center;
}
.ie-tbc-hero-img-wrap {
border-radius: var(–radius-lg);
overflow: hidden;
width: 100%;
aspect-ratio: 1 / 1;
background: var(–bg-light);
}
.ie-tbc-hero-img-wrap img {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
}

.ie-tbc-feature-img-wrap {
border-radius: var(–radius-lg);
overflow: hidden;
}
.ie-tbc-feature-img-wrap img {
width: 100%;
height: 320px;
object-fit: cover;
display: block;
transition: transform 0.4s ease;
}
.ie-tbc-feature-img-wrap:hover img { transform: scale(1.02); }
@media (max-width: 768px) {
.ie-tbc-feature-row { display: flex; flex-direction: column; gap: var(–space-md); }
.ie-tbc-feature-img-wrap img { height: 260px; }
}

/* Finish picker tiles */
.ie-tbc-config-input { display: none; }
.ie-tbc-config-label {
cursor: pointer;
border: 1.5px solid var(–border-light);
border-radius: var(–radius-md);
padding: 10px 22px;
font-size: 13px;
font-weight: 600;
color: var(–primary);
transition: border-color 0.15s, background-color 0.15s;
display: inline-block;
}
.ie-tbc-config-input:checked + .ie-tbc-config-label {
border-color: var(–accent);
background-color: var(–accent-light);
}
.ie-tbc-config-label:hover { border-color: var(–accent); }

.ie-tbc-gallery-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: var(–space-sm);
}
.ie-tbc-gallery-grid img {
width: 100%;
aspect-ratio: 1 / 1;
object-fit: cover;
border-radius: var(–radius-lg);
display: block;
}
@media (max-width: 600px) {
.ie-tbc-gallery-grid { grid-template-columns: 1fr; }
}

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

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

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

Antique Brass Tissue Box Cover

A solid brass tissue cover with a rich bronze, antique finish that elevates any countertop, shelf, or nightstand. A small detail that quietly upgrades the room.

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

Antique brass tissue box cover, bronze finish, hammered texture, Marrakesh Morocco

Solid brass tissue box cover, antique bronze detail

Detail That Elevates the Room

Antique Character, Built to Last

Made of high-quality solid brass for lasting durability, this tissue cover is finished with an antique bronze look, crafted with attention to detail. A chic addition to bathrooms, living rooms, bedrooms, and offices alike. Its compact size fits easily on countertops, tables, or shelves, and the design makes refilling the box simple once it’s empty.

Choose Your Finish

Available in two textures, both finished in the same antique bronze tone. Pick the one that fits your space.

Need a custom size? Contact us, this piece can be adapted to your space.

Antique brass tissue box cover, smooth finish angle
Antique brass tissue box cover, hammered finish detail

Technical Details

Antique brass tissue box cover dimensions
Material Solid Brass
Finish Bronze (Antique Look)
Physical Finish Smooth or Hammered
Width 5.10″
Depth 5.10″
Height 4.00″
Opening Slot 2.60″
Customization Size Available on Request
Origin Handcrafted in Marrakesh, Morocco
Fit Note: Designed for standard rectangular tissue boxes. If your box has non-standard dimensions, reach out before ordering to confirm fit.

Frequently Asked Questions

What’s the difference between smooth and hammered?

Both share the same antique bronze finish and dimensions. The smooth version has a clean, polished surface, while the hammered version has a hand-textured, dimpled surface for a more rustic, artisan look.

What size tissue box does this fit?

This cover measures 5.10″ x 5.10″ x 4.00″, designed to fit standard square tissue boxes. Please check your tissue box dimensions before ordering.

Can I get a custom size?

Yes, this piece is customizable to adapt to your space. Email us at contact@insideast.com with your requirements.

How do I refill the tissue box?

The design allows the cover to lift off easily so you can swap in a new tissue box once it’s empty, then place the cover back over it.

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.

Ready to Elevate Your Space?

Handcrafted solid brass, a small detail that makes a big difference.

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

Additional information
Finish

Smooth, Hammered

Reviews (0)

Reviews

There are no reviews yet.

Be the first to review “Antique Tissue Box Cover, Brass Tissue Dispenser, Bronze Tissue Cover” 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

Antique Hammered Brass Cube Tissue Box Cover

Tissue Holders
€79.42
  Solid Brass Construction → Expertly crafted from high-quality solid brass sheet, ensuring robust durability and resistance to corrosion. Unlike
Add to cart
Quick view
Compare

Engraved Solid Brass Rectangular Tissue Box Cover

Tissue Holders
€109.42
Solid Brass Craftsmanship → Expertly handcrafted from high-quality solid brass sheet, ensuring a durable, heavyweight construction that stays firmly in
Add to cart
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)
    4 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