{"product_id":"solid-unlacquered-brass-undermount-hammered-sink-kitchen-bar-sink-island-sink-outdoor-sink","title":"Solid Brass Undermount Hammered Sink | Kitchen Bar Sink","description":"\u003cstyle\u003e\n    \/* ========== EXISTING STYLES ========== *\/\n    .faucet-desc {\n        --primary: #1a1a1a;\n        --accent: #a67c52;\n        --accent-light: #d4b896;\n        --muted: #666;\n        --bg-light: #fafaf8;\n        --shadow: rgba(0, 0, 0, .1);\n        color: var(--primary);\n        font-family: -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    }\n\n    .faucet-desc__wrap {\n        max-width: 900px;\n        margin: 0 auto;\n        padding: clamp(24px, 4vw, 60px) clamp(16px, 2vw, 24px);\n    }\n\n    \/* FORCE-CENTER HEADER *\/\n    .faucet-desc__header {\n        position: relative;\n        padding: clamp(40px, 6vw, 80px) 0;\n\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n\n        width: 100%;\n        margin: 0 auto;\n\n        text-align: center !important;\n    }\n\n    .faucet-desc__header * {\n        text-align: center !important;\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    .faucet-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    .faucet-desc__eyebrow {\n        font-size: clamp(.95rem, 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    .faucet-desc__title {\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    .faucet-desc__sub {\n        color: var(--muted);\n        font-size: clamp(1.7rem, 2vw, 1.8rem);\n        max-width: 700px;\n        margin: 0 auto;\n        line-height: 1.7;\n        text-align: center;\n    }\n\n    .faucet-desc__video {\n        display: grid;\n        margin: clamp(60px, 8vw, 100px) 0\n    }\n\n    .faucet-desc__video-container {\n        position: relative;\n        width: 100%;\n        max-width: 500px;\n        margin: 0 auto;\n        overflow: hidden;\n        border-radius: 12px;\n        box-shadow: 0 10px 40px var(--shadow)\n    }\n\n    .faucet-desc__video-container video {\n        width: 100%;\n        height: auto;\n        display: block\n    }\n\n    .faucet-desc__specs-section {\n        margin: clamp(60px, 8vw, 100px) 0\n    }\n\n    .faucet-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    .faucet-desc__specs-table tr {\n        border-bottom: 1px solid var(--accent-light)\n    }\n\n    .faucet-desc__specs-table tr:last-child {\n        border-bottom: none\n    }\n\n    .faucet-desc__specs-table td {\n        padding: 12px 20px;\n        font-size: 14px\n    }\n\n    .faucet-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    .faucet-desc__specs-table td:last-child {\n        color: var(--muted)\n    }\n\n    .faucet-desc__dimensions-grid {\n        display: grid;\n        grid-template-columns: repeat(4, 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    .faucet-desc__dimension-card {\n        text-align: center;\n        padding: 10px\n    }\n\n    .faucet-desc__dimension-label {\n        font-size: 11px;\n        text-transform: uppercase;\n        letter-spacing: .5px;\n        color: var(--accent);\n        margin-bottom: 5px;\n        font-weight: 600\n    }\n\n    .faucet-desc__dimension-value {\n        font-size: 20px;\n        font-weight: 700;\n        color: var(--primary)\n    }\n\n    .faucet-desc__dimension-unit {\n        font-size: 11px;\n        color: #999;\n        margin-top: 2px\n    }\n\n    .faucet-desc__download {\n        background: linear-gradient(135deg, #fff 0%, var(--bg-light) 100%);\n        padding: 25px;\n        border-radius: 8px;\n        text-align: center;\n        margin: 40px 0;\n        border: 1px solid var(--accent-light)\n    }\n\n    .faucet-desc__download h3 {\n        color: var(--primary)\n    }\n\n    .faucet-desc__download p {\n        color: var(--muted);\n        margin-bottom: 15px\n    }\n\n    .faucet-desc__download a {\n        display: inline-block;\n        background: var(--accent);\n        color: #fff;\n        padding: 12px 30px;\n        border-radius: 6px;\n        text-decoration: none;\n        font-weight: 600;\n        font-size: 14px;\n        transition: background .3s ease\n    }\n\n    .faucet-desc__download a:hover {\n        background: #8b6740\n    }\n\n    .faucet-desc__warranty-badge {\n        display: flex;\n        align-items: center;\n        gap: clamp(12px, 2vw, 20px);\n        margin: clamp(30px, 4vw, 50px) 0;\n        padding: clamp(16px, 3vw, 24px);\n        background: linear-gradient(135deg, #fff 0%, var(--bg-light) 100%);\n        border: 2px solid var(--accent);\n        border-radius: 12px;\n        box-shadow: 0 4px 15px rgba(166, 124, 82, .1);\n        transition: all .3s ease\n    }\n\n    .faucet-desc__warranty-badge:hover {\n        transform: translateY(-2px);\n        box-shadow: 0 6px 20px rgba(166, 124, 82, .15)\n    }\n\n    .faucet-desc__warranty-badge-icon {\n        flex-shrink: 0;\n        width: clamp(40px, 6vw, 50px);\n        height: clamp(40px, 6vw, 50px);\n        color: var(--accent);\n        display: flex;\n        align-items: center;\n        justify-content: center\n    }\n\n    .faucet-desc__warranty-badge-icon svg {\n        width: 100%;\n        height: 100%\n    }\n\n    .faucet-desc__warranty-badge-content {\n        flex: 1;\n        min-width: 0\n    }\n\n    .faucet-desc__warranty-badge-content strong {\n        display: block;\n        font-size: clamp(1rem, 2vw, 1.2rem);\n        font-weight: 700;\n        color: var(--primary);\n        margin-bottom: clamp(4px, 1vw, 8px);\n        line-height: 1.3\n    }\n\n    .faucet-desc__warranty-badge-content p {\n        margin: 0;\n        font-size: clamp(.85rem, 1.5vw, 1rem);\n        color: var(--muted);\n        line-height: 1.5\n    }\n\n    .faucet-desc__warranty-badge-content p strong {\n        display: inline;\n        font-size: inherit;\n        font-weight: 700;\n        color: var(--accent)\n    }\n\n    .faucet-desc__config {\n        margin: 60px 0\n    }\n\n    .faucet-desc__config h2 {\n        font-size: 28px;\n        margin-bottom: 15px;\n        color: var(--primary);\n        font-weight: 600;\n        text-align: center\n    }\n\n    .faucet-desc__config-intro {\n        text-align: center;\n        color: var(--muted);\n        font-size: 15px;\n        line-height: 1.7;\n        max-width: 700px;\n        margin: 0 auto 35px\n    }\n\n    .faucet-desc__config-slider-wrap {\n        position: relative;\n        overflow: hidden;\n        margin: 40px 0;\n        max-width: 800px;\n        margin-left: auto;\n        margin-right: auto\n    }\n\n    .faucet-desc__config-slider-title {\n        text-align: center;\n        font-size: 22px;\n        font-weight: 700;\n        color: var(--accent);\n        margin-bottom: 25px;\n        text-transform: uppercase;\n        letter-spacing: 1px\n    }\n\n    .faucet-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        max-height: 500px;\n        padding: 0 40px\n    }\n\n    .faucet-desc__config-slider-container::-webkit-scrollbar {\n        height: 8px\n    }\n\n    .faucet-desc__config-slider-container::-webkit-scrollbar-track {\n        background: #f1f1f1;\n        border-radius: 10px\n    }\n\n    .faucet-desc__config-slider-container::-webkit-scrollbar-thumb {\n        background: var(--accent);\n        border-radius: 10px\n    }\n\n    .faucet-desc__config-slider {\n        display: flex;\n        gap: 20px;\n        padding: 5px\n    }\n\n    .faucet-desc__config-slide {\n        flex: 0 0 calc(50% - 10px);\n        min-width: calc(50% - 10px);\n        scroll-snap-align: start\n    }\n\n    .faucet-desc__config-slide-img {\n        width: 100%;\n        height: 460px;\n        object-fit: cover;\n        border-radius: 12px;\n        box-shadow: 0 10px 40px var(--shadow);\n        display: block;\n        background: #fff;\n        border: 1px solid var(--accent-light)\n    }\n\n    .faucet-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    .faucet-desc__config-arrow {\n        position: absolute;\n        top: 50%;\n        transform: translateY(-50%);\n        background: rgba(166, 124, 82, .8);\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    .faucet-desc__config-arrow:hover {\n        background: #8b6740;\n        transform: translateY(-50%) scale(1.1)\n    }\n\n    .faucet-desc__config-arrow--left {\n        left: 4px\n    }\n\n    .faucet-desc__config-arrow--right {\n        right: 4px\n    }\n\n    .faucet-desc__config-grid {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 20px;\n        margin-top: 40px;\n        background: linear-gradient(135deg, #fff 0%, var(--bg-light) 100%);\n        padding: 25px;\n        border-radius: 8px;\n        border: 1px solid var(--accent-light)\n    }\n\n    .faucet-desc__config-section h3 {\n        font-size: 16px;\n        color: var(--accent);\n        margin-bottom: 12px;\n        font-weight: 600;\n        text-align: center\n    }\n\n    .faucet-desc__config-options {\n        display: grid;\n        gap: 8px\n    }\n\n    .faucet-desc__config-section:first-child .faucet-desc__config-options {\n        grid-template-columns: 1fr 1fr\n    }\n\n    .faucet-desc__config-section:last-child .faucet-desc__config-options {\n        grid-template-columns: 1fr\n    }\n\n    .faucet-desc__config-option {\n        background: #fff;\n        padding: 10px;\n        border-radius: 6px;\n        border: 1px solid var(--accent-light);\n        font-size: 13px;\n        color: var(--primary);\n        text-align: center;\n        font-weight: 500;\n        cursor: pointer;\n        transition: all .2s ease;\n        position: relative\n    }\n\n    .faucet-desc__config-option:hover {\n        border-color: var(--accent);\n        transform: translateY(-2px);\n        box-shadow: 0 4px 12px var(--shadow)\n    }\n\n    .faucet-desc__reviews h2 {\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    }\n\n    .faucet-desc__review-slider-wrap {\n        position: relative;\n        overflow-x: auto;\n        overflow-y: hidden;\n        border-radius: 12px;\n        scroll-behavior: smooth;\n        padding: 0 10px\n    }\n\n    .faucet-desc__review-slider-wrap::-webkit-scrollbar {\n        height: 6px\n    }\n\n    .faucet-desc__review-slider-wrap::-webkit-scrollbar-track {\n        background: #f1f1f1;\n        border-radius: 10px\n    }\n\n    .faucet-desc__review-slider-wrap::-webkit-scrollbar-thumb {\n        background: var(--accent);\n        border-radius: 10px;\n        cursor: grab\n    }\n\n    .faucet-desc__review-slider-wrap::-webkit-scrollbar-thumb:active {\n        cursor: grabbing\n    }\n\n    .faucet-desc__review-slider {\n        display: flex;\n        gap: 25px;\n        padding: 0\n    }\n\n    .faucet-desc__review-slider-item {\n        flex: 0 0 calc(33.333% - 17px);\n        min-width: calc(33.333% - 17px)\n    }\n\n    .faucet-desc__review-arrow {\n        position: absolute;\n        top: 50%;\n        transform: translateY(-50%);\n        background: rgba(166, 124, 82, .8);\n        color: #fff;\n        border: none;\n        width: 35px;\n        height: 35px;\n        border-radius: 50%;\n        cursor: pointer;\n        z-index: 20;\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    .faucet-desc__review-arrow:hover {\n        background: #8b6740;\n        transform: translateY(-50%) scale(1.1)\n    }\n\n    .faucet-desc__review-arrow--left {\n        left: 8px\n    }\n\n    .faucet-desc__review-arrow--right {\n        right: 8px\n    }\n\n    .faucet-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    .faucet-desc__review-card:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 8px 25px rgba(0, 0, 0, .12)\n    }\n\n    .faucet-desc__review-header {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        margin-bottom: 12px\n    }\n\n    .faucet-desc__review-author {\n        font-weight: 700;\n        color: var(--primary)\n    }\n\n    .faucet-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    .faucet-desc__review-stars {\n        color: var(--accent);\n        font-size: 16px;\n        margin-bottom: 10px\n    }\n\n    .faucet-desc__review-text {\n        color: var(--muted);\n        font-size: 14px;\n        line-height: 1.6;\n        margin-bottom: 12px\n    }\n\n    .faucet-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 - IMPROVED ========== *\/\n    .faucet-desc__features {\n        margin: clamp(60px, 8vw, 100px) 0\n    }\n\n    .faucet-desc__features h2 {\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    .faucet-desc__features-list {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 25px;\n        margin: 0;\n        padding: 0;\n        list-style: none\n    }\n\n    .faucet-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    .faucet-desc__features-list li:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 8px 20px rgba(0, 0, 0, .12)\n    }\n\n    .faucet-desc__feature-icon {\n        width: 50px;\n        height: 50px;\n        background: #f0e8df;\n        border-radius: 8px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        flex-shrink: 0;\n        color: var(--accent);\n        border: 1px solid var(--accent-light);\n        align-self: flex-start\n    }\n\n    .faucet-desc__feature-icon svg {\n        width: 28px;\n        height: 28px\n    }\n\n    .faucet-desc__feature-content h4 {\n        font-size: clamp(15px, 2vw, 16px);\n        font-weight: 700;\n        margin-bottom: 8px;\n        color: var(--primary);\n        line-height: 1.3\n    }\n\n    .faucet-desc__feature-content p {\n        font-size: clamp(13px, 1.5vw, 14px);\n        color: var(--muted);\n        line-height: 1.6;\n        margin: 0\n    }\n\n    .faucet-desc__package {\n        margin: clamp(60px, 8vw, 100px) 0\n    }\n\n    .faucet-desc__package h2 {\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    }\n\n    .faucet-desc__package-list {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 8px;\n        margin: 0;\n        padding: 0;\n        list-style: none\n    }\n\n    .faucet-desc__package-list li {\n        display: flex;\n        align-items: center;\n        gap: 6px;\n        padding: 8px 12px;\n        font-size: 13px;\n        background: var(--bg-light);\n        border-radius: 6px;\n        border: 1px solid var(--accent-light);\n        transition: all .2s ease\n    }\n\n    .faucet-desc__package-list li:hover {\n        background: #fff;\n        transform: translateY(-2px);\n        box-shadow: 0 2px 8px var(--shadow)\n    }\n\n    .faucet-desc__package-list li:before {\n        content: \"✓\";\n        color: var(--accent);\n        font-weight: bold;\n        font-size: 14px;\n        flex-shrink: 0\n    }\n\n    .faucet-desc__faq {\n        margin-top: clamp(60px, 8vw, 100px)\n    }\n\n    .faucet-desc__faq h2 {\n        font-size: 28px;\n        margin-bottom: 20px;\n        color: var(--primary);\n        font-weight: 600;\n        border-bottom: 2px solid var(--accent-light);\n        padding-bottom: 15px\n    }\n\n    .faucet-desc__faq details {\n        border: none;\n        border-radius: 6px;\n        padding: 15px;\n        background: var(--bg-light);\n        box-shadow: 0 4px 15px var(--shadow);\n        transition: all .3s ease;\n        margin-bottom: 10px;\n        border: 1px solid var(--accent-light)\n    }\n\n    .faucet-desc__faq details:hover {\n        box-shadow: 0 4px 12px rgba(166, 124, 82, .15);\n        transform: translateX(4px)\n    }\n\n    .faucet-desc__faq summary {\n        font-weight: 600;\n        color: var(--primary);\n        outline: none;\n        user-select: none;\n        display: flex;\n        align-items: center;\n        gap: 10px;\n        cursor: pointer;\n        font-size: 15px\n    }\n\n    .faucet-desc__faq summary::before {\n        content: \"→\";\n        color: var(--accent);\n        font-weight: bold;\n        font-size: 1.2em;\n        transition: transform .3s ease\n    }\n\n    .faucet-desc__faq details[open] summary::before {\n        transform: rotate(90deg)\n    }\n\n    .faucet-desc__faq summary:hover {\n        color: var(--accent)\n    }\n\n    .faucet-desc__faq details[open] summary {\n        margin-bottom: 10px;\n        color: var(--accent)\n    }\n\n    .faucet-desc__faq p {\n        color: var(--muted);\n        line-height: 1.6;\n        font-size: 14px;\n        margin: 0\n    }\n\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    }\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        flex: 0 0 24px;\n        color: #fff\n    }\n\n    .ie-warranty__title {\n        margin: 0;\n        font-size: 1.2rem;\n        font-weight: 700;\n        letter-spacing: .2px;\n        color: #fff\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        margin: .5rem 0 0 0;\n        padding-left: 1.25rem;\n        color: var(--primary)\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__badge {\n        display: flex;\n        align-items: center;\n        gap: .75rem;\n        margin: 1.5rem 0 1rem;\n        padding: 1rem 1.25rem;\n        border: 2px solid var(--accent);\n        border-radius: 8px;\n        background: #fff;\n        box-shadow: 0 2px 8px rgba(166, 124, 82, .1)\n    }\n\n    .ie-warranty__badge .tick {\n        font-size: 1.2rem;\n        line-height: 1;\n        color: var(--accent)\n    }\n\n    .ie-warranty__badge strong {\n        font-weight: 700;\n        color: var(--primary)\n    }\n\n    .ie-warranty__badge div {\n        color: var(--primary)\n    }\n\n    \/* ========== CRO STYLES ========== *\/\n    \/* CTA Section *\/\n    .faucet-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, .15)\n    }\n\n    .faucet-desc__price {\n        font-size: clamp(2rem, 4vw, 2.5rem);\n        font-weight: 700;\n        color: var(--accent);\n        margin-bottom: 15px\n    }\n\n    .faucet-desc__price-note {\n        font-size: clamp(13px, 1.5vw, 16px);\n        color: var(--muted);\n        margin-bottom: 20px\n    }\n\n    .faucet-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: 8px;\n        cursor: pointer;\n        transition: all .3s ease;\n        box-shadow: 0 4px 15px rgba(166, 124, 82, .3);\n        text-transform: uppercase;\n        letter-spacing: .5px;\n        width: 100%;\n        max-width: 400px\n    }\n\n    .faucet-desc__cta-primary:hover {\n        background: #8b6740;\n        transform: translateY(-2px);\n        box-shadow: 0 6px 20px rgba(166, 124, 82, .4)\n    }\n\n    .faucet-desc__cta-primary:active {\n        transform: translateY(0)\n    }\n\n    .faucet-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    .faucet-desc__trust-bar div {\n        display: flex;\n        align-items: center;\n        gap: 5px\n    }\n\n    .faucet-desc__trust-bar div:before {\n        content: \"✓\";\n        color: var(--accent);\n        font-weight: bold\n    }\n\n    \/* Guarantee Bar *\/\n    .faucet-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    }\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    \/* Comparison Table *\/\n    .faucet-desc__comparison {\n        margin: 60px 0;\n        padding: 40px 0\n    }\n\n    .faucet-desc__comparison h2 {\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    .faucet-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    .faucet-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    .faucet-desc__comparison-table td {\n        padding: 15px;\n        border-bottom: 1px solid var(--accent-light);\n        font-size: 14px\n    }\n\n    .faucet-desc__comparison-table tr:last-child td {\n        border-bottom: none\n    }\n\n    .faucet-desc__comparison-table td:first-child {\n        font-weight: 600;\n        color: var(--primary);\n        background: var(--bg-light);\n        width: 30%\n    }\n\n    .faucet-desc__comparison-table td:nth-child(2) {\n        color: #2d5016;\n        font-weight: 500\n    }\n\n    .faucet-desc__comparison-table td:nth-child(3) {\n        color: #7a271a\n    }\n\n    .faucet-desc__comparison-table tr:hover {\n        background: rgba(166, 124, 82, .05)\n    }\n\n    \/* Guarantee Box *\/\n    .faucet-desc__guarantee-box {\n        background: linear-gradient(135deg, #fff 0%, var(--bg-light) 100%);\n        border: 2px solid var(--accent);\n        border-radius: 12px;\n        padding: clamp(20px, 4vw, 30px);\n        margin: 40px 0;\n        box-shadow: 0 8px 25px rgba(166, 124, 82, .15)\n    }\n\n    .faucet-desc__guarantee-box h3 {\n        font-size: clamp(20px, 3vw, 24px);\n        color: var(--primary);\n        margin-bottom: 20px;\n        text-align: center\n    }\n\n    .faucet-desc__guarantee-box ul {\n        list-style: none;\n        padding: 0;\n        margin: 0 0 20px 0\n    }\n\n    .faucet-desc__guarantee-box li {\n        padding: 12px 0 12px 35px;\n        position: relative;\n        font-size: clamp(13px, 1.5vw, 15px);\n        line-height: 1.6;\n        color: var(--primary);\n        border-bottom: 1px solid var(--accent-light)\n    }\n\n    .faucet-desc__guarantee-box li:last-child {\n        border-bottom: none\n    }\n\n    .faucet-desc__guarantee-box li:before {\n        content: \"🛡️\";\n        position: absolute;\n        left: 0;\n        font-size: 20px\n    }\n\n    .faucet-desc__guarantee-box li strong {\n        color: var(--accent)\n    }\n\n    .faucet-desc__guarantee-box p {\n        text-align: center;\n        color: var(--muted);\n        font-style: italic;\n        margin: 0;\n        font-size: clamp(12px, 1.5vw, 14px)\n    }\n\n    \/* Review Stats *\/\n    .faucet-desc__review-stats {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 20px;\n        margin-bottom: 30px;\n        padding: 25px;\n        background: linear-gradient(135deg, #fff 0%, var(--bg-light) 100%);\n        border-radius: 12px;\n        border: 1px solid var(--accent-light)\n    }\n\n    .stat {\n        text-align: center;\n        padding: 15px\n    }\n\n    .stat-number {\n        font-size: clamp(2rem, 4vw, 2.5rem);\n        font-weight: 700;\n        color: var(--accent);\n        margin-bottom: 5px\n    }\n\n    .stat-label {\n        font-size: 13px;\n        color: var(--muted);\n        text-transform: uppercase;\n        letter-spacing: .5px\n    }\n\n    \/* Review Highlights *\/\n    .faucet-desc__review-highlights {\n        display: flex;\n        gap: 15px;\n        margin-bottom: 25px;\n        flex-wrap: wrap;\n        justify-content: center\n    }\n\n    .highlight {\n        background: #fff;\n        padding: 10px 18px;\n        border-radius: 20px;\n        font-size: 13px;\n        color: var(--primary);\n        border: 1px solid var(--accent-light);\n        box-shadow: 0 2px 8px var(--shadow)\n    }\n\n    \/* Scarcity Notice *\/\n    .faucet-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    .faucet-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    .faucet-desc__scarcity-notice a:hover {\n        color: #8b6740\n    }\n\n    \/* Config Price Tags *\/\n    .config-price {\n        display: block;\n        font-size: 11px;\n        color: var(--accent);\n        font-weight: 700;\n        margin-top: 4px\n    }\n\n    \/* Customer Photos Gallery *\/\n    .faucet-desc__ugc {\n        margin: 60px 0\n    }\n\n    .faucet-desc__ugc h2 {\n        font-size: 28px;\n        margin-bottom: 15px;\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    .faucet-desc__ugc-intro {\n        text-align: center;\n        color: var(--muted);\n        font-size: 15px;\n        margin-bottom: 30px\n    }\n\n    .faucet-desc__ugc-grid {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 15px\n    }\n\n    .faucet-desc__ugc-item {\n        position: relative;\n        overflow: hidden;\n        border-radius: 8px;\n        box-shadow: 0 4px 15px var(--shadow);\n        aspect-ratio: 1\n    }\n\n    .faucet-desc__ugc-item img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        transition: transform .3s ease\n    }\n\n    .faucet-desc__ugc-item:hover img {\n        transform: scale(1.05)\n    }\n\n    .faucet-desc__ugc-credit {\n        position: absolute;\n        bottom: 0;\n        left: 0;\n        right: 0;\n        background: rgba(0, 0, 0, .7);\n        color: #fff;\n        padding: 8px;\n        font-size: 11px;\n        text-align: center\n    }\n\n    \/* Trust Signals *\/\n    .faucet-desc__trust-signals {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        gap: 25px;\n        flex-wrap: wrap;\n        margin: 30px 0;\n        padding: 20px;\n        background: var(--bg-light);\n        border-radius: 8px\n    }\n\n    .faucet-desc__trust-signals img {\n        max-height: 40px;\n        opacity: .7;\n        transition: opacity .3s ease\n    }\n\n    .faucet-desc__trust-signals img:hover {\n        opacity: 1\n    }\n\n    .faucet-desc__trust-signals .ssl-badge,\n    .faucet-desc__trust-signals .certification {\n        font-size: 13px;\n        color: var(--muted);\n        font-weight: 600\n    }\n\n    \/* Lifestyle sections *\/\n    .lifestyle-section {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 40px;\n        align-items: center;\n        margin: clamp(40px, 6vw, 60px) 0\n    }\n\n    .lifestyle-section__image {\n        position: relative;\n        overflow: hidden;\n        border-radius: 8px;\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        transition: transform .5s ease\n    }\n\n    .lifestyle-section__content h3 {\n        margin-bottom: 15px;\n        color: var(--primary);\n        font-size: clamp(18px, 2.5vw, 20px);\n        font-weight: 600;\n        line-height: 1.3\n    }\n\n    .lifestyle-section__content p {\n        color: var(--muted);\n        line-height: 1.7;\n        font-size: clamp(14px, 1.5vw, 15px);\n        margin: 0\n    }\n\n    \/* ========== MOBILE RESPONSIVE FIXES ========== *\/\n    @media (max-width: 768px) {\n\n        \/* Features Grid - Single Column on Mobile *\/\n        .faucet-desc__features-list {\n            grid-template-columns: 1fr;\n            gap: 15px\n        }\n\n        .faucet-desc__features-list li {\n            padding: 15px;\n            gap: 12px\n        }\n\n        .faucet-desc__feature-icon {\n            width: 45px;\n            height: 45px\n        }\n\n        .faucet-desc__feature-icon svg {\n            width: 24px;\n            height: 24px\n        }\n\n        \/* Config Grid *\/\n        .faucet-desc__config-grid {\n            grid-template-columns: 1fr;\n            padding: 20px;\n            gap: 25px\n        }\n\n        .faucet-desc__config-section:first-child .faucet-desc__config-options {\n            grid-template-columns: 1fr\n        }\n\n        \/* Config Slider *\/\n        .faucet-desc__config-slide {\n            flex: 0 0 calc(100% - 20px);\n            min-width: calc(100% - 20px)\n        }\n\n        .faucet-desc__config-slider-wrap {\n            max-width: 100%\n        }\n\n        .faucet-desc__config-slide-img {\n            height: 300px\n        }\n\n        .faucet-desc__config-slider-title {\n            font-size: 18px;\n            margin-bottom: 20px\n        }\n\n        \/* Review Slider *\/\n        .faucet-desc__review-slider-item {\n            flex: 0 0 calc(100% - 25px);\n            min-width: calc(100% - 25px)\n        }\n\n        .faucet-desc__review-card {\n            padding: 20px\n        }\n\n        \/* Dimensions Grid *\/\n        .faucet-desc__dimensions-grid {\n            grid-template-columns: repeat(2, 1fr);\n            gap: 10px;\n            padding: 15px\n        }\n\n        .faucet-desc__dimension-card {\n            padding: 8px\n        }\n\n        .faucet-desc__dimension-value {\n            font-size: 18px\n        }\n\n        \/* Package List *\/\n        .faucet-desc__package-list {\n            grid-template-columns: 1fr;\n            gap: 6px\n        }\n\n        .faucet-desc__package-list li {\n            font-size: 12px;\n            padding: 10px 12px\n        }\n\n        \/* Specs Table *\/\n        .faucet-desc__specs-table td {\n            padding: 10px 12px;\n            font-size: 13px\n        }\n\n        .faucet-desc__specs-table td:first-child {\n            width: 45%\n        }\n\n        \/* Lifestyle Sections - Stack on Mobile *\/\n        .lifestyle-section {\n            grid-template-columns: 1fr;\n            gap: 20px\n        }\n\n        .lifestyle-section[style*=\"direction:rtl\"] {\n            direction: ltr\n        }\n\n        .lifestyle-section__content {\n            direction: ltr\n        }\n\n        \/* Warranty Badge *\/\n        .faucet-desc__warranty-badge {\n            flex-direction: column;\n            text-align: center;\n            gap: 12px;\n            padding: 20px\n        }\n\n        .faucet-desc__warranty-badge-icon {\n            width: 50px;\n            height: 50px\n        }\n\n        \/* Review Stats *\/\n        .faucet-desc__review-stats {\n            grid-template-columns: 1fr;\n            gap: 10px;\n            padding: 20px\n        }\n\n        .stat {\n            padding: 10px\n        }\n\n        \/* Guarantees Bar *\/\n        .faucet-desc__guarantees-bar {\n            grid-template-columns: 1fr 1fr;\n            gap: 10px;\n            padding: 15px\n        }\n\n        .guarantee-item {\n            padding: 12px\n        }\n\n        .guarantee-item svg {\n            width: 28px;\n            height: 28px\n        }\n\n        \/* Comparison Table *\/\n        .faucet-desc__comparison {\n            padding: 20px 0\n        }\n\n        .faucet-desc__comparison-table {\n            font-size: 11px;\n            display: block;\n            overflow-x: auto\n        }\n\n        .faucet-desc__comparison-table th,\n        .faucet-desc__comparison-table td {\n            padding: 8px 6px;\n            word-break: break-word\n        }\n\n        .faucet-desc__comparison-table th {\n            font-size: 11px\n        }\n\n        .faucet-desc__comparison-table td:first-child {\n            width: 25%;\n            min-width: 70px\n        }\n\n        .faucet-desc__comparison-table td:nth-child(2),\n        .faucet-desc__comparison-table td:nth-child(3) {\n            width: 37.5%\n        }\n\n        \/* Headers *\/\n        .faucet-desc__header {\n            padding: clamp(30px, 5vw, 50px) 0\n        }\n\n        .faucet-desc__title {\n            line-height: 1.2\n        }\n\n        .faucet-desc__sub {\n            font-size: clamp(1rem, 2vw, 1.1rem)\n        }\n\n        \/* CTA Section *\/\n        .faucet-desc__cta-section {\n            padding: 20px 15px\n        }\n\n        .faucet-desc__trust-bar {\n            gap: 10px;\n            font-size: 11px\n        }\n\n        \/* FAQ *\/\n        .faucet-desc__faq summary {\n            font-size: 14px\n        }\n\n        .faucet-desc__faq p {\n            font-size: 13px\n        }\n\n        .faucet-desc__faq details {\n            padding: 12px\n        }\n\n        \/* Warranty *\/\n        .ie-warranty__title {\n            font-size: 1rem\n        }\n\n        .ie-warranty__badge {\n            flex-direction: column;\n            align-items: flex-start;\n            gap: .35rem\n        }\n\n        .ie-warranty__body {\n            padding: 1.2rem\n        }\n\n        \/* Download Section *\/\n        .faucet-desc__download {\n            padding: 20px 15px\n        }\n\n        .faucet-desc__download h3 {\n            font-size: 18px\n        }\n\n        .faucet-desc__download p {\n            font-size: 13px\n        }\n\n        .faucet-desc__download a {\n            padding: 12px 24px;\n            font-size: 13px\n        }\n    }\n\n    @media (max-width: 480px) {\n\n        \/* Further mobile optimizations *\/\n        .faucet-desc__wrap {\n            padding: 20px 12px\n        }\n\n        .faucet-desc__header {\n            padding: 25px 0\n        }\n\n        .faucet-desc__config-slider-container {\n            padding: 0 35px\n        }\n\n        .faucet-desc__config-arrow {\n            width: 30px;\n            height: 30px;\n            font-size: 16px\n        }\n\n        .faucet-desc__review-arrow {\n            width: 30px;\n            height: 30px;\n            font-size: 16px\n        }\n\n        .faucet-desc__guarantees-bar {\n            grid-template-columns: 1fr;\n            gap: 8px;\n            padding: 12px\n        }\n\n        .guarantee-item {\n            padding: 10px\n        }\n\n        .faucet-desc__trust-bar {\n            flex-direction: column;\n            gap: 8px;\n            align-items: center\n        }\n\n        .faucet-desc__features-list {\n            gap: 12px\n        }\n\n        .faucet-desc__features-list li {\n            padding: 12px\n        }\n    }\n\n    \/* Fix for Config \u0026 Review Gallery Arrows *\/\n    .faucet-desc__config-arrow,\n    .faucet-desc__review-arrow {\n        width: 40px !important;\n        \/* Fixed width *\/\n        height: 40px !important;\n        \/* Fixed height *\/\n        min-width: 40px !important;\n        \/* Prevents squishing *\/\n        padding: 0 !important;\n        \/* Removes default button padding *\/\n        border-radius: 50% !important;\n        \/* Perfect circle *\/\n        display: flex !important;\n        align-items: center;\n        justify-content: center;\n        line-height: 1 !important;\n        background: rgba(166, 124, 82, 0.9);\n        \/* Slightly more opaque for visibility *\/\n        cursor: pointer;\n        z-index: 20;\n    }\n\n    \/* Add this to the end of your style tag *\/\n    .faucet-desc__sub,\n    .faucet-desc__config-intro {\n        margin-left: auto !important;\n        margin-right: auto !important;\n        width: 100%;\n        display: block;\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"faucet-desc\"\u003e\n    \u003cdiv class=\"faucet-desc__wrap\"\u003e\n        \u003c!-- HEADER --\u003e\n        \u003cheader class=\"faucet-desc__header\"\u003e\n            \u003cdiv class=\"faucet-desc__eyebrow\"\u003eArtisan Heritage\u003c\/div\u003e\n            \u003ch1 class=\"faucet-desc__title\"\u003eSolid Unlacquered Brass Undermount Hammered Sink\u003c\/h1\u003e\n            \u003cp class=\"faucet-desc__sub\"\u003e\u003cstrong\u003eWhere Craftsmanship Meets Everyday Luxury\u003c\/strong\u003e\u003c\/p\u003e\n            \u003cdiv style=\"max-width: 700px; margin: 20px auto 0; color: var(--muted); line-height: 1.7; font-size: clamp(1.6rem, 1.8vw, 1.7rem);\"\u003e\n                \u003cp\u003eBorn from molten brass and shaped by generations of mastery, this hammered sink is more than a\n                    fixture, it’s a functional masterpiece. The distinctive hammered texture is created through patient\n                    rhythmic strikes, offering visual depth and exceptional durability.\u003c\/p\u003e\n                \u003cp style=\"margin-top: 15px;\"\u003eDelivered in radiant unlacquered brass, it’s designed to evolve with time,\n                    developing a warm natural patina. With sealed corners and solid construction, this heirloom piece\n                    promises decades of beauty and resilience.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/header\u003e\u003c!-- CTA SECTION --\u003e\n        \u003csection class=\"faucet-desc__cta-section\"\u003e\n            \u003cdiv class=\"faucet-desc__price-note\" style=\"font-size: clamp(14px, 2vw, 16px); margin-bottom: 20px;\"\u003e\n                Handcrafted to order • Free Delivery\u003c\/div\u003e\n            \u003ca class=\"faucet-desc__cta-primary\" href=\"#\"\u003e Configure \u0026amp; Add to Cart \u003c\/a\u003e\n            \u003cdiv class=\"faucet-desc__trust-bar\"\u003e\n                \u003cdiv\u003e5-Year Warranty\u003c\/div\u003e\n                \u003cdiv\u003e15-Day Returns\u003c\/div\u003e\n                \u003cdiv\u003eFree Shipping\u003c\/div\u003e\n                \u003cdiv\u003eLifetime Support\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003c!-- GUARANTEES BAR --\u003e\n        \u003cdiv class=\"faucet-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\"\u003e\n                    \u003cpath fill=\"currentColor\" d=\"M20 8L12 13L4 8V6L12 11L20 6V8ZM20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4Z\"\u003e\n                    \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\"\u003e\n                    \u003cpath fill=\"currentColor\" d=\"M12 2L20 7V12C20 16.5 16.5 20 12 22C7.5 20 4 16.5 4 12V7L12 2Z\"\u003e\u003c\/path\u003e\n                    \u003cpath stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12L11 14L15 10\"\u003e\n                    \u003c\/path\u003e\n                \u003c\/svg\u003e \u003cstrong\u003e15-Day Returns\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\"\u003e\n                    \u003cpath fill=\"currentColor\" d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2Z\"\u003e\n                    \u003c\/path\u003e\n                    \u003cpath stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\" d=\"M12 6V12L16 14\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e \u003cstrong\u003eFree Shipping\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\"\u003e\n                    \u003cpath fill=\"currentColor\" d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM13 17H11V15H13V17ZM13 13H11V7H13V13Z\"\u003e\n                    \u003c\/path\u003e\n                \u003c\/svg\u003e \u003cstrong\u003eLifetime Support\u003c\/strong\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- SCARCITY NOTICE --\u003e\n        \u003cdiv class=\"faucet-desc__scarcity-notice\"\u003e⏱️ \u003cstrong\u003eLimited Production:\u003c\/strong\u003e Due to the handcrafted nature,\n            we can only produce a limited quantity each month. \u003ca href=\"#configure\"\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/solid-unlacquered-brass-undermount-hammered-sink-kitchen-bar-sink-4909016.jpg\" alt=\"Solid Unlacquered Brass Undermount Hammered Sink\" style=\"width: 100%; max-width: 800px; height: auto; border-radius: 12px; margin: 0 auto; display: block; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 40px;\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/section\u003e\n\n\u003c!-- REAL CUSTOMER STORY \/ BATHROOM INSPIRATION --\u003e\n\u003csection class=\"ist-story\"\u003e\n\u003cstyle\u003e\n.ist-story {\n  font-family: inherit;\n  margin: 60px auto;\n  max-width: 860px;\n  padding: 0 16px;\n}\n\n.ist-story-island {\n  background: #fdf8f2;\n  border: 1px solid #d4b896;\n  border-radius: 6px;\n  overflow: hidden;\n  box-shadow: 0 4px 32px rgba(42, 30, 23, 0.10), 0 1px 4px rgba(42,30,23,0.06);\n}\n\n.ist-story-bar {\n  background: #2a1e17;\n  padding: 9px 22px;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n}\n\n.ist-story-bar-label {\n  font-size: 10px;\n  letter-spacing: 0.18em;\n  text-transform: uppercase;\n  color: #c9a06a;\n  font-weight: 600;\n}\n\n.ist-ig-link {\n  display: flex;\n  align-items: center;\n  gap: 7px;\n  text-decoration: none;\n  color: #e5d6c6;\n  font-size: 12px;\n  font-weight: 500;\n  transition: color 0.2s;\n}\n.ist-ig-link:hover { color: #fff; }\n.ist-ig-link svg {\n  width: 18px;\n  height: 18px;\n  flex-shrink: 0;\n}\n\n.ist-story-body {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  align-items: stretch;\n}\n\n.ist-story-img-wrap {\n  position: relative;\n  overflow: hidden;\n}\n\n.ist-story-img-wrap img {\n  position: absolute;\n  inset: 0;\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  object-position: center top;\n  display: block;\n}\n\n.ist-story-img-overlay {\n  position: absolute;\n  inset: 0;\n  background: linear-gradient(to top, rgba(42,30,23,0.3) 0%, transparent 60%);\n  pointer-events: none;\n  z-index: 1;\n}\n\n.ist-story-text-wrap {\n  padding: 28px 32px;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  border-left: 1px solid #e8d9c8;\n}\n\n.ist-story-open-quote {\n  font-size: 86px;\n  line-height: 0.75;\n  color: #c9a06a;\n  font-family: Georgia, 'Times New Roman', serif;\n  margin: 0 0 0px -7px;   \/* was 8px, now 2px *\/\n  display: block;\n  opacity: 0.7;\n  user-select: none;\n}\n.ist-story-quote-text {\n  font-size: 18px;\n  font-style: italic;\n  color: #2a1e17;\n  line-height: 1.5;\n  margin: 0 0 16px 0;\n  font-family: Georgia, 'Times New Roman', serif;\n}\n\n.ist-story-divider {\n  width: 36px;\n  height: 2px;\n  background: #c9a06a;\n  margin: 0 0 14px 0;\n  border-radius: 2px;\n}\n\n.ist-story-body-text {\n  font-size: 14px;\n  line-height: 1.65;\n  color: #5a4a3a;\n  margin: 0 0 10px 0;\n}\n.ist-story-body-text:last-of-type {\n  margin-bottom: 0;\n}\n\n.ist-story-credit-line {\n  margin-top: 6px;        \/* was 12px *\/\n  padding-top: 6px;       \/* was 10px *\/\n  border-top: 1px solid #e8d9c8;\n  font-size: 12px;\n  color: #9a8070;\n  display: flex;\n  align-items: center;\n  gap: 5px;\n}\nJust replace those two rules in your existing code. The quote mark bottom margin drops from 8px to 2px, and the credit line top margin and padding both halve.\n.ist-story-credit-line a {\n  color: #865e35;\n  text-decoration: none;\n  font-weight: 600;\n}\n.ist-story-credit-line a:hover { text-decoration: underline; }\n\n@media (max-width: 720px) {\n  .ist-story-body { grid-template-columns: 1fr; }\n  .ist-story-img-wrap { height: 280px; }\n  .ist-story-text-wrap {\n    border-left: none;\n    border-top: 1px solid #e8d9c8;\n    padding: 24px 22px;\n  }\n  .ist-story-open-quote { font-size: 60px; }\n  .ist-story-quote-text { font-size: 16px; }\n}\n\u003c\/style\u003e\n\n  \u003cdiv class=\"ist-story-island\"\u003e\n\n    \u003cdiv class=\"ist-story-bar\"\u003e\n      \u003cspan class=\"ist-story-bar-label\"\u003e✦ Real Customer Story\u003c\/span\u003e\n      \u003ca class=\"ist-ig-link\" href=\"https:\/\/www.instagram.com\/insideastdesigns?utm_source=ig_web_button_share_sheet\u0026amp;igsh=ZDNlZDc0MzIxNw==\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cdefs\u003e\n            \u003cradialgradient id=\"ig-grad\" cx=\"30%\" cy=\"107%\" r=\"150%\"\u003e\n              \u003cstop offset=\"0%\" stop-color=\"#fdf497\"\u003e\u003c\/stop\u003e\n              \u003cstop offset=\"5%\" stop-color=\"#fdf497\"\u003e\u003c\/stop\u003e\n              \u003cstop offset=\"45%\" stop-color=\"#fd5949\"\u003e\u003c\/stop\u003e\n              \u003cstop offset=\"60%\" stop-color=\"#d6249f\"\u003e\u003c\/stop\u003e\n              \u003cstop offset=\"90%\" stop-color=\"#285AEB\"\u003e\u003c\/stop\u003e\n            \u003c\/radialgradient\u003e\n          \u003c\/defs\u003e\n          \u003crect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"5\" ry=\"5\" fill=\"url(#ig-grad)\"\u003e\u003c\/rect\u003e\n          \u003ccircle cx=\"12\" cy=\"12\" r=\"4.5\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.6\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"17.5\" cy=\"6.5\" r=\"1.2\" fill=\"#fff\"\u003e\u003c\/circle\u003e\n        \u003c\/svg\u003e\n        @insideastdesigns\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ist-story-body\"\u003e\n\n      \u003cdiv class=\"ist-story-img-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/solid-brass-undermount-hammered-sink-kitchen-bar-sink-insta-review.png\" alt=\"Farmhouse bathroom with brass kitchen sink\" loading=\"lazy\"\u003e\n        \u003cdiv class=\"ist-story-img-overlay\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ist-story-text-wrap\"\u003e\n        \u003cspan class=\"ist-story-open-quote\"\u003e“\u003c\/span\u003e\n        \u003cp class=\"ist-story-quote-text\"\u003eFrom Your Imagination to Reality – Insideast Crafts What You Love!\u003c\/p\u003e\n        \u003cdiv class=\"ist-story-divider\"\u003e\u003c\/div\u003e\n        \u003cp class=\"ist-story-body-text\"\u003eMy copper sink is exactly as I wanted! It was perfect and looks beautiful in my kitchen as a prep sink! Abdel wanted me to be very happy and he made that happen! His communication with me let me know where we were in the process of making the sink! I will continue to shop with InsidEast for gifts, and for any custom work I may need! There are plenty of solid brass sinks and faucets, along with copper In his shops! Thank you Abdel!\u003c\/p\u003e\n        \u003cdiv class=\"ist-story-credit-line\"\u003e\n          Story \u0026amp; inspiration from\n          \u003ca href=\"https:\/\/www.instagram.com\/p\/CFDCJv0p5g0\/?utm_source=ig_web_copy_link\u0026amp;igsh=NTc4MTIwNjQ2YQ==%0A\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eJennifer\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n      \n        \u003c!-- CONFIGURATION OPTIONS --\u003e\n        \u003csection id=\"configure\" class=\"faucet-desc__config\"\u003e\n            \u003ch2\u003eTailored to Your Space\u003c\/h2\u003e\n            \u003cp class=\"faucet-desc__config-intro\"\u003eChoose from multiple sizes and bundle options designed to simplify your\n                installation.\u003c\/p\u003e\n            \u003cdiv class=\"faucet-desc__config-grid\"\u003e\n                \u003cdiv class=\"faucet-desc__config-section\"\u003e\n                    \u003ch3\u003eSelect an Option\u003c\/h3\u003e\n                    \u003cdiv style=\"grid-template-columns: 1fr 1fr;\" class=\"faucet-desc__config-options\"\u003e\n                        \u003cdiv class=\"faucet-desc__config-option\"\u003e13 x 13 inch\u003c\/div\u003e\n                        \u003cdiv class=\"faucet-desc__config-option\"\u003e16 x 16 inch\u003c\/div\u003e\n                        \u003cdiv class=\"faucet-desc__config-option\"\u003e17 x 17 inch\u003c\/div\u003e\n                        \u003cdiv class=\"faucet-desc__config-option\"\u003e19 x 19 inch\u003c\/div\u003e\n                        \u003cdiv class=\"faucet-desc__config-option\"\u003e21 x 21 inch\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faucet-desc__config-section\"\u003e\n                    \u003ch3\u003eSelect an Option\u003c\/h3\u003e\n                    \u003cdiv style=\"grid-template-columns: 1fr;\" class=\"faucet-desc__config-options\"\u003e\n                        \u003cdiv class=\"faucet-desc__config-option\"\u003eSink Only\u003c\/div\u003e\n                        \u003cdiv class=\"faucet-desc__config-option\"\u003eSink + PushUp Button\u003c\/div\u003e\n                        \u003cdiv class=\"faucet-desc__config-option\"\u003eSink + PushUp + S-trap\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cp style=\"margin-top: 10px; font-size: 13px; color: var(--accent); text-align: center;\"\u003e✨ Bundle and\n                        Save: Complete your setup with perfectly matched accessories at a special price.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n         \u003c!-- ✦ CUSTOMIZATION SECTION — Insert after \"Tailored to Your Space\" block --\u003e\n\u003cstyle\u003e\n  .ie-custom-section {\n    font-family: inherit;\n    margin: 48px auto;\n    max-width: 780px;\n    padding: 0 20px;\n  }\n\n  .ie-custom-inner {\n    background-color: #fdf9f3;\n    border: 1px solid #d4a847;\n    border-radius: 4px;\n    padding: 36px 40px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .ie-custom-inner::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #c9922a, #e8c06a, #c9922a);\n  }\n\n  .ie-custom-eyebrow {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: #b07d2a;\n    margin: 0 0 14px;\n  }\n\n  .ie-custom-heading {\n    font-size: 22px;\n    font-weight: 400;\n    color: #1a1a1a;\n    margin: 0 0 14px;\n    line-height: 1.4;\n    letter-spacing: 0.01em;\n  }\n\n  .ie-custom-heading em {\n    font-style: italic;\n    color: #b07d2a;\n  }\n\n  .ie-custom-divider {\n    width: 40px;\n    height: 1px;\n    background: #d4a847;\n    margin: 0 auto 18px;\n  }\n\n  .ie-custom-body {\n    font-size: 14.5px;\n    color: #555;\n    line-height: 1.75;\n    max-width: 650px;\n    margin: 0 auto 28px;\n  }\n\n  .ie-custom-pills {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n    margin-bottom: 28px;\n  }\n\n  .ie-custom-pill {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    background: #fff;\n    border: 1px solid #d4a847;\n    border-radius: 100px;\n    padding: 6px 16px;\n    font-size: 12.5px;\n    color: #8a6020;\n    letter-spacing: 0.04em;\n    font-weight: 500;\n  }\n\n  .ie-custom-link {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    color: #b07d2a;\n    text-decoration: none;\n    font-size: 13.5px;\n    font-weight: 500;\n    letter-spacing: 0.06em;\n    border-bottom: 1px solid #d4a84780;\n    padding-bottom: 2px;\n    transition: color 0.2s ease, border-color 0.2s ease;\n  }\n\n  .ie-custom-link:hover {\n    color: #8a6020;\n    border-color: #8a6020;\n  }\n\n  .ie-custom-link svg {\n    transition: transform 0.2s ease;\n  }\n\n  .ie-custom-link:hover svg {\n    transform: translateX(3px);\n  }\n\n  @media (max-width: 600px) {\n    .ie-custom-inner {\n      padding: 28px 22px;\n    }\n\n    .ie-custom-heading {\n      font-size: 19px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ie-custom-section\"\u003e\n  \u003cdiv class=\"ie-custom-inner\"\u003e\n    \u003cp class=\"ie-custom-eyebrow\"\u003e✦ Bespoke Craftsmanship\u003c\/p\u003e\n    \u003ch3 class=\"ie-custom-heading\"\u003eHave Something \u003cem\u003eSpecific\u003c\/em\u003e in Mind?\u003c\/h3\u003e\n    \u003cdiv class=\"ie-custom-divider\"\u003e\u003c\/div\u003e\n    \u003cp class=\"ie-custom-body\"\u003e\n      Every space is unique and so is every sink we create. Whether you need a different\n      dimension, a specific finish, or a shape that doesn't exist yet, our artisans are here\n      to bring your vision to life. Just tell us what you imagine, and we'll handle the rest.\n    \u003c\/p\u003e\n    \u003cdiv class=\"ie-custom-pills\"\u003e\n      \u003cspan class=\"ie-custom-pill\"\u003e\n        \u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b07d2a\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 22 9 12 15 12 15 22\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        Custom Sizes\n      \u003c\/span\u003e\n      \u003cspan class=\"ie-custom-pill\"\u003e\n        \u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b07d2a\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 8v4l3 3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Aged \u0026amp; Polished Finishes\n      \u003c\/span\u003e\n      \u003cspan class=\"ie-custom-pill\"\u003e\n        \u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b07d2a\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"\u003e\u003c\/line\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n        Bespoke Shapes\n      \u003c\/span\u003e\n      \u003cspan class=\"ie-custom-pill\"\u003e\n        \u003csvg width=\"13\" height=\"13\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#b07d2a\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\u003ccircle cx=\"9\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\u003cpath d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 3.13a4 4 0 0 1 0 7.75\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        Trade \u0026amp; Bulk Orders\n      \u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca class=\"ie-custom-link\" href=\"mailto:contact@insideast.com\"\u003e\n      Write to us at contact@insideast.com\n      \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ✦ END CUSTOMIZATION SECTION --\u003e\n            \u003cdiv class=\"faucet-desc__config-slider-wrap\"\u003e\n                \u003ch3 class=\"faucet-desc__config-slider-title\"\u003eGallery\u003c\/h3\u003e\n                \u003cbutton class=\"faucet-desc__config-arrow faucet-desc__config-arrow--left\"\u003e‹\u003c\/button\u003e \u003cbutton class=\"faucet-desc__config-arrow faucet-desc__config-arrow--right\"\u003e›\u003c\/button\u003e\n                \u003cdiv id=\"configSlider\" class=\"faucet-desc__config-slider-container\"\u003e\n                    \u003cdiv class=\"faucet-desc__config-slider\"\u003e\n                        \u003cdiv class=\"faucet-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/solid-unlacquered-brass-undermount-hammered-sink-kitchen-bar-sink-4060647.jpg\" alt=\"Hammered Sink Detail\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n                        \u003cdiv class=\"faucet-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/il_1588xN.6165968852_sc3u.avif?v=1759139726\u0026amp;width=1800\" alt=\"Hammered Sink Angle\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n                        \u003cdiv class=\"faucet-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/il_1588xN.6165971648_59er.avif?v=1759139805\u0026amp;width=1800\" alt=\"Hammered Sink Texture\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n                        \u003cdiv class=\"faucet-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/solid-unlacquered-brass-undermount-hammered-sink-kitchen-bar-sink-4227561.jpg\" alt=\"Hammered Sink View\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- REVIEWS SECTION --\u003e\n        \u003csection class=\"faucet-desc__reviews\"\u003e\n            \u003ch2 style=\"text-align: center;\"\u003eCustomer Reviews\u003c\/h2\u003e\n            \u003cdiv style=\"position: relative;\"\u003e\n                \u003cbutton class=\"faucet-desc__review-arrow faucet-desc__review-arrow--left\"\u003e‹\u003c\/button\u003e\n                \u003cbutton class=\"faucet-desc__review-arrow faucet-desc__review-arrow--right\"\u003e›\u003c\/button\u003e\n                \u003cdiv id=\"reviewSlider\" class=\"faucet-desc__review-slider-wrap\"\u003e\n                    \u003cdiv class=\"faucet-desc__review-slider\"\u003e\n                        \u003carticle class=\"faucet-desc__review-slider-item\"\u003e\n                            \u003cdiv class=\"faucet-desc__review-card\"\u003e\n                                \u003cdiv class=\"faucet-desc__review-header\"\u003e\n                                    \u003cspan class=\"faucet-desc__review-author\"\u003eAnne Eifler\u003c\/span\u003e\n                                \u003c\/div\u003e\n                                \u003cdiv class=\"faucet-desc__review-stars\"\u003e★★★★☆\u003c\/div\u003e\n                                \u003cp class=\"faucet-desc__review-text\"\u003eBeautiful sink! Well made and nice craftsmanship.\n                                    Will upload picture once installed!\u003c\/p\u003e\n                                \u003cdiv class=\"faucet-desc__review-highlight\"\u003e\"Beautiful sink! Well made and nice\n                                    craftsmanship.\"\u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/article\u003e\n                        \u003carticle class=\"faucet-desc__review-slider-item\"\u003e\n                            \u003cdiv class=\"faucet-desc__review-card\"\u003e\n                                \u003cdiv class=\"faucet-desc__review-header\"\u003e\n                                    \u003cspan class=\"faucet-desc__review-author\"\u003eHannah Barnthouse\u003c\/span\u003e\n                                \u003c\/div\u003e\n                                \u003cdiv class=\"faucet-desc__review-stars\"\u003e★★★★★\u003c\/div\u003e\n                                \u003cp class=\"faucet-desc__review-text\"\u003eamazing!!! love love love this\u003c\/p\u003e\n                                \u003cdiv class=\"faucet-desc__review-highlight\"\u003e\"amazing!!! love love love this\"\u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/article\u003e\n                        \u003carticle class=\"faucet-desc__review-slider-item\"\u003e\n                            \u003cdiv class=\"faucet-desc__review-card\"\u003e\n                                \u003cdiv class=\"faucet-desc__review-header\"\u003e\n                                    \u003cspan class=\"faucet-desc__review-author\"\u003ecrabtreekelly\u003c\/span\u003e\n                                \u003c\/div\u003e\n                                \u003cdiv class=\"faucet-desc__review-stars\"\u003e★★★★★\u003c\/div\u003e\n                                \u003cp class=\"faucet-desc__review-text\"\u003eGreat service and response on messages\u003c\/p\u003e\n                                \u003cdiv class=\"faucet-desc__review-highlight\"\u003e\"Great service and response on messages\"\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/article\u003e\n                        \u003carticle class=\"faucet-desc__review-slider-item\"\u003e\n                            \u003cdiv class=\"faucet-desc__review-card\"\u003e\n                                \u003cdiv class=\"faucet-desc__review-header\"\u003e\n                                    \u003cspan class=\"faucet-desc__review-author\"\u003eKathleen Walker\u003c\/span\u003e\n                                \u003c\/div\u003e\n                                \u003cdiv class=\"faucet-desc__review-stars\"\u003e★★★★★\u003c\/div\u003e\n                                \u003cp class=\"faucet-desc__review-text\"\u003eSeller was very helpful. Product was as described\n                                    just didn't work for me.\u003c\/p\u003e\n                                \u003cdiv class=\"faucet-desc__review-highlight\"\u003e\"Seller was very helpful.\"\u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/article\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- GUARANTEE BOX --\u003e\n        \u003cdiv class=\"faucet-desc__guarantee-box\"\u003e\n            \u003ch3\u003e🛡️ Our No-Risk Promise to You\u003c\/h3\u003e\n            \u003cul\u003e\n                \u003cli\u003e\n                    \u003cstrong\u003e15-Day Returns:\u003c\/strong\u003e Changed your mind? We'll refund you - just send it back unused in its original packaging.\u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cstrong\u003e5-Year Warranty:\u003c\/strong\u003e We'll repair or replace any manufacturing defects\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cstrong\u003e15-Day Returns:\u003c\/strong\u003e Unused items and in its original packaging. Items that have been installed or used cannot be returned.\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003eWe're so confident you'll love this sink, the risk is entirely on us.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003c!-- COMPARISON TABLE REMOVED --\u003e \u003c!-- DISTINCTIVE FEATURES --\u003e\n        \u003csection class=\"faucet-desc__features\"\u003e\n            \u003ch2\u003eDistinctive Features\u003c\/h2\u003e\n            \u003cul class=\"faucet-desc__features-list\"\u003e\n                \u003cli\u003e\n                    \u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M12 6V12L16 14\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#fff\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"faucet-desc__feature-content\"\u003e\n                        \u003ch4\u003eSolid Brass Construction\u003c\/h4\u003e\n                        \u003cp\u003eMade entirely from solid brass for long-lasting durability.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\" fill=\"currentColor\"\u003e\n                            \u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"faucet-desc__feature-content\"\u003e\n                        \u003ch4\u003eSealed Corners\u003c\/h4\u003e\n                        \u003cp\u003eExtra sealant prevents cracks and water seepage.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\" fill=\"currentColor\"\u003e\n                            \u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"faucet-desc__feature-content\"\u003e\n                        \u003ch4\u003eUnalacquered Brass Finish\u003c\/h4\u003e\n                        \u003cp\u003eArrives shiny and develops a natural warm patina over time.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M21 16V8C21 6.9 20.1 6 19 6H5C3.9 6 3 6.9 3 8V16C3 17.1 3.9 18 5 18H19C20.1 18 21 17.1 21 16Z\" fill=\"currentColor\"\u003e\n                            \u003c\/path\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"3\" fill=\"white\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"faucet-desc__feature-content\"\u003e\n                        \u003ch4\u003eCustomizable Design\u003c\/h4\u003e\n                        \u003cp\u003eSupports drop-in or undermount installation and custom dimensions.\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\/solid-unlacquered-brass-undermount-hammered-sink-kitchen-bar-sink-9468183.jpg\" alt=\"Hammered Sink Texture\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"lifestyle-section__content\"\u003e\n                \u003ch3\u003eHammered Perfection\u003c\/h3\u003e\n                \u003cp\u003eThe hammered texture adds structural integrity and naturally hides minor scratches and water spots.\n                    Each indentation is hand-struck, making every sink truly unique.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection style=\"direction: rtl;\" class=\"lifestyle-section\"\u003e\n            \u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/il_1588xN.6165968852_sc3u.avif?v=1759139726\u0026amp;width=1800\" alt=\"Undermount Sink Installation\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"lifestyle-section__content\"\u003e\n                \u003ch3\u003eFunctional Elegance\u003c\/h3\u003e\n                \u003cp\u003eSolid brass offers natural antimicrobial properties — ideal for kitchens. The undermount installation\n                    ensures a seamless, easy-to-clean transition from countertop to basin.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003c!-- TECHNICAL SPECS --\u003e\n        \u003csection class=\"faucet-desc__specs-section\"\u003e\n            \u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n            \u003ctable class=\"faucet-desc__specs-table\"\u003e\n                \u003ctbody\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eMaterial\u003c\/td\u003e\n                        \u003ctd\u003eSolid Brass\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eFinish\u003c\/td\u003e\n                        \u003ctd\u003eUnlacquered Brass (develops natural patina)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eCorners\u003c\/td\u003e\n                        \u003ctd\u003eExtra sealed for crack resistance \u0026amp; water protection\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eShape\u003c\/td\u003e\n                        \u003ctd\u003eSquare\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eInstallation\u003c\/td\u003e\n                        \u003ctd\u003eDrop-in \/ Undermount\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eDrain Size\u003c\/td\u003e\n                        \u003ctd\u003eCompatible with standard US drains\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eCustomization\u003c\/td\u003e\n                        \u003ctd\u003eFully customizable\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eWarranty\u003c\/td\u003e\n                        \u003ctd\u003e5-year warranty\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd\u003eReturn Policy\u003c\/td\u003e\n                        \u003ctd\u003e15-Day Return\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n            \u003ch3\u003eExternal Length x Width\u003c\/h3\u003e\n            \u003cdiv style=\"grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));\" class=\"faucet-desc__dimensions-grid\"\u003e\n                \u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n                    \u003cdiv style=\"font-size: 16px;\" class=\"faucet-desc__dimension-value\"\u003e13 x 13 inch\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n                    \u003cdiv style=\"font-size: 16px;\" class=\"faucet-desc__dimension-value\"\u003e16 x 16 inch\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n                    \u003cdiv style=\"font-size: 16px;\" class=\"faucet-desc__dimension-value\"\u003e17 x 17 inch\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n                    \u003cdiv style=\"font-size: 16px;\" class=\"faucet-desc__dimension-value\"\u003e19 x 19 inch\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n                    \u003cdiv style=\"font-size: 16px;\" class=\"faucet-desc__dimension-value\"\u003e21 x 21 inch\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cp style=\"color: var(--muted); margin-top: 12px; font-size: clamp(12px, 1.5vw, 13px); line-height: 1.6;\"\u003e\n                Compatible with standard US drains. If you select the \u003cstrong\u003ePushUp Button\u003c\/strong\u003e bundle, the correct\n                drain assembly is included.\u003c\/p\u003e\n        \u003c\/section\u003e\n        \u003c!-- SPEC SHEET DOWNLOAD --\u003e\n        \u003cdiv class=\"faucet-desc__download\"\u003e\n            \u003ch3\u003eSize Guide (PDF)\u003c\/h3\u003e\n            \u003cp\u003eDownload our detailed size guide and specifications.\u003c\/p\u003e\n            \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Sink_Carre_Smooth_Hammered_IL-003-02-018-xx-23.pdf?v=1760694258\" target=\"_blank\" rel=\"noopener noreferrer\" download=\"\"\u003e📄 Download Size Guide\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003c!-- PACKAGE CONTENTS REMOVED --\u003e \u003c!-- FULL 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                \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\u003e5-Year Limited Warranty\u003c\/strong\u003e on sink construction and materials.\n                    \u003c\/li\u003e\n                    \u003cli\u003eCovered for \u003cstrong\u003erepair or replacement\u003c\/strong\u003e in case of manufacturing defects\n                        (installation\/labor costs excluded).\u003c\/li\u003e\n                    \u003cli\u003e\n                        \u003cstrong\u003eVisual damages\u003c\/strong\u003e must be reported within \u003cstrong\u003e15 days\u003c\/strong\u003e of delivery\n                        with photos and proof of purchase.\n                    \u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cp class=\"ie-warranty__note\"\u003eQuestions or need to file a claim? Email \u003ca href=\"\/cdn-cgi\/l\/email-protection#ef8c80819b8e8c9baf86819c868b8a8e9c9bc18c8082\"\u003e\u003cspan data-cfemail=\"0e6d61607a6f6d7a4e67607d676a6b6f7d7a206d6163\" class=\"__cf_email__\"\u003e[email protected]\u003c\/span\u003e\u003c\/a\u003e with your order number.\u003c\/p\u003e\n                \u003cp class=\"ie-warranty__note\"\u003eFinish note: unlacquered brass develops a natural patina over time. This\n                    cosmetic aging 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 style=\"margin-top: 60px;\" class=\"faucet-desc__cta-section\"\u003e\n            \u003ch3 style=\"font-size: clamp(20px, 3vw, 24px); margin-bottom: 15px; color: var(--primary);\"\u003eTransform Your\n                Kitchen\u003c\/h3\u003e\n            \u003cp style=\"color: var(--muted); margin-bottom: 20px; font-size: clamp(13px, 1.5vw, 15px);\"\u003eHandcrafted brass\n                excellence built to last generations — and designed to develop its own unique character over time.\u003c\/p\u003e\n            \u003ca aria-label=\"Configure and order now\" role=\"button\" class=\"faucet-desc__cta-primary\" href=\"#\"\u003e Configure\n                \u0026amp; Order Now \u003c\/a\u003e\n            \u003cdiv class=\"faucet-desc__trust-bar\"\u003e\n                \u003cdiv\u003eReliable Shipping\u003c\/div\u003e\n                \u003cdiv\u003e5-Year Warranty\u003c\/div\u003e\n                \u003cdiv\u003e15-Day Returns\u003c\/div\u003e\n                \u003cdiv\u003e15-Day Guarantee\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\n    \u003cscript src=\"\/cdn-cgi\/scripts\/5c5dd728\/cloudflare-static\/email-decode.min.js\" data-cfasync=\"false\"\u003e\u003c\/script\u003e\n    \u003cscript\u003e\n        \/\/ Configuration slider navigation\n        function scrollConfigLeft() {\n            document.getElementById('configSlider').scrollBy({ left: -400, behavior: 'smooth' });\n        }\n        function scrollConfigRight() {\n            document.getElementById('configSlider').scrollBy({ left: 400, behavior: 'smooth' });\n        }\n\n        \/\/ Review slider navigation\n        function scrollReviewsLeft() {\n            document.getElementById('reviewSlider').scrollBy({ left: -400, behavior: 'smooth' });\n        }\n        function scrollReviewsRight() {\n            document.getElementById('reviewSlider').scrollBy({ left: 400, behavior: 'smooth' });\n        }\n\n        \/\/ Scroll to top where variation picker is\n        function scrollToVariations() {\n            window.scrollTo(0, 0);\n        }\n\n    \u003c\/script\u003e\n    \u003cscript\u003e\n        document.addEventListener(\"DOMContentLoaded\", function () {\n            const slider = document.getElementById('configSlider');\n            const leftBtn = document.querySelector('.faucet-desc__config-arrow--left');\n            const rightBtn = document.querySelector('.faucet-desc__config-arrow--right');\n\n            if (slider \u0026\u0026 leftBtn \u0026\u0026 rightBtn) {\n                \/\/ Scroll amount (approx one slide width)\n                const scrollAmount = 350;\n\n                rightBtn.addEventListener('click', () =\u003e {\n                    slider.scrollBy({ left: scrollAmount, behavior: 'smooth' });\n                });\n\n                leftBtn.addEventListener('click', () =\u003e {\n                    slider.scrollBy({ left: -scrollAmount, behavior: 'smooth' });\n                });\n            }\n\n            const reviewSlider = document.getElementById('reviewSlider');\n            const reviewLeftBtn = document.querySelector('.faucet-desc__review-arrow--left');\n            const reviewRightBtn = document.querySelector('.faucet-desc__review-arrow--right');\n\n            if (reviewSlider \u0026\u0026 reviewLeftBtn \u0026\u0026 reviewRightBtn) {\n                const scrollAmount = 350;\n\n                reviewRightBtn.addEventListener('click', () =\u003e {\n                    reviewSlider.scrollBy({ left: scrollAmount, behavior: 'smooth' });\n                });\n\n                reviewLeftBtn.addEventListener('click', () =\u003e {\n                    reviewSlider.scrollBy({ left: -scrollAmount, behavior: 'smooth' });\n                });\n            }\n        });\n    \u003c\/script\u003e\n\u003c\/p\u003e","brand":"Noble Brass","offers":[{"title":"13 x 13 Inches \/ Sink Only","offer_id":50256700342529,"sku":"IL-004-02-018-10-23","price":359.29,"currency_code":"USD","in_stock":true},{"title":"13 x 13 Inches \/ '+ Strainer","offer_id":50256700375297,"sku":"IL-004-02-018-10-23(SET-05)","price":417.29,"currency_code":"USD","in_stock":true},{"title":"16 x 16 Inches \/ Sink Only","offer_id":50256700408065,"sku":"IL-004-02-018-13-23","price":419.9,"currency_code":"USD","in_stock":true},{"title":"16 x 16 Inches \/ '+ Strainer","offer_id":50256700440833,"sku":"IL-004-02-018-13-23(SET-05)","price":475.28,"currency_code":"USD","in_stock":true},{"title":"17 x 17 Inches \/ Sink Only","offer_id":50256700473601,"sku":"IL-004-02-018-14-23","price":520.0,"currency_code":"USD","in_stock":true},{"title":"17 x 17 Inches \/ '+ Strainer","offer_id":50256700506369,"sku":"IL-004-02-018-14-23(SET-05)","price":572.49,"currency_code":"USD","in_stock":true},{"title":"19 x 19 Inches \/ Sink Only","offer_id":50256700539137,"sku":"IL-004-02-018-16-23","price":560.22,"currency_code":"USD","in_stock":true},{"title":"19 x 19 Inches \/ '+ Strainer","offer_id":50256700571905,"sku":"IL-004-02-018-16-23(SET-05)","price":614.49,"currency_code":"USD","in_stock":true},{"title":"21 x 21 Inches \/ Sink Only","offer_id":50256700604673,"sku":"IL-004-02-018-18-23","price":697.56,"currency_code":"USD","in_stock":true},{"title":"21 x 21 Inches \/ '+ Strainer","offer_id":50256700637441,"sku":"IL-004-02-018-18-23(SET-05)","price":751.05,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0827\/8848\/3329\/files\/solid-brass-undermount-hammered-sink-kitchen-bar-sink-6633144.jpg?v=1788136889","url":"https:\/\/noble-brass.com\/products\/solid-unlacquered-brass-undermount-hammered-sink-kitchen-bar-sink-island-sink-outdoor-sink","provider":"Noble Brass","version":"1.0","type":"link"}