{"product_id":"artisan-gooseneck-water-tap-single-hole-cold-water-faucet-signature-living-finishes","title":"Artisan Gooseneck Water Tap | Single Hole Cold Water 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  \/* FORCE-CENTER HEADER *\/\n  .faucet-desc__header {\n    position: relative;\n    padding: clamp(40px, 6vw, 80px) 0;\n\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n\n    width: 100%;\n    margin: 0 auto;\n\n    text-align: center !important;\n  }\n\n  .faucet-desc__header * {\n    text-align: center !important;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .faucet-desc__header::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 80px;\n    height: 3px;\n    background: linear-gradient(90deg, transparent, var(--accent), transparent);\n  }\n\n  .faucet-desc__eyebrow {\n    font-size: clamp(.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.3rem, 1.8vw, 1.4rem);\n    max-width: 700px;\n    margin: 0 auto;\n    line-height: 1.7;\n    text-align: center;\n  }\n\n  .faucet-desc__video {\n    display: grid;\n    margin: clamp(60px, 8vw, 100px) 0\n  }\n\n  .faucet-desc__video-container {\n    position: relative;\n    width: 100%;\n    max-width: 500px;\n    margin: 0 auto;\n    overflow: hidden;\n    border-radius: 12px;\n    box-shadow: 0 10px 40px var(--shadow)\n  }\n\n  .faucet-desc__video-container video {\n    width: 100%;\n    height: auto;\n    display: block\n  }\n\n  .faucet-desc__specs-section {\n    margin: clamp(60px, 8vw, 100px) 0\n  }\n\n  .faucet-desc__specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-bottom: 30px;\n    background: #fff;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 8px var(--shadow)\n  }\n\n  .faucet-desc__specs-table tr {\n    border-bottom: 1px solid var(--accent-light)\n  }\n\n  .faucet-desc__specs-table tr:last-child {\n    border-bottom: none\n  }\n\n  .faucet-desc__specs-table td {\n    padding: 12px 20px;\n    font-size: 14px\n  }\n\n  .faucet-desc__specs-table td:first-child {\n    font-weight: 700;\n    color: var(--primary);\n    width: 40%;\n    background: var(--bg-light)\n  }\n\n  .faucet-desc__specs-table td:last-child {\n    color: var(--muted)\n  }\n\n  .faucet-desc__dimensions-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 15px;\n    background: var(--bg-light);\n    padding: 20px;\n    border-radius: 8px;\n    margin: 15px 0;\n    border: 1px solid var(--accent-light)\n  }\n\n  .faucet-desc__dimension-card {\n    text-align: center;\n    padding: 10px\n  }\n\n  .faucet-desc__dimension-label {\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: .5px;\n    color: var(--accent);\n    margin-bottom: 5px;\n    font-weight: 600\n  }\n\n  .faucet-desc__dimension-value {\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--primary)\n  }\n\n  .faucet-desc__dimension-unit {\n    font-size: 11px;\n    color: #999;\n    margin-top: 2px\n  }\n\n  .faucet-desc__download {\n    background: linear-gradient(135deg, #fff 0%, var(--bg-light) 100%);\n    padding: 25px;\n    border-radius: 8px;\n    text-align: center;\n    margin: 40px 0;\n    border: 1px solid var(--accent-light)\n  }\n\n  .faucet-desc__download h3 {\n    color: var(--primary)\n  }\n\n  .faucet-desc__download p {\n    color: var(--muted);\n    margin-bottom: 15px\n  }\n\n  .faucet-desc__download a {\n    display: inline-block;\n    background: var(--accent);\n    color: #fff;\n    padding: 12px 30px;\n    border-radius: 6px;\n    text-decoration: none;\n    font-weight: 600;\n    font-size: 14px;\n    transition: background .3s ease\n  }\n\n  .faucet-desc__download a:hover {\n    background: #8b6740\n  }\n\n  .faucet-desc__warranty-badge {\n    display: flex;\n    align-items: center;\n    gap: clamp(12px, 2vw, 20px);\n    margin: clamp(30px, 4vw, 50px) 0;\n    padding: clamp(16px, 3vw, 24px);\n    background: linear-gradient(135deg, #fff 0%, var(--bg-light) 100%);\n    border: 2px solid var(--accent);\n    border-radius: 12px;\n    box-shadow: 0 4px 15px rgba(166, 124, 82, .1);\n    transition: all .3s ease\n  }\n\n  .faucet-desc__warranty-badge:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 6px 20px rgba(166, 124, 82, .15)\n  }\n\n  .faucet-desc__warranty-badge-icon {\n    flex-shrink: 0;\n    width: clamp(40px, 6vw, 50px);\n    height: clamp(40px, 6vw, 50px);\n    color: var(--accent);\n    display: flex;\n    align-items: center;\n    justify-content: center\n  }\n\n  .faucet-desc__warranty-badge-icon svg {\n    width: 100%;\n    height: 100%\n  }\n\n  .faucet-desc__warranty-badge-content {\n    flex: 1;\n    min-width: 0\n  }\n\n  .faucet-desc__warranty-badge-content strong {\n    display: block;\n    font-size: clamp(1rem, 2vw, 1.2rem);\n    font-weight: 700;\n    color: var(--primary);\n    margin-bottom: clamp(4px, 1vw, 8px);\n    line-height: 1.3\n  }\n\n  .faucet-desc__warranty-badge-content p {\n    margin: 0;\n    font-size: clamp(.85rem, 1.5vw, 1rem);\n    color: var(--muted);\n    line-height: 1.5\n  }\n\n  .faucet-desc__warranty-badge-content p strong {\n    display: inline;\n    font-size: inherit;\n    font-weight: 700;\n    color: var(--accent)\n  }\n\n  .faucet-desc__config {\n    margin: 60px 0\n  }\n\n  .faucet-desc__config h2 {\n    font-size: 28px;\n    margin-bottom: 15px;\n    color: var(--primary);\n    font-weight: 600;\n    text-align: center\n  }\n\n  .faucet-desc__config-intro {\n    text-align: center;\n    color: var(--muted);\n    font-size: 15px;\n    line-height: 1.7;\n    max-width: 700px;\n    margin: 0 auto 35px\n  }\n\n  .faucet-desc__config-slider-wrap {\n    position: relative;\n    overflow: hidden;\n    margin: 40px 0;\n    max-width: 800px;\n    margin-left: auto;\n    margin-right: auto\n  }\n\n  .faucet-desc__config-slider-title {\n    text-align: center;\n    font-size: 22px;\n    font-weight: 700;\n    color: var(--accent);\n    margin-bottom: 25px;\n    text-transform: uppercase;\n    letter-spacing: 1px\n  }\n\n  .faucet-desc__config-slider-container {\n    position: relative;\n    overflow-x: auto;\n    overflow-y: hidden;\n    border-radius: 12px;\n    scroll-behavior: smooth;\n    scroll-snap-type: x mandatory;\n    max-height: 500px;\n    padding: 0 40px\n  }\n\n  .faucet-desc__config-slider-container::-webkit-scrollbar {\n    height: 8px\n  }\n\n  .faucet-desc__config-slider-container::-webkit-scrollbar-track {\n    background: #f1f1f1;\n    border-radius: 10px\n  }\n\n  .faucet-desc__config-slider-container::-webkit-scrollbar-thumb {\n    background: var(--accent);\n    border-radius: 10px\n  }\n\n  .faucet-desc__config-slider {\n    display: flex;\n    gap: 20px;\n    padding: 5px\n  }\n\n  .faucet-desc__config-slide {\n    flex: 0 0 calc(50% - 10px);\n    min-width: calc(50% - 10px);\n    scroll-snap-align: start\n  }\n\n  .faucet-desc__config-slide-img {\n    width: 100%;\n    height: 460px;\n    object-fit: cover;\n    border-radius: 12px;\n    box-shadow: 0 10px 40px var(--shadow);\n    display: block;\n    background: #fff;\n    border: 1px solid var(--accent-light)\n  }\n\n  .faucet-desc__config-slide-caption {\n    text-align: center;\n    margin-top: 12px;\n    font-size: 14px;\n    color: var(--primary);\n    font-weight: 600;\n    background: var(--bg-light);\n    padding: 8px 12px;\n    border-radius: 6px;\n    border: 1px solid var(--accent-light)\n  }\n\n  .faucet-desc__config-arrow {\n    position: absolute;\n    top: 50%;\n    transform: translateY(-50%);\n    background: rgba(166, 124, 82, .8);\n    color: #fff;\n    border: none;\n    width: 35px;\n    height: 35px;\n    border-radius: 50%;\n    cursor: pointer;\n    z-index: 10;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 18px;\n    box-shadow: 0 4px 15px rgba(0, 0, 0, .2);\n    transition: all .3s ease\n  }\n\n  .faucet-desc__config-arrow:hover {\n    background: #8b6740;\n    transform: translateY(-50%) scale(1.1)\n  }\n\n  .faucet-desc__config-arrow--left {\n    left: 4px\n  }\n\n  .faucet-desc__config-arrow--right {\n    right: 4px\n  }\n\n  .faucet-desc__config-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 20px;\n    margin-top: 40px;\n    background: linear-gradient(135deg, #fff 0%, var(--bg-light) 100%);\n    padding: 25px;\n    border-radius: 8px;\n    border: 1px solid var(--accent-light)\n  }\n\n  .faucet-desc__config-section h3 {\n    font-size: 16px;\n    color: var(--accent);\n    margin-bottom: 12px;\n    font-weight: 600;\n    text-align: center\n  }\n\n  .faucet-desc__config-options {\n    display: grid;\n    gap: 8px\n  }\n\n  .faucet-desc__config-section:first-child .faucet-desc__config-options {\n    grid-template-columns: 1fr 1fr\n  }\n\n  .faucet-desc__config-section:last-child .faucet-desc__config-options {\n    grid-template-columns: 1fr\n  }\n\n  .faucet-desc__config-option {\n    background: #fff;\n    padding: 10px;\n    border-radius: 6px;\n    border: 1px solid var(--accent-light);\n    font-size: 13px;\n    color: var(--primary);\n    text-align: center;\n    font-weight: 500;\n    cursor: pointer;\n    transition: all .2s ease;\n    position: relative\n  }\n\n  .faucet-desc__config-option:hover {\n    border-color: var(--accent);\n    transform: translateY(-2px);\n    box-shadow: 0 4px 12px var(--shadow)\n  }\n\n  .faucet-desc__reviews h2 {\n    font-size: 28px;\n    margin-bottom: 30px;\n    color: var(--primary);\n    font-weight: 600;\n    border-bottom: 2px solid var(--accent-light);\n    padding-bottom: 15px\n  }\n\n  .faucet-desc__review-slider-wrap {\n    position: relative;\n    overflow-x: auto;\n    overflow-y: hidden;\n    border-radius: 12px;\n    scroll-behavior: smooth;\n    padding: 0 10px\n  }\n\n  .faucet-desc__review-slider-wrap::-webkit-scrollbar {\n    height: 6px\n  }\n\n  .faucet-desc__review-slider-wrap::-webkit-scrollbar-track {\n    background: #f1f1f1;\n    border-radius: 10px\n  }\n\n  .faucet-desc__review-slider-wrap::-webkit-scrollbar-thumb {\n    background: var(--accent);\n    border-radius: 10px;\n    cursor: grab\n  }\n\n  .faucet-desc__review-slider-wrap::-webkit-scrollbar-thumb:active {\n    cursor: grabbing\n  }\n\n  .faucet-desc__review-slider {\n    display: flex;\n    gap: 25px;\n    padding: 0\n  }\n\n  .faucet-desc__review-slider-item {\n    flex: 0 0 calc(33.333% - 17px);\n    min-width: calc(33.333% - 17px)\n  }\n\n  .faucet-desc__review-arrow {\n    position: absolute;\n    top: 50%;\n    transform: translateY(-50%);\n    background: rgba(166, 124, 82, .8);\n    color: #fff;\n    border: none;\n    width: 35px;\n    height: 35px;\n    border-radius: 50%;\n    cursor: pointer;\n    z-index: 20;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 18px;\n    box-shadow: 0 4px 15px rgba(0, 0, 0, .2);\n    transition: all .3s ease\n  }\n\n  .faucet-desc__review-arrow:hover {\n    background: #8b6740;\n    transform: translateY(-50%) scale(1.1)\n  }\n\n  .faucet-desc__review-arrow--left {\n    left: 8px\n  }\n\n  .faucet-desc__review-arrow--right {\n    right: 8px\n  }\n\n  .faucet-desc__review-card {\n    background: #fff;\n    border: 1px solid var(--accent-light);\n    border-radius: 12px;\n    padding: 25px;\n    box-shadow: 0 4px 15px var(--shadow);\n    transition: all .3s ease;\n    height: 100%\n  }\n\n  .faucet-desc__review-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 8px 25px rgba(0, 0, 0, .12)\n  }\n\n  .faucet-desc__review-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: flex-start;\n    margin-bottom: 12px\n  }\n\n  .faucet-desc__review-author {\n    font-weight: 700;\n    color: var(--primary)\n  }\n\n  .faucet-desc__review-verified {\n    font-size: 11px;\n    background: var(--accent);\n    color: #fff;\n    padding: 4px 10px;\n    border-radius: 20px;\n    font-weight: 600\n  }\n\n  .faucet-desc__review-stars {\n    color: var(--accent);\n    font-size: 16px;\n    margin-bottom: 10px\n  }\n\n  .faucet-desc__review-text {\n    color: var(--muted);\n    font-size: 14px;\n    line-height: 1.6;\n    margin-bottom: 12px\n  }\n\n  .faucet-desc__review-highlight {\n    font-size: 12px;\n    color: var(--accent);\n    font-style: italic;\n    border-left: 2px solid var(--accent-light);\n    padding-left: 10px\n  }\n\n  \/* ========== FEATURES GRID - IMPROVED ========== *\/\n  .faucet-desc__features {\n    margin: clamp(60px, 8vw, 100px) 0\n  }\n\n  .faucet-desc__features h2 {\n    font-size: clamp(22px, 4vw, 28px);\n    margin-bottom: clamp(20px, 4vw, 30px);\n    color: var(--primary);\n    font-weight: 600;\n    border-bottom: 2px solid var(--accent-light);\n    padding-bottom: 15px\n  }\n\n  .faucet-desc__features-list {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 25px;\n    margin: 0;\n    padding: 0;\n    list-style: none\n  }\n\n  .faucet-desc__features-list li {\n    display: flex;\n    flex-direction: column;\n    gap: 15px;\n    padding: 20px;\n    background: #fff;\n    border-radius: 12px;\n    border: 1px solid var(--accent-light);\n    box-shadow: 0 2px 8px var(--shadow);\n    transition: all .3s ease\n  }\n\n  .faucet-desc__features-list li:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 8px 20px rgba(0, 0, 0, .12)\n  }\n\n  .faucet-desc__feature-icon {\n    width: 50px;\n    height: 50px;\n    background: #f0e8df;\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    color: var(--accent);\n    border: 1px solid var(--accent-light);\n    align-self: flex-start\n  }\n\n  .faucet-desc__feature-icon svg {\n    width: 28px;\n    height: 28px\n  }\n\n  .faucet-desc__feature-content h4 {\n    font-size: clamp(15px, 2vw, 16px);\n    font-weight: 700;\n    margin-bottom: 8px;\n    color: var(--primary);\n    line-height: 1.3\n  }\n\n  .faucet-desc__feature-content p {\n    font-size: clamp(13px, 1.5vw, 14px);\n    color: var(--muted);\n    line-height: 1.6;\n    margin: 0\n  }\n\n  .faucet-desc__package {\n    margin: clamp(60px, 8vw, 100px) 0\n  }\n\n  .faucet-desc__package h2 {\n    font-size: 28px;\n    margin-bottom: 30px;\n    color: var(--primary);\n    font-weight: 600;\n    border-bottom: 2px solid var(--accent-light);\n    padding-bottom: 15px\n  }\n\n  .faucet-desc__package-list {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 8px;\n    margin: 0;\n    padding: 0;\n    list-style: none\n  }\n\n  .faucet-desc__package-list li {\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    padding: 8px 12px;\n    font-size: 13px;\n    background: var(--bg-light);\n    border-radius: 6px;\n    border: 1px solid var(--accent-light);\n    transition: all .2s ease\n  }\n\n  .faucet-desc__package-list li:hover {\n    background: #fff;\n    transform: translateY(-2px);\n    box-shadow: 0 2px 8px var(--shadow)\n  }\n\n  .faucet-desc__package-list li:before {\n    content: \"✓\";\n    color: var(--accent);\n    font-weight: bold;\n    font-size: 14px;\n    flex-shrink: 0\n  }\n\n  .faucet-desc__faq {\n    margin-top: clamp(60px, 8vw, 100px)\n  }\n\n  .faucet-desc__faq h2 {\n    font-size: 28px;\n    margin-bottom: 20px;\n    color: var(--primary);\n    font-weight: 600;\n    border-bottom: 2px solid var(--accent-light);\n    padding-bottom: 15px\n  }\n\n  .faucet-desc__faq details {\n    border: none;\n    border-radius: 6px;\n    padding: 15px;\n    background: var(--bg-light);\n    box-shadow: 0 4px 15px var(--shadow);\n    transition: all .3s ease;\n    margin-bottom: 10px;\n    border: 1px solid var(--accent-light)\n  }\n\n  .faucet-desc__faq details:hover {\n    box-shadow: 0 4px 12px rgba(166, 124, 82, .15);\n    transform: translateX(4px)\n  }\n\n  .faucet-desc__faq summary {\n    font-weight: 600;\n    color: var(--primary);\n    outline: none;\n    user-select: none;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    cursor: pointer;\n    font-size: 15px\n  }\n\n  .faucet-desc__faq summary::before {\n    content: \"→\";\n    color: var(--accent);\n    font-weight: bold;\n    font-size: 1.2em;\n    transition: transform .3s ease\n  }\n\n  .faucet-desc__faq details[open] summary::before {\n    transform: rotate(90deg)\n  }\n\n  .faucet-desc__faq summary:hover {\n    color: var(--accent)\n  }\n\n  .faucet-desc__faq details[open] summary {\n    margin-bottom: 10px;\n    color: var(--accent)\n  }\n\n  .faucet-desc__faq p {\n    color: var(--muted);\n    line-height: 1.6;\n    font-size: 14px;\n    margin: 0\n  }\n\n  .ie-warranty {\n    font-family: inherit;\n    margin: clamp(40px, 6vw, 60px) 0;\n    border: 1px solid var(--accent-light);\n    border-radius: 12px;\n    overflow: hidden;\n    background: linear-gradient(135deg, #fff 0%, var(--bg-light) 100%);\n    box-shadow: 0 4px 15px var(--shadow)\n  }\n\n  .ie-warranty__top {\n    display: flex;\n    align-items: center;\n    gap: .75rem;\n    padding: 1.5rem 1.5rem 1rem;\n    background: var(--accent);\n    color: #fff\n  }\n\n  .ie-warranty__shield {\n    width: 24px;\n    height: 24px;\n    flex: 0 0 24px;\n    color: #fff\n  }\n\n  .ie-warranty__title {\n    margin: 0;\n    font-size: 1.2rem;\n    font-weight: 700;\n    letter-spacing: .2px;\n    color: #fff\n  }\n\n  .ie-warranty__body {\n    padding: 1.5rem\n  }\n\n  .ie-warranty__body p {\n    margin: 0 0 .75rem 0;\n    line-height: 1.6;\n    color: var(--primary)\n  }\n\n  .ie-warranty__list {\n    margin: .5rem 0 0 0;\n    padding-left: 1.25rem;\n    color: var(--primary)\n  }\n\n  .ie-warranty__list li {\n    margin: .4rem 0;\n    line-height: 1.5\n  }\n\n  .ie-warranty__note {\n    margin-top: 1rem;\n    font-size: .9rem;\n    opacity: .8;\n    color: var(--muted)\n  }\n\n  .ie-warranty__badge {\n    display: flex;\n    align-items: center;\n    gap: .75rem;\n    margin: 1.5rem 0 1rem;\n    padding: 1rem 1.25rem;\n    border: 2px solid var(--accent);\n    border-radius: 8px;\n    background: #fff;\n    box-shadow: 0 2px 8px rgba(166, 124, 82, .1)\n  }\n\n  .ie-warranty__badge .tick {\n    font-size: 1.2rem;\n    line-height: 1;\n    color: var(--accent)\n  }\n\n  .ie-warranty__badge strong {\n    font-weight: 700;\n    color: var(--primary)\n  }\n\n  .ie-warranty__badge div {\n    color: var(--primary)\n  }\n\n  \/* ========== CRO STYLES ========== *\/\n\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\n    }\n\n    \/* Config Slider *\/\n    .faucet-desc__config-slide {\n      flex: 0 0 calc(100% - 20px);\n      min-width: calc(100% - 20px)\n    }\n\n    .faucet-desc__config-slider-wrap {\n      max-width: 100%\n    }\n\n    .faucet-desc__config-slide-img {\n      height: 300px\n    }\n\n    .faucet-desc__config-slider-title {\n      font-size: 18px;\n      margin-bottom: 20px\n    }\n\n    \/* Review Slider *\/\n    .faucet-desc__review-slider-item {\n      flex: 0 0 calc(100% - 25px);\n      min-width: calc(100% - 25px)\n    }\n\n    .faucet-desc__review-card {\n      padding: 20px\n    }\n\n    \/* Dimensions Grid *\/\n    .faucet-desc__dimensions-grid {\n      grid-template-columns: repeat(2, 1fr);\n      gap: 10px;\n      padding: 15px\n    }\n\n    .faucet-desc__dimension-card {\n      padding: 8px\n    }\n\n    .faucet-desc__dimension-value {\n      font-size: 18px\n    }\n\n    \/* Package List *\/\n    .faucet-desc__package-list {\n      grid-template-columns: 1fr;\n      gap: 6px\n    }\n\n    .faucet-desc__package-list li {\n      font-size: 12px;\n      padding: 10px 12px\n    }\n\n    \/* Specs Table *\/\n    .faucet-desc__specs-table td {\n      padding: 10px 12px;\n      font-size: 13px\n    }\n\n    .faucet-desc__specs-table td:first-child {\n      width: 45%\n    }\n\n    \/* Lifestyle Sections - Stack on Mobile *\/\n    .lifestyle-section {\n      grid-template-columns: 1fr;\n      gap: 20px\n    }\n\n    .lifestyle-section[style*=\"direction:rtl\"] {\n      direction: ltr\n    }\n\n    .lifestyle-section__content {\n      direction: ltr\n    }\n\n    \/* Warranty Badge *\/\n    .faucet-desc__warranty-badge {\n      flex-direction: column;\n      text-align: center;\n      gap: 12px;\n      padding: 20px\n    }\n\n    .faucet-desc__warranty-badge-icon {\n      width: 50px;\n      height: 50px\n    }\n\n    \/* Review Stats *\/\n    .faucet-desc__review-stats {\n      grid-template-columns: 1fr;\n      gap: 10px;\n      padding: 20px\n    }\n\n    .stat {\n      padding: 10px\n    }\n\n    \/* Guarantees Bar *\/\n    .faucet-desc__guarantees-bar {\n      grid-template-columns: 1fr 1fr;\n      gap: 10px;\n      padding: 15px\n    }\n\n    .guarantee-item {\n      padding: 12px\n    }\n\n    .guarantee-item svg {\n      width: 28px;\n      height: 28px\n    }\n\n    \/* Comparison Table *\/\n    .faucet-desc__comparison {\n      padding: 20px 0\n    }\n\n    .faucet-desc__comparison-table {\n      font-size: 11px;\n      display: block;\n      overflow-x: auto\n    }\n\n    .faucet-desc__comparison-table th,\n    .faucet-desc__comparison-table td {\n      padding: 8px 6px;\n      word-break: break-word\n    }\n\n    .faucet-desc__comparison-table th {\n      font-size: 11px\n    }\n\n    .faucet-desc__comparison-table td:first-child {\n      width: 25%;\n      min-width: 70px\n    }\n\n    .faucet-desc__comparison-table td:nth-child(2),\n    .faucet-desc__comparison-table td:nth-child(3) {\n      width: 37.5%\n    }\n\n    \/* Headers *\/\n    .faucet-desc__header {\n      padding: clamp(30px, 5vw, 50px) 0\n    }\n\n    .faucet-desc__title {\n      line-height: 1.2\n    }\n\n    .faucet-desc__sub {\n      font-size: clamp(1rem, 2vw, 1.1rem)\n    }\n\n    \/* CTA Section *\/\n    .faucet-desc__cta-section {\n      padding: 20px 15px\n    }\n\n    .faucet-desc__trust-bar {\n      gap: 10px;\n      font-size: 11px\n    }\n\n    \/* FAQ *\/\n    .faucet-desc__faq summary {\n      font-size: 14px\n    }\n\n    .faucet-desc__faq p {\n      font-size: 13px\n    }\n\n    .faucet-desc__faq details {\n      padding: 12px\n    }\n\n\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  \/* Fix for Config Gallery Arrows *\/\n  .faucet-desc__config-arrow {\n    width: 40px !important;\n    \/* Fixed width *\/\n    height: 40px !important;\n    \/* Fixed height *\/\n    min-width: 40px !important;\n    \/* Prevents squishing *\/\n    padding: 0 !important;\n    \/* Removes default button padding *\/\n    border-radius: 50% !important;\n    \/* Perfect circle *\/\n    display: flex !important;\n    align-items: center;\n    justify-content: center;\n    line-height: 1 !important;\n    background: rgba(166, 124, 82, 0.9);\n    \/* Slightly more opaque for visibility *\/\n    cursor: pointer;\n    z-index: 20;\n  }\n\n  \/* Make review arrows circular like gallery arrows *\/\n  .faucet-desc__review-arrow {\n    width: 40px !important;\n    height: 40px !important;\n    min-width: 40px !important;\n    padding: 0 !important;\n    border-radius: 50% !important;\n    display: flex !important;\n    align-items: center;\n    justify-content: center;\n    line-height: 1 !important;\n    background: rgba(166, 124, 82, 0.9);\n    cursor: pointer;\n    z-index: 20;\n  }\n\n  .faucet-desc__signature-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 15px;\n  }\n\n  @media (max-width: 768px) {\n    .faucet-desc__signature-grid {\n      grid-template-columns: repeat(2, 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 • Unlacquered Finish\u003c\/div\u003e\n      \u003ch2 class=\"faucet-desc__title\"\u003eArtisan Gooseneck Water Tap | Single Hole Cold Water Faucet | Signature Living\n        Finishes\u003c\/h2\u003e\n      \u003cp class=\"faucet-desc__sub\"\u003eExperience authentic craftsmanship with this single-hole cold water dispenser. Built\n        from solid brass with 3 signature finishes. Choose our unlacquered option for a rich, living patina that\n        develops over time, or lacquered for a lasting shine. Designed for everyday reliability with quarter-turn\n        ceramic cartridges and full compatibility with standard US plumbing.\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 • Express delivery\u003c\/div\u003e\n      \u003ca href=\"#\" class=\"faucet-desc__cta-primary\" role=\"button\" aria-label=\"Add to cart\"\u003e 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 Stock:\u003c\/strong\u003e Due to handcrafted nature, we produce\n      in small batches. \u003ca href=\"#specs\"\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: auto; border-radius: 12px; margin: 0 auto; display: block; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 40px;\" alt=\"Artisan Gooseneck Water Tap\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Single_Hole_Cold_Water_Faucet_lifestyle.png\"\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        \u003cbutton class=\"faucet-desc__review-arrow faucet-desc__review-arrow--left\"\u003e‹\u003c\/button\u003e \u003cbutton class=\"faucet-desc__review-arrow faucet-desc__review-arrow--right\"\u003e›\u003c\/button\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\"\u003eHeidi Miller\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\"\u003eLooks great, fast shipping, great communication from seller.\u003c\/p\u003e\n                \u003cdiv class=\"faucet-desc__review-highlight\"\u003e\"Fast shipping, great communication\"\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\"\u003eJulie B.\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\"\u003eAlways a pleasure working with this vendor.\u003c\/p\u003e\n                \u003cdiv class=\"faucet-desc__review-highlight\"\u003e\"Always a pleasure working with this vendor\"\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\"\u003eNora Ramirez\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\"\u003eExcellent addition to my new bathroom sink! Love the look and\n                  craftsmanship.\u003c\/p\u003e\n                \u003cdiv class=\"faucet-desc__review-highlight\"\u003e\"Love the look and craftsmanship\"\u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/article\u003e\n            \u003carticle class=\"faucet-desc__review-slider-item\"\u003e\n              \u003cdiv class=\"faucet-desc__review-card\"\u003e\n                \u003cdiv class=\"faucet-desc__review-header\"\u003e\n                  \u003cspan class=\"faucet-desc__review-author\"\u003eMckenzie Duddy\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\"\u003eAmazing!! Bigger than I thought, but it's GORGEOUS!! Love it — thank\n                  you, thank you!\u003c\/p\u003e\n                \u003cdiv class=\"faucet-desc__review-highlight\"\u003e\"Gorgeous and even better than expected\"\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\"\u003eRose\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\"\u003eAmazing product. Beautifully crafted and I can’t wait to install. It\n                  is superb quality!\u003c\/p\u003e\n                \u003cdiv class=\"faucet-desc__review-highlight\"\u003e\"Superb quality and beautifully crafted\"\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\"\u003eVerified Buyer\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\"\u003eGreat product, very happy with the quality.\u003c\/p\u003e\n                \u003cdiv class=\"faucet-desc__review-highlight\"\u003e\"Very happy with the quality\"\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\"\u003eSonja Rhee\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\"\u003eBeautiful product and great customer service.\u003c\/p\u003e\n                \u003cdiv class=\"faucet-desc__review-highlight\"\u003e\"Beautiful product and great customer service\"\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\"\u003eJenny Marks\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\"\u003eThe first cold water faucet arrived and had a flaw...the owner was\n                  more then helpful fixing the issue very quickly! Beautiful faucet and goes well with our decor!\u003c\/p\u003e\n                \u003cdiv class=\"faucet-desc__review-highlight\"\u003e\"Owner fixed issue very quickly — beautiful fit for our\n                  decor!\"\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\"\u003eBen Gibson\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\"\u003eGreat item, very fast international shipping and really good\n                  communication throughout!\u003c\/p\u003e\n                \u003cdiv class=\"faucet-desc__review-highlight\"\u003e\"Very fast international shipping — great communication!\"\n                \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!-- CONFIGURATION OPTIONS --\u003e\n    \u003csection class=\"faucet-desc__config\"\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 needs. Choose from our\n        three signature finishes in either Sealed Brass (lacquered) or Living Brass (unlacquered) styles. Each\n        configuration maintains the same exceptional quality and handcrafted artistry.\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\" style=\"grid-template-columns: repeat(3, 1fr);\"\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 decoding=\"async\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Single_Hole_Cold_Water_Faucet_polished_brass.png\" alt=\"Polished Brass\" style=\"width: 100%; aspect-ratio: 1\/1; height: auto; object-fit: cover; border-radius: 6px; border: 2px solid var(--accent-light);\"\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 decoding=\"async\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Single_Hole_Cold_Water_Faucet_unlacquered_brass.png\" alt=\"Brushed Brass\" style=\"width: 100%; aspect-ratio: 1\/1; height: auto; object-fit: cover; border-radius: 6px; border: 2px solid var(--accent-light);\"\u003e\n              \u003cspan style=\"line-height: 1.2; padding-bottom: 4px;\"\u003eBrushed\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 decoding=\"async\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Single_Hole_Cold_Water_Faucet_aged_brass.png\" alt=\"Aged Brass\" style=\"width: 100%; aspect-ratio: 1\/1; height: auto; object-fit: cover; border-radius: 6px; border: 2px solid var(--accent-light);\"\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, eventually taking on an aged\n                  look.\u003cbr\u003e\u003cstrong style=\"color: var(--accent);\"\u003eSealed Brass:\u003c\/strong\u003e Maintains its bright, initial\n                  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 months, eventually taking on an aged\n                  look.\u003cbr\u003e\u003cstrong style=\"color: var(--accent);\"\u003eSealed Brass:\u003c\/strong\u003e Maintains its matte finish\n                  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 points.\u003cbr\u003e\u003cstrong style=\"color: var(--accent);\"\u003eSealed Brass:\u003c\/strong\u003e Locks in the dark antique look permanently.\n                \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\u003c\/strong\u003e (unlacquered, a living finish that develops a natural patina over time) and\n              \u003cstrong\u003eSealed Brass\u003c\/strong\u003e (lacquered, a protective coating that locks in the original look long-term).\n            \u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eCustomization:\u003c\/strong\u003e For any specific customization requests, please 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            \u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/section\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 Water dispenser.\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 the\n                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    \u003c!-- GALLERY SLIDER --\u003e\n    \u003csection class=\"faucet-desc__gallery\"\u003e\n      \u003ch2\u003eProduct Gallery\u003c\/h2\u003e\n      \u003cdiv class=\"faucet-desc__config-slider-wrap\"\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=\"gallerySlider\"\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=\"Main view – Unlacquered Brass Water Dispenser\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-water-dispenser-kitchen-faucet-single-hole-cold-water-tap-6589704.jpg\"\u003e\n              \u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eMain View\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=\"Patina development over time\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-water-dispenser-kitchen-faucet-single-hole-cold-water-tap-1317286.jpg\"\u003e\n              \u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eSide view\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=\"Close-up detail – spout and base\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/Unlacquered_Brass_Water_Dispenser_Kitchen_Faucet_Single_Hole_Cold_Water_Tap.avif\"\u003e\n              \u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eIn Use\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=\"Side profile\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-water-dispenser-kitchen-faucet-single-hole-cold-water-tap-9444246.jpg\"\u003e\n              \u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eFront View\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=\"Front view\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-water-dispenser-kitchen-faucet-single-hole-cold-water-tap-4767046.jpg\"\u003e\n              \u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eTop View\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=\"Top-down angle\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-water-dispenser-kitchen-faucet-single-hole-cold-water-tap-1431279.jpg\"\u003e\n              \u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eHandler Close up\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=\"Spout detail, 360° rotation\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-water-dispenser-kitchen-faucet-single-hole-cold-water-tap-4683116.jpg\"\u003e\n              \u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eSpout Detail\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=\"Installation in kitchen\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-water-dispenser-kitchen-faucet-single-hole-cold-water-tap-5713742.jpg\"\u003e\n              \u003cdiv class=\"faucet-desc__config-slide-caption\"\u003ePatina Development\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003c!-- 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 Unused items in original packaging returned for a full refund..\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cstrong\u003e5-Year Fixture Warranty:\u003c\/strong\u003e Covers body and finish for residential use.\n        \u003c\/li\u003e\n        \u003cli\u003e\n          \u003cstrong\u003eLifetime Expert Support:\u003c\/strong\u003e From install to maintenance, we’re here for you.\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cp\u003eWe’re so confident you’ll cherish this faucet, the risk is entirely on us.\u003c\/p\u003e\n    \u003c\/div\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 (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✓ Living Brass—ages into rich patina\u003c\/td\u003e\n            \u003ctd\u003e✗ Lacquer coating yellows, chips, peels\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eCraftsmanship\u003c\/td\u003e\n            \u003ctd\u003e✓ Hand-forged \u0026amp; finished with care\u003c\/td\u003e\n            \u003ctd\u003e✗ Fully automated factory production\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSpout Design\u003c\/td\u003e\n            \u003ctd\u003e✓ 360° rotating spout for full sink coverage\u003c\/td\u003e\n            \u003ctd\u003e✗ Fixed spouts; limited reach\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eValve System\u003c\/td\u003e\n            \u003ctd\u003e✓ Standard ½″ ceramic cartridge (quarter-turn)\u003c\/td\u003e\n            \u003ctd\u003e✗ Proprietary plastic valves; non-serviceable\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/section\u003e\n    \u003c!-- PREMIUM FEATURES GRID --\u003e\n    \u003csection class=\"faucet-desc__features\"\u003e\n      \u003ch2\u003eArtisan Excellence in Every Detail\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\u003eSolid Brass Construction\u003c\/h4\u003e\n            \u003cp\u003eBuilt entirely from certified solid brass not plated or hollow. Each piece is cast, machined, and\n              finished by hand for unmatched durability and weight.\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\u003eSignature Finishes\u003c\/h4\u003e\n            \u003cp\u003eAvailable in three distinctive finishes, offered in both Sealed Brass (lacquered) and Living Brass\n              (unlacquered) options. The Living Brass (unlacquered) finish ages naturally over time, developing a rich\n              patina that tells your home's unique story.\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 Ceramic Cartridge\u003c\/h4\u003e\n            \u003cp\u003eQuarter-turn ½″ ceramic disc cartridge ensures smooth, drip-free operation. Lab-tested for decades of\n              daily use no stiff turning or leaks.\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=\"M7 3a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v2h2a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h2V3Zm2 2v2h6V5H9Z\"\u003e\n              \u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n          \u003cdiv class=\"faucet-desc__feature-content\"\u003e\n            \u003ch4\u003eSingle-Hole Installation\u003c\/h4\u003e\n            \u003cp\u003eDesigned for deck-mounted, single-hole sinks. Compatible with standard US ½″ NPT plumbing. Ships with all\n              necessary hardware for easy setup.\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=\"Unlacquered brass water dispenser in modern kitchen\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-water-dispenser-kitchen-faucet-single-hole-cold-water-tap-9444246.jpg\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lifestyle-section__content\"\u003e\n        \u003ch3\u003eDesigned for Everyday Elegance\u003c\/h3\u003e\n        \u003cp\u003eThis single-hole cold water tap brings understated luxury to any kitchen. Its minimalist form and solid brass\n          construction make it ideal for modern, farmhouse, or transitional spaces. The 360° rotating spout offers\n          maximum flexibility for filling pots and rinsing vegetables.\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=\"Close-up of unlacquered brass patina development\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/unlacquered-brass-water-dispenser-kitchen-faucet-single-hole-cold-water-tap-5713742.jpg\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lifestyle-section__content\"\u003e\n        \u003ch3\u003eA Living Finish That Evolves With You\u003c\/h3\u003e\n        \u003cp\u003eThe Living Brass (unlacquered) surface begins bright and golden, then deepens into a rich, characterful\n          patina, a living finish that reflects your home’s rhythm. No two faucets age identically, making yours truly\n          one-of-a-kind.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003c!-- TECHNICAL SPECS --\u003e\n    \u003csection class=\"faucet-desc__specs-section\" id=\"specs\"\u003e\n      \u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n      \u003ctable class=\"faucet-desc__specs-table\"\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eMaterial\u003c\/td\u003e\n            \u003ctd\u003eSolid Brass\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eFinish\u003c\/td\u003e\n            \u003ctd\u003eUnlacquered Brass (Develops Patina)\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eCartridge Type\u003c\/td\u003e\n            \u003ctd\u003eCeramic Disc, Quarter Turn, ½″\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eInstallation\u003c\/td\u003e\n            \u003ctd\u003eDeck Mounted, Single Hole\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd\u003eSpout Type\u003c\/td\u003e\n            \u003ctd\u003e360° Rotating (Customizable Upon Request)\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\u003eReturn Policy\u003c\/td\u003e\n            \u003ctd\u003e30-Day Return\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\"\u003e10.5\"\u003c\/div\u003e\n          \u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(267mm)\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\"\u003e6.5\"\u003c\/div\u003e\n          \u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(165mm)\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\"\u003e5.0\"\u003c\/div\u003e\n          \u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(127mm)\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n          \u003cdiv class=\"faucet-desc__dimension-label\"\u003eBase Diameter\u003c\/div\u003e\n          \u003cdiv class=\"faucet-desc__dimension-value\"\u003e2.5\"\u003c\/div\u003e\n          \u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(64mm)\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\u003eone pre-drilled hole\u003c\/strong\u003e (standard 1¼\" diameter). Ships with US-standard ½\" NPT supply hose and\n        mounting hardware. Spout customization available upon request.\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      \u003ca download=\"\" rel=\"noopener noreferrer\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/IK-061-04-001-01-23_Cold_Water_Single_Hole_thread_3I8.pdf?v=1759416152\" target=\"_blank\"\u003e 📄 Download Spec Sheet (PDF) \u003c\/a\u003e\n      \u003cp\u003e \u003c\/p\u003e\n      \u003ca download=\"\" rel=\"noopener noreferrer\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Cold_Water_Single_Hole.pdf?v=1771917957\" target=\"_blank\"\u003e 📄 Download Installation Guide (PDF) \u003c\/a\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\u003eSingle-Hole Water Dispenser Body\u003c\/li\u003e\n        \u003cli\u003eCeramic Cartridge (Quarter-Turn)\u003c\/li\u003e\n        \u003cli\u003eSupply Hose (17\", US NPT)\u003c\/li\u003e\n        \u003cli\u003eMounting Hardware \u0026amp; Gaskets\u003c\/li\u003e\n        \u003cli\u003eAerator Assembly\u003c\/li\u003e\n        \u003cli\u003eStep-by-Step Installation Manual\u003c\/li\u003e\n        \u003cli\u003eLifetime Expert 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 only for cold water?\u003c\/summary\u003e\n        \u003cp\u003eYes. This is designed specifically as a cold water dispenser for use alongside your main hot\/cold faucet.\n          It’s perfect for filtered drinking water, coffee makers, or quick rinses without mixing temperatures.\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 warm, darker patina influenced by water\n          minerals, humidity, and use. Some prefer the bright gold look (polish to restore); others love the antique\n          bronze tone it becomes. This evolution is intentional and celebrated.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eWill this fit my sink\/countertop?\u003c\/summary\u003e\n        \u003cp\u003eDesigned for standard single-hole sinks with a 1¼\" diameter hole. Verify your sink’s hole size before\n          ordering. If you need a custom spout length or angle, let us know—we offer bespoke options.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eCan I customize the spout?\u003c\/summary\u003e\n        \u003cp\u003eYes! We offer customizable spout lengths, angles, and even finishes (e.g., oil-rubbed bronze). Just email us\n          with your vision—we love collaboration.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails\u003e\n        \u003csummary\u003eDo I need a plumber?\u003c\/summary\u003e\n        \u003cp\u003eWe recommend a licensed plumber familiar with non-standard fixtures. While installation is straightforward,\n          some plumbers may require guidance. Contact us before purchase for pre-installation support.\u003c\/p\u003e\n      \u003c\/details\u003e\n      \u003cdetails open=\"\"\u003e\n        \u003csummary\u003eWhat’s your return policy?\u003c\/summary\u003e\n        \u003cp\u003eWe accept returns within 30 days of delivery for unused items in their original packaging.\u003c\/p\u003e\n      \u003c\/details\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 faucet body and finish for residential use.\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cstrong\u003e1-Year Warranty\u003c\/strong\u003e on ceramic cartridges and seals.\n          \u003c\/li\u003e\n          \u003cli\u003eCovered for \u003cstrong\u003erepair or replacement\u003c\/strong\u003e of defective parts (installation\/labor not included).\n          \u003c\/li\u003e\n          \u003cli\u003e\n            \u003cstrong\u003eVisual damages\u003c\/strong\u003e must be reported within \u003cstrong\u003e15 days\u003c\/strong\u003e with photos and proof of\n            purchase.\n          \u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cp class=\"ie-warranty__note\"\u003eQuestions? Email us with your order number at \u003ca href=\"mailto:contact@insideast.com\"\u003econtact@insideast.com\u003c\/a\u003e.\u003c\/p\u003e\n        \u003cp class=\"ie-warranty__note\"\u003e\u003cstrong\u003eFinish note:\u003c\/strong\u003e Unlacquered brass develops a natural patina over\n          time. This cosmetic aging is expected, intentional, and 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);\"\u003eElevate Your Kitchen\n        with Craft\u003c\/h3\u003e\n      \u003cp style=\"color: var(--muted); margin-bottom: 20px; font-size: clamp(13px, 1.5vw, 15px);\"\u003eA faucet made not by\n        machines but by hands that remember how brass should feel, move, and endure.\u003c\/p\u003e\n      \u003ca href=\"#\" class=\"faucet-desc__cta-primary\" role=\"button\" aria-label=\"Add to cart\"\u003e Add to Cart \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\u003cscript\u003e\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    \/\/ --- GALLERY SLIDER ---\n    \/\/ Make sure we select 'gallerySlider' to match your HTML ID\n    const gallerySlider = document.getElementById('gallerySlider');\n    const galleryLeftBtn = document.querySelector('.faucet-desc__config-arrow--left');\n    const galleryRightBtn = document.querySelector('.faucet-desc__config-arrow--right');\n\n    if (gallerySlider \u0026\u0026 galleryLeftBtn \u0026\u0026 galleryRightBtn) {\n      const scrollAmount = 350;\n      galleryRightBtn.addEventListener('click', () =\u003e {\n        gallerySlider.scrollBy({ left: scrollAmount, behavior: 'smooth' });\n      });\n      galleryLeftBtn.addEventListener('click', () =\u003e {\n        gallerySlider.scrollBy({ left: -scrollAmount, behavior: 'smooth' });\n      });\n    }\n\n    \/\/ --- REVIEWS SLIDER ---\n    \/\/ Apply event listeners directly to the review arrows \n    const reviewSlider = document.getElementById('reviewSlider');\n    const reviewLeftBtn = document.querySelector('.faucet-desc__review-arrow--left');\n    const reviewRightBtn = document.querySelector('.faucet-desc__review-arrow--right');\n\n    if (reviewSlider \u0026\u0026 reviewLeftBtn \u0026\u0026 reviewRightBtn) {\n      const reviewScrollAmount = 350;\n      reviewRightBtn.addEventListener('click', () =\u003e {\n        reviewSlider.scrollBy({ left: reviewScrollAmount, behavior: 'smooth' });\n      });\n      reviewLeftBtn.addEventListener('click', () =\u003e {\n        reviewSlider.scrollBy({ left: -reviewScrollAmount, behavior: 'smooth' });\n      });\n    }\n  });\n\n  \/\/ Scroll to top where variation picker is (optional helper)\n  function scrollToVariations() {\n    window.scrollTo(0, 0);\n  }\n\u003c\/script\u003e","brand":"Insideast","offers":[{"title":"Polished \/ Sealed Brass","offer_id":45197345751149,"sku":null,"price":282.97,"currency_code":"USD","in_stock":true},{"title":"Polished \/ Living Brass","offer_id":45197934755949,"sku":null,"price":262.97,"currency_code":"USD","in_stock":true},{"title":"Brushed \/ Sealed Brass","offer_id":45197345718381,"sku":null,"price":332.97,"currency_code":"USD","in_stock":true},{"title":"Brushed \/ Living Brass","offer_id":45197934788717,"sku":null,"price":312.97,"currency_code":"USD","in_stock":true},{"title":"Aged \/ Sealed Brass","offer_id":45197345783917,"sku":null,"price":382.97,"currency_code":"USD","in_stock":true},{"title":"Aged \/ Living Brass","offer_id":45197934821485,"sku":null,"price":362.97,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/water_dispenser_polished_lifestyle.png?v=1778765107","url":"https:\/\/www.insideast.com\/it\/products\/artisan-gooseneck-water-tap-single-hole-cold-water-faucet-signature-living-finishes","provider":"Insideast","version":"1.0","type":"link"}