{"product_id":"copper-soaking-tub-copper-bathtub-free-standing-copper-tub","title":"Copper Soaking Tub, Copper Bathtub, Free Standing Copper Tub","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink 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\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\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\u003cdiv class=\"tub-desc\"\u003e\n\u003cdiv class=\"tub-desc__wrap\"\u003e\n\u003c!-- HEADER --\u003e\u003cheader class=\"tub-desc__header\"\u003e\n\u003cdiv class=\"tub-desc__eyebrow\"\u003eSolid Copper • Handcrafted in Morocco \u003c\/div\u003e\n\u003ch2 class=\"tub-desc__title\"\u003eOval Copper Soaking Tub\u003c\/h2\u003e\n\u003cp class=\"tub-desc__sub\"\u003eExperience the ultimate relaxation with our 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\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 class=\"tub-desc__cta-primary\"\u003eAdd to Cart\u003c\/button\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\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 \u003c!-- GUARANTEES BAR (Moved \u0026 Updated) --\u003e\n\u003cdiv class=\"tub-desc__guarantees-bar\"\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                        \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                        \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z\"\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                        \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z\"\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                        \u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" 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\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e \u003cstrong\u003ePre-Ship Approval\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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\u003c!-- HERO IMAGE --\u003e\n\u003csection style=\"margin: clamp(40px, 6vw, 80px) 0;\"\u003e\u003cimg loading=\"lazy\" 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=\"Copper Soaking Tub\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/copper-soaking-tub-copper-bathtub-free-standing-copper-tub-5916942.jpg\"\u003e\u003c\/section\u003e\n\u003c!-- MOVED CONFIG SELECTOR --\u003e\n\u003cdiv class=\"tub-desc__cta-section\" style=\"max-width: 600px; margin: 40px auto;\"\u003e\n\u003ch3 style=\"font-size: 1.2rem; margin-bottom: 20px; color: var(--primary);\"\u003eCustomize Your Experience\u003c\/h3\u003e\n\u003cdiv class=\"config-selector\"\u003e\n\u003cdiv class=\"config-option selected\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/copper-soaking-tub-copper-bathtub-free-standing-copper-tub-5916942.jpg\" alt=\"Bathtub Only\"\u003e \u003cspan\u003eBathtub Only\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"config-option\"\u003e\n\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/Copper_Soaking_Tub_-_IT-040-00-000-00-23_3.avif\" alt=\"With Overflow Kit\"\u003e \u003cspan\u003eWith Overflow Kit\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\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\"\u003eThe Oval design combines functionality with classic vintage appeal. Its deep soaking capability ensures full submersion.\u003c\/p\u003e\n\u003cdiv class=\"tub-desc__config-slider-wrap\"\u003e\n\u003ch3 class=\"tub-desc__config-slider-title\"\u003eProduct Gallery\u003c\/h3\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 class=\"tub-desc__config-slider-container\" id=\"configSlider\"\u003e\n\u003cdiv class=\"tub-desc__config-slider\"\u003e\n\u003cdiv class=\"tub-desc__config-slide\"\u003e\n\u003cimg class=\"tub-desc__config-slide-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/copper-soaking-tub-copper-bathtub-free-standing-copper-tub-5916942.jpg\" alt=\"Front View\"\u003e\n\u003cdiv class=\"tub-desc__config-slide-caption\"\u003eMain View\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tub-desc__config-slide\"\u003e\n\u003cimg class=\"tub-desc__config-slide-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/copper-soaking-tub-copper-bathtub-free-standing-copper-tub-3288575.jpg\" alt=\"Side View\"\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 class=\"tub-desc__config-slide-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/copper-soaking-tub-copper-bathtub-free-standing-copper-tub-4936100.jpg\" alt=\"Texture Detail\"\u003e\n\u003cdiv class=\"tub-desc__config-slide-caption\"\u003eTexture Detail\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tub-desc__config-slide\"\u003e\n\u003cimg class=\"tub-desc__config-slide-img\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/Copper_Soaking_Tub_-_IT-040-00-000-00-23_3.avif?v=1761670242\u0026amp;width=1800\" alt=\"With Overflow Kit\"\u003e\n\u003cdiv class=\"tub-desc__config-slide-caption\"\u003eWith Overflow Kit\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tub-desc__config-slide\"\u003e\n\u003cimg class=\"tub-desc__config-slide-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/copper-soaking-tub-copper-bathtub-free-standing-copper-tub-3249348.webp\" alt=\"With Overflow Kit\"\u003e\n\u003cdiv class=\"tub-desc__config-slide-caption\"\u003eClose Top View\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tub-desc__config-slide\"\u003e\n\u003cimg class=\"tub-desc__config-slide-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/copper-soaking-tub-copper-bathtub-free-standing-copper-tub-8764570.jpg\" alt=\"With Overflow Kit\"\u003e\n\u003cdiv class=\"tub-desc__config-slide-caption\"\u003eSide Profile\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\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\u003c!-- New Review 1 --\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\u003c!-- New Review 2 --\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\u003c!-- Original Review 1 --\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\u003c!-- Original Review 2 --\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\u003c!-- GUARANTEE BOX --\u003e\n\u003cdiv class=\"tub-desc__guarantee-box\"\u003e\n\u003ch3\u003e🛡️ Our No-Risk Promise to You\u003c\/h3\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 faucet, the risk is entirely on us.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- COMPARISON --\u003e\n\u003csection class=\"tub-desc__comparison\"\u003e\n\u003ch3\u003eThe Handcrafted 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\u003eOur 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\u003c!-- PRODUCT IMAGE --\u003e\n\u003csection style=\"margin: 60px 0;\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" 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=\"Copper bathtub with overflow kit\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/Copper_Soaking_Tub_-_IT-040-00-000-00-23_2.avif?v=1761670242\u0026amp;width=1800\"\u003e\u003c\/section\u003e\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 viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\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\n                                \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 viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                                \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\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 viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                                \u003cpath d=\"M9 12l2 2 4-4\"\u003e\u003c\/path\u003e\n                                \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\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 viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\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 x1=\"16\" y1=\"8\" x2=\"2\" y2=\"22\"\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\u003c!-- LIFESTYLE SECTIONS --\u003e\n\u003csection class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/copper-soaking-tub-copper-bathtub-free-standing-copper-tub-3288575.jpg\" alt=\"Copper Tub Side View\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003eTimeless Elegance \u0026amp; Comfort\u003c\/h3\u003e\n\u003cp\u003eThe 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.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"lifestyle-section\" style=\"direction: rtl;\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/copper-soaking-tub-copper-bathtub-free-standing-copper-tub-8764570.jpg\" alt=\"Copper Tub Patina Detail\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003eLiving Finish: The Beauty of Patina\u003c\/h3\u003e\n\u003cp\u003eOur 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.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/copper-soaking-tub-copper-bathtub-free-standing-copper-tub-3249348.webp\" alt=\"Copper Tub Lifestyle\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003eA Sanctuary in Your Home\u003c\/h3\u003e\n\u003cp\u003eTransform 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.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TECHNICAL SPECS --\u003e\n\u003csection class=\"tub-desc__specs-section\"\u003e\n\u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n\u003ctable class=\"tub-desc__specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eCertified Solid Copper\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFinish\u003c\/td\u003e\n\u003ctd\u003eUnlacquered Copper (Develops Natural Patina)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eShape\u003c\/td\u003e\n\u003ctd\u003eOval Free Standing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eThickness\u003c\/td\u003e\n\u003ctd\u003e16 Gauge (Heavy Duty)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003eApprox 15-20 kg (check specific model)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDrain\u003c\/td\u003e\n\u003ctd\u003eStandard 1.5\" drain opening\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCountry of Origin\u003c\/td\u003e\n\u003ctd\u003eMorocco\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation\u003c\/td\u003e\n\u003ctd\u003eProfessional installation recommended\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch3\u003eKey Dimensions\u003c\/h3\u003e\n\u003cdiv class=\"tub-desc__dimensions-grid\"\u003e\n\u003cdiv class=\"tub-desc__dimension-card\"\u003e\n\u003cdiv class=\"tub-desc__dimension-label\"\u003eLength\u003c\/div\u003e\n\u003cdiv class=\"tub-desc__dimension-value\"\u003e41\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tub-desc__dimension-card\"\u003e\n\u003cdiv class=\"tub-desc__dimension-label\"\u003eWidth\u003c\/div\u003e\n\u003cdiv class=\"tub-desc__dimension-value\"\u003e25.6\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tub-desc__dimension-card\"\u003e\n\u003cdiv class=\"tub-desc__dimension-label\"\u003eHeight\u003c\/div\u003e\n\u003cdiv class=\"tub-desc__dimension-value\"\u003e23.5\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tub-desc__dimension-card\"\u003e\n\u003cdiv class=\"tub-desc__dimension-label\"\u003eCapacity\u003c\/div\u003e\n\u003cdiv class=\"tub-desc__dimension-value\"\u003eDeep\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DOWNLOAD \u0026 FAQ --\u003e\n\u003cdiv class=\"tub-desc__download\"\u003e\n\u003ch3\u003eComplete Specification Sheet\u003c\/h3\u003e\n\u003cp\u003eDownload our detailed spec sheet with diagrams, measurements, and installation guide.\u003c\/p\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Copper_Soaking_Tub_-_IT-040-00-011-00-23_size.pdf\" download=\"\"\u003e📄 Download PDF\u003c\/a\u003e\n\u003c\/div\u003e\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\u003c!-- DETAILED WARRANTY (New) --\u003e\n\u003cdiv aria-label=\"Warranty \u0026amp; Guarantee\" role=\"region\" class=\"ie-warranty\"\u003e\n\u003cdiv class=\"ie-warranty__top\"\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\" class=\"ie-warranty__shield\"\u003e\n                        \u003cpath fill=\"currentColor\" d=\"M12 2l7 3v6c0 5-3.6 9.7-7 11-3.4-1.3-7-6-7-11V5l7-3z\"\u003e\u003c\/path\u003e\n                        \u003cpath fill=\"#fff\" 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\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n\u003ch3 class=\"ie-warranty__title\"\u003eWarranty \u0026amp; Guarantee\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ie-warranty__body\"\u003e\n\u003cp\u003eWe stand by the quality of our 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\n\u003c\/ul\u003e\n\u003cp class=\"ie-warranty__note\"\u003eQuestions or need to file a claim? Email \u003ca href=\"mailto:contact@insideast.com\"\u003econtact@insideast.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\u003c!-- FINAL CTA --\u003e\n\u003cdiv class=\"tub-desc__cta-section\" style=\"margin-top: 60px;\"\u003e\n\u003ch3 style=\"font-size: clamp(20px, 3vw, 24px); margin-bottom: 15px; color: var(--primary);\"\u003eReady for a Spa Experience?\u003c\/h3\u003e\n\u003cp style=\"color: var(--muted); margin-bottom: 20px;\"\u003eJoin hundreds of homeowners who chose the luxury of copper.\u003c\/p\u003e\n\u003cbutton class=\"tub-desc__cta-primary\"\u003eAdd to Cart Now\u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Noble Brass","offers":[{"title":"Bathtub Only","offer_id":50256784621825,"sku":"IT-040-00-011-00-23","price":2962.14,"currency_code":"USD","in_stock":true},{"title":"'+ Overflow Kit","offer_id":50256784654593,"sku":"IT-042-00-011-00-24","price":3116.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0827\/8848\/3329\/files\/Copper_Soaking_Tub_-_IT-040-00-000-00-23_2.jpg?v=1788139220","url":"https:\/\/noble-brass.com\/products\/copper-soaking-tub-copper-bathtub-free-standing-copper-tub","provider":"Noble Brass","version":"1.0","type":"link"}