{"product_id":"vintage-handmade-freestanding-solid-copper-bathtub","title":"Vintage Handmade Freestanding Solid Copper Bathtub","description":"\u003cstyle\u003e\n\n\n.ie-page {\n  --font-display: Georgia, 'Times New Roman', 'Palatino Linotype', serif;\n  --font-body:    -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;\n\n  \/* Material Finishes *\/\n  --copper:       #B5651D;\n  --copper-light: #F5E0D0;\n  --copper-dark:  #8B4513;\n\n  \/* Theme Palette *\/\n  --primary:      #1a1a1a;\n  --accent:       #a67c52;\n  --accent-light: #d4b896;\n  --accent-dark:  #8b6542;\n  --muted:        #666;\n  --bg-light:     #fafaf8;\n  --bg-creme:     #fcf9f2;\n  --bg-creme-dark: #f4efe1;\n  --shadow:       rgba(0,0,0,.1);\n\n  --text-primary: var(--primary);\n  --text-muted:   var(--muted);\n  --text-light:   #9A948D;\n  --stone:        var(--bg-light);\n  --stone-dark:   #EDE8E0;\n  --border:       rgba(166, 124, 82, 0.20);\n  --border-light: rgba(0, 0, 0, 0.08);\n  --success:      #2D6A4F;\n  --danger:       #9B2335;\n  --white:        #FFFFFF;\n\n  --space-xs:   8px;\n  --space-sm:  16px;\n  --space-md:  24px;\n  --space-lg:  40px;\n  --space-xl:  64px;\n  --space-2xl: 96px;\n\n  --max-width:   900px;\n  --radius-sm:   4px;\n  --radius-md:   8px;\n  --radius-lg:  14px;\n  --radius-pill: 100px;\n}\n\n\/* ---- Animations ---- *\/\n@keyframes ie-fade-up {\n  from { opacity: 0; transform: translateY(18px); }\n  to   { opacity: 1; transform: translateY(0); }\n}\n@keyframes ie-fade-in {\n  from { opacity: 0; }\n  to   { opacity: 1; }\n}\n@keyframes ie-pulse-bg {\n  0%, 100% { background-color: #FEF3CD; }\n  50%       { background-color: #FDE68A; }\n}\n\n\/* ---- Global ---- *\/\n.ie-page {\n  max-width: var(--max-width);\n  margin: 0 auto;\n  padding: 0 var(--space-sm);\n  font-family: var(--font-body);\n  color: var(--text-primary);\n}\n.ie-section {\n  padding: var(--space-xl) 0;\n  border-bottom: 1px solid var(--border-light);\n  animation: ie-fade-up 0.6s ease both;\n}\n.ie-section:nth-child(1) { animation-delay: 0.05s; }\n.ie-section:nth-child(2) { animation-delay: 0.12s; }\n.ie-section:nth-child(3) { animation-delay: 0.19s; }\n.ie-section:nth-child(4) { animation-delay: 0.26s; }\n.ie-section:nth-child(5) { animation-delay: 0.33s; }\n.ie-section:nth-child(6) { animation-delay: 0.40s; }\n.ie-section:nth-child(7) { animation-delay: 0.47s; }\n.ie-section:nth-child(8) { animation-delay: 0.54s; }\n.ie-section:nth-child(9) { animation-delay: 0.61s; }\n.ie-section:last-child { border-bottom: none; }\n\n\/* ---- Typography ---- *\/\n.ie-eyebrow {\n  font-family: var(--font-body);\n  font-size: 11px;\n  font-weight: 600;\n  letter-spacing: 0.10em;\n  text-transform: uppercase;\n  color: var(--accent);\n  margin: 0 0 var(--space-xs);\n}\n.ie-h2 {\n  font-family: var(--font-display);\n  font-size: clamp(24px, 4vw, 36px);\n  font-weight: 400;\n  line-height: 1.2;\n  letter-spacing: -0.01em;\n  color: var(--accent);\n  margin: 0 0 var(--space-sm);\n}\n.ie-h3 {\n  font-family: var(--font-display);\n  font-size: clamp(18px, 2.5vw, 22px);\n  font-weight: 700;\n  line-height: 1.3;\n  color: var(--accent);\n  margin: 0 0 var(--space-xs);\n}\n.ie-body {\n  font-family: var(--font-body);\n  font-size: 15px;\n  line-height: 1.75;\n  color: var(--text-muted);\n}\n\n\/* ---- Trust Badges ---- *\/\n.ie-badges {\n  display: flex;\n  flex-wrap: wrap;\n  gap: var(--space-sm);\n  justify-content: center;\n  margin: var(--space-md) 0;\n}\n.ie-badge {\n  font-family: var(--font-body);\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.05em;\n  text-transform: uppercase;\n  color: #8a6020;\n  padding: 8px 18px;\n  border: 1px solid #d4a84740;\n  border-radius: var(--radius-pill);\n  background: #fdf9f3;\n  box-shadow: 0 2px 8px rgba(212, 168, 71, 0.08);\n  display: flex;\n  align-items: center;\n  gap: 6px;\n  animation: ie-fade-up 0.5s ease both;\n}\n.ie-badge:nth-child(1) { animation-delay: 0.15s; }\n.ie-badge:nth-child(2) { animation-delay: 0.25s; }\n.ie-badge:nth-child(3) { animation-delay: 0.35s; }\n.ie-badge:nth-child(4) { animation-delay: 0.45s; }\n\n\/* ---- Urgency ---- *\/\n.ie-urgency {\n  padding: 12px 20px;\n  border-radius: var(--radius-md);\n  text-align: center;\n  font-size: 13px;\n  font-weight: 500;\n  color: #7A5800;\n  margin: var(--space-sm) 0;\n  animation: ie-pulse-bg 3.5s ease-in-out infinite;\n}\n\n\/* ---- CTA Button ---- *\/\n.ie-btn {\n  display: inline-block;\n  background: var(--accent);\n  color: var(--white);\n  font-family: var(--font-body);\n  font-size: 15px;\n  font-weight: 600;\n  letter-spacing: 0.02em;\n  padding: 14px 32px;\n  border-radius: var(--radius-md);\n  text-decoration: none;\n  border: none;\n  cursor: pointer;\n  transition: background-color 0.18s ease, transform 0.12s ease;\n}\n.ie-btn:hover  { background-color: var(--accent-dark); transform: translateY(-1px); }\n.ie-btn:active { transform: translateY(0); }\n.ie-btn-full   { width: 100%; text-align: center; display: block; box-sizing: border-box; }\n\n\/* ---- Gallery slider ---- *\/\n.ie-gallery {\n  display: flex;\n  gap: var(--space-sm);\n  overflow-x: auto;\n  scroll-snap-type: x mandatory;\n  padding-bottom: var(--space-sm);\n  -webkit-overflow-scrolling: touch;\n}\n.ie-gallery::-webkit-scrollbar { height: 4px; }\n.ie-gallery::-webkit-scrollbar-track { background: var(--border-light); border-radius: 10px; }\n.ie-gallery::-webkit-scrollbar-thumb { background: var(--accent-light); border-radius: 10px; }\n\n.ie-gallery img {\n  width: 320px;\n  height: 380px;\n  object-fit: cover;\n  border-radius: var(--radius-md);\n  display: block;\n  flex-shrink: 0;\n  scroll-snap-align: start;\n  transition: transform 0.4s ease;\n}\n.ie-gallery img:hover { transform: scale(1.02); }\n@media (max-width: 768px) {\n  .ie-gallery img { width: 280px; height: 320px; }\n}\n\n\/* ---- Feature rows ---- *\/\n.ie-feature-row {\n  display: grid;\n  grid-template-columns: 4fr 6fr;\n  gap: var(--space-lg);\n  align-items: center;\n  padding: var(--space-lg) 0;\n  border-bottom: 1px solid var(--border-light);\n}\n.ie-feature-row:last-child { border-bottom: none; }\n.ie-feature-row.ie-reverse { grid-template-columns: 6fr 4fr; }\n.ie-feature-row.ie-reverse .ie-feature-img-wrap { order: 2; }\n.ie-feature-row.ie-reverse .ie-feature-text    { order: 1; }\n.ie-feature-img-wrap {\n  border-radius: var(--radius-lg);\n  overflow: hidden;\n}\n.ie-feature-img-wrap img {\n  width: 100%;\n  height: 260px;\n  object-fit: cover;\n  display: block;\n  transition: transform 0.4s ease;\n}\n.ie-feature-img-wrap:hover img { transform: scale(1.02); }\n@media (max-width: 768px) {\n  .ie-feature-row { display: flex; flex-direction: column; gap: var(--space-md); }\n  .ie-feature-text { order: 1; }\n  .ie-feature-img-wrap { order: 2; }\n  .ie-feature-img-wrap img { height: 220px; }\n}\n\n\/* ---- Specs table ---- *\/\n.ie-specs-table { width: 100%; border-collapse: collapse; }\n.ie-specs-table tr { border-bottom: 1px solid var(--border-light); }\n.ie-specs-table td { padding: 12px 0; font-size: 14px; vertical-align: top; }\n.ie-specs-table td:first-child {\n  width: 38%;\n  color: var(--text-muted);\n  font-weight: 500;\n  padding-right: var(--space-sm);\n}\n\n\/* ---- Dimension cards ---- *\/\n.ie-dims { display: grid; grid-template-columns: repeat(4,1fr); gap: var(--space-sm); margin-top: var(--space-md); }\n@media (max-width: 600px) { .ie-dims { grid-template-columns: repeat(2,1fr); } }\n.ie-dim-card {\n  background: var(--stone);\n  border: 1px solid var(--border-light);\n  border-radius: var(--radius-md);\n  padding: var(--space-sm) var(--space-md);\n  text-align: center;\n}\n.ie-dim-value {\n  font-family: var(--font-display);\n  font-size: 26px;\n  font-weight: 400;\n  color: var(--text-primary);\n  display: block;\n}\n.ie-dim-unit {\n  font-size: 11px;\n  font-weight: 600;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: var(--accent);\n}\n.ie-dim-label {\n  font-size: 12px;\n  color: var(--text-muted);\n  margin: 4px 0 0;\n}\n\n\/* ---- FAQ ---- *\/\n.ie-faq-item {\n  border-bottom: 1px solid var(--border-light);\n}\n.ie-faq-item summary {\n  cursor: pointer;\n  list-style: none;\n  padding: var(--space-sm) 0;\n  font-size: 15px;\n  font-weight: 500;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  color: var(--text-primary);\n}\n.ie-faq-item summary::-webkit-details-marker { display: none; }\n.ie-faq-item summary::after { content: '+'; color: var(--accent); font-size: 20px; font-weight: 300; margin-left: var(--space-sm); flex-shrink: 0; }\n.ie-faq-item[open] summary::after { content: '−'; }\n.ie-faq-answer { animation: ie-fade-in 0.2s ease; }\n.ie-faq-answer p {\n  font-size: 14px;\n  line-height: 1.75;\n  color: var(--text-muted);\n  padding-bottom: var(--space-sm);\n  margin: 0;\n}\n\n\/* ---- PDF pill ---- *\/\n.ie-pdf-link {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  font-size: 13px;\n  font-weight: 500;\n  color: var(--accent-dark);\n  border: 1.5px solid var(--accent);\n  border-radius: var(--radius-pill);\n  padding: 8px 18px;\n  text-decoration: none;\n  margin: 6px 8px 6px 0;\n  transition: background-color 0.15s ease, border-color 0.15s ease;\n}\n.ie-pdf-link:hover { background-color: var(--accent-light); border-color: var(--accent); }\n\n\/* ---- Customization callout ---- *\/\n.ie-custom-callout {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  background: var(--white);\n  border: 1px solid var(--border-light);\n  border-radius: var(--radius-md);\n  padding: var(--space-md) var(--space-lg);\n  margin-top: var(--space-md);\n  text-align: center;\n  justify-content: center;\n}\n.ie-custom-callout-icon { font-size: 18px; line-height: 1.6; flex-shrink: 0; }\n.ie-custom-callout-text {\n  font-size: 14px;\n  line-height: 1.7;\n  color: var(--text-muted);\n  margin: 0;\n  max-width: 560px;\n}\n.ie-custom-callout-text strong { color: var(--text-primary); }\n.ie-custom-callout-text a {\n  color: var(--accent-dark);\n  font-weight: 600;\n  text-decoration: none;\n  border-bottom: 1px solid var(--accent-light);\n}\n.ie-custom-callout-text a:hover { color: var(--accent); border-color: var(--accent); }\n@media (max-width: 500px) {\n  .ie-custom-callout { flex-direction: column; align-items: center; text-align: center; }\n}\n\n\/* ---- No-risk promise ---- *\/\n.ie-no-risk {\n  background: var(--stone);\n  border-left: 3px solid var(--accent);\n  border-radius: 0 var(--radius-md) var(--radius-md) 0;\n  padding: var(--space-md) var(--space-lg);\n}\n.ie-no-risk ul { list-style: none; padding: 0; margin: 0; }\n.ie-no-risk li { padding: 6px 0; font-size: 14px; color: var(--text-muted); }\n\n\/* ---- Video section ---- *\/\n.ie-video-wrap {\n  position: relative;\n  width: 100%;\n  border-radius: var(--radius-lg);\n  overflow: hidden;\n  background: var(--primary);\n  box-shadow: 0 8px 30px var(--shadow);\n}\n.ie-video-wrap video {\n  width: 100%;\n  height: auto;\n  display: block;\n}\n\n\/* ---- Final CTA ---- *\/\n.ie-final-cta {\n  background: var(--stone);\n  border-radius: var(--radius-lg);\n  padding: var(--space-xl) var(--space-lg);\n  text-align: center;\n}\n\u003c\/style\u003e\n\n\u003c!-- ============================================================\n     INSIDEAST PRODUCT DESCRIPTION\n     Vintage Handmade Solid Copper Freestanding Bathtub\n     ============================================================ --\u003e\n\n\u003cdiv class=\"ie-page\"\u003e\n\n  \u003c!-- ======================================================\n       SECTION 1 — MINI HERO\n       ====================================================== --\u003e\n  \u003cdiv class=\"ie-section\" style=\"padding-top: var(--space-md); text-align: center;\"\u003e\n    \u003cp class=\"ie-eyebrow\"\u003e100% Solid Copper • Handcrafted in Morocco\u003c\/p\u003e\n    \u003ch2 class=\"ie-h2\"\u003eVintage Handmade Freestanding Solid Copper Bathtub\u003c\/h2\u003e\n    \u003cp class=\"ie-body\" style=\"max-width:620px; margin: 0 auto;\"\u003e\n      Experience the ultimate relaxation with our 100% solid copper soaking tub. Hand-hammered for timeless elegance by Moroccan artisans, its unlacquered finish develops a unique natural patina over time, turning every bath into a quiet ritual.\n    \u003c\/p\u003e\n    \u003ca href=\"#ie-configure\" class=\"ie-btn\" style=\"margin-top: var(--space-sm);\"\u003eOrder Your Bathtub →\u003c\/a\u003e\n\n    \u003cdiv class=\"ie-badges\" style=\"margin-top: var(--space-md);\"\u003e\n      \u003cspan class=\"ie-badge\"\u003e✦ Handcrafted to Order\u003c\/span\u003e\n      \u003cspan class=\"ie-badge\"\u003e✦ 5-Year Warranty\u003c\/span\u003e\n      \u003cspan class=\"ie-badge\"\u003e✦ Free Shipping\u003c\/span\u003e\n      \u003cspan class=\"ie-badge\"\u003e✦ 60-Day Returns\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"width:100%; max-width:700px; aspect-ratio: 4 \/ 3; margin: var(--space-md) auto; border-radius:var(--radius-lg); overflow:hidden; background:var(--bg-light); display: flex; align-items: center; justify-content: center;\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/freestand_brass_bathtubb.png\" alt=\"Vintage handmade solid copper freestanding bathtub, hand-hammered, unlacquered living finish\" style=\"width:100%; height:100%; object-fit: contain; display:block;\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ie-urgency\"\u003e\n      ⏱ \u003cstrong\u003eLimited Production:\u003c\/strong\u003e Each tub is individually hand-hammered, so only a small number are completed every month.\n      \u003ca href=\"#ie-configure\" style=\"color:var(--accent);text-decoration:underline;\"\u003eReserve yours today →\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ======================================================\n       SECTION 2 — NO-RISK PROMISE\n       ====================================================== --\u003e\n  \u003cdiv class=\"ie-section\" style=\"display: flex; justify-content: center;\"\u003e\n    \u003cdiv class=\"ie-no-risk\" style=\"border: 2px solid var(--accent); border-radius: var(--radius-lg); padding: var(--space-md) var(--space-lg); background: var(--bg-creme); max-width: 750px; width: 100%; text-align: left;\"\u003e\n      \u003ch2 class=\"ie-h2\" style=\"font-size:20px; margin-bottom:var(--space-sm); text-align: center;\"\u003e🛡️ Our No-Risk Promise to You\u003c\/h2\u003e\n\n      \u003cul style=\"padding: 0; list-style: none; margin: 0;\"\u003e\n        \u003cli style=\"padding:4px 0;font-size:14px;color:var(--text-muted);\"\u003e\n\u003cstrong\u003e60-Day Home Trial:\u003c\/strong\u003e Not in love? Return for a full refund.\u003c\/li\u003e\n        \u003cli style=\"padding:4px 0;font-size:14px;color:var(--text-muted);\"\u003e\n\u003cstrong\u003e5-Year Warranty:\u003c\/strong\u003e We repair or replace any manufacturing defects.\u003c\/li\u003e\n        \u003cli style=\"padding:4px 0;font-size:14px;color:var(--text-muted);\"\u003e\n\u003cstrong\u003eLifetime Expert Support:\u003c\/strong\u003e Our team is here before and after purchase.\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp style=\"font-style:italic;color:var(--text-muted);margin-top:var(--space-sm);font-size:14px;margin-bottom:0;\"\u003e\n        We're so confident you'll love this bathtub, the risk is entirely on us.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ======================================================\n       SECTION 3 — FEATURE ROWS (\"WHY THIS TUB IS WORTH THE INVESTMENT\")\n       Compressed to 4 rows; remaining images moved to gallery below\n       ====================================================== --\u003e\n  \u003cdiv class=\"ie-section\"\u003e\n    \u003ch2 class=\"ie-h2\"\u003eWhy This Tub Is Worth The Investment\u003c\/h2\u003e\n\n    \u003c!-- Row 1: 100% Solid Copper --\u003e\n    \u003cdiv class=\"ie-feature-row\"\u003e\n      \u003cdiv class=\"ie-feature-img-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/freestand_brass_bathtub1.png\" alt=\"Solid copper freestanding bathtub, full side profile, hand-hammered texture\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ie-feature-text\"\u003e\n        \u003ch3 class=\"ie-h3\"\u003e100% Solid Copper\u003c\/h3\u003e\n        \u003cp class=\"ie-body\"\u003e\n          High-quality, non-recycled copper ensures long-lasting durability and timeless beauty. There is no plating to wear through and no shortcut in the metal itself, only solid copper from rim to base, built to be a fixture in your home for decades.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Row 2: Natural Living Finish --\u003e\n    \u003cdiv class=\"ie-feature-row ie-reverse\"\u003e\n      \u003cdiv class=\"ie-feature-text\"\u003e\n        \u003ch3 class=\"ie-h3\"\u003eNatural Living Finish\u003c\/h3\u003e\n        \u003cp class=\"ie-body\"\u003e\n          The unlacquered finish develops a charming patina and vintage character over time. There is no chemical coating standing between the metal and your daily ritual, just raw copper aging honestly and beautifully with every bath, and minor scratches blend in naturally as the patina re-forms.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ie-feature-img-wrap\"\u003e\n        \u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/freestand_brass_bathtub4.png\" alt=\"Close-up of hand-hammered solid copper bathtub surface showing natural living finish\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Row 3: Deep Soaking Design --\u003e\n    \u003cdiv class=\"ie-feature-row\"\u003e\n      \u003cdiv class=\"ie-feature-img-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/freestand_brass_bathtub5.png\" alt=\"Interior view of deep copper soaking tub showing generous water depth\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ie-feature-text\"\u003e\n        \u003ch3 class=\"ie-h3\"\u003eDeep Soaking Design\u003c\/h3\u003e\n        \u003cp class=\"ie-body\"\u003e\n          The increased depth allows full submersion for a truly relaxing spa experience at home. This is a tub built for soaking, not just bathing, with enough depth to let the water settle in completely, individually hand-hammered by Moroccan artisans so every piece carries subtle, one-of-a-kind variation.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Row 4: Antimicrobial \u0026 Hygienic --\u003e\n    \u003cdiv class=\"ie-feature-row ie-reverse\"\u003e\n      \u003cdiv class=\"ie-feature-text\"\u003e\n        \u003ch3 class=\"ie-h3\"\u003eAntimicrobial \u0026amp; Hygienic\u003c\/h3\u003e\n        \u003cp class=\"ie-body\"\u003e\n          Copper naturally resists bacteria and mold, keeping your bath cleaner and healthier. It is one of the few materials where the surface itself works in your favor between cleanings, a quiet, practical benefit of choosing real metal, that also creates a serene spa-like sanctuary right in your own home.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ie-feature-img-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/freestand_brass_bathtub3.png\" alt=\"Solid copper bathtub in bathroom setting, antimicrobial hygienic surface\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ======================================================\n       SECTION 4 — GALLERY\n       ====================================================== --\u003e\n  \u003cdiv class=\"ie-section\"\u003e\n    \u003ch2 class=\"ie-h2\"\u003eCraftsmanship in Detail\u003c\/h2\u003e\n    \u003cdiv class=\"ie-gallery\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/freestand_brass_bathtub4.png\" alt=\"Moroccan artisan craftsmanship detail on hand-hammered copper bathtub\" loading=\"lazy\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/freestand_brass_bathtub6.png\" alt=\"Solid copper bathtub showing rich patina development on hammered surface\" loading=\"lazy\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/freestand_brass_bathtub7.png\" alt=\"Freestanding copper bathtub creating a warm spa-like sanctuary in bathroom\" loading=\"lazy\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/freestand_brass_bathtubPIC-5.jpg\" alt=\"Solid copper freestanding bathtub, angled view, hand-hammered detail\" loading=\"lazy\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/freestand_brass_bathtubPIC-6.jpg\" alt=\"Copper bathtub interior view showing depth and rim detail\" loading=\"lazy\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/freestand_brass_bathtubPIC-19.jpg\" alt=\"Copper bathtub lifestyle setting, warm tone, bathroom installation\" loading=\"lazy\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/freestand_brass_bathtubPIC-22.jpg\" alt=\"Close-up texture detail of hand-hammered solid copper surface\" loading=\"lazy\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/freestand_brass_bathtubPIC-21.jpg\" alt=\"Freestanding copper soaking tub, full view, riveted base detail\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ======================================================\n       SECTION 5 — DIMENSIONS + CUSTOMIZATION\n       ====================================================== --\u003e\n  \u003cdiv class=\"ie-section\"\u003e\n    \u003ch2 class=\"ie-h2\"\u003eDimensions in Inches (Approx.)\u003c\/h2\u003e\n    \u003cp class=\"ie-body\"\u003e\n      Every tub is hand-hammered, so minor variations of up to half an inch should be expected as a natural part of the handmade process.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ie-dims\"\u003e\n      \u003cdiv class=\"ie-dim-card\"\u003e\n        \u003cspan class=\"ie-dim-value\"\u003e67\"\u003c\/span\u003e\n        \u003cspan class=\"ie-dim-unit\"\u003eOverall Length\u003c\/span\u003e\n        \u003cp class=\"ie-dim-label\"\u003e~170 cm\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ie-dim-card\"\u003e\n        \u003cspan class=\"ie-dim-value\"\u003e35.5\"\u003c\/span\u003e\n        \u003cspan class=\"ie-dim-unit\"\u003eOverall Width\u003c\/span\u003e\n        \u003cp class=\"ie-dim-label\"\u003e~90 cm\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ie-dim-card\"\u003e\n        \u003cspan class=\"ie-dim-value\"\u003e26.5\"\u003c\/span\u003e\n        \u003cspan class=\"ie-dim-unit\"\u003eOverall Height\u003c\/span\u003e\n        \u003cp class=\"ie-dim-label\"\u003e~67 cm\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ie-dim-card\"\u003e\n        \u003cspan class=\"ie-dim-value\"\u003e18.7\"\u003c\/span\u003e\n        \u003cspan class=\"ie-dim-unit\"\u003eWater Depth\u003c\/span\u003e\n        \u003cp class=\"ie-dim-label\"\u003e~47.5 cm\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Customization callout --\u003e\n    \u003cdiv class=\"ie-custom-callout\"\u003e\n      \u003cspan class=\"ie-custom-callout-icon\"\u003e✨\u003c\/span\u003e\n      \u003cp class=\"ie-custom-callout-text\"\u003e\n        \u003cstrong\u003eNeed something unique?\u003c\/strong\u003e Custom lengths, depths, and bespoke unlacquered or aged finishes are available. \u003ca href=\"mailto:contact@insideast.com\"\u003eContact us for a tailored quote →\u003c\/a\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ======================================================\n       SECTION 6 — TECHNICAL SPECIFICATIONS\n       ====================================================== --\u003e\n  \u003cdiv class=\"ie-section\"\u003e\n    \u003ch2 class=\"ie-h2\"\u003eTechnical Specifications\u003c\/h2\u003e\n    \u003ctable class=\"ie-specs-table\"\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003e100% Solid Copper (non-recycled)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eFinish\u003c\/td\u003e\n\u003ctd\u003eUnlacquered — develops natural living patina over time\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eConstruction\u003c\/td\u003e\n\u003ctd\u003eHand-hammered by Moroccan artisans\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eInstallation\u003c\/td\u003e\n\u003ctd\u003eFreestanding\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eOverall Length\u003c\/td\u003e\n\u003ctd\u003e67\" (~170 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eOverall Width\u003c\/td\u003e\n\u003ctd\u003e35.5\" (~90 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eOverall Height\u003c\/td\u003e\n\u003ctd\u003e26.5\" (~67 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eWater Depth\u003c\/td\u003e\n\u003ctd\u003e18.7\" (~47.5 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eHygiene\u003c\/td\u003e\n\u003ctd\u003eNaturally antimicrobial — resists bacteria and mold\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eMaintenance\u003c\/td\u003e\n\u003ctd\u003eClean with soft cloth; avoid abrasive products\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eCustomization\u003c\/td\u003e\n\u003ctd\u003eAvailable on request — contact us before ordering\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eOrigin\u003c\/td\u003e\n\u003ctd\u003eHandcrafted in Marrakesh, Morocco\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eReturn Policy\u003c\/td\u003e\n\u003ctd\u003e60-Day Return\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n\n    \u003cdiv style=\"text-align:center; margin-top: var(--space-md);\"\u003e\n      \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/IT-041-00-011-00-23.pdf\" class=\"ie-pdf-link\" target=\"_blank\" rel=\"noopener\"\u003e\n        📄 Download Technical Drawing (PDF)\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ======================================================\n       SECTION 7 — VIDEO\n       ====================================================== --\u003e\n  \u003cdiv class=\"ie-section\" style=\"text-align:center;\"\u003e\n    \u003cp class=\"ie-eyebrow\"\u003eSee It From Every Angle\u003c\/p\u003e\n    \u003ch2 class=\"ie-h2\"\u003eA Closer Look, Inside and Out\u003c\/h2\u003e\n    \u003cp class=\"ie-body\" style=\"max-width:620px;margin:0 auto var(--space-md);\"\u003e\n      Watch a full panorama of the tub from every side, with close-up detail on the hand-hammered texture, the rolled rim, and the riveted base, so you can see exactly what arrives at your door.\n    \u003c\/p\u003e\n    \u003cdiv class=\"ie-video-wrap\" style=\"max-width:750px;margin:0 auto;\"\u003e\n      \u003cvideo controls preload=\"metadata\" playsinline poster=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/freestand_brass_bathtubb.png\"\u003e\n        \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/ee0c2fbae6d34a3ca01229000628cefc.mp4\" type=\"video\/mp4\"\u003e\n        Your browser does not support the video tag.\n      \u003c\/source\u003e\u003c\/video\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ======================================================\n       SECTION 8 — FAQ\n       ====================================================== --\u003e\n  \u003cdiv class=\"ie-section ie-faq\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\"\u003e\n    \u003ch2 class=\"ie-h2\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n    \u003cdetails class=\"ie-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs this tub made from solid copper, or just plated?\u003c\/summary\u003e\n      \u003cdiv class=\"ie-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003eIt is 100% solid, non-recycled copper, not a plated or coated alternative. Plated tubs wear through at the surface over time and reveal the base metal underneath. This tub is solid copper from the inner basin to the outer shell, which is why it can develop a genuine living patina rather than chipping or flaking.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ie-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eIs the patina a flaw, and is it reversible?\u003c\/summary\u003e\n      \u003cdiv class=\"ie-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003eNo, the patina is the most celebrated feature of an unlacquered copper tub, not a flaw. Since there is no lacquer barrier, the surface naturally oxidizes and deepens in tone over weeks and months, shaped by your water and how the tub is used. If you prefer a brighter look at any point, an occasional polish with a copper-specific product will restore much of the original shine, though most owners choose to let the patina develop naturally.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ie-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eHow deep is the water, and is it big enough for a full soak?\u003c\/summary\u003e\n      \u003cdiv class=\"ie-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003eThe tub has a water depth of approximately 18.7 inches, which is deeper than most standard tubs and designed specifically for full submersion. With an overall length of 67 inches and width of 35.5 inches, it comfortably accommodates a full-body soak rather than a shallow bath.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ie-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eHow do I clean and maintain a copper bathtub?\u003c\/summary\u003e\n      \u003cdiv class=\"ie-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003eRinse and wipe dry after use, and clean with mild soap and warm water using a soft cloth. Avoid abrasive scrubbers, bleach, or acidic cleaners such as vinegar or lemon juice, as these can accelerate or unevenly affect the patina. Because copper is naturally antimicrobial, it requires less aggressive cleaning than many other tub materials to stay hygienic.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ie-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWill every tub look exactly the same since it's handmade?\u003c\/summary\u003e\n      \u003cdiv class=\"ie-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003eNo, and that is intentional. Each tub is individually hand-hammered by Moroccan artisans, so subtle, organic variations in texture and surface are part of the piece, not a defect. Minor dimensional variations of up to half an inch can also occur as a natural part of the handmade process. This is what makes each tub a one-of-a-kind, functional heirloom rather than a mass-produced fixture.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"ie-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n      \u003csummary itemprop=\"name\"\u003eWhat if I'm not satisfied after it arrives?\u003c\/summary\u003e\n      \u003cdiv class=\"ie-faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n        \u003cp itemprop=\"text\"\u003eWe offer a 60-day return policy, so you can return the tub for a full refund if you're not happy with it. If you have questions about sizing, installation, or fit before ordering, we recommend reviewing the technical drawing PDF or contacting us directly at contact@insideast.com so we can confirm the details for your space first.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n  \u003c!-- ======================================================\n       SECTION 9 — WARRANTY \u0026 GUARANTEE\n       ====================================================== --\u003e\n  \u003cdiv class=\"ie-section\" style=\"display: flex; justify-content: center;\"\u003e\n    \u003cdiv style=\"border: 2px solid var(--accent); border-radius: var(--radius-lg); padding: var(--space-md) var(--space-lg); background: var(--bg-creme); max-width: 750px; width: 100%; text-align: left;\"\u003e\n      \u003ch3 class=\"ie-h3\" style=\"text-align: center;\"\u003eWarranty \u0026amp; Guarantee\u003c\/h3\u003e\n      \u003cul style=\"font-size:14px;line-height:1.8;color:var(--text-muted); padding-left: 20px; list-style: disc; margin:var(--space-sm) 0;\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003e5-Year Limited Warranty\u003c\/strong\u003e on copper construction and material integrity for residential use.\u003c\/li\u003e\n        \u003cli\u003eCovered for \u003cstrong\u003erepair or replacement\u003c\/strong\u003e for manufacturing defects (labor and installation excluded).\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eVisual damages\u003c\/strong\u003e must be reported within \u003cstrong\u003e15 days\u003c\/strong\u003e of delivery with photos and proof of purchase.\u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv style=\"text-align: center;\"\u003e\n        \u003cp style=\"font-size:13px;color:var(--text-light);margin-top:var(--space-sm);\"\u003e\n          Questions? Email \u003ca href=\"mailto:contact@insideast.com\" style=\"color:var(--accent);\"\u003econtact@insideast.com\u003c\/a\u003e with your order number.\n        \u003c\/p\u003e\n        \u003cp style=\"font-size:12px;color:var(--text-light);font-style:italic;margin-top:6px;\"\u003e\n          \u003cem\u003eFinish note: the unlacquered copper living finish develops a natural patina over time. This cosmetic aging is expected and celebrated, not considered a defect.\u003c\/em\u003e\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ======================================================\n       SECTION 10 — FINAL CTA\n       ====================================================== --\u003e\n  \u003cdiv id=\"ie-configure\" class=\"ie-section ie-final-cta\" style=\"border: 4px solid var(--accent); background: var(--bg-light); border-radius: var(--radius-lg); margin-bottom: var(--space-xl); padding: var(--space-lg); max-width: 750px; margin-left: auto; margin-right: auto;\"\u003e\n    \u003ch2 class=\"ie-h2\" style=\"text-align:center;\"\u003eBring Home a Functional Heirloom\u003c\/h2\u003e\n    \u003cp class=\"ie-body\" style=\"text-align:center;margin-bottom:var(--space-md);\"\u003e\n      A solid copper bathtub, hand-hammered in Marrakesh, that ages into something more beautiful with every year you own it.\n    \u003c\/p\u003e\n    \u003cdiv style=\"text-align: center;\"\u003e\n      \u003ca href=\"#\" class=\"ie-btn ie-btn-full\" style=\"max-width:400px;margin:0 auto var(--space-md);\"\u003eOrder Your Bathtub Now →\u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ie-badges\"\u003e\n      \u003cspan class=\"ie-badge\"\u003e✦ Handcrafted to Order\u003c\/span\u003e\n      \u003cspan class=\"ie-badge\"\u003e✦ 5-Year Warranty\u003c\/span\u003e\n      \u003cspan class=\"ie-badge\"\u003e✦ Free Shipping\u003c\/span\u003e\n      \u003cspan class=\"ie-badge\"\u003e✦ 60-Day Returns\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- end .ie-page --\u003e","brand":"Insideast","offers":[{"title":"Default Title","offer_id":45349075877997,"sku":null,"price":4750.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/freestand_brass_bathtub5.png?v=1781672855","url":"https:\/\/www.insideast.com\/products\/vintage-handmade-freestanding-solid-copper-bathtub","provider":"Insideast","version":"1.0","type":"link"}