{"product_id":"heritage-living-brass-bridge-faucet-signature-living-finishes","title":"Heritage Living Brass Bridge Faucet | Signature Living Finishes","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  .faucet-desc__header {\n    text-align: center;\n    padding: clamp(40px, 6vw, 80px) 0;\n    position: relative\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(.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  .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.1rem, 1.5vw, 1.3rem);\n    max-width: 700px;\n    margin: 0 auto;\n    line-height: 1.7\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    aspect-ratio: 1\/1;\n    height: auto;\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\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\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 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      aspect-ratio: 1\/1;\n      height: auto\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\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  \/* 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\n\n  .faucet-desc__signature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 15px;\n  }\n\n  @media (max-width: 768px) {\n    .faucet-desc__signature-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 12px;\n    }\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\"\u003eSolid Brass • Signature Living Finishes\u003c\/div\u003e\n      \u003ch2 class=\"faucet-desc__title\"\u003eHeritage Living Brass Bridge Faucet\u003c\/h2\u003e\n      \u003cp class=\"faucet-desc__sub\"\u003eClassic bridge-style faucet in solid brass with 3 signature finishes. Choose our\n        unlacquered (Living Brass) option for a rich, living patina that develops over time, or lacquered (Sealed Brass)\n        for a lasting shine. This\n        isn't just a faucet, it's a lifetime investment in character.\u003c\/p\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;\"\u003eHandcrafted\n        to order • Free delivery\u003c\/div\u003e\n      \u003ca href=\"#\" class=\"faucet-desc__cta-primary\"\u003eConfigure \u0026amp; Add to Cart\u003c\/a\u003e\n      \u003cdiv class=\"faucet-desc__trust-bar\"\u003e\n        \u003cdiv\u003eHandcrafted to Order\u003c\/div\u003e\n        \u003cdiv\u003e5-Year Warranty\u003c\/div\u003e\n        \u003cdiv\u003eFree Shipping\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=\"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\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 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\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\u003e30-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=\"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\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, we\n      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 decoding=\"async\" loading=\"lazy\" style=\"width: 100%; max-width: 800px; height: 500px; object-fit: cover; border-radius: 12px; margin: 0 auto; display: block; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 40px;\" alt=\"Aged Brass Bridge Kitchen Faucet\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/HeritageLivingBrassBridgeFaucet-16aged.png?v=1778152165\"\u003e\n    \u003c\/section\u003e\n\n\n    \u003c!-- ════════════════════════════════════════════════\n     REVIEWS SECTION SCOPED CSS\n     ════════════════════════════════════════════════ --\u003e\n    \u003cstyle\u003e\n      \/* ─── Scoped Variables \u0026 Reset ─── *\/\n      .ieast-rev-island {\n        --bg-cream: #fcfaf6;\n        \/* Matching the image light warm background *\/\n        --top-bar: #2e241c;\n        \/* Matching the image dark brown header *\/\n        --gold: #cc9d6b;\n        \/* Matching the image quote marks *\/\n        --ink: #2c2a28;\n        --ink-soft: #4a4744;\n        --ink-muted: #8c8782;\n        --note-bg: #ffffff;\n        --border: rgba(0, 0, 0, 0.05);\n        --shadow: 0 8px 24px rgba(46, 36, 28, 0.06);\n        --font-head: 'Cormorant Garamond', serif;\n        --font-body: 'Jost', sans-serif;\n\n        -webkit-font-smoothing: antialiased;\n        font-family: var(--font-body);\n        color: var(--ink);\n        line-height: 1.5;\n        box-sizing: border-box;\n      }\n\n      .ieast-rev-island *,\n      .ieast-rev-island *::before,\n      .ieast-rev-island *::after {\n        box-sizing: border-box;\n        margin: 0;\n        padding: 0;\n      }\n\n      \/* ─── Section Shell ─── *\/\n      .ieast-rev-island {\n        max-width: 1050px;\n        margin: 40px auto;\n        background: var(--bg-cream);\n        border-radius: 4px;\n        \/* subtle rounding *\/\n        position: relative;\n        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);\n        border: 1px solid var(--border);\n        overflow: hidden;\n      }\n\n      \/* ─── Top Bar (Like Attached Image) ─── *\/\n      .ieast-rev-topbar {\n        background: var(--top-bar);\n        padding: 14px 24px;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n      }\n\n      .ieast-rev-topbar span {\n        color: var(--gold);\n        font-size: 11px;\n        font-weight: 500;\n        letter-spacing: 0.15em;\n        text-transform: uppercase;\n      }\n\n      .ieast-rev-topbar-right {\n        display: flex;\n        align-items: center;\n        gap: 8px;\n      }\n\n      \/* ─── Slider ─── *\/\n      .ieast-rev-slider-wrap {\n        position: relative;\n        z-index: 2;\n      }\n\n      .ieast-rev-slider {\n        overflow: hidden;\n      }\n\n      .ieast-rev-track {\n        display: flex;\n        transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n        will-change: transform;\n        align-items: stretch;\n      }\n\n      \/* ─── Slide ─── *\/\n      .ieast-rev-slide {\n        min-width: 100%;\n        display: grid;\n        \/* Image takes up more than half (~60%), Content takes the rest (~40%) *\/\n        grid-template-columns: 1.5fr 1fr;\n      }\n\n      \/* ─── Image Column ─── *\/\n      .ieast-rev-img-col {\n        position: relative;\n        width: 100%;\n        height: 100%;\n        min-height: 540px;\n        overflow: hidden;\n      }\n\n      .ieast-rev-img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        display: block;\n      }\n\n      \/* ─── Content Column (Right Side) ─── *\/\n      .ieast-rev-content {\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n        padding: 20px 30px 40px 20px;\n        \/* Extra bottom padding for floating controls *\/\n        background: var(--bg-cream);\n      }\n\n      \/* ─── The 'Note' Shape ─── *\/\n      .ieast-rev-note {\n        background: var(--note-bg);\n        padding: 20px 20px;\n        border-radius: 2px;\n        box-shadow: var(--shadow);\n        border: 1px solid #f4f0eb;\n        position: relative;\n        width: 100%;\n        max-width: 440px;\n        margin: 0 auto;\n      }\n\n      \/* Fold detail for note look (optional neat touch) *\/\n      .ieast-rev-note::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        right: 0;\n        border-width: 0 16px 16px 0;\n        border-style: solid;\n        border-color: #f7f3ef var(--bg-cream) transparent transparent;\n        box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.03);\n        border-bottom-left-radius: 2px;\n      }\n\n      .ieast-rev-quote-mark {\n        font-family: var(--font-head);\n        font-size: 60px;\n        color: var(--gold);\n        line-height: 0.6;\n        margin-bottom: 15px;\n        display: block;\n      }\n\n      .ieast-rev-text {\n        font-family: var(--font-head);\n        font-size: clamp(14px, 2vw, 22px);\n        font-weight: 400;\n        line-height: 1.45;\n        color: var(--ink);\n        font-style: italic;\n        margin-bottom: 20px;\n      }\n\n      .ieast-rev-meta-block {\n        border-top: 1px solid var(--border);\n        padding-top: 5px;\n        display: flex;\n        flex-direction: column;\n        gap: 10px;\n      }\n\n      .ieast-rev-stars {\n        display: flex;\n        gap: 4px;\n      }\n\n      .ieast-rev-stars svg {\n        width: 16px;\n        height: 16px;\n        fill: var(--gold);\n      }\n\n      .ieast-rev-author-row {\n        display: flex;\n        align-items: center;\n        justify-content: space-between;\n      }\n\n      .ieast-rev-name {\n        font-family: var(--font-body);\n        font-size: 13px;\n        font-weight: 500;\n        color: var(--ink);\n        letter-spacing: 0.05em;\n        text-transform: uppercase;\n      }\n\n      .ieast-rev-date {\n        font-size: 12px;\n        color: var(--ink-muted);\n        font-style: italic;\n      }\n\n      .ieast-rev-attrs {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 8px;\n      }\n\n      .ieast-rev-attr-pill {\n        display: inline-flex;\n        align-items: center;\n        font-size: 10px;\n        color: var(--ink-soft);\n        letter-spacing: 0.05em;\n        text-transform: uppercase;\n        background: #fbfbfb;\n        border: 1px solid var(--border);\n        padding: 3px 8px;\n        border-radius: 2px;\n      }\n\n      .ieast-rev-attr-pill strong {\n        color: var(--top-bar);\n        font-weight: 500;\n        margin-right: 4px;\n      }\n\n      \/* ─── Navigation Controls (Fixed at bottom right) ─── *\/\n      .ieast-rev-controls {\n        position: absolute;\n        bottom: 0;\n        right: 0;\n        width: 40%;\n        \/* Matches exactly the 1fr content column (1.5fr \/ 1fr ratio) *\/\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 20px 30px;\n        z-index: 10;\n        background: linear-gradient(to top, var(--bg-cream) 60%, transparent);\n        \/* slight fade *\/\n      }\n\n      .ieast-rev-arrows {\n        display: flex;\n        gap: 10px;\n      }\n\n      .ieast-rev-btn {\n        width: 38px;\n        height: 38px;\n        border: 1px solid rgba(0, 0, 0, 0.1);\n        background: var(--note-bg);\n        cursor: pointer;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        transition: all 0.3s ease;\n        border-radius: 50%;\n      }\n\n      .ieast-rev-btn:hover {\n        background: var(--top-bar);\n        border-color: var(--top-bar);\n      }\n\n      .ieast-rev-btn:hover svg {\n        stroke: #fff;\n      }\n\n      .ieast-rev-btn svg {\n        width: 16px;\n        height: 16px;\n        stroke: var(--ink);\n        fill: none;\n        stroke-width: 1.2;\n        transition: stroke 0.3s;\n      }\n\n      .ieast-rev-dots {\n        display: flex;\n        gap: 6px;\n      }\n\n      .ieast-rev-dot {\n        width: 20px;\n        height: 2px;\n        background: rgba(0, 0, 0, 0.1);\n        border: none;\n        cursor: pointer;\n        padding: 0;\n        transition: all 0.3s ease;\n      }\n\n      .ieast-rev-dot.active {\n        background: var(--top-bar);\n      }\n\n      \/* ─── Mobile ─── *\/\n      @media (max-width: 992px) {\n        .ieast-rev-island {\n          max-width: 92%;\n        }\n\n        .ieast-rev-slide {\n          grid-template-columns: 1.2fr 1fr;\n        }\n\n        .ieast-rev-controls {\n          width: 45.45%;\n        }\n\n        \/* matches new 1.2fr\/1fr ratio *\/\n      }\n\n      @media (max-width: 768px) {\n        .ieast-rev-island {\n          margin: 20px auto;\n          border-radius: 4px;\n        }\n\n        .ieast-rev-topbar span {\n          font-size: 9px;\n        }\n\n        .ieast-rev-slide {\n          grid-template-columns: 1fr;\n          \/* stack vertically *\/\n        }\n\n        .ieast-rev-img-col {\n          min-height: auto;\n          height: 340px;\n        }\n\n        .ieast-rev-content {\n          padding: 30px 20px 90px 20px;\n        }\n\n        .ieast-rev-note {\n          padding: 26px 22px;\n        }\n\n        .ieast-rev-text {\n          font-size: 18px;\n        }\n\n        .ieast-rev-controls {\n          width: 100%;\n          \/* Spans full width on mobile *\/\n          background: var(--bg-cream);\n          \/* Solid to ensure readability *\/\n          padding: 16px 20px;\n        }\n      }\n    \u003c\/style\u003e\n\n    \u003c!-- ════════════════════════════════════════════════\n     REVIEWS SECTION HTML\n     ════════════════════════════════════════════════ --\u003e\n    \u003csection class=\"ieast-rev-island\" id=\"ieast-reviews\"\u003e\n\n      \u003c!-- Top Bar replacing standalone headers to match requested aesthetic --\u003e\n      \u003cdiv class=\"ieast-rev-topbar\"\u003e\n        \u003cspan\u003eLoved by homeowners\u003c\/span\u003e\n        \u003cdiv class=\"ieast-rev-topbar-right\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"currentColor\" stroke=\"none\"\u003e\n            \u003cpath d=\"M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z\"\u003e\n            \u003c\/path\u003e\n          \u003c\/svg\u003e\n          \u003cspan\u003eINSIDEAST FAUCETS\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Slider --\u003e\n      \u003cdiv class=\"ieast-rev-slider-wrap\"\u003e\n        \u003cdiv class=\"ieast-rev-slider\"\u003e\n          \u003cdiv class=\"ieast-rev-track\" id=\"ieastSliderTrack\"\u003e\n\n            \u003c!-- ── Review 1: Ashleigh ── --\u003e\n            \u003carticle class=\"ieast-rev-slide\" aria-label=\"Review by Ashleigh\" aria-current=\"true\"\u003e\n              \u003cdiv class=\"ieast-rev-img-col\"\u003e\n                \u003cimg class=\"ieast-rev-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/iap_1200x1200_7361218974_8jtptlgd_jpg.avif?v=1774368174\" alt=\"Ashleigh's brass bridge faucet – installed view\" loading=\"lazy\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"ieast-rev-content\"\u003e\n                \u003cdiv class=\"ieast-rev-note\"\u003e\n                  \u003cspan class=\"ieast-rev-quote-mark\"\u003e“\u003c\/span\u003e\n                  \u003cp class=\"ieast-rev-text\"\u003eBeautiful tap, customer service was top notch and the product is absolutely\n                    gorgeous. Would definitely recommend!\u003c\/p\u003e\n\n                  \u003cdiv class=\"ieast-rev-meta-block\"\u003e\n                    \u003cdiv class=\"ieast-rev-stars\" aria-label=\"5 out of 5 stars\"\u003e\n                      \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\n                      \u003c\/svg\u003e\n                      \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\n                      \u003c\/svg\u003e\n                      \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\n                      \u003c\/svg\u003e\n                      \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\n                      \u003c\/svg\u003e\n                      \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\n                      \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"ieast-rev-author-row\"\u003e\n                      \u003cspan class=\"ieast-rev-name\"\u003eAshleigh\u003c\/span\u003e\n                      \u003cspan class=\"ieast-rev-date\"\u003e05 November, 2025\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"ieast-rev-attrs\"\u003e\n                      \u003cspan class=\"ieast-rev-attr-pill\"\u003e\u003cstrong\u003eSize:\u003c\/strong\u003e 8 Inches King\u003c\/span\u003e\n                    \u003c\/div\u003e\n                  \u003c\/div\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/article\u003e\n\n            \u003c!-- ── Review 2: Angela ── --\u003e\n            \u003carticle class=\"ieast-rev-slide\" aria-label=\"Review by Angela\" aria-current=\"false\"\u003e\n              \u003cdiv class=\"ieast-rev-img-col\"\u003e\n                \u003cimg class=\"ieast-rev-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/iap_1200x1200_6497423370_p11yuh0g_jpg.webp?v=1774367915\" alt=\"Angela's unlacquered brass faucet with patina\" loading=\"lazy\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"ieast-rev-content\"\u003e\n                \u003cdiv class=\"ieast-rev-note\"\u003e\n                  \u003cspan class=\"ieast-rev-quote-mark\"\u003e“\u003c\/span\u003e\n                  \u003cp class=\"ieast-rev-text\"\u003eIt looks absolutely gorgeous! With a little patina assistance it has turned\n                    out fabulous. Absolutely love it. The customer service has been amazing.\u003c\/p\u003e\n\n                  \u003cdiv class=\"ieast-rev-meta-block\"\u003e\n                    \u003cdiv class=\"ieast-rev-stars\" aria-label=\"5 out of 5 stars\"\u003e\n                      \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\n                      \u003c\/svg\u003e\n                      \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\n                      \u003c\/svg\u003e\n                      \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\n                      \u003c\/svg\u003e\n                      \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\n                      \u003c\/svg\u003e\n                      \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\n                      \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"ieast-rev-author-row\"\u003e\n                      \u003cspan class=\"ieast-rev-name\"\u003eAngela\u003c\/span\u003e\n                      \u003cspan class=\"ieast-rev-date\"\u003e11 December, 2024\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"ieast-rev-attrs\"\u003e\n                      \u003cspan class=\"ieast-rev-attr-pill\"\u003e\u003cstrong\u003eHandle:\u003c\/strong\u003e Cross Handle\u003c\/span\u003e\n                    \u003c\/div\u003e\n                  \u003c\/div\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/article\u003e\n\n            \u003c!-- ── Review 3: Etsy buyer ── --\u003e\n            \u003carticle class=\"ieast-rev-slide\" aria-label=\"Review by Etsy buyer\" aria-current=\"false\"\u003e\n              \u003cdiv class=\"ieast-rev-img-col\"\u003e\n                \u003cimg class=\"ieast-rev-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/iap_1200x1200_6712751766_e6l23lsd_jpg.avif?v=1774367972\" alt=\"Etsy buyer's brass faucet unboxing\" loading=\"lazy\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"ieast-rev-content\"\u003e\n                \u003cdiv class=\"ieast-rev-note\"\u003e\n                  \u003cspan class=\"ieast-rev-quote-mark\"\u003e“\u003c\/span\u003e\n                  \u003cp class=\"ieast-rev-text\"\u003eIt's beautiful — the craftsmanship speaks for itself. We reached out after\n                    installation and everything was quickly resolved. A stunning addition.\u003c\/p\u003e\n\n                  \u003cdiv class=\"ieast-rev-meta-block\"\u003e\n                    \u003cdiv class=\"ieast-rev-stars\" aria-label=\"5 out of 5 stars\"\u003e\n                      \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\n                      \u003c\/svg\u003e\n                      \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\n                      \u003c\/svg\u003e\n                      \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\n                      \u003c\/svg\u003e\n                      \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\n                      \u003c\/svg\u003e\n                      \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\n                      \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"ieast-rev-author-row\"\u003e\n                      \u003cspan class=\"ieast-rev-name\"\u003eEtsy Buyer\u003c\/span\u003e\n                      \u003cspan class=\"ieast-rev-date\"\u003e13 March, 2025\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"ieast-rev-attrs\"\u003e\n                      \u003cspan class=\"ieast-rev-attr-pill\"\u003e\u003cstrong\u003eSize:\u003c\/strong\u003e 8 Inches King\u003c\/span\u003e\n                    \u003c\/div\u003e\n                  \u003c\/div\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/article\u003e\n\n            \u003c!-- ── Review 4: Hazel ── --\u003e\n            \u003carticle class=\"ieast-rev-slide\" aria-label=\"Review by Hazel\" aria-current=\"false\"\u003e\n              \u003cdiv class=\"ieast-rev-img-col\"\u003e\n                \u003cimg class=\"ieast-rev-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/iap_1200x1200_6840043339_7tikobd1_jpg.avif?v=1774368044\" alt=\"Hazel's brass bridge faucet fresh out of box\" loading=\"lazy\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"ieast-rev-content\"\u003e\n                \u003cdiv class=\"ieast-rev-note\"\u003e\n                  \u003cspan class=\"ieast-rev-quote-mark\"\u003e“\u003c\/span\u003e\n                  \u003cp class=\"ieast-rev-text\"\u003eSeller reached out to confirm the order was correct, to make sure everything\n                    would be perfect. The faucet is beautiful! (Photo taken just out of box)\u003c\/p\u003e\n\n                  \u003cdiv class=\"ieast-rev-meta-block\"\u003e\n                    \u003cdiv class=\"ieast-rev-stars\" aria-label=\"5 out of 5 stars\"\u003e\n                      \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\n                      \u003c\/svg\u003e\n                      \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\n                      \u003c\/svg\u003e\n                      \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\n                      \u003c\/svg\u003e\n                      \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\n                      \u003c\/svg\u003e\n                      \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\n                      \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"ieast-rev-author-row\"\u003e\n                      \u003cspan class=\"ieast-rev-name\"\u003eHazel\u003c\/span\u003e\n                      \u003cspan class=\"ieast-rev-date\"\u003e15 April, 2025\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"ieast-rev-attrs\"\u003e\n                      \u003cspan class=\"ieast-rev-attr-pill\"\u003e\u003cstrong\u003eSize:\u003c\/strong\u003e 8 Inches King\u003c\/span\u003e\n                    \u003c\/div\u003e\n                  \u003c\/div\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/article\u003e\n\n            \u003c!-- ── Review 5: Patricia ── --\u003e\n            \u003carticle class=\"ieast-rev-slide\" aria-label=\"Review by Patricia\" aria-current=\"false\"\u003e\n              \u003cdiv class=\"ieast-rev-img-col\"\u003e\n                \u003cimg class=\"ieast-rev-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/iap_1200x1200_6731161582_58c4dn49_jpg.avif?v=1774368108\" alt=\"Patricia's 8 inch brass bridge faucet with sprayer\" loading=\"lazy\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"ieast-rev-content\"\u003e\n                \u003cdiv class=\"ieast-rev-note\"\u003e\n                  \u003cspan class=\"ieast-rev-quote-mark\"\u003e“\u003c\/span\u003e\n                  \u003cp class=\"ieast-rev-text\"\u003eInsideEast made this purchase so pleasant — the product itself is even\n                    better than I imagined! I am remodeling my kitchen around this faucet!\u003c\/p\u003e\n\n                  \u003cdiv class=\"ieast-rev-meta-block\"\u003e\n                    \u003cdiv class=\"ieast-rev-stars\" aria-label=\"5 out of 5 stars\"\u003e\n                      \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\n                      \u003c\/svg\u003e\n                      \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\n                      \u003c\/svg\u003e\n                      \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\n                      \u003c\/svg\u003e\n                      \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\n                      \u003c\/svg\u003e\n                      \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\n                      \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"ieast-rev-author-row\"\u003e\n                      \u003cspan class=\"ieast-rev-name\"\u003ePatricia\u003c\/span\u003e\n                      \u003cspan class=\"ieast-rev-date\"\u003e20 March, 2025\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"ieast-rev-attrs\"\u003e\n                      \u003cspan class=\"ieast-rev-attr-pill\"\u003e\u003cstrong\u003eSize:\u003c\/strong\u003e 8 Inches King\u003c\/span\u003e\n                    \u003c\/div\u003e\n                  \u003c\/div\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/article\u003e\n\n            \u003c!-- ── Review 6: Veronica ── --\u003e\n            \u003carticle class=\"ieast-rev-slide\" aria-label=\"Review by Veronica\" aria-current=\"false\"\u003e\n              \u003cdiv class=\"ieast-rev-img-col\"\u003e\n                \u003cimg class=\"ieast-rev-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/iap_1200x1200_6843016714_s4pbymgc_jpg.avif?v=1774368174\" alt=\"Veronica's brass bridge faucet unboxed\" loading=\"lazy\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"ieast-rev-content\"\u003e\n                \u003cdiv class=\"ieast-rev-note\"\u003e\n                  \u003cspan class=\"ieast-rev-quote-mark\"\u003e“\u003c\/span\u003e\n                  \u003cp class=\"ieast-rev-text\"\u003eAbsolutely gorgeous! I can't wait to add this to my kitchen. The finish is\n                    stunning and the quality feels premium from the moment you open the box.\u003c\/p\u003e\n\n                  \u003cdiv class=\"ieast-rev-meta-block\"\u003e\n                    \u003cdiv class=\"ieast-rev-stars\" aria-label=\"5 out of 5 stars\"\u003e\n                      \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\n                      \u003c\/svg\u003e\n                      \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\n                      \u003c\/svg\u003e\n                      \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\n                      \u003c\/svg\u003e\n                      \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\n                      \u003c\/svg\u003e\n                      \u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\n                      \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"ieast-rev-author-row\"\u003e\n                      \u003cspan class=\"ieast-rev-name\"\u003eVeronica\u003c\/span\u003e\n                      \u003cspan class=\"ieast-rev-date\"\u003e06 May, 2025\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"ieast-rev-attrs\"\u003e\n                      \u003cspan class=\"ieast-rev-attr-pill\"\u003e\u003cstrong\u003eSize:\u003c\/strong\u003e 8 Inches King\u003c\/span\u003e\n                    \u003c\/div\u003e\n                  \u003c\/div\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/article\u003e\n\n          \u003c\/div\u003e\n          \u003c!-- \/track --\u003e\n        \u003c\/div\u003e\n        \u003c!-- \/slider --\u003e\n\n        \u003c!-- Navigation Controls overlapping the bottom of the section --\u003e\n        \u003cnav class=\"ieast-rev-controls\" aria-label=\"Review navigation\"\u003e\n          \u003cdiv class=\"ieast-rev-dots\" id=\"ieastDotContainer\" role=\"tablist\" aria-label=\"Go to review\"\u003e\u003c\/div\u003e\n\n          \u003cdiv class=\"ieast-rev-arrows\"\u003e\n            \u003cbutton class=\"ieast-rev-btn\" id=\"ieastPrevBtn\" aria-label=\"Previous review\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                \u003cpath d=\"M15 18l-6-6 6-6\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/button\u003e\n\n            \u003cbutton class=\"ieast-rev-btn\" id=\"ieastNextBtn\" aria-label=\"Next review\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                \u003cpath d=\"M9 18l6-6-6-6\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/button\u003e\n          \u003c\/div\u003e\n        \u003c\/nav\u003e\n      \u003c\/div\u003e\n      \u003c!-- \/slider-wrap --\u003e\n\n    \u003c\/section\u003e\n\n    \u003c!-- ════════════════════════════════════════════════\n     REVIEWS SECTION SCRIPT\n     ════════════════════════════════════════════════ --\u003e\n    \u003cscript\u003e\n      (function () {\n        const track = document.getElementById('ieastSliderTrack');\n        const prevBtn = document.getElementById('ieastPrevBtn');\n        const nextBtn = document.getElementById('ieastNextBtn');\n        const dotWrap = document.getElementById('ieastDotContainer');\n\n        if (!track || !prevBtn || !nextBtn || !dotWrap) return;\n\n        const slides = track.querySelectorAll('.ieast-rev-slide');\n        const total = slides.length;\n        let current = 0;\n        let autoTimer = null;\n\n        \/\/ Build dots\n        slides.forEach((_, i) =\u003e {\n          const d = document.createElement('button');\n          d.className = 'ieast-rev-dot' + (i === 0 ? ' active' : '');\n          d.setAttribute('role', 'tab');\n          d.setAttribute('aria-label', 'Review ' + (i + 1));\n          d.addEventListener('click', () =\u003e goTo(i));\n          dotWrap.appendChild(d);\n        });\n\n        function goTo(n) {\n          slides[current].setAttribute('aria-current', 'false');\n          current = (n + total) % total;\n          track.style.transform = `translateX(-${current * 100}%)`;\n          dotWrap.querySelectorAll('.ieast-rev-dot').forEach((d, i) =\u003e {\n            d.classList.toggle('active', i === current);\n          });\n          slides[current].setAttribute('aria-current', 'true');\n        }\n\n        prevBtn.addEventListener('click', () =\u003e { goTo(current - 1); resetAuto(); });\n        nextBtn.addEventListener('click', () =\u003e { goTo(current + 1); resetAuto(); });\n\n        \/\/ Touch \/ swipe\n        let startX = 0;\n        track.addEventListener('touchstart', e =\u003e { startX = e.touches[0].clientX; }, { passive: true });\n        track.addEventListener('touchend', e =\u003e {\n          const dx = e.changedTouches[0].clientX - startX;\n          if (Math.abs(dx) \u003e 40) { dx \u003c 0 ? goTo(current + 1) : goTo(current - 1); resetAuto(); }\n        });\n\n        \/\/ Auto-advance\n        function startAuto() { autoTimer = setInterval(() =\u003e goTo(current + 1), 6000); }\n        function resetAuto() { clearInterval(autoTimer); startAuto(); }\n        startAuto();\n\n        \/\/ Pause on hover\n        const section = document.getElementById('ieast-reviews');\n        if (section) {\n          section.addEventListener('mouseenter', () =\u003e clearInterval(autoTimer));\n          section.addEventListener('mouseleave', startAuto);\n        }\n\n        goTo(0);\n      })();\n    \u003c\/script\u003e\n\n\n    \u003c!-- CONFIGURATION OPTIONS --\u003e\n    \u003csection class=\"faucet-desc__config\" id=\"configure\"\u003e\n      \u003ch2\u003eConfigure Your Perfect Finish\u003c\/h2\u003e\n      \u003cp class=\"faucet-desc__config-intro\"\u003eThis faucet can be customized to perfectly suit your kitchen needs. Choose\n        from our three signature finishes in either lacquered (Sealed Brass) or unlacquered (Living Brass) styles. Each\n        configuration maintains the\n        same exceptional quality and handcrafted Moroccan artistry in our grand 8\" King size.\u003c\/p\u003e\n\n      \u003cdiv class=\"faucet-desc__config-grid\" style=\"grid-template-columns: 1fr; max-width: 800px; margin-left: auto; margin-right: auto;\"\u003e\n        \u003cdiv class=\"faucet-desc__config-section\"\u003e\n          \u003ch3\u003eSignature Finishes\u003c\/h3\u003e\n          \u003cdiv class=\"faucet-desc__signature-grid\"\u003e\n            \u003cdiv class=\"faucet-desc__config-option\" style=\"padding: 8px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 8px;\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/HeritageLivingBrassBridgeFaucet-11polished.png?v=1778152044\" style=\"width: 100%; aspect-ratio: 1\/1; height: auto; object-fit: cover; border-radius: 6px; border: 2px solid var(--accent-light);\" alt=\"Polished Brass\"\u003e\n              \u003cspan style=\"line-height: 1.2; padding-bottom: 4px;\"\u003ePolished\u003cbr\u003eBrass\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faucet-desc__config-option\" style=\"padding: 8px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 8px;\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/HeritageLivingBrassBridgeFaucet-brushed.png?v=1778151895\" style=\"width: 100%; aspect-ratio: 1\/1; height: auto; object-fit: cover; border-radius: 6px; border: 2px solid var(--accent-light);\" alt=\"Brushed Brass\"\u003e\n              \u003cspan style=\"line-height: 1.2; padding-bottom: 4px;\"\u003eBrushed\u003cbr\u003eBrass\u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faucet-desc__config-option\" style=\"padding: 8px; display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 8px;\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/HeritageLivingBrassBridgeFaucet-aged16.png?v=1778152267\" style=\"width: 100%; aspect-ratio: 1\/1; height: auto; object-fit: cover; border-radius: 6px; border: 2px solid var(--accent-light);\" alt=\"Aged Brass\"\u003e\n              \u003cspan style=\"line-height: 1.2; padding-bottom: 4px;\"\u003eAged\u003cbr\u003eBrass\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv style=\"margin-top: 40px; background: #fff; padding: 25px; border-radius: 12px; border: 1px solid var(--accent-light); box-shadow: 0 4px 15px var(--shadow);\"\u003e\n        \u003ch3 style=\"font-size: 18px; color: var(--primary); margin-bottom: 20px; font-weight: 600; text-align: center;\"\u003e\n          Finishing Comparison Guide\u003c\/h3\u003e\n        \u003cdiv style=\"overflow-x: auto;\"\u003e\n          \u003ctable style=\"width: 100%; border-collapse: collapse; font-size: 14px; text-align: left;\"\u003e\n            \u003cthead\u003e\n              \u003ctr style=\"border-bottom: 2px solid var(--accent-light);\"\u003e\n                \u003cth style=\"padding: 12px; color: var(--accent); font-weight: 700; width: 25%;\"\u003eFinish\u003c\/th\u003e\n                \u003cth style=\"padding: 12px; color: var(--accent); font-weight: 700;\"\u003eInitial Appearance\u003c\/th\u003e\n                \u003cth style=\"padding: 12px; color: var(--accent); font-weight: 700;\"\u003eAging Characteristics\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n            \u003ctbody\u003e\n              \u003ctr style=\"border-bottom: 1px solid var(--bg-light);\"\u003e\n                \u003ctd style=\"padding: 12px; font-weight: 600; color: var(--primary);\"\u003ePolished Brass\u003c\/td\u003e\n                \u003ctd style=\"padding: 12px; color: var(--muted);\"\u003eBright, mirror-like, highly reflective gold\u003c\/td\u003e\n                \u003ctd style=\"padding: 12px; color: var(--muted);\"\u003e\n\u003cstrong style=\"color: var(--accent);\"\u003eLiving\n                    Brass:\u003c\/strong\u003e Develops a natural patina over 3-5 months,\n                  eventually taking on an aged look.\u003cbr\u003e\u003cstrong style=\"color: var(--accent);\"\u003eSealed Brass:\u003c\/strong\u003e\n                  Maintains its bright, initial finish for a long time.\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr style=\"border-bottom: 1px solid var(--bg-light);\"\u003e\n                \u003ctd style=\"padding: 12px; font-weight: 600; color: var(--primary);\"\u003eBrushed Brass\u003c\/td\u003e\n                \u003ctd style=\"padding: 12px; color: var(--muted);\"\u003eMatte, soft gold with subtle directional texturing\u003c\/td\u003e\n                \u003ctd style=\"padding: 12px; color: var(--muted);\"\u003e\n\u003cstrong style=\"color: var(--accent);\"\u003eLiving\n                    Brass:\u003c\/strong\u003e Ages evenly into a clouded patina over 3-5\n                  months, eventually taking on an aged look.\u003cbr\u003e\u003cstrong style=\"color: var(--accent);\"\u003eSealed\n                    Brass:\u003c\/strong\u003e Maintains its matte finish indefinitely.\u003c\/td\u003e\n              \u003c\/tr\u003e\n              \u003ctr\u003e\n                \u003ctd style=\"padding: 12px; font-weight: 600; color: var(--primary);\"\u003eAged Brass\u003c\/td\u003e\n                \u003ctd style=\"padding: 12px; color: var(--muted);\"\u003eDeepest bronze and dark brown, century-old antique\n                  look.\u003cbr\u003e\u003cspan style=\"display: inline-block; margin-top: 6px; font-size: 12.5px; font-style: italic;\"\u003e* Note: Our\n                    specialty forced-aged finish achieves a richer, darker hue compared to naturally aged brass.\u003c\/span\u003e\n                \u003c\/td\u003e\n                \u003ctd style=\"padding: 12px; color: var(--muted);\"\u003e\n\u003cstrong style=\"color: var(--accent);\"\u003eLiving\n                    Brass:\u003c\/strong\u003e The dark finish lightens slightly at touch\n                  points.\u003cbr\u003e\u003cstrong style=\"color: var(--accent);\"\u003eSealed Brass:\u003c\/strong\u003e Locks in the dark antique look\n                  permanently.\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"margin-top: 20px; padding: 15px; background: #fff8f0; border-left: 4px solid var(--accent); border-radius: 6px; font-size: 13px; color: var(--primary);\"\u003e\n          \u003cstrong style=\"color: var(--accent); font-size: 14px; display: block; margin-bottom: 10px;\"\u003eImportant Order\n            Information:\u003c\/strong\u003e\n          \u003cul style=\"margin: 0; padding-left: 20px; line-height: 1.6;\"\u003e\n            \u003cli style=\"margin-bottom: 6px;\"\u003e\n\u003cstrong\u003eFinishes Offered:\u003c\/strong\u003e We offer our finishes in both\n              \u003cstrong\u003eLiving Brass (unlacquered)\u003c\/strong\u003e (a living finish that develops a natural patina over time) and\n              \u003cstrong\u003eSealed Brass (lacquered)\u003c\/strong\u003e (a protective coating that locks in the original look\n              long-term).\n            \u003c\/li\u003e\n            \u003cli style=\"margin-bottom: 6px;\"\u003e\n\u003cstrong\u003eDefault Configuration:\u003c\/strong\u003e The faucet comes with \u003cstrong\u003eSimple\n                Cross Handles\u003c\/strong\u003e by default.\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eCustomization:\u003c\/strong\u003e If you need to change the handle style (to Lever or Flat Cross), please\n              contact us at \u003ca href=\"mailto:contact@insideast.com\" style=\"color: var(--accent); font-weight: 600; text-decoration: underline;\"\u003econtact@insideast.com\u003c\/a\u003e\n              immediately after placing your order.\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cstyle\u003e\n        .ie-lf-section {\n          margin: 3rem 0;\n          padding: 2.5rem 2rem;\n          background: #fcf9f2;\n          border-top: 1px solid rgba(166, 124, 82, 0.2);\n          border-bottom: 1px solid rgba(166, 124, 82, 0.2);\n        }\n\n        .ie-lf-eyebrow {\n          font-size: 11px;\n          letter-spacing: 0.12em;\n          text-transform: uppercase;\n          color: #a67c52;\n          margin: 0 0 8px;\n          font-weight: 500;\n          text-align: center !important;\n          display: block;\n        }\n\n        .ie-lf-heading {\n          font-size: 22px;\n          font-weight: normal;\n          color: #1a1208;\n          margin: 0 0 8px;\n          line-height: 1.35;\n          text-align: center !important;\n        }\n\n        .ie-lf-sub {\n          font-size: 14px;\n          color: #5a4a35;\n          margin: 0 auto 1.75rem !important;\n          line-height: 1.6;\n          max-width: 480px;\n          text-align: center !important;\n          display: block;\n          width: 100%;\n        }\n\n        .ie-lf-grid {\n          display: grid;\n          grid-template-columns: 5fr 6fr;\n          gap: 2rem;\n          align-items: start;\n          max-width: 820px;\n          margin: 0 auto;\n        }\n\n        .ie-lf-video-wrap {\n          border: 1px solid rgba(166, 124, 82, 0.25);\n          background: #1a1208;\n          line-height: 0;\n          position: relative;\n        }\n\n        .ie-lf-video-wrap video {\n          width: 100%;\n          max-height: 420px;\n          object-fit: contain;\n          display: block;\n        }\n\n        .ie-lf-credit-bar {\n          position: absolute;\n          bottom: 0;\n          left: 0;\n          right: 0;\n          background: rgba(20, 12, 4, 0.72);\n          padding: 7px 12px;\n          line-height: 1;\n        }\n\n        .ie-lf-credit-bar p {\n          font-size: 11.5px;\n          color: rgba(252, 249, 242, 0.82);\n          margin: 0;\n          line-height: 1.45;\n        }\n\n        .ie-lf-credit-bar a {\n          color: #c49a6c;\n          text-decoration: none;\n          border-bottom: 1px solid rgba(196, 154, 108, 0.4);\n        }\n\n        .ie-lf-steps {\n          display: flex;\n          flex-direction: column;\n          gap: 1.1rem;\n        }\n\n        .ie-lf-step {\n          display: flex;\n          gap: 12px;\n          align-items: flex-start;\n        }\n\n        .ie-lf-step-num {\n          font-size: 18px;\n          color: rgba(166, 124, 82, 0.4);\n          line-height: 1;\n          min-width: 24px;\n          padding-top: 2px;\n        }\n\n        .ie-lf-step-title {\n          font-size: 11px;\n          font-weight: 600;\n          color: #2a1f10;\n          margin: 0 0 3px;\n          text-transform: uppercase;\n          letter-spacing: 0.06em;\n        }\n\n        .ie-lf-step-desc {\n          font-size: 13px;\n          color: #5a4a35;\n          margin: 0;\n          line-height: 1.55;\n        }\n\n        .ie-lf-note {\n          margin-top: 1.1rem;\n          padding: 0.75rem 1rem;\n          border-left: 2px solid #a67c52;\n          background: rgba(166, 124, 82, 0.06);\n          font-size: 12px;\n          color: #5a4a35;\n          line-height: 1.55;\n        }\n\n        @media (max-width: 640px) {\n          .ie-lf-grid {\n            grid-template-columns: 1fr;\n            gap: 1.25rem;\n          }\n        }\n      \u003c\/style\u003e\n\n      \u003cdiv class=\"ie-lf-section\"\u003e\n        \u003cp class=\"ie-lf-eyebrow\"\u003eSee It in Real Life\u003c\/p\u003e\n        \u003ch2 class=\"ie-lf-heading\"\u003eWatch Living Brass Age Beautifully\u003c\/h2\u003e\n        \u003cp class=\"ie-lf-sub\"\u003eCreator Lone Fox demonstrates how to develop a rich patina on unlacquered brass — the same\n          living finish on this faucet.\u003c\/p\u003e\n\n        \u003cdiv class=\"ie-lf-grid\"\u003e\n\n          \u003cdiv\u003e\n            \u003cdiv class=\"ie-lf-video-wrap\"\u003e\n              \u003cvideo controls playsinline preload=\"metadata\"\u003e\n                \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/ccd2e01d53334c02a73882a12ffdc409.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n              \u003cdiv class=\"ie-lf-credit-bar\"\u003e\n                \u003cp\u003eVideo by \u003cstrong\u003eLone Fox\u003c\/strong\u003e, an interior designer and home renovation creator. Shared for\n                  reference. \u003ca href=\"https:\/\/m.facebook.com\/watch\/?v=750123863217377\u0026amp;vanity=lonefoxhome\" target=\"_blank\" rel=\"noopener\"\u003eWatch on Facebook →\u003c\/a\u003e\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ie-lf-steps\"\u003e\n            \u003cdiv class=\"ie-lf-step\"\u003e\n              \u003cspan class=\"ie-lf-step-num\"\u003e01\u003c\/span\u003e\n              \u003cdiv\u003e\n                \u003cp class=\"ie-lf-step-title\"\u003eArrives Unlacquered\u003c\/p\u003e\n                \u003cp class=\"ie-lf-step-desc\"\u003eNatural brass, ready to develop its own character from day one.\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ie-lf-step\"\u003e\n              \u003cspan class=\"ie-lf-step-num\"\u003e02\u003c\/span\u003e\n              \u003cdiv\u003e\n                \u003cp class=\"ie-lf-step-title\"\u003eAge Naturally or Speed It Up\u003c\/p\u003e\n                \u003cp class=\"ie-lf-step-desc\"\u003eLet daily use darken it gradually, or use a simple vinegar method (shown in\n                  the video) to get a rich patina in hours.\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ie-lf-step\"\u003e\n              \u003cspan class=\"ie-lf-step-num\"\u003e03\u003c\/span\u003e\n              \u003cdiv\u003e\n                \u003cp class=\"ie-lf-step-title\"\u003eAlways Reversible\u003c\/p\u003e\n                \u003cp class=\"ie-lf-step-desc\"\u003eA brass polish restores the original tone anytime. You're always in control.\n                \u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ie-lf-note\"\u003e\n              ✦ Applies to all three finishes in the \u003cstrong\u003eLiving Brass\u003c\/strong\u003e option. Prefer a fixed look?\n              Choose \u003cstrong\u003eSealed Brass\u003c\/strong\u003e.\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faucet-desc__config-slider-wrap\"\u003e\n        \u003ch3 class=\"faucet-desc__config-slider-title\"\u003eConfiguration Gallery\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 class=\"faucet-desc__config-slider-container\" id=\"configSlider\"\u003e\n          \u003cdiv class=\"faucet-desc__config-slider\"\u003e\n            \u003cdiv class=\"faucet-desc__config-slide\"\u003e\n              \u003cimg decoding=\"async\" loading=\"lazy\" class=\"faucet-desc__config-slide-img\" alt=\"Polished Brass Finish\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/HeritageLivingBrassBridgeFaucet-11polished.png?v=1778152044\"\u003e\n              \u003cdiv class=\"faucet-desc__config-slide-caption\"\u003ePolished Brass Finish\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faucet-desc__config-slide\"\u003e\n              \u003cimg decoding=\"async\" loading=\"lazy\" class=\"faucet-desc__config-slide-img\" alt=\"Brushed Brass Finish\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/HeritageLivingBrassBridgeFaucet-brushed.png?v=1778151895\"\u003e\n              \u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eBrushed Brass Finish\u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faucet-desc__config-slide\"\u003e\n              \u003cimg decoding=\"async\" loading=\"lazy\" class=\"faucet-desc__config-slide-img\" alt=\"Aged Brass Finish\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/HeritageLivingBrassBridgeFaucet-aged16.png?v=1778152267\"\u003e\n              \u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eAged Brass Finish\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faucet-desc__config-slide\"\u003e\n              \u003cimg decoding=\"async\" loading=\"lazy\" class=\"faucet-desc__config-slide-img\" alt=\"Brushed Brass Lifestyle\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/HeritageLivingBrassBridgeFaucet-7brushed.png?v=1778151928\"\u003e\n              \u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eBrushed Brass Lifestyle\u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faucet-desc__config-slide\"\u003e\n              \u003cimg decoding=\"async\" loading=\"lazy\" class=\"faucet-desc__config-slide-img\" alt=\"Aged Brass Installation\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/HeritageLivingBrassBridgeFaucet-aged17.png?v=1778152267\"\u003e\n              \u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eAged Brass Installation\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c!-- CTA after configuration --\u003e\n      \u003cdiv style=\"text-align: center; margin-top: 30px;\"\u003e\u003cbutton class=\"faucet-desc__cta-primary\"\u003eSelect Your\n          Configuration\u003c\/button\u003e\u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003c!-- REVIEWS --\u003e\n    \u003csection class=\"faucet-desc__reviews\"\u003e\n      \u003ch2\u003eWhat Our Customers Say\u003c\/h2\u003e\n      \u003cdiv style=\"position: relative;\"\u003e\n        \u003cdiv class=\"faucet-desc__review-slider-wrap\" id=\"reviewSlider\"\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\"\u003eMatthew S.\u003c\/span\u003e \u003cspan class=\"faucet-desc__review-verified\"\u003eVerified\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\"\u003eBeyond expectations, the quality and weight of this faucet is\n                  impressive. I haven't stopped talking about the knobs and how they feel so luxury for the last 2 days\n                  and we don't even have it installed yet.\u003c\/p\u003e\n                \u003cdiv class=\"faucet-desc__review-highlight\"\u003e\"The quality and weight... feels so luxury\"\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\"\u003eDanielle C.\u003c\/span\u003e \u003cspan class=\"faucet-desc__review-verified\"\u003eVerified\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\"\u003eIt's just as beautiful and quality material as I expected it to be,\n                  it's going to be beautiful in our new kitchen. Great customer service and responsive communication\n                  throughout the entire process.\u003c\/p\u003e\n                \u003cdiv class=\"faucet-desc__review-highlight\"\u003e\"Great customer service and great product\"\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\"\u003eLindsey H.\u003c\/span\u003e \u003cspan class=\"faucet-desc__review-verified\"\u003eVerified\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\"\u003eWe are so pleased with the quality and craftmanship! The unlacquered\n                  brass is stunning and already gaining a beautiful patina. The quality and craftsmanship is second to\n                  none!\u003c\/p\u003e\n                \u003cdiv class=\"faucet-desc__review-highlight\"\u003e\"Quality and craftsmanship is second to none!\"\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    \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\u003e30-Day Returns:\u003c\/strong\u003e Changed your mind? We'll refund you - just send it back unused in its original packaging.\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cstrong\u003e5-Year Fixture Warranty:\u003c\/strong\u003e We'll repair or replace any manufacturing defects\n        \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\n        \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!-- PRODUCT IMAGE --\u003e\n    \u003csection style=\"margin: 60px 0;\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" style=\"width: 100%; max-width: 600px; height: 500px; object-fit: cover; margin: 0 auto; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,.1); display: block;\" alt=\"Natural brass patina development\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/HeritageLivingBrassBridgeFaucet-13patina.png?v=1778152075\"\u003e\n    \u003c\/section\u003e\n    \u003c!-- COMPARISON TABLE --\u003e\n    \u003csection class=\"faucet-desc__comparison\"\u003e\n      \u003ch2\u003eWhy Choose Artisan-Crafted Over Mass-Produced?\u003c\/h2\u003e\n      \u003ctable class=\"faucet-desc__comparison-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth\u003eOur Faucet\u003c\/th\u003e\n            \u003cth\u003eMass-Produced Alternatives\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✓ Solid brass throughout—no hollow parts\u003c\/td\u003e\n            \u003ctd\u003e✗ Brass-plated zinc or plastic internals\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eFinish\u003c\/td\u003e\n            \u003ctd\u003e✓ Signature living patina develops unique character\u003c\/td\u003e\n            \u003ctd\u003e✗ Lacquer coating peels and chips over time\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eCraftsmanship\u003c\/td\u003e\n            \u003ctd\u003e✓ Hand-forged by Moroccan artisans\u003c\/td\u003e\n            \u003ctd\u003e✗ Factory mass production assembly line\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eWeight \u0026amp; Feel\u003c\/td\u003e\n            \u003ctd\u003e✓ Substantial, luxury heft (3.2 lbs)\u003c\/td\u003e\n            \u003ctd\u003e✗ Lightweight, hollow feel (0.8 lbs)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eWarranty\u003c\/td\u003e\n            \u003ctd\u003e✓ 5-year fixture \/ 1-year parts warranty\u003c\/td\u003e\n            \u003ctd\u003e✗ 1-year typical (if any)\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/section\u003e\n    \u003c!-- PREMIUM FEATURES - IMPROVED GRID --\u003e\n    \u003csection class=\"faucet-desc__features\"\u003e\n      \u003ch2\u003eWhy This Faucet Is Worth The Investment\u003c\/h2\u003e\n      \u003cul class=\"faucet-desc__features-list\"\u003e\n        \u003cli\u003e\n          \u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n              \u003cpath fill=\"currentColor\" 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\"\u003e\n              \u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n          \u003cdiv class=\"faucet-desc__feature-content\"\u003e\n            \u003ch4\u003eHandcrafted in Morocco by Master Artisans\u003c\/h4\u003e\n            \u003cp\u003eEach faucet is meticulously crafted by skilled metalworkers using traditional techniques passed down\n              through generations. You're not just buying a faucet—you're preserving an ancient craft.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cdiv class=\"faucet-desc__feature-icon\"\u003e\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\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\u003c\/div\u003e\n          \u003cdiv class=\"faucet-desc__feature-content\"\u003e\n            \u003ch4\u003eSolid Brass Construction (Not Plated)\u003c\/h4\u003e\n            \u003cp\u003eBuilt entirely from solid brass—no hollow components, no thin plating that wears away. The substantial\n              weight and durability you can feel immediately upon handling.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n              \u003cpath fill=\"currentColor\" 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\"\u003e\n              \u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n          \u003cdiv class=\"faucet-desc__feature-content\"\u003e\n            \u003ch4\u003eSignature Finishes\u003c\/h4\u003e\n            \u003cp\u003eAvailable in three distinctive finishes, offered in both lacquered (Sealed Brass) and unlacquered (Living\n              Brass) options. The\n              unlacquered (Living Brass) finish ages naturally over time, developing a rich patina that tells your\n              home's unique\n              story, while the lacquered (Sealed Brass) option protects the initial look.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n              \u003cpath fill=\"currentColor\" 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\"\u003e\n              \u003c\/path\u003e\n              \u003ccircle fill=\"white\" r=\"3\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n          \u003cdiv class=\"faucet-desc__feature-content\"\u003e\n            \u003ch4\u003ePremium 1\/2\" Ceramic Cartridges\u003c\/h4\u003e\n            \u003cp\u003eIndustry-leading ceramic disc cartridges deliver smooth, drip-free performance with exceptional\n              durability. Lab-tested for 500,000+ cycles—that's decades of daily use.\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\n\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Moroccan handcrafted brass faucet detail\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/HeritageLivingBrassBridgeFaucet-7brushed.png?v=1778151928\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lifestyle-section__content\"\u003e\n        \u003ch3\u003eMoroccan Artisan Heritage\u003c\/h3\u003e\n        \u003cp\u003eEach faucet is meticulously handcrafted by skilled Moroccan artisans who have perfected their craft over\n          generations. Using traditional metalworking techniques, they shape solid brass into this elegant bridge-style\n          design that brings authentic character and warmth to your kitchen.\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\n\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Unlacquered brass patina development\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/HeritageLivingBrassBridgeFaucet-13patina.png?v=1778152075\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lifestyle-section__content\"\u003e\n        \u003ch3\u003eA Finish That Tells Your Story\u003c\/h3\u003e\n        \u003cp\u003eOur signature living finishes (Living Brass) are designed to age gracefully, developing a unique patina that\n          reflects your\n          home's story. Each mark and subtle color shift adds character, creating a one-of-a-kind piece that grows more\n          beautiful with use. This living finish (Living Brass) celebrates the natural beauty of brass rather than\n          fighting against it.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"lifestyle-section\"\u003e\n      \u003cdiv class=\"lifestyle-section__image\"\u003e\n\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Bridge faucet components and construction\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/heritage-unlacquered-brass-kitchen-bridge-faucet-4108971.png?v=1773579378\u0026amp;width=1946\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lifestyle-section__content\"\u003e\n        \u003ch3\u003ePrecision Engineering Meets Artisan Craft\u003c\/h3\u003e\n        \u003cp\u003eBeneath the artisan exterior lies serious engineering. Premium ceramic cartridges ensure smooth, drip-free\n          operation for years. The swiveling spout provides flexibility for washing and filling, while the solid brass\n          construction guarantees structural integrity and lasting performance that stands up to daily use.\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\n\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Brass faucet installation setup\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/HeritageLivingBrassBridgeFaucet-aged17.png?v=1778152267\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lifestyle-section__content\"\u003e\n        \u003ch3\u003eProfessional-Quality Installation Made Easy\u003c\/h3\u003e\n        \u003cp\u003eDesigned for standard 8-inch spread configurations with straightforward installation. Compatible with\n          regional plumbing connectors and includes all necessary mounting\n          hardware. The detailed manual guides you through every step, making professional-quality installation\n          achievable for DIY enthusiasts.\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\u003eEngineered to Last Generations\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\u003eSignature Living Finishes (Develops Patina)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eConfiguration\u003c\/td\u003e\n            \u003ctd\u003eBridge-style with matching faceplate (deck plate\/escutcheon)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eBody Size\u003c\/td\u003e\n            \u003ctd\u003eKing 8\" (overall arc height).\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSpread\u003c\/td\u003e\n            \u003ctd\u003e8 inches (203mm)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eHandle Style\u003c\/td\u003e\n            \u003ctd\u003eLever, Cross, or Flat Cross Handles (Selectable)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eCartridge Type\u003c\/td\u003e\n            \u003ctd\u003eQuarter-turn 1\/2\" ceramic cartridges (lab-tested high cycle durability)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003ePlumbing\u003c\/td\u003e\n            \u003ctd\u003eCorrect fittings for your region\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eCraftsmanship\u003c\/td\u003e\n            \u003ctd\u003eHandmade in Morocco\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n      \u003c!-- THREAD COMPATIBILITY NOTE --\u003e\n      \u003csection class=\"px-thread-note\"\u003e\n        \u003cstyle\u003e\n          .px-thread-note {\n            max-width: 900px;\n            margin: 32px 0;\n            font-family: inherit;\n          }\n\n          .px-thread-note-inner {\n            position: relative;\n            background: linear-gradient(135deg, #fdf9f4 0%, #f5ede0 100%);\n            border: 1px solid #d4b896;\n            border-radius: 2px;\n            padding: 22px 26px 18px 26px;\n            display: flex;\n            align-items: flex-start;\n            gap: 18px;\n          }\n\n          .px-thread-note-icon {\n            flex-shrink: 0;\n            width: 38px;\n            height: 38px;\n            margin-top: 2px;\n          }\n\n          .px-thread-note-icon svg {\n            width: 100%;\n            height: 100%;\n          }\n\n          .px-thread-note-body {\n            flex: 1;\n          }\n\n          .px-thread-note-title {\n            font-size: 13px;\n            font-weight: 700;\n            letter-spacing: 0.12em;\n            text-transform: uppercase;\n            color: #865e35;\n            margin: 0 0 8px 0;\n          }\n\n          .px-thread-note-text {\n            font-size: 14.5px;\n            line-height: 1.6;\n            color: #3b2f25;\n            margin: 0 0 10px 0;\n          }\n\n          .px-thread-note-badges {\n            display: flex;\n            gap: 8px;\n            flex-wrap: wrap;\n            margin-bottom: 12px;\n          }\n\n          .px-thread-badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 6px;\n            background: #fff;\n            border: 1.5px solid #865e35;\n            border-radius: 3px;\n            padding: 5px 12px;\n            font-size: 13px;\n            font-weight: 600;\n            color: #2a1e17;\n            letter-spacing: 0.03em;\n          }\n\n          .px-thread-badge-dot {\n            width: 6px;\n            height: 6px;\n            border-radius: 50%;\n            background: #865e35;\n            flex-shrink: 0;\n          }\n\n          .px-thread-note-sub {\n            font-size: 12px;\n            color: #7a6650;\n            font-style: italic;\n            line-height: 1.4;\n            margin: 0;\n            padding-top: 10px;\n            border-top: 1px solid #ddd0be;\n          }\n\n          @media (max-width: 600px) {\n            .px-thread-note-inner {\n              flex-direction: column;\n              gap: 12px;\n            }\n\n            .px-thread-note-icon {\n              width: 30px;\n              height: 30px;\n            }\n          }\n        \u003c\/style\u003e\n\n        \u003cdiv class=\"px-thread-note-inner\"\u003e\n\n          \u003c!-- Globe \/ compatibility icon --\u003e\n          \u003cdiv class=\"px-thread-note-icon\"\u003e\n            \u003csvg viewbox=\"0 0 38 38\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003ccircle cx=\"19\" cy=\"19\" r=\"17.5\" stroke=\"#865e35\" stroke-width=\"1.5\" fill=\"#fdf3e7\"\u003e\u003c\/circle\u003e\n              \u003cellipse cx=\"19\" cy=\"19\" rx=\"8\" ry=\"17.5\" stroke=\"#865e35\" stroke-width=\"1\" fill=\"none\" stroke-dasharray=\"3 2\"\u003e\u003c\/ellipse\u003e\n              \u003cline x1=\"2\" y1=\"19\" x2=\"36\" y2=\"19\" stroke=\"#865e35\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n              \u003cline x1=\"4.5\" y1=\"12\" x2=\"33.5\" y2=\"12\" stroke=\"#865e35\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n              \u003cline x1=\"4.5\" y1=\"26\" x2=\"33.5\" y2=\"26\" stroke=\"#865e35\" stroke-width=\"1\"\u003e\u003c\/line\u003e\n            \u003c\/svg\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"px-thread-note-body\"\u003e\n            \u003cp class=\"px-thread-note-title\"\u003eUniversal Plumbing Compatibility\u003c\/p\u003e\n            \u003cp class=\"px-thread-note-text\"\u003e\n              Our Faucets ship with the correct connection for your region.\n            \u003c\/p\u003e\n\n            \u003cp class=\"px-thread-note-sub\"\u003e\n              Using a different plumbing standard? Contact us — we'll provide the correct fitting for your installation\n              at no extra charge.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n\n      \u003ch3\u003eKey Dimensions\u003c\/h3\u003e\n      \u003cdiv class=\"faucet-desc__dimensions-grid\"\u003e\n        \u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n          \u003cdiv class=\"faucet-desc__dimension-label\"\u003eTotal Height\u003c\/div\u003e\n          \u003cdiv class=\"faucet-desc__dimension-value\"\u003e12.90\"\u003c\/div\u003e\n          \u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(328mm)\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n          \u003cdiv class=\"faucet-desc__dimension-label\"\u003eSpout Reach\u003c\/div\u003e\n          \u003cdiv class=\"faucet-desc__dimension-value\"\u003e7.70\"\u003c\/div\u003e\n          \u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(195.5mm)\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n          \u003cdiv class=\"faucet-desc__dimension-label\"\u003eSpout Height\u003c\/div\u003e\n          \u003cdiv class=\"faucet-desc__dimension-value\"\u003e6.00\"\u003c\/div\u003e\n          \u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(152mm)\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n          \u003cdiv class=\"faucet-desc__dimension-label\"\u003eCenter Spread\u003c\/div\u003e\n          \u003cdiv class=\"faucet-desc__dimension-value\"\u003e8.00\"\u003c\/div\u003e\n          \u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(203mm)\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;\"\u003eRequires\n        \u003cstrong\u003e2 pre-drilled holes\u003c\/strong\u003e (8\" center-to-center) for the faucet. We ship the correct connectors\n        for your region by default. If you need a different standard, tell us at checkout.\n        Faceplate is included and optional at install.\n      \u003c\/p\u003e\n    \u003c\/section\u003e\n    \u003c!-- SPEC SHEET DOWNLOAD --\u003e\n    \u003cdiv class=\"faucet-desc__download\"\u003e\n      \u003ch3\u003eComplete Installation Guide\u003c\/h3\u003e\n      \u003cp\u003eDownload our detailed spec sheet with diagrams, measurements, and step-by-step instructions\u003c\/p\u003e\n      \u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 15px; justify-content: center;\"\u003e\n        \u003ca download=\"\" rel=\"noopener noreferrer\" style=\"flex: 1 1 calc(50% - 15px); min-width: 250px; max-width: 300px;\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0029\/6861\/7006\/files\/Bridge_8inch_-_Lever_Handle_-_Specsheet_1.pdf\" target=\"_blank\"\u003e 📄 Download 8\" Spec Sheet (PDF) \u003c\/a\u003e\n        \u003ca download=\"\" rel=\"noopener noreferrer\" style=\"flex: 1 1 calc(50% - 15px); min-width: 250px; max-width: 300px;\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Bridge_8inch_Guide.pdf?v=1771931450\" target=\"_blank\"\u003e 📄 Download 8\" Installation Guide (PDF) \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- PACKAGE CONTENTS --\u003e\n    \u003csection class=\"faucet-desc__package\"\u003e\n      \u003ch2\u003eEverything You Need Included\u003c\/h2\u003e\n      \u003cul class=\"faucet-desc__package-list\"\u003e\n        \u003cli\u003eBridge Spout Assembly\u003c\/li\u003e\n        \u003cli\u003eTwo Handles (Style Selected)\u003c\/li\u003e\n        \u003cli\u003eCeramic Cartridges\u003c\/li\u003e\n        \u003cli\u003eSupply Hoses (17\" with region-appropriate fittings)\u003c\/li\u003e\n        \u003cli\u003eMounting Hardware\u003c\/li\u003e\n        \u003cli\u003eAerator Assembly\u003c\/li\u003e\n        \u003cli\u003eInstallation Manual\u003c\/li\u003e\n        \u003cli\u003eProfessional Support\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/section\u003e\n    \u003c!-- FAQ --\u003e\n    \u003csection class=\"faucet-desc__faq\"\u003e\n      \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this faucet worth the investment compared to cheaper alternatives?\u003c\/summary\u003e\n        \u003cp\u003eAbsolutely. While mass-produced faucets may cost less upfront, they typically use brass-plated zinc that\n          degrades within 3-5 years. Our solid brass construction lasts 20+ years, making it more cost-effective\n          long-term. Plus, you get the living patina finish, artisan craftsmanship, and a 5-year warranty. Most\n          customers tell us it's the best kitchen upgrade they've made.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow does the unlacquered brass patina develop?\u003c\/summary\u003e\n        \u003cp\u003eUnlacquered brass naturally oxidizes over time, developing a rich, darker patina. The rate depends on water\n          chemistry, humidity, and use patterns. Each finish develops its own unique character—some prefer the warm\n          golden look of polished, others love the antique bronze of aged brass that emerges over months.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I clean or polish the brass to restore the original finish?\u003c\/summary\u003e\n        \u003cp\u003eYes! Use a brass polish or a mixture of lemon juice and baking soda to restore the brighter brass finish on\n          our polished and brushed variations. However, the unlacquered nature means it will continue to patina. Many\n          customers love the lived-in look, but you can maintain the golden shine with regular polishing.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eIs this compatible with my existing plumbing?\u003c\/summary\u003e\n        \u003cp\u003eThe faucet is shipped with the correct regional plumbing connections. It requires\n          three pre-drilled holes with 8\" center-to-center spacing. Most standard kitchen sinks accommodate this\n          configuration, but please verify your sink specifications before ordering.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWhat's included in the package?\u003c\/summary\u003e\n        \u003cp\u003eYou'll receive everything needed for installation: the bridge spout assembly, two handles (your selected\n          style), ceramic cartridges, 17\" supply hoses with correct regional fittings, mounting hardware, aerator\n          assembly, and a detailed installation manual. Professional installation support is also available if needed.\n        \u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eHow long does shipping take?\u003c\/summary\u003e\n        \u003cp\u003eDelivery typically takes 8-10 days. Each faucet is handcrafted to order in Morocco by our skilled artisans.\n          We'll keep you updated throughout the process with tracking information.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails open=\"\"\u003e\n        \u003csummary\u003eWhat if I'm not satisfied with my purchase?\u003c\/summary\u003e\n        \u003cp\u003eWe want you to love what you ordered. If you don't, return it within 30 days of delivery - unused and in its original packaging - for a full refund. Items that have been installed or used cannot be returned.\u003c\/p\u003e\n      \u003c\/details\u003e\n    \u003c\/section\u003e\n    \u003c!-- VIDEO --\u003e\n    \u003csection class=\"faucet-desc__video\"\u003e\n      \u003cdiv class=\"faucet-desc__video-container\"\u003e\u003cvideo aria-label=\"Product overview video\" playsinline=\"\" loop=\"loop\" muted=\"\" autoplay=\"autoplay\"\u003e\n          \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/f28424641a1a4c00869531ea768d1522.mp4\"\u003e\n          Your browser does not support the video tag.\n          \u003c\/source\u003e\n        \u003c\/video\u003e\u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003c!-- FULL WARRANTY --\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\u003e5-Year Limited Warranty\u003c\/strong\u003e on plumbing and accessories for residential use.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cstrong\u003e1-Year Warranty\u003c\/strong\u003e on wearable parts (cartridges, hoses, O-rings, cables, etc.).\n          \u003c\/li\u003e\n          \u003cli\u003eCovered for \u003cstrong\u003erepair or replacement\u003c\/strong\u003e in case of manufacturing defects (installation\/labor\n            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 with photos and\n            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=\"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 brass develops a natural patina over time. This cosmetic\n          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 class=\"faucet-desc__cta-section\" style=\"margin-top: 60px;\"\u003e\n      \u003ch3 style=\"font-size: clamp(20px, 3vw, 24px); margin-bottom: 15px; color: var(--primary);\"\u003eReady to Transform Your\n        Kitchen?\u003c\/h3\u003e\n      \u003cp style=\"color: var(--muted); margin-bottom: 20px; font-size: clamp(13px, 1.5vw, 15px);\"\u003eJoin hundreds of\n        homeowners who chose quality that lasts\u003c\/p\u003e\n      \u003ca href=\"#\" class=\"faucet-desc__cta-primary\"\u003eConfigure \u0026amp; Order Now\u003c\/a\u003e\n      \u003cdiv class=\"faucet-desc__trust-bar\"\u003e\n        \u003cdiv\u003e5-Year Warranty\u003c\/div\u003e\n        \u003cdiv\u003e30-Day Returns\u003c\/div\u003e\n        \u003cdiv\u003eLifetime Support\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript data-cfasync=\"false\" src=\"\/cdn-cgi\/scripts\/5c5dd728\/cloudflare-static\/email-decode.min.js\"\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\u003c\/script\u003e","brand":"Insideast","offers":[{"title":"Polished \/ Sealed Brass","offer_id":45179650048109,"sku":null,"price":462.21,"currency_code":"USD","in_stock":true},{"title":"Polished \/ Living Brass","offer_id":45197532430445,"sku":null,"price":432.21,"currency_code":"USD","in_stock":true},{"title":"Brushed \/ Sealed Brass","offer_id":45179650080877,"sku":null,"price":512.21,"currency_code":"USD","in_stock":true},{"title":"Brushed \/ Living Brass","offer_id":45197532463213,"sku":null,"price":482.21,"currency_code":"USD","in_stock":true},{"title":"Aged \/ Sealed Brass","offer_id":45179650146413,"sku":null,"price":562.21,"currency_code":"USD","in_stock":true},{"title":"Aged \/ Living Brass","offer_id":45197532495981,"sku":null,"price":532.21,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/heritage_faucet_polished-1.png?v=1778682327","url":"https:\/\/www.insideast.com\/products\/heritage-living-brass-bridge-faucet-signature-living-finishes","provider":"Insideast","version":"1.0","type":"link"}