{"product_id":"solid-copper-bathtub-vintage-freestanding-hammered-tub-customized-tub","title":"Solid Copper Bathtub | Vintage Freestanding Hammered Tub | Customized Tub","description":"\u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e \u003clink crossorigin=\"\" href=\"https:\/\/fonts.gstatic.com\" rel=\"preconnect\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600\u0026amp;family=Playfair+Display:wght@400;600;700\u0026amp;display=swap\"\u003e\n\n\u003cstyle\u003e\n        \/* ========== PREMIUM STYLES (Gold Theme) ========== *\/\n        .tub-desc {\n            --primary: #1a1a1a;\n            --accent: #a67c52;\n            \/* Gold #a67c52 *\/\n            --accent-light: #d4b896;\n            --muted: #666;\n            --bg-light: #faf8f5;\n            --shadow: rgba(0, 0, 0, 0.08);\n            color: var(--primary);\n            font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n            line-height: 1.6;\n            background: linear-gradient(to bottom, #fff 0%, var(--bg-light) 100%);\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        .tub-desc * {\n            box-sizing: border-box;\n        }\n\n        .tub-desc__wrap {\n            max-width: 900px;\n            margin: 0 auto;\n            padding: clamp(24px, 4vw, 60px) clamp(16px, 2vw, 24px);\n        }\n\n        \/* HEADER *\/\n        .tub-desc__header {\n            text-align: center;\n            padding: clamp(40px, 6vw, 80px) 0;\n            position: relative;\n        }\n\n        .tub-desc__header::after {\n            content: \"\";\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 3px;\n            background: linear-gradient(90deg, transparent, var(--accent), transparent);\n        }\n\n        .tub-desc__eyebrow {\n            font-size: clamp(.75rem, 1vw, .85rem);\n            letter-spacing: .15em;\n            text-transform: uppercase;\n            color: var(--accent);\n            margin: 0 0 1rem;\n            font-weight: 600;\n        }\n\n        .tub-desc__title {\n            font-family: 'Playfair Display', serif;\n            font-size: clamp(2rem, 4vw, 3.5rem);\n            line-height: 1.1;\n            margin: 0 0 1rem;\n            font-weight: 700;\n            color: var(--accent);\n        }\n\n        .tub-desc__sub {\n            color: var(--muted);\n            font-size: clamp(1.1rem, 1.5vw, 1.3rem);\n            max-width: 700px;\n            margin: 0 auto;\n            line-height: 1.7;\n             text-align: center !important;\n              display: flex !important;\n  flex-direction: column !important;\n  align-items: center !important;\n  justify-content: center !important;\n  margin-left: auto !important;\n  margin-right: auto !important;\n        }\n\n        \/* CONFIG SELECTOR *\/\n        .config-selector {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 15px;\n            margin-bottom: 25px;\n            text-align: left;\n        }\n\n        .config-option {\n            border: 2px solid var(--accent-light);\n            border-radius: 8px;\n            padding: 10px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            background: #fff;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n        }\n\n        .config-option:hover {\n            border-color: var(--accent);\n            transform: translateY(-2px);\n        }\n\n        .config-option.selected {\n            border-color: var(--accent);\n            background: rgba(166, 124, 82, 0.05);\n            \/* Gold tint *\/\n            box-shadow: 0 0 0 1px var(--accent);\n        }\n\n        .config-option img {\n            width: 100%;\n            height: 120px;\n            object-fit: cover;\n            border-radius: 6px;\n            margin-bottom: 10px;\n        }\n\n        .config-option span {\n            font-weight: 600;\n            font-size: 13px;\n            color: var(--primary);\n            line-height: 1.3;\n        }\n\n        \/* CTA SECTION *\/\n        .tub-desc__cta-section {\n            text-align: center;\n            margin: clamp(30px, 4vw, 40px) 0;\n            padding: clamp(20px, 3vw, 30px);\n            background: linear-gradient(135deg, #fff 0%, var(--bg-light) 100%);\n            border-radius: 12px;\n            border: 2px solid var(--accent);\n            box-shadow: 0 8px 30px rgba(166, 124, 82, 0.15);\n            max-width: 600px;\n            \/* Constrain width for config box *\/\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .tub-desc__price-note {\n            font-size: clamp(14px, 2vw, 16px);\n            color: var(--muted);\n            margin-bottom: 20px;\n        }\n\n        .tub-desc__cta-primary {\n            background: var(--accent);\n            color: #fff;\n            border: none;\n            padding: clamp(14px, 2vw, 18px) clamp(30px, 4vw, 40px);\n            font-size: clamp(15px, 2vw, 18px);\n            font-weight: 700;\n            border-radius: 30px;\n            cursor: pointer;\n            transition: all .3s ease;\n            box-shadow: 0 4px 15px rgba(166, 124, 82, 0.3);\n            text-transform: uppercase;\n            letter-spacing: .5px;\n            width: 100%;\n        }\n\n        .tub-desc__cta-primary:hover {\n            background: #8b6740;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 20px rgba(166, 124, 82, 0.4);\n        }\n\n        .tub-desc__trust-bar {\n            display: flex;\n            justify-content: center;\n            gap: clamp(15px, 3vw, 30px);\n            margin-top: 20px;\n            flex-wrap: wrap;\n            font-size: clamp(11px, 1.5vw, 14px);\n            color: var(--primary);\n            font-weight: 500;\n        }\n\n        .tub-desc__trust-bar div {\n            display: flex;\n            align-items: center;\n            gap: 5px;\n        }\n\n        .tub-desc__trust-bar div:before {\n            content: \"✓\";\n            color: var(--accent);\n            font-weight: bold;\n        }\n\n        \/* GUARANTEES BAR *\/\n        .tub-desc__guarantees-bar {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n            gap: 15px;\n            margin: 30px 0;\n            padding: 20px;\n            background: #fff;\n            border-radius: 12px;\n            border: 1px solid var(--accent-light);\n            box-shadow: 0 4px 15px var(--shadow);\n        }\n\n        .guarantee-item {\n            text-align: center;\n            padding: 15px;\n            background: var(--bg-light);\n            border-radius: 8px;\n            transition: all .3s ease;\n        }\n\n        .guarantee-item:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 4px 12px var(--shadow);\n        }\n\n        .guarantee-item svg {\n            width: 32px;\n            height: 32px;\n            margin: 0 auto 10px;\n            color: var(--accent);\n            display: block;\n        }\n\n        .guarantee-item strong {\n            display: block;\n            font-size: clamp(12px, 1.5vw, 14px);\n            color: var(--primary);\n            margin-top: 8px;\n        }\n\n        \/* SCARCITY NOTICE *\/\n        .tub-desc__scarcity-notice {\n            background: #fff8f0;\n            border: 2px solid var(--accent);\n            border-radius: 8px;\n            padding: clamp(12px, 2vw, 15px) clamp(15px, 3vw, 20px);\n            margin: 25px 0;\n            text-align: center;\n            font-size: clamp(12px, 1.5vw, 14px);\n            color: var(--primary);\n            line-height: 1.6;\n        }\n\n        .tub-desc__scarcity-notice a {\n            color: var(--accent);\n            font-weight: 700;\n            text-decoration: none;\n            border-bottom: 2px solid var(--accent);\n        }\n\n        \/* GALLERY \/ CONFIG *\/\n        .tub-desc__config {\n            margin: 60px 0;\n        }\n\n        .tub-desc__config h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 28px;\n            margin-bottom: 15px;\n            color: var(--primary);\n            font-weight: 600;\n            text-align: center;\n        }\n\n        .tub-desc__config-intro {\n            text-align: center !important;\n            color: var(--muted);\n            font-size: 15px;\n            line-height: 1.7;\n            max-width: 700px;\n            margin: 0 auto 35px;\n             display: flex !important;\n  flex-direction: column !important;\n  align-items: center !important;\n  justify-content: center !important;\n  margin-left: auto !important;\n  margin-right: auto !important;\n        }\n\n        .tub-desc__config-slider-wrap {\n            position: relative;\n            overflow: hidden;\n            margin: 40px 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .tub-desc__config-slider-title {\n            text-align: center;\n            font-size: 22px;\n            font-family: 'Playfair Display', serif;\n            font-weight: 700;\n            color: var(--accent);\n            margin-bottom: 25px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        .tub-desc__config-slider-container {\n            position: relative;\n            overflow-x: auto;\n            overflow-y: hidden;\n            border-radius: 12px;\n            scroll-behavior: smooth;\n            scroll-snap-type: x mandatory;\n            padding: 20px 0;\n        }\n\n        .tub-desc__config-slider-container::-webkit-scrollbar {\n            height: 8px;\n        }\n\n        .tub-desc__config-slider-container::-webkit-scrollbar-track {\n            background: #f1f1f1;\n            border-radius: 10px;\n        }\n\n        .tub-desc__config-slider-container::-webkit-scrollbar-thumb {\n            background: var(--accent);\n            border-radius: 10px;\n        }\n\n        .tub-desc__config-slider {\n            display: flex;\n            gap: 20px;\n            padding: 0 10px;\n        }\n\n        .tub-desc__config-slide {\n            flex: 0 0 400px;\n            \/* Fixed width for better desktop control *\/\n            width: 400px;\n            scroll-snap-align: center;\n        }\n\n        .tub-desc__config-slide-img {\n            width: 100%;\n            height: 300px;\n            object-fit: cover;\n            border-radius: 12px;\n            box-shadow: 0 10px 40px var(--shadow);\n            display: block;\n            border: 1px solid var(--accent-light);\n            background: #fff;\n        }\n\n        .tub-desc__config-slide-caption {\n            text-align: center;\n            margin-top: 12px;\n            font-size: 14px;\n            color: var(--primary);\n            font-weight: 600;\n            background: var(--bg-light);\n            padding: 8px 12px;\n            border-radius: 6px;\n            border: 1px solid var(--accent-light);\n        }\n\n        .tub-desc__config-arrow {\n            position: absolute;\n            top: 50%;\n            transform: translateY(-50%);\n            background: rgba(166, 124, 82, 0.9);\n            color: #fff;\n            border: none;\n            width: 35px;\n            height: 35px;\n            border-radius: 50%;\n            cursor: pointer;\n            z-index: 10;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 18px;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, .2);\n            transition: all .3s ease;\n        }\n\n        .tub-desc__config-arrow:hover {\n            background: #8b6740;\n            transform: translateY(-50%) scale(1.1);\n        }\n\n        .tub-desc__config-arrow--left {\n            left: 4px;\n        }\n\n        .tub-desc__config-arrow--right {\n            right: 4px;\n        }\n\n        \/* REVIEWS *\/\n        .tub-desc__reviews h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: 28px;\n            margin-bottom: 30px;\n            color: var(--primary);\n            font-weight: 600;\n            border-bottom: 2px solid var(--accent-light);\n            padding-bottom: 15px;\n            text-align: center;\n        }\n\n        .tub-desc__review-slider-wrap {\n            position: relative;\n            overflow-x: auto;\n            border-radius: 12px;\n            scroll-behavior: smooth;\n            padding: 20px 0;\n            display: flex;\n            \/* Centering reviews if few *\/\n            justify-content: center;\n        }\n\n        .tub-desc__review-slider {\n            display: flex;\n            gap: 25px;\n        }\n\n        .tub-desc__review-slider-item {\n            flex: 0 0 300px;\n            min-width: 300px;\n        }\n\n        .tub-desc__review-card {\n            background: #fff;\n            border: 1px solid var(--accent-light);\n            border-radius: 12px;\n            padding: 25px;\n            box-shadow: 0 4px 15px var(--shadow);\n            transition: all .3s ease;\n            height: 100%;\n        }\n\n        .tub-desc__review-header {\n            display: flex;\n            justify-content: space-between;\n            align-items: flex-start;\n            margin-bottom: 12px;\n        }\n\n        .tub-desc__review-author {\n            font-weight: 700;\n            color: var(--primary);\n        }\n\n        .tub-desc__review-verified {\n            font-size: 11px;\n            background: var(--accent);\n            color: #fff;\n            padding: 4px 10px;\n            border-radius: 20px;\n            font-weight: 600;\n        }\n\n        .tub-desc__review-stars {\n            color: var(--accent);\n            font-size: 16px;\n            margin-bottom: 10px;\n        }\n\n        .tub-desc__review-text {\n            color: var(--muted);\n            font-size: 14px;\n            line-height: 1.6;\n            margin-bottom: 12px;\n        }\n\n        .tub-desc__review-highlight {\n            font-size: 12px;\n            color: var(--accent);\n            font-style: italic;\n            border-left: 2px solid var(--accent-light);\n            padding-left: 10px;\n        }\n\n        \/* FEATURES GRID *\/\n        .tub-desc__features {\n            margin: clamp(60px, 8vw, 100px) 0;\n        }\n\n        .tub-desc__features h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: clamp(22px, 4vw, 28px);\n            margin-bottom: clamp(20px, 4vw, 30px);\n            color: var(--primary);\n            font-weight: 600;\n            border-bottom: 2px solid var(--accent-light);\n            padding-bottom: 15px;\n        }\n\n        .tub-desc__features-list {\n            display: grid;\n            grid-template-columns: repeat(1, 1fr);\n            gap: 25px;\n            list-style: none;\n            padding: 10px;\n            grid-auto-rows: auto;\n        }\n\n        @media (min-width: 768px) {\n            .tub-desc__features-list {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        .tub-desc__features-list li {\n            display: flex;\n            flex-direction: column;\n            gap: 15px;\n            padding: 20px;\n            background: #fff;\n            border-radius: 12px;\n            border: 1px solid var(--accent-light);\n            box-shadow: 0 2px 8px var(--shadow);\n            transition: all .3s ease;\n        }\n\n        .tub-desc__features-list li:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 8px 20px rgba(0, 0, 0, .12);\n        }\n\n        .tub-desc__feature-icon {\n            width: 50px;\n            height: 50px;\n            background: var(--bg-light);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--accent);\n            border: 1px solid var(--accent-light);\n        }\n\n        .tub-desc__feature-icon svg {\n            width: 28px;\n            height: 28px;\n        }\n\n        .tub-desc__feature-content h5 {\n            font-family: 'Playfair Display', serif;\n            font-size: 16px;\n            font-weight: 700;\n            margin: 0 0 8px;\n            color: var(--primary);\n        }\n\n        .tub-desc__feature-content p {\n            font-size: 14px;\n            color: var(--muted);\n            margin: 0;\n            line-height: 1.6;\n        }\n\n         \/* Guarantee Box *\/\n    .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)}\n    .tub-desc__guarantee-box h3{font-size:clamp(20px,3vw,24px);color:var(--primary);margin-bottom:20px;text-align:center}\n    .tub-desc__guarantee-box ul{list-style:none;padding:0;margin:0 0 20px 0}\n    .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)}\n    .tub-desc__guarantee-box li:last-child{border-bottom:none}\n    .tub-desc__guarantee-box li:before{content:\"🛡️\";position:absolute;left:0;font-size:20px}\n    .tub-desc__guarantee-box li strong{color:var(--accent)}\n    .tub-desc__guarantee-box p{text-align:center;color:var(--muted);font-style:italic;margin:0;font-size:clamp(12px,1.5vw,14px)}\n        \/* COMPARISON *\/\n        .tub-desc__comparison {\n            margin: 60px 0;\n            padding: 40px 0;\n        }\n\n        .tub-desc__comparison h3 {\n            font-family: 'Playfair Display', serif;\n            font-size: clamp(22px, 4vw, 28px);\n            margin-bottom: 30px;\n            color: var(--primary);\n            font-weight: 600;\n            text-align: center;\n            border-bottom: 2px solid var(--accent-light);\n            padding-bottom: 15px;\n        }\n\n        .tub-desc__comparison-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: #fff;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 4px 20px var(--shadow);\n        }\n\n        .tub-desc__comparison-table th {\n            padding: 15px;\n            background: var(--accent);\n            color: #fff;\n            font-weight: 700;\n            text-align: left;\n            font-size: 15px;\n        }\n\n        .tub-desc__comparison-table td {\n            padding: 15px;\n            border-bottom: 1px solid var(--accent-light);\n            font-size: 14px;\n        }\n\n        .tub-desc__comparison-table td:first-child {\n            font-weight: 600;\n            color: var(--primary);\n            background: var(--bg-light);\n            width: 33%;\n        }\n\n        .tub-desc__comparison-table td:nth-child(2) {\n            color: #2d5016;\n            font-weight: 500;\n            background: rgba(45, 80, 22, 0.03);\n        }\n\n        \/* LIFESTYLE SECTIONS *\/\n        .lifestyle-section {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 40px;\n            align-items: center;\n            margin: 60px 0;\n        }\n\n        @media (min-width: 768px) {\n            .lifestyle-section {\n                grid-template-columns: 1fr 1fr;\n            }\n\n            .lifestyle-section[style*=\"direction: rtl\"] {\n                direction: rtl;\n            }\n\n            .lifestyle-section[style*=\"direction: rtl\"] .lifestyle-section__content {\n                direction: ltr;\n            }\n        }\n\n        .lifestyle-section__image {\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 10px 40px rgba(0, 0, 0, .1);\n        }\n\n        .lifestyle-section__image img {\n            width: 100%;\n            height: auto;\n            display: block;\n        }\n\n        .lifestyle-section__content h3 {\n            font-family: 'Playfair Display', serif;\n            margin-bottom: 15px;\n            color: var(--primary);\n            font-size: 24px;\n            font-weight: 600;\n            margin-top: 0;\n        }\n\n        .lifestyle-section__content p {\n            color: var(--muted);\n            line-height: 1.7;\n            font-size: 15px;\n            margin: 0;\n        }\n\n        \/* SPECS *\/\n        .tub-desc__specs-section {\n            margin: 60px 0;\n        }\n  .tub-desc__specs-section h3 {\n            font-family: 'Playfair Display', serif;\n            margin-bottom: 15px;\n            color: var(--primary);\n            font-size: 30px;\n            font-weight: 600;\n            margin-top: 0;\n        }\n\n        .tub-desc__specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-bottom: 30px;\n            background: #fff;\n            border-radius: 8px;\n            overflow: hidden;\n            box-shadow: 0 2px 8px var(--shadow);\n        }\n\n        .tub-desc__specs-table td {\n            padding: 12px 20px;\n            font-size: 14px;\n            border-bottom: 1px solid var(--accent-light);\n        }\n\n        .tub-desc__specs-table td:first-child {\n            font-weight: 700;\n            color: var(--primary);\n            width: 40%;\n            background: var(--bg-light);\n        }\n\n        \/* DIMENSIONS GRID *\/\n        .tub-desc__dimensions-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 15px;\n            background: var(--bg-light);\n            padding: 20px;\n            border-radius: 8px;\n            margin: 15px 0;\n            border: 1px solid var(--accent-light);\n        }\n\n        @media (min-width: 768px) {\n            .tub-desc__dimensions-grid {\n                grid-template-columns: repeat(4, 1fr);\n            }\n        }\n\n        .tub-desc__dimension-card {\n            text-align: center;\n            padding: 10px;\n        }\n\n        .tub-desc__dimension-label {\n            font-size: 11px;\n            text-transform: uppercase;\n            color: var(--accent);\n            margin-bottom: 5px;\n            font-weight: 600;\n        }\n\n        .tub-desc__dimension-value {\n            font-size: 20px;\n            font-weight: 700;\n            color: var(--primary);\n        }\n\n        \/* FAQ *\/\n.tub-desc__faq h3 {\n    font-family: 'Playfair Display', serif;\n            margin-bottom: 15px;\n            color: var(--primary);\n            font-size: 30px;\n            font-weight: 600;\n            margin-top: 0;\n}\n\n        .tub-desc__faq details {\n            border: 1px solid var(--accent-light);\n            border-radius: 6px;\n            padding: 15px;\n            background: var(--bg-light);\n            margin-bottom: 10px;\n        }\n\n        .tub-desc__faq summary {\n            font-weight: 600;\n            color: var(--primary);\n            cursor: pointer;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        \/* DETAILED WARRANTY BOX (ie-warranty styles) *\/\n        .ie-warranty {\n            font-family: inherit;\n            margin: clamp(40px, 6vw, 60px) 0;\n            border: 1px solid var(--accent-light);\n            border-radius: 12px;\n            overflow: hidden;\n            background: linear-gradient(135deg, #fff 0%, var(--bg-light) 100%);\n            box-shadow: 0 4px 15px var(--shadow);\n            text-align: left;\n        }\n\n        .ie-warranty__top {\n            display: flex;\n            align-items: center;\n            gap: .75rem;\n            padding: 1.5rem 1.5rem 1rem;\n            background: var(--accent);\n            color: #fff;\n        }\n\n        .ie-warranty__shield {\n            width: 24px;\n            height: 24px;\n            color: #fff;\n            flex-shrink: 0;\n        }\n\n        .ie-warranty__title {\n            margin: 0;\n            font-size: 1.2rem;\n            font-weight: 700;\n            color: #fff;\n            letter-spacing: .2px;\n        }\n\n        .ie-warranty__body {\n            padding: 1.5rem;\n        }\n\n        .ie-warranty__body p {\n            margin: 0 0 .75rem 0;\n            line-height: 1.6;\n            color: var(--primary);\n        }\n\n        .ie-warranty__list {\n            padding-left: 1.25rem;\n            color: var(--primary);\n            margin: .5rem 0 0 0;\n        }\n\n        .ie-warranty__list li {\n            margin: .4rem 0;\n            line-height: 1.5;\n        }\n\n        .ie-warranty__note {\n            margin-top: 1rem;\n            font-size: .9rem;\n            opacity: .8;\n            color: var(--muted);\n        }\n\n        .ie-warranty__note a {\n            color: var(--accent);\n            text-decoration: none;\n            font-weight: 600;\n        }\n\n        \/* BOXED DOWNLOAD *\/\n        .tub-desc__download {\n            background: linear-gradient(135deg, #fff 0%, var(--bg-light) 100%);\n            padding: 30px;\n            border-radius: 12px;\n            text-align: center;\n            margin: 40px auto;\n            border: 2px dashed var(--accent);\n            max-width: 700px;\n        }\n\n        .tub-desc__download h3 {\n            font-family: 'Playfair Display', serif;\n            margin-top: 0;\n            color: var(--primary);\n        }\n\n        .tub-desc__download a {\n            display: inline-flex;\n            align-items: center;\n            gap: 10px;\n            background: var(--accent);\n            color: #fff;\n            padding: 12px 30px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 600;\n        }\n\n        .tub-desc__download a:hover {\n            background: #8b6740;\n        }\n\n        \/* MOBILE RESPONSIVE *\/\n        @media (max-width: 480px) {\n            .tub-desc__config-slide {\n                flex: 0 0 90%;\n                width: 90%;\n            }\n\n            .tub-desc__dimensions-grid {\n                grid-template-columns: 1fr 1fr;\n            }\n\n        }\n\u003c\/style\u003e\n\n\u003cdiv class=\"tub-desc\"\u003e\n\u003cdiv class=\"tub-desc__wrap\"\u003e\n\u003c!-- HEADER --\u003e\n\u003cheader class=\"tub-desc__header\"\u003e\n\u003cdiv class=\"tub-desc__eyebrow\"\u003eNoble Brass • Solid Copper • Handcrafted in Morocco\u003c\/div\u003e\n\u003ch2 class=\"tub-desc__title\"\u003eHand-Hammered Copper Soaking Tub\u003c\/h2\u003e\n\u003cp class=\"tub-desc__sub\"\u003eExperience the ultimate relaxation with Noble Brass's 100% Solid Copper Soaking Tub. Handcrafted for timeless elegance, its unlacquered finish develops a unique natural patina over time.\u003c\/p\u003e\n\u003c\/header\u003e\n\n\u003c!-- CTA SECTION (No Config) --\u003e\n\u003csection class=\"tub-desc__cta-section\"\u003e\n\u003cdiv class=\"tub-desc__price-note\"\u003eHandcrafted to order • Free Worldwide Shipping\u003c\/div\u003e\n\u003cbutton type=\"button\" class=\"tub-desc__cta-primary\" onclick=\"nbAddToCart(this)\"\u003eAdd to Cart\u003c\/button\u003e\n\u003cdiv class=\"nb-cart-msg\" style=\"margin-top:10px;font-size:13px;min-height:18px;\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"tub-desc__trust-bar\"\u003e\n\u003cdiv\u003eHandcrafted to Order\u003c\/div\u003e\n\u003cdiv\u003eLifetime Warranty\u003c\/div\u003e\n\u003cdiv\u003eFree Shipping\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cscript\u003e\n      function selectOption(el) {\n        document.querySelectorAll('.config-option').forEach(opt =\u003e opt.classList.remove('selected'));\n        el.classList.add('selected');\n      }\n\u003c\/script\u003e\n\n\u003c!-- GUARANTEES BAR --\u003e\n\u003cdiv class=\"tub-desc__guarantees-bar\"\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg stroke-width=\"2\" stroke=\"currentColor\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003eAuthentic Handcraft\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg stroke-width=\"2\" stroke=\"currentColor\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003eEndless Durability\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg stroke-width=\"2\" stroke=\"currentColor\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003e5-Year Warranty\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg stroke-width=\"2\" stroke=\"currentColor\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M3 10h28M7 15h2m4 0h2m-7 4h22a3 3 0 003-3V8a3 3 0 00-3-3H6a3 3 0 00-3 3v8a3 3 0 003 3z\" stroke-linejoin=\"round\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003ePre-Ship Approval\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SCARCITY NOTICE --\u003e\n\u003cdiv class=\"tub-desc__scarcity-notice\"\u003e⏱️ \u003cstrong\u003eLimited Production:\u003c\/strong\u003e Each tub takes weeks to hand-hammer. \u003ca href=\"#\"\u003eReserve yours today\u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003c!-- HERO IMAGE (video section removed) --\u003e\n\u003csection style=\"margin: clamp(40px, 6vw, 80px) 0; position: relative;\"\u003e\n\u003cimg style=\"width: 100%; max-width: 600px; margin: 0 auto; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,.1); display: block;\" alt=\"Noble Brass Hand-Hammered Copper Soaking Tub\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/solid-copper-bathtub-vintage-freestanding-hammered-tub-customized-tub-5064861.webp\" loading=\"lazy\"\u003e\n\u003c\/section\u003e\n\n\u003c!-- GALLERY SLIDER --\u003e\n\u003csection class=\"tub-desc__config\"\u003e\n\u003ch3\u003eSee It From Every Angle\u003c\/h3\u003e\n\u003cp class=\"tub-desc__config-intro\"\u003eEach Noble Brass tub is individually hand-hammered by Moroccan artisans, ensuring one-of-a-kind texture and depth. The deep design invites total immersion.\u003c\/p\u003e\n\u003cdiv class=\"tub-desc__config-slider-wrap\"\u003e\n\u003ch4 class=\"tub-desc__config-slider-title\"\u003eProduct Gallery\u003c\/h4\u003e\n\u003cbutton class=\"tub-desc__config-arrow tub-desc__config-arrow--left\"\u003e‹\u003c\/button\u003e \u003cbutton class=\"tub-desc__config-arrow tub-desc__config-arrow--right\"\u003e›\u003c\/button\u003e\n\u003cdiv id=\"configSlider\" class=\"tub-desc__config-slider-container\"\u003e\n\u003cdiv class=\"tub-desc__config-slider\"\u003e\n\u003cdiv class=\"tub-desc__config-slide\"\u003e\n\u003cimg alt=\"Side View\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/solid-copper-bathtub-vintage-freestanding-hammered-tub-customized-tub-5064861.webp\" class=\"tub-desc__config-slide-img\"\u003e\n\u003cdiv class=\"tub-desc__config-slide-caption\"\u003eFront View\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tub-desc__config-slide\"\u003e\n\u003cimg alt=\"Front View\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/solid-copper-bathtub-vintage-freestanding-hammered-tub-customized-tub-1912955.webp\" class=\"tub-desc__config-slide-img\"\u003e\n\u003cdiv class=\"tub-desc__config-slide-caption\"\u003eSide View\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tub-desc__config-slide\"\u003e\n\u003cimg alt=\"Hammered Texture\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/il_1588xN.3685955826_2rre.avif?v=1758628770\u0026amp;width=1800\" class=\"tub-desc__config-slide-img\"\u003e\n\u003cdiv class=\"tub-desc__config-slide-caption\"\u003eHammered Texture\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tub-desc__config-slide\"\u003e\n\u003cimg alt=\"Top View\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/solid-copper-bathtub-vintage-freestanding-hammered-tub-customized-tub-2427306.jpg\" class=\"tub-desc__config-slide-img\"\u003e\n\u003cdiv class=\"tub-desc__config-slide-caption\"\u003eTop View\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tub-desc__config-slide\"\u003e\n\u003cimg alt=\"With Overflow\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/solid-copper-bathtub-vintage-freestanding-hammered-tub-customized-tub-9600766.jpg\" class=\"tub-desc__config-slide-img\"\u003e\n\u003cdiv class=\"tub-desc__config-slide-caption\"\u003eClose Details\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tub-desc__config-slide\"\u003e\n\u003cimg alt=\"Close Detail\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/solid-copper-bathtub-vintage-freestanding-hammered-tub-customized-tub-5474409.webp\" class=\"tub-desc__config-slide-img\"\u003e\n\u003cdiv class=\"tub-desc__config-slide-caption\"\u003eBack View\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- REVIEWS --\u003e\n\u003csection class=\"tub-desc__reviews\"\u003e\n\u003ch3\u003eWhat Our Customers Say\u003c\/h3\u003e\n\u003cdiv class=\"tub-desc__review-slider-wrap\"\u003e\n\u003cdiv class=\"tub-desc__review-slider\"\u003e\n\u003carticle class=\"tub-desc__review-slider-item\"\u003e\n\u003cdiv class=\"tub-desc__review-card\"\u003e\n\u003cdiv class=\"tub-desc__review-header\"\u003e\n\u003cspan class=\"tub-desc__review-author\"\u003eHeather Cassano\u003c\/span\u003e \u003cspan class=\"tub-desc__review-verified\"\u003eVerified\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tub-desc__review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"tub-desc__review-text\"\u003eBeautiful quality product, loved it.\u003c\/p\u003e\n\u003cdiv class=\"tub-desc__review-highlight\"\u003e\"luv it.\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"tub-desc__review-slider-item\"\u003e\n\u003cdiv class=\"tub-desc__review-card\"\u003e\n\u003cdiv class=\"tub-desc__review-header\"\u003e\n\u003cspan class=\"tub-desc__review-author\"\u003eCarson Combs\u003c\/span\u003e \u003cspan class=\"tub-desc__review-verified\"\u003eVerified\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tub-desc__review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"tub-desc__review-text\"\u003eThe item was everything I wanted. A wonderful gift for my wife.\u003c\/p\u003e\n\u003cdiv class=\"tub-desc__review-highlight\"\u003e\"Value added piece.\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"tub-desc__review-slider-item\"\u003e\n\u003cdiv class=\"tub-desc__review-card\"\u003e\n\u003cdiv class=\"tub-desc__review-header\"\u003e\n\u003cspan class=\"tub-desc__review-author\"\u003eSarah Jenkins\u003c\/span\u003e \u003cspan class=\"tub-desc__review-verified\"\u003eVerified\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tub-desc__review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"tub-desc__review-text\"\u003eAbsolutely stunning. The pictures don't do it justice. It's the centerpiece of our bathroom renovation.\u003c\/p\u003e\n\u003cdiv class=\"tub-desc__review-highlight\"\u003e\"Centerpiece of our bathroom.\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"tub-desc__review-slider-item\"\u003e\n\u003cdiv class=\"tub-desc__review-card\"\u003e\n\u003cdiv class=\"tub-desc__review-header\"\u003e\n\u003cspan class=\"tub-desc__review-author\"\u003eMichael T.\u003c\/span\u003e \u003cspan class=\"tub-desc__review-verified\"\u003eVerified\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tub-desc__review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"tub-desc__review-text\"\u003eThe heat retention is amazing. I can soak for hours and the water stays warm. Worth every penny.\u003c\/p\u003e\n\u003cdiv class=\"tub-desc__review-highlight\"\u003e\"Water stays warm.\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- GUARANTEE BOX --\u003e\n\u003cdiv class=\"tub-desc__guarantee-box\"\u003e\n\u003ch4\u003e🛡️ Our No-Risk Promise to You\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003ePre-Ship Approval:\u003c\/strong\u003e 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.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e5-Year Fixture Warranty:\u003c\/strong\u003e We'll repair or replace any manufacturing defects\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLifetime Expert Support:\u003c\/strong\u003e Our team is always here to help with installation and maintenance\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eWe're so confident you'll love this tub, the risk is entirely on us.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- COMPARISON --\u003e\n\u003csection class=\"tub-desc__comparison\"\u003e\n\u003ch3\u003eThe Noble Brass Difference\u003c\/h3\u003e\n\u003ctable class=\"tub-desc__comparison-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003c\/th\u003e\n\u003cth\u003eNoble Brass Copper Tub\u003c\/th\u003e\n\u003cth\u003eStandard Acrylic Tub\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003e✓ 100% Solid Pure Copper\u003c\/td\u003e\n\u003ctd\u003e✗ Petroleum-based Plastic\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDurability\u003c\/td\u003e\n\u003ctd\u003e✓ Lasts generations (Self-healing)\u003c\/td\u003e\n\u003ctd\u003e✗ Scratches, cracks, yellows\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHeat Retention\u003c\/td\u003e\n\u003ctd\u003e✓ Excellent (Conducts heat)\u003c\/td\u003e\n\u003ctd\u003e✗ Poor (Water cools fast)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHygiene\u003c\/td\u003e\n\u003ctd\u003e✓ Antimicrobial surface\u003c\/td\u003e\n\u003ctd\u003e✗ Porous surface harbors bacteria\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\n\u003c!-- SECOND PRODUCT IMAGE --\u003e\n\u003csection style=\"margin: 60px 0;\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/il_1588xN.3733548667_7j1t.webp?v=1758628770\" alt=\"Noble Brass copper bathtub detail\" style=\"width: 100%; max-width: 600px; margin: 0 auto; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,.1); display: block;\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003c\/section\u003e\n\n\u003c!-- FEATURES GRID --\u003e\n\u003csection class=\"tub-desc__features\"\u003e\n\u003ch3\u003eWhy This Tub Is Worth The Investment\u003c\/h3\u003e\n\u003cul class=\"tub-desc__features-list\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"tub-desc__feature-icon\"\u003e\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n              \u003cpath d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"tub-desc__feature-content\"\u003e\n\u003ch5\u003e100% Solid Copper\u003c\/h5\u003e\n\u003cp\u003eHigh-quality, non-recycled copper ensures long-lasting durability and timeless beauty.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"tub-desc__feature-icon\"\u003e\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n              \u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n              \u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"tub-desc__feature-content\"\u003e\n\u003ch5\u003eNatural Living Finish\u003c\/h5\u003e\n\u003cp\u003eUnlacquered finish develops a charming patina and vintage character over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"tub-desc__feature-icon\"\u003e\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n              \u003cpath d=\"M9 12l2 2 4-4\"\u003e\u003c\/path\u003e\n              \u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"tub-desc__feature-content\"\u003e\n\u003ch5\u003eDeep Soaking Design\u003c\/h5\u003e\n\u003cp\u003eIncreased depth allows full submersion for a truly relaxing spa experience at home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"tub-desc__feature-icon\"\u003e\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n              \u003cpath d=\"M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z\"\u003e\u003c\/path\u003e\n              \u003cline y2=\"22\" x2=\"2\" y1=\"8\" x1=\"16\"\u003e\u003c\/line\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"tub-desc__feature-content\"\u003e\n\u003ch5\u003eAntimicrobial \u0026amp; Hygienic\u003c\/h5\u003e\n\u003cp\u003eCopper naturally resists bacteria and mold, keeping your bath cleaner and healthier.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\n\u003c!-- LIFESTYLE SECTIONS --\u003e\n\u003csection class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg alt=\"Copper Tub Top View\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/solid-copper-bathtub-vintage-freestanding-hammered-tub-customized-tub-1912955.webp\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch4\u003eTimeless Elegance \u0026amp; Comfort\u003c\/h4\u003e\n\u003cp\u003eEach Noble Brass tub is individually hand-hammered by Moroccan artisans, resulting in subtle, organic variations that make your tub truly one-of-a-kind. The generous interior depth invites full-body relaxation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection style=\"direction: rtl;\" class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg alt=\"Hammered Copper Detail\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/il_1588xN.3685955826_2rre.avif?v=1758628770\u0026amp;width=1800\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch4\u003eLiving Finish: The Beauty of Patina\u003c\/h4\u003e\n\u003cp\u003eOur unlacquered copper develops a rich, protective patina over time — a living surface that tells a story. Minor scratches blend in naturally as the patina re-forms, adding to its antique charm.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg alt=\"Copper Tub in Bathroom\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/solid-copper-bathtub-vintage-freestanding-hammered-tub-customized-tub-5474409.webp\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch4\u003eA Sanctuary in Your Home\u003c\/h4\u003e\n\u003cp\u003eTransform your bathroom into a private retreat with Noble Brass. The warm, reflective glow of hand-hammered copper creates a serene, spa-like ambiance. No two tubs are identical — yours is a functional heirloom.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003ch4\u003eDimensions in Inches (Approx.)\u003c\/h4\u003e\n\u003cdiv class=\"tub-desc__dimensions-grid\"\u003e\n\u003cdiv class=\"tub-desc__dimension-card\"\u003e\n\u003cdiv class=\"tub-desc__dimension-label\"\u003eOverall Length\u003c\/div\u003e\n\u003cdiv class=\"tub-desc__dimension-value\"\u003e67\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tub-desc__dimension-card\"\u003e\n\u003cdiv class=\"tub-desc__dimension-label\"\u003eOverall Width\u003c\/div\u003e\n\u003cdiv class=\"tub-desc__dimension-value\"\u003e35.5\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tub-desc__dimension-card\"\u003e\n\u003cdiv class=\"tub-desc__dimension-label\"\u003eOverall Height\u003c\/div\u003e\n\u003cdiv class=\"tub-desc__dimension-value\"\u003e26.5\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tub-desc__dimension-card\"\u003e\n\u003cdiv class=\"tub-desc__dimension-label\"\u003eWater Depth\u003c\/div\u003e\n\u003cdiv class=\"tub-desc__dimension-value\"\u003e18.7\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- DOWNLOAD \u0026 FAQ --\u003e\n\u003cdiv class=\"tub-desc__download\"\u003e\n\u003ch4\u003eComplete Specification Sheet\u003c\/h4\u003e\n\u003cp\u003eDownload our detailed spec sheet with diagrams, measurements, and installation guide.\u003c\/p\u003e\n\u003ca download=\"\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/IT-041-00-011-00-23.pdf\"\u003e📄 Download PDF\u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003csection class=\"tub-desc__faq\"\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs copper hard to maintain?\u003c\/summary\u003e\n\u003cp\u003eNot 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.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the tub get cold quickly?\u003c\/summary\u003e\n\u003cp\u003eCopper 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.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is included with the tub?\u003c\/summary\u003e\n\u003cp\u003eThe tub comes as a standalone soaking basin. Overflow kits and drains are sold separately or can be selected in the configuration options above.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat cleaning products should I avoid?\u003c\/summary\u003e\n\u003cp\u003eAvoid 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.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use bath salts or essential oils?\u003c\/summary\u003e\n\u003cp\u003eYes, 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.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow is the tub shipped?\u003c\/summary\u003e\n\u003cp\u003eThe 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.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\n\u003c!-- DETAILED WARRANTY --\u003e\n\u003cdiv class=\"ie-warranty\" role=\"region\" aria-label=\"Warranty \u0026amp; Guarantee\"\u003e\n\u003cdiv class=\"ie-warranty__top\"\u003e\n\u003csvg class=\"ie-warranty__shield\" viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M12 2l7 3v6c0 5-3.6 9.7-7 11-3.4-1.3-7-6-7-11V5l7-3z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M10.2 12.6l-1.9-1.9-1.1 1.1 3 3 5.6-5.6-1.1-1.1-4.5 4.5z\" fill=\"#fff\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003ch4 class=\"ie-warranty__title\"\u003eWarranty \u0026amp; Guarantee\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ie-warranty__body\"\u003e\n\u003cp\u003eNoble Brass stands by the quality of its products with industry-leading protection.\u003c\/p\u003e\n\u003cul class=\"ie-warranty__list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eLifetime Limited Warranty\u003c\/strong\u003e on the copper body and structural integrity.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e5-Year Warranty\u003c\/strong\u003e on leakage protection and craftsmanship.\u003c\/li\u003e\n\u003cli\u003eCovered for \u003cstrong\u003erepair or replacement\u003c\/strong\u003e in case of manufacturing defects.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"ie-warranty__note\"\u003eQuestions or need to file a claim? Email \u003ca href=\"mailto:contact@noblebrass.com\"\u003econtact@noblebrass.com\u003c\/a\u003e with your order number.\u003c\/p\u003e\n\u003cp class=\"ie-warranty__note\"\u003eFinish 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.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FINAL CTA --\u003e\n\u003cdiv style=\"margin-top: 60px;\" class=\"tub-desc__cta-section\"\u003e\n\u003ch4 style=\"font-size: clamp(20px, 3vw, 24px); margin-bottom: 15px; color: var(--primary);\"\u003eReady for a Spa Experience?\u003c\/h4\u003e\n\u003cp style=\"color: var(--muted); margin-bottom: 20px;\"\u003eJoin hundreds of homeowners who chose the luxury of Noble Brass copper.\u003c\/p\u003e\n\u003cbutton type=\"button\" class=\"tub-desc__cta-primary\" onclick=\"nbAddToCart(this)\"\u003eAdd to Cart Now\u003c\/button\u003e\n\u003cdiv class=\"nb-cart-msg\" style=\"margin-top:10px;font-size:13px;min-height:18px;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n  \/\/ Grabs the product's variant ID straight from Shopify's public JSON endpoint\n  \/\/ (works regardless of where this code is pasted — no Liquid required).\n  async function nbGetVariantId() {\n    try {\n      var res = await fetch(window.location.pathname + '.js');\n      if (!res.ok) throw new Error('Could not read product data for this page.');\n      var product = await res.json();\n      var variant = product.variants.find(function (v) { return v.available; }) || product.variants[0];\n      return variant ? variant.id : null;\n    } catch (e) {\n      console.error(e);\n      return null;\n    }\n  }\n\n  async function nbAddToCart(button) {\n    var msgEl = button.parentElement.querySelector('.nb-cart-msg');\n    var originalText = button.textContent;\n    button.disabled = true;\n    button.textContent = 'Adding...';\n    if (msgEl) msgEl.textContent = '';\n\n    try {\n      var variantId = await nbGetVariantId();\n      if (!variantId) {\n        throw new Error('Could not find a product variant to add. Make sure this is placed on an actual product page.');\n      }\n\n      var response = await fetch('\/cart\/add.js', {\n        method: 'POST',\n        headers: { 'Content-Type': 'application\/json', 'Accept': 'application\/json' },\n        body: JSON.stringify({ items: [{ id: variantId, quantity: 1 }] })\n      });\n\n      var data = await response.json();\n\n      if (!response.ok) {\n        throw new Error(data.description || data.message || 'Could not add item to cart.');\n      }\n\n      button.textContent = 'Added ✓';\n      if (msgEl) {\n        msgEl.style.color = '#2d5016';\n        msgEl.textContent = 'Added to your cart.';\n      }\n\n      document.dispatchEvent(new CustomEvent('cart:refresh'));\n      document.dispatchEvent(new CustomEvent('cart:update'));\n\n      \/\/ Uncomment to send shoppers straight to the cart page instead of staying on the product page:\n      \/\/ window.location.href = '\/cart';\n\n    } catch (err) {\n      if (msgEl) {\n        msgEl.style.color = '#a33';\n        msgEl.textContent = err.message;\n      } else {\n        alert(err.message);\n      }\n    } finally {\n      setTimeout(function () {\n        button.disabled = false;\n        button.textContent = originalText;\n      }, 1800);\n    }\n  }\n\u003c\/script\u003e\n","brand":"Noble Brass","offers":[{"title":"Default Title","offer_id":50256784589057,"sku":"IT-041-00-011-00-23","price":4750.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0827\/8848\/3329\/files\/solid-copper-bathtub-vintage-freestanding-hammered-tub-customized-tub-5064861.webp?v=1788139220","url":"https:\/\/noble-brass.com\/products\/solid-copper-bathtub-vintage-freestanding-hammered-tub-customized-tub","provider":"Noble Brass","version":"1.0","type":"link"}