/* ========== PREMIUM STYLES (Gold Theme) ========== */
.tub-desc {
–primary: #1a1a1a;
–accent: #a67c52;
/* Gold #a67c52 */
–accent-light: #d4b896;
–muted: #666;
–bg-light: #faf8f5;
–shadow: rgba(0, 0, 0, 0.08);
color: var(–primary);
font-family: ‘Plus Jakarta Sans’, -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, “Helvetica Neue”, Arial, sans-serif;
line-height: 1.6;
background: linear-gradient(to bottom, #fff 0%, var(–bg-light) 100%);
margin: 0;
padding: 0;
box-sizing: border-box;
}
.tub-desc * {
box-sizing: border-box;
}
.tub-desc__wrap {
max-width: 900px;
margin: 0 auto;
padding: clamp(24px, 4vw, 60px) clamp(16px, 2vw, 24px);
}
/* HEADER */
.tub-desc__header {
text-align: center;
padding: clamp(40px, 6vw, 80px) 0;
position: relative;
}
.tub-desc__header::after {
content: “”;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 3px;
background: linear-gradient(90deg, transparent, var(–accent), transparent);
}
.tub-desc__eyebrow {
font-size: clamp(.75rem, 1vw, .85rem);
letter-spacing: .15em;
text-transform: uppercase;
color: var(–accent);
margin: 0 0 1rem;
font-weight: 600;
}
.tub-desc__title {
font-family: ‘Playfair Display’, serif;
font-size: clamp(2rem, 4vw, 3.5rem);
line-height: 1.1;
margin: 0 0 1rem;
font-weight: 700;
color: var(–accent);
}
.tub-desc__sub {
color: var(–muted);
font-size: clamp(1.1rem, 1.5vw, 1.3rem);
max-width: 700px;
margin: 0 auto;
line-height: 1.7;
text-align: center !important;
display: flex !important;
flex-direction: column !important;
align-items: center !important;
justify-content: center !important;
margin-left: auto !important;
margin-right: auto !important;
}
/* CONFIG SELECTOR */
.config-selector {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 15px;
margin-bottom: 25px;
text-align: left;
}
.config-option {
border: 2px solid var(–accent-light);
border-radius: 8px;
padding: 10px;
cursor: pointer;
transition: all 0.3s ease;
background: #fff;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.config-option:hover {
border-color: var(–accent);
transform: translateY(-2px);
}
.config-option.selected {
border-color: var(–accent);
background: rgba(166, 124, 82, 0.05);
/* Gold tint */
box-shadow: 0 0 0 1px var(–accent);
}
.config-option img {
width: 100%;
height: 120px;
object-fit: cover;
border-radius: 6px;
margin-bottom: 10px;
}
.config-option span {
font-weight: 600;
font-size: 13px;
color: var(–primary);
line-height: 1.3;
}
/* CTA SECTION */
.tub-desc__cta-section {
text-align: center;
margin: clamp(30px, 4vw, 40px) 0;
padding: clamp(20px, 3vw, 30px);
background: linear-gradient(135deg, #fff 0%, var(–bg-light) 100%);
border-radius: 12px;
border: 2px solid var(–accent);
box-shadow: 0 8px 30px rgba(166, 124, 82, 0.15);
max-width: 600px;
/* Constrain width for config box */
margin-left: auto;
margin-right: auto;
}
.tub-desc__price-note {
font-size: clamp(14px, 2vw, 16px);
color: var(–muted);
margin-bottom: 20px;
}
.tub-desc__cta-primary {
background: var(–accent);
color: #fff;
border: none;
padding: clamp(14px, 2vw, 18px) clamp(30px, 4vw, 40px);
font-size: clamp(15px, 2vw, 18px);
font-weight: 700;
border-radius: 30px;
cursor: pointer;
transition: all .3s ease;
box-shadow: 0 4px 15px rgba(166, 124, 82, 0.3);
text-transform: uppercase;
letter-spacing: .5px;
width: 100%;
}
.tub-desc__cta-primary:hover {
background: #8b6740;
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(166, 124, 82, 0.4);
}
.tub-desc__trust-bar {
display: flex;
justify-content: center;
gap: clamp(15px, 3vw, 30px);
margin-top: 20px;
flex-wrap: wrap;
font-size: clamp(11px, 1.5vw, 14px);
color: var(–primary);
font-weight: 500;
}
.tub-desc__trust-bar div {
display: flex;
align-items: center;
gap: 5px;
}
.tub-desc__trust-bar div:before {
content: “✓”;
color: var(–accent);
font-weight: bold;
}
/* GUARANTEES BAR */
.tub-desc__guarantees-bar {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 15px;
margin: 30px 0;
padding: 20px;
background: #fff;
border-radius: 12px;
border: 1px solid var(–accent-light);
box-shadow: 0 4px 15px var(–shadow);
}
.guarantee-item {
text-align: center;
padding: 15px;
background: var(–bg-light);
border-radius: 8px;
transition: all .3s ease;
}
.guarantee-item:hover {
transform: translateY(-4px);
box-shadow: 0 4px 12px var(–shadow);
}
.guarantee-item svg {
width: 32px;
height: 32px;
margin: 0 auto 10px;
color: var(–accent);
display: block;
}
.guarantee-item strong {
display: block;
font-size: clamp(12px, 1.5vw, 14px);
color: var(–primary);
margin-top: 8px;
}
/* SCARCITY NOTICE */
.tub-desc__scarcity-notice {
background: #fff8f0;
border: 2px solid var(–accent);
border-radius: 8px;
padding: clamp(12px, 2vw, 15px) clamp(15px, 3vw, 20px);
margin: 25px 0;
text-align: center;
font-size: clamp(12px, 1.5vw, 14px);
color: var(–primary);
line-height: 1.6;
}
.tub-desc__scarcity-notice a {
color: var(–accent);
font-weight: 700;
text-decoration: none;
border-bottom: 2px solid var(–accent);
}
/* GALLERY / CONFIG */
.tub-desc__config {
margin: 60px 0;
}
.tub-desc__config h3 {
font-family: ‘Playfair Display’, serif;
font-size: 28px;
margin-bottom: 15px;
color: var(–primary);
font-weight: 600;
text-align: center;
}
.tub-desc__config-intro {
text-align: center !important;
color: var(–muted);
font-size: 15px;
line-height: 1.7;
max-width: 700px;
margin: 0 auto 35px;
display: flex !important;
flex-direction: column !important;
align-items: center !important;
justify-content: center !important;
margin-left: auto !important;
margin-right: auto !important;
}
.tub-desc__config-slider-wrap {
position: relative;
overflow: hidden;
margin: 40px 0;
max-width: 900px;
margin-left: auto;
margin-right: auto;
}
.tub-desc__config-slider-title {
text-align: center;
font-size: 22px;
font-family: ‘Playfair Display’, serif;
font-weight: 700;
color: var(–accent);
margin-bottom: 25px;
text-transform: uppercase;
letter-spacing: 1px;
}
.tub-desc__config-slider-container {
position: relative;
overflow-x: auto;
overflow-y: hidden;
border-radius: 12px;
scroll-behavior: smooth;
scroll-snap-type: x mandatory;
padding: 20px 0;
}
.tub-desc__config-slider-container::-webkit-scrollbar {
height: 8px;
}
.tub-desc__config-slider-container::-webkit-scrollbar-track {
background: #f1f1f1;
border-radius: 10px;
}
.tub-desc__config-slider-container::-webkit-scrollbar-thumb {
background: var(–accent);
border-radius: 10px;
}
.tub-desc__config-slider {
display: flex;
gap: 20px;
padding: 0 10px;
}
.tub-desc__config-slide {
flex: 0 0 400px;
/* Fixed width for better desktop control */
width: 400px;
scroll-snap-align: center;
}
.tub-desc__config-slide-img {
width: 100%;
height: 300px;
object-fit: cover;
border-radius: 12px;
box-shadow: 0 10px 40px var(–shadow);
display: block;
border: 1px solid var(–accent-light);
background: #fff;
}
.tub-desc__config-slide-caption {
text-align: center;
margin-top: 12px;
font-size: 14px;
color: var(–primary);
font-weight: 600;
background: var(–bg-light);
padding: 8px 12px;
border-radius: 6px;
border: 1px solid var(–accent-light);
}
.tub-desc__config-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
background: rgba(166, 124, 82, 0.9);
color: #fff;
border: none;
width: 35px;
height: 35px;
border-radius: 50%;
cursor: pointer;
z-index: 10;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
transition: all .3s ease;
}
.tub-desc__config-arrow:hover {
background: #8b6740;
transform: translateY(-50%) scale(1.1);
}
.tub-desc__config-arrow–left {
left: 4px;
}
.tub-desc__config-arrow–right {
right: 4px;
}
/* REVIEWS */
.tub-desc__reviews h3 {
font-family: ‘Playfair Display’, serif;
font-size: 28px;
margin-bottom: 30px;
color: var(–primary);
font-weight: 600;
border-bottom: 2px solid var(–accent-light);
padding-bottom: 15px;
text-align: center;
}
.tub-desc__review-slider-wrap {
position: relative;
overflow-x: auto;
border-radius: 12px;
scroll-behavior: smooth;
padding: 20px 0;
display: flex;
/* Centering reviews if few */
justify-content: center;
}
.tub-desc__review-slider {
display: flex;
gap: 25px;
}
.tub-desc__review-slider-item {
flex: 0 0 300px;
min-width: 300px;
}
.tub-desc__review-card {
background: #fff;
border: 1px solid var(–accent-light);
border-radius: 12px;
padding: 25px;
box-shadow: 0 4px 15px var(–shadow);
transition: all .3s ease;
height: 100%;
}
.tub-desc__review-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 12px;
}
.tub-desc__review-author {
font-weight: 700;
color: var(–primary);
}
.tub-desc__review-verified {
font-size: 11px;
background: var(–accent);
color: #fff;
padding: 4px 10px;
border-radius: 20px;
font-weight: 600;
}
.tub-desc__review-stars {
color: var(–accent);
font-size: 16px;
margin-bottom: 10px;
}
.tub-desc__review-text {
color: var(–muted);
font-size: 14px;
line-height: 1.6;
margin-bottom: 12px;
}
.tub-desc__review-highlight {
font-size: 12px;
color: var(–accent);
font-style: italic;
border-left: 2px solid var(–accent-light);
padding-left: 10px;
}
/* FEATURES GRID */
.tub-desc__features {
margin: clamp(60px, 8vw, 100px) 0;
}
.tub-desc__features h3 {
font-family: ‘Playfair Display’, serif;
font-size: clamp(22px, 4vw, 28px);
margin-bottom: clamp(20px, 4vw, 30px);
color: var(–primary);
font-weight: 600;
border-bottom: 2px solid var(–accent-light);
padding-bottom: 15px;
}
.tub-desc__features-list {
display: grid;
grid-template-columns: repeat(1, 1fr);
gap: 25px;
list-style: none;
padding: 10px;
grid-auto-rows: auto;
}
@media (min-width: 768px) {
.tub-desc__features-list {
grid-template-columns: repeat(2, 1fr);
}
}
.tub-desc__features-list li {
display: flex;
flex-direction: column;
gap: 15px;
padding: 20px;
background: #fff;
border-radius: 12px;
border: 1px solid var(–accent-light);
box-shadow: 0 2px 8px var(–shadow);
transition: all .3s ease;
}
.tub-desc__features-list li:hover {
transform: translateY(-4px);
box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}
.tub-desc__feature-icon {
width: 50px;
height: 50px;
background: var(–bg-light);
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
color: var(–accent);
border: 1px solid var(–accent-light);
}
.tub-desc__feature-icon svg {
width: 28px;
height: 28px;
}
.tub-desc__feature-content h5 {
font-family: ‘Playfair Display’, serif;
font-size: 16px;
font-weight: 700;
margin: 0 0 8px;
color: var(–primary);
}
.tub-desc__feature-content p {
font-size: 14px;
color: var(–muted);
margin: 0;
line-height: 1.6;
}
/* Guarantee Box */
.tub-desc__guarantee-box{background:linear-gradient(135deg,#fff 0%,var(–bg-light) 100%);border:2px solid var(–accent);border-radius:12px;padding:clamp(20px,4vw,30px);margin:40px 0;box-shadow:0 8px 25px rgba(166,124,82,.15)}
.tub-desc__guarantee-box h3{font-size:clamp(20px,3vw,24px);color:var(–primary);margin-bottom:20px;text-align:center}
.tub-desc__guarantee-box ul{list-style:none;padding:0;margin:0 0 20px 0}
.tub-desc__guarantee-box li{padding:12px 0 12px 35px;position:relative;font-size:clamp(13px,1.5vw,15px);line-height:1.6;color:var(–primary);border-bottom:1px solid var(–accent-light)}
.tub-desc__guarantee-box li:last-child{border-bottom:none}
.tub-desc__guarantee-box li:before{content:”🛡️”;position:absolute;left:0;font-size:20px}
.tub-desc__guarantee-box li strong{color:var(–accent)}
.tub-desc__guarantee-box p{text-align:center;color:var(–muted);font-style:italic;margin:0;font-size:clamp(12px,1.5vw,14px)}
/* COMPARISON */
.tub-desc__comparison {
margin: 60px 0;
padding: 40px 0;
}
.tub-desc__comparison h3 {
font-family: ‘Playfair Display’, serif;
font-size: clamp(22px, 4vw, 28px);
margin-bottom: 30px;
color: var(–primary);
font-weight: 600;
text-align: center;
border-bottom: 2px solid var(–accent-light);
padding-bottom: 15px;
}
.tub-desc__comparison-table {
width: 100%;
border-collapse: collapse;
background: #fff;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 20px var(–shadow);
}
.tub-desc__comparison-table th {
padding: 15px;
background: var(–accent);
color: #fff;
font-weight: 700;
text-align: left;
font-size: 15px;
}
.tub-desc__comparison-table td {
padding: 15px;
border-bottom: 1px solid var(–accent-light);
font-size: 14px;
}
.tub-desc__comparison-table td:first-child {
font-weight: 600;
color: var(–primary);
background: var(–bg-light);
width: 33%;
}
.tub-desc__comparison-table td:nth-child(2) {
color: #2d5016;
font-weight: 500;
background: rgba(45, 80, 22, 0.03);
}
/* LIFESTYLE SECTIONS */
.lifestyle-section {
display: grid;
grid-template-columns: 1fr;
gap: 40px;
align-items: center;
margin: 60px 0;
}
@media (min-width: 768px) {
.lifestyle-section {
grid-template-columns: 1fr 1fr;
}
.lifestyle-section[style*=”direction: rtl”] {
direction: rtl;
}
.lifestyle-section[style*=”direction: rtl”] .lifestyle-section__content {
direction: ltr;
}
}
.lifestyle-section__image {
border-radius: 12px;
overflow: hidden;
box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
}
.lifestyle-section__image img {
width: 100%;
height: auto;
display: block;
}
.lifestyle-section__content h3 {
font-family: ‘Playfair Display’, serif;
margin-bottom: 15px;
color: var(–primary);
font-size: 24px;
font-weight: 600;
margin-top: 0;
}
.lifestyle-section__content p {
color: var(–muted);
line-height: 1.7;
font-size: 15px;
margin: 0;
}
/* SPECS */
.tub-desc__specs-section {
margin: 60px 0;
}
.tub-desc__specs-section h3 {
font-family: ‘Playfair Display’, serif;
margin-bottom: 15px;
color: var(–primary);
font-size: 30px;
font-weight: 600;
margin-top: 0;
}
.tub-desc__specs-table {
width: 100%;
border-collapse: collapse;
margin-bottom: 30px;
background: #fff;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 2px 8px var(–shadow);
}
.tub-desc__specs-table td {
padding: 12px 20px;
font-size: 14px;
border-bottom: 1px solid var(–accent-light);
}
.tub-desc__specs-table td:first-child {
font-weight: 700;
color: var(–primary);
width: 40%;
background: var(–bg-light);
}
/* DIMENSIONS GRID */
.tub-desc__dimensions-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 15px;
background: var(–bg-light);
padding: 20px;
border-radius: 8px;
margin: 15px 0;
border: 1px solid var(–accent-light);
}
@media (min-width: 768px) {
.tub-desc__dimensions-grid {
grid-template-columns: repeat(4, 1fr);
}
}
.tub-desc__dimension-card {
text-align: center;
padding: 10px;
}
.tub-desc__dimension-label {
font-size: 11px;
text-transform: uppercase;
color: var(–accent);
margin-bottom: 5px;
font-weight: 600;
}
.tub-desc__dimension-value {
font-size: 20px;
font-weight: 700;
color: var(–primary);
}
/* FAQ */
.tub-desc__faq h3 {
font-family: ‘Playfair Display’, serif;
margin-bottom: 15px;
color: var(–primary);
font-size: 30px;
font-weight: 600;
margin-top: 0;
}
.tub-desc__faq details {
border: 1px solid var(–accent-light);
border-radius: 6px;
padding: 15px;
background: var(–bg-light);
margin-bottom: 10px;
}
.tub-desc__faq summary {
font-weight: 600;
color: var(–primary);
cursor: pointer;
display: flex;
align-items: center;
gap: 10px;
}
/* DETAILED WARRANTY BOX (ie-warranty styles) */
.ie-warranty {
font-family: inherit;
margin: clamp(40px, 6vw, 60px) 0;
border: 1px solid var(–accent-light);
border-radius: 12px;
overflow: hidden;
background: linear-gradient(135deg, #fff 0%, var(–bg-light) 100%);
box-shadow: 0 4px 15px var(–shadow);
text-align: left;
}
.ie-warranty__top {
display: flex;
align-items: center;
gap: .75rem;
padding: 1.5rem 1.5rem 1rem;
background: var(–accent);
color: #fff;
}
.ie-warranty__shield {
width: 24px;
height: 24px;
color: #fff;
flex-shrink: 0;
}
.ie-warranty__title {
margin: 0;
font-size: 1.2rem;
font-weight: 700;
color: #fff;
letter-spacing: .2px;
}
.ie-warranty__body {
padding: 1.5rem;
}
.ie-warranty__body p {
margin: 0 0 .75rem 0;
line-height: 1.6;
color: var(–primary);
}
.ie-warranty__list {
padding-left: 1.25rem;
color: var(–primary);
margin: .5rem 0 0 0;
}
.ie-warranty__list li {
margin: .4rem 0;
line-height: 1.5;
}
.ie-warranty__note {
margin-top: 1rem;
font-size: .9rem;
opacity: .8;
color: var(–muted);
}
.ie-warranty__note a {
color: var(–accent);
text-decoration: none;
font-weight: 600;
}
/* BOXED DOWNLOAD */
.tub-desc__download {
background: linear-gradient(135deg, #fff 0%, var(–bg-light) 100%);
padding: 30px;
border-radius: 12px;
text-align: center;
margin: 40px auto;
border: 2px dashed var(–accent);
max-width: 700px;
}
.tub-desc__download h3 {
font-family: ‘Playfair Display’, serif;
margin-top: 0;
color: var(–primary);
}
.tub-desc__download a {
display: inline-flex;
align-items: center;
gap: 10px;
background: var(–accent);
color: #fff;
padding: 12px 30px;
border-radius: 30px;
text-decoration: none;
font-weight: 600;
}
.tub-desc__download a:hover {
background: #8b6740;
}
/* MOBILE RESPONSIVE */
@media (max-width: 480px) {
.tub-desc__config-slide {
flex: 0 0 90%;
width: 90%;
}
.tub-desc__dimensions-grid {
grid-template-columns: 1fr 1fr;
}
}
Oval Copper Soaking Tub
Experience the ultimate relaxation with our 100% Solid Copper Soaking Tub. Handcrafted for timeless elegance, its unlacquered finish develops a unique natural patina over time.
function selectOption(el) {
document.querySelectorAll(‘.config-option’).forEach(opt => opt.classList.remove(‘selected’));
el.classList.add(‘selected’);
}

Customize Your Experience
Bathtub Only
With Overflow Kit
See It From Every Angle
The Oval design combines functionality with classic vintage appeal. Its deep soaking capability ensures full submersion.
What Our Customers Say
🛡️ Our No-Risk Promise to You
- Pre-Ship Approval: We confirm every detail with you and get your approval before your tub ships. Because each piece is made to order, we’re unable to accept returns.
- 5-Year Fixture Warranty: We’ll repair or replace any manufacturing defects
- Lifetime Expert Support: Our team is always here to help with installation and maintenance
We’re so confident you’ll love this faucet, the risk is entirely on us.
The Handcrafted Difference
| Our Copper Tub | Standard Acrylic Tub | |
|---|---|---|
| Material | ✓ 100% Solid Pure Copper | ✗ Petroleum-based Plastic |
| Durability | ✓ Lasts generations (Self-healing) | ✗ Scratches, cracks, yellows |
| Heat Retention | ✓ Excellent (Conducts heat) | ✗ Poor (Water cools fast) |
| Hygiene | ✓ Antimicrobial surface | ✗ Porous surface harbors bacteria |

Why This Tub Is Worth The Investment
-
100% Solid Copper
High-quality, non-recycled copper ensures long-lasting durability and timeless beauty.
-
Natural Living Finish
Unlacquered finish develops a charming patina and vintage character over time.
-
Deep Soaking Design
Increased depth allows full submersion for a truly relaxing spa experience at home.
-
Antimicrobial & Hygienic
Copper naturally resists bacteria and mold, keeping your bath cleaner and healthier.

Timeless Elegance & Comfort
The Oval design combines functionality with classic vintage appeal, creating a stunning focal point in any bathroom. Its deep soaking capability ensures you can fully submerge and relax after a long day. Made from certified solid copper, this tub is not only a visual masterpiece but a durable investment that ages beautifully.

Living Finish: The Beauty of Patina
Our tubs feature a “Natural Living Finish”. This unlacquered copper surface reacts with its environment to develop a rich, protective patina over time. It adds depth, character, and an authentic antique look that cannot be replicated by factory finishes. Every scratch heals itself as the patina reforms.

A Sanctuary in Your Home
Transform your bathroom into a private sanctuary. The warm glow of the copper creates a calming atmosphere, perfect for unwinding. Each tub is a unique work of art, hand-beaten by skilled artisans to ensure no two are exactly alike.
Technical Specifications
| Material | Certified Solid Copper |
| Finish | Unlacquered Copper (Develops Natural Patina) |
| Shape | Oval Free Standing |
| Thickness | 16 Gauge (Heavy Duty) |
| Weight | Approx 15-20 kg (check specific model) |
| Drain | Standard 1.5″ drain opening |
| Country of Origin | Morocco |
| Installation | Professional installation recommended |
Key Dimensions
Complete Specification Sheet
Download our detailed spec sheet with diagrams, measurements, and installation guide.
Frequently Asked Questions
Is copper hard to maintain?
Not at all. Unlacquered copper is low maintenance if you allow it to patina naturally. Simply rinse after use and wipe dry avoiding hard water spots. If you prefer the bright shiny look, you can polish it, but most clients love the antique living finish.
Does the tub get cold quickly?
Copper is an excellent heat conductor. It absorbs the heat from the water and radiates it back, keeping your bath water warmer for significantly longer than cast iron or acrylic tubs.
What is included with the tub?
The tub comes as a standalone soaking basin. Overflow kits and drains are sold separately or can be selected in the configuration options above.
What cleaning products should I avoid?
Avoid abrasive cleaners, steel wool, or harsh chemicals like bleach. These can strip the patina or scratch the copper. Mild soap and a soft cloth are all you need for daily cleaning.
Can I use bath salts or essential oils?
Yes, you can! However, rinse the tub thoroughly after use. Acidic ingredients (like lemon or vinegar) in some bath products may brighten spots on the copper, but these will blend back into the patina over time.
How is the tub shipped?
The tub is securely crated in a wooden box to ensure it arrives in perfect condition. We offer free insured shipping worldwide, and the crate is designed to protect against any transit impacts.
Warranty & Guarantee
We stand by the quality of our products with industry-leading protection.
- Lifetime Limited Warranty on the copper body and structural integrity.
- 5-Year Warranty on leakage protection and craftsmanship.
- Covered for repair or replacement in case of manufacturing defects.
Questions or need to file a claim? Email contact@insideast.com with your order number.
Finish note: Unlacquered copper develops a natural patina over time. This cosmetic aging, including spots or color changes, is expected and celebrated not considered a defect.
Ready for a Spa Experience?
Join hundreds of homeowners who chose the luxury of copper.

Reviews
There are no reviews yet.