{"title":"Our Best Sellers","description":"","products":[{"product_id":"vintage-8-unlacquered-brass-bridge-faucet-kitchen-sink-faucet-lever-handles","title":"Bridgeford - Unlacquered Brass Kitchen Bridge Faucet","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.5rem,1.8vw,1.6rem);\n  max-width:700px;\n  margin:0 auto;\n  line-height:1.7;\n  text-align:center;\n}\n\n  .faucet-desc__video {\n    display: grid;\n    margin: clamp(60px, 8vw, 100px) 0\n  }\n\n  .faucet-desc__video-container {\n    position: relative;\n    width: 100%;\n    max-width: 500px;\n    margin: 0 auto;\n    overflow: hidden;\n    border-radius: 12px;\n    box-shadow: 0 10px 40px var(--shadow)\n  }\n\n  .faucet-desc__video-container video {\n    width: 100%;\n    height: auto;\n    display: block\n  }\n\n  .faucet-desc__specs-section {\n    margin: clamp(60px, 8vw, 100px) 0\n  }\n\n  .faucet-desc__specs-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-bottom: 30px;\n    background: #fff;\n    border-radius: 8px;\n    overflow: hidden;\n    box-shadow: 0 2px 8px var(--shadow)\n  }\n\n  .faucet-desc__specs-table tr {\n    border-bottom: 1px solid var(--accent-light)\n  }\n\n  .faucet-desc__specs-table tr:last-child {\n    border-bottom: none\n  }\n\n  .faucet-desc__specs-table td {\n    padding: 12px 20px;\n    font-size: 14px\n  }\n\n  .faucet-desc__specs-table td:first-child {\n    font-weight: 700;\n    color: var(--primary);\n    width: 40%;\n    background: var(--bg-light)\n  }\n\n  .faucet-desc__specs-table td:last-child {\n    color: var(--muted)\n  }\n\n  .faucet-desc__dimensions-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 15px;\n    background: var(--bg-light);\n    padding: 20px;\n    border-radius: 8px;\n    margin: 15px 0;\n    border: 1px solid var(--accent-light)\n  }\n\n  .faucet-desc__dimension-card {\n    text-align: center;\n    padding: 10px\n  }\n\n  .faucet-desc__dimension-label {\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: .5px;\n    color: var(--accent);\n    margin-bottom: 5px;\n    font-weight: 600\n  }\n\n  .faucet-desc__dimension-value {\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--primary)\n  }\n\n  .faucet-desc__dimension-unit {\n    font-size: 11px;\n    color: #999;\n    margin-top: 2px\n  }\n\n  .faucet-desc__download {\n    background: linear-gradient(135deg, #fff 0%, var(--bg-light) 100%);\n    padding: 25px;\n    border-radius: 8px;\n    text-align: center;\n    margin: 40px 0;\n    border: 1px solid var(--accent-light)\n  }\n\n  .faucet-desc__download h3 {\n    color: var(--primary)\n  }\n\n  .faucet-desc__download p {\n    color: var(--muted);\n    margin-bottom: 15px\n  }\n\n  .faucet-desc__download a {\n    display: inline-block;\n    background: var(--accent);\n    color: #fff;\n    padding: 12px 30px;\n    border-radius: 6px;\n    text-decoration: none;\n    font-weight: 600;\n    font-size: 14px;\n    transition: background .3s ease\n  }\n\n  .faucet-desc__download a:hover {\n    background: #8b6740\n  }\n\n  .faucet-desc__warranty-badge {\n    display: flex;\n    align-items: center;\n    gap: clamp(12px, 2vw, 20px);\n    margin: clamp(30px, 4vw, 50px) 0;\n    padding: clamp(16px, 3vw, 24px);\n    background: linear-gradient(135deg, #fff 0%, var(--bg-light) 100%);\n    border: 2px solid var(--accent);\n    border-radius: 12px;\n    box-shadow: 0 4px 15px rgba(166, 124, 82, .1);\n    transition: all .3s ease\n  }\n\n  .faucet-desc__warranty-badge:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 6px 20px rgba(166, 124, 82, .15)\n  }\n\n  .faucet-desc__warranty-badge-icon {\n    flex-shrink: 0;\n    width: clamp(40px, 6vw, 50px);\n    height: clamp(40px, 6vw, 50px);\n    color: var(--accent);\n    display: flex;\n    align-items: center;\n    justify-content: center\n  }\n\n  .faucet-desc__warranty-badge-icon svg {\n    width: 100%;\n    height: 100%\n  }\n\n  .faucet-desc__warranty-badge-content {\n    flex: 1;\n    min-width: 0\n  }\n\n  .faucet-desc__warranty-badge-content strong {\n    display: block;\n    font-size: clamp(1rem, 2vw, 1.2rem);\n    font-weight: 700;\n    color: var(--primary);\n    margin-bottom: clamp(4px, 1vw, 8px);\n    line-height: 1.3\n  }\n\n  .faucet-desc__warranty-badge-content p {\n    margin: 0;\n    font-size: clamp(.85rem, 1.5vw, 1rem);\n    color: var(--muted);\n    line-height: 1.5\n  }\n\n  .faucet-desc__warranty-badge-content p strong {\n    display: inline;\n    font-size: inherit;\n    font-weight: 700;\n    color: var(--accent)\n  }\n\n  .faucet-desc__config {\n    margin: 60px 0\n  }\n\n  .faucet-desc__config h2 {\n    font-size: 28px;\n    margin-bottom: 15px;\n    color: var(--primary);\n    font-weight: 600;\n    text-align: center\n  }\n\n  .faucet-desc__config-intro {\n    text-align: center;\n    color: var(--muted);\n    font-size: 15px;\n    line-height: 1.7;\n    max-width: 700px;\n    margin: 0 auto 35px\n  }\n\n  .faucet-desc__config-slider-wrap {\n    position: relative;\n    overflow: hidden;\n    margin: 40px 0;\n    max-width: 800px;\n    margin-left: auto;\n    margin-right: auto\n  }\n\n  .faucet-desc__config-slider-title {\n    text-align: center;\n    font-size: 22px;\n    font-weight: 700;\n    color: var(--accent);\n    margin-bottom: 25px;\n    text-transform: uppercase;\n    letter-spacing: 1px\n  }\n\n  .faucet-desc__config-slider-container {\n    position: relative;\n    overflow-x: auto;\n    overflow-y: hidden;\n    border-radius: 12px;\n    scroll-behavior: smooth;\n    scroll-snap-type: x mandatory;\n    max-height: 500px;\n    padding: 0 40px\n  }\n\n  .faucet-desc__config-slider-container::-webkit-scrollbar {\n    height: 8px\n  }\n\n  .faucet-desc__config-slider-container::-webkit-scrollbar-track {\n    background: #f1f1f1;\n    border-radius: 10px\n  }\n\n  .faucet-desc__config-slider-container::-webkit-scrollbar-thumb {\n    background: var(--accent);\n    border-radius: 10px\n  }\n\n  .faucet-desc__config-slider {\n    display: flex;\n    gap: 20px;\n    padding: 5px\n  }\n\n  .faucet-desc__config-slide {\n    flex: 0 0 calc(50% - 10px);\n    min-width: calc(50% - 10px);\n    scroll-snap-align: start\n  }\n\n  .faucet-desc__config-slide-img {\n    width: 100%;\n    height: 460px;\n    object-fit: cover;\n    border-radius: 12px;\n    box-shadow: 0 10px 40px var(--shadow);\n    display: block;\n    background: #fff;\n    border: 1px solid var(--accent-light)\n  }\n\n  .faucet-desc__config-slide-caption {\n    text-align: center;\n    margin-top: 12px;\n    font-size: 14px;\n    color: var(--primary);\n    font-weight: 600;\n    background: var(--bg-light);\n    padding: 8px 12px;\n    border-radius: 6px;\n    border: 1px solid var(--accent-light)\n  }\n\n  .faucet-desc__config-arrow {\n    position: absolute;\n    top: 50%;\n    transform: translateY(-50%);\n    background: rgba(166, 124, 82, .8);\n    color: #fff;\n    border: none;\n    width: 35px;\n    height: 35px;\n    border-radius: 50%;\n    cursor: pointer;\n    z-index: 10;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 18px;\n    box-shadow: 0 4px 15px rgba(0, 0, 0, .2);\n    transition: all .3s ease\n  }\n\n  .faucet-desc__config-arrow:hover {\n    background: #8b6740;\n    transform: translateY(-50%) scale(1.1)\n  }\n\n  .faucet-desc__config-arrow--left {\n    left: 4px\n  }\n\n  .faucet-desc__config-arrow--right {\n    right: 4px\n  }\n\n  .faucet-desc__config-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 20px;\n    margin-top: 40px;\n    background: linear-gradient(135deg, #fff 0%, var(--bg-light) 100%);\n    padding: 25px;\n    border-radius: 8px;\n    border: 1px solid var(--accent-light)\n  }\n\n  .faucet-desc__config-section h3 {\n    font-size: 16px;\n    color: var(--accent);\n    margin-bottom: 12px;\n    font-weight: 600;\n    text-align: center\n  }\n\n  .faucet-desc__config-options {\n    display: grid;\n    gap: 8px\n  }\n\n  .faucet-desc__config-section:first-child .faucet-desc__config-options {\n    grid-template-columns: 1fr 1fr\n  }\n\n  .faucet-desc__config-section:last-child .faucet-desc__config-options {\n    grid-template-columns: 1fr\n  }\n\n  .faucet-desc__config-option {\n    background: #fff;\n    padding: 10px;\n    border-radius: 6px;\n    border: 1px solid var(--accent-light);\n    font-size: 13px;\n    color: var(--primary);\n    text-align: center;\n    font-weight: 500;\n    cursor: pointer;\n    transition: all .2s ease;\n    position: relative\n  }\n\n  .faucet-desc__config-option:hover {\n    border-color: var(--accent);\n    transform: translateY(-2px);\n    box-shadow: 0 4px 12px var(--shadow)\n  }\n\n  .faucet-desc__reviews h2 {\n    font-size: 28px;\n    margin-bottom: 30px;\n    color: var(--primary);\n    font-weight: 600;\n    border-bottom: 2px solid var(--accent-light);\n    padding-bottom: 15px\n  }\n\n  .faucet-desc__review-slider-wrap {\n    position: relative;\n    overflow-x: auto;\n    overflow-y: hidden;\n    border-radius: 12px;\n    scroll-behavior: smooth;\n    padding: 0 10px\n  }\n\n  .faucet-desc__review-slider-wrap::-webkit-scrollbar {\n    height: 6px\n  }\n\n  .faucet-desc__review-slider-wrap::-webkit-scrollbar-track {\n    background: #f1f1f1;\n    border-radius: 10px\n  }\n\n  .faucet-desc__review-slider-wrap::-webkit-scrollbar-thumb {\n    background: var(--accent);\n    border-radius: 10px;\n    cursor: grab\n  }\n\n  .faucet-desc__review-slider-wrap::-webkit-scrollbar-thumb:active {\n    cursor: grabbing\n  }\n\n  .faucet-desc__review-slider {\n    display: flex;\n    gap: 25px;\n    padding: 0\n  }\n\n  .faucet-desc__review-slider-item {\n    flex: 0 0 calc(33.333% - 17px);\n    min-width: calc(33.333% - 17px)\n  }\n\n  .faucet-desc__review-arrow {\n    position: absolute;\n    top: 50%;\n    transform: translateY(-50%);\n    background: rgba(166, 124, 82, .8);\n    color: #fff;\n    border: none;\n    width: 35px;\n    height: 35px;\n    border-radius: 50%;\n    cursor: pointer;\n    z-index: 20;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 18px;\n    box-shadow: 0 4px 15px rgba(0, 0, 0, .2);\n    transition: all .3s ease\n  }\n\n  .faucet-desc__review-arrow:hover {\n    background: #8b6740;\n    transform: translateY(-50%) scale(1.1)\n  }\n\n  .faucet-desc__review-arrow--left {\n    left: 8px\n  }\n\n  .faucet-desc__review-arrow--right {\n    right: 8px\n  }\n\n  .faucet-desc__review-card {\n    background: #fff;\n    border: 1px solid var(--accent-light);\n    border-radius: 12px;\n    padding: 25px;\n    box-shadow: 0 4px 15px var(--shadow);\n    transition: all .3s ease;\n    height: 100%\n  }\n\n  .faucet-desc__review-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 8px 25px rgba(0, 0, 0, .12)\n  }\n\n  .faucet-desc__review-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: flex-start;\n    margin-bottom: 12px\n  }\n\n  .faucet-desc__review-author {\n    font-weight: 700;\n    color: var(--primary)\n  }\n\n  .faucet-desc__review-verified {\n    font-size: 11px;\n    background: var(--accent);\n    color: #fff;\n    padding: 4px 10px;\n    border-radius: 20px;\n    font-weight: 600\n  }\n\n  .faucet-desc__review-stars {\n    color: var(--accent);\n    font-size: 16px;\n    margin-bottom: 10px\n  }\n\n  .faucet-desc__review-text {\n    color: var(--muted);\n    font-size: 14px;\n    line-height: 1.6;\n    margin-bottom: 12px\n  }\n\n  .faucet-desc__review-highlight {\n    font-size: 12px;\n    color: var(--accent);\n    font-style: italic;\n    border-left: 2px solid var(--accent-light);\n    padding-left: 10px\n  }\n\n  \/* ========== FEATURES GRID - IMPROVED ========== *\/\n  .faucet-desc__features {\n    margin: clamp(60px, 8vw, 100px) 0\n  }\n\n  .faucet-desc__features h2 {\n    font-size: clamp(22px, 4vw, 28px);\n    margin-bottom: clamp(20px, 4vw, 30px);\n    color: var(--primary);\n    font-weight: 600;\n    border-bottom: 2px solid var(--accent-light);\n    padding-bottom: 15px\n  }\n\n  .faucet-desc__features-list {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 25px;\n    margin: 0;\n    padding: 0;\n    list-style: none\n  }\n\n  .faucet-desc__features-list li {\n    display: flex;\n    flex-direction: column;\n    gap: 15px;\n    padding: 20px;\n    background: #fff;\n    border-radius: 12px;\n    border: 1px solid var(--accent-light);\n    box-shadow: 0 2px 8px var(--shadow);\n    transition: all .3s ease\n  }\n\n  .faucet-desc__features-list li:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 8px 20px rgba(0, 0, 0, .12)\n  }\n\n  .faucet-desc__feature-icon {\n    width: 50px;\n    height: 50px;\n    background: #f0e8df;\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    color: var(--accent);\n    border: 1px solid var(--accent-light);\n    align-self: flex-start\n  }\n\n  .faucet-desc__feature-icon svg {\n    width: 28px;\n    height: 28px\n  }\n\n  .faucet-desc__feature-content h4 {\n    font-size: clamp(15px, 2vw, 16px);\n    font-weight: 700;\n    margin-bottom: 8px;\n    color: var(--primary);\n    line-height: 1.3\n  }\n\n  .faucet-desc__feature-content p {\n    font-size: clamp(13px, 1.5vw, 14px);\n    color: var(--muted);\n    line-height: 1.6;\n    margin: 0\n  }\n\n  .faucet-desc__package {\n    margin: clamp(60px, 8vw, 100px) 0\n  }\n\n  .faucet-desc__package h2 {\n    font-size: 28px;\n    margin-bottom: 30px;\n    color: var(--primary);\n    font-weight: 600;\n    border-bottom: 2px solid var(--accent-light);\n    padding-bottom: 15px\n  }\n\n  .faucet-desc__package-list {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 8px;\n    margin: 0;\n    padding: 0;\n    list-style: none\n  }\n\n  .faucet-desc__package-list li {\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    padding: 8px 12px;\n    font-size: 13px;\n    background: var(--bg-light);\n    border-radius: 6px;\n    border: 1px solid var(--accent-light);\n    transition: all .2s ease\n  }\n\n  .faucet-desc__package-list li:hover {\n    background: #fff;\n    transform: translateY(-2px);\n    box-shadow: 0 2px 8px var(--shadow)\n  }\n\n  .faucet-desc__package-list li:before {\n    content: \"✓\";\n    color: var(--accent);\n    font-weight: bold;\n    font-size: 14px;\n    flex-shrink: 0\n  }\n\n  .faucet-desc__faq {\n    margin-top: clamp(60px, 8vw, 100px)\n  }\n\n  .faucet-desc__faq h2 {\n    font-size: 28px;\n    margin-bottom: 20px;\n    color: var(--primary);\n    font-weight: 600;\n    border-bottom: 2px solid var(--accent-light);\n    padding-bottom: 15px\n  }\n\n  .faucet-desc__faq details {\n    border: none;\n    border-radius: 6px;\n    padding: 15px;\n    background: var(--bg-light);\n    box-shadow: 0 4px 15px var(--shadow);\n    transition: all .3s ease;\n    margin-bottom: 10px;\n    border: 1px solid var(--accent-light)\n  }\n\n  .faucet-desc__faq details:hover {\n    box-shadow: 0 4px 12px rgba(166, 124, 82, .15);\n    transform: translateX(4px)\n  }\n\n  .faucet-desc__faq summary {\n    font-weight: 600;\n    color: var(--primary);\n    outline: none;\n    user-select: none;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    cursor: pointer;\n    font-size: 15px\n  }\n\n  .faucet-desc__faq summary::before {\n    content: \"→\";\n    color: var(--accent);\n    font-weight: bold;\n    font-size: 1.2em;\n    transition: transform .3s ease\n  }\n\n  .faucet-desc__faq details[open] summary::before {\n    transform: rotate(90deg)\n  }\n\n  .faucet-desc__faq summary:hover {\n    color: var(--accent)\n  }\n\n  .faucet-desc__faq details[open] summary {\n    margin-bottom: 10px;\n    color: var(--accent)\n  }\n\n  .faucet-desc__faq p {\n    color: var(--muted);\n    line-height: 1.6;\n    font-size: 14px;\n    margin: 0\n  }\n\n  .ie-warranty {\n    font-family: inherit;\n    margin: clamp(40px, 6vw, 60px) 0;\n    border: 1px solid var(--accent-light);\n    border-radius: 12px;\n    overflow: hidden;\n    background: linear-gradient(135deg, #fff 0%, var(--bg-light) 100%);\n    box-shadow: 0 4px 15px var(--shadow)\n  }\n\n  .ie-warranty__top {\n    display: flex;\n    align-items: center;\n    gap: .75rem;\n    padding: 1.5rem 1.5rem 1rem;\n    background: var(--accent);\n    color: #fff\n  }\n\n  .ie-warranty__shield {\n    width: 24px;\n    height: 24px;\n    flex: 0 0 24px;\n    color: #fff\n  }\n\n  .ie-warranty__title {\n    margin: 0;\n    font-size: 1.2rem;\n    font-weight: 700;\n    letter-spacing: .2px;\n    color: #fff\n  }\n\n  .ie-warranty__body {\n    padding: 1.5rem\n  }\n\n  .ie-warranty__body p {\n    margin: 0 0 .75rem 0;\n    line-height: 1.6;\n    color: var(--primary)\n  }\n\n  .ie-warranty__list {\n    margin: .5rem 0 0 0;\n    padding-left: 1.25rem;\n    color: var(--primary)\n  }\n\n  .ie-warranty__list li {\n    margin: .4rem 0;\n    line-height: 1.5\n  }\n\n  .ie-warranty__note {\n    margin-top: 1rem;\n    font-size: .9rem;\n    opacity: .8;\n    color: var(--muted)\n  }\n\n  .ie-warranty__badge {\n    display: flex;\n    align-items: center;\n    gap: .75rem;\n    margin: 1.5rem 0 1rem;\n    padding: 1rem 1.25rem;\n    border: 2px solid var(--accent);\n    border-radius: 8px;\n    background: #fff;\n    box-shadow: 0 2px 8px rgba(166, 124, 82, .1)\n  }\n\n  .ie-warranty__badge .tick {\n    font-size: 1.2rem;\n    line-height: 1;\n    color: var(--accent)\n  }\n\n  .ie-warranty__badge strong {\n    font-weight: 700;\n    color: var(--primary)\n  }\n\n  .ie-warranty__badge div {\n    color: var(--primary)\n  }\n\n  \/* ========== CRO STYLES ========== *\/\n  \/* CTA Section *\/\n  .faucet-desc__cta-section {\n    text-align: center;\n    margin: clamp(30px, 4vw, 40px) 0;\n    padding: clamp(20px, 3vw, 30px);\n    background: linear-gradient(135deg, #fff 0%, var(--bg-light) 100%);\n    border-radius: 12px;\n    border: 2px solid var(--accent);\n    box-shadow: 0 8px 30px rgba(166, 124, 82, .15)\n  }\n\n  .faucet-desc__price {\n    font-size: clamp(2rem, 4vw, 2.5rem);\n    font-weight: 700;\n    color: var(--accent);\n    margin-bottom: 15px\n  }\n\n  .faucet-desc__price-note {\n    font-size: clamp(13px, 1.5vw, 16px);\n    color: var(--muted);\n    margin-bottom: 20px\n  }\n\n  .faucet-desc__cta-primary {\n    background: var(--accent);\n    color: #fff;\n    border: none;\n    padding: clamp(14px, 2vw, 18px) clamp(30px, 4vw, 40px);\n    font-size: clamp(15px, 2vw, 18px);\n    font-weight: 700;\n    border-radius: 8px;\n    cursor: pointer;\n    transition: all .3s ease;\n    box-shadow: 0 4px 15px rgba(166, 124, 82, .3);\n    text-transform: uppercase;\n    letter-spacing: .5px;\n    width: 100%;\n    max-width: 400px\n  }\n\n  .faucet-desc__cta-primary:hover {\n    background: #8b6740;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 20px rgba(166, 124, 82, .4)\n  }\n\n  .faucet-desc__cta-primary:active {\n    transform: translateY(0)\n  }\n\n  .faucet-desc__trust-bar {\n    display: flex;\n    justify-content: center;\n    gap: clamp(15px, 3vw, 30px);\n    margin-top: 20px;\n    flex-wrap: wrap;\n    font-size: clamp(11px, 1.5vw, 14px);\n    color: var(--primary);\n    font-weight: 500\n  }\n\n  .faucet-desc__trust-bar div {\n    display: flex;\n    align-items: center;\n    gap: 5px\n  }\n\n  .faucet-desc__trust-bar div:before {\n    content: \"✓\";\n    color: var(--accent);\n    font-weight: bold\n  }\n\n  \/* Guarantee Bar *\/\n  .faucet-desc__guarantees-bar {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n    gap: 15px;\n    margin: 30px 0;\n    padding: 20px;\n    background: #fff;\n    border-radius: 12px;\n    border: 1px solid var(--accent-light);\n    box-shadow: 0 4px 15px var(--shadow)\n  }\n\n  .guarantee-item {\n    text-align: center;\n    padding: 15px;\n    background: var(--bg-light);\n    border-radius: 8px;\n    transition: all .3s ease\n  }\n\n  .guarantee-item:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 4px 12px var(--shadow)\n  }\n\n  .guarantee-item svg {\n    width: 32px;\n    height: 32px;\n    margin: 0 auto 10px;\n    color: var(--accent)\n  }\n\n  .guarantee-item strong {\n    display: block;\n    font-size: clamp(12px, 1.5vw, 14px);\n    color: var(--primary);\n    margin-top: 8px\n  }\n\n  \/* Comparison Table *\/\n  .faucet-desc__comparison {\n    margin: 60px 0;\n    padding: 40px 0\n  }\n\n  .faucet-desc__comparison h2 {\n    font-size: clamp(22px, 4vw, 28px);\n    margin-bottom: 30px;\n    color: var(--primary);\n    font-weight: 600;\n    text-align: center;\n    border-bottom: 2px solid var(--accent-light);\n    padding-bottom: 15px\n  }\n\n  .faucet-desc__comparison-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: #fff;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 4px 20px var(--shadow)\n  }\n\n  .faucet-desc__comparison-table th {\n    padding: 15px;\n    background: var(--accent);\n    color: #fff;\n    font-weight: 700;\n    text-align: left;\n    font-size: 15px\n  }\n\n  .faucet-desc__comparison-table td {\n    padding: 15px;\n    border-bottom: 1px solid var(--accent-light);\n    font-size: 14px\n  }\n\n  .faucet-desc__comparison-table tr:last-child td {\n    border-bottom: none\n  }\n\n  .faucet-desc__comparison-table td:first-child {\n    font-weight: 600;\n    color: var(--primary);\n    background: var(--bg-light);\n    width: 30%\n  }\n\n  .faucet-desc__comparison-table td:nth-child(2) {\n    color: #2d5016;\n    font-weight: 500\n  }\n\n  .faucet-desc__comparison-table td:nth-child(3) {\n    color: #7a271a\n  }\n\n  .faucet-desc__comparison-table tr:hover {\n    background: rgba(166, 124, 82, .05)\n  }\n\n  \/* Guarantee Box *\/\n  .faucet-desc__guarantee-box {\n    background: linear-gradient(135deg, #fff 0%, var(--bg-light) 100%);\n    border: 2px solid var(--accent);\n    border-radius: 12px;\n    padding: clamp(20px, 4vw, 30px);\n    margin: 40px 0;\n    box-shadow: 0 8px 25px rgba(166, 124, 82, .15)\n  }\n\n  .faucet-desc__guarantee-box h3 {\n    font-size: clamp(20px, 3vw, 24px);\n    color: var(--primary);\n    margin-bottom: 20px;\n    text-align: center\n  }\n\n  .faucet-desc__guarantee-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 20px 0\n  }\n\n  .faucet-desc__guarantee-box li {\n    padding: 12px 0 12px 35px;\n    position: relative;\n    font-size: clamp(13px, 1.5vw, 15px);\n    line-height: 1.6;\n    color: var(--primary);\n    border-bottom: 1px solid var(--accent-light)\n  }\n\n  .faucet-desc__guarantee-box li:last-child {\n    border-bottom: none\n  }\n\n  .faucet-desc__guarantee-box li:before {\n    content: \"🛡️\";\n    position: absolute;\n    left: 0;\n    font-size: 20px\n  }\n\n  .faucet-desc__guarantee-box li strong {\n    color: var(--accent)\n  }\n\n  .faucet-desc__guarantee-box p {\n    text-align: center;\n    color: var(--muted);\n    font-style: italic;\n    margin: 0;\n    font-size: clamp(12px, 1.5vw, 14px)\n  }\n\n  \/* Review Stats *\/\n  .faucet-desc__review-stats {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-bottom: 30px;\n    padding: 25px;\n    background: linear-gradient(135deg, #fff 0%, var(--bg-light) 100%);\n    border-radius: 12px;\n    border: 1px solid var(--accent-light)\n  }\n\n  .stat {\n    text-align: center;\n    padding: 15px\n  }\n\n  .stat-number {\n    font-size: clamp(2rem, 4vw, 2.5rem);\n    font-weight: 700;\n    color: var(--accent);\n    margin-bottom: 5px\n  }\n\n  .stat-label {\n    font-size: 13px;\n    color: var(--muted);\n    text-transform: uppercase;\n    letter-spacing: .5px\n  }\n\n  \/* Review Highlights *\/\n  .faucet-desc__review-highlights {\n    display: flex;\n    gap: 15px;\n    margin-bottom: 25px;\n    flex-wrap: wrap;\n    justify-content: center\n  }\n\n  .highlight {\n    background: #fff;\n    padding: 10px 18px;\n    border-radius: 20px;\n    font-size: 13px;\n    color: var(--primary);\n    border: 1px solid var(--accent-light);\n    box-shadow: 0 2px 8px var(--shadow)\n  }\n\n  \/* Scarcity Notice *\/\n  .faucet-desc__scarcity-notice {\n    background: #fff8f0;\n    border: 2px solid var(--accent);\n    border-radius: 8px;\n    padding: clamp(12px, 2vw, 15px) clamp(15px, 3vw, 20px);\n    margin: 25px 0;\n    text-align: center;\n    font-size: clamp(12px, 1.5vw, 14px);\n    color: var(--primary);\n    line-height: 1.6\n  }\n\n  .faucet-desc__scarcity-notice a {\n    color: var(--accent);\n    font-weight: 700;\n    text-decoration: none;\n    border-bottom: 2px solid var(--accent)\n  }\n\n  .faucet-desc__scarcity-notice a:hover {\n    color: #8b6740\n  }\n\n  \/* Config Price Tags *\/\n  .config-price {\n    display: block;\n    font-size: 11px;\n    color: var(--accent);\n    font-weight: 700;\n    margin-top: 4px\n  }\n\n  \/* Customer Photos Gallery *\/\n  .faucet-desc__ugc {\n    margin: 60px 0\n  }\n\n  .faucet-desc__ugc h2 {\n    font-size: 28px;\n    margin-bottom: 15px;\n    color: var(--primary);\n    font-weight: 600;\n    text-align: center;\n    border-bottom: 2px solid var(--accent-light);\n    padding-bottom: 15px\n  }\n\n  .faucet-desc__ugc-intro {\n    text-align: center;\n    color: var(--muted);\n    font-size: 15px;\n    margin-bottom: 30px\n  }\n\n  .faucet-desc__ugc-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 15px\n  }\n\n  .faucet-desc__ugc-item {\n    position: relative;\n    overflow: hidden;\n    border-radius: 8px;\n    box-shadow: 0 4px 15px var(--shadow);\n    aspect-ratio: 1\n  }\n\n  .faucet-desc__ugc-item img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    transition: transform .3s ease\n  }\n\n  .faucet-desc__ugc-item:hover img {\n    transform: scale(1.05)\n  }\n\n  .faucet-desc__ugc-credit {\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    right: 0;\n    background: rgba(0, 0, 0, .7);\n    color: #fff;\n    padding: 8px;\n    font-size: 11px;\n    text-align: center\n  }\n\n  \/* Trust Signals *\/\n  .faucet-desc__trust-signals {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 25px;\n    flex-wrap: wrap;\n    margin: 30px 0;\n    padding: 20px;\n    background: var(--bg-light);\n    border-radius: 8px\n  }\n\n  .faucet-desc__trust-signals img {\n    max-height: 40px;\n    opacity: .7;\n    transition: opacity .3s ease\n  }\n\n  .faucet-desc__trust-signals img:hover {\n    opacity: 1\n  }\n\n  .faucet-desc__trust-signals .ssl-badge,\n  .faucet-desc__trust-signals .certification {\n    font-size: 13px;\n    color: var(--muted);\n    font-weight: 600\n  }\n\n  \/* Lifestyle sections *\/\n  .lifestyle-section {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 40px;\n    align-items: center;\n    margin: clamp(40px, 6vw, 60px) 0\n  }\n\n  .lifestyle-section__image {\n    position: relative;\n    overflow: hidden;\n    border-radius: 8px;\n    box-shadow: 0 10px 40px rgba(0, 0, 0, .1)\n  }\n\n  .lifestyle-section__image img {\n    width: 100%;\n    height: auto;\n    display: block;\n    transition: transform .5s ease\n  }\n\n  .lifestyle-section__content h3 {\n    margin-bottom: 15px;\n    color: var(--primary);\n    font-size: clamp(18px, 2.5vw, 20px);\n    font-weight: 600;\n    line-height: 1.3\n  }\n\n  .lifestyle-section__content p {\n    color: var(--muted);\n    line-height: 1.7;\n    font-size: clamp(14px, 1.5vw, 15px);\n    margin: 0\n  }\n\n  \/* ========== MOBILE RESPONSIVE FIXES ========== *\/\n  @media (max-width: 768px) {\n\n    \/* Features Grid - Single Column on Mobile *\/\n    .faucet-desc__features-list {\n      grid-template-columns: 1fr;\n      gap: 15px\n    }\n\n    .faucet-desc__features-list li {\n      padding: 15px;\n      gap: 12px\n    }\n\n    .faucet-desc__feature-icon {\n      width: 45px;\n      height: 45px\n    }\n\n    .faucet-desc__feature-icon svg {\n      width: 24px;\n      height: 24px\n    }\n\n    \/* Config Grid *\/\n    .faucet-desc__config-grid {\n      grid-template-columns: 1fr;\n      padding: 20px;\n      gap: 25px\n    }\n\n    .faucet-desc__config-section:first-child .faucet-desc__config-options {\n      grid-template-columns: 1fr\n    }\n\n    \/* Config Slider *\/\n    .faucet-desc__config-slide {\n      flex: 0 0 calc(100% - 20px);\n      min-width: calc(100% - 20px)\n    }\n\n    .faucet-desc__config-slider-wrap {\n      max-width: 100%\n    }\n\n    .faucet-desc__config-slide-img {\n      height: 300px\n    }\n\n    .faucet-desc__config-slider-title {\n      font-size: 18px;\n      margin-bottom: 20px\n    }\n\n    \/* Review Slider *\/\n    .faucet-desc__review-slider-item {\n      flex: 0 0 calc(100% - 25px);\n      min-width: calc(100% - 25px)\n    }\n\n    .faucet-desc__review-card {\n      padding: 20px\n    }\n\n    \/* Dimensions Grid *\/\n    .faucet-desc__dimensions-grid {\n      grid-template-columns: repeat(2, 1fr);\n      gap: 10px;\n      padding: 15px\n    }\n\n    .faucet-desc__dimension-card {\n      padding: 8px\n    }\n\n    .faucet-desc__dimension-value {\n      font-size: 18px\n    }\n\n    \/* Package List *\/\n    .faucet-desc__package-list {\n      grid-template-columns: 1fr;\n      gap: 6px\n    }\n\n    .faucet-desc__package-list li {\n      font-size: 12px;\n      padding: 10px 12px\n    }\n\n    \/* Specs Table *\/\n    .faucet-desc__specs-table td {\n      padding: 10px 12px;\n      font-size: 13px\n    }\n\n    .faucet-desc__specs-table td:first-child {\n      width: 45%\n    }\n\n    \/* Lifestyle Sections - Stack on Mobile *\/\n    .lifestyle-section {\n      grid-template-columns: 1fr;\n      gap: 20px\n    }\n\n    .lifestyle-section[style*=\"direction:rtl\"] {\n      direction: ltr\n    }\n\n    .lifestyle-section__content {\n      direction: ltr\n    }\n\n    \/* Warranty Badge *\/\n    .faucet-desc__warranty-badge {\n      flex-direction: column;\n      text-align: center;\n      gap: 12px;\n      padding: 20px\n    }\n\n    .faucet-desc__warranty-badge-icon {\n      width: 50px;\n      height: 50px\n    }\n\n    \/* Review Stats *\/\n    .faucet-desc__review-stats {\n      grid-template-columns: 1fr;\n      gap: 10px;\n      padding: 20px\n    }\n\n    .stat {\n      padding: 10px\n    }\n\n    \/* Guarantees Bar *\/\n    .faucet-desc__guarantees-bar {\n      grid-template-columns: 1fr 1fr;\n      gap: 10px;\n      padding: 15px\n    }\n\n    .guarantee-item {\n      padding: 12px\n    }\n\n    .guarantee-item svg {\n      width: 28px;\n      height: 28px\n    }\n\n    \/* Comparison Table *\/\n    .faucet-desc__comparison {\n      padding: 20px 0\n    }\n\n    .faucet-desc__comparison-table {\n      font-size: 11px;\n      display: block;\n      overflow-x: auto\n    }\n\n    .faucet-desc__comparison-table th,\n    .faucet-desc__comparison-table td {\n      padding: 8px 6px;\n      word-break: break-word\n    }\n\n    .faucet-desc__comparison-table th {\n      font-size: 11px\n    }\n\n    .faucet-desc__comparison-table td:first-child {\n      width: 25%;\n      min-width: 70px\n    }\n\n    .faucet-desc__comparison-table td:nth-child(2),\n    .faucet-desc__comparison-table td:nth-child(3) {\n      width: 37.5%\n    }\n\n    \/* Headers *\/\n    .faucet-desc__header {\n      padding: clamp(30px, 5vw, 50px) 0\n    }\n\n    .faucet-desc__title {\n      line-height: 1.2\n    }\n\n    .faucet-desc__sub {\n      font-size: clamp(1rem, 2vw, 1.1rem)\n    }\n\n    \/* CTA Section *\/\n    .faucet-desc__cta-section {\n      padding: 20px 15px\n    }\n\n    .faucet-desc__trust-bar {\n      gap: 10px;\n      font-size: 11px\n    }\n\n    \/* FAQ *\/\n    .faucet-desc__faq summary {\n      font-size: 14px\n    }\n\n    .faucet-desc__faq p {\n      font-size: 13px\n    }\n\n    .faucet-desc__faq details {\n      padding: 12px\n    }\n\n    \/* Warranty *\/\n    .ie-warranty__title {\n      font-size: 1rem\n    }\n\n    .ie-warranty__badge {\n      flex-direction: column;\n      align-items: flex-start;\n      gap: .35rem\n    }\n\n    .ie-warranty__body {\n      padding: 1.2rem\n    }\n\n    \/* Download Section *\/\n    .faucet-desc__download {\n      padding: 20px 15px\n    }\n\n    .faucet-desc__download h3 {\n      font-size: 18px\n    }\n\n    .faucet-desc__download p {\n      font-size: 13px\n    }\n\n    .faucet-desc__download a {\n      padding: 12px 24px;\n      font-size: 13px\n    }\n  }\n\n  @media (max-width: 480px) {\n\n    \/* Further mobile optimizations *\/\n    .faucet-desc__wrap {\n      padding: 20px 12px\n    }\n\n    .faucet-desc__header {\n      padding: 25px 0\n    }\n\n    .faucet-desc__config-slider-container {\n      padding: 0 35px\n    }\n\n    .faucet-desc__config-arrow {\n      width: 30px;\n      height: 30px;\n      font-size: 16px\n    }\n\n    .faucet-desc__review-arrow {\n      width: 30px;\n      height: 30px;\n      font-size: 16px\n    }\n\n    .faucet-desc__guarantees-bar {\n      grid-template-columns: 1fr;\n      gap: 8px;\n      padding: 12px\n    }\n\n    .guarantee-item {\n      padding: 10px\n    }\n\n    .faucet-desc__trust-bar {\n      flex-direction: column;\n      gap: 8px;\n      align-items: center\n    }\n\n    .faucet-desc__features-list {\n      gap: 12px\n    }\n\n    .faucet-desc__features-list li {\n      padding: 12px\n    }\n  }\n  \/* Fix for Config Gallery Arrows *\/\n.faucet-desc__config-arrow {\n    width: 40px !important;      \/* Fixed width *\/\n    height: 40px !important;     \/* Fixed height *\/\n    min-width: 40px !important;  \/* Prevents squishing *\/\n    padding: 0 !important;       \/* Removes default button padding *\/\n    border-radius: 50% !important; \/* 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); \/* Slightly more opaque for visibility *\/\n    cursor: pointer;\n    z-index: 20;\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\u003c\/style\u003e\n\u003cdiv class=\"faucet-desc\"\u003e\n\u003cdiv class=\"faucet-desc__wrap\"\u003e\n\u003c!-- HEADER --\u003e\u003cheader class=\"faucet-desc__header\"\u003e\n\u003cdiv class=\"faucet-desc__eyebrow\"\u003eSolid Brass • Handcrafted in Morocco\u003c\/div\u003e\n\u003ch2 class=\"faucet-desc__title\"\u003eThe Bridgeford Faucet: Refined Elegance, Built to Last\u003c\/h2\u003e\n\u003cp class=\"faucet-desc__sub\"\u003eAn elevated take on the classic bridge design featuring a sculpted base, balanced proportions, and clean detailing. Crafted in unlacquered solid brass, it evolves with your home, gaining character with every use.\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 to order • Fast Delivery\u003c\/div\u003e\n\u003ca aria-label=\"Configure and add to cart\" role=\"button\" class=\"faucet-desc__cta-primary\" href=\"#\"\u003e Configure \u0026amp; Add to Cart \u003c\/a\u003e\n\u003cdiv class=\"faucet-desc__trust-bar\"\u003e\n\u003cdiv\u003eHandcrafted to Order\u003c\/div\u003e\n\u003cdiv\u003e5-Year Warranty\u003c\/div\u003e\n\u003cdiv\u003eFree Shipping\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- GUARANTEES BAR --\u003e\n\u003cdiv class=\"faucet-desc__guarantees-bar\"\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath fill=\"currentColor\" d=\"M12 2L20 7V12C20 16.5 16.5 20 12 22C7.5 20 4 16.5 4 12V7L12 2Z\"\u003e\u003c\/path\u003e\n          \u003cpath stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12L11 14L15 10\"\u003e\n          \u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003e5-Year Warranty\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath fill=\"currentColor\" d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2Z\"\u003e\u003c\/path\u003e\n          \u003cpath stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\" d=\"M12 6V12L16 14\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003e30-Day Returns\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath fill=\"currentColor\" d=\"M20 8L12 13L4 8V6L12 11L20 6V8ZM20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4Z\"\u003e\n          \u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003eFree Shipping\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath fill=\"currentColor\" d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM13 17H11V15H13V17ZM13 13H11V7H13V13Z\"\u003e\n          \u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003eLifetime Support\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SCARCITY NOTICE --\u003e\n\u003cdiv class=\"faucet-desc__scarcity-notice\"\u003e⏱️ \u003cstrong\u003eLimited Production:\u003c\/strong\u003e Due to the handcrafted nature, we can only produce a limited quantity each month. \u003ca href=\"#configure\"\u003eReserve yours today\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- HERO IMAGE --\u003e\n\u003csection style=\"margin: clamp(40px, 6vw, 80px) 0;\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" style=\"width: 100%; max-width: 800px; height: auto; border-radius: 12px; margin: 0 auto; display: block; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 40px;\" alt=\"Brass Nova Bridge Faucet – Simple Cross Handle\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-bridge-faucet-8-widespread-kitchen-faucet-9600634.jpg\"\u003e\u003c\/section\u003e\n\n\u003c!-- ════════════════════════════════════════════════\n     REVIEWS SECTION SCOPED CSS\n     ════════════════════════════════════════════════ --\u003e\n\u003cstyle\u003e\n  \/* ─── Scoped Variables \u0026 Reset ─── *\/\n  .ieast-rev-island {\n    --bg-cream:  #fcfaf6;      \/* Matching the image light warm background *\/\n    --top-bar:   #2e241c;      \/* Matching the image dark brown header *\/\n    --gold:      #cc9d6b;      \/* Matching the image quote marks *\/\n    --ink:       #2c2a28;\n    --ink-soft:  #4a4744;\n    --ink-muted: #8c8782;\n    --note-bg:   #ffffff;\n    --border:    rgba(0, 0, 0, 0.05);\n    --shadow:    0 8px 24px rgba(46, 36, 28, 0.06); \n    --font-head: 'Cormorant Garamond', serif;\n    --font-body: 'Jost', sans-serif;\n    \n    -webkit-font-smoothing: antialiased;\n    font-family: var(--font-body);\n    color: var(--ink);\n    line-height: 1.5;\n    box-sizing: border-box;\n  }\n  \n  .ieast-rev-island *,\n  .ieast-rev-island *::before,\n  .ieast-rev-island *::after {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* ─── Section Shell ─── *\/\n  .ieast-rev-island {\n    max-width: 1050px;\n    margin: 40px auto;\n    background: var(--bg-cream);\n    border-radius: 4px; \/* subtle rounding *\/\n    position: relative;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n    border: 1px solid var(--border);\n    overflow: hidden;\n  }\n\n  \/* ─── Top Bar (Like Attached Image) ─── *\/\n  .ieast-rev-topbar {\n    background: var(--top-bar);\n    padding: 14px 24px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n  .ieast-rev-topbar span {\n    color: var(--gold);\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n  }\n  .ieast-rev-topbar-right {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  \/* ─── Slider ─── *\/\n  .ieast-rev-slider-wrap {\n    position: relative;\n    z-index: 2;\n  }\n  .ieast-rev-slider {\n    overflow: hidden;\n  }\n  .ieast-rev-track {\n    display: flex;\n    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n    will-change: transform;\n    align-items: stretch;\n  }\n\n  \/* ─── Slide ─── *\/\n  .ieast-rev-slide {\n    min-width: 100%;\n    display: grid;\n    \/* Image takes up more than half (~60%), Content takes the rest (~40%) *\/\n    grid-template-columns: 1.5fr 1fr; \n  }\n\n  \/* ─── Image Column ─── *\/\n  .ieast-rev-img-col {\n    position: relative;\n    width: 100%;\n    height: 100%;\n    min-height: 540px; \n    overflow: hidden;\n  }\n  .ieast-rev-img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n\n  \/* ─── Content Column (Right Side) ─── *\/\n  .ieast-rev-content {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: 20px 30px 40px 20px; \/* Extra bottom padding for floating controls *\/\n    background: var(--bg-cream);\n  }\n\n  \/* ─── The 'Note' Shape ─── *\/\n  .ieast-rev-note {\n    background: var(--note-bg);\n    padding: 20px 20px;\n    border-radius: 2px;\n    box-shadow: var(--shadow);\n    border: 1px solid #f4f0eb;\n    position: relative;\n    width: 100%;\n    max-width: 440px;\n    margin: 0 auto;\n  }\n  \n  \/* Fold detail for note look (optional neat touch) *\/\n  .ieast-rev-note::before {\n    content: '';\n    position: absolute;\n    top: 0; right: 0;\n    border-width: 0 16px 16px 0;\n    border-style: solid;\n    border-color: #f7f3ef var(--bg-cream) transparent transparent;\n    box-shadow: -2px 2px 4px rgba(0,0,0,0.03);\n    border-bottom-left-radius: 2px;\n  }\n\n  .ieast-rev-quote-mark {\n    font-family: var(--font-head);\n    font-size: 60px;\n    color: var(--gold);\n    line-height: 0.6;\n    margin-bottom: 15px;\n    display: block;\n  }\n\n  .ieast-rev-text {\n    font-family: var(--font-head);\n    font-size: clamp(14px, 2vw, 22px);\n    font-weight: 400;\n    line-height: 1.45;\n    color: var(--ink);\n    font-style: italic;\n    margin-bottom: 20px;\n  }\n\n  .ieast-rev-meta-block {\n    border-top: 1px solid var(--border);\n    padding-top: 5px;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n\n  .ieast-rev-stars {\n    display: flex;\n    gap: 4px;\n  }\n  .ieast-rev-stars svg {\n    width: 16px; height: 16px;\n    fill: var(--gold);\n  }\n\n  .ieast-rev-author-row {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n  }\n  .ieast-rev-name {\n    font-family: var(--font-body);\n    font-size: 13px;\n    font-weight: 500;\n    color: var(--ink);\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n  }\n  .ieast-rev-date {\n    font-size: 12px;\n    color: var(--ink-muted);\n    font-style: italic;\n  }\n\n  .ieast-rev-attrs {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n  }\n  .ieast-rev-attr-pill {\n    display: inline-flex;\n    align-items: center;\n    font-size: 10px;\n    color: var(--ink-soft);\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    background: #fbfbfb;\n    border: 1px solid var(--border);\n    padding: 3px 8px;\n    border-radius: 2px;\n  }\n  .ieast-rev-attr-pill strong {\n    color: var(--top-bar);\n    font-weight: 500;\n    margin-right: 4px;\n  }\n\n  \/* ─── Navigation Controls (Fixed at bottom right) ─── *\/\n  .ieast-rev-controls {\n    position: absolute;\n    bottom: 0;\n    right: 0;\n    width: 40%; \/* Matches exactly the 1fr content column (1.5fr \/ 1fr ratio) *\/\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 20px 30px;\n    z-index: 10;\n    background: linear-gradient(to top, var(--bg-cream) 60%, transparent); \/* slight fade *\/\n  }\n\n  .ieast-rev-arrows {\n    display: flex;\n    gap: 10px;\n  }\n  .ieast-rev-btn {\n    width: 38px; height: 38px;\n    border: 1px solid rgba(0,0,0,0.1);\n    background: var(--note-bg);\n    cursor: pointer;\n    display: flex; align-items: center; justify-content: center;\n    transition: all 0.3s ease;\n    border-radius: 50%;\n  }\n  .ieast-rev-btn:hover {\n    background: var(--top-bar);\n    border-color: var(--top-bar);\n  }\n  .ieast-rev-btn:hover svg { stroke: #fff; }\n  .ieast-rev-btn svg {\n    width: 16px; height: 16px;\n    stroke: var(--ink);\n    fill: none;\n    stroke-width: 1.2;\n    transition: stroke 0.3s;\n  }\n\n  .ieast-rev-dots {\n    display: flex;\n    gap: 6px;\n  }\n  .ieast-rev-dot {\n    width: 20px; height: 2px;\n    background: rgba(0,0,0,0.1);\n    border: none;\n    cursor: pointer;\n    padding: 0;\n    transition: all 0.3s ease;\n  }\n  .ieast-rev-dot.active {\n    background: var(--top-bar);\n  }\n\n  \/* ─── Mobile ─── *\/\n  @media (max-width: 992px) {\n    .ieast-rev-island { max-width: 92%; }\n    .ieast-rev-slide { grid-template-columns: 1.2fr 1fr; }\n    .ieast-rev-controls { width: 45.45%; } \/* matches new 1.2fr\/1fr ratio *\/\n  }\n\n  @media (max-width: 768px) {\n    .ieast-rev-island { margin: 20px auto; border-radius: 4px; }\n    .ieast-rev-topbar span { font-size: 9px; }\n    \n    .ieast-rev-slide {\n      grid-template-columns: 1fr; \/* stack vertically *\/\n    }\n    \n    .ieast-rev-img-col {\n      min-height: auto;\n      height: 340px;\n    }\n    \n    .ieast-rev-content {\n      padding: 30px 20px 90px 20px;\n    }\n\n    .ieast-rev-note {\n      padding: 26px 22px;\n    }\n    .ieast-rev-text {\n      font-size: 18px;\n    }\n    \n    .ieast-rev-controls {\n      width: 100%; \/* Spans full width on mobile *\/\n      background: var(--bg-cream); \/* Solid to ensure readability *\/\n      padding: 16px 20px;\n    }\n  }\n\u003c\/style\u003e\n  \u003c!-- ════════════════════════════════════════════════\n     REVIEWS SECTION HTML\n     ════════════════════════════════════════════════ --\u003e\n\u003csection class=\"ieast-rev-island\" id=\"ieast-reviews\"\u003e\n  \u003c!-- Top Bar --\u003e\n  \u003cdiv class=\"ieast-rev-topbar\"\u003e\n    \u003cspan\u003e+ REAL CUSTOMER STORY\u003c\/span\u003e\n    \u003cdiv class=\"ieast-rev-topbar-right\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"currentColor\" stroke=\"none\"\u003e\u003cpath d=\"M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003cspan\u003eINSIDEAST FAUCETS\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003c!-- Slider --\u003e\n  \u003cdiv class=\"ieast-rev-slider-wrap\"\u003e\n    \u003cdiv class=\"ieast-rev-slider\"\u003e\n      \u003cdiv class=\"ieast-rev-track\" id=\"ieastSliderTrack\"\u003e\n        \u003c!-- ── Review 1: Theresa ── --\u003e\n        \u003carticle class=\"ieast-rev-slide\" aria-label=\"Review by Theresa\" aria-current=\"true\"\u003e\n          \u003cdiv class=\"ieast-rev-img-col\"\u003e\n            \u003cimg class=\"ieast-rev-img\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/bridgeford-unlacquered-brass-kitchen-bridge-faucet-8589107.webp\" alt=\"Theresa's review image\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ieast-rev-content\"\u003e\n            \u003cdiv class=\"ieast-rev-note\"\u003e\n              \u003cspan class=\"ieast-rev-quote-mark\"\u003e“\u003c\/span\u003e\n              \u003cp class=\"ieast-rev-text\"\u003eThe faucet is stunning, it’s a show piece in my kitchen. It will only look better in time. I’m so grateful for the workmanship on this faucet. It was so worth the time and money!!\u003c\/p\u003e\n              \n              \u003cdiv class=\"ieast-rev-meta-block\"\u003e\n                \u003cdiv class=\"ieast-rev-stars\" aria-label=\"5 out of 5 stars\"\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ieast-rev-author-row\"\u003e\n                  \u003cspan class=\"ieast-rev-name\"\u003eTheresa\u003c\/span\u003e\n                  \u003cspan class=\"ieast-rev-date\"\u003e23 Dec, 2023\u003c\/span\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n        \u003c!-- ── Review 2: Afiq ── --\u003e\n        \u003carticle class=\"ieast-rev-slide\" aria-label=\"Review by Afiq\" aria-current=\"false\"\u003e\n          \u003cdiv class=\"ieast-rev-img-col\"\u003e\n            \u003cimg class=\"ieast-rev-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Screenshot_2026-03-25_at_2.30.48_PM.png\" alt=\"Afiq's review image\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ieast-rev-content\"\u003e\n            \u003cdiv class=\"ieast-rev-note\"\u003e\n              \u003cspan class=\"ieast-rev-quote-mark\"\u003e“\u003c\/span\u003e\n              \u003cp class=\"ieast-rev-text\"\u003eReceived the item! Item packaged well. Looks good. Some stains here and there but otherwise its very classy. Cant wait to install it. Seller always nice and responsive. Thank you Omar.\u003c\/p\u003e\n              \n              \u003cdiv class=\"ieast-rev-meta-block\"\u003e\n                \u003cdiv class=\"ieast-rev-stars\" aria-label=\"5 out of 5 stars\"\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ieast-rev-author-row\"\u003e\n                  \u003cspan class=\"ieast-rev-name\"\u003eAfiq\u003c\/span\u003e\n                  \u003cspan class=\"ieast-rev-date\"\u003e14 Jun, 2023\u003c\/span\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n        \u003c!-- ── Review 3: Leslee ── --\u003e\n        \u003carticle class=\"ieast-rev-slide\" aria-label=\"Review by Leslee\" aria-current=\"false\"\u003e\n          \u003cdiv class=\"ieast-rev-img-col\"\u003e\n            \u003cimg class=\"ieast-rev-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Screenshot_2026-03-25_at_2.32.15_PM.png\" alt=\"Leslee's review image\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ieast-rev-content\"\u003e\n            \u003cdiv class=\"ieast-rev-note\"\u003e\n              \u003cspan class=\"ieast-rev-quote-mark\"\u003e“\u003c\/span\u003e\n              \u003cp class=\"ieast-rev-text\"\u003eIt’s so pretty! We haven’t installed yet so hopefully everything goes well but I just love looking at it!\u003c\/p\u003e\n              \n              \u003cdiv class=\"ieast-rev-meta-block\"\u003e\n                \u003cdiv class=\"ieast-rev-stars\" aria-label=\"5 out of 5 stars\"\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ieast-rev-author-row\"\u003e\n                  \u003cspan class=\"ieast-rev-name\"\u003eLeslee\u003c\/span\u003e\n                  \u003cspan class=\"ieast-rev-date\"\u003e18 Jan, 2025\u003c\/span\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n\u003c!-- \/track --\u003e\n    \u003c\/div\u003e\n\u003c!-- \/slider --\u003e\n    \u003c!-- Navigation Controls --\u003e\n    \u003cnav class=\"ieast-rev-controls\" aria-label=\"Review navigation\"\u003e\n      \u003cdiv class=\"ieast-rev-dots\" id=\"ieastDotContainer\" role=\"tablist\" aria-label=\"Go to review\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ieast-rev-arrows\"\u003e\n        \u003cbutton class=\"ieast-rev-btn\" id=\"ieastPrevBtn\" aria-label=\"Previous review\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M15 18l-6-6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cbutton class=\"ieast-rev-btn\" id=\"ieastNextBtn\" aria-label=\"Next review\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M9 18l6-6-6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/button\u003e\n      \u003c\/div\u003e\n    \u003c\/nav\u003e\n  \u003c\/div\u003e\n\u003c!-- \/slider-wrap --\u003e\n\u003c\/section\u003e\n\u003c!-- ════════════════════════════════════════════════\n     REVIEWS SECTION SCRIPT\n     ════════════════════════════════════════════════ --\u003e\n\u003cscript\u003e\n(function() {\n  const track     = document.getElementById('ieastSliderTrack');\n  const prevBtn   = document.getElementById('ieastPrevBtn');\n  const nextBtn   = document.getElementById('ieastNextBtn');\n  const dotWrap   = document.getElementById('ieastDotContainer');\n  \n  if (!track || !prevBtn || !nextBtn || !dotWrap) return;\n  const slides    = track.querySelectorAll('.ieast-rev-slide');\n  const total     = slides.length;\n  let   current   = 0;\n  let   autoTimer = null;\n  \/\/ Build dots\n  slides.forEach((_, i) =\u003e {\n    const d = document.createElement('button');\n    d.className = 'ieast-rev-dot' + (i === 0 ? ' active' : '');\n    d.setAttribute('role', 'tab');\n    d.setAttribute('aria-label', 'Review ' + (i + 1));\n    d.addEventListener('click', () =\u003e goTo(i));\n    dotWrap.appendChild(d);\n  });\n  function goTo(n) {\n    slides[current].setAttribute('aria-current', 'false');\n    current = (n + total) % total;\n    track.style.transform = `translateX(-${current * 100}%)`;\n    dotWrap.querySelectorAll('.ieast-rev-dot').forEach((d, i) =\u003e {\n      d.classList.toggle('active', i === current);\n    });\n    slides[current].setAttribute('aria-current', 'true');\n  }\n  prevBtn.addEventListener('click', () =\u003e { goTo(current - 1); resetAuto(); });\n  nextBtn.addEventListener('click', () =\u003e { goTo(current + 1); resetAuto(); });\n  \/\/ Touch \/ swipe\n  let startX = 0;\n  track.addEventListener('touchstart', e =\u003e { startX = e.touches[0].clientX; }, { passive: true });\n  track.addEventListener('touchend', e =\u003e {\n    const dx = e.changedTouches[0].clientX - startX;\n    if (Math.abs(dx) \u003e 40) { dx \u003c 0 ? goTo(current + 1) : goTo(current - 1); resetAuto(); }\n  });\n  \/\/ Auto-advance\n  function startAuto() { autoTimer = setInterval(() =\u003e goTo(current + 1), 6000); }\n  function resetAuto()  { clearInterval(autoTimer); startAuto(); }\n  startAuto();\n  \/\/ Pause on hover\n  const section = document.getElementById('ieast-reviews');\n  if (section) {\n    section.addEventListener('mouseenter', () =\u003e clearInterval(autoTimer));\n    section.addEventListener('mouseleave', startAuto);\n  }\n  goTo(0);\n})();\n\u003c\/script\u003e\n  \n\u003c!-- CONFIGURATION OPTIONS --\u003e\n\u003csection class=\"faucet-desc__config\" id=\"configure\"\u003e\n\u003ch2\u003eConfigure Your Perfect Faucet\u003c\/h2\u003e\n\u003cp class=\"faucet-desc__config-intro\"\u003eThe Bridgeford Faucet is designed for timeless appeal and everyday function. Choose your body size for ideal clearance, add our matching solid brass square sprayer for versatility, and select the classic Simple Cross Handle the signature of this refined edition.\u003c\/p\u003e\n\u003cdiv class=\"faucet-desc__config-grid\"\u003e\n\u003cdiv class=\"faucet-desc__config-section\"\u003e\n\u003ch3\u003eBody Size \u0026amp; Sprayer Options\u003c\/h3\u003e\n\u003cdiv class=\"faucet-desc__config-options\"\u003e\n\u003cdiv class=\"faucet-desc__config-option\"\u003e6\" Regular\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-option\"\u003e8\" King\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-option\"\u003e6\" + Square Sprayer\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-option\"\u003e8\" King + Square Sprayer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-section\"\u003e\n\u003ch3\u003eHandle Style\u003c\/h3\u003e\n\u003cdiv class=\"faucet-desc__config-options\"\u003e\n\u003cdiv class=\"faucet-desc__config-option\"\u003eSimple Cross Handle \u003cspan class=\"config-price\"\u003e(Standard)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slider-wrap\"\u003e\n\u003ch3 class=\"faucet-desc__config-slider-title\"\u003eConfiguration Gallery\u003c\/h3\u003e\n\u003cbutton class=\"faucet-desc__config-arrow faucet-desc__config-arrow--left\"\u003e‹\u003c\/button\u003e \u003cbutton class=\"faucet-desc__config-arrow faucet-desc__config-arrow--right\"\u003e›\u003c\/button\u003e\n\u003cdiv class=\"faucet-desc__config-slider-container\" id=\"configSlider\"\u003e\n\u003cdiv class=\"faucet-desc__config-slider\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\n\u003cimg decoding=\"async\" loading=\"lazy\" class=\"faucet-desc__config-slide-img\" alt=\"Bridgeford Faucet – Hero View\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/bridgeford-unlacquered-brass-kitchen-bridge-faucet-5184305.jpg\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eHero View – 8\" King\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=\"Bridgeford Faucet – Side View\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/bridgeford-unlacquered-brass-kitchen-bridge-faucet-1613382.jpg\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eSide Profile\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=\"Simple Cross Handle Detail\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/bridgeford-unlacquered-brass-kitchen-bridge-faucet-2059645.webp\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eSimple Cross Handle\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=\"Aerator Detail Close-up\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/bridgeford-unlacquered-brass-kitchen-bridge-faucet-5459952.jpg\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003ePrecision Aerator\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=\"Base \u0026amp; Mounting Detail\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/bridgeford-unlacquered-brass-kitchen-bridge-faucet-6786916.jpg\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eSculpted Base \u0026amp; Deck Plate\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=\"With Square Sprayer – Hero View\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-bridge-faucet-8-widespread-kitchen-faucet-5976765.jpg\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003e+ Square Sprayer (Hero)\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=\"Square Sprayer Detail\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/heritage-unlacquered-brass-kitchen-sprayer-2951763.jpg\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eSquare Sprayer Close-up\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA after configuration --\u003e\n\u003cdiv style=\"text-align: center; margin-top: 30px;\"\u003e\u003ca aria-label=\"Select your configuration\" role=\"button\" class=\"faucet-desc__cta-primary\" href=\"#\"\u003e Select Your Configuration \u003c\/a\u003e\u003c\/div\u003e\n\u003c!-- GUARANTEE BOX --\u003e\n\u003cdiv class=\"faucet-desc__guarantee-box\"\u003e\n\u003ch3\u003e🛡️ Our No-Risk Promise to You\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e30-Day Returns:\u003c\/strong\u003e Changed your mind? We'll refund you - just send it back unused in its original packaging.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e5-Year Fixture Warranty:\u003c\/strong\u003e We'll repair or replace any manufacturing defects\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLifetime Expert Support:\u003c\/strong\u003e Our team is always here to help with installation and maintenance\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eWe're so confident you'll love the Bridgeford Faucet, the risk is entirely on us.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- COMPARISON TABLE --\u003e\n\u003csection class=\"faucet-desc__comparison\"\u003e\n\u003ch2\u003eWhy Choose the Bridgeford Over Standard Bridge Faucets?\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\u003eBridgeford Faucet\u003c\/th\u003e\n\u003cth\u003eStandard Bridge Faucet\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign\u003c\/td\u003e\n\u003ctd\u003e✓ Sculpted base, refined proportions, clean lines\u003c\/td\u003e\n\u003ctd\u003e✗ Traditional tapered base, bulkier appearance\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSpout\u003c\/td\u003e\n\u003ctd\u003e✓ Optimized arc \u0026amp; reach for modern sinks\u003c\/td\u003e\n\u003ctd\u003e✗ Fixed arc—may lack clearance in deeper sinks\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHandle Detailing\u003c\/td\u003e\n\u003ctd\u003e✓ Precision-machined cross handles with subtle chamfer\u003c\/td\u003e\n\u003ctd\u003e✗ Standard cross—less refined edge detailing\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSprayer Option\u003c\/td\u003e\n\u003ctd\u003e✓ Matching solid brass square sprayer (aesthetic harmony)\u003c\/td\u003e\n\u003ctd\u003e✗ Round plastic or mismatched metal sprayer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e✓ 3.5 lbs — substantial, heirloom quality\u003c\/td\u003e\n\u003ctd\u003e✗ 2.8–3.0 lbs — lighter, less presence\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- PREMIUM FEATURES - IMPROVED GRID --\u003e\n\u003csection class=\"faucet-desc__features\"\u003e\n\u003ch2\u003eWhy the Bridgeford Faucet Is a Heirloom Investment\u003c\/h2\u003e\n\u003cul class=\"faucet-desc__features-list\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                \u003cpath fill=\"currentColor\" d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\"\u003e\n                \u003c\/path\u003e\n              \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eRefined Modern Proportions\u003c\/h4\u003e\n\u003cp\u003eThe Bridgeford features a balanced silhouette lower profile than traditional bridges, with a gracefully curved spout that provides ample clearance without visual bulk. Designed for contemporary kitchens that value elegance and function.\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\n                \u003c\/path\u003e\n                \u003cpath stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\" d=\"M12 6V12L16 14\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eEnhanced Engineering\u003c\/h4\u003e\n\u003cp\u003eUpgraded internal flow channels reduce turbulence for quieter operation. The swiveling spout rotates 180° smoothly, and the aerator is removable for easy cleaning engineered for decades of daily use.\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\u003eSquare Solid Brass Sprayer (Optional)\u003c\/h4\u003e\n\u003cp\u003eA first for artisan faucets: a matching square sprayer in solid unlacquered brass. No plastic parts. It integrates seamlessly with the faucet’s aesthetic and develops patina in harmony.\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 2ZM13 17H11V15H13V17ZM13 13H11V7H13V13Z\"\u003e\n                \u003c\/path\u003e\n              \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003ePrecision-Machined Simple Cross Handles\u003c\/h4\u003e\n\u003cp\u003eThe signature of the Bridgeford minimalist cross handles with subtle beveled edges. Machined from solid brass rod, not cast, for superior strength and refined detail.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- LIFESTYLE SECTIONS --\u003e\n\u003csection class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Bridgeford Faucet – Installed View\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/bridgeford-unlacquered-brass-kitchen-bridge-faucet-6194348.webp\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003eDesigned for Real Kitchens\u003c\/h3\u003e\n\u003cp\u003eThe Bridgeford’s 8-inch spread and optimized spout height (6\") fit most standard sinks. Whether your sink is farmhouse, undermount, or top-mount, the clean lines and unlacquered finish integrate effortlessly adding warmth without overwhelming.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"lifestyle-section\" style=\"direction: rtl;\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Patina Development – Customer Photo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/iap_800x800.5312284679_iembgyzn.webp?v=1760699284\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003eLiving Finish in Action\u003c\/h3\u003e\n\u003cp\u003eThis customer installed their Bridgeford 6 months ago. Notice how the brass has deepened to a warm antique gold around the handles and base areas of frequent touch while the spout retains brighter highlights. This is the beauty of unlacquered brass: it tells your story.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Components – Solid Brass Construction\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/bridgeford-unlacquered-brass-kitchen-bridge-faucet-5511628.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003eNo Compromises in Materials\u003c\/h3\u003e\n\u003cp\u003eFrom the solid brass body and handles to the brass sprayer head and even the mounting hardware every visible and functional part is solid brass. No zinc cores. No plastic internals. This is heirloom-grade construction.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"lifestyle-section\" style=\"direction: rtl;\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Square Sprayer in Use\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-bridge-faucet-8-widespread-kitchen-faucet-5976765.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003eFunctional Artistry\u003c\/h3\u003e\n\u003cp\u003eThe optional square sprayer isn’t just aesthetic it delivers a powerful, focused stream for cleaning and filling. The trigger is smooth and balanced, and the hose retracts cleanly into the base. A rare blend of form and function.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TECHNICAL SPECS --\u003e\n\u003csection class=\"faucet-desc__specs-section\"\u003e\n\u003ch2\u003eEngineered for Generational Use\u003c\/h2\u003e\n\u003ctable class=\"faucet-desc__specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eModel\u003c\/td\u003e\n\u003ctd\u003eBridgeford Faucet (IK-032)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eSolid Brass (Body, Handles, Sprayer, Hardware)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFinish\u003c\/td\u003e\n\u003ctd\u003eUnlacquered Brass (Develops Natural Patina)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConfiguration\u003c\/td\u003e\n\u003ctd\u003eBridge-style with matching faceplate (deck plate included)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBody Size Options\u003c\/td\u003e\n\u003ctd\u003eRegular 6\" or King 8\" (arc height only). \u003cem\u003eCenter spread: 8\"\u003c\/em\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHandle Style\u003c\/td\u003e\n\u003ctd\u003eSimple Cross Handle (Machined Solid Brass)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCartridge\u003c\/td\u003e\n\u003ctd\u003ePremium 1\/2\" Ceramic Disc (500,000+ cycle tested)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlumbing Standards\u003c\/td\u003e\n\u003ctd\u003eRegion-matched fittings included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCraftsmanship\u003c\/td\u003e\n\u003ctd\u003eHand-finished in Morocco — Final assembly \u0026amp; QC in-house\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n  \u2028 \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  .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 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\"\u003eOverall Height\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-value\"\u003e16.09\"\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(408mm)\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\"\u003e9.00\"\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(229mm)\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\"\u003e10.80\"\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(274mm)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n\u003cdiv class=\"faucet-desc__dimension-label\"\u003eCenter Spread\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-value\"\u003e8.00\"\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(203mm)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"color: var(--muted); margin-top: 12px; font-size: clamp(12px, 1.5vw, 13px); line-height: 1.6;\"\u003eRequires \u003cstrong\u003e3 pre-drilled holes\u003c\/strong\u003e (8\" center-to-center). With \u003cstrong\u003esquare sprayer\u003c\/strong\u003e, you’ll need \u003cstrong\u003e1 additional hole\u003c\/strong\u003e (total 4). We include region-appropriate 1\/2\" connectors . Deck plate is optional at install.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- SPEC SHEET DOWNLOAD --\u003e\n\u003cdiv class=\"faucet-desc__download\"\u003e\n\u003ch3\u003eFull Technical Documentation\u003c\/h3\u003e\n\u003cp\u003eDownload the spec sheet with diagrams, torque specs, and installation guide\u003c\/p\u003e\n\n\u003cdiv style=\"display:flex; gap:14px; flex-wrap:wrap; margin-bottom:14px;\"\u003e\n\u003ca download target=\"_blank\" rel=\"noopener noreferrer\" style=\"flex:1;\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Bridge_6inch_-_Simple_Handle_-_IK-004-04-001-01-23.pdf?v=1771913398\"\u003e\n📄 Download 6\" Spec Sheet (PDF)\n\u003c\/a\u003e\n\n\u003ca download target=\"_blank\" rel=\"noopener noreferrer\" style=\"flex:1;\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Bridge_8inch_-_New_Version_-_Simple_Handle_-_IK-032-04-001-01-23.pdf?v=1759415125\"\u003e\n📄 Download 8\" Spec Sheet (PDF)\n\u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv style=\"display:flex; gap:14px; flex-wrap:wrap;\"\u003e\n\u003ca download target=\"_blank\" rel=\"noopener noreferrer\" style=\"flex:1;\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Bridge_6inch_Guide_-_New_Version.pdf?v=1771913449\"\u003e\n📄 Download 6\" Installation Guide (PDF)\n\u003c\/a\u003e\n\n\u003ca download target=\"_blank\" rel=\"noopener noreferrer\" style=\"flex:1;\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Bridge_8inch_Guide_-_New_Version.pdf?v=1771913487\"\u003e\n📄 Download 8\" Installation Guide (PDF)\n\u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- PACKAGE CONTENTS --\u003e\n\u003csection class=\"faucet-desc__package\"\u003e\n\u003ch2\u003eEverything You Need Included\u003c\/h2\u003e\n\u003cul class=\"faucet-desc__package-list\"\u003e\n\u003cli\u003eBridge Spout Assembly\u003c\/li\u003e\n\u003cli\u003e2 Simple Cross Handles\u003c\/li\u003e\n\u003cli\u003ePremium Ceramic Cartridges\u003c\/li\u003e\n\u003cli\u003e17\" Solid Brass Supply Hoses (region-specific)\u003c\/li\u003e\n\u003cli\u003eBrass Mounting Hardware \u0026amp; Gaskets\u003c\/li\u003e\n\u003cli\u003eRemovable Aerator Assembly\u003c\/li\u003e\n\u003cli\u003eOptional: Square Solid Brass Sprayer (if selected)\u003c\/li\u003e\n\u003cli\u003eDetailed Installation Manual\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\u003eHow is the Bridgeford different from the original Bridge Faucet?\u003c\/summary\u003e\n\u003cp\u003eThe Bridgeford features a more refined base profile, slightly lower height, extended spout reach (9.00\" vs 7.7\"), and precision-machined simple cross handles with subtle beveling. The optional square sprayer is also exclusive to the Nova line. It’s an evolution—retaining the soul of the original but elevated for modern aesthetics.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the square sprayer only available with the Bridgeford?\u003c\/summary\u003e\n\u003cp\u003eYes—for now. The square sprayer was designed specifically to complement the Bridgeford’s clean lines and proportions. It’s made from the same solid unlacquered brass and will patina in harmony with the faucet.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat’s the weight of the Bridgeford faucet?\u003c\/summary\u003e\n\u003cp\u003eThe 8\" King version weighs approximately 3.5 lbs—slightly heavier than the original due to the denser base casting. This substantial heft is a hallmark of true solid brass construction.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I install this without the deck plate?\u003c\/summary\u003e\n\u003cp\u003eYes—the faucet is designed for both 1-hole (with deck plate) and 3-hole (8\" spread) installations. The faceplate is included but optional. Just let us know your sink configuration at checkout if you prefer to omit it.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the unlacquered finish require special care?\u003c\/summary\u003e\n\u003cp\u003eNo special care is needed—but the beauty is in the choice. Let it patina naturally for a unique, antique look. Or polish occasionally with brass cleaner (e.g., Brasso) to maintain the bright gold. Either way, it’s solid brass—no risk of peeling or flaking.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat’s the water flow rate?\u003c\/summary\u003e\n\u003cp\u003eApprox. 1.8 GPM at 60 PSI (standard for kitchen faucets). The aerator is removable for cleaning or higher flow if desired.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo you offer custom lead times or finishes?\u003c\/summary\u003e\n\u003cp\u003eWe offer unlacquered brass only (to ensure authenticity and longevity), but custom lead times are possible for large orders (e.g., whole-home or multi-unit). Contact us at \u003ca href=\"mailto:contact@insideast.com\"\u003econtact@insideast.com\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- CUSTOMER GALLERY (UGC) --\u003e\n\u003csection class=\"faucet-desc__ugc\"\u003e\n\u003ch2\u003eIn Your Homes\u003c\/h2\u003e\n\u003cp class=\"faucet-desc__ugc-intro\"\u003eReal customers, real kitchens—no filters, no staging.\u003c\/p\u003e\n\u003cdiv class=\"faucet-desc__ugc-grid\"\u003e\n\u003cdiv class=\"faucet-desc__ugc-item\"\u003e\n\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Customer Kitchen – Shaker Cabinets\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/iap_800x800.5312284679_iembgyzn.webp?v=1760699284\"\u003e\n\u003cdiv class=\"faucet-desc__ugc-credit\"\u003e@jessica.t.kitchen\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__ugc-item\"\u003e\n\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Customer Kitchen – Modern Farmhouse\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/iap_800x800.5664178485_6fc4u8fx.webp?v=1760699284\"\u003e\n\u003cdiv class=\"faucet-desc__ugc-credit\"\u003e@michael.r.reno\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FULL WARRANTY --\u003e\n\u003cdiv aria-label=\"Warranty \u0026amp; Guarantee\" role=\"region\" class=\"ie-warranty\"\u003e\n\u003cdiv class=\"ie-warranty__top\"\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\" class=\"ie-warranty__shield\"\u003e\n            \u003cpath fill=\"currentColor\" d=\"M12 2l7 3v6c0 5-3.6 9.7-7 11-3.4-1.3-7-6-7-11V5l7-3z\"\u003e\u003c\/path\u003e\n            \u003cpath fill=\"#fff\" d=\"M10.2 12.6l-1.9-1.9-1.1 1.1 3 3 5.6-5.6-1.1-1.1-4.5 4.5z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n\u003ch3 class=\"ie-warranty__title\"\u003eWarranty \u0026amp; Guarantee\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ie-warranty__body\"\u003e\n\u003cp\u003eWe stand by the quality of our products with industry-leading protection.\u003c\/p\u003e\n\u003cul class=\"ie-warranty__list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e5-Year Limited Warranty\u003c\/strong\u003e on plumbing and accessories for residential use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e1-Year Warranty\u003c\/strong\u003e on wearable parts (cartridges, hoses, O-rings, cables, etc.).\u003c\/li\u003e\n\u003cli\u003eCovered for \u003cstrong\u003erepair or replacement\u003c\/strong\u003e in case of manufacturing defects (installation\/labor costs excluded).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVisual damages\u003c\/strong\u003e must be reported within \u003cstrong\u003e15 days\u003c\/strong\u003e of delivery with photos and proof of purchase.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"ie-warranty__note\"\u003eQuestions or need to file a claim? Email \u003ca href=\"mailto:support@insideast.com\"\u003econtact@insideast.com\u003c\/a\u003e with your order number.\u003c\/p\u003e\n\u003cp class=\"ie-warranty__note\"\u003eFinish note: unlacquered brass develops a natural patina over time. This cosmetic aging is expected and celebrated—not considered a defect.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003cdiv class=\"faucet-desc__cta-section\" style=\"margin-top: 60px;\"\u003e\n\u003ch3 style=\"font-size: clamp(20px, 3vw, 24px); margin-bottom: 15px; color: var(--primary);\"\u003eReady to Elevate Your Kitchen?\u003c\/h3\u003e\n\u003cp style=\"color: var(--muted); margin-bottom: 20px; font-size: clamp(13px, 1.5vw, 15px);\"\u003eJoin hundreds who chose enduring design\u003c\/p\u003e\n\u003ca aria-label=\"Configure and order now\" role=\"button\" class=\"faucet-desc__cta-primary\" href=\"#\"\u003e Configure \u0026amp; Order Now \u003c\/a\u003e\n\u003cdiv class=\"faucet-desc__trust-bar\"\u003e\n\u003cdiv\u003e5-Year Warranty\u003c\/div\u003e\n\u003cdiv\u003e30-Day Returns\u003c\/div\u003e\n\u003cdiv\u003eLifetime Support\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cscript data-cfasync=\"false\" src=\"\/cdn-cgi\/scripts\/5c5dd728\/cloudflare-static\/email-decode.min.js\"\u003e\u003c\/script\u003e \u003cscript\u003e\n  \/\/ Configuration slider navigation\n  function scrollConfigLeft() {\n    document.getElementById('configSlider').scrollBy({ left: -400, behavior: 'smooth' });\n  }\n  function scrollConfigRight() {\n    document.getElementById('configSlider').scrollBy({ left: 400, behavior: 'smooth' });\n  }\n\n  \/\/ Review slider navigation\n  function scrollReviewsLeft() {\n    document.getElementById('reviewSlider').scrollBy({ left: -400, behavior: 'smooth' });\n  }\n  function scrollReviewsRight() {\n    document.getElementById('reviewSlider').scrollBy({ left: 400, behavior: 'smooth' });\n  }\n\n  \/\/ Scroll to top where variation picker is\n  function scrollToVariations() {\n    window.scrollTo(0, 0);\n  }\n\n\u003c\/script\u003e \u003cscript\u003e\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n    const slider = document.getElementById('configSlider');\n    const leftBtn = document.querySelector('.faucet-desc__config-arrow--left');\n    const rightBtn = document.querySelector('.faucet-desc__config-arrow--right');\n\n    if (slider \u0026\u0026 leftBtn \u0026\u0026 rightBtn) {\n        \/\/ Scroll amount (approx one slide width)\n        const scrollAmount = 350; \n\n        rightBtn.addEventListener('click', () =\u003e {\n            slider.scrollBy({ left: scrollAmount, behavior: 'smooth' });\n        });\n\n        leftBtn.addEventListener('click', () =\u003e {\n            slider.scrollBy({ left: -scrollAmount, behavior: 'smooth' });\n        });\n    }\n});\n\u003c\/script\u003e\u003c\/p\u003e","brand":"Insideast","offers":[{"title":"6\" Regular \/ Faucet Only","offer_id":42661567856749,"sku":"IK-016-04-001-03-23","price":329.55,"currency_code":"USD","in_stock":true},{"title":"6\" Regular \/ Faucet + Sprayer","offer_id":42661567889517,"sku":"IK-016-04-001-03-23(SET-04)","price":447.16,"currency_code":"USD","in_stock":true},{"title":"8\" King \/ Faucet Only","offer_id":42661567922285,"sku":"IK-013-04-001-03-23","price":422.47,"currency_code":"USD","in_stock":true},{"title":"8\" King \/ Faucet + Sprayer","offer_id":42661567955053,"sku":"IK-013-04-001-03-23(SET-04)","price":539.83,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/unlacquered-brass-bridge-faucet-8-widespread-kitchen-faucet-9600634.jpg?v=1773578837"},{"product_id":"brass-bridge-faucet-unlacquered-brass-bridge-kitchen-faucet","title":"Heritage - Unlacquered Brass Kitchen Bridge Faucet","description":"\u003cstyle\u003e\n    \/* ========== EXISTING STYLES ========== *\/\n    .faucet-desc{--primary:#1a1a1a;--accent:#a67c52;--accent-light:#d4b896;--muted:#666;--bg-light:#fafaf8;--shadow:rgba(0,0,0,.1);color:var(--primary);font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial,sans-serif;line-height:1.6;background:linear-gradient(to bottom,#fff 0%,var(--bg-light) 100%)}\n    .faucet-desc__wrap{max-width:900px;margin:0 auto;padding:clamp(24px,4vw,60px) clamp(16px,2vw,24px)}\n\n    .faucet-desc__header{text-align:center;padding:clamp(40px,6vw,80px) 0;position:relative}\n    .faucet-desc__header::after{content:\"\";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,transparent,var(--accent),transparent)}\n\n    .faucet-desc__eyebrow{font-size:clamp(.75rem,1vw,.85rem);letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin:0 0 1rem;font-weight:600}\n    .faucet-desc__title{font-size:clamp(2rem,4vw,3.5rem);line-height:1.1;margin:0 0 1rem;font-weight:700;color:var(--accent)}\n    .faucet-desc__sub{color:var(--muted);font-size:clamp(1.1rem,1.5vw,1.3rem);max-width:700px;margin:0 auto;line-height:1.7}\n\n    .faucet-desc__video{display:grid;margin:clamp(60px,8vw,100px) 0}\n    .faucet-desc__video-container{position:relative;width:100%;max-width:500px;margin:0 auto;overflow:hidden;border-radius:12px;box-shadow:0 10px 40px var(--shadow)}\n    .faucet-desc__video-container video{width:100%;height:auto;display:block}\n\n    .faucet-desc__specs-section{margin:clamp(60px,8vw,100px) 0}\n\n    .faucet-desc__specs-table{width:100%;border-collapse:collapse;margin-bottom:30px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px var(--shadow)}\n    .faucet-desc__specs-table tr{border-bottom:1px solid var(--accent-light)}\n    .faucet-desc__specs-table tr:last-child{border-bottom:none}\n    .faucet-desc__specs-table td{padding:12px 20px;font-size:14px}\n    .faucet-desc__specs-table td:first-child{font-weight:700;color:var(--primary);width:40%;background:var(--bg-light)}\n    .faucet-desc__specs-table td:last-child{color:var(--muted)}\n\n    .faucet-desc__dimensions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;background:var(--bg-light);padding:20px;border-radius:8px;margin:15px 0;border:1px solid var(--accent-light)}\n    .faucet-desc__dimension-card{text-align:center;padding:10px}\n    .faucet-desc__dimension-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:var(--accent);margin-bottom:5px;font-weight:600}\n    .faucet-desc__dimension-value{font-size:20px;font-weight:700;color:var(--primary)}\n    .faucet-desc__dimension-unit{font-size:11px;color:#999;margin-top:2px}\n\n    .faucet-desc__download{background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);padding:25px;border-radius:8px;text-align:center;margin:40px 0;border:1px solid var(--accent-light)}\n    .faucet-desc__download h3{color:var(--primary)}\n    .faucet-desc__download p{color:var(--muted);margin-bottom:15px}\n    .faucet-desc__download a{display:inline-block;background:var(--accent);color:#fff;padding:12px 30px;border-radius:6px;text-decoration:none;font-weight:600;font-size:14px;transition:background .3s ease}\n    .faucet-desc__download a:hover{background:#8b6740}\n\n    .faucet-desc__warranty-badge{display:flex;align-items:center;gap:clamp(12px,2vw,20px);margin:clamp(30px,4vw,50px) 0;padding:clamp(16px,3vw,24px);background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);border:2px solid var(--accent);border-radius:12px;box-shadow:0 4px 15px rgba(166,124,82,.1);transition:all .3s ease}\n    .faucet-desc__warranty-badge:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(166,124,82,.15)}\n    .faucet-desc__warranty-badge-icon{flex-shrink:0;width:clamp(40px,6vw,50px);height:clamp(40px,6vw,50px);color:var(--accent);display:flex;align-items:center;justify-content:center}\n    .faucet-desc__warranty-badge-icon svg{width:100%;height:100%}\n    .faucet-desc__warranty-badge-content{flex:1;min-width:0}\n    .faucet-desc__warranty-badge-content strong{display:block;font-size:clamp(1rem,2vw,1.2rem);font-weight:700;color:var(--primary);margin-bottom:clamp(4px,1vw,8px);line-height:1.3}\n    .faucet-desc__warranty-badge-content p{margin:0;font-size:clamp(.85rem,1.5vw,1rem);color:var(--muted);line-height:1.5}\n    .faucet-desc__warranty-badge-content p strong{display:inline;font-size:inherit;font-weight:700;color:var(--accent)}\n\n    .faucet-desc__config{margin:60px 0}\n    .faucet-desc__config h2{font-size:28px;margin-bottom:15px;color:var(--primary);font-weight:600;text-align:center}\n    .faucet-desc__config-intro{text-align:center;color:var(--muted);font-size:15px;line-height:1.7;max-width:700px;margin:0 auto 35px}\n\n    .faucet-desc__config-slider-wrap{position:relative;overflow:hidden;margin:40px 0;max-width:800px;margin-left:auto;margin-right:auto}\n    .faucet-desc__config-slider-title{text-align:center;font-size:22px;font-weight:700;color:var(--accent);margin-bottom:25px;text-transform:uppercase;letter-spacing:1px}\n    .faucet-desc__config-slider-container{position:relative;overflow-x:auto;overflow-y:hidden;border-radius:12px;scroll-behavior:smooth;scroll-snap-type:x mandatory;max-height:500px;padding:0 40px}\n    .faucet-desc__config-slider-container::-webkit-scrollbar{height:8px}\n    .faucet-desc__config-slider-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}\n    .faucet-desc__config-slider-container::-webkit-scrollbar-thumb{background:var(--accent);border-radius:10px}\n    .faucet-desc__config-slider{display:flex;gap:20px;padding:5px}\n    .faucet-desc__config-slide{flex:0 0 calc(50% - 10px);min-width:calc(50% - 10px);scroll-snap-align:start}\n    .faucet-desc__config-slide-img{width:100%;height:460px;object-fit:cover;border-radius:12px;box-shadow:0 10px 40px var(--shadow);display:block;background:#fff;border:1px solid var(--accent-light)}\n    .faucet-desc__config-slide-caption{text-align:center;margin-top:12px;font-size:14px;color:var(--primary);font-weight:600;background:var(--bg-light);padding:8px 12px;border-radius:6px;border:1px solid var(--accent-light)}\n    .faucet-desc__config-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(166,124,82,.8);color:#fff;border:none;width:35px;height:35px;border-radius:50%;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;font-size:18px;box-shadow:0 4px 15px rgba(0,0,0,.2);transition:all .3s ease}\n    .faucet-desc__config-arrow:hover{background:#8b6740;transform:translateY(-50%) scale(1.1)}\n    .faucet-desc__config-arrow--left{left:4px}\n    .faucet-desc__config-arrow--right{right:4px}\n\n    .faucet-desc__config-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:40px;background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);padding:25px;border-radius:8px;border:1px solid var(--accent-light)}\n    .faucet-desc__config-section h3{font-size:16px;color:var(--accent);margin-bottom:12px;font-weight:600;text-align:center}\n    .faucet-desc__config-options{display:grid;gap:8px}\n    .faucet-desc__config-section:first-child .faucet-desc__config-options{grid-template-columns:1fr 1fr}\n    .faucet-desc__config-section:last-child .faucet-desc__config-options{grid-template-columns:1fr}\n    .faucet-desc__config-option{background:#fff;padding:10px;border-radius:6px;border:1px solid var(--accent-light);font-size:13px;color:var(--primary);text-align:center;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative}\n    .faucet-desc__config-option:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow)}\n\n    .faucet-desc__reviews h2{font-size:28px;margin-bottom:30px;color:var(--primary);font-weight:600;border-bottom:2px solid var(--accent-light);padding-bottom:15px}\n    .faucet-desc__review-slider-wrap{position:relative;overflow-x:auto;overflow-y:hidden;border-radius:12px;scroll-behavior:smooth;padding:0 10px}\n    .faucet-desc__review-slider-wrap::-webkit-scrollbar{height:6px}\n    .faucet-desc__review-slider-wrap::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}\n    .faucet-desc__review-slider-wrap::-webkit-scrollbar-thumb{background:var(--accent);border-radius:10px;cursor:grab}\n    .faucet-desc__review-slider-wrap::-webkit-scrollbar-thumb:active{cursor:grabbing}\n    .faucet-desc__review-slider{display:flex;gap:25px;padding:0}\n    .faucet-desc__review-slider-item{flex:0 0 calc(33.333% - 17px);min-width:calc(33.333% - 17px)}\n    .faucet-desc__review-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(166,124,82,.8);color:#fff;border:none;width:35px;height:35px;border-radius:50%;cursor:pointer;z-index:20;display:flex;align-items:center;justify-content:center;font-size:18px;box-shadow:0 4px 15px rgba(0,0,0,.2);transition:all .3s ease}\n    .faucet-desc__review-arrow:hover{background:#8b6740;transform:translateY(-50%) scale(1.1)}\n    .faucet-desc__review-arrow--left{left:8px}\n    .faucet-desc__review-arrow--right{right:8px}\n\n    .faucet-desc__review-card{background:#fff;border:1px solid var(--accent-light);border-radius:12px;padding:25px;box-shadow:0 4px 15px var(--shadow);transition:all .3s ease;height:100%}\n    .faucet-desc__review-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.12)}\n    .faucet-desc__review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}\n    .faucet-desc__review-author{font-weight:700;color:var(--primary)}\n    .faucet-desc__review-verified{font-size:11px;background:var(--accent);color:#fff;padding:4px 10px;border-radius:20px;font-weight:600}\n    .faucet-desc__review-stars{color:var(--accent);font-size:16px;margin-bottom:10px}\n    .faucet-desc__review-text{color:var(--muted);font-size:14px;line-height:1.6;margin-bottom:12px}\n    .faucet-desc__review-highlight{font-size:12px;color:var(--accent);font-style:italic;border-left:2px solid var(--accent-light);padding-left:10px}\n\n    \/* ========== FEATURES GRID - IMPROVED ========== *\/\n    .faucet-desc__features{margin:clamp(60px,8vw,100px) 0}\n    .faucet-desc__features h2{font-size:clamp(22px,4vw,28px);margin-bottom:clamp(20px,4vw,30px);color:var(--primary);font-weight:600;border-bottom:2px solid var(--accent-light);padding-bottom:15px}\n    .faucet-desc__features-list{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;margin:0;padding:0;list-style:none}\n    .faucet-desc__features-list li{display:flex;flex-direction:column;gap:15px;padding:20px;background:#fff;border-radius:12px;border:1px solid var(--accent-light);box-shadow:0 2px 8px var(--shadow);transition:all .3s ease}\n    .faucet-desc__features-list li:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.12)}\n    .faucet-desc__feature-icon{width:50px;height:50px;background:#f0e8df;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--accent);border:1px solid var(--accent-light);align-self:flex-start}\n    .faucet-desc__feature-icon svg{width:28px;height:28px}\n    .faucet-desc__feature-content h4{font-size:clamp(15px,2vw,16px);font-weight:700;margin-bottom:8px;color:var(--primary);line-height:1.3}\n    .faucet-desc__feature-content p{font-size:clamp(13px,1.5vw,14px);color:var(--muted);line-height:1.6;margin:0}\n\n    .faucet-desc__package{margin:clamp(60px,8vw,100px) 0}\n    .faucet-desc__package h2{font-size:28px;margin-bottom:30px;color:var(--primary);font-weight:600;border-bottom:2px solid var(--accent-light);padding-bottom:15px}\n    .faucet-desc__package-list{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:0;padding:0;list-style:none}\n    .faucet-desc__package-list li{display:flex;align-items:center;gap:6px;padding:8px 12px;font-size:13px;background:var(--bg-light);border-radius:6px;border:1px solid var(--accent-light);transition:all .2s ease}\n    .faucet-desc__package-list li:hover{background:#fff;transform:translateY(-2px);box-shadow:0 2px 8px var(--shadow)}\n    .faucet-desc__package-list li:before{content:\"✓\";color:var(--accent);font-weight:bold;font-size:14px;flex-shrink:0}\n\n    .faucet-desc__faq{margin-top:clamp(60px,8vw,100px)}\n    .faucet-desc__faq h2{font-size:28px;margin-bottom:20px;color:var(--primary);font-weight:600;border-bottom:2px solid var(--accent-light);padding-bottom:15px}\n    .faucet-desc__faq details{border:none;border-radius:6px;padding:15px;background:var(--bg-light);box-shadow:0 4px 15px var(--shadow);transition:all .3s ease;margin-bottom:10px;border:1px solid var(--accent-light)}\n    .faucet-desc__faq details:hover{box-shadow:0 4px 12px rgba(166,124,82,.15);transform:translateX(4px)}\n    .faucet-desc__faq summary{font-weight:600;color:var(--primary);outline:none;user-select:none;display:flex;align-items:center;gap:10px;cursor:pointer;font-size:15px}\n    .faucet-desc__faq summary::before{content:\"→\";color:var(--accent);font-weight:bold;font-size:1.2em;transition:transform .3s ease}\n    .faucet-desc__faq details[open] summary::before{transform:rotate(90deg)}\n    .faucet-desc__faq summary:hover{color:var(--accent)}\n    .faucet-desc__faq details[open] summary{margin-bottom:10px;color:var(--accent)}\n    .faucet-desc__faq p{color:var(--muted);line-height:1.6;font-size:14px;margin:0}\n\n    .ie-warranty{font-family:inherit;margin:clamp(40px,6vw,60px) 0;border:1px solid var(--accent-light);border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);box-shadow:0 4px 15px var(--shadow)}\n    .ie-warranty__top{display:flex;align-items:center;gap:.75rem;padding:1.5rem 1.5rem 1rem;background:var(--accent);color:#fff}\n    .ie-warranty__shield{width:24px;height:24px;flex:0 0 24px;color:#fff}\n    .ie-warranty__title{margin:0;font-size:1.2rem;font-weight:700;letter-spacing:.2px;color:#fff}\n    .ie-warranty__body{padding:1.5rem}\n    .ie-warranty__body p{margin:0 0 .75rem 0;line-height:1.6;color:var(--primary)}\n    .ie-warranty__list{margin:.5rem 0 0 0;padding-left:1.25rem;color:var(--primary)}\n    .ie-warranty__list li{margin:.4rem 0;line-height:1.5}\n    .ie-warranty__note{margin-top:1rem;font-size:.9rem;opacity:.8;color:var(--muted)}\n    .ie-warranty__badge{display:flex;align-items:center;gap:.75rem;margin:1.5rem 0 1rem;padding:1rem 1.25rem;border:2px solid var(--accent);border-radius:8px;background:#fff;box-shadow:0 2px 8px rgba(166,124,82,.1)}\n    .ie-warranty__badge .tick{font-size:1.2rem;line-height:1;color:var(--accent)}\n    .ie-warranty__badge strong{font-weight:700;color:var(--primary)}\n    .ie-warranty__badge div{color:var(--primary)}\n\n    \/* ========== CRO STYLES ========== *\/\n\n    \/* CTA Section *\/\n    .faucet-desc__cta-section{text-align:center;margin:clamp(30px,4vw,40px) 0;padding:clamp(20px,3vw,30px);background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);border-radius:12px;border:2px solid var(--accent);box-shadow:0 8px 30px rgba(166,124,82,.15)}\n    .faucet-desc__price{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:var(--accent);margin-bottom:15px}\n    .faucet-desc__price-note{font-size:clamp(13px,1.5vw,16px);color:var(--muted);margin-bottom:20px}\n    .faucet-desc__cta-primary{background:var(--accent);color:#fff;border:none;padding:clamp(14px,2vw,18px) clamp(30px,4vw,40px);font-size:clamp(15px,2vw,18px);font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(166,124,82,.3);text-transform:uppercase;letter-spacing:.5px;width:100%;max-width:400px}\n    .faucet-desc__cta-primary:hover{background:#8b6740;transform:translateY(-2px);box-shadow:0 6px 20px rgba(166,124,82,.4)}\n    .faucet-desc__cta-primary:active{transform:translateY(0)}\n    .faucet-desc__trust-bar{display:flex;justify-content:center;gap:clamp(15px,3vw,30px);margin-top:20px;flex-wrap:wrap;font-size:clamp(11px,1.5vw,14px);color:var(--primary);font-weight:500}\n    .faucet-desc__trust-bar div{display:flex;align-items:center;gap:5px}\n    .faucet-desc__trust-bar div:before{content:\"✓\";color:var(--accent);font-weight:bold}\n\n    \/* Guarantee Bar *\/\n    .faucet-desc__guarantees-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px;margin:30px 0;padding:20px;background:#fff;border-radius:12px;border:1px solid var(--accent-light);box-shadow:0 4px 15px var(--shadow)}\n    .guarantee-item{text-align:center;padding:15px;background:var(--bg-light);border-radius:8px;transition:all .3s ease}\n    .guarantee-item:hover{transform:translateY(-4px);box-shadow:0 4px 12px var(--shadow)}\n    .guarantee-item svg{width:32px;height:32px;margin:0 auto 10px;color:var(--accent)}\n    .guarantee-item strong{display:block;font-size:clamp(12px,1.5vw,14px);color:var(--primary);margin-top:8px}\n\n    \/* Comparison Table *\/\n    .faucet-desc__comparison{margin:60px 0;padding:40px 0}\n    .faucet-desc__comparison h2{font-size:clamp(22px,4vw,28px);margin-bottom:30px;color:var(--primary);font-weight:600;text-align:center;border-bottom:2px solid var(--accent-light);padding-bottom:15px}\n    .faucet-desc__comparison-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px var(--shadow)}\n    .faucet-desc__comparison-table th{padding:15px;background:var(--accent);color:#fff;font-weight:700;text-align:left;font-size:15px}\n    .faucet-desc__comparison-table td{padding:15px;border-bottom:1px solid var(--accent-light);font-size:14px}\n    .faucet-desc__comparison-table tr:last-child td{border-bottom:none}\n    .faucet-desc__comparison-table td:first-child{font-weight:600;color:var(--primary);background:var(--bg-light);width:30%}\n    .faucet-desc__comparison-table td:nth-child(2){color:#2d5016;font-weight:500}\n    .faucet-desc__comparison-table td:nth-child(3){color:#7a271a}\n    .faucet-desc__comparison-table tr:hover{background:rgba(166,124,82,.05)}\n\n    \/* Guarantee Box *\/\n    .faucet-desc__guarantee-box{background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);border:2px solid var(--accent);border-radius:12px;padding:clamp(20px,4vw,30px);margin:40px 0;box-shadow:0 8px 25px rgba(166,124,82,.15)}\n    .faucet-desc__guarantee-box h3{font-size:clamp(20px,3vw,24px);color:var(--primary);margin-bottom:20px;text-align:center}\n    .faucet-desc__guarantee-box ul{list-style:none;padding:0;margin:0 0 20px 0}\n    .faucet-desc__guarantee-box li{padding:12px 0 12px 35px;position:relative;font-size:clamp(13px,1.5vw,15px);line-height:1.6;color:var(--primary);border-bottom:1px solid var(--accent-light)}\n    .faucet-desc__guarantee-box li:last-child{border-bottom:none}\n    .faucet-desc__guarantee-box li:before{content:\"🛡️\";position:absolute;left:0;font-size:20px}\n    .faucet-desc__guarantee-box li strong{color:var(--accent)}\n    .faucet-desc__guarantee-box p{text-align:center;color:var(--muted);font-style:italic;margin:0;font-size:clamp(12px,1.5vw,14px)}\n\n    \/* Review Stats *\/\n    .faucet-desc__review-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:30px;padding:25px;background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);border-radius:12px;border:1px solid var(--accent-light)}\n    .stat{text-align:center;padding:15px}\n    .stat-number{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:var(--accent);margin-bottom:5px}\n    .stat-label{font-size:13px;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}\n\n    \/* Review Highlights *\/\n    .faucet-desc__review-highlights{display:flex;gap:15px;margin-bottom:25px;flex-wrap:wrap;justify-content:center}\n    .highlight{background:#fff;padding:10px 18px;border-radius:20px;font-size:13px;color:var(--primary);border:1px solid var(--accent-light);box-shadow:0 2px 8px var(--shadow)}\n\n    \/* Scarcity Notice *\/\n    .faucet-desc__scarcity-notice{background:#fff8f0;border:2px solid var(--accent);border-radius:8px;padding:clamp(12px,2vw,15px) clamp(15px,3vw,20px);margin:25px 0;text-align:center;font-size:clamp(12px,1.5vw,14px);color:var(--primary);line-height:1.6}\n    .faucet-desc__scarcity-notice a{color:var(--accent);font-weight:700;text-decoration:none;border-bottom:2px solid var(--accent)}\n    .faucet-desc__scarcity-notice a:hover{color:#8b6740}\n\n    \/* Config Price Tags *\/\n    .config-price{display:block;font-size:11px;color:var(--accent);font-weight:700;margin-top:4px}\n\n\n    \/* Customer Photos Gallery *\/\n    .faucet-desc__ugc{margin:60px 0}\n    .faucet-desc__ugc h2{font-size:28px;margin-bottom:15px;color:var(--primary);font-weight:600;text-align:center;border-bottom:2px solid var(--accent-light);padding-bottom:15px}\n    .faucet-desc__ugc-intro{text-align:center;color:var(--muted);font-size:15px;margin-bottom:30px}\n    .faucet-desc__ugc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}\n    .faucet-desc__ugc-item{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 4px 15px var(--shadow);aspect-ratio:1}\n    .faucet-desc__ugc-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}\n    .faucet-desc__ugc-item:hover img{transform:scale(1.05)}\n    .faucet-desc__ugc-credit{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.7);color:#fff;padding:8px;font-size:11px;text-align:center}\n\n    \/* Trust Signals *\/\n    .faucet-desc__trust-signals{display:flex;align-items:center;justify-content:center;gap:25px;flex-wrap:wrap;margin:30px 0;padding:20px;background:var(--bg-light);border-radius:8px}\n    .faucet-desc__trust-signals img{max-height:40px;opacity:.7;transition:opacity .3s ease}\n    .faucet-desc__trust-signals img:hover{opacity:1}\n    .faucet-desc__trust-signals .ssl-badge,.faucet-desc__trust-signals .certification{font-size:13px;color:var(--muted);font-weight:600}\n\n    \/* Lifestyle sections *\/\n    .lifestyle-section{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;margin:clamp(40px,6vw,60px) 0}\n    .lifestyle-section__image{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.1)}\n    .lifestyle-section__image img{width:100%;height:auto;display:block;transition:transform .5s ease}\n    .lifestyle-section__content h3{margin-bottom:15px;color:var(--primary);font-size:clamp(18px,2.5vw,20px);font-weight:600;line-height:1.3}\n    .lifestyle-section__content p{color:var(--muted);line-height:1.7;font-size:clamp(14px,1.5vw,15px);margin:0}\n\n    \/* ========== MOBILE RESPONSIVE FIXES ========== *\/\n    @media (max-width: 768px){\n      \/* Features Grid - Single Column on Mobile *\/\n      .faucet-desc__features-list{grid-template-columns:1fr;gap:15px}\n      .faucet-desc__features-list li{padding:15px;gap:12px}\n      .faucet-desc__feature-icon{width:45px;height:45px}\n      .faucet-desc__feature-icon svg{width:24px;height:24px}\n\n      \/* Config Grid *\/\n      .faucet-desc__config-grid{grid-template-columns:1fr;padding:20px;gap:25px}\n      .faucet-desc__config-section:first-child .faucet-desc__config-options{grid-template-columns:1fr}\n      \n      \/* Config Slider *\/\n      .faucet-desc__config-slide{flex:0 0 calc(100% - 20px);min-width:calc(100% - 20px)}\n      .faucet-desc__config-slider-wrap{max-width:100%}\n      .faucet-desc__config-slide-img{height:300px}\n      .faucet-desc__config-slider-title{font-size:18px;margin-bottom:20px}\n      \n      \/* Review Slider *\/\n      .faucet-desc__review-slider-item{flex:0 0 calc(100% - 25px);min-width:calc(100% - 25px)}\n      .faucet-desc__review-card{padding:20px}\n      \n      \/* Dimensions Grid *\/\n      .faucet-desc__dimensions-grid{grid-template-columns:repeat(2,1fr);gap:10px;padding:15px}\n      .faucet-desc__dimension-card{padding:8px}\n      .faucet-desc__dimension-value{font-size:18px}\n      \n      \/* Package List *\/\n      .faucet-desc__package-list{grid-template-columns:1fr;gap:6px}\n      .faucet-desc__package-list li{font-size:12px;padding:10px 12px}\n      \n      \/* Specs Table *\/\n      .faucet-desc__specs-table td{padding:10px 12px;font-size:13px}\n      .faucet-desc__specs-table td:first-child{width:45%}\n      \n      \/* Lifestyle Sections - Stack on Mobile *\/\n      .lifestyle-section{grid-template-columns:1fr;gap:20px}\n      .lifestyle-section[style*=\"direction:rtl\"]{direction:ltr}\n      .lifestyle-section__content{direction:ltr}\n      \n      \/* Warranty Badge *\/\n      .faucet-desc__warranty-badge{flex-direction:column;text-align:center;gap:12px;padding:20px}\n      .faucet-desc__warranty-badge-icon{width:50px;height:50px}\n      \n      \/* Review Stats *\/\n      .faucet-desc__review-stats{grid-template-columns:1fr;gap:10px;padding:20px}\n      .stat{padding:10px}\n      \n      \/* Guarantees Bar *\/\n      .faucet-desc__guarantees-bar{grid-template-columns:1fr 1fr;gap:10px;padding:15px}\n      .guarantee-item{padding:12px}\n      .guarantee-item svg{width:28px;height:28px}\n      \n      \/* Comparison Table *\/\n      .faucet-desc__comparison{padding:20px 0}\n      .faucet-desc__comparison-table{font-size:11px;display:block;overflow-x:auto}\n      .faucet-desc__comparison-table th,.faucet-desc__comparison-table td{padding:8px 6px;word-break:break-word}\n      .faucet-desc__comparison-table th{font-size:11px}\n      .faucet-desc__comparison-table td:first-child{width:25%;min-width:70px}\n      .faucet-desc__comparison-table td:nth-child(2),.faucet-desc__comparison-table td:nth-child(3){width:37.5%}\n      \n      \/* Headers *\/\n      .faucet-desc__header{padding:clamp(30px,5vw,50px) 0}\n      .faucet-desc__title{line-height:1.2}\n      .faucet-desc__sub{font-size:clamp(1rem,2vw,1.1rem)}\n      \n      \/* CTA Section *\/\n      .faucet-desc__cta-section{padding:20px 15px}\n      .faucet-desc__trust-bar{gap:10px;font-size:11px}\n      \n      \/* FAQ *\/\n      .faucet-desc__faq summary{font-size:14px}\n      .faucet-desc__faq p{font-size:13px}\n      .faucet-desc__faq details{padding:12px}\n      \n      \n      \/* Warranty *\/\n      .ie-warranty__title{font-size:1rem}\n      .ie-warranty__badge{flex-direction:column;align-items:flex-start;gap:.35rem}\n      .ie-warranty__body{padding:1.2rem}\n      \n      \/* Download Section *\/\n      .faucet-desc__download{padding:20px 15px}\n      .faucet-desc__download h3{font-size:18px}\n      .faucet-desc__download p{font-size:13px}\n      .faucet-desc__download a{padding:12px 24px;font-size:13px}\n    }\n\n    @media (max-width: 480px){\n      \/* Further mobile optimizations *\/\n      .faucet-desc__wrap{padding:20px 12px}\n      .faucet-desc__header{padding:25px 0}\n      .faucet-desc__config-slider-container{padding:0 35px}\n      .faucet-desc__config-arrow{width:30px;height:30px;font-size:16px}\n      .faucet-desc__review-arrow{width:30px;height:30px;font-size:16px}\n      .faucet-desc__guarantees-bar{grid-template-columns:1fr;gap:8px;padding:12px}\n      .guarantee-item{padding:10px}\n      .faucet-desc__trust-bar{flex-direction:column;gap:8px;align-items:center}\n      .faucet-desc__features-list{gap:12px}\n      .faucet-desc__features-list li{padding:12px}\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  \u003c\/style\u003e\n\u003cdiv class=\"faucet-desc\"\u003e\n\u003cdiv class=\"faucet-desc__wrap\"\u003e\n\u003c!-- HEADER --\u003e\u003cheader class=\"faucet-desc__header\"\u003e\n\u003cdiv class=\"faucet-desc__eyebrow\"\u003eSolid Brass • Handcrafted in Morocco\u003c\/div\u003e\n\u003ch2 class=\"faucet-desc__title\"\u003eThe Kitchen Faucet That Gets More Beautiful With Age\u003c\/h2\u003e\n\u003cp class=\"faucet-desc__sub\"\u003eClassic bridge-style faucet in solid brass with an unlacquered finish that develops a rich, living patina over time. This isn't just a faucet, it's a lifetime investment in character.\u003c\/p\u003e\n\u003c\/header\u003e\u003c!-- CTA SECTION --\u003e\n\u003csection class=\"faucet-desc__cta-section\"\u003e\n\u003cdiv class=\"faucet-desc__price-note\" style=\"font-size: clamp(14px, 2vw, 16px); margin-bottom: 20px;\"\u003eHandcrafted to order • Free delivery\u003c\/div\u003e\n\u003ca href=\"#\" class=\"faucet-desc__cta-primary\"\u003eConfigure \u0026amp; Add to Cart\u003c\/a\u003e\n\u003cdiv class=\"faucet-desc__trust-bar\"\u003e\n\u003cdiv\u003eHandcrafted to Order\u003c\/div\u003e\n\u003cdiv\u003e5-Year Warranty\u003c\/div\u003e\n\u003cdiv\u003eFree Shipping\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- GUARANTEES BAR --\u003e\n\u003cdiv class=\"faucet-desc__guarantees-bar\"\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath fill=\"currentColor\" d=\"M12 2L20 7V12C20 16.5 16.5 20 12 22C7.5 20 4 16.5 4 12V7L12 2Z\"\u003e\u003c\/path\u003e\n          \u003cpath stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 12L11 14L15 10\"\u003e\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\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\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003eLifetime Support\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SCARCITY NOTICE --\u003e\n\u003cdiv class=\"faucet-desc__scarcity-notice\"\u003e⏱️ \u003cstrong\u003eLimited Production:\u003c\/strong\u003e Due to the handcrafted nature, we can only produce a limited quantity each month. \u003ca href=\"#configure\"\u003eReserve yours today\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- HERO IMAGE --\u003e\n\u003csection style=\"margin: clamp(40px, 6vw, 80px) 0;\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" style=\"width: 100%; max-width: 800px; height: auto; border-radius: 12px; margin: 0 auto; display: block; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 40px;\" alt=\"Unlacquered Brass Bridge Kitchen Faucet\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/heritage-unlacquered-brass-kitchen-bridge-faucet-4442135.webp\"\u003e\u003c\/section\u003e\n\n\n\u003c!-- ════════════════════════════════════════════════\n     REVIEWS SECTION SCOPED CSS\n     ════════════════════════════════════════════════ --\u003e\n\u003cstyle\u003e\n  \/* ─── Scoped Variables \u0026 Reset ─── *\/\n  .ieast-rev-island {\n    --bg-cream:  #fcfaf6;      \/* Matching the image light warm background *\/\n    --top-bar:   #2e241c;      \/* Matching the image dark brown header *\/\n    --gold:      #cc9d6b;      \/* Matching the image quote marks *\/\n    --ink:       #2c2a28;\n    --ink-soft:  #4a4744;\n    --ink-muted: #8c8782;\n    --note-bg:   #ffffff;\n    --border:    rgba(0, 0, 0, 0.05);\n    --shadow:    0 8px 24px rgba(46, 36, 28, 0.06); \n    --font-head: 'Cormorant Garamond', serif;\n    --font-body: 'Jost', sans-serif;\n    \n    -webkit-font-smoothing: antialiased;\n    font-family: var(--font-body);\n    color: var(--ink);\n    line-height: 1.5;\n    box-sizing: border-box;\n  }\n  \n  .ieast-rev-island *,\n  .ieast-rev-island *::before,\n  .ieast-rev-island *::after {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* ─── Section Shell ─── *\/\n  .ieast-rev-island {\n    max-width: 1050px;\n    margin: 40px auto;\n    background: var(--bg-cream);\n    border-radius: 4px; \/* subtle rounding *\/\n    position: relative;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n    border: 1px solid var(--border);\n    overflow: hidden;\n  }\n\n  \/* ─── Top Bar (Like Attached Image) ─── *\/\n  .ieast-rev-topbar {\n    background: var(--top-bar);\n    padding: 14px 24px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n  .ieast-rev-topbar span {\n    color: var(--gold);\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n  }\n  .ieast-rev-topbar-right {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  \/* ─── Slider ─── *\/\n  .ieast-rev-slider-wrap {\n    position: relative;\n    z-index: 2;\n  }\n  .ieast-rev-slider {\n    overflow: hidden;\n  }\n  .ieast-rev-track {\n    display: flex;\n    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n    will-change: transform;\n    align-items: stretch;\n  }\n\n  \/* ─── Slide ─── *\/\n  .ieast-rev-slide {\n    min-width: 100%;\n    display: grid;\n    \/* Image takes up more than half (~60%), Content takes the rest (~40%) *\/\n    grid-template-columns: 1.5fr 1fr; \n  }\n\n  \/* ─── Image Column ─── *\/\n  .ieast-rev-img-col {\n    position: relative;\n    width: 100%;\n    height: 100%;\n    min-height: 540px; \n    overflow: hidden;\n  }\n  .ieast-rev-img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n\n  \/* ─── Content Column (Right Side) ─── *\/\n  .ieast-rev-content {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: 20px 30px 40px 20px; \/* Extra bottom padding for floating controls *\/\n    background: var(--bg-cream);\n  }\n\n  \/* ─── The 'Note' Shape ─── *\/\n  .ieast-rev-note {\n    background: var(--note-bg);\n    padding: 20px 20px;\n    border-radius: 2px;\n    box-shadow: var(--shadow);\n    border: 1px solid #f4f0eb;\n    position: relative;\n    width: 100%;\n    max-width: 440px;\n    margin: 0 auto;\n  }\n  \n  \/* Fold detail for note look (optional neat touch) *\/\n  .ieast-rev-note::before {\n    content: '';\n    position: absolute;\n    top: 0; right: 0;\n    border-width: 0 16px 16px 0;\n    border-style: solid;\n    border-color: #f7f3ef var(--bg-cream) transparent transparent;\n    box-shadow: -2px 2px 4px rgba(0,0,0,0.03);\n    border-bottom-left-radius: 2px;\n  }\n\n  .ieast-rev-quote-mark {\n    font-family: var(--font-head);\n    font-size: 60px;\n    color: var(--gold);\n    line-height: 0.6;\n    margin-bottom: 15px;\n    display: block;\n  }\n\n  .ieast-rev-text {\n    font-family: var(--font-head);\n    font-size: clamp(14px, 2vw, 22px);\n    font-weight: 400;\n    line-height: 1.45;\n    color: var(--ink);\n    font-style: italic;\n    margin-bottom: 20px;\n  }\n\n  .ieast-rev-meta-block {\n    border-top: 1px solid var(--border);\n    padding-top: 5px;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n\n  .ieast-rev-stars {\n    display: flex;\n    gap: 4px;\n  }\n  .ieast-rev-stars svg {\n    width: 16px; height: 16px;\n    fill: var(--gold);\n  }\n\n  .ieast-rev-author-row {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n  }\n  .ieast-rev-name {\n    font-family: var(--font-body);\n    font-size: 13px;\n    font-weight: 500;\n    color: var(--ink);\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n  }\n  .ieast-rev-date {\n    font-size: 12px;\n    color: var(--ink-muted);\n    font-style: italic;\n  }\n\n  .ieast-rev-attrs {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n  }\n  .ieast-rev-attr-pill {\n    display: inline-flex;\n    align-items: center;\n    font-size: 10px;\n    color: var(--ink-soft);\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    background: #fbfbfb;\n    border: 1px solid var(--border);\n    padding: 3px 8px;\n    border-radius: 2px;\n  }\n  .ieast-rev-attr-pill strong {\n    color: var(--top-bar);\n    font-weight: 500;\n    margin-right: 4px;\n  }\n\n  \/* ─── Navigation Controls (Fixed at bottom right) ─── *\/\n  .ieast-rev-controls {\n    position: absolute;\n    bottom: 0;\n    right: 0;\n    width: 40%; \/* Matches exactly the 1fr content column (1.5fr \/ 1fr ratio) *\/\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 20px 30px;\n    z-index: 10;\n    background: linear-gradient(to top, var(--bg-cream) 60%, transparent); \/* slight fade *\/\n  }\n\n  .ieast-rev-arrows {\n    display: flex;\n    gap: 10px;\n  }\n  .ieast-rev-btn {\n    width: 38px; height: 38px;\n    border: 1px solid rgba(0,0,0,0.1);\n    background: var(--note-bg);\n    cursor: pointer;\n    display: flex; align-items: center; justify-content: center;\n    transition: all 0.3s ease;\n    border-radius: 50%;\n  }\n  .ieast-rev-btn:hover {\n    background: var(--top-bar);\n    border-color: var(--top-bar);\n  }\n  .ieast-rev-btn:hover svg { stroke: #fff; }\n  .ieast-rev-btn svg {\n    width: 16px; height: 16px;\n    stroke: var(--ink);\n    fill: none;\n    stroke-width: 1.2;\n    transition: stroke 0.3s;\n  }\n\n  .ieast-rev-dots {\n    display: flex;\n    gap: 6px;\n  }\n  .ieast-rev-dot {\n    width: 20px; height: 2px;\n    background: rgba(0,0,0,0.1);\n    border: none;\n    cursor: pointer;\n    padding: 0;\n    transition: all 0.3s ease;\n  }\n  .ieast-rev-dot.active {\n    background: var(--top-bar);\n  }\n\n  \/* ─── Mobile ─── *\/\n  @media (max-width: 992px) {\n    .ieast-rev-island { max-width: 92%; }\n    .ieast-rev-slide { grid-template-columns: 1.2fr 1fr; }\n    .ieast-rev-controls { width: 45.45%; } \/* matches new 1.2fr\/1fr ratio *\/\n  }\n\n  @media (max-width: 768px) {\n    .ieast-rev-island { margin: 20px auto; border-radius: 4px; }\n    .ieast-rev-topbar span { font-size: 9px; }\n    \n    .ieast-rev-slide {\n      grid-template-columns: 1fr; \/* stack vertically *\/\n    }\n    \n    .ieast-rev-img-col {\n      min-height: auto;\n      height: 340px;\n    }\n    \n    .ieast-rev-content {\n      padding: 30px 20px 90px 20px;\n    }\n\n    .ieast-rev-note {\n      padding: 26px 22px;\n    }\n    .ieast-rev-text {\n      font-size: 18px;\n    }\n    \n    .ieast-rev-controls {\n      width: 100%; \/* Spans full width on mobile *\/\n      background: var(--bg-cream); \/* Solid to ensure readability *\/\n      padding: 16px 20px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003c!-- ════════════════════════════════════════════════\n     REVIEWS SECTION HTML\n     ════════════════════════════════════════════════ --\u003e\n\u003csection class=\"ieast-rev-island\" id=\"ieast-reviews\"\u003e\n\n  \u003c!-- Top Bar replacing standalone headers to match requested aesthetic --\u003e\n  \u003cdiv class=\"ieast-rev-topbar\"\u003e\n    \u003cspan\u003eLoved by homeowners\u003c\/span\u003e\n    \u003cdiv class=\"ieast-rev-topbar-right\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"currentColor\" stroke=\"none\"\u003e\u003cpath d=\"M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003cspan\u003eINSIDEAST FAUCETS\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Slider --\u003e\n  \u003cdiv class=\"ieast-rev-slider-wrap\"\u003e\n    \u003cdiv class=\"ieast-rev-slider\"\u003e\n      \u003cdiv class=\"ieast-rev-track\" id=\"ieastSliderTrack\"\u003e\n\n        \u003c!-- ── Review 1: Ashleigh ── --\u003e\n        \u003carticle class=\"ieast-rev-slide\" aria-label=\"Review by Ashleigh\" aria-current=\"true\"\u003e\n          \u003cdiv class=\"ieast-rev-img-col\"\u003e\n            \u003cimg class=\"ieast-rev-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/iap_1200x1200_7361218974_8jtptlgd_jpg.avif?v=1774368174\" alt=\"Ashleigh's brass bridge faucet – installed view\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ieast-rev-content\"\u003e\n            \u003cdiv class=\"ieast-rev-note\"\u003e\n              \u003cspan class=\"ieast-rev-quote-mark\"\u003e“\u003c\/span\u003e\n              \u003cp class=\"ieast-rev-text\"\u003eBeautiful tap, customer service was top notch and the product is absolutely gorgeous. Would definitely recommend!\u003c\/p\u003e\n              \n              \u003cdiv class=\"ieast-rev-meta-block\"\u003e\n                \u003cdiv class=\"ieast-rev-stars\" aria-label=\"5 out of 5 stars\"\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ieast-rev-author-row\"\u003e\n                  \u003cspan class=\"ieast-rev-name\"\u003eAshleigh\u003c\/span\u003e\n                  \u003cspan class=\"ieast-rev-date\"\u003e05 November, 2025\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ieast-rev-attrs\"\u003e\n                  \u003cspan class=\"ieast-rev-attr-pill\"\u003e\u003cstrong\u003eSize:\u003c\/strong\u003e 6 Inches Regular\u003c\/span\u003e\n                  \u003cspan class=\"ieast-rev-attr-pill\"\u003e\u003cstrong\u003eSprayer:\u003c\/strong\u003e Not Included\u003c\/span\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003c!-- ── Review 2: Angela ── --\u003e\n        \u003carticle class=\"ieast-rev-slide\" aria-label=\"Review by Angela\" aria-current=\"false\"\u003e\n          \u003cdiv class=\"ieast-rev-img-col\"\u003e\n            \u003cimg class=\"ieast-rev-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/iap_1200x1200_6497423370_p11yuh0g_jpg.webp?v=1774367915\" alt=\"Angela's unlacquered brass faucet with patina\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ieast-rev-content\"\u003e\n            \u003cdiv class=\"ieast-rev-note\"\u003e\n              \u003cspan class=\"ieast-rev-quote-mark\"\u003e“\u003c\/span\u003e\n              \u003cp class=\"ieast-rev-text\"\u003eIt looks absolutely gorgeous! With a little patina assistance it has turned out fabulous. Absolutely love it. The customer service has been amazing.\u003c\/p\u003e\n              \n              \u003cdiv class=\"ieast-rev-meta-block\"\u003e\n                \u003cdiv class=\"ieast-rev-stars\" aria-label=\"5 out of 5 stars\"\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ieast-rev-author-row\"\u003e\n                  \u003cspan class=\"ieast-rev-name\"\u003eAngela\u003c\/span\u003e\n                  \u003cspan class=\"ieast-rev-date\"\u003e11 December, 2024\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ieast-rev-attrs\"\u003e\n                  \u003cspan class=\"ieast-rev-attr-pill\"\u003e\u003cstrong\u003eHandle:\u003c\/strong\u003e Cross Handle\u003c\/span\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003c!-- ── Review 3: Etsy buyer ── --\u003e\n        \u003carticle class=\"ieast-rev-slide\" aria-label=\"Review by Etsy buyer\" aria-current=\"false\"\u003e\n          \u003cdiv class=\"ieast-rev-img-col\"\u003e\n            \u003cimg class=\"ieast-rev-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/iap_1200x1200_6712751766_e6l23lsd_jpg.avif?v=1774367972\" alt=\"Etsy buyer's brass faucet unboxing\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ieast-rev-content\"\u003e\n            \u003cdiv class=\"ieast-rev-note\"\u003e\n              \u003cspan class=\"ieast-rev-quote-mark\"\u003e“\u003c\/span\u003e\n              \u003cp class=\"ieast-rev-text\"\u003eIt's beautiful — the craftsmanship speaks for itself. We reached out after installation and everything was quickly resolved. A stunning addition.\u003c\/p\u003e\n              \n              \u003cdiv class=\"ieast-rev-meta-block\"\u003e\n                \u003cdiv class=\"ieast-rev-stars\" aria-label=\"5 out of 5 stars\"\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ieast-rev-author-row\"\u003e\n                  \u003cspan class=\"ieast-rev-name\"\u003eEtsy Buyer\u003c\/span\u003e\n                  \u003cspan class=\"ieast-rev-date\"\u003e13 March, 2025\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ieast-rev-attrs\"\u003e\n                  \u003cspan class=\"ieast-rev-attr-pill\"\u003e\u003cstrong\u003eSize:\u003c\/strong\u003e 6 Inches Regular\u003c\/span\u003e\n                  \u003cspan class=\"ieast-rev-attr-pill\"\u003e\u003cstrong\u003eSprayer:\u003c\/strong\u003e Included\u003c\/span\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003c!-- ── Review 4: Hazel ── --\u003e\n        \u003carticle class=\"ieast-rev-slide\" aria-label=\"Review by Hazel\" aria-current=\"false\"\u003e\n          \u003cdiv class=\"ieast-rev-img-col\"\u003e\n            \u003cimg class=\"ieast-rev-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/iap_1200x1200_6840043339_7tikobd1_jpg.avif?v=1774368044\" alt=\"Hazel's brass bridge faucet fresh out of box\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ieast-rev-content\"\u003e\n            \u003cdiv class=\"ieast-rev-note\"\u003e\n              \u003cspan class=\"ieast-rev-quote-mark\"\u003e“\u003c\/span\u003e\n              \u003cp class=\"ieast-rev-text\"\u003eSeller reached out to confirm the order was correct, to make sure everything would be perfect. The faucet is beautiful! (Photo taken just out of box)\u003c\/p\u003e\n              \n              \u003cdiv class=\"ieast-rev-meta-block\"\u003e\n                \u003cdiv class=\"ieast-rev-stars\" aria-label=\"5 out of 5 stars\"\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ieast-rev-author-row\"\u003e\n                  \u003cspan class=\"ieast-rev-name\"\u003eHazel\u003c\/span\u003e\n                  \u003cspan class=\"ieast-rev-date\"\u003e15 April, 2025\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ieast-rev-attrs\"\u003e\n                  \u003cspan class=\"ieast-rev-attr-pill\"\u003e\u003cstrong\u003eSize:\u003c\/strong\u003e 6 Inches Regular\u003c\/span\u003e\n                  \u003cspan class=\"ieast-rev-attr-pill\"\u003e\u003cstrong\u003eSprayer:\u003c\/strong\u003e Not Included\u003c\/span\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003c!-- ── Review 5: Patricia ── --\u003e\n        \u003carticle class=\"ieast-rev-slide\" aria-label=\"Review by Patricia\" aria-current=\"false\"\u003e\n          \u003cdiv class=\"ieast-rev-img-col\"\u003e\n            \u003cimg class=\"ieast-rev-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/iap_1200x1200_6731161582_58c4dn49_jpg.avif?v=1774368108\" alt=\"Patricia's 8 inch brass bridge faucet with sprayer\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ieast-rev-content\"\u003e\n            \u003cdiv class=\"ieast-rev-note\"\u003e\n              \u003cspan class=\"ieast-rev-quote-mark\"\u003e“\u003c\/span\u003e\n              \u003cp class=\"ieast-rev-text\"\u003eInsideEast made this purchase so pleasant — the product itself is even better than I imagined! I am remodeling my kitchen around this faucet!\u003c\/p\u003e\n              \n              \u003cdiv class=\"ieast-rev-meta-block\"\u003e\n                \u003cdiv class=\"ieast-rev-stars\" aria-label=\"5 out of 5 stars\"\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ieast-rev-author-row\"\u003e\n                  \u003cspan class=\"ieast-rev-name\"\u003ePatricia\u003c\/span\u003e\n                  \u003cspan class=\"ieast-rev-date\"\u003e20 March, 2025\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ieast-rev-attrs\"\u003e\n                  \u003cspan class=\"ieast-rev-attr-pill\"\u003e\u003cstrong\u003eSize:\u003c\/strong\u003e 8 Inches King\u003c\/span\u003e\n                  \u003cspan class=\"ieast-rev-attr-pill\"\u003e\u003cstrong\u003eSprayer:\u003c\/strong\u003e Included\u003c\/span\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003c!-- ── Review 6: Veronica ── --\u003e\n        \u003carticle class=\"ieast-rev-slide\" aria-label=\"Review by Veronica\" aria-current=\"false\"\u003e\n          \u003cdiv class=\"ieast-rev-img-col\"\u003e\n            \u003cimg class=\"ieast-rev-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/iap_1200x1200_6843016714_s4pbymgc_jpg.avif?v=1774368174\" alt=\"Veronica's brass bridge faucet unboxed\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ieast-rev-content\"\u003e\n            \u003cdiv class=\"ieast-rev-note\"\u003e\n              \u003cspan class=\"ieast-rev-quote-mark\"\u003e“\u003c\/span\u003e\n              \u003cp class=\"ieast-rev-text\"\u003eAbsolutely gorgeous! I can't wait to add this to my kitchen. The finish is stunning and the quality feels premium from the moment you open the box.\u003c\/p\u003e\n              \n              \u003cdiv class=\"ieast-rev-meta-block\"\u003e\n                \u003cdiv class=\"ieast-rev-stars\" aria-label=\"5 out of 5 stars\"\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ieast-rev-author-row\"\u003e\n                  \u003cspan class=\"ieast-rev-name\"\u003eVeronica\u003c\/span\u003e\n                  \u003cspan class=\"ieast-rev-date\"\u003e06 May, 2025\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ieast-rev-attrs\"\u003e\n                  \u003cspan class=\"ieast-rev-attr-pill\"\u003e\u003cstrong\u003eSize:\u003c\/strong\u003e 8 Inches King\u003c\/span\u003e\n                  \u003cspan class=\"ieast-rev-attr-pill\"\u003e\u003cstrong\u003eSprayer:\u003c\/strong\u003e Included\u003c\/span\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n      \u003c\/div\u003e\n\u003c!-- \/track --\u003e\n    \u003c\/div\u003e\n\u003c!-- \/slider --\u003e\n\n    \u003c!-- Navigation Controls overlapping the bottom of the section --\u003e\n    \u003cnav class=\"ieast-rev-controls\" aria-label=\"Review navigation\"\u003e\n      \u003cdiv class=\"ieast-rev-dots\" id=\"ieastDotContainer\" role=\"tablist\" aria-label=\"Go to review\"\u003e\u003c\/div\u003e\n\n      \u003cdiv class=\"ieast-rev-arrows\"\u003e\n        \u003cbutton class=\"ieast-rev-btn\" id=\"ieastPrevBtn\" aria-label=\"Previous review\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M15 18l-6-6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/button\u003e\n\n        \u003cbutton class=\"ieast-rev-btn\" id=\"ieastNextBtn\" aria-label=\"Next review\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M9 18l6-6-6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/button\u003e\n      \u003c\/div\u003e\n    \u003c\/nav\u003e\n  \u003c\/div\u003e\n\u003c!-- \/slider-wrap --\u003e\n\n\u003c\/section\u003e\n\n\u003c!-- ════════════════════════════════════════════════\n     REVIEWS SECTION SCRIPT\n     ════════════════════════════════════════════════ --\u003e\n\u003cscript\u003e\n(function() {\n  const track     = document.getElementById('ieastSliderTrack');\n  const prevBtn   = document.getElementById('ieastPrevBtn');\n  const nextBtn   = document.getElementById('ieastNextBtn');\n  const dotWrap   = document.getElementById('ieastDotContainer');\n  \n  if (!track || !prevBtn || !nextBtn || !dotWrap) return;\n\n  const slides    = track.querySelectorAll('.ieast-rev-slide');\n  const total     = slides.length;\n  let   current   = 0;\n  let   autoTimer = null;\n\n  \/\/ Build dots\n  slides.forEach((_, i) =\u003e {\n    const d = document.createElement('button');\n    d.className = 'ieast-rev-dot' + (i === 0 ? ' active' : '');\n    d.setAttribute('role', 'tab');\n    d.setAttribute('aria-label', 'Review ' + (i + 1));\n    d.addEventListener('click', () =\u003e goTo(i));\n    dotWrap.appendChild(d);\n  });\n\n  function goTo(n) {\n    slides[current].setAttribute('aria-current', 'false');\n    current = (n + total) % total;\n    track.style.transform = `translateX(-${current * 100}%)`;\n    dotWrap.querySelectorAll('.ieast-rev-dot').forEach((d, i) =\u003e {\n      d.classList.toggle('active', i === current);\n    });\n    slides[current].setAttribute('aria-current', 'true');\n  }\n\n  prevBtn.addEventListener('click', () =\u003e { goTo(current - 1); resetAuto(); });\n  nextBtn.addEventListener('click', () =\u003e { goTo(current + 1); resetAuto(); });\n\n  \/\/ Touch \/ swipe\n  let startX = 0;\n  track.addEventListener('touchstart', e =\u003e { startX = e.touches[0].clientX; }, { passive: true });\n  track.addEventListener('touchend', e =\u003e {\n    const dx = e.changedTouches[0].clientX - startX;\n    if (Math.abs(dx) \u003e 40) { dx \u003c 0 ? goTo(current + 1) : goTo(current - 1); resetAuto(); }\n  });\n\n  \/\/ Auto-advance\n  function startAuto() { autoTimer = setInterval(() =\u003e goTo(current + 1), 6000); }\n  function resetAuto()  { clearInterval(autoTimer); startAuto(); }\n  startAuto();\n\n  \/\/ Pause on hover\n  const section = document.getElementById('ieast-reviews');\n  if (section) {\n    section.addEventListener('mouseenter', () =\u003e clearInterval(autoTimer));\n    section.addEventListener('mouseleave', startAuto);\n  }\n\n  goTo(0);\n})();\n\u003c\/script\u003e\n\n\n\u003c!-- CONFIGURATION OPTIONS --\u003e\n\u003csection class=\"faucet-desc__config\" id=\"configure\"\u003e\n\u003ch2\u003eConfigure Your Perfect Faucet\u003c\/h2\u003e\n\u003cp class=\"faucet-desc__config-intro\"\u003eThis faucet can be customized to perfectly suit your kitchen needs. Choose from different body sizes to match your sink dimensions, add a convenient side sprayer for versatility, and select handle styles that complement your kitchen's aesthetic. Each configuration maintains the same exceptional quality and handcrafted Moroccan artistry.\u003c\/p\u003e\n\u003cdiv class=\"faucet-desc__config-grid\"\u003e\n\u003cdiv class=\"faucet-desc__config-section\"\u003e\n\u003ch3\u003eBody Size \u0026amp; Sprayer Options\u003c\/h3\u003e\n\u003cdiv class=\"faucet-desc__config-options\"\u003e\n\u003cdiv class=\"faucet-desc__config-option\"\u003e6\" Regular\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-option\"\u003e8\" King\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-option\"\u003e6\" + Sprayer\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-option\"\u003e8\" King + Sprayer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-section\"\u003e\n\u003ch3\u003eHandle Styles\u003c\/h3\u003e\n\u003cdiv class=\"faucet-desc__config-options\"\u003e\n\u003cdiv class=\"faucet-desc__config-option\"\u003eSimple Cross Handles\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-option\"\u003eFlat Cross Handles\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-option\"\u003eLever Handles\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slider-wrap\"\u003e\n\u003ch3 class=\"faucet-desc__config-slider-title\"\u003eConfiguration Gallery\u003c\/h3\u003e\n\u003cbutton class=\"faucet-desc__config-arrow faucet-desc__config-arrow--left\"\u003e‹\u003c\/button\u003e \u003cbutton class=\"faucet-desc__config-arrow faucet-desc__config-arrow--right\"\u003e›\u003c\/button\u003e\n\u003cdiv class=\"faucet-desc__config-slider-container\" id=\"configSlider\"\u003e\n\u003cdiv class=\"faucet-desc__config-slider\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\n\u003cimg decoding=\"async\" loading=\"lazy\" class=\"faucet-desc__config-slide-img\" alt=\"Lever Handle Detail\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/8_StraightBridgeFaucetHAN0003_HandleDetail__IK-001-04-001-03-23.jpg?v=1759859654\u0026amp;width=1800\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eLever Handle\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=\"Flat Cross Handle Detail\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/8_StraightBridgeFaucetHAN0002_HandleDetail__IK-001-04-001-02-23.jpg?v=1759859654\u0026amp;width=1800\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eFlat Cross Handle\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=\"Simple Cross Handle Detail\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/8_StraightBridgeFaucetHAN0001_HandleDetail__IK-001-04-001-01-23.jpg?v=1759859654\u0026amp;width=1800\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eSimple Cross Handle\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=\"Sprayer Detail\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/heritage-unlacquered-brass-kitchen-bridge-faucet-3403370.jpg?v=1773579379\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eSide Sprayer\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=\"Bridge with Cross Handle + Sprayer\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/1_8e67059d-6ff4-4772-a5a4-e2f76e426152.jpg?v=1759860708\u0026amp;width=1800\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eBridge with Simple Cross Handle + Sprayer\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=\"Bridge with Lever Handle + Sprayer\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/2.jpg?v=1759860725\u0026amp;width=1800\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eBridge with Lever Handle + Sprayer\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=\"Bridge with Flat Cross Handle + Sprayer\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/3.jpg?v=1759860749\u0026amp;width=1800\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eBridge with Flat Cross Handle + Sprayer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA after configuration --\u003e\n\u003cdiv style=\"text-align: center; margin-top: 30px;\"\u003e\u003cbutton class=\"faucet-desc__cta-primary\"\u003eSelect Your Configuration\u003c\/button\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- REVIEWS --\u003e\n\u003csection class=\"faucet-desc__reviews\"\u003e\n\u003ch2\u003eWhat Our Customers Say\u003c\/h2\u003e\n\u003cdiv style=\"position: relative;\"\u003e\n\u003cdiv class=\"faucet-desc__review-slider-wrap\" id=\"reviewSlider\"\u003e\n\u003cdiv class=\"faucet-desc__review-slider\"\u003e\n\u003carticle class=\"faucet-desc__review-slider-item\"\u003e\n\u003cdiv class=\"faucet-desc__review-card\"\u003e\n\u003cdiv class=\"faucet-desc__review-header\"\u003e\n\u003cspan class=\"faucet-desc__review-author\"\u003eMatthew S.\u003c\/span\u003e \u003cspan class=\"faucet-desc__review-verified\"\u003eVerified\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"faucet-desc__review-text\"\u003eBeyond expectations, the quality and weight of this faucet is impressive. I haven't stopped talking about the knobs and how they feel so luxury for the last 2 days and we don't even have it installed yet.\u003c\/p\u003e\n\u003cdiv class=\"faucet-desc__review-highlight\"\u003e\"The quality and weight... feels so luxury\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"faucet-desc__review-slider-item\"\u003e\n\u003cdiv class=\"faucet-desc__review-card\"\u003e\n\u003cdiv class=\"faucet-desc__review-header\"\u003e\n\u003cspan class=\"faucet-desc__review-author\"\u003eDanielle C.\u003c\/span\u003e \u003cspan class=\"faucet-desc__review-verified\"\u003eVerified\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"faucet-desc__review-text\"\u003eIt's just as beautiful and quality material as I expected it to be, it's going to be beautiful in our new kitchen. Great customer service and responsive communication throughout the entire process.\u003c\/p\u003e\n\u003cdiv class=\"faucet-desc__review-highlight\"\u003e\"Great customer service and great product\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"faucet-desc__review-slider-item\"\u003e\n\u003cdiv class=\"faucet-desc__review-card\"\u003e\n\u003cdiv class=\"faucet-desc__review-header\"\u003e\n\u003cspan class=\"faucet-desc__review-author\"\u003eLindsey H.\u003c\/span\u003e \u003cspan class=\"faucet-desc__review-verified\"\u003eVerified\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"faucet-desc__review-text\"\u003eWe are so pleased with the quality and craftmanship! The unlacquered brass is stunning and already gaining a beautiful patina. The quality and craftsmanship is second to none!\u003c\/p\u003e\n\u003cdiv class=\"faucet-desc__review-highlight\"\u003e\"Quality and craftsmanship is second to none!\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- GUARANTEE BOX --\u003e\n\u003cdiv class=\"faucet-desc__guarantee-box\"\u003e\n\u003ch3\u003e🛡️ Our No-Risk Promise to You\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e30-Day Returns:\u003c\/strong\u003e Changed your mind? We'll refund you - just send it back unused in its original packaging.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e5-Year Fixture Warranty:\u003c\/strong\u003e We'll repair or replace any manufacturing defects\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLifetime Expert Support:\u003c\/strong\u003e Our team is always here to help with installation and maintenance\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eWe're so confident you'll love this faucet, the risk is entirely on us.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT IMAGE --\u003e\n\u003csection style=\"margin: 60px 0;\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" style=\"width: 100%; max-width: 600px; margin: 0 auto; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,.1); display: block;\" alt=\"Unlacquered brass bridge kitchen faucet\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/heritage-unlacquered-brass-kitchen-bridge-faucet-4442135.webp\"\u003e\u003c\/section\u003e\n\u003c!-- COMPARISON TABLE --\u003e\n\u003csection class=\"faucet-desc__comparison\"\u003e\n\u003ch2\u003eWhy Choose Artisan-Crafted Over Mass-Produced?\u003c\/h2\u003e\n\u003ctable class=\"faucet-desc__comparison-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003c\/th\u003e\n\u003cth\u003eOur Faucet\u003c\/th\u003e\n\u003cth\u003eMass-Produced Alternatives\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003e✓ Solid brass throughout—no hollow parts\u003c\/td\u003e\n\u003ctd\u003e✗ Brass-plated zinc or plastic internals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFinish\u003c\/td\u003e\n\u003ctd\u003e✓ Living patina develops unique character\u003c\/td\u003e\n\u003ctd\u003e✗ Lacquer coating peels and chips over time\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCraftsmanship\u003c\/td\u003e\n\u003ctd\u003e✓ Hand-forged by Moroccan artisans\u003c\/td\u003e\n\u003ctd\u003e✗ Factory mass production assembly line\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeight \u0026amp; Feel\u003c\/td\u003e\n\u003ctd\u003e✓ Substantial, luxury heft (3.2 lbs)\u003c\/td\u003e\n\u003ctd\u003e✗ Lightweight, hollow feel (0.8 lbs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e✓ 5-year fixture \/ 1-year parts warranty\u003c\/td\u003e\n\u003ctd\u003e✗ 1-year typical (if any)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- PREMIUM FEATURES - IMPROVED GRID --\u003e\n\u003csection class=\"faucet-desc__features\"\u003e\n\u003ch2\u003eWhy This Faucet Is Worth The Investment\u003c\/h2\u003e\n\u003cul class=\"faucet-desc__features-list\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n              \u003cpath fill=\"currentColor\" d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eHandcrafted in Morocco by Master Artisans\u003c\/h4\u003e\n\u003cp\u003eEach faucet is meticulously crafted by skilled metalworkers using traditional techniques passed down through generations. You're not just buying a faucet—you're preserving an ancient craft.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n              \u003cpath fill=\"currentColor\" d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2Z\"\u003e\u003c\/path\u003e\n              \u003cpath stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\" d=\"M12 6V12L16 14\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eSolid Brass Construction (Not Plated)\u003c\/h4\u003e\n\u003cp\u003eBuilt entirely from solid brass—no hollow components, no thin plating that wears away. The substantial weight and durability you can feel immediately upon handling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n              \u003cpath fill=\"currentColor\" d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eLiving Unlacquered Finish\u003c\/h4\u003e\n\u003cp\u003eAges naturally over time, developing a rich patina that tells your home's unique story. Unlike lacquered finishes that chip and peel, unlacquered brass becomes more beautiful with age.\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\u003c\/path\u003e\n              \u003ccircle fill=\"white\" r=\"3\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003ePremium 1\/2\" Ceramic Cartridges\u003c\/h4\u003e\n\u003cp\u003eIndustry-leading ceramic disc cartridges deliver smooth, drip-free performance with exceptional durability. Lab-tested for 500,000+ cycles—that's decades of daily use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- LIFESTYLE SECTIONS --\u003e\n\u003csection class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Moroccan handcrafted brass faucet detail\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/heritage-unlacquered-brass-kitchen-bridge-faucet-4442135.webp\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003eMoroccan Artisan Heritage\u003c\/h3\u003e\n\u003cp\u003eEach faucet is meticulously handcrafted by skilled Moroccan artisans who have perfected their craft over generations. Using traditional metalworking techniques, they shape solid brass into this elegant bridge-style design that brings authentic character and warmth to your kitchen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"lifestyle-section\" style=\"direction: rtl;\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Unlacquered brass patina development\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/iap_800x800.6497423370_p11yuh0g.webp?v=1760696810\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003eA Finish That Tells Your Story\u003c\/h3\u003e\n\u003cp\u003eThe unlacquered brass finish is designed to age gracefully, developing a unique patina that reflects your home's story. Each mark and subtle color shift adds character, creating a one-of-a-kind piece that grows more beautiful with use. This living finish celebrates the natural beauty of brass rather than fighting against it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Bridge faucet components and construction\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/heritage-unlacquered-brass-kitchen-bridge-faucet-4108971.png?v=1773579378\u0026amp;width=1946\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003ePrecision Engineering Meets Artisan Craft\u003c\/h3\u003e\n\u003cp\u003eBeneath the artisan exterior lies serious engineering. Premium ceramic cartridges ensure smooth, drip-free operation for years. The swiveling spout provides flexibility for washing and filling, while the solid brass construction guarantees structural integrity and lasting performance that stands up to daily use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"lifestyle-section\" style=\"direction: rtl;\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Brass faucet installation setup\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/2.jpg?v=1759860725\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003eProfessional-Quality Installation Made Easy\u003c\/h3\u003e\n\u003cp\u003eDesigned for standard 8-inch spread configurations with straightforward installation. Correct plumbing fittings for your region and includes all necessary mounting hardware. The detailed manual guides you through every step, making professional-quality installation achievable for DIY enthusiasts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TECHNICAL SPECS --\u003e\n\u003csection class=\"faucet-desc__specs-section\"\u003e\n\u003ch2\u003eEngineered to Last Generations\u003c\/h2\u003e\n\u003ctable class=\"faucet-desc__specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eSolid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFinish\u003c\/td\u003e\n\u003ctd\u003eUnlacquered Brass (Develops Patina)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConfiguration\u003c\/td\u003e\n\u003ctd\u003eBridge-style with matching faceplate (deck plate\/escutcheon)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBody Size\u003c\/td\u003e\n\u003ctd\u003eRegular 6\" or King 8\" (overall arc height). \u003cem\u003eSpread remains 8\".\u003c\/em\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSpread\u003c\/td\u003e\n\u003ctd\u003e8 inches (203mm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHandle Style\u003c\/td\u003e\n\u003ctd\u003eLever, Cross, or Flat Cross Handles (Selectable)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCartridge Type\u003c\/td\u003e\n\u003ctd\u003eQuarter-turn 1\/2\" ceramic cartridges (lab-tested high cycle durability)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlumbing\u003c\/td\u003e\n\u003ctd\u003eCorrect fittings for your region\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCraftsmanship\u003c\/td\u003e\n\u003ctd\u003eHandmade in Morocco\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u2028 \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  .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 at no extra charge.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/section\u003e\n  \n\u003ch3\u003eKey Dimensions\u003c\/h3\u003e\n\u003cdiv class=\"faucet-desc__dimensions-grid\"\u003e\n\u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n\u003cdiv class=\"faucet-desc__dimension-label\"\u003eTotal Height\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-value\"\u003e12.90\"\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(328mm)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n\u003cdiv class=\"faucet-desc__dimension-label\"\u003eSpout Reach\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-value\"\u003e7.70\"\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(195.5mm)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n\u003cdiv class=\"faucet-desc__dimension-label\"\u003eSpout Height\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-value\"\u003e6.00\"\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(152mm)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n\u003cdiv class=\"faucet-desc__dimension-label\"\u003eCenter Spread\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-value\"\u003e8.00\"\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(203mm)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"color: var(--muted); margin-top: 12px; font-size: clamp(12px, 1.5vw, 13px); line-height: 1.6;\"\u003eRequires \u003cstrong\u003e3 pre-drilled holes\u003c\/strong\u003e (8\" center-to-center) for the faucet. If you select the \u003cstrong\u003eside sprayer\u003c\/strong\u003e, you'll need \u003cstrong\u003eone additional hole\u003c\/strong\u003e (total 4). We ship the correct connectors for your region by default. If you need a different standard, tell us at checkout. Faceplate is included and optional at install.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- SPEC SHEET DOWNLOAD --\u003e\n\u003cdiv class=\"faucet-desc__download\"\u003e\n\u003ch3\u003eComplete Installation Guide\u003c\/h3\u003e\n\u003cp\u003eDownload our detailed spec sheet with diagrams, measurements, and step-by-step instructions\u003c\/p\u003e\n\u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 15px;\"\u003e\n\u003ca download=\"\" rel=\"noopener noreferrer\" style=\"flex: 1 1 calc(50% - 15px); min-width: 250px;\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Bridge_6inch_-_Simple_Handle_-_IK-004-04-001-01-23.pdf?v=1771913398\" target=\"_blank\"\u003e 📄 Download 6\" Spec Sheet (PDF) \u003c\/a\u003e \u003ca download=\"\" rel=\"noopener noreferrer\" style=\"flex: 1 1 calc(50% - 15px); min-width: 250px;\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0029\/6861\/7006\/files\/Bridge_8inch_-_Lever_Handle_-_Specsheet_1.pdf\" target=\"_blank\"\u003e 📄 Download 8\" Spec Sheet (PDF) \u003c\/a\u003e \u003ca download=\"\" rel=\"noopener noreferrer\" style=\"flex: 1 1 calc(50% - 15px); min-width: 250px;\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Bridge_6inch_Guide.pdf?v=1771931444\" target=\"_blank\"\u003e 📄 Download 6\" Installation Guide (PDF) \u003c\/a\u003e \u003ca download=\"\" rel=\"noopener noreferrer\" style=\"flex: 1 1 calc(50% - 15px); min-width: 250px;\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Bridge_8inch_Guide.pdf?v=1771931450\" target=\"_blank\"\u003e 📄 Download 8\" Installation Guide (PDF) \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PACKAGE CONTENTS --\u003e\n\u003csection class=\"faucet-desc__package\"\u003e\n\u003ch2\u003eEverything You Need Included\u003c\/h2\u003e\n\u003cul class=\"faucet-desc__package-list\"\u003e\n\u003cli\u003eBridge Spout Assembly\u003c\/li\u003e\n\u003cli\u003eTwo Handles (Style Selected)\u003c\/li\u003e\n\u003cli\u003eCeramic Cartridges\u003c\/li\u003e\n\u003cli\u003eSupply Hoses (17\" with region-appropriate fittings)\u003c\/li\u003e\n\u003cli\u003eMounting Hardware\u003c\/li\u003e\n\u003cli\u003eAerator Assembly\u003c\/li\u003e\n\u003cli\u003eInstallation Manual\u003c\/li\u003e\n\u003cli\u003eProfessional Support\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"faucet-desc__faq\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this faucet worth the investment compared to cheaper alternatives?\u003c\/summary\u003e\n\u003cp\u003eAbsolutely. While mass-produced faucets may cost less upfront, they typically use brass-plated zinc that degrades within 3-5 years. Our solid brass construction lasts 20+ years, making it more cost-effective long-term. Plus, you get the living patina finish, artisan craftsmanship, and a 5-year warranty. Most customers tell us it's the best kitchen upgrade they've made.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow does the unlacquered brass patina develop?\u003c\/summary\u003e\n\u003cp\u003eUnlacquered brass naturally oxidizes over time, developing a rich, darker patina. The rate depends on water chemistry, humidity, and use patterns. Each faucet develops its own unique character—some prefer the warm golden look when new, others love the antique bronze that emerges over months.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I clean or polish the brass to restore the original finish?\u003c\/summary\u003e\n\u003cp\u003eYes! Use a brass polish or a mixture of lemon juice and baking soda to restore the bright brass finish. However, the unlacquered nature means it will continue to patina. Many customers love the lived-in look, but you can maintain the golden shine with regular polishing.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this compatible with my existing plumbing?\u003c\/summary\u003e\n\u003cp\u003eThe faucet is shipped correct connection for your region. It requires three pre-drilled holes with 8\" center-to-center spacing. Most standard kitchen sinks accommodate this configuration, but please verify your sink specifications before ordering.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat's included in the package?\u003c\/summary\u003e\n\u003cp\u003eYou'll receive everything needed for installation: the bridge spout assembly, two handles (your selected style), ceramic cartridges, 17\" supply hoses with correct regional fittings, mounting hardware, aerator assembly, and a detailed installation manual. Professional installation support is also available if needed.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long does shipping take?\u003c\/summary\u003e\n\u003cp\u003eDelivery typically takes 8-10 days. Each faucet is handcrafted to order in Morocco by our skilled artisans. We'll keep you updated throughout the process with tracking information.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWhat if I'm not satisfied with my purchase?\u003c\/summary\u003e\n\u003cp\u003eWe want you to love what you ordered. If you don't, return it within 30 days of delivery - unused and in its original packaging - for a full refund. Items that have been installed or used cannot be returned.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- VIDEO --\u003e\n\u003csection class=\"faucet-desc__video\"\u003e\n\u003cdiv class=\"faucet-desc__video-container\"\u003e\u003cvideo aria-label=\"Product overview video\" playsinline=\"\" loop=\"loop\" muted=\"\" autoplay=\"autoplay\"\u003e\n          \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/f28424641a1a4c00869531ea768d1522.mp4\"\u003e\n          Your browser does not support the video tag.\n        \u003c\/source\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FULL WARRANTY --\u003e\n\u003cdiv aria-label=\"Warranty \u0026amp; Guarantee\" role=\"region\" class=\"ie-warranty\"\u003e\n\u003cdiv class=\"ie-warranty__top\"\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\" class=\"ie-warranty__shield\"\u003e\n          \u003cpath fill=\"currentColor\" d=\"M12 2l7 3v6c0 5-3.6 9.7-7 11-3.4-1.3-7-6-7-11V5l7-3z\"\u003e\u003c\/path\u003e\n          \u003cpath fill=\"#fff\" d=\"M10.2 12.6l-1.9-1.9-1.1 1.1 3 3 5.6-5.6-1.1-1.1-4.5 4.5z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003ch3 class=\"ie-warranty__title\"\u003eWarranty \u0026amp; Guarantee\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ie-warranty__body\"\u003e\n\u003cp\u003eWe stand by the quality of our products with industry-leading protection.\u003c\/p\u003e\n\u003cul class=\"ie-warranty__list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e5-Year Limited Warranty\u003c\/strong\u003e on plumbing and accessories for residential use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e1-Year Warranty\u003c\/strong\u003e on wearable parts (cartridges, hoses, O-rings, cables, etc.).\u003c\/li\u003e\n\u003cli\u003eCovered for \u003cstrong\u003erepair or replacement\u003c\/strong\u003e in case of manufacturing defects (installation\/labor costs excluded).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVisual damages\u003c\/strong\u003e must be reported within \u003cstrong\u003e15 days\u003c\/strong\u003e of delivery with photos and proof of purchase.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"ie-warranty__note\"\u003eQuestions or need to file a claim? Email \u003ca href=\"\/cdn-cgi\/l\/email-protection#ef8c80819b8e8c9baf86819c868b8a8e9c9bc18c8082\"\u003e\u003cspan class=\"__cf_email__\" data-cfemail=\"0e6d61607a6f6d7a4e67607d676a6b6f7d7a206d6163\"\u003e[email protected]\u003c\/span\u003e\u003c\/a\u003e with your order number.\u003c\/p\u003e\n\u003cp class=\"ie-warranty__note\"\u003eFinish note: unlacquered brass develops a natural patina over time. This cosmetic aging is expected and celebrated—not considered a defect.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003cdiv class=\"faucet-desc__cta-section\" style=\"margin-top: 60px;\"\u003e\n\u003ch3 style=\"font-size: clamp(20px, 3vw, 24px); margin-bottom: 15px; color: var(--primary);\"\u003eReady to Transform Your Kitchen?\u003c\/h3\u003e\n\u003cp style=\"color: var(--muted); margin-bottom: 20px; font-size: clamp(13px, 1.5vw, 15px);\"\u003eJoin hundreds of homeowners who chose quality that lasts\u003c\/p\u003e\n\u003ca href=\"#\" class=\"faucet-desc__cta-primary\"\u003eConfigure \u0026amp; Order Now\u003c\/a\u003e\n\u003cdiv class=\"faucet-desc__trust-bar\"\u003e\n\u003cdiv\u003e5-Year Warranty\u003c\/div\u003e\n\u003cdiv\u003e30-Day Returns\u003c\/div\u003e\n\u003cdiv\u003eLifetime Support\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cscript data-cfasync=\"false\" src=\"\/cdn-cgi\/scripts\/5c5dd728\/cloudflare-static\/email-decode.min.js\"\u003e\u003c\/script\u003e \u003cscript\u003e\n  \/\/ Configuration slider navigation\n  function scrollConfigLeft() {\n    document.getElementById('configSlider').scrollBy({ left: -400, behavior: 'smooth' });\n  }\n  function scrollConfigRight() {\n    document.getElementById('configSlider').scrollBy({ left: 400, behavior: 'smooth' });\n  }\n\n  \/\/ Review slider navigation\n  function scrollReviewsLeft() {\n    document.getElementById('reviewSlider').scrollBy({ left: -400, behavior: 'smooth' });\n  }\n  function scrollReviewsRight() {\n    document.getElementById('reviewSlider').scrollBy({ left: 400, behavior: 'smooth' });\n  }\n\n  \/\/ Scroll to top where variation picker is\n  function scrollToVariations() {\n    window.scrollTo(0, 0);\n  }\n\n\u003c\/script\u003e \u003cscript\u003e\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n    const slider = document.getElementById('configSlider');\n    const leftBtn = document.querySelector('.faucet-desc__config-arrow--left');\n    const rightBtn = document.querySelector('.faucet-desc__config-arrow--right');\n\n    if (slider \u0026\u0026 leftBtn \u0026\u0026 rightBtn) {\n        \/\/ Scroll amount (approx one slide width)\n        const scrollAmount = 350; \n\n        rightBtn.addEventListener('click', () =\u003e {\n            slider.scrollBy({ left: scrollAmount, behavior: 'smooth' });\n        });\n\n        leftBtn.addEventListener('click', () =\u003e {\n            slider.scrollBy({ left: -scrollAmount, behavior: 'smooth' });\n        });\n    }\n});\n\u003c\/script\u003e\u003c\/p\u003e","brand":"Insideast","offers":[{"title":"6\"+Sprayer \/ Simple","offer_id":43525525766253,"sku":"IK-004-04-001-01-23(SET-04)","price":482.53,"currency_code":"USD","in_stock":true},{"title":"6\"+Sprayer \/ Flat","offer_id":43525525799021,"sku":"IK-004-04-001-02-23(SET-04)","price":482.53,"currency_code":"USD","in_stock":true},{"title":"6\"+Sprayer \/ Lever","offer_id":43525525831789,"sku":"IK-004-04-001-03-23(SET-04)","price":482.53,"currency_code":"USD","in_stock":true},{"title":"6\" \/ Simple","offer_id":43525505810541,"sku":"IK-004-04-001-01-23","price":326.83,"currency_code":"USD","in_stock":true},{"title":"6\" \/ Flat","offer_id":43525505843309,"sku":"IK-004-04-001-02-23","price":326.83,"currency_code":"USD","in_stock":true},{"title":"6\" \/ Lever","offer_id":43525505876077,"sku":"IK-004-04-001-03-23","price":326.83,"currency_code":"USD","in_stock":true},{"title":"8\"+Sprayer \/ Simple","offer_id":43525525897325,"sku":"IK-001-04-001-01-23(SET-04)","price":572.34,"currency_code":"USD","in_stock":true},{"title":"8\"+Sprayer \/ Flat","offer_id":43525525930093,"sku":"IK-001-04-001-02-23(SET-04)","price":572.34,"currency_code":"USD","in_stock":true},{"title":"8\"+Sprayer \/ Lever","offer_id":43525525962861,"sku":"IK-001-04-001-03-23(SET-04)","price":572.34,"currency_code":"USD","in_stock":true},{"title":"8\" \/ Simple","offer_id":43525506105453,"sku":"IK-001-04-001-01-23","price":432.21,"currency_code":"USD","in_stock":true},{"title":"8\" \/ Flat","offer_id":43525506138221,"sku":"IK-001-04-001-02-23","price":432.21,"currency_code":"USD","in_stock":true},{"title":"8\" \/ Lever","offer_id":43525506170989,"sku":"IK-001-04-001-03-23","price":432.21,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/heritage-unlacquered-brass-kitchen-bridge-faucet-4442135.webp?v=1773579377"},{"product_id":"antique-brass-kitchen-faucet-unlacquered-brass-faucet","title":"Heritage - Unlacquered Brass Single Hole Sink Faucet","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.1rem,1.5vw,1.3rem);\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(2, 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  .faucet-desc__specs-section h2 {\n    font-size: 1.4rem;\n    font-weight: 700;\n    margin-bottom: 1rem;\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\u003c\/style\u003e\n\u003cdiv class=\"faucet-desc\"\u003e\n\u003cdiv class=\"faucet-desc__wrap\"\u003e\n\u003c!-- HEADER --\u003e\u003cheader class=\"faucet-desc__header\"\u003e\n\u003cdiv class=\"faucet-desc__eyebrow\"\u003eArtisan Heritage\u003c\/div\u003e\n\u003ch2 class=\"faucet-desc__title\"\u003eHeritage Unlacquered Brass Single Hole Sink Faucet\u003c\/h2\u003e\n\u003cp class=\"faucet-desc__sub\"\u003eTimeless Elegance, Effortlessly Installed\u003c\/p\u003e\n\u003cdiv style=\"max-width: 700px; margin: 20px auto 0; color: var(--muted); line-height: 1.7; font-size: clamp(1rem, 1.5vw, 1.1rem);\"\u003e\n\u003cp\u003eThe Heritage faucet is forged in the spirit of 19th-century brass foundries where durability and beauty were inseparable. Each piece is hand-finished by artisans who understand metal as a living material.\u003c\/p\u003e\n\u003cp style=\"margin-top: 15px;\"\u003eIts unlacquered brass surface begins bright and golden, then gently deepens to warm amber and antique bronze as it interacts with water, air, and daily use. This evolution is not a flaw. it’s the soul of the piece.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- CTA SECTION --\u003e\n\u003csection class=\"faucet-desc__cta-section\"\u003e\n\u003cdiv style=\"font-size: clamp(14px, 2vw, 16px); margin-bottom: 20px;\" class=\"faucet-desc__price-note\"\u003eHandcrafted to order • Free Delivery\u003c\/div\u003e\n\u003cbutton class=\"faucet-desc__cta-primary\"\u003eConfigure \u0026amp; Add to Cart\u003c\/button\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\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv\u003eLifetime Support\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- GUARANTEES BAR --\u003e\n\u003cdiv class=\"faucet-desc__guarantees-bar\"\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath 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\" fill=\"currentColor\"\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 viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M12 2L20 7V12C20 16.5 16.5 20 12 22C7.5 20 4 16.5 4 12V7L12 2Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 12L11 14L15 10\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#fff\"\u003e\n          \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 viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 6V12L16 14\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#fff\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003eFree Shipping\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM13 17H11V15H13V17ZM13 13H11V7H13V13Z\" fill=\"currentColor\"\u003e\n          \u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003eLifetime Support\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SCARCITY NOTICE --\u003e\n\u003cdiv class=\"faucet-desc__scarcity-notice\"\u003e⏱️ \u003cstrong\u003eLimited Production:\u003c\/strong\u003e Due to the handcrafted nature, we can only produce a limited quantity each month. \u003ca href=\"#configure\"\u003eReserve yours today.\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- HERO IMAGE --\u003e\n\u003csection style=\"margin: clamp(40px, 6vw, 80px) 0;\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/heritage-unlacquered-brass-single-hole-sink-faucet-2153816.webp\" alt=\"Heritage Unlacquered Brass Single Hole Sink Faucet\" style=\"width: 100%; max-width: 800px; height: auto; border-radius: 12px; margin: 0 auto; display: block; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 40px;\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/section\u003e\n\u003c!-- REVIEW STATS --\u003e \u003c!-- Review Stats Removed --\u003e \u003c!-- REVIEW HIGHLIGHTS --\u003e\n\u003cdiv class=\"faucet-desc__review-highlights\"\u003e\n\u003cdiv class=\"highlight\"\u003e“Stunning patina over time”\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e“Effortless installation”\u003c\/div\u003e\n\u003cdiv class=\"highlight\"\u003e“Solid, heirloom quality”\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CONFIGURATION OPTIONS --\u003e\n\u003csection id=\"configure\" class=\"faucet-desc__config\"\u003e\n\u003ch2\u003eChoose Your Handle Style\u003c\/h2\u003e\n\u003cp class=\"faucet-desc__config-intro\"\u003eSelect the handle design that complements your aesthetic both meticulously cast in solid unlacquered brass and built to age beautifully alongside the faucet body.\u003c\/p\u003e\n\u003cdiv class=\"faucet-desc__config-grid\"\u003e\n\u003cdiv class=\"faucet-desc__config-section\"\u003e\n\u003ch3\u003eHandle Design\u003c\/h3\u003e\n\u003cdiv style=\"grid-template-columns: 1fr 1fr;\" class=\"faucet-desc__config-options\"\u003e\n\u003cdiv class=\"faucet-desc__config-option\"\u003e\n\u003cimg alt=\"Simple Cross Handle\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/heritage-unlacquered-brass-single-hole-sink-faucet-9516609.jpg\" style=\"width: 100%; height: 80px; object-fit: cover; border-radius: 4px;\" loading=\"lazy\" decoding=\"async\"\u003e Simple Cross Handles\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-option\"\u003e\n\u003cimg alt=\"Flat Cross Handle\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/heritage-unlacquered-brass-single-hole-sink-faucet-8592366.jpg\" style=\"width: 100%; height: 80px; object-fit: cover; border-radius: 4px;\" loading=\"lazy\" decoding=\"async\"\u003e Flat Cross Handles\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-section\"\u003e\n\u003cp style=\"margin-top: 20px; font-size: 13px; color: var(--accent); text-align: center;\"\u003e✨ Need a custom finish or size? Contact us for bespoke configurations — we love collaborating on unique projects.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slider-wrap\"\u003e\n\u003ch3 class=\"faucet-desc__config-slider-title\"\u003eGallery\u003c\/h3\u003e\n\u003cbutton class=\"faucet-desc__config-arrow faucet-desc__config-arrow--left\"\u003e‹\u003c\/button\u003e \u003cbutton class=\"faucet-desc__config-arrow faucet-desc__config-arrow--right\"\u003e›\u003c\/button\u003e\n\u003cdiv id=\"configSlider\" class=\"faucet-desc__config-slider-container\"\u003e\n\u003cdiv class=\"faucet-desc__config-slider\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/heritage-unlacquered-brass-single-hole-sink-faucet-6580041.jpg\" alt=\"Heritage Faucet Hero View\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/heritage-unlacquered-brass-single-hole-sink-faucet-9510280.jpg\" alt=\"Front View\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/heritage-unlacquered-brass-single-hole-sink-faucet-7776426.jpg\" alt=\"Side View\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/heritage-unlacquered-brass-single-hole-sink-faucet-9562887.jpg\" alt=\"Base Detail\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/heritage-unlacquered-brass-single-hole-sink-faucet-9409700.jpg\" alt=\"Aerator Detail\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/heritage-unlacquered-brass-single-hole-sink-faucet-9516609.jpg\" alt=\"Simple Cross Handle Detail\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/heritage-unlacquered-brass-single-hole-sink-faucet-8592366.jpg\" alt=\"Flat Cross Handle Detail\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/heritage-unlacquered-brass-single-hole-sink-faucet-3227151.jpg\" alt=\"Components\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- GUARANTEE BOX --\u003e\n\u003cdiv class=\"faucet-desc__guarantee-box\"\u003e\n\u003ch3\u003e🛡️ Our Promise to You\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLifetime Quality:\u003c\/strong\u003e Built to last generations with solid brass and serviceable components — repairable, not disposable.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eMaster Craftsmanship:\u003c\/strong\u003e Every curve, thread, and joint is shaped by artisans who treat brass as both material and legacy.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSatisfaction Guaranteed:\u003c\/strong\u003e 30-day returns, responsive support, and a commitment to your long-term joy.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eWe craft not just fixtures—but heirlooms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- COMPARISON TABLE --\u003e\n\u003csection class=\"faucet-desc__comparison\"\u003e\n\u003ch2\u003eWhy Heritage Stands Apart\u003c\/h2\u003e\n\u003ctable class=\"faucet-desc__comparison-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eHeritage Faucet\u003c\/th\u003e\n\u003cth\u003eStandard Brass Faucet\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\u003cstrong\u003e100% Solid Brass\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eHollow Zinc Alloy (Brass-plated)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFinish\u003c\/td\u003e\n\u003ctd\u003e\u003cstrong\u003eUnlacquered — evolves naturally\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLacquered — static, may peel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCartridge\u003c\/td\u003e\n\u003ctd\u003e\u003cstrong\u003eCeramic Disc, Replaceable\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003ePlastic, non-serviceable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e\u003cstrong\u003e5-Year + Lifetime Support\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e1–2 years, limited\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- DISTINCTIVE FEATURES --\u003e\n\u003csection class=\"faucet-desc__features\"\u003e\n\u003ch2\u003eDistinctive Features\u003c\/h2\u003e\n\u003cul class=\"faucet-desc__features-list\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M12 6V12L16 14\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#fff\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eLiving Finish\u003c\/h4\u003e\n\u003cp\u003eUnlacquered brass develops a rich, vintage patina over time, each faucet ages uniquely, telling the story of your space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\" fill=\"currentColor\"\u003e\n              \u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003e100% Solid Brass\u003c\/h4\u003e\n\u003cp\u003eNo hollow castings — just premium, solid brass for decades of reliable performance and heirloom quality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M21 16V8C21 6.9 20.1 6 19 6H5C3.9 6 3 6.9 3 8V16C3 17.1 3.9 18 5 18H19C20.1 18 21 17.1 21 16Z\" fill=\"currentColor\"\u003e\n              \u003c\/path\u003e\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"3\" fill=\"white\"\u003e\u003c\/circle\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eUniversal Fit\u003c\/h4\u003e\n\u003cp\u003eFits standard single-hole countertop or sink installations — no plumbing upgrades required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- LIFESTYLE SECTIONS --\u003e\n\u003csection class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/heritage-unlacquered-brass-single-hole-sink-faucet-3227151.jpg\" alt=\"Heritage Faucet Detail\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003eArtisan Excellence in Every Detail\u003c\/h3\u003e\n\u003cp\u003eFrom the hand-finished spout to the precisely engineered valve, every component reflects generations of brass craftsmanship no shortcuts, no compromises.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection style=\"direction: rtl;\" class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/heritage-unlacquered-brass-single-hole-sink-faucet-7776426.jpg\" alt=\"Swivel Spout in Action\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003eFunctional Elegance\u003c\/h3\u003e\n\u003cp\u003eThe built-in aerator ensures smooth, splash-free flow while conserving water—elegance that works as hard as you do.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TECHNICAL SPECS --\u003e \u003c!-- KEY DIMENSIONS --\u003e\n\u003csection class=\"faucet-desc__specs-section\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003ctable class=\"faucet-desc__specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eSolid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFinish\u003c\/td\u003e\n\u003ctd\u003eUnlacquered Brass (Develops Patina)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSpout Type\u003c\/td\u003e\n\u003ctd\u003eSwiveling for Versatile Use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAerator\u003c\/td\u003e\n\u003ctd\u003eBuilt-In for Water Efficiency\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign\u003c\/td\u003e\n\u003ctd\u003eTraditional with Easy Washer Replacement\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation\u003c\/td\u003e\n\u003ctd\u003eFits Existing Countertop Holes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatibility\u003c\/td\u003e\n\u003ctd\u003eMatches Insideast Brass Fixtures\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\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\"\u003eOverall Height\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-value\"\u003e11.60\"\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(294mm)\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.30\"\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(160mm)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n\u003cdiv class=\"faucet-desc__dimension-label\"\u003eHandle Height\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-value\"\u003e10.67\"\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(271mm)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n\u003cdiv class=\"faucet-desc__dimension-label\"\u003eHandle Width\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-value\"\u003e2.76\"\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(70mm)\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\"\u003e1.64\"\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(42mm)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n\u003cdiv class=\"faucet-desc__dimension-label\"\u003eSpout Diameter\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-value\"\u003e0.48\"\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(12mm)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n\u003cdiv class=\"faucet-desc__dimension-label\"\u003eThread Type\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-value\"\u003e1\/2\" BSP\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-unit\"\u003eMale Thread\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n\u003cdiv class=\"faucet-desc__dimension-label\"\u003eMounting Hole\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-value\"\u003e0.74\"\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(19mm)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\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 href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Cold_Water_Single_Hole_-_thread_1l2_-_IK-079-04-001-01-23.pdf?v=1758814314\" download=\"\"\u003e 📄 Download Spec Sheet (PDF) \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- PACKAGE CONTENTS --\u003e\n\u003csection class=\"faucet-desc__package\"\u003e\n\u003ch2\u003eWhat's Included\u003c\/h2\u003e\n\u003cul class=\"faucet-desc__package-list\"\u003e\n\u003cli\u003eFaucet body (solid unlacquered brass)\u003c\/li\u003e\n\u003cli\u003e1× Handle (Simple or Flat Cross, per selection)\u003c\/li\u003e\n\u003cli\u003eMounting hardware (solid brass washer, nut, gasket)\u003c\/li\u003e\n\u003cli\u003e¼-turn ceramic cartridge (pre-installed)\u003c\/li\u003e\n\u003cli\u003eFlexible supply hoses (24\", stainless braided)\u003c\/li\u003e\n\u003cli\u003eInstallation \u0026amp; care guide (PDF + printed card)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- UGC GALLERY (\"From Our Clients\") --\u003e\n\u003csection class=\"faucet-desc__ugc\"\u003e\n\u003ch2\u003eIn Real Homes\u003c\/h2\u003e\n\u003cdiv class=\"faucet-desc__ugc-intro\"\u003eReal installations. Real patina evolution.\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__ugc-grid\"\u003e\n\u003cdiv class=\"faucet-desc__ugc-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/323928656_201695189008750_8556981892684778211_n.jpg?v=1752229087\" alt=\"Kitchen Installation\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003cdiv class=\"faucet-desc__ugc-credit\"\u003eKitchen Installation\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__ugc-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/iap_800x800.7115218873_fv8ycgtk.webp?v=1760655568\" alt=\"Bathroom Vanity\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003cdiv class=\"faucet-desc__ugc-credit\"\u003eBathroom Vanity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FULL WARRANTY --\u003e\n\u003cdiv class=\"ie-warranty\" role=\"region\" aria-label=\"Warranty \u0026amp; Guarantee\"\u003e\n\u003cdiv class=\"ie-warranty__top\"\u003e\n\u003csvg class=\"ie-warranty__shield\" viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M12 2l7 3v6c0 5-3.6 9.7-7 11-3.4-1.3-7-6-7-11V5l7-3z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M10.2 12.6l-1.9-1.9-1.1 1.1 3 3 5.6-5.6-1.1-1.1-4.5 4.5z\" fill=\"#fff\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003ch3 class=\"ie-warranty__title\"\u003eWarranty \u0026amp; Guarantee\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ie-warranty__body\"\u003e\n\u003cp\u003eConfidence in every connection — backed by industry-leading protection.\u003c\/p\u003e\n\u003cul class=\"ie-warranty__list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e5-Year Limited Warranty\u003c\/strong\u003e on plumbing and accessories for residential use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e1-Year Warranty\u003c\/strong\u003e on wearable parts (cartridges, O-rings, etc.).\u003c\/li\u003e\n\u003cli\u003eCovered for \u003cstrong\u003erepair or replacement\u003c\/strong\u003e in case of manufacturing defects (installation\/labor costs excluded).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVisual damages\u003c\/strong\u003e must be reported within \u003cstrong\u003e15 days\u003c\/strong\u003e of delivery with photos and proof of purchase.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"ie-warranty__note\"\u003eQuestions or need to file a claim? Email \u003ca href=\"mailto:contact@insideast.com\"\u003econtact@insideast.com\u003c\/a\u003e with your order number.\u003c\/p\u003e\n\u003cp class=\"ie-warranty__note\"\u003eFinish note: unlacquered brass develops a natural patina — this is intentional and not a defect.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\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\u003eWhat is unlacquered brass and how does it patina?\u003c\/summary\u003e\n\u003cp\u003eUnlacquered brass is pure brass with no protective coating. Over time, it reacts with oxygen, moisture, and hand oils to develop a warm, mottled patina—deepening from bright gold to antique bronze. This aging is natural and unique to each piece.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I care for my unlacquered brass faucet?\u003c\/summary\u003e\n\u003cp\u003eSimply wipe with a soft cloth and mild soap. Avoid abrasive cleaners or polishes—they’ll strip the evolving patina. Patina can be slowed with occasional waxing (optional), but we recommend embracing its organic evolution.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill this fit my existing sink?\u003c\/summary\u003e\n\u003cp\u003eYes—this faucet is designed for standard single-hole installations. It uses a ½\" BSP Male thread (British Standard Pipe), which is critical for plumbing compatibility.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat’s the difference between the two handle styles?\u003c\/summary\u003e\n\u003cp\u003eBoth are solid brass and function identically. The \u003cstrong\u003eSimple Cross\u003c\/strong\u003e has rounded arms for a classic vintage look; the \u003cstrong\u003eFlat Cross\u003c\/strong\u003e features streamlined, squared arms for a more modern heritage aesthetic.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I install this faucet myself?\u003c\/summary\u003e\n\u003cp\u003eAbsolutely. It includes all mounting hardware and fits standard plumbing. Most DIYers complete installation in under 30 minutes with basic tools (adjustable wrench, plumber’s tape). A full guide is included in the PDF download.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003cdiv style=\"margin-top: 60px;\" class=\"faucet-desc__cta-section\"\u003e\n\u003ch3 style=\"font-size: clamp(20px, 3vw, 24px); margin-bottom: 15px; color: var(--primary);\"\u003eBring Heritage Home Today\u003c\/h3\u003e\n\u003cp style=\"color: var(--muted); margin-bottom: 20px; font-size: clamp(13px, 1.5vw, 15px);\"\u003eJoin designers and homeowners who choose authenticity over mass production. A faucet that doesn’t just function but evolves with your story.\u003c\/p\u003e\n\u003cbutton class=\"faucet-desc__cta-primary\"\u003eOrder Your Heritage Faucet Now\u003c\/button\u003e\n\u003cdiv class=\"faucet-desc__trust-bar\"\u003e\n\u003cdiv\u003eSecure Checkout\u003c\/div\u003e\n\u003cdiv\u003eFast Shipping\u003c\/div\u003e\n\u003cdiv\u003eQuality Guaranteed\u003c\/div\u003e\n\u003cdiv\u003e30-Day Returns\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CSS OVERRIDE FOR TECH SPECS TITLE --\u003e\n\u003cstyle\u003e\n  .faucet-desc__specs-title {\n    font-weight: normal;\n    text-align: left;\n  }\n\u003c\/style\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Simple Cross","offer_id":42667789647981,"sku":"IK-060-04-001-01-23","price":186.74,"currency_code":"USD","in_stock":true},{"title":"Flat Cross","offer_id":42667789680749,"sku":"IK-060-04-001-02-23","price":186.74,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/heritage-unlacquered-brass-single-hole-sink-faucet-2153816.webp?v=1773579375"},{"product_id":"unlacquered-brass-wall-mount-faucet-single-handle-bathroom-faucet-ibf04","title":"Heritage - Unlacquered Brass Bath Wall Mount Faucet","description":"\u003cul\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSolid Brass\u003c\/strong\u003e → Provides long-lasting durability and superior resistance to wear, unlike recycled materials.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003eUnlacquered Brass Finish \u003c\/strong\u003e→ Arrives polished and gradually develops a rich, aged patina for timeless character.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003eBuilt-In Aerator \u003c\/strong\u003e→ Ensures smooth water flow while conserving water for everyday use.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSingle Lever Handle\u003c\/strong\u003e → Allows effortless control of both water temperature and flow with one hand.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003eComplete Installation Kit \u003c\/strong\u003e→ Includes all necessary components and a step-by-step manual for quick, hassle-free setup.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003eStandard US Plumbing Compatibility\u003c\/strong\u003e → Fits easily into existing U.S. plumbing systems without additional adapters.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatible with Insideast Fixtures\u003c\/strong\u003e → Perfect match for your existing brass setup.\u003cspan\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003ctable style=\"width: 100.059%; height: 150.852px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 31.3298%; height: 19.6065px;\"\u003e\u003cstrong\u003eFinish\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 66.1152%; height: 19.6065px;\"\u003eUnlacquered Brass (Develops Patina)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 31.3298%; height: 19.6065px;\"\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 66.1152%; height: 19.6065px;\"\u003eSolid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 31.3298%; height: 19.6065px;\"\u003e\u003cstrong\u003eHandle Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 66.1152%; height: 19.6065px;\"\u003eSingle Lever for Easy Flow \u0026amp; Temperature Control\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 31.3298%; height: 19.6065px;\"\u003e\u003cstrong\u003eAerator\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 66.1152%; height: 19.6065px;\"\u003eBuilt-In for Steady Waterflow\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 31.3298%; height: 19.6065px;\"\u003e\u003cstrong\u003eThreading\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 66.1152%; height: 19.6065px;\"\u003e1\/2″ NPT (US Standard Compatible)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 31.3298%; height: 19.6065px;\"\u003e\u003cstrong\u003eCustomization\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 66.1152%; height: 19.6065px;\"\u003eCustom Spout Available on Request\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 31.3298%; height: 19.6065px;\"\u003e\u003cstrong\u003eIncluded Components\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 66.1152%; height: 19.6065px;\"\u003eRough-In Valve, Handle, Backplate, Spout\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 13.6065px;\"\u003e\n\u003ctd style=\"width: 31.3298%; height: 13.6065px;\"\u003e\u003cstrong\u003eReturn Policy\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 66.1152%; height: 13.6065px;\"\u003e30-Day Return\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e\u003cstrong\u003e➡️ \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Unlacquered_Brass_Built-in_Faucet_With_Single_Handle_Mixer_IB-050-02-001-16-24.pdf?v=1759485017\" title=\"Download Size Guide (PDF)\" rel=\"noopener\" target=\"_blank\"\u003eDownload Size Guide (PDF)\u003c\/a\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/PIC-2_51036f1a-b8b9-47fc-a363-3bf087f2fd75.jpg?v=1761571723\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"My Store","offers":[{"title":"Default Title","offer_id":42661848514669,"sku":"IB-050-02-001-16-24","price":278.24,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/heritage-unlacquered-brass-bath-wall-mount-faucet-2429264.png?v=1773579376"},{"product_id":"brass-kitchen-sink-faucet-unlacquered-brass-bridge-faucet","title":"Verdeau - Unlacquered Bridge Kitchen Faucet","description":"\u003cstyle\u003e\n    \/* ========== EXISTING STYLES — reused as-is ========== *\/\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.5rem, 1.9vw, 1.7rem);\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        padding-top: 50px;\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    .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    .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    .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    .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    .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    .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    .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 {\n        display: block;\n        font-size: 11px;\n        color: var(--accent);\n        font-weight: 700;\n        margin-top: 4px\n    }\n\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    .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-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    @media (max-width: 768px) {\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        .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        .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        .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        .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        .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        .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-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        .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        .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        .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        .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        .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        .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        .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        .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        .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        .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\u003c\/style\u003e\n\u003cdiv class=\"faucet-desc\"\u003e\n\u003cdiv class=\"faucet-desc__wrap\"\u003e\n\u003c!-- HEADER --\u003e\u003cheader class=\"faucet-desc__header\"\u003e\n\u003cdiv class=\"faucet-desc__eyebrow\"\u003eSolid Brass • Handcrafted in Morocco\u003c\/div\u003e\n\u003ch2 class=\"faucet-desc__title\"\u003eVerdeau — The Arch Bridge Faucet That Ages With Grace\u003c\/h2\u003e\n\u003cp class=\"faucet-desc__sub\"\u003eA refined V-arch bridge design in unlacquered solid brass—crafted to develop a rich, evolving patina over time. This isn’t just a faucet: it’s a living heirloom for your kitchen.\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\"\u003eHandcrafted to order • Fast Shipping\u003c\/div\u003e\n\u003ca aria-label=\"Configure and add to cart\" role=\"button\" class=\"faucet-desc__cta-primary\" href=\"#\"\u003e Configure \u0026amp; Add to Cart \u003c\/a\u003e\n\u003cdiv class=\"faucet-desc__trust-bar\"\u003e\n\u003cdiv\u003eHandcrafted in Morocco\u003c\/div\u003e\n\u003cdiv\u003e30-Day Returns\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 viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003cpath d=\"M12 2L20 7V12C20 16.5 16.5 20 12 22C7.5 20 4 16.5 4 12V7L12 2Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M9 12L11 14L15 10\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#fff\"\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 viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003cpath d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M12 6V12L16 14\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#fff\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e \u003cstrong\u003eUS-Standards Ready\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003cpath 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\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e \u003cstrong\u003eFull Compatibility with Insideast\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003cpath d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM13 17H11V15H13V17ZM13 13H11V7H13V13Z\" fill=\"currentColor\"\u003e\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 Handcrafted Batches:\u003c\/strong\u003e Due to artisan production, only a few units ship weekly. \u003ca href=\"#configure\"\u003eSecure yours before the next batch closes\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- HERO IMAGE --\u003e\n\u003csection style=\"margin: clamp(40px, 6vw, 80px) 0;\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/verdeau-unlacquered-bridge-kitchen-faucet-4254027.webp\" alt=\"Verdeau Unlacquered Brass Bridge Faucet\" style=\"width: 100%; max-width: 800px; height: auto; border-radius: 12px; margin: 0 auto; display: block; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 40px;\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/section\u003e\n\n\n  \u003c!-- ════════════════════════════════════════════════\n     REVIEWS SECTION SCOPED CSS\n     ════════════════════════════════════════════════ --\u003e\n\u003cstyle\u003e\n  \/* ─── Scoped Variables \u0026 Reset ─── *\/\n  .ieast-rev-island {\n    --bg-cream:  #fcfaf6;      \n    --top-bar:   #2e241c;      \n    --gold:      #cc9d6b;      \n    --ink:       #2c2a28;\n    --ink-soft:  #4a4744;\n    --ink-muted: #8c8782;\n    --note-bg:   #ffffff;\n    --border:    rgba(0, 0, 0, 0.05);\n    --shadow:    0 8px 24px rgba(46, 36, 28, 0.06); \n    --font-head: 'Cormorant Garamond', serif;\n    --font-body: 'Jost', sans-serif;\n    \n    -webkit-font-smoothing: antialiased;\n    font-family: var(--font-body);\n    color: var(--ink);\n    line-height: 1.5;\n    box-sizing: border-box;\n  }\n  \n  .ieast-rev-island *,\n  .ieast-rev-island *::before,\n  .ieast-rev-island *::after {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n  \/* ─── Section Shell ─── *\/\n  .ieast-rev-island {\n    max-width: 1000px;\n    margin: 20px auto; \n    background: var(--bg-cream);\n    border-radius: 4px; \n    position: relative;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n    border: 1px solid var(--border);\n    overflow: hidden;\n     max-height: 500px;\n  }\n  \/* ─── Top Bar ─── *\/\n  .ieast-rev-topbar {\n    background: var(--top-bar);\n    padding: 14px 12px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n  .ieast-rev-topbar span {\n    color: var(--gold);\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n  }\n  .ieast-rev-topbar-right {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  \/* ─── Slider ─── *\/\n  .ieast-rev-slider-wrap {\n    position: relative;\n    z-index: 2;\n  }\n  .ieast-rev-slider {\n    overflow: hidden;\n  }\n  .ieast-rev-track {\n    display: flex;\n    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n    will-change: transform;\n    align-items: stretch;\n  }\n  \/* ─── Slide ─── *\/\n  .ieast-rev-slide {\n    min-width: 100%;\n    \/* Keep a minimum height directly on the slide so text-only cards don't shrink the container *\/\n    min-height: 480px; \n    display: grid;\n    \/* Default: image left, content right *\/\n    grid-template-columns: 1.5fr 1fr; \n  }\n  \n  \/* Text-only slide variant *\/\n  .ieast-rev-slide.ieast-text-only {\n    grid-template-columns: 1fr;\n  }\n  \/* ─── Image Column ─── *\/\n  .ieast-rev-img-col {\n    position: relative;\n    width: 100%;\n    height: 100%;\n    overflow: hidden;\n  }\n  .ieast-rev-img {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n  \/* ─── Content Column (Right Side) ─── *\/\n  .ieast-rev-content {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: 20px 20px 60px 20px; \n    background: var(--bg-cream);\n    height: 100%;\n  }\n  \/* ─── The 'Note' Shape ─── *\/\n  .ieast-rev-note {\n    background: var(--note-bg);\n    padding: 24px 24px;\n    border-radius: 2px;\n    box-shadow: var(--shadow);\n    border: 1px solid #f4f0eb;\n    position: relative;\n    width: 100%;\n    max-width: 420px;\n    margin: 0 auto;\n  }\n  \n  .ieast-text-only .ieast-rev-note {\n    max-width: 500px;\n    padding: 30px 40px; \n  }\n  .ieast-rev-note::before {\n    content: '';\n    position: absolute;\n    top: 0; right: 0;\n    border-width: 0 16px 16px 0;\n    border-style: solid;\n    border-color: #f7f3ef var(--bg-cream) transparent transparent;\n    box-shadow: -2px 2px 4px rgba(0,0,0,0.03);\n    border-bottom-left-radius: 2px;\n  }\n  .ieast-rev-quote-mark {\n    font-family: var(--font-head);\n    font-size: 50px;\n    color: var(--gold);\n    line-height: 0.6;\n    margin-bottom: 10px;\n    display: block;\n  }\n  .ieast-rev-text {\n    font-family: var(--font-head);\n    font-size: clamp(13px, 2vw, 12px);\n    font-weight: 400;\n    line-height: 1.2;\n    color: var(--ink);\n    font-style: italic;\n    margin-bottom: 16px;\n  }\n  .ieast-rev-meta-block {\n    border-top: 1px solid var(--border);\n    padding-top: 18px;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n  }\n  .ieast-rev-stars {\n    display: flex;\n    gap: 4px;\n    margin-bottom: 4px;\n  }\n  .ieast-rev-stars svg {\n    width: 16px; height: 16px;\n    fill: var(--gold);\n  }\n  .ieast-rev-author-row {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n  }\n  .ieast-rev-name {\n    font-family: var(--font-body);\n    font-size: 13px;\n    font-weight: 500;\n    color: var(--ink);\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n  }\n  .ieast-rev-date {\n    font-size: 12px;\n    color: var(--ink-muted);\n    font-style: italic;\n  }\n  \/* ─── Navigation Controls ─── *\/\n  .ieast-rev-controls {\n    position: absolute;\n    bottom: 15px;\n    right: 0px;\n    width: 30%; \/* Anchors exactly over the right 40% (cream side) *\/\n    display: flex;\n    justify-content: flex-end;\n    align-items: center;\n    padding: 12px 20px;\n    z-index: 10;\n    background: linear-gradient(to top, var(--bg-cream) 60%, transparent); \n  }\n  .ieast-rev-arrows {\n    display: flex;\n    gap: 10px;\n  }\n  .ieast-rev-btn {\n    width: 30px; height: 30px;\n    border: 1px solid rgba(0,0,0,0.1);\n    background: var(--note-bg);\n    cursor: pointer;\n    display: flex; align-items: center; justify-content: center;\n    transition: all 0.3s ease;\n    border-radius: 50%;\n  }\n  .ieast-rev-btn:hover {\n    background: var(--top-bar);\n    border-color: var(--top-bar);\n  }\n  .ieast-rev-btn:hover svg { stroke: #fff; }\n  .ieast-rev-btn svg {\n    width: 16px; height: 16px;\n    stroke: var(--ink);\n    fill: none;\n    stroke-width: 1.2;\n    transition: stroke 0.3s;\n  }\n  .ieast-rev-dots {\n    display: flex;\n    gap: 6px;\n  }\n  .ieast-rev-dot {\n    width: 2px; height: 2px;\n    background: rgba(0,0,0,0.1);\n    border: none;\n    cursor: pointer;\n    padding: 0;\n    transition: all 0.3s ease;\n  }\n  .ieast-rev-dot.active {\n    background: var(--top-bar);\n    }\n   .ieast-rev-dot:nth-child(n+8) {\n    display: none;\n  }\n  \/* ─── Mobile ─── *\/\n  @media (max-width: 992px) {\n    .ieast-rev-island { max-width: 92%; }\n    .ieast-rev-slide { grid-template-columns: 1.2fr 1fr; }\n    .ieast-rev-slide.ieast-text-only { grid-template-columns: 1fr; }\n    .ieast-rev-controls { width: 45.45%; } \n  }\n  @media (max-width: 768px) {\n    .ieast-rev-island { margin: 20px auto; border-radius: 4px; max-height: none;  }\n    .ieast-rev-topbar span { font-size: 9px; }\n    \n    .ieast-rev-slide {\n      grid-template-columns: 1fr; \n      min-height: auto; \/* Allow auto height on mobile *\/\n    }\n    \n    .ieast-rev-img-col {\n      min-height: 280px;\n    }\n    \n    .ieast-rev-content {\n      padding: 20px 16px 70px 16px;\n    }\n    .ieast-rev-note, .ieast-text-only .ieast-rev-note {\n      padding: 20px 16px;\n    }\n    .ieast-rev-text {\n      font-size: 18px;\n    }\n    \n    .ieast-rev-controls {\n      width: 100%; \n      background: var(--bg-cream); \n      padding: 16px 20px;\n    }\n  }\n\u003c\/style\u003e\n \u003c!-- ════════════════════════════════════════════════\n     REVIEWS SECTION HTML\n     ════════════════════════════════════════════════ --\u003e\n\u003csection class=\"ieast-rev-island\" id=\"ieast-reviews\"\u003e\n  \u003c!-- Top Bar --\u003e\n  \u003cdiv class=\"ieast-rev-topbar\"\u003e\n    \u003cspan\u003e+ REAL CUSTOMER STORY\u003c\/span\u003e\n    \u003cdiv class=\"ieast-rev-topbar-right\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"currentColor\" stroke=\"none\"\u003e\u003cpath d=\"M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003cspan\u003eINSIDEAST FAUCETS\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003c!-- Slider --\u003e\n  \u003cdiv class=\"ieast-rev-slider-wrap\"\u003e\n    \u003cdiv class=\"ieast-rev-slider\"\u003e\n      \u003cdiv class=\"ieast-rev-track\" id=\"ieastSliderTrack\"\u003e\n        \u003c!-- ── Slide: Review by liv_alliston_design ── --\u003e\n\u003carticle class=\"ieast-rev-slide\" aria-label=\"Review by liv_alliston_design\" aria-current=\"false\"\u003e\n  \u003cdiv class=\"ieast-rev-img-col\"\u003e\n    \u003cimg class=\"ieast-rev-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/verdeau-unlacquered-bridge-kitchen-faucet-rev1.png\" alt=\"liv_alliston_design's review image\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"ieast-rev-content\"\u003e\n    \u003cdiv class=\"ieast-rev-note\"\u003e\n      \u003cspan class=\"ieast-rev-quote-mark\"\u003e“\u003c\/span\u003e\n      \u003cp class=\"ieast-rev-text\"\u003e\n        I’m in love with the this Victorian, brass bridge faucet from \u003ca href=\"https:\/\/www.instagram.com\/insideastdesigns\/\" target=\"_blank\" style=\"color: var(--gold); text-decoration: none; font-weight: 500;\"\u003e@insideastdesigns\u003c\/a\u003e. It’s weighty and stunning and plays off of the yellow veining in the quartzite slab. Definitely a feature of the kitchen ☺️\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"ieast-rev-meta-block\"\u003e\n        \u003cdiv class=\"ieast-rev-stars\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ieast-rev-author-row\"\u003e\n          \u003cspan class=\"ieast-rev-name\"\u003e\n            \u003ca href=\"https:\/\/www.instagram.com\/liv_alliston_design\/\" target=\"_blank\" style=\"text-decoration: none; color: inherit; display: inline-flex; align-items: center; gap: 5px;\"\u003e\n              liv_alliston_design\n              \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"display: block;\"\u003e\n                \u003cdefs\u003e\n                   \u003c!-- We use a unique ID for the gradient to prevent conflicts --\u003e\n                  \u003cradialgradient id=\"ieast-ig-grad-liv\" r=\"150%\" cx=\"30%\" cy=\"107%\"\u003e\n                    \u003cstop offset=\"0%\" stop-color=\"#fdf497\"\u003e\u003c\/stop\u003e\n                    \u003cstop offset=\"5%\" stop-color=\"#fdf497\"\u003e\u003c\/stop\u003e\n                    \u003cstop offset=\"45%\" stop-color=\"#fd5949\"\u003e\u003c\/stop\u003e\n                    \u003cstop offset=\"60%\" stop-color=\"#d6249f\"\u003e\u003c\/stop\u003e\n                    \u003cstop offset=\"90%\" stop-color=\"#285AEB\"\u003e\u003c\/stop\u003e\n                  \u003c\/radialgradient\u003e\n                \u003c\/defs\u003e\n                \u003crect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"5\" ry=\"5\" stroke=\"url(#ieast-ig-grad-liv)\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n                \u003cpath d=\"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z\" stroke=\"url(#ieast-ig-grad-liv)\" stroke-width=\"2\"\u003e\u003c\/path\u003e\n                \u003ccircle cx=\"17.5\" cy=\"6.5\" r=\"1.5\" fill=\"url(#ieast-ig-grad-liv)\" stroke=\"none\"\u003e\u003c\/circle\u003e\n              \u003c\/svg\u003e\n            \u003c\/a\u003e\n          \u003c\/span\u003e\n          \u003cspan class=\"ieast-rev-date\"\u003e\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/article\u003e\n        \u003c!-- ── Slide 1: Review with Photo ── --\u003e\n        \u003carticle class=\"ieast-rev-slide\" aria-label=\"Review by Kristina\" aria-current=\"true\"\u003e\n          \u003cdiv class=\"ieast-rev-img-col\"\u003e\n            \u003cimg class=\"ieast-rev-img\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/verdeau-unlacquered-bridge-kitchen-faucet-3992027.png\" alt=\"Kristina's review image\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ieast-rev-content\"\u003e\n            \u003cdiv class=\"ieast-rev-note\"\u003e\n              \u003cspan class=\"ieast-rev-quote-mark\"\u003e“\u003c\/span\u003e\n              \u003cp class=\"ieast-rev-text\"\u003eI just love this faucet. So beautiful and amazing quality! Thank you so much!\u003c\/p\u003e\n              \n              \u003cdiv class=\"ieast-rev-meta-block\"\u003e\n                \u003cdiv class=\"ieast-rev-stars\" aria-label=\"5 out of 5 stars\"\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ieast-rev-author-row\"\u003e\n                  \u003cspan class=\"ieast-rev-name\"\u003eKristina\u003c\/span\u003e\n                  \u003cspan class=\"ieast-rev-date\"\u003e30 May, 2025\u003c\/span\u003e\n                \u003c\/div\u003e\n               \n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n        \u003c!-- ── Slide 2: Review with Photo ── --\u003e\n        \u003carticle class=\"ieast-rev-slide\" aria-label=\"Review by Chris\" aria-current=\"false\"\u003e\n          \u003cdiv class=\"ieast-rev-img-col\"\u003e\n            \u003cimg class=\"ieast-rev-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/verdeau-unlacquered-bridge-kitchen-faucet-rev2.png\" alt=\"Chris's review image\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ieast-rev-content\"\u003e\n            \u003cdiv class=\"ieast-rev-note\"\u003e\n              \u003cspan class=\"ieast-rev-quote-mark\"\u003e“\u003c\/span\u003e\n              \u003cp class=\"ieast-rev-text\"\u003eI immediately noticed Insideast made fantastic design improvements since my 2022 order. The threaded base is longer for thick countertops, handles have a lovely brass cover, and the swivel neck is highly solid. Brilliant quality updates!\u003c\/p\u003e\n              \n              \u003cdiv class=\"ieast-rev-meta-block\"\u003e\n                \u003cdiv class=\"ieast-rev-stars\"\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ieast-rev-author-row\"\u003e\n                  \u003cspan class=\"ieast-rev-name\"\u003eChris\u003c\/span\u003e\n                  \u003cspan class=\"ieast-rev-date\"\u003e22 Nov, 2024\u003c\/span\u003e\n                \u003c\/div\u003e\n               \n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n        \u003c!-- ── Slide 3: Review with Photo ── --\u003e\n        \u003carticle class=\"ieast-rev-slide\" aria-label=\"Review by Erica\" aria-current=\"false\"\u003e\n          \u003cdiv class=\"ieast-rev-img-col\"\u003e\n            \u003cimg class=\"ieast-rev-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/verdeau-unlacquered-bridge-kitchen-faucet-rev3.png\" alt=\"Erica's review image\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ieast-rev-content\"\u003e\n            \u003cdiv class=\"ieast-rev-note\"\u003e\n              \u003cspan class=\"ieast-rev-quote-mark\"\u003e“\u003c\/span\u003e\n              \u003cp class=\"ieast-rev-text\"\u003eLove my faucet and sprayer so much!!!!!\u003c\/p\u003e\n              \n              \u003cdiv class=\"ieast-rev-meta-block\"\u003e\n                \u003cdiv class=\"ieast-rev-stars\"\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ieast-rev-author-row\"\u003e\n                  \u003cspan class=\"ieast-rev-name\"\u003eErica\u003c\/span\u003e\n                  \u003cspan class=\"ieast-rev-date\"\u003e22 Apr, 2022\u003c\/span\u003e\n                \u003c\/div\u003e\n              \n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n      \u003c\/div\u003e\n\u003c!-- \/track --\u003e\n    \u003c\/div\u003e\n\u003c!-- \/slider --\u003e\n    \u003c!-- Navigation Controls --\u003e\n    \u003cnav class=\"ieast-rev-controls\" aria-label=\"Review navigation\"\u003e\n      \u003cdiv class=\"ieast-rev-dots\" id=\"ieastDotContainer\" role=\"tablist\" aria-label=\"Go to review\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ieast-rev-arrows\"\u003e\n        \u003cbutton class=\"ieast-rev-btn\" id=\"ieastPrevBtn\" aria-label=\"Previous review\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M15 18l-6-6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cbutton class=\"ieast-rev-btn\" id=\"ieastNextBtn\" aria-label=\"Next review\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M9 18l6-6-6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/button\u003e\n      \u003c\/div\u003e\n    \u003c\/nav\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- \/slider-wrap --\u003e\n\n\u003c!-- ════════════════════════════════════════════════\n     REVIEWS SECTION SCRIPT\n     ════════════════════════════════════════════════ --\u003e\n\u003cscript\u003e\n(function() {\n  const track     = document.getElementById('ieastSliderTrack');\n  const prevBtn   = document.getElementById('ieastPrevBtn');\n  const nextBtn   = document.getElementById('ieastNextBtn');\n  const dotWrap   = document.getElementById('ieastDotContainer');\n  \n  if (!track || !prevBtn || !nextBtn || !dotWrap) return;\n  const slides    = track.querySelectorAll('.ieast-rev-slide');\n  const total     = slides.length;\n  let   current   = 0;\n  let   autoTimer = null;\n  \/\/ Build dots\n  slides.forEach((_, i) =\u003e {\n    const d = document.createElement('button');\n    d.className = 'ieast-rev-dot' + (i === 0 ? ' active' : '');\n    d.setAttribute('role', 'tab');\n    d.setAttribute('aria-label', 'Review ' + (i + 1));\n    d.addEventListener('click', () =\u003e goTo(i));\n    dotWrap.appendChild(d);\n  });\n  function goTo(n) {\n    slides[current].setAttribute('aria-current', 'false');\n    current = (n + total) % total;\n    track.style.transform = `translateX(-${current * 100}%)`;\n    dotWrap.querySelectorAll('.ieast-rev-dot').forEach((d, i) =\u003e {\n      d.classList.toggle('active', i === current);\n    });\n    slides[current].setAttribute('aria-current', 'true');\n  }\n  prevBtn.addEventListener('click', () =\u003e { goTo(current - 1); resetAuto(); });\n  nextBtn.addEventListener('click', () =\u003e { goTo(current + 1); resetAuto(); });\n  \/\/ Touch \/ swipe\n  let startX = 0;\n  track.addEventListener('touchstart', e =\u003e { startX = e.touches[0].clientX; }, { passive: true });\n  track.addEventListener('touchend', e =\u003e {\n    const dx = e.changedTouches[0].clientX - startX;\n    if (Math.abs(dx) \u003e 40) { dx \u003c 0 ? goTo(current + 1) : goTo(current - 1); resetAuto(); }\n  });\n  \/\/ Auto-advance\n  function startAuto() { autoTimer = setInterval(() =\u003e goTo(current + 1), 6000); }\n  function resetAuto()  { clearInterval(autoTimer); startAuto(); }\n  startAuto();\n  \/\/ Pause on hover\n  const section = document.getElementById('ieast-reviews');\n  if (section) {\n    section.addEventListener('mouseenter', () =\u003e clearInterval(autoTimer));\n    section.addEventListener('mouseleave', startAuto);\n  }\n  goTo(0);\n})();\n\u003c\/script\u003e\n  \n\u003c!-- CONFIGURATION --\u003e\n\u003csection id=\"configure\" class=\"faucet-desc__config\"\u003e\n\u003ch2\u003eCustomize Your Verdeau Faucet\u003c\/h2\u003e\n\u003cp class=\"faucet-desc__config-intro\"\u003eTailor your Verdeau to match both function and style: choose between faucet-only or with a matching solid brass side sprayer. Then select from four distinctive handle styles—each hand-finished to complement the elegant V-arch silhouette.\u003c\/p\u003e\n\u003cdiv class=\"faucet-desc__config-grid\"\u003e\n\u003cdiv class=\"faucet-desc__config-section\"\u003e\n\u003ch3\u003eSprayer Option\u003c\/h3\u003e\n\u003cdiv class=\"faucet-desc__config-options\"\u003e\n\u003cdiv class=\"faucet-desc__config-option\"\u003eFaucet Only\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-option\"\u003eFaucet + Sprayer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-section\"\u003e\n\u003ch3\u003eHandle Style\u003c\/h3\u003e\n\u003cdiv class=\"faucet-desc__config-options\"\u003e\n\u003cdiv class=\"faucet-desc__config-option\"\u003eSimple Cross\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-option\"\u003eFlat Cross\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-option\"\u003eLever Handle\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-option\"\u003eButterfly Handle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CONFIG SLIDER --\u003e\n\u003cdiv class=\"faucet-desc__config-slider-wrap\"\u003e\n\u003ch3 class=\"faucet-desc__config-slider-title\"\u003eFaucet Configurations\u003c\/h3\u003e\n\u003cbutton class=\"faucet-desc__config-arrow faucet-desc__config-arrow--left\"\u003e‹\u003c\/button\u003e \u003cbutton class=\"faucet-desc__config-arrow faucet-desc__config-arrow--right\"\u003e›\u003c\/button\u003e\n\u003cdiv id=\"configSlider\" class=\"faucet-desc__config-slider-container\"\u003e\n  \u003cdiv class=\"faucet-desc__config-slider\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\n\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/verdeau-unlacquered-bridge-kitchen-faucet-1123751.jpg\" alt=\"With Sprayer – Lever\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eLever Handle\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\n\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/verdeau-unlacquered-bridge-kitchen-faucet-4634210.jpg\" alt=\"Simple Cross\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eSimple Cross\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\n\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/verdeau-unlacquered-bridge-kitchen-faucet-1988585.jpg\" alt=\"Flat Cross\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eFlat Cross\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\n\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/verdeau-unlacquered-bridge-kitchen-faucet-6702625.jpg\" alt=\"Butterfly Handle\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eButterfly Handle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\n\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/verdeau-unlacquered-bridge-kitchen-faucet-9809217.jpg\" alt=\"With Sprayer – Lever\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eCross + Sprayer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\n\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/verdeau-unlacquered-bridge-kitchen-faucet-5933403.jpg\" alt=\"With Sprayer – Cross\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eButterfly + Sprayer\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\n\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/verdeau-unlacquered-bridge-kitchen-faucet-8094339.jpg\" alt=\"Aerator Detail\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003ePrecision Aerator\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\n\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/verdeau-unlacquered-bridge-kitchen-faucet-4946390.jpg\" alt=\"Swivel Spout\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003e360° Swiveling Spout\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA after config --\u003e\n\u003cdiv style=\"text-align: center; margin-top: 30px;\"\u003e\n\u003ca aria-label=\"Configure and add to cart\" role=\"button\" class=\"faucet-desc__cta-primary\" href=\"#\"\u003e Select Your Configuration \u003c\/a\u003e\n\u003csection class=\"faucet-desc__reviews\"\u003e\n\u003ch2\u003eTrusted by Homeowners \u0026amp; Designers\u003c\/h2\u003e\n\u003cdiv style=\"position: relative;\"\u003e\n\n\u003cdiv id=\"reviewSlider\" class=\"faucet-desc__review-slider-wrap\"\u003e\n\u003cdiv class=\"faucet-desc__review-slider\"\u003e\n\u003carticle class=\"faucet-desc__review-slider-item\"\u003e\n\u003cdiv class=\"faucet-desc__review-card\"\u003e\n\u003cdiv class=\"faucet-desc__review-header\"\u003e\n\u003cspan class=\"faucet-desc__review-author\"\u003eKristina Lorraine\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\"\u003eI just love this faucet. So beautiful and amazing quality! Thank you so much!\u003c\/p\u003e\n\u003cdiv class=\"faucet-desc__review-highlight\"\u003e\"So beautiful and amazing 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\"\u003eEric Perry\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 faucet, second purchase from these folks\u003c\/p\u003e\n\u003cdiv class=\"faucet-desc__review-highlight\"\u003e\"Beautiful faucet\"\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\"\u003eAnaïs\u003c\/span\u003e \u003cspan class=\"faucet-desc__review-verified\"\u003eVerified\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"faucet-desc__review-text\"\u003eAmazing customer service and great quality! There’s some tax import to the UK so bear this in mind, but definitely worth getting anyway!\u003c\/p\u003e\n\u003cdiv class=\"faucet-desc__review-highlight\"\u003e\"Amazing customer service and great 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\"\u003eKim West\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\"\u003eBeautifully handcrafted piece of art. We cannot wait to install. Timely shipping, well packaged and shop owner was very communicative.\u003c\/p\u003e\n\u003cdiv class=\"faucet-desc__review-highlight\"\u003e\"Beautifully handcrafted piece of art\"\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\"\u003eELAHE\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\"\u003eFantastic vendor! High quality products! They customized for me and added a sprayer!\u003c\/p\u003e\n\u003cdiv class=\"faucet-desc__review-highlight\"\u003e\"High quality products!\"\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\"\u003ePamela Minardi\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\"\u003eQuality looks great, material is gorgeous, fast shipping\u003c\/p\u003e\n\u003cdiv class=\"faucet-desc__review-highlight\"\u003e\"Quality looks great\"\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\"\u003eCatherine McClelland\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\"\u003eOutstanding quality and craftsmanship. This is the third faucet I've bought from Insideast, and I love their work.\u003c\/p\u003e\n\u003cdiv class=\"faucet-desc__review-highlight\"\u003e\"Outstanding quality 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\"\u003eKatherine\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 faucet is absolutely gorgeous!!! It’s heavy \u0026amp; of great quality…. It arrived exactly on time \u0026amp; it couldn’t have been a better experience. Thank you so much!!!!\u003c\/p\u003e\n\u003cdiv class=\"faucet-desc__review-highlight\"\u003e\"Absolutely gorgeous!!!\"\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\"\u003eErica\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\"\u003eLove my faucet and sprayer so much!!!!!\u003c\/p\u003e\n\u003cdiv class=\"faucet-desc__review-highlight\"\u003e\"Love my faucet and sprayer\"\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\"\u003eTyson Withers\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 faucet, excited to see it patina over time! Thank you! Would definitely order again from this shop!\u003c\/p\u003e\n\u003cdiv class=\"faucet-desc__review-highlight\"\u003e\"Beautiful faucet\"\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\"\u003eHaylie Greenhalgh\u003c\/span\u003e \u003cspan class=\"faucet-desc__review-verified\"\u003eVerified\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"faucet-desc__review-text\"\u003eIt's beautiful! And seems like really good quality.\u003c\/p\u003e\n\u003cdiv class=\"faucet-desc__review-highlight\"\u003e\"Seems like really good 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\"\u003eScarlett Abrous\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 company. They are very helpful and wonderful with answering all my questions. Really beautiful faucets! Thank you Abdel.\u003c\/p\u003e\n\u003cdiv class=\"faucet-desc__review-highlight\"\u003e\"Amazing company.\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- GUARANTEE BOX --\u003e\n\u003cdiv class=\"faucet-desc__guarantee-box\"\u003e\n\u003ch3\u003e🛡️ Your Risk-Free Investment\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e30-Day Returns:\u003c\/strong\u003e Changed your mind? We'll refund you - just send it back unused in its original packaging.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSolid Brass Promise:\u003c\/strong\u003e No plating, no hollow parts—just pure, durable brass built to last generations.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLifetime Guidance:\u003c\/strong\u003e Our artisan team personally supports every installation and maintenance question.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eNo fine print. Just confidence in every detail.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- LIFESTYLE SECTIONS --\u003e\n\u003csection class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/verdeau-unlacquered-bridge-kitchen-faucet-3992027.png\" alt=\"Verdeau close-up patina detail\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003eEvolving Beauty, Not Wear\u003c\/h3\u003e\n\u003cp\u003eThe unlacquered brass finish matures gracefully developing a warm, rich patina unique to your water, air, and usage. Unlike lacquered alternatives that peel or flake, Verdeau’s surface deepens in character, becoming more striking with time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection style=\"direction: rtl;\" class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/verdeau-unlacquered-bridge-kitchen-faucet-4634210.jpg\" alt=\"Verdeau swivel spout in use\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003eDesigned for Real Life\u003c\/h3\u003e\n\u003cp\u003eThe 360° swiveling spout gives you full range of motion fill tall pots, rinse wide pans, or pivot to the side sprayer effortlessly. Paired with quarter-turn ceramic cartridges, it’s both functional and luxurious.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PREMIUM FEATURES --\u003e\n\u003csection class=\"faucet-desc__features\"\u003e\n\u003ch2\u003eWhy Verdeau Stands Apart\u003c\/h2\u003e\n\u003cul class=\"faucet-desc__features-list\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                    \u003cpath d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n                                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eV-Arch Bridge Silhouette\u003c\/h4\u003e\n\u003cp\u003eA refined take on the classic bridge style elegant yet architectural. The gentle arch rises with purpose, creating visual height and timeless presence above your sink.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                    \u003cpath d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n                                    \u003cpath d=\"M12 6V12L16 14\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#fff\"\u003e\n                                    \u003c\/path\u003e\n                                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eCoompitable Plumbing Standards\u003c\/h4\u003e\n\u003cp\u003eCorrect fittings for your region no adapters needed. Ships with all hoses, O-rings, and mounting hardware for seamless installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                    \u003cpath d=\"M21 16V8C21 6.9 20.1 6 19 6H5C3.9 6 3 6.9 3 8V16C3 17.1 3.9 18 5 18H19C20.1 18 21 17.1 21 16Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n                                    \u003ccircle cx=\"12\" cy=\"12\" r=\"3\" fill=\"white\"\u003e\u003c\/circle\u003e\n                                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003ePrecision Ceramic Cartridges\u003c\/h4\u003e\n\u003cp\u003eLab-tested for 500,000+ cycles ensuring smooth, drip-free operation for decades. Quarter-turn action gives responsive, intuitive control.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                    \u003cpath d=\"M4 4h16v2H4V4zm0 4h16v2H4V8zm0 4h16v2H4v-2zm0 4h16v2H4v-2z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n                                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eDesigned to Unify\u003c\/h4\u003e\n\u003cp\u003ePerfectly complements all Insideast unlacquered brass fixtures drawer pulls, lighting, and hardware. Build a cohesive, artisan-crafted kitchen with intention.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- TECHNICAL SPECS --\u003e\n\u003csection class=\"faucet-desc__specs-section\"\u003e\n\u003ch2\u003eEngineered for Permanence\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 (No Plating)\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\u003eSpout\u003c\/td\u003e\n\u003ctd\u003eV-Arch Bridge, 360° Swiveling\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHandles\u003c\/td\u003e\n\u003ctd\u003eSimple Cross, Flat Cross, Lever, or Butterfly (Selectable)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCartridges\u003c\/td\u003e\n\u003ctd\u003e1\/2\" Ceramic — Quarter-Turn, US Standard\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\u003eSprayer Option\u003c\/td\u003e\n\u003ctd\u003eSolid Brass Side Sprayer (Matching Finish)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation\u003c\/td\u003e\n\u003ctd\u003eDIY-Friendly • 3-hole (8\" centers) • Manual Included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCraftsmanship\u003c\/td\u003e\n\u003ctd\u003eHand-forged in Morocco by Master Artisans\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  text-align: left;\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  .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 showers 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 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\"\u003e11.80\"\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(300mm)\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\"\u003e8.30\"\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(211mm)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n\u003cdiv class=\"faucet-desc__dimension-label\"\u003eSpout Height\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-value\"\u003e6.70\"\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(170mm)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n\u003cdiv class=\"faucet-desc__dimension-label\"\u003eCenter Spread\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-value\"\u003e8.00\"\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(203mm)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"color: var(--muted); margin-top: 12px; font-size: clamp(12px, 1.5vw, 13px); line-height: 1.6;\"\u003eRequires \u003cstrong\u003e3 pre-drilled holes\u003c\/strong\u003e at 8\" centers. For the \u003cstrong\u003eside sprayer option\u003c\/strong\u003e, add a 4th hole. All supply hoses, O-rings, and hardware are included, with correct fittings pre-installed for your region.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- DOWNLOADS --\u003e\n\u003cdiv class=\"faucet-desc__download\"\u003e\n\u003ch3\u003eInstallation \u0026amp; Technical Resources\u003c\/h3\u003e\n\u003cp\u003eEverything you need to install with confidence\u003c\/p\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0029\/6861\/7006\/files\/8__Arch_V_Bridge_HAN0001_Specification_Sheet___IK-019-04-001-01-23.pdf?v=1719628347\" rel=\"noopener noreferrer\" download=\"\" target=\"_blank\"\u003e📄 Specification Sheet (PDF)\u003c\/a\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0029\/6861\/7006\/files\/Copie_de_8__Arch_V_Bridge_HAN0001_Installation_Guide___IK-019-04-001-01-23.pdf?v=1719628353\" rel=\"noopener noreferrer\" download=\"\" target=\"_blank\"\u003e🔧 Installation Guide (PDF)\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- PACKAGE CONTENTS --\u003e\n\u003csection class=\"faucet-desc__package\"\u003e\n\u003ch2\u003eComplete Kit – Nothing Extra to Buy\u003c\/h2\u003e\n\u003cul class=\"faucet-desc__package-list\"\u003e\n\u003cli\u003eV-Arch Bridge Spout Assembly\u003c\/li\u003e\n\u003cli\u003e2 Handles (Style of Your Choice)\u003c\/li\u003e\n\u003cli\u003ePrecision Ceramic Cartridges\u003c\/li\u003e\n\u003cli\u003e17\" Supply Hoses \u003c\/li\u003e\n\u003cli\u003eMounting Hardware \u0026amp; Gaskets\u003c\/li\u003e\n\u003cli\u003eAnti-Splash Aerator\u003c\/li\u003e\n\u003cli\u003eSide Sprayer (If Selected)\u003c\/li\u003e\n\u003cli\u003eStep-by-Step Installation Manual\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\u003eWhat’s the difference between this and the Straight Bridge model?\u003c\/summary\u003e\n\u003cp\u003eThe Verdeau features an elegant V-arch spout for added height and presence, while the straight bridge is more minimalist and low-profile. Both use identical solid brass construction and unlacquered finish—but the Verdeau makes a stronger architectural statement.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I install the sprayer later if I start with “Faucet Only”?\u003c\/summary\u003e\n\u003cp\u003eYes! You can add the solid brass side sprayer anytime. Just ensure your sink has a fourth pre-drilled hole (or drill one). We sell the sprayer separately—or contact us for a discounted upgrade within 90 days.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I clean or maintain unlacquered brass?\u003c\/summary\u003e\n\u003cp\u003eLight cleaning: warm water + mild soap. For polishing: use a brass-specific polish or a paste of lemon juice + baking soda. But many owners embrace the patina—it tells your kitchen’s story. Note: avoid vinegar or harsh chemicals, which accelerate uneven aging.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill this match my existing unlacquered brass hardware?\u003c\/summary\u003e\n\u003cp\u003eAbsolutely. All Insideast unlacquered brass fixtures are made from the same alloy and hand-finished identically. They’ll age in harmony across your space—creating a cohesive, evolving patina story.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs professional installation recommended?\u003c\/summary\u003e\n\u003cp\u003eDIY installation is straightforward for most with basic plumbing experience. The included manual guides you step-by-step, and our team offers live support. For peace of mind, many customers use a local plumber (~$150–$250)—but it’s not required.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003cdiv style=\"margin-top: 60px;\" class=\"faucet-desc__cta-section\"\u003e\n\u003ch3 style=\"font-size: clamp(20px, 3vw, 24px); margin-bottom: 15px; color: var(--primary);\"\u003eStart Your Kitchen’s Legacy Today\u003c\/h3\u003e\n\u003cp style=\"color: var(--muted); margin-bottom: 20px; font-size: clamp(13px, 1.5vw, 15px);\"\u003eJoin 1,200+ homes with a faucet that lasts generations\u003c\/p\u003e\n\u003ca aria-label=\"Configure and add to cart\" role=\"button\" class=\"faucet-desc__cta-primary\" href=\"#\"\u003e Configure \u0026amp; Order Now \u003c\/a\u003e\n\u003cdiv class=\"faucet-desc__trust-bar\"\u003e\n\u003cdiv\u003e30-Day Returns\u003c\/div\u003e\n\u003cdiv\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv\u003eLifetime Support\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n    \/\/ Configuration slider navigation inline functions\n    function scrollConfigLeft() {\n        document.getElementById('configSlider').scrollBy({ left: -350, behavior: 'smooth' });\n    }\n    function scrollConfigRight() {\n        document.getElementById('configSlider').scrollBy({ left: 350, behavior: 'smooth' });\n    }\n\n    \/\/ Review slider navigation inline functions\n    function scrollReviewsLeft() {\n        document.getElementById('reviewSlider').scrollBy({ left: -350, behavior: 'smooth' });\n    }\n    function scrollReviewsRight() {\n        document.getElementById('reviewSlider').scrollBy({ left: 350, behavior: 'smooth' });\n    }\n\n    \/\/ Scroll to top where variation picker is\n    function scrollToVariations() {\n        window.scrollTo(0, 0);\n    }\n\n    document.addEventListener(\"DOMContentLoaded\", function () {\n        \/\/ Gallery Slider\n        const configSlider = document.getElementById('configSlider');\n        const configLeftArrow = document.querySelector('.faucet-desc__config-arrow--left');\n        const configRightArrow = document.querySelector('.faucet-desc__config-arrow--right');\n\n        const getScrollAmount = () =\u003e window.innerWidth \u003c 768 ? window.innerWidth - 60 : 350;\n\n        if (configSlider \u0026\u0026 configLeftArrow \u0026\u0026 configRightArrow) {\n            configLeftArrow.addEventListener('click', (e) =\u003e {\n                e.preventDefault();\n                configSlider.scrollBy({ left: -getScrollAmount(), behavior: 'smooth' });\n            });\n            configRightArrow.addEventListener('click', (e) =\u003e {\n                e.preventDefault();\n                configSlider.scrollBy({ left: getScrollAmount(), behavior: 'smooth' });\n            });\n        }\n\n        \/\/ Review Slider\n        const reviewSlider = document.getElementById('reviewSlider');\n        const reviewLeftArrow = document.querySelector('.faucet-desc__review-arrow--left');\n        const reviewRightArrow = document.querySelector('.faucet-desc__review-arrow--right');\n\n        if (reviewSlider \u0026\u0026 reviewLeftArrow \u0026\u0026 reviewRightArrow) {\n            reviewLeftArrow.addEventListener('click', (e) =\u003e {\n                e.preventDefault();\n                reviewSlider.scrollBy({ left: -getScrollAmount(), behavior: 'smooth' });\n            });\n            reviewRightArrow.addEventListener('click', (e) =\u003e {\n                e.preventDefault();\n                reviewSlider.scrollBy({ left: getScrollAmount(), behavior: 'smooth' });\n            });\n        }\n    });\n\u003c\/script\u003e\n\u003c\/div\u003e","brand":"Insideast","offers":[{"title":"Simple Cross \/ Faucet + Sprayer","offer_id":43557269962861,"sku":"IK-019-04-001-01-23(SET-04)","price":463.26,"currency_code":"USD","in_stock":true},{"title":"Simple Cross \/ Faucet Only","offer_id":43557269831789,"sku":"IK-019-04-001-01-23","price":346.97,"currency_code":"USD","in_stock":true},{"title":"Flat Cross \/ Faucet + Sprayer","offer_id":43557269995629,"sku":null,"price":463.26,"currency_code":"USD","in_stock":true},{"title":"Flat Cross \/ Faucet Only","offer_id":43557269864557,"sku":null,"price":346.97,"currency_code":"USD","in_stock":true},{"title":"Lever Handel \/ Faucet + Sprayer","offer_id":43557270028397,"sku":null,"price":463.26,"currency_code":"USD","in_stock":true},{"title":"Lever Handel \/ Faucet Only","offer_id":43557269897325,"sku":null,"price":346.97,"currency_code":"USD","in_stock":true},{"title":"Butterfly Handle \/ Faucet + Sprayer","offer_id":43557270061165,"sku":null,"price":463.26,"currency_code":"USD","in_stock":true},{"title":"Butterfly Handle \/ Faucet Only","offer_id":43557269930093,"sku":null,"price":346.97,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/verdeau-unlacquered-bridge-kitchen-faucet-3992027.png?v=1773579376"},{"product_id":"unlacquered-brass-shower-system-tub-filler-exposed-pipe-rain-shower-and-handheld","title":"Heritage - Unlacquered Brass Exposed Shower System With Tub Filler","description":"\u003cstyle\u003e\n.shower-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  margin:0;\n  padding:0;\n}\n\n.shower-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 + ALL TEXT INSIDE *\/\n.shower-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.shower-desc__header *{\n  text-align:center !important;\n  margin-left:auto;\n  margin-right:auto;\n}\n\n.shower-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.shower-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.shower-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.shower-desc__sub{\n  color:var(--muted);\n  font-size:clamp(1.7rem,1.8vw,1.5rem);\n  max-width:700px;\n  margin:0 auto;\n  line-height:1.7;\n  text-align:center;\n}\n\n.shower-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.shower-desc__price-note {\n  font-size: clamp(13px, 1.5vw, 16px);\n  color: var(--muted);\n  margin-bottom: 20px;\n}\n\n.shower-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.shower-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.shower-desc__cta-primary:active {\n  transform: translateY(0);\n}\n\n.shower-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.shower-desc__trust-bar div {\n  display: flex;\n  align-items: center;\n  gap: 5px;\n}\n\n.shower-desc__trust-bar div:before {\n  content: \"✓\";\n  color: var(--accent);\n  font-weight: bold;\n}\n\n.shower-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.shower-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.shower-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.shower-desc__scarcity-notice a:hover {\n  color: #8b6740;\n}\n\n.shower-desc__config {\n  margin: 60px 0;\n}\n\n.shower-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.shower-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.shower-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.shower-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.shower-desc__config-options {\n  display: grid;\n  gap: 8px;\n}\n\n.shower-desc__config-section:first-child .shower-desc__config-options {\n  grid-template-columns: 1fr;\n}\n\n.shower-desc__config-section:last-child .shower-desc__config-options {\n  grid-template-columns: 1fr;\n}\n\n.shower-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.shower-desc__config-option:hover {\n  border-color: var(--accent);\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px var(--shadow);\n}\n\n.shower-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.shower-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.shower-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.shower-desc__config-slider-container::-webkit-scrollbar {\n  height: 8px;\n}\n\n.shower-desc__config-slider-container::-webkit-scrollbar-track {\n  background: #f1f1f1;\n  border-radius: 10px;\n}\n\n.shower-desc__config-slider-container::-webkit-scrollbar-thumb {\n  background: var(--accent);\n  border-radius: 10px;\n}\n\n.shower-desc__config-slider {\n  display: flex;\n  gap: 20px;\n  padding: 5px;\n}\n\n.shower-desc__config-slide {\n  flex: 0 0 calc(50% - 10px);\n  min-width: calc(50% - 10px);\n  scroll-snap-align: start;\n}\n\n.shower-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.shower-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.shower-desc__config-arrow:hover {\n  background: #8b6740;\n  transform: translateY(-50%) scale(1.1);\n}\n\n.shower-desc__config-arrow--left {\n  left: 4px;\n}\n\n.shower-desc__config-arrow--right {\n  right: 4px;\n}\n\n.shower-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.shower-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.shower-desc__guarantee-box ul {\n  list-style: none;\n  padding: 0;\n  margin: 0 0 20px 0;\n}\n\n.shower-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.shower-desc__guarantee-box li:last-child {\n  border-bottom: none;\n}\n\n.shower-desc__guarantee-box li:before {\n  content: \"🛡️\";\n  position: absolute;\n  left: 0;\n  font-size: 20px;\n}\n\n.shower-desc__guarantee-box li strong {\n  color: var(--accent);\n}\n\n.shower-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.shower-desc__features {\n  margin: clamp(60px, 8vw, 100px) 0;\n}\n\n.shower-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\/* Match \"Distinctive Features\" heading style *\/\n.shower-desc__specs-section h2,\n.shower-desc__guarantee-box h3,\n.shower-desc__download h3 {\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\/* Except guarantee \u0026 download are h3, so override font-size slightly if desired *\/\n.shower-desc__guarantee-box h3,\n.shower-desc__download h3 {\n  font-size: clamp(20px, 3vw, 24px);\n  border-bottom-width: 1px;\n}\n.shower-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.shower-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.shower-desc__features-list li:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 8px 20px rgba(0, 0, 0, .12);\n}\n\n.shower-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.shower-desc__feature-icon svg {\n  width: 28px;\n  height: 28px;\n}\n\n.shower-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.shower-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.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.shower-desc__specs-section {\n  margin: clamp(60px, 8vw, 100px) 0;\n}\n\n.shower-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.shower-desc__specs-table tr {\n  border-bottom: 1px solid var(--accent-light);\n}\n\n.shower-desc__specs-table tr:last-child {\n  border-bottom: none;\n}\n\n.shower-desc__specs-table td {\n  padding: 12px 20px;\n  font-size: 14px;\n}\n\n.shower-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.shower-desc__specs-table td:last-child {\n  color: var(--muted);\n}\n\n.shower-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.shower-desc__download h3 {\n  color: var(--primary);\n}\n\n.shower-desc__download p {\n  color: var(--muted);\n  margin-bottom: 15px;\n}\n\n.shower-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.shower-desc__download a:hover {\n  background: #8b6740;\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.shower-desc__faq {\n  margin-top: clamp(60px, 8vw, 100px);\n}\n\n.shower-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.shower-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.shower-desc__faq details:hover {\n  box-shadow: 0 4px 12px rgba(166, 124, 82, .15);\n  transform: translateX(4px);\n}\n\n.shower-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.shower-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.shower-desc__faq details[open] summary::before {\n  transform: rotate(90deg);\n}\n\n.shower-desc__faq summary:hover {\n  color: var(--accent);\n}\n\n.shower-desc__faq details[open] summary {\n  margin-bottom: 10px;\n  color: var(--accent);\n}\n\n.shower-desc__faq p {\n  color: var(--muted);\n  line-height: 1.6;\n  font-size: 14px;\n  margin: 0;\n}\n\/* ========== REVIEWS SECTION (Minimalist - No Responses) ========== *\/\n.shower-reviews {\n  margin: clamp(60px, 8vw, 80px) 0;\n  border-top: 1px solid var(--accent-light);\n  padding-top: 40px;\n}\n.shower-reviews__header {\n  display: flex;\n  align-items: baseline;\n  gap: 15px;\n  margin-bottom: 30px;\n}\n.shower-reviews__title {\n  font-size: clamp(20px, 3vw, 24px);\n  color: var(--primary);\n  font-weight: 600;\n  margin: 0;\n}\n.shower-reviews__total-rating {\n  font-size: 14px;\n  color: var(--primary);\n}\n.shower-reviews__slider {\n  display: flex;\n  gap: 20px;\n  overflow-x: auto;\n  padding-bottom: 20px;\n  scroll-snap-type: x mandatory;\n  -webkit-overflow-scrolling: touch;\n}\n.shower-reviews__slider::-webkit-scrollbar {\n  height: 4px;\n}\n.shower-reviews__slider::-webkit-scrollbar-thumb {\n  background: var(--accent-light);\n  border-radius: 4px;\n}\n.shower-review-item {\n  flex: 0 0 300px;\n  scroll-snap-align: start;\n  background: var(--bg-light);\n  border: 1px solid var(--accent-light);\n  border-radius: 8px;\n  padding: 25px;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n.shower-reivew__author-row {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  font-size: 13px;\n}\n.shower-review__name {\n  font-weight: 700;\n  color: var(--primary);\n}\n.shower-review__date {\n  color: var(--muted);\n  font-size: 12px;\n}\n.shower-review__stars {\n  color: #dcb06b; \/* Muted Gold *\/\n  font-size: 14px;\n  letter-spacing: 2px;\n}\n.shower-review__body {\n  font-size: 14px;\n  line-height: 1.6;\n  color: var(--primary);\n  font-style: italic;\n}\n\/* ========== KEY DIMENSIONS (Matches Technical Specs) ========== *\/\n.shower-dims {\n  margin: clamp(60px, 8vw, 100px) 0;\n  \/* Text align left by default to match \"Technical Specs\" header *\/\n}\n.shower-dims h2 {\n  \/* Match exactly with .shower-desc__specs-section 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  text-align: left; \/* Ensure it's on the left *\/\n}\n.shower-dims__box {\n  background: #fff;\n  border: 2px solid var(--accent-light);\n  border-radius: 12px;\n  padding: 30px 20px;\n  display: flex;\n  justify-content: space-around;\n  align-items: center;\n  flex-wrap: wrap;\n  gap: 30px;\n  box-shadow: 0 8px 30px rgba(166, 124, 82, .15); \/* Soft gold shadow *\/\n}\n.shower-dims__item {\n  text-align: center;\n  position: relative;\n  flex: 1;\n  min-width: 140px;\n}\n\/* Vertical dividers on desktop *\/\n.shower-dims__item:not(:last-child):after {\n  content: \"\";\n  position: absolute;\n  right: -15px;\n  top: 15%;\n  height: 70%;\n  width: 1px;\n  background: #eee;\n  display: block;\n}\n.shower-dims__label {\n  font-size: 11px;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  color: var(--accent);\n  margin-bottom: 10px;\n  font-weight: 700;\n}\n.shower-dims__value {\n  font-size: 26px; \/* Slightly larger for emphasis *\/\n  font-weight: 700;\n  color: var(--primary);\n  display: block;\n  margin-bottom: 4px;\n  font-family: serif; \/* Optional: adds that \"spec sheet\" feel to the numbers *\/\n}\n.shower-dims__sub {\n  font-size: 13px;\n  color: #999;\n}\n\/* ========== PACKAGE INCLUDES ========== *\/\n.shower-pkg {\n  background: linear-gradient(135deg, #fff 0%, var(--bg-light) 100%);\n  border: 1px solid var(--accent-light);\n  border-radius: 12px;\n  padding: 30px;\n  margin: 60px 0;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.05); \/* Match site shadow style *\/\n}\n.shower-pkg__header {\n  text-align: center;\n  margin-bottom: 30px;\n}\n.shower-pkg__header h3 {\n  \/* Match layout h3 style generally *\/\n  font-size: clamp(20px, 3vw, 24px);\n  color: var(--primary);\n  margin-bottom: 5px;\n  font-weight: 600;\n}\n.shower-pkg__list {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 15px 30px;\n  max-width: 800px;\n  margin: 0 auto;\n}\n.shower-pkg__item {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  font-size: 15px;\n  color: var(--primary);\n  padding: 12px 15px;\n  background: #fff;\n  border-radius: 6px;\n  border: 1px solid transparent;\n  transition: all 0.2s ease;\n}\n.shower-pkg__item:hover {\n  border-color: var(--accent-light);\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n  transform: translateX(2px);\n}\n.shower-pkg__item svg {\n  color: var(--accent);\n  flex-shrink: 0;\n}\n@media (max-width: 768px) {\n  \/* ========== KEY DIMENSIONS MOBILE GRID (2x2) ========== *\/\n  .shower-dims__box {\n    display: grid;\n    grid-template-columns: 1fr 1fr; \/* Two equal columns *\/\n    gap: 20px 10px; \/* 20px vertical gap, 10px horizontal gap *\/\n    padding: 20px;\n  }\n  \n  \/* Hide desktop vertical dividers *\/\n  .shower-dims__item:not(:last-child):after {\n    display: none;\n  }\n  \/* Reset item styles for grid *\/\n  .shower-dims__item {\n    border-bottom: none;\n    padding-bottom: 0;\n    width: auto;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n  \/* Optional: Add a subtle separator for the top row items *\/\n  .shower-dims__item:nth-child(1),\n  .shower-dims__item:nth-child(2) {\n    padding-bottom: 20px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  \/* Add a vertical divider between left and right columns if desired (optional) *\/\n  .shower-dims__item:nth-child(odd) {\n    border-right: 1px solid #f0f0f0;\n    padding-right: 5px;\n  }\n  .shower-dims__item:nth-child(even) {\n    padding-left: 5px;\n  }\n  \/* ========== PACKAGE LIST MOBILE ========== *\/\n  .shower-pkg__list {\n    grid-template-columns: 1fr; \/* Keep package list stacked or 2x2 if you prefer *\/\n    gap: 10px;\n  }\n}\n\/* ========== MOBILE RESPONSIVE (CLEANED) ========== *\/\n@media (max-width: 768px) {\n  .shower-desc__features-list {\n    grid-template-columns: 1fr;\n    gap: 15px;\n  }\n  .shower-desc__features-list li {\n    padding: 15px;\n    gap: 12px;\n  }\n  .shower-desc__feature-icon {\n    width: 45px;\n    height: 45px;\n  }\n  .shower-desc__feature-icon svg {\n    width: 24px;\n    height: 24px;\n  }\n  .shower-desc__config-grid {\n    grid-template-columns: 1fr;\n    padding: 20px;\n    gap: 25px;\n  }\n  .shower-desc__config-slide {\n    flex: 0 0 calc(100% - 20px);\n    min-width: calc(100% - 20px);\n  }\n  .shower-desc__config-slider-wrap {\n    max-width: 100%;\n  }\n  .shower-desc__config-slide-img {\n    height: 300px;\n  }\n  .shower-desc__config-slider-title {\n    font-size: 18px;\n    margin-bottom: 20px;\n  }\n  .shower-desc__specs-table td {\n    padding: 10px 12px;\n    font-size: 13px;\n  }\n  .shower-desc__specs-table td:first-child {\n    width: 45%;\n  }\n  .lifestyle-section {\n    grid-template-columns: 1fr;\n    gap: 20px;\n  }\n  .lifestyle-section[style*=\"direction:rtl\"] {\n    direction: ltr;\n  }\n  .lifestyle-section__content {\n    direction: ltr;\n  }\n  .shower-desc__guarantees-bar {\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    padding: 15px;\n  }\n  .guarantee-item {\n    padding: 12px;\n  }\n  .guarantee-item svg {\n    width: 28px;\n    height: 28px;\n  }\n  .shower-desc__header {\n    padding: clamp(30px, 5vw, 50px) 0;\n  }\n  .shower-desc__title {\n    line-height: 1.2;\n  }\n  .shower-desc__sub {\n    font-size: clamp(1rem, 2vw, 1.1rem);\n  }\n  .shower-desc__cta-section {\n    padding: 20px 15px;\n  }\n  .shower-desc__trust-bar {\n    gap: 10px;\n    font-size: 11px;\n  }\n  .shower-desc__faq summary {\n    font-size: 14px;\n  }\n  .shower-desc__faq p {\n    font-size: 13px;\n  }\n  .shower-desc__faq details {\n    padding: 12px;\n  }\n  .ie-warranty__title {\n    font-size: 1rem;\n  }\n  .ie-warranty__body {\n    padding: 1.2rem;\n  }\n  .shower-desc__download {\n    padding: 20px 15px;\n  }\n  .shower-desc__download h3 {\n    font-size: 18px;\n  }\n  .shower-desc__download p {\n    font-size: 13px;\n  }\n  .shower-desc__download a {\n    padding: 12px 24px;\n    font-size: 13px;\n  }\n}\n\n@media (max-width: 480px) {\n  .shower-desc__wrap {\n    padding: 20px 12px;\n  }\n  .shower-desc__header {\n    padding: 25px 0;\n  }\n  .shower-desc__config-slider-container {\n    padding: 0 35px;\n  }\n  .shower-desc__config-arrow {\n    width: 30px;\n    height: 30px;\n    font-size: 16px;\n  }\n  .shower-desc__guarantees-bar {\n    grid-template-columns: 1fr;\n    gap: 8px;\n    padding: 12px;\n  }\n  .guarantee-item {\n    padding: 10px;\n  }\n  .shower-desc__trust-bar {\n    flex-direction: column;\n    gap: 8px;\n    align-items: center;\n  }\n  .shower-desc__features-list {\n    gap: 12px;\n  }\n  .shower-desc__features-list li {\n    padding: 12px;\n  }\n}\n\/* --- NEW KEY DIMENSIONS SPLIT LAYOUT --- *\/\n.shower-dims__container {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 40px;\n  align-items: center;\n  background: #fff;\n  border: 2px solid var(--accent-light);\n  border-radius: 12px;\n  padding: 30px;\n  box-shadow: 0 8px 30px rgba(166, 124, 82, .15);\n}\n\n.shower-dims__image img {\n  width: 100%;\n  height: auto;\n  border-radius: 8px;\n  display: block;\n}\n\n\/* Reset the old box wrapper safely into a 2x2 grid without its old border *\/\n.shower-dims__box {\n  display: grid !important;\n  grid-template-columns: 1fr 1fr !important;\n  gap: 30px 10px !important;\n  background: transparent !important;\n  border: none !important;\n  box-shadow: none !important;\n  padding: 0 !important;\n}\n\n\/* Hide the old desktop vertical dividers *\/\n.shower-dims__item:not(:last-child):after {\n  display: none !important;\n}\n\n\/* Mobile responsive stacking *\/\n@media (max-width: 768px) {\n  .shower-dims__container {\n    grid-template-columns: 1fr;\n    padding: 20px;\n    gap: 20px;\n  }\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"shower-desc\"\u003e\n\u003cdiv class=\"shower-desc__wrap\"\u003e\n\u003c!-- HEADER --\u003e\u003cheader class=\"shower-desc__header\"\u003e\n\u003cdiv class=\"shower-desc__eyebrow\"\u003eArtisan Heritage\u003c\/div\u003e\n\u003ch1 class=\"shower-desc__title\"\u003eUnlacquered Brass Exposed Shower System With Tub Filler\u003c\/h1\u003e\n\u003cp class=\"shower-desc__sub\"\u003eTimeless Craftsmanship, Engineered for Everyday Luxury\u003c\/p\u003e\n\u003cdiv style=\"max-width: 700px; margin: 20px auto 0; color: var(--muted); line-height: 1.7; font-size: clamp(1.5rem, 1.8vw, 1.4rem);\"\u003e\n\u003cp\u003eBorn from solid brass and shaped by generations of metalworking tradition, this exposed shower system is more than plumbing, it’s a statement of enduring quality. Each curve, joint, and handle is meticulously assembled for heirloom resilience.\u003c\/p\u003e\n\u003cp style=\"margin-top: 15px;\"\u003eFinished in radiant unlacquered brass, it arrives gleaming but is designed to evolve. Over time, it gracefully develops a warm, living patina unique to your home’s environment and usage, deepening in character with every passing year.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- CTA SECTION --\u003e\n\u003csection class=\"shower-desc__cta-section\"\u003e\n\u003cdiv class=\"shower-desc__price-note\"\u003eHandcrafted to order • Free Delivery\u003c\/div\u003e\n\u003ca href=\"#\" class=\"shower-desc__cta-primary\"\u003eConfigure \u0026amp; Add to Cart\u003c\/a\u003e\n\u003cdiv class=\"shower-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=\"shower-desc__guarantees-bar\"\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath fill=\"currentColor\" d=\"M20 8L12 13L4 8V6L12 11L20 6V8ZM20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003eReliable 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 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\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\u003eFlexible Returns\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n          \u003cpath fill=\"currentColor\" d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM13 17H11V15H13V17ZM13 13H11V7H13V13Z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003e30-Day Guarantee\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SCARCITY NOTICE --\u003e\n\u003cdiv class=\"shower-desc__scarcity-notice\"\u003e⏱️ \u003cstrong\u003eLimited Production:\u003c\/strong\u003e Due to hand-fabrication and brass sourcing, only a few systems are crafted each month. \u003ca href=\"#configure\"\u003eReserve yours today.\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- HERO IMAGE --\u003e\n\u003csection style=\"margin: clamp(40px, 6vw, 80px) 0;\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" style=\"width: 100%; max-width: 800px; height: auto; border-radius: 12px; margin: 0 auto; display: block; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 40px;\" alt=\"Unlacquered Brass Exposed Shower System With Tub Filler\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/heritage-unlacquered-brass-exposed-shower-system-with-tub-filler-7974306.png?v=1773579375\"\u003e\u003c\/section\u003e\n\u003c!-- CONFIGURATION OPTIONS --\u003e\n\u003csection class=\"shower-desc__config\" id=\"configure\"\u003e\n\u003ch2\u003eTailored to Your Design\u003c\/h2\u003e\n\u003cp class=\"shower-desc__config-intro\"\u003ePersonalize your system with your preferred showerhead and handle style crafted to harmonize with your space.\u003c\/p\u003e\n\u003cdiv class=\"shower-desc__config-grid\"\u003e\n\u003cdiv class=\"shower-desc__config-section\"\u003e\n\u003ch3\u003eShowerhead Option\u003c\/h3\u003e\n\u003cdiv class=\"shower-desc__config-options\"\u003e\n\u003cdiv class=\"shower-desc__config-option\"\u003eRose Showerhead (S1)\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-option\"\u003eSquare Showerhead (S2)\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-option\"\u003eRound Showerhead (S3)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-section\"\u003e\n\u003ch3\u003eHandles Option\u003c\/h3\u003e\n\u003cdiv class=\"shower-desc__config-options\"\u003e\n\u003cdiv class=\"shower-desc__config-option\"\u003eSimple A1\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-option\"\u003eFlat A2\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-option\"\u003eLever A3\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 20px; padding: 14px 18px; background-color: #f8f6f2; border-left: 4px solid #2A1E17; font-size: 14px; line-height: 1.6; color: #2a1e17;\"\u003e\u003cstrong\u003ePlease Note:\u003c\/strong\u003e This shower is delivered with \u003cstrong\u003eSimple Cross Handles\u003c\/strong\u003e as the standard option. If you would like to choose a different handle style, kindly contact us to customize your order.\u003c\/p\u003e\n\u003cdiv class=\"shower-desc__config-slider-wrap\"\u003e\n\u003ch3 class=\"shower-desc__config-slider-title\"\u003eGallery\u003c\/h3\u003e\n\u003cbutton class=\"shower-desc__config-arrow shower-desc__config-arrow--left\"\u003e‹\u003c\/button\u003e \u003cbutton class=\"shower-desc__config-arrow shower-desc__config-arrow--right\"\u003e›\u003c\/button\u003e\n\u003cdiv class=\"shower-desc__config-slider-container\" id=\"configSlider\"\u003e\n\u003cdiv class=\"shower-desc__config-slider\"\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" class=\"shower-desc__config-slide-img\" alt=\"Rose Showerhead Setup\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/heritage-unlacquered-brass-exposed-shower-system-with-tub-filler-4860424.png\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" class=\"shower-desc__config-slide-img\" alt=\"Square Showerhead Installation\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/7681598783597-ai.png?v=1773559984\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" class=\"shower-desc__config-slide-img\" alt=\"Tub Filler Details\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/heritage-unlacquered-brass-exposed-shower-system-with-tub-filler-2609578.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" class=\"shower-desc__config-slide-img\" alt=\"Sprayer\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/heritage-unlacquered-brass-exposed-shower-system-with-handheld-4701648.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" class=\"shower-desc__config-slide-img\" alt=\"A3 Lever Handle\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/heritage-unlacquered-brass-exposed-shower-system-with-handheld-7171088.jpg\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" class=\"shower-desc__config-slide-img\" alt=\"Shower system\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/heritage-unlacquered-brass-exposed-shower-system-with-tub-filler-3173866.jpg\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" class=\"shower-desc__config-slide-img\" alt=\"Front-view Setup\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/7681598783597-front.webp\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" class=\"shower-desc__config-slide-img\" alt=\"Side-view square\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/7681598783597-side3.webp\"\u003e\u003c\/div\u003e\n\n\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" class=\"shower-desc__config-slide-img\" alt=\"Technical Diagram 2\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/7681598783597-6.png\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== REVIEWS SECTION ========== --\u003e\n\u003csection class=\"shower-reviews\"\u003e\n\u003cdiv class=\"shower-reviews__header\"\u003e\n\u003ch2 class=\"shower-reviews__title\"\u003eCustomer Reviews\u003c\/h2\u003e\n\u003cspan class=\"shower-reviews__total-rating\"\u003e5.0 ★★★★★ (5 reviews)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-reviews__slider\"\u003e\n\u003c!-- Review 1 --\u003e\n\u003cdiv class=\"shower-review-item\"\u003e\n\u003cdiv class=\"shower-reivew__author-row\"\u003e\n\u003cspan class=\"shower-review__name\"\u003eAbigail\u003c\/span\u003e \u003cspan class=\"shower-review__date\"\u003e18 Feb, 2022\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-review__stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"shower-review__body\"\u003e\"Just as described and what we were looking for! The finish is stunning.\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Review 2 --\u003e\n\u003cdiv class=\"shower-review-item\"\u003e\n\u003cdiv class=\"shower-reivew__author-row\"\u003e\n\u003cspan class=\"shower-review__name\"\u003eKate Montgomery\u003c\/span\u003e \u003cspan class=\"shower-review__date\"\u003e18 Dec, 2025\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-review__stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"shower-review__body\"\u003e\"Beautiful shower system and great quality. It feels heavy and substantial.\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Review 3 --\u003e\n\u003cdiv class=\"shower-review-item\"\u003e\n\u003cdiv class=\"shower-reivew__author-row\"\u003e\n\u003cspan class=\"shower-review__name\"\u003eMelanie Johnson\u003c\/span\u003e \u003cspan class=\"shower-review__date\"\u003e24 Aug, 2025\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-review__stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"shower-review__body\"\u003e\"Incredible customer service and the shower system was exactly as described.\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Review 4 --\u003e\n\u003cdiv class=\"shower-review-item\"\u003e\n\u003cdiv class=\"shower-reivew__author-row\"\u003e\n\u003cspan class=\"shower-review__name\"\u003eTodd\u003c\/span\u003e \u003cspan class=\"shower-review__date\"\u003e21 Aug, 2025\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-review__stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"shower-review__body\"\u003e\"Truly amazing hardware. Incredibly high quality, with a particular attention to detail. We are so happy with this purchase.\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Review 5 --\u003e\n\u003cdiv class=\"shower-review-item\"\u003e\n\u003cdiv class=\"shower-reivew__author-row\"\u003e\n\u003cspan class=\"shower-review__name\"\u003eDavid Hazelaar\u003c\/span\u003e \u003cspan class=\"shower-review__date\"\u003e28 Jul, 2025\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-review__stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"shower-review__body\"\u003e\"5 out of 5 for everything. We wanted a customised head shower size as well and for a small fee it was no problem at all. I really recommend this shop!\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- GUARANTEE BOX --\u003e\n\u003cdiv class=\"shower-desc__guarantee-box\"\u003e\n\u003ch3\u003e🛡️ Our No-Risk Promise to You\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e30-Day Returns:\u003c\/strong\u003e Changed your mind? We'll refund you - just send it back unused in its original packaging.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e5-Year Warranty:\u003c\/strong\u003e Covers manufacturing defects in materials and workmanship.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFlexible Returns:\u003c\/strong\u003e Easy return process if installation or fit isn’t right.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eWe’re so confident you’ll cherish this system for decades, the risk is entirely on us.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ========== KEY DIMENSIONS ========== --\u003e\n\u003csection class=\"shower-dims\"\u003e\n\u003ch2\u003eKey Dimensions\u003c\/h2\u003e\n\u003cdiv class=\"shower-dims__container\"\u003e\n\u003c!-- Left Half: Image --\u003e\n\u003cdiv class=\"shower-dims__image\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/heritage-unlacquered-brass-exposed-shower-system-with-tub-filler-6602278.png\" loading=\"lazy\" alt=\"Key Dimensions\"\u003e\u003c\/div\u003e\n\u003c!-- Right Half: 2x2 Grid Values --\u003e\n\u003cdiv class=\"shower-dims__box\"\u003e\n\u003cdiv class=\"shower-dims__item\"\u003e\n\u003cdiv class=\"shower-dims__label\"\u003eTotal Height\u003c\/div\u003e\n\u003cdiv class=\"shower-dims__value\"\u003e12.90\"\u003c\/div\u003e\n\u003cdiv class=\"shower-dims__sub\"\u003e(328mm)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-dims__item\"\u003e\n\u003cdiv class=\"shower-dims__label\"\u003eSpout Reach\u003c\/div\u003e\n\u003cdiv class=\"shower-dims__value\"\u003e7.70\"\u003c\/div\u003e\n\u003cdiv class=\"shower-dims__sub\"\u003e(195.5mm)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-dims__item\"\u003e\n\u003cdiv class=\"shower-dims__label\"\u003eSpout Height\u003c\/div\u003e\n\u003cdiv class=\"shower-dims__value\"\u003e6.00\"\u003c\/div\u003e\n\u003cdiv class=\"shower-dims__sub\"\u003e(152mm)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-dims__item\"\u003e\n\u003cdiv class=\"shower-dims__label\"\u003eCenter Spread\u003c\/div\u003e\n\u003cdiv class=\"shower-dims__value\"\u003e8.00\"\u003c\/div\u003e\n\u003cdiv class=\"shower-dims__sub\"\u003e(203mm)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\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  .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 showers 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 at no extra charge.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DISTINCTIVE FEATURES --\u003e\n\u003csection class=\"shower-desc__features\"\u003e\n\u003ch2\u003eDistinctive Features\u003c\/h2\u003e\n\u003cul class=\"shower-desc__features-list\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"shower-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=\"shower-desc__feature-content\"\u003e\n\u003ch4\u003eUnlacquered Brass Finish\u003c\/h4\u003e\n\u003cp\u003eDevelops a rich, warm patina over time—each system tells its own story.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"shower-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=\"M20 4H4C2.9 4 2.01 4.89 2.01 6L2 18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4ZM20 18H4V8H20V18ZM20 6H4V6L4 8V6V18V8H20V6Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__feature-content\"\u003e\n\u003ch4\u003eSolid Brass Construction\u003c\/h4\u003e\n\u003cp\u003eZero plastic or plating—built for generations of reliable use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"shower-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\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__feature-content\"\u003e\n\u003ch4\u003eTraditional Build\u003c\/h4\u003e\n\u003cp\u003eStandard-threaded components—easy to maintain and repair.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"shower-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=\"M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3ZM19 19H5V5H19V19Z\"\u003e\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=\"shower-desc__feature-content\"\u003e\n\u003ch4\u003eHigh-Pressure Tested\u003c\/h4\u003e\n\u003cp\u003eRigorously tested to 150 PSI for safety and durability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"shower-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 2ZM12 20C7.59 20 4 16.41 4 12S7.59 4 12 4 20 7.59 20 12 16.41 20 12 20ZM12.5 7H11V13L15.5 15.5L16.25 14.25L12.5 12V7Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__feature-content\"\u003e\n\u003ch4\u003eMultifunctional Design\u003c\/h4\u003e\n\u003cp\u003eIntuitive controls—shower, handheld, and tub filler in one system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"shower-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=\"M4 6H2V20C2 21.1 2.9 22 4 22H18V20H4V6ZM20 2H8C6.9 2 6 2.9 6 4V16C6 17.1 6.9 18 8 18H20C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2ZM20 16H8V4H20V16Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__feature-content\"\u003e\n\u003ch4\u003eWall-Mounted Efficiency\u003c\/h4\u003e\n\u003cp\u003eSaves floor space while delivering clean, secure installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- LIFESTYLE SECTIONS --\u003e\n\u003csection class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Shower System in Bath\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/7681598783597-b.png?v=1773559963\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003eTimeless Integration\u003c\/h3\u003e\n\u003cp\u003eDesigned to complement vintage, farmhouse, or modern minimalist interiors. The exposed piping and unlacquered finish add warmth and authenticity to any space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"lifestyle-section\" style=\"direction: rtl;\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Tub Filler Detail\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/heritage-unlacquered-brass-exposed-shower-system-with-tub-filler-2609578.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003ePerfect for Soaking Tubs\u003c\/h3\u003e\n\u003cp\u003eThe graceful curved tub filler delivers strong, steady flow—ideal for deep-soak luxury. Fully compatible with standard US tub spouts and drain assemblies.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== PACKAGE INCLUDES ========== --\u003e\n\u003csection class=\"shower-pkg\"\u003e\n\u003cdiv class=\"shower-pkg__header\"\u003e\n\u003ch3\u003e📦 Package Includes\u003c\/h3\u003e\n\u003cp style=\"color: var(--muted); margin-top: 5px; font-size: 14px;\"\u003eComplete set for standard installation\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-pkg__list\"\u003e\n\u003cdiv class=\"shower-pkg__item\"\u003e\n\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Solid Brass Showerhead\u003c\/div\u003e\n\u003cdiv class=\"shower-pkg__item\"\u003e\n\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Exposed Riser Pipe \u0026amp; Arm\u003c\/div\u003e\n\u003cdiv class=\"shower-pkg__item\"\u003e\n\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Handheld Sprayer \u0026amp; Hose\u003c\/div\u003e\n\u003cdiv class=\"shower-pkg__item\"\u003e\n\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Tub Filler Spout \u0026amp; Diverter\u003c\/div\u003e\n\u003cdiv class=\"shower-pkg__item\"\u003e\n\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Hot \u0026amp; Cold Valve Handles\u003c\/div\u003e\n\u003cdiv class=\"shower-pkg__item\"\u003e\n\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e S-Unions \u0026amp; Installation Fittings\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TECHNICAL SPECS --\u003e\n\u003csection class=\"shower-desc__specs-section\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003ctable class=\"shower-desc__specs-table\"\u003e\n\u003ctbody\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\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eSolid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation Type\u003c\/td\u003e\n\u003ctd\u003eWall-Mounted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eThread Standard\u003c\/td\u003e\n\u003ctd\u003eCorrect fittings for your region\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFunctionality\u003c\/td\u003e\n\u003ctd\u003eMultifunctional – showerhead, handheld, tub filler\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConstruction Style\u003c\/td\u003e\n\u003ctd\u003eTraditional Build with standard fittings\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePressure Tested\u003c\/td\u003e\n\u003ctd\u003eUp to 150 PSI\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCompatibility\u003c\/td\u003e\n\u003ctd\u003eFully compatible with Insideast brass fixtures\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e5-Year Limited Warranty\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\/section\u003e\n\u003c!-- SPEC SHEET DOWNLOAD --\u003e\n\u003cdiv class=\"shower-desc__download\"\u003e\n\u003ch3\u003eInstallation \u0026amp; Dimensions (PDF)\u003c\/h3\u003e\n\u003cp\u003eComplete technical drawings, plumbing specs, and mounting instructions.\u003c\/p\u003e\n\u003ca download=\"\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Exposed_3-Outlet_Shower_With_Curved_Pipe_Standard_Showerhead_Handheld_and_Tub-fillerIS-047-01-001-01-23.pdf?v=1760448621\" target=\"_blank\"\u003e 📄 Download Spec Sheet \u003c\/a\u003e\n\u003c\/div\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 brass components and finish integrity (excluding normal patina development).\u003c\/li\u003e\n\u003cli\u003eCovered for \u003cstrong\u003erepair or replacement\u003c\/strong\u003e of defective parts (labor \u0026amp; installation excluded).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVisual defects\u003c\/strong\u003e must be reported within \u003cstrong\u003e15 days\u003c\/strong\u003e of delivery with photos and order proof.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"ie-warranty__note\"\u003eNeed help? Email \u003ca href=\"mailto:contact@insideast.com\"\u003econtact@insideast.com\u003c\/a\u003e with your order number.\u003c\/p\u003e\n\u003cp class=\"ie-warranty__note\"\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e Unlacquered brass is designed to patinate—this natural aging is not a defect, but a celebrated hallmark of authenticity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ========== FAQ SECTION ========== --\u003e\n\u003csection class=\"shower-desc__faq\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this system include the mixing valve?\u003c\/summary\u003e\n\u003cp\u003eNo, this is an exposed \u003cstrong\u003etrim kit\u003c\/strong\u003e designed to connect to your existing water supply. It requires standard male-threaded outlets (hot and cold) coming from your wall. We recommend pairing it with a high-quality thermostatic or pressure-balance rough-in valve suitable for your local plumbing codes.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow does the unlacquered brass finish age?\u003c\/summary\u003e\n\u003cp\u003eSince the brass is raw and sealed only with a light wax, it interacts with oxygen and water to develop a \"living finish.\" Over time, it will naturally darken and acquire a unique, mottled patina. This is a desired aesthetic feature of artisan brass. If you prefer a shiny look, you can polish it regularly with Brasso or a similar brass cleaner.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I install this if my pipes are already tiled in?\u003c\/summary\u003e\n\u003cp\u003eThis system acts as a \"bridge\" style faucet. It mounts directly to two rough-in pipes (Hot \u0026amp; Cold) sticking out of the finished wall. It does not require breaking the tile \u003cem\u003eunless\u003c\/em\u003e your existing pipe centers (the distance between hot and cold pipes) are drastically different from the standard 6\" to 8\" spread. Our included S-unions allow for adjustment between approximately 6 inches and 9 inches.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the handheld sprayer and hose included?\u003c\/summary\u003e\n\u003cp\u003eYes, the complete set includes the main showerhead, the exposed riser pipe, the curved tub filler spout, and a matching solid brass handheld sprayer with a flexible hose and wall-mount bracket.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the water flow rate?\u003c\/summary\u003e\n\u003cp\u003eThe system is designed to provide a generous, rain-like flow. However, it is compatible with standard water restrictors if your local plumbing codes require a specific GPM (e.g., 1.8 or 2.5 GPM). The pressure has been tested up to 150 PSI to ensure durability.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWhat is the warranty coverage?\u003c\/summary\u003e\n\u003cp\u003eWe offer a \u003cstrong\u003e5-Year Limited Warranty\u003c\/strong\u003e covering the structural integrity of the brass and mechanical operation (leaks, diverter failure). The natural patina process of unlacquered brass is not considered a defect; it is a characteristic of the material.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003cdiv class=\"shower-desc__cta-section\" style=\"margin-top: 60px;\"\u003e\n\u003ch3 style=\"font-size: clamp(20px, 3vw, 24px); margin-bottom: 15px; color: var(--primary);\"\u003eIndulge in Timeless Luxury\u003c\/h3\u003e\n\u003cp style=\"color: var(--muted); margin-bottom: 20px; font-size: clamp(13px, 1.5vw, 15px);\"\u003eA hand-finished brass heirloom—crafted for performance, designed to age with beauty, and built to outlast trends.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"shower-desc__cta-primary\"\u003eConfigure \u0026amp; Order Now\u003c\/a\u003e\n\u003cdiv class=\"shower-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\u003cdiv\u003e30-Day Guarantee\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n\n  const slider = document.getElementById(\"configSlider\");\n  const leftBtn = document.querySelector(\".shower-desc__config-arrow--left\");\n  const rightBtn = document.querySelector(\".shower-desc__config-arrow--right\");\n\n  const scrollAmount = slider.offsetWidth * 0.8;\n\n  rightBtn.addEventListener(\"click\", function () {\n    slider.scrollBy({\n      left: scrollAmount,\n      behavior: \"smooth\"\n    });\n  });\n\n  leftBtn.addEventListener(\"click\", function () {\n    slider.scrollBy({\n      left: -scrollAmount,\n      behavior: \"smooth\"\n    });\n  });\n\n});\n\u003c\/script\u003e","brand":"Insideast","offers":[{"title":"Rose","offer_id":42668052512877,"sku":"IS-047-01-001-01-23","price":886.17,"currency_code":"USD","in_stock":true},{"title":"Square","offer_id":42668052611181,"sku":"IS-048-01-001-01-23","price":886.17,"currency_code":"USD","in_stock":true},{"title":"Round","offer_id":42668052709485,"sku":"IS-037-01-001-01-23","price":886.17,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/heritage-unlacquered-brass-exposed-shower-system-with-tub-filler-7974306.png?v=1773579375"},{"product_id":"hammered-brass-vintage-wall-mount-sink-faucet","title":"Heritage - Unlacquered Brass 3 Holes Bath Wall Mount Faucet","description":"\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSolid Brass\u003c\/strong\u003e → Made from high-grade, non-recycled brass for maximum durability and long-term performance.\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNatural Living Finish \u003c\/strong\u003e→ Starts shiny and gracefully ages into a rich, antique patina for added character.\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHigh-Quality Ceramic Cartridges\u003c\/strong\u003e → Ensure smooth handling and leak-free use over time.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEasy Installation \u003c\/strong\u003e→ Includes detailed manual and all components needed for a smooth, professional setup.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCustomizable Spout Options\u003c\/strong\u003e → Available on request to suit your specific aesthetic or functional needs.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatible with Insideast Fixtures\u003c\/strong\u003e → Perfect match for your existing brass setup.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003ctable style=\"width: 100%; height: 117.6px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 33.1192%; height: 19.6px;\"\u003e\u003cstrong\u003eFinish\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 66.5888%; height: 19.6px;\"\u003eUnlacquered Brass (Develops Natural Patina)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 33.1192%; height: 19.6px;\"\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 66.5888%; height: 19.6px;\"\u003eCertified Solid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 33.1192%; height: 19.6px;\"\u003e\u003cstrong\u003eThreading\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 66.5888%; height: 19.6px;\"\u003e1\/2″ NPT (US Plumbing Compatible)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 33.1192%; height: 19.6px;\"\u003e\u003cstrong\u003eInstallation\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 66.5888%; height: 19.6px;\"\u003eBuilt-in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 33.1192%; height: 19.6px;\"\u003e\u003cstrong\u003eIncluded Components\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 66.5888%; height: 19.6px;\"\u003eRough-In Valve, Handles, Backplates, Spout\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 33.1192%; height: 19.6px;\"\u003e\u003cstrong\u003eReturn Policy\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 66.5888%; height: 19.6px;\"\u003e30-Day Return\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e\u003cstrong\u003e➡️ \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/wall_mounted_bathroom_faucet.pdf?v=1759482631\" title=\"Download Size Guide (PDF)\" rel=\"noopener\" target=\"_blank\"\u003eDownload Size Guide (PDF)\u003c\/a\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e\u003cstrong\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/HammeredBuilt-inFaucetFlatHandles_1.jpg?v=1761560836\" alt=\"\"\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e\u003cstrong\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/HammeredBuilt-inFaucetFlatHandles_5.jpg?v=1761560805\" alt=\"\"\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Default Title","offer_id":42662024708205,"sku":"IB-052-02-018-02-23","price":284.04,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/heritage-unlacquered-brass-3-holes-bath-wall-mount-faucet-7692871.jpg?v=1773579373"},{"product_id":"unlacquered-brass-soap-dispenser-dispenser-pump-countertop-soap-dispenser-for-kitchen-sink","title":"Heritage - Unlacquered Brass Soap Dispenser","description":"\u003cp\u003e\u003cstrong\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Heritage-UnlacqueredBrassSoapDispenser_9.jpg?v=1767902470\" alt=\"\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSolid Unlacquered Brass →\u003c\/strong\u003e  built entirely from solid brass to last for years.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eUnlacquered Brass Finish →\u003c\/strong\u003e ages over time, creating a beautiful natural patina with a vintage feel.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eManual Pump →\u003c\/strong\u003e Smooth and easy operation for daily use.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCylindrical Minimalist Design →\u003c\/strong\u003e Blends seamlessly with modern or vintage decor.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Heritage-UnlacqueredBrassSoapDispenser_7.jpg?v=1767902470\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ctable style=\"width: 100%; height: 103.969px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 33.1192%; height: 19.5938px;\"\u003e\u003cstrong\u003eFinish\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 66.5888%; height: 19.5938px;\"\u003eUnlacquered Brass (Develops Natural Patina)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 33.1192%; height: 19.5938px;\"\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 66.5888%; height: 19.5938px;\"\u003eSolid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 25.5938px;\"\u003e\n\u003ctd style=\"width: 33.1192%; height: 25.5938px;\"\u003e\u003cstrong\u003eInstallation Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 66.5888%; height: 25.5938px;\"\u003eCountertop\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 33.1192%; height: 19.5938px;\"\u003e\u003cstrong\u003eCapacity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 66.5888%; height: 19.5938px;\"\u003e429ml\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 33.1192%; height: 19.5938px;\"\u003e\u003cstrong\u003ePump Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 66.5888%; height: 19.5938px;\"\u003eManual, Smooth Operation\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ctable style=\"width: 99.8811%; height: 39.2px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 33.1333%; height: 19.6px;\"\u003e\u003cstrong\u003eReturn Policy\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 66.6266%; height: 19.6px;\"\u003e30-Day Return\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/IA-130-02-001-00-24_Brass_Soap_Dispenser_Exposed_bottle.pdf?v=1760979228\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan data-sheets-userformat='{\"2\":515,\"3\":{\"1\":0},\"4\":{\"1\":3,\"3\":2},\"12\":0}' data-sheets-value='{\"1\":2,\"2\":\"Traditional construction. This makes it easy to find replacements when old parts wear out.\"}'\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e\u003cstrong\u003e➡️ Download Size Guide (PDF)\u003c\/strong\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-userformat='{\"2\":515,\"3\":{\"1\":0},\"4\":{\"1\":3,\"3\":2},\"12\":0}' data-sheets-value='{\"1\":2,\"2\":\"Traditional construction. This makes it easy to find replacements when old parts wear out.\"}'\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e\u003cstrong\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Heritage-UnlacqueredBrassSoapDispenserclient.jpg?v=1767902470\" alt=\"\"\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Default Title","offer_id":42657205583981,"sku":"IA-130-02-001-00-24","price":101.22,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/heritage-unlacquered-brass-soap-dispenser-9102116.jpg?v=1773579326"},{"product_id":"vintage-copper-pendant-light-oxidized-dome-ceiling-light-kitchen-island-hanging-light-fixture-1","title":"Dome - Oxidized Copper Pendant Light, Kitchen Island","description":"\u003cstyle\u003e\n  \/* ========== EXISTING STYLES ========== *\/\n.light-dome{\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.light-dome__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.light-dome__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.light-dome__header *{\n  text-align:center !important;\n  margin-left:auto;\n  margin-right:auto;\n}\n\n.light-dome__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.light-dome__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.light-dome__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.light-dome__sub{\n  color:var(--muted);\n  font-size:clamp(1.5rem, 2.2vw, 1.8rem);\n  max-width:700px;\n  margin:0 auto;\n  line-height:1.7;\n  text-align:center;\n}\n  .light-dome__video {\n    display: grid;\n    margin: clamp(60px, 8vw, 100px) 0\n  }\n  .light-dome__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  .light-dome__video-container video {\n    width: 100%;\n    height: auto;\n    display: block\n  }\n  .light-dome__specs-section {\n    margin: clamp(60px, 8vw, 100px) 0\n  }\n  .light-dome__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  .light-dome__specs-table tr {\n    border-bottom: 1px solid var(--accent-light)\n  }\n  .light-dome__specs-table tr:last-child {\n    border-bottom: none\n  }\n  .light-dome__specs-table td {\n    padding: 12px 20px;\n    font-size: 14px\n  }\n  .light-dome__specs-table td:first-child {\n    font-weight: 700;\n    color: var(--primary);\n    width: 40%;\n    background: var(--bg-light)\n  }\n  .light-dome__specs-table td:last-child {\n    color: var(--muted)\n  }\n  .light-dome__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  .light-dome__dimension-card {\n    text-align: center;\n    padding: 10px\n  }\n  .light-dome__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  .light-dome__dimension-value {\n    font-size: 13px;\n    font-weight: 400;\n    color: var(--primary)\n  }\n  .light-dome__dimension-unit {\n    font-size: 11px;\n    color: #999;\n    margin-top: 2px\n  }\n  .light-dome__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  .light-dome__download h4 {\n    color: var(--primary)\n  }\n  .light-dome__download p {\n    color: var(--muted);\n    margin-bottom: 15px\n  }\n  .light-dome__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  .light-dome__download a:hover {\n    background: #8b6740\n  }\n  .light-dome__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  .light-dome__warranty-badge:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 6px 20px rgba(166, 124, 82, .15)\n  }\n  .light-dome__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  .light-dome__warranty-badge-icon svg {\n    width: 100%;\n    height: 100%\n  }\n  .light-dome__warranty-badge-content {\n    flex: 1;\n    min-width: 0\n  }\n  .light-dome__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  .light-dome__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  .light-dome__warranty-badge-content p strong {\n    display: inline;\n    font-size: inherit;\n    font-weight: 700;\n    color: var(--accent)\n  }\n  .light-dome__config {\n  \n  margin: 60px 0;\n    \n  }\n  .light-dome__config h3 {\n    font-size: 28px;\n    margin-bottom: 15px;\n    color: var(--primary);\n    font-weight: 600;\n    text-align: center\n  }\n  .light-dome__config-intro {\n   text-align: center !important;\n  max-width: 700px;\n  margin: 0 auto 35px !important;\n  display: block !important;\n  width: 100%;\n  box-sizing: border-box;\n  }\n  .light-dome__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  .light-dome__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  .light-dome__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  .light-dome__config-slider-container::-webkit-scrollbar {\n    height: 8px\n  }\n  .light-dome__config-slider-container::-webkit-scrollbar-track {\n    background: #f1f1f1;\n    border-radius: 10px\n  }\n  .light-dome__config-slider-container::-webkit-scrollbar-thumb {\n    background: var(--accent);\n    border-radius: 10px\n  }\n  .light-dome__config-slider {\n    display: flex;\n    gap: 20px;\n    padding: 5px\n  }\n  .light-dome__config-slide {\n    flex: 0 0 calc(50% - 10px);\n    min-width: calc(50% - 10px);\n    scroll-snap-align: start\n  }\n  .light-dome__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  .light-dome__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  .light-dome__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  .light-dome__config-arrow:hover {\n    background: #8b6740;\n    transform: translateY(-50%) scale(1.1)\n  }\n  .light-dome__config-arrow--left {\n    left: 4px\n  }\n  .light-dome__config-arrow--right {\n    right: 4px\n  }\n  .light-dome__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  .light-dome__config-section h4 {\n    font-size: 16px;\n    color: var(--accent);\n    margin-bottom: 12px;\n    font-weight: 600;\n    text-align: center\n  }\n  .light-dome__config-options {\n    display: grid;\n    gap: 8px\n  }\n  .light-dome__config-section:first-child .light-dome__config-options {\n    grid-template-columns: 1fr 1fr\n  }\n  .light-dome__config-section:last-child .light-dome__config-options {\n    grid-template-columns: 1fr\n  }\n  .light-dome__config-option {\n    background: #fff;\n    padding: 10px;\n    border-radius: 6px;\n    border: 1px solid var(--accent-light);\n    font-size: 15px;\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  .light-dome__config-option:hover {\n    border-color: var(--accent);\n    transform: translateY(-2px);\n    box-shadow: 0 4px 12px var(--shadow)\n  }\n  .light-dome__reviews h3 {\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  .light-dome__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  .light-dome__review-slider-wrap::-webkit-scrollbar {\n    height: 6px\n  }\n  .light-dome__review-slider-wrap::-webkit-scrollbar-track {\n    background: #f1f1f1;\n    border-radius: 10px\n  }\n  .light-dome__review-slider-wrap::-webkit-scrollbar-thumb {\n    background: var(--accent);\n    border-radius: 10px;\n    cursor: grab\n  }\n  .light-dome__review-slider-wrap::-webkit-scrollbar-thumb:active {\n    cursor: grabbing\n  }\n  .light-dome__review-slider {\n    display: flex;\n    gap: 25px;\n    padding: 0\n  }\n  .light-dome__review-slider-item {\n    flex: 0 0 calc(33.333% - 17px);\n    min-width: calc(33.333% - 17px)\n  }\n  .light-dome__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  .light-dome__review-arrow:hover {\n    background: #8b6740;\n    transform: translateY(-50%) scale(1.1)\n  }\n  .light-dome__review-arrow--left {\n    left: 8px\n  }\n  .light-dome__review-arrow--right {\n    right: 8px\n  }\n  .light-dome__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  .light-dome__review-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 8px 25px rgba(0, 0, 0, .12)\n  }\n  .light-dome__review-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: flex-start;\n    margin-bottom: 12px\n  }\n  .light-dome__review-author {\n    font-weight: 700;\n    color: var(--primary)\n  }\n  .light-dome__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  .light-dome__review-stars {\n    color: var(--accent);\n    font-size: 16px;\n    margin-bottom: 10px\n  }\n  .light-dome__review-text {\n    color: var(--muted);\n    font-size: 14px;\n    line-height: 1.6;\n    margin-bottom: 12px\n  }\n  .light-dome__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  \/* ========== FEATURES GRID - IMPROVED ========== *\/\n  .light-dome__features {\n    margin: clamp(60px, 8vw, 100px) 0\n  }\n  .light-dome__features h3 {\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  .light-dome__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  .light-dome__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  .light-dome__features-list li:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 8px 20px rgba(0, 0, 0, .12)\n  }\n  .light-dome__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  .light-dome__feature-icon svg {\n    width: 28px;\n    height: 28px\n  }\n  .light-dome__feature-content h5 {\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  .light-dome__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  .light-dome__package {\n    margin: clamp(60px, 8vw, 100px) 0\n  }\n  .light-dome__package h3 {\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  .light-dome__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  .light-dome__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  .light-dome__package-list li:hover {\n    background: #fff;\n    transform: translateY(-2px);\n    box-shadow: 0 2px 8px var(--shadow)\n  }\n  .light-dome__package-list li:before {\n    content: \"✓\";\n    color: var(--accent);\n    font-weight: bold;\n    font-size: 14px;\n    flex-shrink: 0\n  }\n  .light-dome__faq {\n    margin-top: clamp(60px, 8vw, 100px)\n  }\n  .light-dome__faq h3 {\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  .light-dome__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  .light-dome__faq details:hover {\n    box-shadow: 0 4px 12px rgba(166, 124, 82, .15);\n    transform: translateX(4px)\n  }\n  .light-dome__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  .light-dome__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  .light-dome__faq details[open] summary::before {\n    transform: rotate(90deg)\n  }\n  .light-dome__faq summary:hover {\n    color: var(--accent)\n  }\n  .light-dome__faq details[open] summary {\n    margin-bottom: 10px;\n    color: var(--accent)\n  }\n  .light-dome__faq p {\n    color: var(--muted);\n    line-height: 1.6;\n    font-size: 14px;\n    margin: 0\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  .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  .ie-warranty__shield {\n    width: 24px;\n    height: 24px;\n    flex: 0 0 24px;\n    color: #fff\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  .ie-warranty__body {\n    padding: 1.5rem\n  }\n  .ie-warranty__body p {\n    margin: 0 0 .75rem 0;\n    line-height: 1.6;\n    color: var(--primary)\n  }\n  .ie-warranty__list {\n    margin: .5rem 0 0 0;\n    padding-left: 1.25rem;\n    color: var(--primary)\n  }\n  .ie-warranty__list li {\n    margin: .4rem 0;\n    line-height: 1.5\n  }\n  .ie-warranty__note {\n    margin-top: 1rem;\n    font-size: .9rem;\n    opacity: .8;\n    color: var(--muted)\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  .ie-warranty__badge .tick {\n    font-size: 1.2rem;\n    line-height: 1;\n    color: var(--accent)\n  }\n  .ie-warranty__badge strong {\n    font-weight: 700;\n    color: var(--primary)\n  }\n  .ie-warranty__badge div {\n    color: var(--primary)\n  }\n  \/* ========== CRO STYLES ========== *\/\n  \/* CTA Section *\/\n  .light-dome__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  .light-dome__price {\n    font-size: clamp(2rem, 4vw, 2.5rem);\n    font-weight: 700;\n    color: var(--accent);\n    margin-bottom: 15px\n  }\n  .light-dome__price-note {\n    font-size: clamp(13px, 1.5vw, 16px);\n    color: var(--muted);\n    margin-bottom: 20px\n  }\n  .light-dome__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  .light-dome__cta-primary:hover {\n    background: #8b6740;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 20px rgba(166, 124, 82, .4)\n  }\n  .light-dome__cta-primary:active {\n    transform: translateY(0)\n  }\n  .light-dome__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  .light-dome__trust-bar div {\n    display: flex;\n    align-items: center;\n    gap: 5px\n  }\n  .light-dome__trust-bar div:before {\n    content: \"✓\";\n    color: var(--accent);\n    font-weight: bold\n  }\n  \/* Guarantee Bar *\/\n  .light-dome__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  .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  .guarantee-item:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 4px 12px var(--shadow)\n  }\n  .guarantee-item svg {\n    width: 32px;\n    height: 32px;\n    margin: 0 auto 10px;\n    color: var(--accent)\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  \/* Comparison Table *\/\n  .light-dome__comparison {\n    margin: 60px 0;\n    padding: 40px 0\n  }\n  .light-dome__comparison h3 {\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  .light-dome__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  .light-dome__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  .light-dome__comparison-table td {\n    padding: 15px;\n    border-bottom: 1px solid var(--accent-light);\n    font-size: 14px\n  }\n  .light-dome__comparison-table tr:last-child td {\n    border-bottom: none\n  }\n  .light-dome__comparison-table td:first-child {\n    font-weight: 600;\n    color: var(--primary);\n    background: var(--bg-light);\n    width: 30%\n  }\n  .light-dome__comparison-table td:nth-child(2) {\n    color: #2d5016;\n    font-weight: 500\n  }\n  .light-dome__comparison-table td:nth-child(3) {\n    color: #7a271a\n  }\n  .light-dome__comparison-table tr:hover {\n    background: rgba(166, 124, 82, .05)\n  }\n  \/* Guarantee Box *\/\n  .light-dome__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  .light-dome__guarantee-box h4 {\n    font-size: clamp(20px, 3vw, 24px);\n    color: var(--primary);\n    margin-bottom: 20px;\n    text-align: center\n  }\n  .light-dome__guarantee-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 20px 0\n  }\n  .light-dome__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  .light-dome__guarantee-box li:last-child {\n    border-bottom: none\n  }\n  .light-dome__guarantee-box li:before {\n    content: \"🛡️\";\n    position: absolute;\n    left: 0;\n    font-size: 20px\n  }\n  .light-dome__guarantee-box li strong {\n    color: var(--accent)\n  }\n  .light-dome__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  \/* Review Stats *\/\n  .light-dome__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  .stat {\n    text-align: center;\n    padding: 15px\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  .stat-label {\n    font-size: 13px;\n    color: var(--muted);\n    text-transform: uppercase;\n    letter-spacing: .5px\n  }\n  \/* Review Highlights *\/\n  .light-dome__review-highlights {\n    display: flex;\n    gap: 15px;\n    margin-bottom: 25px;\n    flex-wrap: wrap;\n    justify-content: center\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  \/* Scarcity Notice *\/\n  .light-dome__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  .light-dome__scarcity-notice a {\n    color: var(--accent);\n    font-weight: 700;\n    text-decoration: none;\n    border-bottom: 2px solid var(--accent)\n  }\n  .light-dome__scarcity-notice a:hover {\n    color: #8b6740\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  \/* Customer Photos Gallery *\/\n  .light-dome__ugc {\n    margin: 60px 0\n  }\n  .light-dome__ugc h3 {\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  .light-dome__ugc-intro {\n    text-align: center;\n    color: var(--muted);\n    font-size: 15px;\n    margin-bottom: 30px\n  }\n  .light-dome__ugc-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 15px\n  }\n  .light-dome__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  .light-dome__ugc-item img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    transition: transform .3s ease\n  }\n  .light-dome__ugc-item:hover img {\n    transform: scale(1.05)\n  }\n  .light-dome__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  \/* Trust Signals *\/\n  .light-dome__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  .light-dome__trust-signals img {\n    max-height: 40px;\n    opacity: .7;\n    transition: opacity .3s ease\n  }\n  .light-dome__trust-signals img:hover {\n    opacity: 1\n  }\n  .light-dome__trust-signals .ssl-badge,\n  .light-dome__trust-signals .certification {\n    font-size: 13px;\n    color: var(--muted);\n    font-weight: 600\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  .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  .lifestyle-section__image img {\n    width: 100%;\n    height: auto;\n    display: block;\n    transition: transform .5s ease\n  }\n  .lifestyle-section__content h4 {\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  .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  \/* ========== MOBILE RESPONSIVE FIXES ========== *\/\n  @media (max-width: 768px) {\n    \/* Features Grid - Single Column on Mobile *\/\n    .light-dome__features-list {\n      grid-template-columns: 1fr;\n      gap: 15px\n    }\n    .light-dome__features-list li {\n      padding: 15px;\n      gap: 12px\n    }\n    .light-dome__feature-icon {\n      width: 45px;\n      height: 45px\n    }\n    .light-dome__feature-icon svg {\n      width: 24px;\n      height: 24px\n    }\n    \/* Config Grid *\/\n    .light-dome__config-grid {\n      grid-template-columns: 1fr;\n      padding: 20px;\n      gap: 25px\n    }\n    .light-dome__config-section:first-child .light-dome__config-options {\n      grid-template-columns: 1fr\n    }\n    \/* Config Slider *\/\n    .light-dome__config-slide {\n      flex: 0 0 calc(100% - 20px);\n      min-width: calc(100% - 20px)\n    }\n    .light-dome__config-slider-wrap {\n      max-width: 100%\n    }\n    .light-dome__config-slide-img {\n      height: 300px\n    }\n    .light-dome__config-slider-title {\n      font-size: 18px;\n      margin-bottom: 20px\n    }\n    \/* Review Slider *\/\n    .light-dome__review-slider-item {\n      flex: 0 0 calc(100% - 25px);\n      min-width: calc(100% - 25px)\n    }\n    .light-dome__review-card {\n      padding: 20px\n    }\n    \/* Dimensions Grid *\/\n    .light-dome__dimensions-grid {\n      grid-template-columns: repeat(2, 1fr);\n      gap: 10px;\n      padding: 15px\n    }\n    .light-dome__dimension-card {\n      padding: 8px\n    }\n    .light-dome__dimension-value {\n      font-size: 18px\n    }\n    \/* Package List *\/\n    .light-dome__package-list {\n      grid-template-columns: 1fr;\n      gap: 6px\n    }\n    .light-dome__package-list li {\n      font-size: 12px;\n      padding: 10px 12px\n    }\n    \/* Specs Table *\/\n    .light-dome__specs-table td {\n      padding: 10px 12px;\n      font-size: 13px\n    }\n    .light-dome__specs-table td:first-child {\n      width: 45%\n    }\n    \/* Lifestyle Sections - Stack on Mobile *\/\n    .lifestyle-section {\n      grid-template-columns: 1fr;\n      gap: 20px\n    }\n    .lifestyle-section[style*=\"direction:rtl\"] {\n      direction: ltr\n    }\n    .lifestyle-section__content {\n      direction: ltr\n    }\n    \/* Warranty Badge *\/\n    .light-dome__warranty-badge {\n      flex-direction: column;\n      text-align: center;\n      gap: 12px;\n      padding: 20px\n    }\n    .light-dome__warranty-badge-icon {\n      width: 50px;\n      height: 50px\n    }\n    \/* Review Stats *\/\n    .light-dome__review-stats {\n      grid-template-columns: 1fr;\n      gap: 10px;\n      padding: 20px\n    }\n    .stat {\n      padding: 10px\n    }\n    \/* Guarantees Bar *\/\n    .light-dome__guarantees-bar {\n      grid-template-columns: 1fr 1fr;\n      gap: 10px;\n      padding: 15px\n    }\n    .guarantee-item {\n      padding: 12px\n    }\n    .guarantee-item svg {\n      width: 28px;\n      height: 28px\n    }\n    \/* Comparison Table *\/\n    .light-dome__comparison {\n      padding: 20px 0\n    }\n    .light-dome__comparison-table {\n      font-size: 11px;\n      display: block;\n      overflow-x: auto\n    }\n    .light-dome__comparison-table th,\n    .light-dome__comparison-table td {\n      padding: 8px 6px;\n      word-break: break-word\n    }\n    .light-dome__comparison-table th {\n      font-size: 11px\n    }\n    .light-dome__comparison-table td:first-child {\n      width: 25%;\n      min-width: 70px\n    }\n    .light-dome__comparison-table td:nth-child(2),\n    .light-dome__comparison-table td:nth-child(3) {\n      width: 37.5%\n    }\n    \/* Headers *\/\n    .light-dome__header {\n      padding: clamp(30px, 5vw, 50px) 0\n    }\n    .light-dome__title {\n      line-height: 1.2\n    }\n    .light-dome__sub {\n      font-size: clamp(1rem, 2vw, 1.1rem)\n    }\n    \/* CTA Section *\/\n    .light-dome__cta-section {\n      padding: 20px 15px\n    }\n    .light-dome__trust-bar {\n      gap: 10px;\n      font-size: 11px\n    }\n    \/* FAQ *\/\n    .light-dome__faq summary {\n      font-size: 14px\n    }\n    .light-dome__faq p {\n      font-size: 13px\n    }\n    .light-dome__faq details {\n      padding: 12px\n    }\n    \/* Warranty *\/\n    .ie-warranty__title {\n      font-size: 1rem\n    }\n    .ie-warranty__badge {\n      flex-direction: column;\n      align-items: flex-start;\n      gap: .35rem\n    }\n    .ie-warranty__body {\n      padding: 1.2rem\n    }\n    \/* Download Section *\/\n    .light-dome__download {\n      padding: 20px 15px\n    }\n    .light-dome__download h4 {\n      font-size: 18px\n    }\n    .light-dome__download p {\n      font-size: 13px\n    }\n    .light-dome__download a {\n      padding: 12px 24px;\n      font-size: 13px\n    }\n  }\n  @media (max-width: 480px) {\n    \/* Further mobile optimizations *\/\n    .light-dome__wrap {\n      padding: 20px 12px\n    }\n    .light-dome__header {\n      padding: 25px 0\n    }\n    .light-dome__config-slider-container {\n      padding: 0 35px\n    }\n    .light-dome__config-arrow {\n      width: 30px;\n      height: 30px;\n      font-size: 16px\n    }\n    .light-dome__review-arrow {\n      width: 30px;\n      height: 30px;\n      font-size: 16px\n    }\n    .light-dome__guarantees-bar {\n      grid-template-columns: 1fr;\n      gap: 8px;\n      padding: 12px\n    }\n    .guarantee-item {\n      padding: 10px\n    }\n    .light-dome__trust-bar {\n      flex-direction: column;\n      gap: 8px;\n      align-items: center\n    }\n    .light-dome__features-list {\n      gap: 12px\n    }\n    .light-dome__features-list li {\n      padding: 12px\n    }\n  }\n   \/* ========== HERO GIFT BADGE (SQUARE \u0026 HANGING) ========== *\/\n  .light-dome__gift-badge {\n    position: absolute;\n    top: 15px;\n    left: 15px; \/* Moved to top-left *\/\n    background: #fff8f0; \/* Matches scarcity box color *\/\n    padding: 12px 8px;\n    border-radius: 8px; \/* Slightly rounded corners for a softer square *\/\n    display: flex;\n    flex-direction: column; \/* Stack icon and text vertically to make a square *\/\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    gap: 6px;\n    width: 100px; \/* Fixed width for standard square shape *\/\n    height: 100px; \/* Fixed height for standard square shape *\/\n    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);\n    border: 1px solid var(--accent);\n    z-index: 10;\n    transform-origin: top center; \/* Makes the animation swing from the top *\/\n    animation: badge-swing 3.5s ease-in-out infinite; \/* Gentle hanging animation *\/\n  }\n\n  .light-dome__gift-badge svg {\n    color: var(--accent);\n    width: 26px;\n    height: 26px;\n    flex-shrink: 0;\n  }\n\n  .light-dome__gift-badge span {\n    color: var(--primary);\n    font-size: clamp(11px, 1.2vw, 13px);\n    font-weight: 700;\n    line-height: 1.2;\n  }\n   \/* ========== HERO GIFT LABEL (HANGING TAG) ========== *\/\n  .light-dome__hanging-label {\n    position: absolute;\n    top: 25px; \/* Dropped down to make room for the string *\/\n    right: 20px; \/* Top right corner *\/\n    background: #fff8f0; \/* Matches the scarcity box *\/\n    border: 1px solid var(--accent);\n    border-radius: 8px;\n    padding: 14px 8px 10px;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    width: 105px;\n    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n    z-index: 10;\n    \n    \/* Makes it physical: The tag swings exactly from the top of the string! *\/\n    transform-origin: 50% -20px; \n    animation: tag-swing 3.5s ease-in-out infinite; \n  }\n\n  \/* The actual string *\/\n  .light-dome__hanging-label::before {\n    content: \"\";\n    position: absolute;\n    top: -20px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 1.5px;\n    height: 20px;\n    background: var(--accent);\n    opacity: 0.8;\n  }\n\n  \/* The hole in the tag *\/\n  .light-dome__hanging-label::after {\n    content: \"\";\n    position: absolute;\n    top: 6px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 6px;\n    height: 6px;\n    background: #333; \/* Dark hole effect *\/\n    border-radius: 50%;\n    box-shadow: inset 0 1px 2px rgba(0,0,0,0.8), 0 1px 0 rgba(255,255,255,0.8);\n  }\n\n  \/* Lit Bulb Icon *\/\n  .light-dome__label-bulb {\n    color: #e6a100; \/* Warm gold ray color *\/\n    width: 30px; \/* Slightly larger as the focus *\/\n    height: 30px;\n    flex-shrink: 0;\n    margin-top: 3px;\n    filter: drop-shadow(0 0 6px rgba(230, 161, 0, 0.7)); \/* Outer glow *\/\n    animation: bulb-glow 1.5s infinite alternate ease-in-out;\n  }\n\n  .light-dome__hanging-label span {\n    color: var(--primary);\n    font-size: clamp(10px, 1.2vw, 12px);\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n\n  \/* Tag swinging animation *\/\n  @keyframes tag-swing {\n    0% { transform: rotate(-4deg); }\n    50% { transform: rotate(4deg); }\n    100% { transform: rotate(-4deg); }\n  }\n\n  \/* Brightly lit bulb glow animation *\/\n  @keyframes bulb-glow {\n    0% { filter: drop-shadow(0 0 3px rgba(255, 180, 0, 0.5)); transform: scale(0.95); opacity: 0.9; }\n    100% { filter: drop-shadow(0 0 12px rgba(255, 180, 0, 1)); transform: scale(1.05); opacity: 1; }\n  }\n\n  @media (max-width: 768px) {\n    .light-dome__hanging-label {\n      right: 10px;\n      width: 90px;\n      padding: 10px 5px 8px;\n    }\n    .light-dome__label-bulb {\n      width: 22px;\n      height: 22px;\n    }\n    .light-dome__hanging-label span {\n      font-size: 8px;\n    }\n  }\n\n \/* ========== SUSPENSION OPTIONS SECTION ========== *\/\n  .light-dome__suspension {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: clamp(20px, 4vw, 40px);\n    align-items: center;\n    background: linear-gradient(135deg, #fff 0%, var(--bg-light) 100%);\n    border: 1px solid var(--accent-light);\n    border-radius: 12px;\n    padding: clamp(20px, 4vw, 40px);\n    margin: 40px auto;\n    max-width: 900px;\n    box-shadow: 0 8px 25px rgba(166, 124, 82, 0.08);\n  }\n\n  .light-dome__suspension-content h4 {\n    font-size: clamp(20px, 3vw, 24px);\n    color: var(--primary);\n    margin-bottom: 12px;\n    font-weight: 600;\n  }\n\n  .light-dome__suspension-content p {\n    color: var(--muted);\n    font-size: clamp(14px, 1.5vw, 15px);\n    line-height: 1.6;\n    margin-bottom: 25px;\n  }\n\n  .light-dome__suspension-note {\n    background: #fff8f0;\n    border-left: 4px solid var(--accent);\n    padding: 18px;\n    border-radius: 4px 8px 8px 4px;\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.03);\n  }\n\n  .light-dome__suspension-note svg {\n    color: var(--accent);\n    width: 24px;\n    height: 24px;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  .light-dome__suspension-note span {\n    font-size: 13.5px;\n    line-height: 1.5;\n    color: var(--primary);\n  }\n  \n  .light-dome__suspension-note strong {\n    color: var(--accent);\n  }\n\n  .light-dome__suspension-img-wrapper {\n    position: relative;\n    border-radius: 8px;\n    overflow: hidden;\n    background: #f4f4f4; \/* Matches the background of your image *\/\n    border: 1px solid var(--accent-light);\n  }\n\n  .light-dome__suspension-img-wrapper img {\n    width: 100%;\n    height: auto;\n    display: block;\n    mix-blend-mode: multiply; \/* Blends the image perfectly into the layout *\/\n  }\n\n  @media (max-width: 768px) {\n    .light-dome__suspension {\n      grid-template-columns: 1fr;\n      padding: 25px 20px;\n    }\n  }\n    \/* ========== PACKAGE INCLUDES SECTION ========== *\/\n    .light-dome__pkg-includes {\n        margin: clamp(40px, 6vw, 80px) 0;\n    }\n\n    .light-dome__pkg-includes h3 {\n        font-size: clamp(22px, 4vw, 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    .light-dome__pkg-grid {\n        display: grid;\n        grid-template-columns: repeat(4, 1fr); \/* 4 equal columns *\/\n        gap: 15px;\n        background: var(--bg-light);\n        padding: clamp(15px, 3vw, 24px);\n        border-radius: 12px;\n        border: 1px solid var(--accent-light);\n    }\n\n    .light-dome__pkg-card {\n        text-align: center;\n        padding: 25px 15px;\n        background: #fff;\n        border-radius: 8px;\n        border: 1px solid var(--accent-light);\n        box-shadow: 0 2px 8px var(--shadow);\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n        align-items: center;\n        transition: all 0.3s ease;\n        position: relative;\n    }\n\n    .light-dome__pkg-card:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);\n    }\n\n    .light-dome__pkg-icon {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        width: 44px;\n        height: 44px;\n        background: var(--bg-light);\n        border-radius: 50%;\n        color: var(--accent);\n        margin-bottom: 12px;\n    }\n\n    .light-dome__pkg-icon svg {\n        width: 22px;\n        height: 22px;\n    }\n\n    .light-dome__pkg-label {\n        font-size: clamp(14px, 1.5vw, 16px);\n        font-weight: 600;\n        color: var(--primary);\n    }\n\n    \/* Free Gift Highlight Card *\/\n    .light-dome__pkg-highlight {\n        border: 2px solid var(--accent);\n        box-shadow: 0 4px 15px rgba(166, 124, 82, 0.15);\n        overflow: hidden;\n        \/* Extra slightly larger padding on top to fit the absolute badge *\/\n        padding-top: 35px; \n    }\n\n    .light-dome__pkg-highlight::before {\n        content: '';\n        position: absolute;\n        top: 0; left: 0; right: 0;\n        height: 4px;\n        background: var(--accent);\n    }\n\n    .light-dome__pkg-highlight .light-dome__pkg-label {\n        color: var(--accent);\n        font-weight: 700;\n    }\n\n    .light-dome__pkg-highlight .light-dome__pkg-icon {\n        background: rgba(166, 124, 82, 0.1); \n    }\n\n    .light-dome__pkg-badge {\n        position: absolute;\n        top: 10px;\n        left: 50%;\n        transform: translateX(-50%);\n        background: var(--accent);\n        color: #fff;\n        font-size: 10px;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        padding: 4px 10px;\n        border-radius: 20px;\n        font-weight: 700;\n        white-space: nowrap;\n    }\n\n    \/* Responsive Adjustments *\/\n    @media (max-width: 900px) {\n        .light-dome__pkg-grid {\n            grid-template-columns: repeat(2, 1fr); \/* 2x2 grid on tablets *\/\n        }\n    }\n\n    @media (max-width: 500px) {\n        .light-dome__pkg-grid {\n            grid-template-columns: 1fr; \/* Stack on phones *\/\n        }\n    }\n\n\u003c\/style\u003e\n\u003cdiv class=\"light-dome\"\u003e\n\u003cdiv class=\"light-dome__wrap\"\u003e\n\u003c!-- HEADER --\u003e\u003cheader class=\"light-dome__header\"\u003e\n\u003cdiv class=\"light-dome__eyebrow\"\u003eArtisan Heritage\u003c\/div\u003e\n\u003ch3 class=\"light-dome__title\"\u003eDome - Oxidized Copper Pendant Light\u003c\/h3\u003e\n\u003cp class=\"light-dome__sub\"\u003eHandcrafted for Warmth, Designed for Your Island\u003c\/p\u003e\n\u003cdiv style=\"max-width: 700px; margin: 20px auto 0; color: var(--muted); line-height: 1.7; font-size: clamp(1.25rem, 1.8vw, 1.4rem);\"\u003e\n\u003cp\u003eForged from solid copper and finished with a rich, antique patina, this dome pendant light brings timeless, artisanal warmth to any kitchen island or dining area. Its hand-hammered texture catches the light, creating a dynamic play of shadows and highlights that evolves with your space.\u003c\/p\u003e\n\u003cp style=\"margin-top: 15px;\"\u003eDesigned for real life, it’s built for durability and offers customizable sizing and cord length to fit your ceiling height and room layout perfectly. The protective finish ensures its beauty endures for years.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- CTA SECTION --\u003e\n\u003csection class=\"light-dome__cta-section\"\u003e\n\u003cdiv style=\"font-size: clamp(14px, 2vw, 16px); margin-bottom: 20px;\" class=\"light-dome__price-note\"\u003eHandcrafted to order • Free Delivery\u003c\/div\u003e\n\u003ca href=\"#\" class=\"light-dome__cta-primary\"\u003e\n  Configure \u0026amp; Add to Cart\n\u003c\/a\u003e\n\u003cdiv class=\"light-dome__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=\"light-dome__guarantees-bar\"\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M20 8L12 13L4 8V6L12 11L20 6V8ZM20 4h5C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20h30C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4Z\" fill=\"currentColor\"\u003e\n          \u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003eReliable Shipping\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M12 2L20 7V12C20 16.5 16.5 20 12 22C7.5 20 4 16.5 4 12V7L12 2Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 12L11 14L15 10\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#fff\"\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 viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 6V12L16 14\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#fff\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003eFlexible Returns\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM13 17h21V15h23V17ZM13 13h21V7h23V13Z\" fill=\"currentColor\"\u003e\n          \u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003e15-Day Guarantee\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SCARCITY NOTICE --\u003e\n\u003cdiv class=\"light-dome__scarcity-notice\"\u003e✨ \u003cstrong\u003eOne-of-a-Kind Craft:\u003c\/strong\u003e Each dome is hand-hammered — no two are identical. \u003ca href=\"#configure\"\u003eReserve yours before it’s crafted.\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- HERO IMAGE --\u003e\n\u003csection style=\"margin: clamp(40px, 6vw, 80px) 0;\"\u003e\n\u003cdiv style=\"position: relative; max-width: 800px; margin: 0 auto; width: 100%;\"\u003e\n\u003c!-- ADDED: HANGING TAG BADGE --\u003e\n\u003cdiv class=\"light-dome__hanging-label\"\u003e\n\u003c!-- Brightly Lit Bulb Icon --\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" class=\"light-dome__label-bulb\"\u003e\n        \n        \u003cpath stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" d=\"M12 2V4M18.5 5.5L17 7M5.5 5.5L7 7M22 11H20M4 11H2\"\u003e\u003c\/path\u003e\n        \n        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" fill=\"#a67c52\" d=\"M9 19H15V20.5C15 21.3284 14.3284 22 13.5 22H10.5C9.67157 22 9 21.3284 9 20.5V19Z\"\u003e\u003c\/path\u003e\n        \n        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" fill=\"#ffd700\" d=\"M15 19C15 17.5 17 16 17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12C7 16 9 17.5 9 19H15Z\"\u003e\u003c\/path\u003e\n        \n        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#c07c00\" d=\"M10 14V16M14 14V16M10 14L12 10.5L14 14\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e \n  \n\u003cspan style=\"display:inline-block; text-align:center; line-height:1.2;\"\u003e\n  \u003cspan style=\"display:block; font-size:13px; font-weight:700;\"\u003e\n    FREE BULB\n  \u003c\/span\u003e\n  \u003cspan style=\"display:block; font-size:10px; font-weight:600; letter-spacing:1px; margin-top:4px; color:#a57c52;\"\u003e\n    OUR GIFT TO YOU\n    \u003cspan style=\"display:inline-block; vertical-align:middle; margin-left:4px;\"\u003e\n      \u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 24 24\" fill=\"#865e35\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M20 7h-2.18A3 3 0 0015 2a3 3 0 00-3 3 3 3 0 00-3-3 3 3 0 00-2.82 5H4a1 1 0 00-1 1v3h18V8a1 1 0 00-1-1zm-8-3a1 1 0 011 1 1 1 0 01-2 0 1 1 0 011-1zM8 4a1 1 0 011 1 1 1 0 01-2 0 1 1 0 011-1zm13 9H3v8a1 1 0 001 1h7v-9h2v9h7a1 1 0 001-1v-8z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/span\u003e\n  \u003c\/span\u003e\n\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- END HANGING TAG BADGE --\u003e \u003cimg decoding=\"async\" loading=\"lazy\" style=\"width: 100%; height: auto; border-radius: 12px; display: block; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 40px;\" alt=\"Hammered Pendant Light – Antique Brass Dome Ceiling Light\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/dome-oxidized-copper-pendant-light-kitchen-island-3640528.jpg?v=1773579326\u0026amp;width=1946\"\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CONFIGURATION OPTIONS --\u003e\n\u003csection id=\"configure\" class=\"light-dome__config\"\u003e\n\u003ch3\u003eChoose Your Size \u0026amp; Cord Length\u003c\/h3\u003e\n\u003cp class=\"light-dome__config-intro\"\u003eSelect the diameter that fits your island and the cord length for your ceiling height. All fixtures are solid copper, ceiling-mounted.\u003c\/p\u003e\n\u003cdiv style=\"grid-template-columns: 1fr 1fr;\" class=\"light-dome__config-grid\"\u003e\n\u003cdiv class=\"light-dome__config-section\"\u003e\n\u003ch4\u003eDiameter\u003c\/h4\u003e\n\u003cdiv style=\"grid-template-columns: 1fr 1fr;\" class=\"light-dome__config-options\"\u003e\n\u003cdiv data-value=\"8\" class=\"light-dome__config-option\"\u003e8\"\u003c\/div\u003e\n\u003cdiv data-value=\"10\" class=\"light-dome__config-option\"\u003e10\"\u003c\/div\u003e\n\u003cdiv data-value=\"12\" class=\"light-dome__config-option\"\u003e12\"\u003c\/div\u003e\n\u003cdiv data-value=\"14\" class=\"light-dome__config-option\"\u003e14\"\u003c\/div\u003e\n\u003cdiv data-value=\"18\" class=\"light-dome__config-option\"\u003e18\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"light-dome__config-section\"\u003e\n\u003ch4\u003eCord Length\u003c\/h4\u003e\n\u003cdiv style=\"grid-template-columns: 1fr 1fr;\" class=\"light-dome__config-options\"\u003e\n\u003cdiv data-value=\"4ft\" class=\"light-dome__config-option\"\u003e4 ft\u003c\/div\u003e\n\u003cdiv data-value=\"6ft\" class=\"light-dome__config-option\"\u003e6 ft\u003c\/div\u003e\n\u003cdiv data-value=\"8ft\" class=\"light-dome__config-option\"\u003e8 ft\u003c\/div\u003e\n\u003cdiv data-value=\"10ft\" class=\"light-dome__config-option\"\u003e10 ft\u003c\/div\u003e\n\u003cdiv data-value=\"12ft\" class=\"light-dome__config-option\"\u003e12 ft\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"light-dome__suspension\"\u003e\n\u003cdiv class=\"light-dome__suspension-content\"\u003e\n\u003ch4\u003eCustom Suspension Styles\u003c\/h4\u003e\n\u003cp\u003eWe tailor every detail to your space. Choose from our standard \u003cstrong\u003eFabric Cords\u003c\/strong\u003e, or elevate your design with a heavy-duty \u003cstrong\u003eBrass Link Chain\u003c\/strong\u003e or seamless \u003cstrong\u003eSolid Brass Rod\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cdiv class=\"light-dome__suspension-note\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n        \u003cpath fill=\"currentColor\" d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-11v6h2v-6h-2zm0-4v2h2V7h-2z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eHow to request:\u003c\/strong\u003e Simply mention your preferred suspension style in the \"Order Notes\" box at checkout, or reach out to us at \u003ca style=\"color: var(--accent); font-weight: bold; text-decoration: none;\" href=\"mailto:contact@insideast.com\"\u003econtact@insideast.com\u003c\/a\u003e and we will gladly handle the rest.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"light-dome__suspension-img-wrapper\"\u003e\u003cimg alt=\"Suspension Options: Black Cord, Gold Cord, Brass Link Chain, Solid Brass Rod\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/weathered-antique-brass-dome-pendant-hammered-moroccan-brass-light-8559749.png?v=1773578776\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"light-dome__config-slider-wrap\"\u003e\n\u003ch4 class=\"light-dome__config-slider-title\"\u003eCrafted Detail Gallery\u003c\/h4\u003e\n\u003cbutton class=\"light-dome__config-arrow light-dome__config-arrow--left\"\u003e‹\u003c\/button\u003e \u003cbutton class=\"light-dome__config-arrow light-dome__config-arrow--right\"\u003e›\u003c\/button\u003e\n\u003cdiv id=\"configSlider\" class=\"light-dome__config-slider-container\"\u003e\n\u003cdiv class=\"light-dome__config-slider\"\u003e\n\u003cdiv class=\"light-dome__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/dome-oxidized-copper-pendant-light-kitchen-island-6985670.jpg?v=1773579326\u0026amp;width=1946\" alt=\"Copper Pendant Light – Front View\" class=\"light-dome__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"light-dome__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/dome-oxidized-copper-pendant-light-kitchen-island-6799378.jpg?v=1773579326\u0026amp;width=1946\" alt=\"Copper Pendant Light – Installed Over Island\" class=\"light-dome__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"light-dome__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/dome-oxidized-copper-pendant-light-kitchen-island-1512204.jpg?v=1773579326\u0026amp;width=1946\" alt=\"Copper Pendant Light – Close-up of Hammered Texture\" class=\"light-dome__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"light-dome__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/dome-oxidized-copper-pendant-light-kitchen-island-3802233.jpg?v=1773579327\u0026amp;width=1946\" alt=\"Copper Pendant Light – Side Profile\" class=\"light-dome__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"light-dome__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/dome-oxidized-copper-pendant-light-kitchen-island-4053305.jpg?v=1773579327\u0026amp;width=1946\" alt=\"Copper Pendant Light – With Bulb\" class=\"light-dome__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"light-dome__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/dome-oxidized-copper-pendant-light-kitchen-island-3640528.jpg?v=1773579326\u0026amp;width=1946\" alt=\"Copper Pendant Light – In Modern Kitchen\" class=\"light-dome__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- GUARANTEE BOX --\u003e\n\u003cdiv class=\"light-dome__guarantee-box\"\u003e\n\u003ch4\u003e🛡️ Our No-Risk Promise to You\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e15-Day Returns:\u003c\/strong\u003e Changed your mind? We'll refund you - just send it back unused in its original packaging.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e5-Year Warranty:\u003c\/strong\u003e Covers material and craftsmanship defects (excludes natural aging).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePerfect Match Guarantee:\u003c\/strong\u003e Fixture + hardware always in the same finish — guaranteed.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eWe craft every fixture to last generations — so you can buy with total confidence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- DISTINCTIVE FEATURES --\u003e\n\u003csection class=\"light-dome__features\"\u003e\n\u003ch3\u003eDistinctive Features\u003c\/h3\u003e\n\u003cul class=\"light-dome__features-list\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"light-dome__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M12 6V12L16 14\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#fff\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"light-dome__feature-content\"\u003e\n\u003ch5\u003eSolid Copper Construction\u003c\/h5\u003e\n\u003cp\u003eBuilt from thick, high-strength oxidized solid copper for lasting durability and resistance to wear over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"light-dome__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\" fill=\"currentColor\"\u003e\n              \u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"light-dome__feature-content\"\u003e\n\u003ch5\u003eAntique Copper Finish\u003c\/h5\u003e\n\u003cp\u003eFeatures a rich, warm, vintage patina that adds depth and timeless charm, protected by a clear coat to maintain its beauty for years.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"light-dome__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M21 16V8C21 6.9 20.1 6 19 6H5C3.9 6 3 6.9 3 8V16C3 17.1 3.9 18 5 18h29C20.1 18 21 17.1 21 16Z\" fill=\"currentColor\"\u003e\n              \u003c\/path\u003e\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"3\" fill=\"white\"\u003e\u003c\/circle\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"light-dome__feature-content\"\u003e\n\u003ch5\u003eCeiling-Mounted Design\u003c\/h5\u003e\n\u003cp\u003eEngineered for secure, effortless installation with all necessary hardware included. Perfect for any kitchen island or dining area.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"light-dome__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-13v6l5 3-5 3V9z\" fill=\"currentColor\"\u003e\n              \u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"light-dome__feature-content\"\u003e\n\u003ch5\u003eCustomizable Options\u003c\/h5\u003e\n\u003cp\u003eAvailable in multiple diameters and cord lengths to perfectly match your design vision and functional needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- LIFESTYLE SECTIONS --\u003e\n\u003csection class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/dome-oxidized-copper-pendant-light-kitchen-island-6529612.jpg?v=1773579327\u0026amp;width=1946\" alt=\"Copper Pendant Light – Close-up of Hammered Texture\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch4\u003eWhere Form Meets Function\u003c\/h4\u003e\n\u003cp\u003eThe hand-hammered texture isn't just decorative; it's designed to diffuse light beautifully, casting a soft, ambient glow perfect for intimate dinners or cozy breakfasts. The dome shape directs light downward, illuminating your island without glare.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection style=\"direction: rtl;\" class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/dome-oxidized-copper-pendant-light-kitchen-island-6799378.jpg?v=1773579326\u0026amp;width=1946\" alt=\"Copper Pendant Light Installed Over Kitchen Island\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch4\u003eDesigned for Real Kitchens\u003c\/h4\u003e\n\u003cp\u003eSolid copper resists corrosion and offers antimicrobial properties. The antique finish complements wood, stone, marble, and concrete countertops, adding warmth and character to both modern and traditional spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n \u003c!-- PACKAGE INCLUDES --\u003e\n            \u003csection class=\"light-dome__pkg-includes\"\u003e\n                \u003ch3\u003ePackage Includes\u003c\/h3\u003e\n                \u003cdiv class=\"light-dome__pkg-grid\"\u003e\n                    \n                    \u003c!-- Component 1 --\u003e\n                    \u003cdiv class=\"light-dome__pkg-card\"\u003e\n                        \u003cdiv class=\"light-dome__pkg-icon\"\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                                \u003cpath d=\"M12 2v6\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 8h14l-2 8H7Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M10 16v2a2 2 0 0 0 4 0v-2\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"light-dome__pkg-label\"\u003ePendant\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003c!-- Component 2 --\u003e\n                    \u003cdiv class=\"light-dome__pkg-card\"\u003e\n                        \u003cdiv class=\"light-dome__pkg-icon\"\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                                \u003cpath d=\"M4 10h16v2H4z\"\u003e\u003c\/path\u003e\u003cpath d=\"M6 10V8c0-3.3 2.7-6 6-6s6 2.7 6 6v2\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"light-dome__pkg-label\"\u003eCanopy\u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003c!-- Component 3 --\u003e\n                    \u003cdiv class=\"light-dome__pkg-card\"\u003e\n                        \u003cdiv class=\"light-dome__pkg-icon\"\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                                \u003cpath d=\"M12 2v20\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 22h8\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 2h8\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"light-dome__pkg-label\"\u003eCord\u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003c!-- Free Gift Highlight --\u003e\n                    \u003cdiv class=\"light-dome__pkg-card light-dome__pkg-highlight\"\u003e\n                        \u003cdiv class=\"light-dome__pkg-badge\"\u003eFree Gift\u003c\/div\u003e\n                        \u003cdiv class=\"light-dome__pkg-icon\"\u003e\n                            \u003c!-- Lit bulb icon --\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                                \u003cpath d=\"M9 18h6\"\u003e\u003c\/path\u003e\u003cpath d=\"M10 22h4\"\u003e\u003c\/path\u003e\u003cpath d=\"M15.09 14c.18-.98.65-1.74 1.41-2.5A4.65 4.65 0 0 0 18 8 6 6 0 0 0 6 8c0 1 .34 2.02 1.5 3.5.76.76 1.23 1.52 1.41 2.5\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"light-dome__pkg-label\"\u003e2 Free Bulbs\u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n            \u003c\/section\u003e\n    \n\u003c!-- TECHNICAL SPECS --\u003e\n\u003csection class=\"light-dome__specs-section\"\u003e\n\u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n\u003ctable class=\"light-dome__specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eSolid Copper\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFinish\u003c\/td\u003e\n\u003ctd\u003eAntique Copper (Protected)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation\u003c\/td\u003e\n\u003ctd\u003eCeiling Mounted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBulb Type\u003c\/td\u003e\n\u003ctd\u003eFits E26\/E27 Bases — US\/UK\/EU Compatible (Included as 🎁)\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd\u003eBulb Lighting Color\u003c\/td\u003e\n\u003ctd\u003e2700k\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWattage\u003c\/td\u003e\n\u003ctd\u003e300W Max\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVoltage\u003c\/td\u003e\n\u003ctd\u003e250V\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCustomization\u003c\/td\u003e\n\u003ctd\u003eSize \u0026amp; Cord Length available upon request\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e5-Year Limited Warranty\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eReturn Policy\u003c\/td\u003e\n\u003ctd\u003e15-Day Return\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch4\u003eStandard Dimensions\u003c\/h4\u003e\n\u003cdiv style=\"grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));\" class=\"light-dome__dimensions-grid\"\u003e\n\u003cdiv class=\"light-dome__dimension-card\"\u003e\n\u003cdiv class=\"light-dome__dimension-label\"\u003eDiameter\u003c\/div\u003e\n\u003cdiv class=\"light-dome__dimension-value\"\u003e8\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"light-dome__dimension-card\"\u003e\n\u003cdiv class=\"light-dome__dimension-label\"\u003eDiameter\u003c\/div\u003e\n\u003cdiv class=\"light-dome__dimension-value\"\u003e10\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"light-dome__dimension-card\"\u003e\n\u003cdiv class=\"light-dome__dimension-label\"\u003eDiameter\u003c\/div\u003e\n\u003cdiv class=\"light-dome__dimension-value\"\u003e12\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"light-dome__dimension-card\"\u003e\n\u003cdiv class=\"light-dome__dimension-label\"\u003eDiameter\u003c\/div\u003e\n\u003cdiv class=\"light-dome__dimension-value\"\u003e14\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"light-dome__dimension-card\"\u003e\n\u003cdiv class=\"light-dome__dimension-label\"\u003eDiameter\u003c\/div\u003e\n\u003cdiv class=\"light-dome__dimension-value\"\u003e18\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"color: var(--muted); margin-top: 12px; font-size: clamp(12px, 1.5vw, 13px); line-height: 1.6;\"\u003e📏 All fixtures have a consistent height (B) of 2.2\" and a canopy (E) of 5.9\".\u003c\/p\u003e\n\u003cp style=\"color: var(--muted); margin-top: 12px; font-size: clamp(12px, 1.5vw, 13px); line-height: 1.6;\"\u003e\u003cstrong\u003eNeed custom sizing?\u003c\/strong\u003e Provide your desired dimensions at checkout — we’ll craft it to fit perfectly.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- SPEC SHEET DOWNLOAD --\u003e\n\u003cdiv class=\"light-dome__download\"\u003e\n\u003ch4\u003eInstallation \u0026amp; Care PDF\u003c\/h4\u003e\n\u003cp\u003eComplete dimensions, mounting templates, care instructions, and bulb guide.\u003c\/p\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Dome_-_Oxidized_Copper_Pendant_Light_Kitchen_Island.webp?v=1759412065\" target=\"_blank\" rel=\"noopener noreferrer\" download=\"\"\u003e 📄 Download Installation Guide \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- FULL WARRANTY --\u003e\n\u003cdiv class=\"ie-warranty\" role=\"region\" aria-label=\"Warranty \u0026amp; Guarantee\"\u003e\n\u003cdiv class=\"ie-warranty__top\"\u003e\n\u003csvg class=\"ie-warranty__shield\" viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M12 2l7 3v6c0 5-3.6 9.7-7 11-3.4-1.3-7-6-7-11V5l7-3z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M10.2 12.6l-1.9-1.9-1.1 1.1 3 3 5.6-5.6-1.1-1.1-4.5 4.5z\" fill=\"#fff\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003ch4 class=\"ie-warranty__title\"\u003eWarranty \u0026amp; Guarantee\u003c\/h4\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 fixture construction and materials.\u003c\/li\u003e\n\u003cli\u003eCovered for \u003cstrong\u003erepair or replacement\u003c\/strong\u003e in case of manufacturing defects (installation\/labor costs excluded).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVisual damages\u003c\/strong\u003e must be reported within \u003cstrong\u003e15 days\u003c\/strong\u003e of delivery with photos and proof of purchase.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"ie-warranty__note\"\u003eNeed help? Email \u003ca href=\"mailto:contact@insideast.com\"\u003econtact@insideast.com\u003c\/a\u003e with your order number.\u003c\/p\u003e\n\u003cp class=\"ie-warranty__note\"\u003eFinish note: The antique copper finish is intentionally aged and protected. This living finish is intentional — not a defect — and deepens in character with daily use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003cdiv style=\"margin-top: 60px;\" class=\"light-dome__cta-section\"\u003e\n\u003ch4 style=\"font-size: clamp(20px, 3vw, 24px); margin-bottom: 15px; color: var(--primary);\"\u003eA Light That Tells Your Story\u003c\/h4\u003e\n\u003cp style=\"color: var(--muted); margin-bottom: 20px; font-size: clamp(13px, 1.5vw, 15px);\"\u003eHand-hammered, solid copper, built to evolve with your life where craftsmanship and daily ritual meet.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"light-dome__cta-primary\"\u003e\n  Configure \u0026amp; Order Now\n\u003c\/a\u003e\n\u003cdiv class=\"light-dome__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\u003cdiv\u003e15-Day Guarantee\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    (function() {\n        function initSliders() {\n            \/\/ Configuration Slider\n            const configSlider = document.getElementById('configSlider');\n            if (configSlider) {\n                const leftArrows = document.querySelectorAll('.light-dome__config-arrow--left');\n                const rightArrows = document.querySelectorAll('.light-dome__config-arrow--right');\n                \n                leftArrows.forEach(arrow =\u003e {\n                    \/\/ Only add the event listener if we haven't already\n                    if (!arrow.dataset.listener) {\n                        arrow.addEventListener('click', function(e) {\n                            e.preventDefault();\n                            configSlider.scrollBy({ left: -400, behavior: 'smooth' });\n                        });\n                        arrow.dataset.listener = 'true';\n                    }\n                });\n                \n                rightArrows.forEach(arrow =\u003e {\n                    if (!arrow.dataset.listener) {\n                        arrow.addEventListener('click', function(e) {\n                            e.preventDefault();\n                            configSlider.scrollBy({ left: 400, behavior: 'smooth' });\n                        });\n                        arrow.dataset.listener = 'true';\n                    }\n                });\n            }\n\n            \/\/ Review Slider (if present on the page)\n            const reviewSlider = document.getElementById('reviewSlider');\n            if (reviewSlider) {\n                const leftArrows = document.querySelectorAll('.light-dome__review-arrow--left');\n                const rightArrows = document.querySelectorAll('.light-dome__review-arrow--right');\n                \n                leftArrows.forEach(arrow =\u003e {\n                    if (!arrow.dataset.listener) {\n                        arrow.addEventListener('click', function(e) {\n                            e.preventDefault();\n                            reviewSlider.scrollBy({ left: -400, behavior: 'smooth' });\n                        });\n                        arrow.dataset.listener = 'true';\n                    }\n                });\n                \n                rightArrows.forEach(arrow =\u003e {\n                    if (!arrow.dataset.listener) {\n                        arrow.addEventListener('click', function(e) {\n                            e.preventDefault();\n                            reviewSlider.scrollBy({ left: 400, behavior: 'smooth' });\n                        });\n                        arrow.dataset.listener = 'true';\n                    }\n                });\n            }\n        }\n\n        \/\/ Run initialization \n        \/\/ 1. Immediately if DOM is ready\n        \/\/ 2. Wait until DOM loads if it hasn't\n        if (document.readyState === 'loading') {\n            document.addEventListener('DOMContentLoaded', initSliders);\n        } else {\n            initSliders();\n        }\n\n        \/\/ 3. Keep an eye on the page for dynamically loaded content (e.g., Shopify Sections)\n        const observer = new MutationObserver((mutations) =\u003e {\n            initSliders();\n        });\n        observer.observe(document.body, { childList: true, subtree: true });\n    })();\n\n    \/\/ Original fallback functions\n    function scrollConfigLeft() { document.getElementById('configSlider').scrollBy({ left: -400, behavior: 'smooth' }); }\n    function scrollConfigRight() { document.getElementById('configSlider').scrollBy({ left: 400, behavior: 'smooth' }); }\n    function scrollReviewsLeft() { document.getElementById('reviewSlider').scrollBy({ left: -400, behavior: 'smooth' }); }\n    function scrollReviewsRight() { document.getElementById('reviewSlider').scrollBy({ left: 400, behavior: 'smooth' }); }\n    function scrollToVariations() { window.scrollTo(0, 0); }\n\u003c\/script\u003e\n","brand":"Insideast","offers":[{"title":"8\" \/ 1 Unit","offer_id":42666237558893,"sku":"IP-001-01-090-08-23(4ft)","price":166.49,"currency_code":"USD","in_stock":true},{"title":"8\" \/ 2 units","offer_id":45231639330925,"sku":null,"price":299.0,"currency_code":"USD","in_stock":true},{"title":"8\" \/ 3 Units","offer_id":45231639363693,"sku":null,"price":447.0,"currency_code":"USD","in_stock":true},{"title":"8\" \/ 4 Units","offer_id":45231639396461,"sku":null,"price":568.0,"currency_code":"USD","in_stock":true},{"title":"10\" \/ 1 Unit","offer_id":42666237722733,"sku":"IP-001-01-090-10-23(4ft)","price":199.98,"currency_code":"USD","in_stock":true},{"title":"10\" \/ 2 units","offer_id":45231639429229,"sku":null,"price":360.2,"currency_code":"USD","in_stock":true},{"title":"10\" \/ 3 Units","offer_id":45231639461997,"sku":null,"price":538.49,"currency_code":"USD","in_stock":true},{"title":"10\" \/ 4 Units","offer_id":45231639494765,"sku":null,"price":684.26,"currency_code":"USD","in_stock":true},{"title":"12\" \/ 1 Unit","offer_id":42666237886573,"sku":"IP-001-01-090-12-23(4ft)","price":219.67,"currency_code":"USD","in_stock":true},{"title":"12\" \/ 2 units","offer_id":45231639527533,"sku":null,"price":395.62,"currency_code":"USD","in_stock":true},{"title":"12\" \/ 3 Units","offer_id":45231639560301,"sku":null,"price":591.51,"currency_code":"USD","in_stock":true},{"title":"12\" \/ 4 Units","offer_id":45231639593069,"sku":null,"price":751.93,"currency_code":"USD","in_stock":true},{"title":"14\" \/ 1 Unit","offer_id":42666238050413,"sku":"IP-001-01-090-14-23(4ft)","price":236.21,"currency_code":"USD","in_stock":true},{"title":"14\" \/ 2 units","offer_id":45231639625837,"sku":null,"price":425.41,"currency_code":"USD","in_stock":true},{"title":"14\" \/ 3 Units","offer_id":45231639658605,"sku":null,"price":636.05,"currency_code":"USD","in_stock":true},{"title":"14\" \/ 4 Units","offer_id":45231639691373,"sku":null,"price":808.56,"currency_code":"USD","in_stock":true},{"title":"18\" \/ 1 Unit","offer_id":42666238214253,"sku":"IP-001-01-090-18-23(4ft)","price":274.61,"currency_code":"USD","in_stock":true},{"title":"18\" \/ 2 units","offer_id":45231639724141,"sku":null,"price":494.59,"currency_code":"USD","in_stock":true},{"title":"18\" \/ 3 Units","offer_id":45231639756909,"sku":null,"price":739.12,"currency_code":"USD","in_stock":true},{"title":"18\" \/ 4 Units","offer_id":45231639789677,"sku":null,"price":939.4,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/dome-oxidized-copper-pendant-light-kitchen-island-3640528.jpg?v=1773579326"},{"product_id":"authentic-brass-kitchen-sink-strainer-3-1-2-inches-unlacquered-brass","title":"Heritage - Unlacquered Brass Sink Strainer","description":"\u003cul\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003eAuthentic Unlacquered Brass \u003c\/strong\u003e→ Built to last and naturally develops a warm, unique patina over time.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSolid Brass Construction \u003c\/strong\u003e→ Durable, long-lasting, and corrosion-resistant.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDrop-In Installation\u003c\/strong\u003e → Hassle-free setup that fits directly into standard 3.25\" sink openings, no tools or special fittings required.\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003eEasy Maintenance \u003c\/strong\u003e→ Simple to clean and built with durability in mind.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003eCompatible with Insideast Fixtures\u003c\/strong\u003e → Perfect match for your existing brass setup.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003ctable style=\"width: 100%; height: 108.563px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 23.1137%; height: 19.5938px;\"\u003e\u003cstrong\u003eFinish\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 74.4557%; height: 19.5938px;\"\u003eUnlacquered Brass (Develops Patina)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 23.1137%; height: 19.5938px;\"\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 74.4557%; height: 19.5938px;\"\u003e100% Solid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 23.1137%; height: 19.5938px;\"\u003e\u003cstrong\u003eCompatibility\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 74.4557%; height: 19.5938px;\"\u003eFits Standard U.S. Sinks \u0026amp; 3.25\" Drains\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 23.1137%; height: 19.5938px;\"\u003e\u003cstrong\u003eCleaning\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 74.4557%; height: 19.5938px;\"\u003eEasy to Clean\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 23.1137%; height: 19.5938px;\"\u003e\u003cstrong\u003eDurability\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 74.4557%; height: 19.5938px;\"\u003eBuilt to Last with Daily Use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 10.5938px;\"\u003e\n\u003ctd style=\"width: 23.1137%; height: 10.5938px;\"\u003e\u003cstrong\u003eSupport\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 74.4557%; height: 10.5938px;\"\u003eCustomer Support Available for Any Inquiry\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 23.1137%;\"\u003e\u003cstrong\u003eReturn Policy\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 74.4557%;\"\u003e30-Day Return\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003ca rel=\"noopener\" title=\"Download Size Guide (PDF)\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Unlacquered_Brass_Sink_Strainer.webp?v=1759399689\" target=\"_blank\"\u003eDownload Size Guide (PDF)\u003c\/a\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Kitchen_strainer_IA-031-01-001-00-23_8.jpg?v=1760616835\"\u003e\u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Default Title","offer_id":42661573263469,"sku":"ID-002-01-001-00-23","price":55.23,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/heritage-unlacquered-brass-sink-strainer-6624405.jpg?v=1773579322"},{"product_id":"solid-brass-kitchen-hand-sprayer-unlacquered-brass-kitchen-sink-side-sprayer","title":"Heritage - Unlacquered Brass Kitchen Sprayer","description":"\u003cul\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003eUnlacquered Brass Finish \u003c\/strong\u003e→ Develops a natural patina over time, adding warmth and vintage charm to your space.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSolid Brass Construction\u003c\/strong\u003e → Designed for long-term durability; becomes part of your home’s story as it ages.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003eTraditional Construction\u003c\/strong\u003e → Free of complex mechanisms, making it easier to maintain and repair.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEasy Maintenance \u003c\/strong\u003e→ Basic components like washers and O-rings can be replaced without hassle.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePerfect for Kitchens\u003c\/strong\u003e → Functional, stylish, and built to withstand everyday use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatible with Insideast Fixtures\u003c\/strong\u003e → Perfect match for your existing brass setup.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003ctable style=\"width: 100%; height: 156.8px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 25.7885%; height: 19.6px;\"\u003e\u003cstrong\u003eFinish\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 71.7809%; height: 19.6px;\"\u003eUnlacquered Brass (Develops Patina)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 25.7885%; height: 19.6px;\"\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 71.7809%; height: 19.6px;\"\u003eSolid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 25.7885%; height: 19.6px;\"\u003e\u003cstrong\u003eDesign Style\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 71.7809%; height: 19.6px;\"\u003eVintage-Inspired with Living Finish\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 25.7885%; height: 19.6px;\"\u003e\u003cstrong\u003eConstruction\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 71.7809%; height: 19.6px;\"\u003eTraditional – No Sophisticated Parts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 25.7885%; height: 19.6px;\"\u003e\u003cstrong\u003eMaintenance\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 71.7809%; height: 19.6px;\"\u003eEasy Washer \u0026amp; O-Ring Replacement\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 25.7885%; height: 19.6px;\"\u003e\u003cstrong\u003eDurability\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 71.7809%; height: 19.6px;\"\u003eBuilt to Last\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 25.7885%; height: 19.6px;\"\u003e\u003cstrong\u003eUse\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 71.7809%; height: 19.6px;\"\u003eIdeal for Kitchen\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 25.7885%; height: 19.6px;\"\u003e\u003cstrong\u003eReturn Policy\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 71.7809%; height: 19.6px;\"\u003e30-Day Return\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e\u003cstrong\u003e➡️ \u003ca rel=\"noopener\" title=\"Download Size Guide (PDF)\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Mixing_Sprayer_square_for_Hot_and_Cold_IK-081-04-001-00-23.pdf?v=1759416295\" target=\"_blank\"\u003eDownload Size Guide (PDF)\u003c\/a\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Default Title","offer_id":42661573329005,"sku":"IK-081-04-001-00-23","price":153.24,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/heritage-unlacquered-brass-kitchen-sprayer-4544895.jpg?v=1773579321"},{"product_id":"unlacquered-brass-shower-system-exposed-pipe-rain-shower-and-handheld","title":"Heritage - Unlacquered Brass Exposed Shower System With Handheld","description":"\u003cstyle\u003e\n.shower-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  margin: 0;\n  padding: 0;\n}\n\n.shower-desc__wrap {\n  max-width: 900px;\n  margin: 0 auto;\n  padding: clamp(24px, 4vw, 60px) clamp(16px, 2vw, 24px);\n}\n\n.shower-desc__header {\n  text-align: center;\n  padding: clamp(40px, 6vw, 80px) 0;\n  position: relative;\n}\n\n.shower-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.shower-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.shower-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.shower-desc__sub {\n  color: var(--muted);\n  font-size: clamp(1.8rem, 1.9vw, 1.7rem);\n  max-width: 700px;\n  margin: 0 auto;\n  line-height: 1.7;\n}\n\n.shower-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.shower-desc__price-note {\n  font-size: clamp(13px, 1.5vw, 16px);\n  color: var(--muted);\n  margin-bottom: 20px;\n}\n\n.shower-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.shower-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.shower-desc__cta-primary:active {\n  transform: translateY(0);\n}\n\n.shower-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.shower-desc__trust-bar div {\n  display: flex;\n  align-items: center;\n  gap: 5px;\n}\n\n.shower-desc__trust-bar div:before {\n  content: \"✓\";\n  color: var(--accent);\n  font-weight: bold;\n}\n\n.shower-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.shower-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.shower-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.shower-desc__scarcity-notice a:hover {\n  color: #8b6740;\n}\n\n.shower-desc__config {\n  margin: 60px 0;\n}\n\n.shower-desc__config h3 {\n  font-size: 28px;\n  margin-bottom: 15px;\n  color: var(--primary);\n  font-weight: 600;\n  text-align: center;\n}\n\n.shower-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.shower-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.shower-desc__config-section h4 {\n  font-size: 16px;\n  color: var(--accent);\n  margin-bottom: 12px;\n  font-weight: 600;\n  text-align: center;\n}\n\n.shower-desc__config-options {\n  display: grid;\n  gap: 8px;\n}\n\n.shower-desc__config-section:first-child .shower-desc__config-options {\n  grid-template-columns: 1fr;\n}\n\n.shower-desc__config-section:last-child .shower-desc__config-options {\n  grid-template-columns: 1fr;\n}\n\n.shower-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.shower-desc__config-option:hover {\n  border-color: var(--accent);\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px var(--shadow);\n}\n\n.shower-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.shower-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.shower-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.shower-desc__config-slider-container::-webkit-scrollbar {\n  height: 8px;\n}\n\n.shower-desc__config-slider-container::-webkit-scrollbar-track {\n  background: #f1f1f1;\n  border-radius: 10px;\n}\n\n.shower-desc__config-slider-container::-webkit-scrollbar-thumb {\n  background: var(--accent);\n  border-radius: 10px;\n}\n\n.shower-desc__config-slider {\n  display: flex;\n  gap: 20px;\n  padding: 5px;\n}\n\n.shower-desc__config-slide {\n  flex: 0 0 calc(50% - 10px);\n  min-width: calc(50% - 10px);\n  scroll-snap-align: start;\n}\n\n.shower-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.shower-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.shower-desc__config-arrow:hover {\n  background: #8b6740;\n  transform: translateY(-50%) scale(1.1);\n}\n\n.shower-desc__config-arrow--left {\n  left: 4px;\n}\n\n.shower-desc__config-arrow--right {\n  right: 4px;\n}\n\n.shower-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.shower-desc__guarantee-box h4 {\n  font-size: clamp(20px, 3vw, 24px);\n  color: var(--primary);\n  margin-bottom: 20px;\n  text-align: center;\n}\n\n.shower-desc__guarantee-box ul {\n  list-style: none;\n  padding: 0;\n  margin: 0 0 20px 0;\n}\n\n.shower-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.shower-desc__guarantee-box li:last-child {\n  border-bottom: none;\n}\n\n.shower-desc__guarantee-box li:before {\n  content: \"🛡️\";\n  position: absolute;\n  left: 0;\n  font-size: 20px;\n}\n\n.shower-desc__guarantee-box li strong {\n  color: var(--accent);\n}\n\n.shower-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.shower-desc__features {\n  margin: clamp(60px, 8vw, 100px) 0;\n}\n\n.shower-desc__features h3 {\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\/* Match \"Distinctive Features\" heading style *\/\n.shower-desc__specs-section h3,\n.shower-desc__guarantee-box h4,\n.shower-desc__download h4 {\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\/* Except guarantee \u0026 download are h4, so override font-size slightly if desired *\/\n.shower-desc__guarantee-box h4,\n.shower-desc__download h4 {\n  font-size: clamp(20px, 3vw, 24px);\n  border-bottom-width: 1px;\n}\n.shower-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.shower-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.shower-desc__features-list li:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 8px 20px rgba(0, 0, 0, .12);\n}\n\n.shower-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.shower-desc__feature-icon svg {\n  width: 28px;\n  height: 28px;\n}\n\n.shower-desc__feature-content h5 {\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.shower-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.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 h4 {\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.shower-desc__specs-section {\n  margin: clamp(60px, 8vw, 100px) 0;\n}\n\n.shower-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.shower-desc__specs-table tr {\n  border-bottom: 1px solid var(--accent-light);\n}\n\n.shower-desc__specs-table tr:last-child {\n  border-bottom: none;\n}\n\n.shower-desc__specs-table td {\n  padding: 12px 20px;\n  font-size: 14px;\n}\n\n.shower-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.shower-desc__specs-table td:last-child {\n  color: var(--muted);\n}\n\n.shower-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.shower-desc__download h4 {\n  color: var(--primary);\n}\n\n.shower-desc__download p {\n  color: var(--muted);\n  margin-bottom: 15px;\n}\n\n.shower-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.shower-desc__download a:hover {\n  background: #8b6740;\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.shower-desc__faq {\n  margin-top: clamp(60px, 8vw, 100px);\n}\n\n.shower-desc__faq h3 {\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.shower-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.shower-desc__faq details:hover {\n  box-shadow: 0 4px 12px rgba(166, 124, 82, .15);\n  transform: translateX(4px);\n}\n\n.shower-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.shower-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.shower-desc__faq details[open] summary::before {\n  transform: rotate(90deg);\n}\n\n.shower-desc__faq summary:hover {\n  color: var(--accent);\n}\n\n.shower-desc__faq details[open] summary {\n  margin-bottom: 10px;\n  color: var(--accent);\n}\n\n.shower-desc__faq p {\n  color: var(--muted);\n  line-height: 1.6;\n  font-size: 14px;\n  margin: 0;\n}\n\/* ========== REVIEWS SECTION CSS ========== *\/\n.shower-reviews {\n  margin: clamp(60px, 8vw, 80px) 0;\n  border-top: 1px solid var(--accent-light);\n  padding-top: 40px;\n}\n\n.shower-reviews__header {\n  display: flex;\n  align-items: baseline;\n  gap: 15px;\n  margin-bottom: 30px;\n}\n\n.shower-reviews__title {\n  font-size: clamp(20px, 3vw, 24px);\n  color: var(--primary);\n  font-weight: 600;\n  margin: 0;\n}\n\n.shower-reviews__total-rating {\n  font-size: 14px;\n  color: var(--primary);\n}\n\n.shower-reviews__slider {\n  display: flex;\n  gap: 20px;\n  overflow-x: auto;\n  padding-bottom: 20px;\n  scroll-snap-type: x mandatory;\n  -webkit-overflow-scrolling: touch;\n}\n\n.shower-reviews__slider::-webkit-scrollbar {\n  height: 4px;\n}\n.shower-reviews__slider::-webkit-scrollbar-thumb {\n  background: var(--accent-light);\n  border-radius: 4px;\n}\n\n.shower-review-item {\n  flex: 0 0 300px;\n  scroll-snap-align: start;\n  background: var(--bg-light);\n  border: 1px solid var(--accent-light);\n  border-radius: 8px;\n  padding: 25px;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n\n.shower-reivew__author-row {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  font-size: 13px;\n}\n\n.shower-review__name {\n  font-weight: 700;\n  color: var(--primary);\n}\n\n.shower-review__date {\n  color: var(--muted);\n  font-size: 12px;\n}\n\n.shower-review__stars {\n  color: #dcb06b; \/* Muted Gold *\/\n  font-size: 14px;\n  letter-spacing: 2px;\n}\n\n.shower-review__body {\n  font-size: 14px;\n  line-height: 1.6;\n  color: var(--primary);\n  font-style: italic;\n}\n\n\/* ========== KEY DIMENSIONS CSS ========== *\/\n.shower-dims {\n  margin: clamp(60px, 8vw, 100px) 0;\n}\n\n.shower-dims h3 {\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  text-align: left;\n}\n\n.shower-dims__box {\n  background: #fff;\n  border: 2px solid var(--accent-light);\n  border-radius: 12px;\n  padding: 30px 20px;\n  display: flex;\n  justify-content: space-around;\n  align-items: center;\n  flex-wrap: wrap;\n  gap: 30px;\n  box-shadow: 0 8px 30px rgba(166, 124, 82, .15);\n}\n\n.shower-dims__item {\n  text-align: center;\n  position: relative;\n  flex: 1;\n  min-width: 140px;\n}\n\n\/* Vertical dividers on desktop *\/\n.shower-dims__item:not(:last-child):after {\n  content: \"\";\n  position: absolute;\n  right: -15px;\n  top: 15%;\n  height: 70%;\n  width: 1px;\n  background: #eee;\n  display: block;\n}\n\n.shower-dims__label {\n  font-size: 11px;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  color: var(--accent);\n  margin-bottom: 10px;\n  font-weight: 700;\n}\n\n.shower-dims__value {\n  font-size: 26px;\n  font-weight: 700;\n  color: var(--primary);\n  display: block;\n  margin-bottom: 4px;\n  font-family: serif;\n}\n\n.shower-dims__sub {\n  font-size: 13px;\n  color: #999;\n}\n\n\/* ========== PACKAGE INCLUDES CSS ========== *\/\n.shower-pkg {\n  background: linear-gradient(135deg, #fff 0%, var(--bg-light) 100%);\n  border: 1px solid var(--accent-light);\n  border-radius: 12px;\n  padding: 30px;\n  margin: 60px 0;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.05);\n}\n\n.shower-pkg__header {\n  text-align: center;\n  margin-bottom: 30px;\n}\n\n.shower-pkg__header h4 {\n  font-size: clamp(20px, 3vw, 24px);\n  color: var(--primary);\n  margin-bottom: 5px;\n  font-weight: 600;\n}\n\n.shower-pkg__list {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 15px 30px;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.shower-pkg__item {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  font-size: 15px;\n  color: var(--primary);\n  padding: 12px 15px;\n  background: #fff;\n  border-radius: 6px;\n  border: 1px solid transparent;\n  transition: all 0.2s ease;\n}\n\n.shower-pkg__item:hover {\n  border-color: var(--accent-light);\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n  transform: translateX(2px);\n}\n\n.shower-pkg__item svg {\n  color: var(--accent);\n  flex-shrink: 0;\n}\n\n\/* ========== MOBILE RESPONSIVE UPDATES ========== *\/\n@media (max-width: 768px) {\n  \/* Key Dimensions Grid 2x2 *\/\n  .shower-dims__box {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 20px 10px;\n    padding: 20px;\n  }\n  \n  .shower-dims__item:not(:last-child):after {\n    display: none;\n  }\n\n  .shower-dims__item {\n    border-bottom: none;\n    padding-bottom: 0;\n    width: auto;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  .shower-dims__item:nth-child(1),\n  .shower-dims__item:nth-child(2) {\n    padding-bottom: 20px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n\n  .shower-dims__item:nth-child(odd) {\n    border-right: 1px solid #f0f0f0;\n    padding-right: 5px;\n  }\n  .shower-dims__item:nth-child(even) {\n    padding-left: 5px;\n  }\n\n  \/* Package List Vertical on Mobile *\/\n  .shower-pkg__list {\n    grid-template-columns: 1fr;\n    gap: 10px;\n  }\n}\/* ========== CENTERING FIXES ========== *\/\n\n\/* 1. Center the Hero Subtitle *\/\n.shower-desc__sub {\n  text-align: center !important;\n  margin-left: auto !important;\n  margin-right: auto !important;\n  width: 100%;\n}\n\n\/* 2. Center the Configuration Intro Text *\/\n.shower-desc__config-intro {\n  text-align: center !important;\n  margin-left: auto !important;\n  margin-right: auto !important;\n  width: 100%;\n}\n\n\/* ========== MOBILE RESPONSIVE (CLEANED) ========== *\/\n@media (max-width: 768px) {\n  .shower-desc__features-list {\n    grid-template-columns: 1fr;\n    gap: 15px;\n  }\n  .shower-desc__features-list li {\n    padding: 15px;\n    gap: 12px;\n  }\n  .shower-desc__feature-icon {\n    width: 45px;\n    height: 45px;\n  }\n  .shower-desc__feature-icon svg {\n    width: 24px;\n    height: 24px;\n  }\n  .shower-desc__config-grid {\n    grid-template-columns: 1fr;\n    padding: 20px;\n    gap: 25px;\n  }\n  .shower-desc__config-slide {\n    flex: 0 0 calc(100% - 20px);\n    min-width: calc(100% - 20px);\n  }\n  .shower-desc__config-slider-wrap {\n    max-width: 100%;\n  }\n  .shower-desc__config-slide-img {\n    height: 300px;\n  }\n  .shower-desc__config-slider-title {\n    font-size: 18px;\n    margin-bottom: 20px;\n  }\n  .shower-desc__specs-table td {\n    padding: 10px 12px;\n    font-size: 13px;\n  }\n  .shower-desc__specs-table td:first-child {\n    width: 45%;\n  }\n  .lifestyle-section {\n    grid-template-columns: 1fr;\n    gap: 20px;\n  }\n  .lifestyle-section[style*=\"direction:rtl\"] {\n    direction: ltr;\n  }\n  .lifestyle-section__content {\n    direction: ltr;\n  }\n  .shower-desc__guarantees-bar {\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    padding: 15px;\n  }\n  .guarantee-item {\n    padding: 12px;\n  }\n  .guarantee-item svg {\n    width: 28px;\n    height: 28px;\n  }\n  .shower-desc__header {\n    padding: clamp(30px, 5vw, 50px) 0;\n  }\n  .shower-desc__title {\n    line-height: 1.2;\n  }\n  .shower-desc__sub {\n    font-size: clamp(1rem, 2vw, 1.1rem);\n  }\n  .shower-desc__cta-section {\n    padding: 20px 15px;\n  }\n  .shower-desc__trust-bar {\n    gap: 10px;\n    font-size: 11px;\n  }\n  .shower-desc__faq summary {\n    font-size: 14px;\n  }\n  .shower-desc__faq p {\n    font-size: 13px;\n  }\n  .shower-desc__faq details {\n    padding: 12px;\n  }\n  .ie-warranty__title {\n    font-size: 1rem;\n  }\n  .ie-warranty__body {\n    padding: 1.2rem;\n  }\n  .shower-desc__download {\n    padding: 20px 15px;\n  }\n  .shower-desc__download h4 {\n    font-size: 18px;\n  }\n  .shower-desc__download p {\n    font-size: 13px;\n  }\n  .shower-desc__download a {\n    padding: 12px 24px;\n    font-size: 13px;\n  }\n}\n\n@media (max-width: 480px) {\n  .shower-desc__wrap {\n    padding: 20px 12px;\n  }\n  .shower-desc__header {\n    padding: 25px 0;\n  }\n  .shower-desc__config-slider-container {\n    padding: 0 35px;\n  }\n  .shower-desc__config-arrow {\n    width: 30px;\n    height: 30px;\n    font-size: 16px;\n  }\n  .shower-desc__guarantees-bar {\n    grid-template-columns: 1fr;\n    gap: 8px;\n    padding: 12px;\n  }\n  .guarantee-item {\n    padding: 10px;\n  }\n  .shower-desc__trust-bar {\n    flex-direction: column;\n    gap: 8px;\n    align-items: center;\n  }\n  .shower-desc__features-list {\n    gap: 12px;\n  }\n  .shower-desc__features-list li {\n    padding: 12px;\n  }\n}\n \/* Fix for Config Gallery Arrows *\/\n.shower-desc__config-arrow {\n    width: 40px !important;      \/* Fixed width *\/\n    height: 40px !important;     \/* Fixed height *\/\n    min-width: 40px !important;  \/* Prevents squishing *\/\n    padding: 0 !important;       \/* Removes default button padding *\/\n    border-radius: 50% !important; \/* 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); \/* Slightly more opaque for visibility *\/\n    cursor: pointer;\n    z-index: 20;\n}\n \/* --- NEW KEY DIMENSIONS SPLIT LAYOUT --- *\/\n.shower-dims__container {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 40px;\n  align-items: center;\n  background: #fff;\n  border: 2px solid var(--accent-light);\n  border-radius: 12px;\n  padding: 30px;\n  box-shadow: 0 8px 30px rgba(166, 124, 82, .15);\n}\n\n.shower-dims__image img {\n  width: 100%;\n  height: auto;\n  border-radius: 8px;\n  display: block;\n}\n\n\/* Reset the old box wrapper safely into a 2x2 grid without its old border *\/\n.shower-dims__box {\n  display: grid !important;\n  grid-template-columns: 1fr 1fr !important;\n  gap: 30px 10px !important;\n  background: transparent !important;\n  border: none !important;\n  box-shadow: none !important;\n  padding: 0 !important;\n}\n\n\/* Hide the old desktop vertical dividers *\/\n.shower-dims__item:not(:last-child):after {\n  display: none !important;\n}\n\n\/* Mobile responsive stacking *\/\n@media (max-width: 768px) {\n  .shower-dims__container {\n    grid-template-columns: 1fr;\n    padding: 20px;\n    gap: 20px;\n  }\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"shower-desc\"\u003e\n\u003cdiv class=\"shower-desc__wrap\"\u003e\n\u003c!-- HEADER --\u003e\u003cheader class=\"shower-desc__header\"\u003e\n\u003cdiv class=\"shower-desc__eyebrow\"\u003eArtisan Heritage\u003c\/div\u003e\n\u003ch2 class=\"shower-desc__title\"\u003eHeritage – Unlacquered Brass Exposed Shower System With Handheld\u003c\/h2\u003e\n\u003cp class=\"shower-desc__sub\"\u003e\u003cstrong\u003eTimeless Craftsmanship, Engineered for Everyday Luxury\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv style=\"max-width: 700px; margin: 20px auto 0; color: var(--muted); line-height: 1.7; font-size: clamp(1.6rem, 1.9vw, 1.5rem);\"\u003e\n\u003cp\u003eBorn from solid brass and shaped by generations of metalworking tradition, this exposed shower system is more than plumbing, it’s a statement of enduring quality. Each curve, joint, and handle is meticulously assembled for heirloom resilience.\u003c\/p\u003e\n\u003cp style=\"margin-top: 15px;\"\u003eFinished in radiant unlacquered brass, it arrives gleaming but is designed to evolve. Over time, it gracefully develops a warm, living patina unique to your home’s environment and usage, deepening in character with every passing year.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- CTA SECTION --\u003e\n\u003csection class=\"shower-desc__cta-section\"\u003e\n\u003cdiv class=\"shower-desc__price-note\"\u003eHandcrafted to order • Free Delivery\u003c\/div\u003e\n\u003ca aria-label=\"Configure and order now\" role=\"button\" class=\"shower-desc__cta-primary\" href=\"#\"\u003e Configure \u0026amp; Add to Cart \u003c\/a\u003e\n\u003cdiv class=\"shower-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=\"shower-desc__guarantees-bar\"\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M20 8L12 13L4 8V6L12 11L20 6V8ZM20 4h5C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20h30C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003eReliable Shipping\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M12 2L20 7V12C20 16.5 16.5 20 12 22C7.5 20 4 16.5 4 12V7L12 2Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 12L11 14L15 10\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#fff\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003e5-Year Warranty\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 6V12L16 14\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#fff\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003eFlexible Returns\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM13 17h21V15h23V17ZM13 13h21V7h23V13Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003e30-Day Guarantee\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SCARCITY NOTICE --\u003e\n\u003cdiv class=\"shower-desc__scarcity-notice\"\u003e⏱️ \u003cstrong\u003eLimited Production:\u003c\/strong\u003e Due to hand-fabrication and brass sourcing, only a few systems are crafted each month. \u003ca href=\"#configure\"\u003eReserve yours today.\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- HERO IMAGE --\u003e\n\u003csection style=\"margin: clamp(40px, 6vw, 80px) 0;\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/114heritage-unlacquered-brass-exposed-shower-system-with-handheld.png\" alt=\"Heritage Unlacquered Brass Exposed Shower System With Handheld\" style=\"width: 100%; max-width: 800px; height: auto; border-radius: 12px; margin: 0 auto; display: block; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 40px;\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/section\u003e\n\n  \u003c!-- ════════════════════════════════════════════════\n     REVIEWS SECTION SCOPED CSS\n     ════════════════════════════════════════════════ --\u003e\n\u003cstyle\u003e\n  \/* ─── Scoped Variables \u0026 Reset ─── *\/\n  .ieast-rev-island {\n    --bg-cream:  #fcfaf6;      \n    --top-bar:   #2e241c;      \n    --gold:      #cc9d6b;      \n    --ink:       #2c2a28;\n    --ink-soft:  #4a4744;\n    --ink-muted: #8c8782;\n    --note-bg:   #ffffff;\n    --border:    rgba(0, 0, 0, 0.05);\n    --shadow:    0 8px 24px rgba(46, 36, 28, 0.06); \n    --font-head: 'Cormorant Garamond', serif;\n    --font-body: 'Jost', sans-serif;\n    \n    -webkit-font-smoothing: antialiased;\n    font-family: var(--font-body);\n    color: var(--ink);\n    line-height: 1.5;\n    box-sizing: border-box;\n  }\n  \n  .ieast-rev-island *,\n  .ieast-rev-island *::before,\n  .ieast-rev-island *::after {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n  \/* ─── Section Shell ─── *\/\n  .ieast-rev-island {\n    max-width: 1000px;\n    margin: 20px auto; \n    background: var(--bg-cream);\n    border-radius: 4px; \n    position: relative;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n    border: 1px solid var(--border);\n    overflow: hidden;\n     max-height: 550px;\n  }\n  \/* ─── Top Bar ─── *\/\n  .ieast-rev-topbar {\n    background: var(--top-bar);\n    padding: 14px 12px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n  .ieast-rev-topbar span {\n    color: var(--gold);\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n  }\n  .ieast-rev-topbar-right {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n  \/* ─── Slider ─── *\/\n  .ieast-rev-slider-wrap {\n    position: relative;\n    z-index: 2;\n  }\n  .ieast-rev-slider {\n    overflow: hidden;\n  }\n  .ieast-rev-track {\n    display: flex;\n    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n    will-change: transform;\n    align-items: stretch;\n  }\n  \/* ─── Slide ─── *\/\n  .ieast-rev-slide {\n    min-width: 100%;\n    \/* Keep a minimum height directly on the slide so text-only cards don't shrink the container *\/\n    min-height: 330px; \n    display: grid;\n    \/* Default: image left, content right *\/\n    grid-template-columns: 1.5fr 1fr; \n  }\n  \n  \/* Text-only slide variant *\/\n  .ieast-rev-slide.ieast-text-only {\n    grid-template-columns: 1fr;\n  }\n  \/* ─── Image Column ─── *\/\n  .ieast-rev-img-col {\n    position: relative;\n    width: 100%;\n    height: 100%;\n    overflow: hidden;\n  }\n  .ieast-rev-img {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n  \/* ─── Content Column (Right Side) ─── *\/\n  .ieast-rev-content {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: 20px 20px 60px 20px; \n    background: var(--bg-cream);\n    height: 100%;\n  }\n  \/* ─── The 'Note' Shape ─── *\/\n  .ieast-rev-note {\n    background: var(--note-bg);\n    padding: 24px 24px;\n    border-radius: 2px;\n    box-shadow: var(--shadow);\n    border: 1px solid #f4f0eb;\n    position: relative;\n    width: 100%;\n    max-width: 500px;\n    margin: 0 auto;\n  }\n  \n  .ieast-text-only .ieast-rev-note {\n    max-width: 500px;\n    padding: 30px 40px; \n  }\n  .ieast-rev-note::before {\n    content: '';\n    position: absolute;\n    top: 0; right: 0;\n    border-width: 0 16px 16px 0;\n    border-style: solid;\n    border-color: #f7f3ef var(--bg-cream) transparent transparent;\n    box-shadow: -2px 2px 4px rgba(0,0,0,0.03);\n    border-bottom-left-radius: 2px;\n  }\n  .ieast-rev-quote-mark {\n    font-family: var(--font-head);\n    font-size: 50px;\n    color: var(--gold);\n    line-height: 0.6;\n    margin-bottom: 10px;\n    display: block;\n  }\n  .ieast-rev-text {\n    font-family: var(--font-head);\n    font-size: clamp(13px, 2vw, 12px);\n    font-weight: 400;\n    line-height: 1.2;\n    color: var(--ink);\n    font-style: italic;\n    margin-bottom: 16px;\n  }\n  .ieast-rev-meta-block {\n    border-top: 1px solid var(--border);\n    padding-top: 18px;\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n  }\n  .ieast-rev-stars {\n    display: flex;\n    gap: 4px;\n    margin-bottom: 4px;\n  }\n  .ieast-rev-stars svg {\n    width: 16px; height: 16px;\n    fill: var(--gold);\n  }\n  .ieast-rev-author-row {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n  }\n  .ieast-rev-name {\n    font-family: var(--font-body);\n    font-size: 13px;\n    font-weight: 500;\n    color: var(--ink);\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n  }\n  .ieast-rev-date {\n    font-size: 12px;\n    color: var(--ink-muted);\n    font-style: italic;\n  }\n  \/* ─── Navigation Controls ─── *\/\n  .ieast-rev-controls {\n    position: absolute;\n    bottom: 10px;\n    right: 0px;\n    width: 30%; \/* Anchors exactly over the right 40% (cream side) *\/\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 12px 20px;\n    z-index: 10;\n    background: linear-gradient(to top, var(--bg-cream) 60%, transparent); \n  }\n  .ieast-rev-arrows {\n    display: flex;\n    gap: 10px;\n  }\n  .ieast-rev-btn {\n    width: 30px; height: 30px;\n    border: 1px solid rgba(0,0,0,0.1);\n    background: var(--note-bg);\n    cursor: pointer;\n    display: flex; align-items: center; justify-content: center;\n    transition: all 0.3s ease;\n    border-radius: 50%;\n  }\n  .ieast-rev-btn:hover {\n    background: var(--top-bar);\n    border-color: var(--top-bar);\n  }\n  .ieast-rev-btn:hover svg { stroke: #fff; }\n  .ieast-rev-btn svg {\n    width: 16px; height: 16px;\n    stroke: var(--ink);\n    fill: none;\n    stroke-width: 1.2;\n    transition: stroke 0.3s;\n  }\n  .ieast-rev-dots {\n    display: flex;\n    gap: 6px;\n  }\n  .ieast-rev-dot {\n    width: 10px; height: 2px;\n    background: rgba(0,0,0,0.1);\n    border: none;\n    cursor: pointer;\n    padding: 0;\n    transition: all 0.3s ease;\n  }\n  .ieast-rev-dot.active {\n    background: var(--top-bar);\n  }\n   .ieast-rev-dot:nth-child(n+7) {\n    display: none;\n  }\n  \/* ─── Mobile ─── *\/\n  @media (max-width: 992px) {\n    .ieast-rev-island { max-width: 92%; }\n    .ieast-rev-slide { grid-template-columns: 1.2fr 1fr; }\n    .ieast-rev-slide.ieast-text-only { grid-template-columns: 1fr; }\n    .ieast-rev-controls { width: 45.45%; } \n  }\n  @media (max-width: 768px) {\n    .ieast-rev-island { margin: 20px auto; border-radius: 4px; max-height: none; }\n    .ieast-rev-topbar span { font-size: 9px; }\n    \n    .ieast-rev-slide {\n      grid-template-columns: 1fr; \n      min-height: auto; \/* Allow auto height on mobile *\/\n    }\n    \n    .ieast-rev-img-col {\n      min-height: 280px;\n    }\n    \n    .ieast-rev-content {\n      padding: 20px 16px 70px 16px;\n    }\n    .ieast-rev-note, .ieast-text-only .ieast-rev-note {\n      padding: 20px 16px;\n    }\n    .ieast-rev-text {\n      font-size: 18px;\n    }\n    \n    .ieast-rev-controls {\n      width: 100%; \n      background: var(--bg-cream); \n      padding: 16px 20px;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- ════════════════════════════════════════════════\n     REVIEWS SECTION HTML\n     ════════════════════════════════════════════════ --\u003e\n\u003csection class=\"ieast-rev-island\" id=\"ieast-reviews\"\u003e\n  \u003c!-- Top Bar --\u003e\n  \u003cdiv class=\"ieast-rev-topbar\"\u003e\n    \u003cspan\u003e+ REAL CUSTOMER STORY\u003c\/span\u003e\n    \u003cdiv class=\"ieast-rev-topbar-right\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"currentColor\" stroke=\"none\"\u003e\u003cpath d=\"M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003cspan\u003eINSIDEAST SHOWER\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003c!-- Slider --\u003e\n  \u003cdiv class=\"ieast-rev-slider-wrap\"\u003e\n    \u003cdiv class=\"ieast-rev-slider\"\u003e\n      \u003cdiv class=\"ieast-rev-track\" id=\"ieastSliderTrack\"\u003e\n        \u003c!-- ── Slide: Review by Riad Tile ── --\u003e\n\u003c!-- ── Slide: Review by Riad Tile ── --\u003e\n\u003carticle class=\"ieast-rev-slide\" aria-label=\"Review by Riad Tile\" aria-current=\"false\"\u003e\n  \u003cdiv class=\"ieast-rev-img-col\"\u003e\n    \u003cimg class=\"ieast-rev-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/heritage-unlacquered-brass-exposed-shower-system-with-handheld-riadtailreview.png\" alt=\"Heritage Brass Shower system in Riad Tile design\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"ieast-rev-content\"\u003e\n    \u003cdiv class=\"ieast-rev-note\"\u003e\n      \u003cspan class=\"ieast-rev-quote-mark\"\u003e“\u003c\/span\u003e\n      \u003cp class=\"ieast-rev-text\"\u003e\n        The Merlot down dirty truth? Color isn't the villain. Rich red tones add depth, mood, and a little drama in the best way. Bold doesn't mean brash; it reads as confident refinement.\n        \u003cbr\u003e\u003cbr\u003e\n        \u003cspan style=\"font-size: 14px; font-weight: 500; font-style: normal; display: block; margin-bottom: 4px;\"\u003e\n          Product: Heritage Unlacquered Brass Exposed Shower System\n        \u003c\/span\u003e\n      \u003c\/p\u003e\n      \n      \u003cdiv class=\"ieast-rev-meta-block\"\u003e\n        \u003cdiv class=\"ieast-rev-stars\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ieast-rev-attrs\" style=\"margin-top: 5px;\"\u003e\n           \u003cspan class=\"ieast-rev-attr-pill\"\u003e\u003cstrong\u003eTile:\u003c\/strong\u003e Merlot 4x4 Zellige\u003c\/span\u003e\n           \u003cspan class=\"ieast-rev-attr-pill\"\u003e\u003cstrong\u003eDesign:\u003c\/strong\u003e \u003ca href=\"https:\/\/www.instagram.com\/brookemtinteriors\/\" target=\"_blank\" style=\"color: inherit; text-decoration: none;\"\u003e@brookemtinteriors\u003c\/a\u003e\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ieast-rev-author-row\" style=\"margin-top: 15px;\"\u003e\n          \u003cspan class=\"ieast-rev-name\"\u003e\n            \u003ca href=\"https:\/\/riadtile.com\" target=\"_blank\" style=\"display: flex; align-items: center; gap: 8px; text-decoration: none; color: inherit;\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/16.png\" style=\"width: 140px; height: 35px; border-radius: 50%; object-fit: contain;\" alt=\"Riad Tile Logo\"\u003e\n            \n            \u003c\/a\u003e\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/article\u003e\n\n\n        \u003c!-- ── Slide 1: Review with Photo ── --\u003e\n        \u003carticle class=\"ieast-rev-slide\" aria-label=\"Review by Jessica Delgeorge\" aria-current=\"true\"\u003e\n          \u003cdiv class=\"ieast-rev-img-col\"\u003e\n            \u003cimg class=\"ieast-rev-img\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/23.webp?v=1766156883\u0026amp;width=1800\" alt=\"Jessica's outdoor shower review image\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ieast-rev-content\"\u003e\n            \u003cdiv class=\"ieast-rev-note\"\u003e\n              \u003cspan class=\"ieast-rev-quote-mark\"\u003e“\u003c\/span\u003e\n              \u003cp class=\"ieast-rev-text\"\u003eThis piece is stunning. We bought this for an outdoor shower at our beach house. Besides how beautiful it looks, it feels amazing. The water comes out like rain and is so relaxing- the whole family loves it. Our 2.5 year old will just sit under the water with his head down enjoying the feel of the water.\u003c\/p\u003e\n              \n              \u003cdiv class=\"ieast-rev-meta-block\"\u003e\n                \u003cdiv class=\"ieast-rev-stars\" aria-label=\"5 out of 5 stars\"\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ieast-rev-author-row\"\u003e\n                  \u003cspan class=\"ieast-rev-name\"\u003eJessica Delgeorge\u003c\/span\u003e\n                  \u003cspan class=\"ieast-rev-date\"\u003e24 Aug, 2020\u003c\/span\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n        \u003c!-- ── Slide 2: Text Only ── --\u003e\n          \u003carticle class=\"ieast-rev-slide ieast-text-only\" aria-label=\"Review by Imogen\" aria-current=\"false\"\u003e\n          \u003cdiv class=\"ieast-rev-content\"\u003e\n            \u003cdiv class=\"ieast-rev-note\"\u003e\n              \u003cspan class=\"ieast-rev-quote-mark\"\u003e“\u003c\/span\u003e\n              \u003cp class=\"ieast-rev-text\"\u003eBeautiful!!! Even prettier in person… packaging was superb and communication with seller was excellent! I had a need for updated installation instructions and he responded immediately! Can’t wait until it gets installed… my daughter ordered the same one 3 years ago and loves it!\u003c\/p\u003e\n              \n              \u003cdiv class=\"ieast-rev-meta-block\"\u003e\n                \u003cdiv class=\"ieast-rev-stars\"\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ieast-rev-author-row\"\u003e\n                  \u003cspan class=\"ieast-rev-name\"\u003eBeth\u003c\/span\u003e\n                  \u003cspan class=\"ieast-rev-date\"\u003e23 Feb, 2024\u003c\/span\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n        \n        \u003c!-- ── Slide 3: Text Only ── --\u003e\n       \u003carticle class=\"ieast-rev-slide ieast-text-only\" aria-label=\"Review by Judy Davie\" aria-current=\"false\"\u003e\n          \u003cdiv class=\"ieast-rev-content\"\u003e\n            \u003cdiv class=\"ieast-rev-note\"\u003e\n              \u003cspan class=\"ieast-rev-quote-mark\"\u003e“\u003c\/span\u003e\n              \u003cp class=\"ieast-rev-text\"\u003eFirst class service and product. The goods were delivered faster than internally within Australia. They're great quality and exceptional value for money.\u003c\/p\u003e\n              \n              \u003cdiv class=\"ieast-rev-meta-block\"\u003e\n                \u003cdiv class=\"ieast-rev-stars\"\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ieast-rev-author-row\"\u003e\n                  \u003cspan class=\"ieast-rev-name\"\u003eJudy Davie\u003c\/span\u003e\n                  \u003cspan class=\"ieast-rev-date\"\u003e14 Dec, 2025\u003c\/span\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n        \u003c!-- ── Slide 4: Text Only ── --\u003e\n        \u003carticle class=\"ieast-rev-slide ieast-text-only\" aria-label=\"Review by julia edelman\" aria-current=\"false\"\u003e\n          \u003cdiv class=\"ieast-rev-content\"\u003e\n            \u003cdiv class=\"ieast-rev-note\"\u003e\n              \u003cspan class=\"ieast-rev-quote-mark\"\u003e“\u003c\/span\u003e\n              \u003cp class=\"ieast-rev-text\"\u003eGreat shower head with hand sprayer.\u003c\/p\u003e\n              \n              \u003cdiv class=\"ieast-rev-meta-block\"\u003e\n                \u003cdiv class=\"ieast-rev-stars\"\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ieast-rev-author-row\"\u003e\n                  \u003cspan class=\"ieast-rev-name\"\u003ejulia edelman\u003c\/span\u003e\n                  \u003cspan class=\"ieast-rev-date\"\u003e18 May, 2025\u003c\/span\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n        \u003c!-- ── Slide 5: Text Only ── --\u003e\n        \u003carticle class=\"ieast-rev-slide ieast-text-only\" aria-label=\"Review by Waibel and Groves\" aria-current=\"false\"\u003e\n          \u003cdiv class=\"ieast-rev-content\"\u003e\n            \u003cdiv class=\"ieast-rev-note\"\u003e\n              \u003cspan class=\"ieast-rev-quote-mark\"\u003e“\u003c\/span\u003e\n              \u003cp class=\"ieast-rev-text\"\u003eRepurchasing in the future for other projects - thank you!\u003c\/p\u003e\n              \n              \u003cdiv class=\"ieast-rev-meta-block\"\u003e\n                \u003cdiv class=\"ieast-rev-stars\"\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ieast-rev-author-row\"\u003e\n                  \u003cspan class=\"ieast-rev-name\"\u003eWaibel and Groves\u003c\/span\u003e\n                  \u003cspan class=\"ieast-rev-date\"\u003e05 Aug, 2025\u003c\/span\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n      \u003c\/div\u003e\n\u003c!-- \/track --\u003e\n    \u003c\/div\u003e\n\u003c!-- \/slider --\u003e\n    \u003c!-- Navigation Controls --\u003e\n    \u003cnav class=\"ieast-rev-controls\" aria-label=\"Review navigation\"\u003e\n      \u003cdiv class=\"ieast-rev-dots\" id=\"ieastDotContainer\" role=\"tablist\" aria-label=\"Go to review\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ieast-rev-arrows\"\u003e\n        \u003cbutton class=\"ieast-rev-btn\" id=\"ieastPrevBtn\" aria-label=\"Previous review\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M15 18l-6-6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cbutton class=\"ieast-rev-btn\" id=\"ieastNextBtn\" aria-label=\"Next review\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M9 18l6-6-6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/button\u003e\n      \u003c\/div\u003e\n    \u003c\/nav\u003e\n  \u003c\/div\u003e\n\u003c!-- \/slider-wrap --\u003e\n\u003c\/section\u003e\n\u003c!-- ════════════════════════════════════════════════\n     REVIEWS SECTION SCRIPT\n     ════════════════════════════════════════════════ --\u003e\n\u003cscript\u003e\n(function() {\n  const track     = document.getElementById('ieastSliderTrack');\n  const prevBtn   = document.getElementById('ieastPrevBtn');\n  const nextBtn   = document.getElementById('ieastNextBtn');\n  const dotWrap   = document.getElementById('ieastDotContainer');\n  \n  if (!track || !prevBtn || !nextBtn || !dotWrap) return;\n  const slides    = track.querySelectorAll('.ieast-rev-slide');\n  const total     = slides.length;\n  let   current   = 0;\n  let   autoTimer = null;\n  \/\/ Build dots\n  slides.forEach((_, i) =\u003e {\n    if (i \u003e= 7) return; \n    const d = document.createElement('button');\n    d.className = 'ieast-rev-dot' + (i === 0 ? ' active' : '');\n    d.setAttribute('role', 'tab');\n    d.setAttribute('aria-label', 'Review ' + (i + 1));\n    d.addEventListener('click', () =\u003e goTo(i));\n    dotWrap.appendChild(d);\n  });\n  function goTo(n) {\n    slides[current].setAttribute('aria-current', 'false');\n    current = (n + total) % total;\n    track.style.transform = `translateX(-${current * 100}%)`;\n    dotWrap.querySelectorAll('.ieast-rev-dot').forEach((d, i) =\u003e {\n      d.classList.toggle('active', i === current);\n    });\n    slides[current].setAttribute('aria-current', 'true');\n  }\n  prevBtn.addEventListener('click', () =\u003e { goTo(current - 1); resetAuto(); });\n  nextBtn.addEventListener('click', () =\u003e { goTo(current + 1); resetAuto(); });\n  \/\/ Touch \/ swipe\n  let startX = 0;\n  track.addEventListener('touchstart', e =\u003e { startX = e.touches[0].clientX; }, { passive: true });\n  track.addEventListener('touchend', e =\u003e {\n    const dx = e.changedTouches[0].clientX - startX;\n    if (Math.abs(dx) \u003e 40) { dx \u003c 0 ? goTo(current + 1) : goTo(current - 1); resetAuto(); }\n  });\n  \/\/ Auto-advance\n  function startAuto() { autoTimer = setInterval(() =\u003e goTo(current + 1), 6000); }\n  function resetAuto()  { clearInterval(autoTimer); startAuto(); }\n  startAuto();\n  \/\/ Pause on hover\n  const section = document.getElementById('ieast-reviews');\n  if (section) {\n    section.addEventListener('mouseenter', () =\u003e clearInterval(autoTimer));\n    section.addEventListener('mouseleave', startAuto);\n  }\n  goTo(0);\n})();\n\u003c\/script\u003e\n  \n\n\u003c!-- CONFIGURATION OPTIONS --\u003e\n\u003csection id=\"configure\" class=\"shower-desc__config\"\u003e\n\u003ch3\u003eTailored to Your Design\u003c\/h3\u003e\n\u003cp class=\"shower-desc__config-intro\"\u003ePersonalize your system with your preferred showerhead and handle style crafted to harmonize with your space.\u003c\/p\u003e\n\u003cdiv class=\"shower-desc__config-grid\"\u003e\n\u003cdiv class=\"shower-desc__config-section\"\u003e\n\u003ch4\u003eShowerhead Option\u003c\/h4\u003e\n\u003cdiv class=\"shower-desc__config-options\"\u003e\n\u003cdiv class=\"shower-desc__config-option\"\u003eRose\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-option\"\u003eRound\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-option\"\u003eSquare\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-section\"\u003e\n\u003ch4\u003eHandles\u003c\/h4\u003e\n\u003cdiv class=\"shower-desc__config-options\"\u003e\n\u003cdiv class=\"shower-desc__config-option\"\u003eSimple\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-option\"\u003eFlat\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-option\"\u003eLever\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n  .ie-notes-box {\n    margin-top: 20px;\nbackground-color: #fdf9f3;\n    border-left: 4px solid #b07d2a;\n\n    font-size: 14px;\n    line-height: 1.6;\n    color: #2a1e17;\n    overflow: hidden;\n  }\n\n  .ie-notes-section {\n    padding: 18px 22px;\n  }\n\n  .ie-notes-section + .ie-notes-section {\n    border-top: 1px solid #ddd5c8;\n  }\n\n  .ie-notes-label {\n    font-weight: 700;\n    font-size: 13px;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    margin-bottom: 12px;\n    display: block;\n  }\n\n  \/* --- Showerhead section --- *\/\n  .ie-sh-row {\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n  }\n\n  .ie-sh-options {\n    flex: 1;\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n  }\n\n  .ie-sh-option {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    background: #fff;\n    border: 1px solid #d4c5b0;\n    border-radius: 3px;\n    padding: 9px 14px;\n    font-size: 13.5px;\n  }\n\n  .ie-sh-option-icon {\n    font-size: 15px;\n    line-height: 1;\n    flex-shrink: 0;\n  }\n\n  .ie-sh-option-text strong {\n    display: block;\n    font-weight: 600;\n    font-size: 13px;\n  }\n\n  .ie-sh-option-text span {\n    font-size: 12px;\n    color: #7a6a58;\n  }\n\n  .ie-sh-img-wrap {\n    flex-shrink: 0;\n    width: 110px;\n  }\n\n  .ie-sh-img-wrap img {\n    width: 100%;\n    border-radius: 3px;\n    border: 1px solid #d4c5b0;\n    display: block;\n  }\n\n  .ie-sh-img-wrap p {\n    margin: 5px 0 0;\n    font-size: 11px;\n    color: #9a8878;\n    text-align: center;\n    font-style: italic;\n  }\n\n  .ie-contact-hint {\n    margin-top: 10px;\n    font-size: 12.5px;\n    color: #7a6a58;\n  }\n\n  .ie-contact-hint a {\n    color: #2a1e17;\n    font-weight: 600;\n    text-decoration: underline;\n  }\n\n  \/* --- Handle section --- *\/\n  .ie-handle-row {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    flex-wrap: wrap;\n  }\n\n  .ie-handle-badge {\n    display: inline-block;\n    background: #fff;\n    border: 1px solid #d4c5b0;\n    border-radius: 3px;\n    padding: 5px 12px;\n    font-size: 12.5px;\n    font-weight: 600;\n    color: #2a1e17;\n  }\n\n  .ie-handle-note {\n    font-size: 13px;\n    color: #5a4a3a;\n  }\n\n  @media (max-width: 500px) {\n    .ie-sh-row {\n      flex-direction: column;\n    }\n\n    .ie-sh-img-wrap {\n      width: 100%;\n    }\n\n    .ie-sh-img-wrap img {\n      width: 100%;\n      max-height: 160px;\n      object-fit: cover;\n      object-position: center;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ie-notes-box\"\u003e\n\n  \u003c!-- SHOWERHEAD OPTIONS --\u003e\n  \u003cdiv class=\"ie-notes-section\"\u003e\n    \u003cspan class=\"ie-notes-label\"\u003e🚿 Showerhead Options\u003c\/span\u003e\n    \u003cdiv class=\"ie-sh-row\"\u003e\n\n      \u003cdiv class=\"ie-sh-options\"\u003e\n\n        \u003cdiv class=\"ie-sh-option\"\u003e\n          \u003cspan class=\"ie-sh-option-icon\"\u003e↗\u003c\/span\u003e\n          \u003cdiv class=\"ie-sh-option-text\"\u003e\n            \u003cstrong\u003eFixed Head — Standard\u003c\/strong\u003e\n            \u003cspan\u003eCeiling-mount, straight arm. Included by default.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ie-sh-option\"\u003e\n          \u003cspan class=\"ie-sh-option-icon\"\u003e↗\u003c\/span\u003e\n          \u003cdiv class=\"ie-sh-option-text\"\u003e\n            \u003cstrong\u003eAngled Arm — Custom\u003c\/strong\u003e\n            \u003cspan\u003eTilted arm lets you direct the flow freely. Ideal for lower ceilings or walk-in showers.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ie-sh-option\"\u003e\n          \u003cspan class=\"ie-sh-option-icon\"\u003e⊙\u003c\/span\u003e\n          \u003cdiv class=\"ie-sh-option-text\"\u003e\n            \u003cstrong\u003eDifferent Head Size — Custom\u003c\/strong\u003e\n            \u003cspan\u003eLarger or smaller rain head available on request.\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"ie-contact-hint\"\u003eTo customize, contact us at \u003ca href=\"mailto:contact@insideast.com\"\u003econtact@insideast.com\u003c\/a\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ie-sh-img-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/unlacquered-brass-built-in-shower-system-angled-showerhead-handheld-concealed-2-outlet-set-8065254.jpg\" alt=\"Angled showerhead arm mechanism\"\u003e\n        \u003cp\u003eAngled Arm\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- HANDLE OPTIONS --\u003e\n  \u003cdiv class=\"ie-notes-section\"\u003e\n    \u003cspan class=\"ie-notes-label\"\u003e🔧 Handle Style\u003c\/span\u003e\n    \u003cdiv class=\"ie-handle-row\"\u003e\n      \u003cspan class=\"ie-handle-badge\"\u003e✓ Simple Cross Handles — Default\u003c\/span\u003e\n      \u003cspan class=\"ie-handle-note\"\u003ePrefer a different style? \u003ca href=\"mailto:contact@insideast.com\" style=\"color:#2a1e17; font-weight:600;\"\u003eContact us\u003c\/a\u003e to customize.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-slider-wrap\"\u003e\n\u003ch4 class=\"shower-desc__config-slider-title\"\u003eGallery\u003c\/h4\u003e\n\u003cbutton class=\"shower-desc__config-arrow shower-desc__config-arrow--left\"\u003e‹\u003c\/button\u003e \u003cbutton class=\"shower-desc__config-arrow shower-desc__config-arrow--right\"\u003e›\u003c\/button\u003e\n\u003cdiv id=\"configSlider\" class=\"shower-desc__config-slider-container\"\u003e\n\u003cdiv class=\"shower-desc__config-slider\"\u003e\n\u003c!-- Lifestyle \u0026 system shots --\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/23.webp?v=1766156883\u0026amp;width=1800\" alt=\"from clients\" class=\"shower-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/heritage-unlacquered-brass-exposed-shower-system-with-handheld-4701648.jpg\" alt=\"Round Showerhead View\" class=\"shower-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/heritage-unlacquered-brass-exposed-shower-system-with-handheld-7171088.jpg?v=1773579325\" alt=\"Shower details Close-up\" class=\"shower-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/heritage-unlacquered-brass-exposed-shower-system-with-handheld-9099072.jpg\" alt=\"Flat Handle Close-up\" class=\"shower-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/7682285109357-rose.jpg\" alt=\"Full System in Bathroom\" class=\"shower-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/7682285109357-round.jpg\" alt=\"Showerhead \u0026amp; Handheld Detail\" class=\"shower-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/7682285109357-square.jpg\" alt=\"Wall-Mounted Setup\" class=\"shower-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c!-- Combination shots --\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/heritage-unlacquered-brass-exposed-shower-system-with-handheld-6814664.jpg?v=1773579324\" alt=\"Rose + Simple Handle\" class=\"shower-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/rose_flat_88c92b63-5ccb-4f53-91b0-dcfe29d41df7.jpg?v=1762608580\u0026amp;width=1800\" alt=\"Rose + Flat Handle\" class=\"shower-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/rose_lever_7c816f13-d811-4944-be89-d9af271b0a20.jpg?v=1762608580\u0026amp;width=1800\" alt=\"Rose + Lever Handle\" class=\"shower-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/heritage-unlacquered-brass-exposed-shower-system-with-handheld-1222607.jpg\" alt=\"Square + Simple Handle\" class=\"shower-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/square_flat_ea07cd83-55b2-41ac-b9a2-d6456b9b6c1a.jpg?v=1762608580\u0026amp;width=1800\" alt=\"Square + Flat Handle\" class=\"shower-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/square_lever_82adba2e-6060-41bd-a4bf-1d01f072bcb4.jpg?v=1762608580\u0026amp;width=1800\" alt=\"Square + Lever Handle\" class=\"shower-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/heritage-unlacquered-brass-exposed-shower-system-with-handheld-1383857.jpg\" alt=\"Round + Simple Handle\" class=\"shower-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/round_flat.jpg?v=1762608580\u0026amp;width=1800\" alt=\"Round + Flat Handle\" class=\"shower-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/round_lever.jpg?v=1762608580\u0026amp;width=1800\" alt=\"Round + Lever Handle\" class=\"shower-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n  \n\u003c!-- GUARANTEE BOX --\u003e\n\u003cdiv class=\"shower-desc__guarantee-box\"\u003e\n\u003ch4\u003e🛡️ Our No-Risk Promise to You\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e30-Day Returns:\u003c\/strong\u003e Changed your mind? We'll refund you - just send it back unused in its original packaging.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e5-Year Warranty:\u003c\/strong\u003e Covers manufacturing defects in materials and workmanship.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFlexible Returns:\u003c\/strong\u003e Easy return process if installation or fit isn’t right.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eWe’re so confident you’ll cherish this system for decades, the risk is entirely on us.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ========== KEY DIMENSIONS ========== --\u003e\n\u003csection class=\"shower-dims\"\u003e\n  \u003ch3\u003eKey Dimensions\u003c\/h3\u003e\n  \u003cdiv class=\"shower-dims__container\"\u003e\n\n    \u003c!-- Left Half: Image --\u003e\n    \u003cdiv class=\"shower-dims__image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/heritage-unlacquered-brass-exposed-shower-system-with-handheld-9443962.webp\" loading=\"lazy\" alt=\"Key Dimensions\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Right Half: 2x2 Grid Values --\u003e\n    \u003cdiv class=\"shower-dims__box\"\u003e\n\n      \u003cdiv class=\"shower-dims__item\"\u003e\n        \u003cdiv class=\"shower-dims__label\"\u003eTotal Height\u003c\/div\u003e\n        \u003cdiv class=\"shower-dims__value\"\u003e49.0\"\u003c\/div\u003e\n        \u003cdiv class=\"shower-dims__sub\"\u003e(1244mm Max)\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"shower-dims__item\"\u003e\n        \u003cdiv class=\"shower-dims__label\"\u003eShower Arm Reach\u003c\/div\u003e\n        \u003cdiv class=\"shower-dims__value\"\u003e16.5\"\u003c\/div\u003e\n        \u003cdiv class=\"shower-dims__sub\"\u003e(419mm)\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"shower-dims__item\"\u003e\n        \u003cdiv class=\"shower-dims__label\"\u003eValve Centers\u003c\/div\u003e\n        \u003cdiv class=\"shower-dims__value\"\u003e5.9\"\u003c\/div\u003e\n        \u003cdiv class=\"shower-dims__sub\"\u003e(150mm Standard)\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"shower-dims__item\"\u003e\n        \u003cdiv class=\"shower-dims__label\"\u003eDiverter Height\u003c\/div\u003e\n        \u003cdiv class=\"shower-dims__value\"\u003e~42.0\"\u003c\/div\u003e\n        \u003cdiv class=\"shower-dims__sub\"\u003e(Above Valve)\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\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  .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 showers ship with the correct connection for your region. Standard fittings included:\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 at no extra charge.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DISTINCTIVE FEATURES --\u003e\n\u003csection class=\"shower-desc__features\"\u003e\n\u003ch3\u003eDistinctive Features\u003c\/h3\u003e\n\u003cul class=\"shower-desc__features-list\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"shower-desc__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M12 6V12L16 14\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#fff\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__feature-content\"\u003e\n\u003ch5\u003eUnlacquered Brass\u003c\/h5\u003e\n\u003cp\u003eBrings old-world charm and naturally develops a beautiful patina over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"shower-desc__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M20 4h5C2.9 4 2.01 4.89 2.01 6L2 18C2 19.1 2.9 20 4 20h30C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4ZM20 18h5V8h30V18ZM20 6h5V6L4 8V6V18V8h30V6Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__feature-content\"\u003e\n\u003ch5\u003eSolid Brass Construction\u003c\/h5\u003e\n\u003cp\u003eBuilt to last; brings timeless durability and character to your space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"shower-desc__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__feature-content\"\u003e\n\u003ch5\u003eTraditional Build\u003c\/h5\u003e\n\u003cp\u003eAllows for easy part replacement and long-term maintenance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"shower-desc__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M19 3h6C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21h29C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3ZM19 19h6V5h29V19Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"3\" fill=\"white\"\u003e\u003c\/circle\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__feature-content\"\u003e\n\u003ch5\u003eBuilt to Last\u003c\/h5\u003e\n\u003cp\u003ePressure-tested to guarantee durability and high performance under daily use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"shower-desc__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12S7.59 4 12 4 20 7.59 20 12 16.41 20 12 20ZM12.5 7h21V13L15.5 15.5L16.25 14.25L12.5 12V7Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__feature-content\"\u003e\n\u003ch5\u003eMultifunctional Design\u003c\/h5\u003e\n\u003cp\u003eVersatile and adaptable for various household needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"shower-desc__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M4 6h3V20C2 21.1 2.9 22 4 22h28V20h5V6ZM20 2H8C6.9 2 6 2.9 6 4V16C6 17.1 6.9 18 8 18h30C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2ZM20 16H8V4h30V16Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__feature-content\"\u003e\n\u003ch5\u003eWall-Mounted Design\u003c\/h5\u003e\n\u003cp\u003eSpace-saving, secure, and clean installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"shower-desc__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12S7.59 4 12 4 20 7.59 20 12 16.41 20 12 20ZM12.5 7h21V13L15.5 15.5L16.25 14.25L12.5 12V7Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__feature-content\"\u003e\n\u003ch5\u003eCompatible with Insideast Fixtures\u003c\/h5\u003e\n\u003cp\u003eDesigned to match seamlessly with other unlacquered brass pieces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- LIFESTYLE SECTIONS --\u003e\n\u003csection class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/7682285109357-7.webp\" alt=\"Heritage System in Modern Bathroom\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch4\u003eHeirloom Quality, Daily Joy\u003c\/h4\u003e\n\u003cp\u003eThe handheld shower adds versatility perfect for rinsing, cleaning, or bathing little ones—while the exposed brass piping delivers artisan craftsmanship you can see and feel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection style=\"direction: rtl;\" class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/heritage-unlacquered-brass-exposed-shower-system-with-handheld-9099072.jpg\" alt=\"Handheld \u0026amp; Holder Detail\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch4\u003eThoughtful Functionality\u003c\/h4\u003e\n\u003cp\u003eThe included brass handheld shower and wall bracket offer flexibility without compromising on elegance—engineered for smooth swivel and secure docking.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== PACKAGE INCLUDES ========== --\u003e\n\u003csection class=\"shower-pkg\"\u003e\n\u003cdiv class=\"shower-pkg__header\"\u003e\n\u003ch4\u003e📦 Package Includes\u003c\/h4\u003e\n\u003cp style=\"color: var(--muted); margin-top: 5px; font-size: 14px;\"\u003eComplete 2-Outlet System (Head + Handheld)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-pkg__list\"\u003e\n\u003cdiv class=\"shower-pkg__item\"\u003e\n\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Rose Shower Head\u003c\/div\u003e\n\u003cdiv class=\"shower-pkg__item\"\u003e\n\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Curved Riser Pipe\u003c\/div\u003e\n\u003cdiv class=\"shower-pkg__item\"\u003e\n\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Brass Handheld Sprayer + Hose\u003c\/div\u003e\n\u003cdiv class=\"shower-pkg__item\"\u003e\n\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Diverter Valve (Switches Outlets)\u003c\/div\u003e\n\u003cdiv class=\"shower-pkg__item\"\u003e\n\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Exposed Mixer Body \u0026amp; Handles\u003c\/div\u003e\n\u003cdiv class=\"shower-pkg__item\"\u003e\n\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Handheld Holder \u0026amp; S-Unions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TECHNICAL SPECS --\u003e\n\u003csection class=\"shower-desc__specs-section\"\u003e\n\u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n\u003ctable class=\"shower-desc__specs-table\"\u003e\n\u003ctbody\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\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eSolid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation Type\u003c\/td\u003e\n\u003ctd\u003eWall-Mounted\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n  \u003ctd\u003ePlumbing Standard\u003c\/td\u003e\n  \u003ctd\u003eCorrect fittings for your region.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign\u003c\/td\u003e\n\u003ctd\u003eTraditional Construction\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePerformance\u003c\/td\u003e\n\u003ctd\u003eHigh-Pressure Tested\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaintenance\u003c\/td\u003e\n\u003ctd\u003eCompatible with Replacement Parts\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\/section\u003e\n\n\u003c!-- SPEC SHEET DOWNLOAD --\u003e\n\u003cdiv class=\"shower-desc__download\"\u003e\n\u003ch4\u003eInstallation \u0026amp; Dimensions (PDF)\u003c\/h4\u003e\n\u003cp\u003eComplete technical drawings, plumbing specs, and mounting instructions.\u003c\/p\u003e\n\u003ca download=\"\" rel=\"noopener noreferrer\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Exposed_Shower_Systems_2_outlet_head_shower_and_handheld_IS-023-01-001-01-23.pdf?v=1758964519\" target=\"_blank\"\u003e 📄 Download Spec Sheet \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\/2_outlet.pdf?v=1771928451\" target=\"_blank\"\u003e 📄 Download Installation Guide \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- FULL WARRANTY --\u003e\n\u003cdiv class=\"ie-warranty\" role=\"region\" aria-label=\"Warranty \u0026amp; Guarantee\"\u003e\n\u003cdiv class=\"ie-warranty__top\"\u003e\n\u003csvg class=\"ie-warranty__shield\" viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M12 2l7 3v6c0 5-3.6 9.7-7 11-3.4-1.3-7-6-7-11V5l7-3z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M10.2 12.6l-1.9-1.9-1.1 1.1 3 3 5.6-5.6-1.1-1.1-4.5 4.5z\" fill=\"#fff\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003ch4 class=\"ie-warranty__title\"\u003eWarranty \u0026amp; Guarantee\u003c\/h4\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 brass components and finish integrity (excluding normal patina development).\u003c\/li\u003e\n\u003cli\u003eCovered for \u003cstrong\u003erepair or replacement\u003c\/strong\u003e of defective parts (labor \u0026amp; installation excluded).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVisual defects\u003c\/strong\u003e must be reported within \u003cstrong\u003e15 days\u003c\/strong\u003e of delivery with photos and order proof.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"ie-warranty__note\"\u003eNeed help? Email \u003ca href=\"mailto:contact@insideast.com\"\u003econtact@insideast.com\u003c\/a\u003e with your order number.\u003c\/p\u003e\n\u003cp class=\"ie-warranty__note\"\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e Unlacquered brass is designed to patinate this natural aging is not a defect, but a celebrated hallmark of authenticity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ========== FAQ SECTION ========== --\u003e\n\u003csection class=\"shower-desc__faq\"\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I switch between the showerhead and handheld?\u003c\/summary\u003e\n\u003cp\u003eThis system includes a dedicated \u003cstrong\u003eDiverter Valve\u003c\/strong\u003e located on the riser pipe. Simply turn the diverter lever to direct water flow either to the overhead shower or the handheld sprayer.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the handheld holder adjustable?\u003c\/summary\u003e\n\u003cp\u003eThe package includes a handheld holder (Pos. 26) that mounts to the wall. It holds the sprayer securely when not in use. The 60\" hose provides ample reach for bathing children, washing pets, or cleaning the tub.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this include the main mixer valve?\u003c\/summary\u003e\n\u003cp\u003e\u003cstrong\u003eYes.\u003c\/strong\u003e The exposed faucet body (hot\/cold mixer) is included. You connect it directly to your hot and cold water supply lines on the wall.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is the finish maintenance?\u003c\/summary\u003e\n\u003cp\u003eThe \u003cstrong\u003eUnlacquered Brass\u003c\/strong\u003e is a living finish. It will naturally darken to an antique bronze color over time. If you prefer it shiny, you can polish it with Brasso or similar cleaners, but most users love the maintenance-free natural patina.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eCan I install this on standard rough-ins?\u003c\/summary\u003e\n\u003cp\u003eYes, the valve centers are 5.9\" (150mm), and we include offset \"Z-connectors\" (S-unions) that allow you to adjust the fit to rough-ins between 5\" and 7\".\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003cdiv style=\"margin-top: 60px;\" class=\"shower-desc__cta-section\"\u003e\n\u003ch4 style=\"font-size: clamp(20px, 3vw, 24px); margin-bottom: 15px; color: var(--primary);\"\u003eInvest in Everlasting Beauty\u003c\/h4\u003e\n\u003cp style=\"color: var(--muted); margin-bottom: 20px; font-size: clamp(13px, 1.5vw, 15px);\"\u003eA hand-finished brass heirloom crafted for performance, designed to age with beauty, and built to outlast trends.\u003c\/p\u003e\n\u003ca aria-label=\"Configure and order now\" role=\"button\" class=\"shower-desc__cta-primary\" href=\"#\"\u003e Configure \u0026amp; Order Now \u003c\/a\u003e\n\u003cdiv class=\"shower-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\u003cdiv\u003e30-Day Guarantee\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n\n  const slider = document.getElementById(\"configSlider\");\n  const leftBtn = document.querySelector(\".shower-desc__config-arrow--left\");\n  const rightBtn = document.querySelector(\".shower-desc__config-arrow--right\");\n\n  const scrollAmount = slider.offsetWidth * 0.8;\n\n  rightBtn.addEventListener(\"click\", function () {\n    slider.scrollBy({\n      left: scrollAmount,\n      behavior: \"smooth\"\n    });\n  });\n\n  leftBtn.addEventListener(\"click\", function () {\n    slider.scrollBy({\n      left: -scrollAmount,\n      behavior: \"smooth\"\n    });\n  });\n\n});\n\u003c\/script\u003e","brand":"Insideast","offers":[{"title":"Rose","offer_id":43573014888557,"sku":"IS-023-01-001-01-23","price":535.28,"currency_code":"USD","in_stock":true},{"title":"Round","offer_id":43573014986861,"sku":"IS-019-01-001-01-23","price":535.28,"currency_code":"USD","in_stock":true},{"title":"Square","offer_id":43573015085165,"sku":"IS-024-01-001-01-23","price":535.28,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/heritage-unlacquered-brass-exposed-shower-system-with-handheld-5221671.png?v=1773579324"},{"product_id":"widespread-brass-bathroom-faucet-unlacquered-brass-bathroom-faucet","title":"Deck Mounted Unlacquered Brass Faucet, Vanity Sink Faucet, Antique Brass Bathroom Faucet","description":"\u003cstyle\u003e\n    \/* ========== BASE 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 + ALL TEXT INSIDE *\/\n.faucet-desc__header{\n  position:relative;\n  padding:clamp(40px,6vw,80px) 0;\n\n  width:100%;\n  margin:0 auto;\n\n  display:flex;\n  flex-direction:column;\n  align-items:center;\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.5rem,1.9vw,1.6rem);\n  max-width:700px;\n  margin:0 auto;\n  line-height:1.7;\n}\n\n    .faucet-desc__specs-section {\n        margin: clamp(60px, 8vw, 10px) 0\n    }\n\n    .faucet-desc__specs-table {\n        width: 100%;\n        border-collapse: collapse;\n        margin-bottom: 10px;\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__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        font-size: clamp(18px, 2.5vw, 22px);\n        margin-bottom: 15px\n    }\n\n    .faucet-desc__download p {\n        color: var(--muted);\n        margin-bottom: 15px;\n        font-size: clamp(13px, 1.5vw, 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__config {\n        margin: 60px 0\n    }\n\n    .faucet-desc__config h2 {\n        font-size: clamp(22px, 4vw, 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: clamp(14px, 1.5vw, 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: clamp(18px, 3vw, 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: repeat(2, 1fr);\n        gap: 15px;\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: 10px;\n        grid-template-columns: 1fr 1fr\n    }\n\n    .faucet-desc__config-option {\n        background: #fff;\n        padding: 15px;\n        border-radius: 6px;\n        border: 1px solid var(--accent-light);\n        font-size: 14px;\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    \/* 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-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    \/* Features *\/\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    \/* 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    \/* 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    \/* Customer Photos Section *\/\n    .faucet-desc__customer-photos {\n        margin: clamp(60px, 8vw, 100px) 0\n    }\n\n    .faucet-desc__customer-photos h2 {\n        font-size: clamp(22px, 4vw, 28px);\n        margin-bottom: clamp(20px, 4vw, 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__customer-grid {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 15px\n    }\n\n    .faucet-desc__customer-photo {\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__customer-photo img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        transition: transform .3s ease\n    }\n\n    .faucet-desc__customer-photo:hover img {\n        transform: scale(1.05)\n    }\n\n    \/* Sticky CTA Bar (Mobile) *\/\n    .faucet-desc__sticky-cta {\n        position: fixed;\n        bottom: 0;\n        left: 0;\n        right: 0;\n        background: #fff;\n        padding: 15px;\n        box-shadow: 0 -4px 20px var(--shadow);\n        z-index: 1000;\n        display: none;\n        border-top: 2px solid var(--accent)\n    }\n\n    .faucet-desc__sticky-cta button {\n        width: 100%;\n        background: var(--accent);\n        color: #fff;\n        border: none;\n        padding: 15px;\n        font-size: 16px;\n        font-weight: 700;\n        border-radius: 8px;\n        cursor: pointer\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    \/* ========== MOBILE RESPONSIVE ========== *\/\n    @media (max-width: 768px) {\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        .faucet-desc__config-grid {\n            grid-template-columns: 1fr;\n            padding: 20px;\n            gap: 20px\n        }\n\n        .faucet-desc__config-options {\n            grid-template-columns: 1fr 1fr\n        }\n\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        .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        .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        .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        .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        .faucet-desc__sticky-cta {\n            display: block\n        }\n\n        .ie-warranty__title {\n            font-size: 1rem\n        }\n\n        .ie-warranty__body {\n            padding: 1.2rem\n        }\n\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        .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        .faucet-desc__customer-grid {\n            grid-template-columns: repeat(2, 1fr);\n            gap: 10px\n        }\n    }\n\n    @media (max-width: 480px) {\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__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        .faucet-desc__config-options {\n            grid-template-columns: 1fr\n        }\n\n        .faucet-desc__customer-grid {\n            grid-template-columns: 1fr\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\/* Fix for Config Gallery Arrows *\/\n.faucet-desc__config-arrow {\n    width: 40px !important;      \/* Fixed width *\/\n    height: 40px !important;     \/* Fixed height *\/\n    min-width: 40px !important;  \/* Prevents squishing *\/\n    padding: 0 !important;       \/* Removes default button padding *\/\n    border-radius: 50% !important; \/* 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); \/* Slightly more opaque for visibility *\/\n    cursor: pointer;\n    z-index: 20;\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"faucet-desc\"\u003e\n\u003cdiv class=\"faucet-desc__wrap\"\u003e\n\u003c!-- HEADER --\u003e\u003cheader class=\"faucet-desc__header\"\u003e\n\u003cdiv class=\"faucet-desc__eyebrow\"\u003eSolid Brass • Handcrafted in Morocco\u003c\/div\u003e\n\u003ch2 class=\"faucet-desc__title\"\u003eDeck Mounted Unlacquered Brass Vanity Faucet\u003c\/h2\u003e\n\u003cp class=\"faucet-desc__sub\"\u003ePremium deck-mounted bathroom faucet crafted from solid unlacquered brass. Features an extended threaded spout designed for thick countertops. Develops a timeless patina that adds vintage character to your bathroom.\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\"\u003eHandcrafted to order • Fast Delivery\u003c\/div\u003e\n\u003ca href=\"#\" class=\"faucet-desc__cta-primary\" role=\"button\" aria-label=\"Select your handle style\"\u003e Select Your Handle Style \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 viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003cpath d=\"M12 2L20 7V12C20 16.5 16.5 20 12 22C7.5 20 4 16.5 4 12V7L12 2Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M9 12L11 14L15 10\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#fff\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e \u003cstrong\u003e5-Year Warranty\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003cpath d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2Z\" fill=\"currentColor\"\u003e\n                    \u003c\/path\u003e\n                    \u003cpath d=\"M12 6V12L16 14\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#fff\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e \u003cstrong\u003e30-Day Returns\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003cpath 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\" fill=\"currentColor\"\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 viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                    \u003cpath d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM13 17H11V15H13V17ZM13 13H11V7H13V13Z\" fill=\"currentColor\"\u003e\n                    \u003c\/path\u003e\n                \u003c\/svg\u003e \u003cstrong\u003eLifetime Support\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SCARCITY NOTICE --\u003e\n\u003cdiv class=\"faucet-desc__scarcity-notice\"\u003e⏱️ \u003cstrong\u003eLimited Production:\u003c\/strong\u003e Each faucet is handcrafted to order by Moroccan artisans. \u003ca href=\"#handle-options\"\u003eReserve yours today\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- HERO IMAGE --\u003e\n\u003csection style=\"margin: clamp(40px, 6vw, 80px) 0;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/7688431501421.png?v=1761920699\" alt=\"Deck Mounted Unlacquered Brass Vanity Faucet\" style=\"width: 100%; max-width: 800px; height: auto; border-radius: 12px; margin: 0 auto; display: block; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 40px;\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/section\u003e\n\n\u003c!-- ════════════════════════════════════════════════\n     REVIEWS SECTION SCOPED CSS\n     ════════════════════════════════════════════════ --\u003e\n\u003cstyle\u003e\n  \/* ─── Scoped Variables \u0026 Reset ─── *\/\n  .ieast-rev-island {\n    --bg-cream:  #fcfaf6;      \/* Matching the image light warm background *\/\n    --top-bar:   #2e241c;      \/* Matching the image dark brown header *\/\n    --gold:      #cc9d6b;      \/* Matching the image quote marks *\/\n    --ink:       #2c2a28;\n    --ink-soft:  #4a4744;\n    --ink-muted: #8c8782;\n    --note-bg:   #ffffff;\n    --border:    rgba(0, 0, 0, 0.05);\n    --shadow:    0 8px 24px rgba(46, 36, 28, 0.06); \n    --font-head: 'Cormorant Garamond', serif;\n    --font-body: 'Jost', sans-serif;\n    \n    -webkit-font-smoothing: antialiased;\n    font-family: var(--font-body);\n    color: var(--ink);\n    line-height: 1.5;\n    box-sizing: border-box;\n  }\n  \n  .ieast-rev-island *,\n  .ieast-rev-island *::before,\n  .ieast-rev-island *::after {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* ─── Section Shell ─── *\/\n  .ieast-rev-island {\n    max-width: 1050px;\n    margin: 40px auto;\n    background: var(--bg-cream);\n    border-radius: 4px; \/* subtle rounding *\/\n    position: relative;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.04);\n    border: 1px solid var(--border);\n    overflow: hidden;\n  }\n\n  \/* ─── Top Bar (Like Attached Image) ─── *\/\n  .ieast-rev-topbar {\n    background: var(--top-bar);\n    padding: 14px 24px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n  .ieast-rev-topbar span {\n    color: var(--gold);\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n  }\n  .ieast-rev-topbar-right {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  \/* ─── Slider ─── *\/\n  .ieast-rev-slider-wrap {\n    position: relative;\n    z-index: 2;\n  }\n  .ieast-rev-slider {\n    overflow: hidden;\n  }\n  .ieast-rev-track {\n    display: flex;\n    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);\n    will-change: transform;\n    align-items: stretch;\n  }\n\n  \/* ─── Slide ─── *\/\n  .ieast-rev-slide {\n    min-width: 100%;\n    display: grid;\n    \/* Image takes up more than half (~60%), Content takes the rest (~40%) *\/\n    grid-template-columns: 1.5fr 1fr; \n  }\n\n  \/* ─── Image Column ─── *\/\n  .ieast-rev-img-col {\n    position: relative;\n    width: 100%;\n    height: 100%;\n    min-height: 540px; \n    overflow: hidden;\n  }\n  .ieast-rev-img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n\n  \/* ─── Content Column (Right Side) ─── *\/\n  .ieast-rev-content {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    padding: 20px 30px 40px 20px; \/* Extra bottom padding for floating controls *\/\n    background: var(--bg-cream);\n  }\n\n  \/* ─── The 'Note' Shape ─── *\/\n  .ieast-rev-note {\n    background: var(--note-bg);\n    padding: 20px 20px;\n    border-radius: 2px;\n    box-shadow: var(--shadow);\n    border: 1px solid #f4f0eb;\n    position: relative;\n    width: 100%;\n    max-width: 440px;\n    margin: 0 auto;\n  }\n  \n  \/* Fold detail for note look (optional neat touch) *\/\n  .ieast-rev-note::before {\n    content: '';\n    position: absolute;\n    top: 0; right: 0;\n    border-width: 0 16px 16px 0;\n    border-style: solid;\n    border-color: #f7f3ef var(--bg-cream) transparent transparent;\n    box-shadow: -2px 2px 4px rgba(0,0,0,0.03);\n    border-bottom-left-radius: 2px;\n  }\n\n  .ieast-rev-quote-mark {\n    font-family: var(--font-head);\n    font-size: 60px;\n    color: var(--gold);\n    line-height: 0.6;\n    margin-bottom: 15px;\n    display: block;\n  }\n\n  .ieast-rev-text {\n    font-family: var(--font-head);\n    font-size: clamp(14px, 2vw, 22px);\n    font-weight: 400;\n    line-height: 1.45;\n    color: var(--ink);\n    font-style: italic;\n    margin-bottom: 20px;\n  }\n\n  .ieast-rev-meta-block {\n    border-top: 1px solid var(--border);\n    padding-top: 5px;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n\n  .ieast-rev-stars {\n    display: flex;\n    gap: 4px;\n  }\n  .ieast-rev-stars svg {\n    width: 16px; height: 16px;\n    fill: var(--gold);\n  }\n\n  .ieast-rev-author-row {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n  }\n  .ieast-rev-name {\n    font-family: var(--font-body);\n    font-size: 13px;\n    font-weight: 500;\n    color: var(--ink);\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n  }\n  .ieast-rev-date {\n    font-size: 12px;\n    color: var(--ink-muted);\n    font-style: italic;\n  }\n\n  .ieast-rev-attrs {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n  }\n  .ieast-rev-attr-pill {\n    display: inline-flex;\n    align-items: center;\n    font-size: 10px;\n    color: var(--ink-soft);\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    background: #fbfbfb;\n    border: 1px solid var(--border);\n    padding: 3px 8px;\n    border-radius: 2px;\n  }\n  .ieast-rev-attr-pill strong {\n    color: var(--top-bar);\n    font-weight: 500;\n    margin-right: 4px;\n  }\n\n  \/* ─── Navigation Controls (Fixed at bottom right) ─── *\/\n  .ieast-rev-controls {\n    position: absolute;\n    bottom: 0;\n    right: 0;\n    width: 40%; \/* Matches exactly the 1fr content column (1.5fr \/ 1fr ratio) *\/\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 20px 30px;\n    z-index: 10;\n    background: linear-gradient(to top, var(--bg-cream) 60%, transparent); \/* slight fade *\/\n  }\n\n  .ieast-rev-arrows {\n    display: flex;\n    gap: 10px;\n  }\n  .ieast-rev-btn {\n    width: 38px; height: 38px;\n    border: 1px solid rgba(0,0,0,0.1);\n    background: var(--note-bg);\n    cursor: pointer;\n    display: flex; align-items: center; justify-content: center;\n    transition: all 0.3s ease;\n    border-radius: 50%;\n  }\n  .ieast-rev-btn:hover {\n    background: var(--top-bar);\n    border-color: var(--top-bar);\n  }\n  .ieast-rev-btn:hover svg { stroke: #fff; }\n  .ieast-rev-btn svg {\n    width: 16px; height: 16px;\n    stroke: var(--ink);\n    fill: none;\n    stroke-width: 1.2;\n    transition: stroke 0.3s;\n  }\n\n  .ieast-rev-dots {\n    display: flex;\n    gap: 6px;\n  }\n  .ieast-rev-dot {\n    width: 20px; height: 2px;\n    background: rgba(0,0,0,0.1);\n    border: none;\n    cursor: pointer;\n    padding: 0;\n    transition: all 0.3s ease;\n  }\n  .ieast-rev-dot.active {\n    background: var(--top-bar);\n  }\n\n  \/* ─── Mobile ─── *\/\n  @media (max-width: 992px) {\n    .ieast-rev-island { max-width: 92%; }\n    .ieast-rev-slide { grid-template-columns: 1.2fr 1fr; }\n    .ieast-rev-controls { width: 45.45%; } \/* matches new 1.2fr\/1fr ratio *\/\n  }\n\n  @media (max-width: 768px) {\n    .ieast-rev-island { margin: 20px auto; border-radius: 4px; }\n    .ieast-rev-topbar span { font-size: 9px; }\n    \n    .ieast-rev-slide {\n      grid-template-columns: 1fr; \/* stack vertically *\/\n    }\n    \n    .ieast-rev-img-col {\n      min-height: auto;\n      height: 340px;\n    }\n    \n    .ieast-rev-content {\n      padding: 30px 20px 90px 20px;\n    }\n\n    .ieast-rev-note {\n      padding: 26px 22px;\n    }\n    .ieast-rev-text {\n      font-size: 18px;\n    }\n    \n    .ieast-rev-controls {\n      width: 100%; \/* Spans full width on mobile *\/\n      background: var(--bg-cream); \/* Solid to ensure readability *\/\n      padding: 16px 20px;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- ════════════════════════════════════════════════\n     REVIEWS SECTION HTML\n     ════════════════════════════════════════════════ --\u003e\n\u003csection class=\"ieast-rev-island\" id=\"ieast-reviews\"\u003e\n\n  \u003c!-- Top Bar replacing standalone headers to match requested aesthetic --\u003e\n  \u003cdiv class=\"ieast-rev-topbar\"\u003e\n    \u003cspan\u003eLoved By Homeowners\u003c\/span\u003e\n    \u003cdiv class=\"ieast-rev-topbar-right\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" width=\"14\" height=\"14\" fill=\"currentColor\" stroke=\"none\"\u003e\u003cpath d=\"M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003cspan\u003eINSIDEAST FAUCETS\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Slider --\u003e\n  \u003cdiv class=\"ieast-rev-slider-wrap\"\u003e\n    \u003cdiv class=\"ieast-rev-slider\"\u003e\n      \u003cdiv class=\"ieast-rev-track\" id=\"ieastSliderTrack\"\u003e\n\n        \u003c!-- ── Review 1: Madison ── --\u003e\n        \u003carticle class=\"ieast-rev-slide\" aria-label=\"Review by Madison\" aria-current=\"true\"\u003e\n          \u003cdiv class=\"ieast-rev-img-col\"\u003e\n            \u003cimg class=\"ieast-rev-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/iap_800x800.4963867718_1wpy2gnu.webp\" alt=\"Madison's review image\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ieast-rev-content\"\u003e\n            \u003cdiv class=\"ieast-rev-note\"\u003e\n              \u003cspan class=\"ieast-rev-quote-mark\"\u003e“\u003c\/span\u003e\n              \u003cp class=\"ieast-rev-text\"\u003eBeautiful item with quick shipping and excellent customer service for the small issue I had! Abel is very responsive and kind and willing to serve his customers well. Thank you for a great product, our bathroom looks amazing!\u003c\/p\u003e\n              \n              \u003cdiv class=\"ieast-rev-meta-block\"\u003e\n                \u003cdiv class=\"ieast-rev-stars\" aria-label=\"5 out of 5 stars\"\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ieast-rev-author-row\"\u003e\n                  \u003cspan class=\"ieast-rev-name\"\u003eMadison\u003c\/span\u003e\n                  \u003cspan class=\"ieast-rev-date\"\u003e02 Jun, 2023\u003c\/span\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n        \u003c!-- ── Review 2: Curtis ── --\u003e\n        \u003carticle class=\"ieast-rev-slide\" aria-label=\"Review by Curtis\" aria-current=\"false\"\u003e\n          \u003cdiv class=\"ieast-rev-img-col\"\u003e\n            \u003cimg class=\"ieast-rev-img\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/iap_800x800.6938800425_fu63i4kz.webp\" alt=\"Curtis's review image\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ieast-rev-content\"\u003e\n            \u003cdiv class=\"ieast-rev-note\"\u003e\n              \u003cspan class=\"ieast-rev-quote-mark\"\u003e“\u003c\/span\u003e\n              \u003cp class=\"ieast-rev-text\"\u003eBeautiful! I also ordered a sink from this seller and they look amazing in the buffet I refinished to use as a vanity in our powder room.\u003c\/p\u003e\n              \n              \u003cdiv class=\"ieast-rev-meta-block\"\u003e\n                \u003cdiv class=\"ieast-rev-stars\" aria-label=\"5 out of 5 stars\"\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                  \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2l2.09 6.26L20 10l-5.09 1.97L12 18l-2.91-6.03L4 10l5.91-1.74z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ieast-rev-author-row\"\u003e\n                  \u003cspan class=\"ieast-rev-name\"\u003eCurtis\u003c\/span\u003e\n                  \u003cspan class=\"ieast-rev-date\"\u003e26 May, 2025\u003c\/span\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/article\u003e\n\n      \u003c\/div\u003e\n\u003c!-- \/track --\u003e\n    \u003c\/div\u003e\n\u003c!-- \/slider --\u003e\n\n    \u003c!-- Navigation Controls overlapping the bottom of the section --\u003e\n    \u003cnav class=\"ieast-rev-controls\" aria-label=\"Review navigation\"\u003e\n      \u003cdiv class=\"ieast-rev-dots\" id=\"ieastDotContainer\" role=\"tablist\" aria-label=\"Go to review\"\u003e\u003c\/div\u003e\n\n      \u003cdiv class=\"ieast-rev-arrows\"\u003e\n        \u003cbutton class=\"ieast-rev-btn\" id=\"ieastPrevBtn\" aria-label=\"Previous review\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M15 18l-6-6 6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/button\u003e\n\n        \u003cbutton class=\"ieast-rev-btn\" id=\"ieastNextBtn\" aria-label=\"Next review\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M9 18l6-6-6-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/button\u003e\n      \u003c\/div\u003e\n    \u003c\/nav\u003e\n  \u003c\/div\u003e\n\u003c!-- \/slider-wrap --\u003e\n\n\u003c\/section\u003e\n\n\u003c!-- ════════════════════════════════════════════════\n     REVIEWS SECTION SCRIPT\n     ════════════════════════════════════════════════ --\u003e\n\u003cscript\u003e\n(function() {\n  const track     = document.getElementById('ieastSliderTrack');\n  const prevBtn   = document.getElementById('ieastPrevBtn');\n  const nextBtn   = document.getElementById('ieastNextBtn');\n  const dotWrap   = document.getElementById('ieastDotContainer');\n  \n  if (!track || !prevBtn || !nextBtn || !dotWrap) return;\n\n  const slides    = track.querySelectorAll('.ieast-rev-slide');\n  const total     = slides.length;\n  let   current   = 0;\n  let   autoTimer = null;\n\n  \/\/ Build dots\n  slides.forEach((_, i) =\u003e {\n    const d = document.createElement('button');\n    d.className = 'ieast-rev-dot' + (i === 0 ? ' active' : '');\n    d.setAttribute('role', 'tab');\n    d.setAttribute('aria-label', 'Review ' + (i + 1));\n    d.addEventListener('click', () =\u003e goTo(i));\n    dotWrap.appendChild(d);\n  });\n\n  function goTo(n) {\n    slides[current].setAttribute('aria-current', 'false');\n    current = (n + total) % total;\n    track.style.transform = `translateX(-${current * 100}%)`;\n    dotWrap.querySelectorAll('.ieast-rev-dot').forEach((d, i) =\u003e {\n      d.classList.toggle('active', i === current);\n    });\n    slides[current].setAttribute('aria-current', 'true');\n  }\n\n  prevBtn.addEventListener('click', () =\u003e { goTo(current - 1); resetAuto(); });\n  nextBtn.addEventListener('click', () =\u003e { goTo(current + 1); resetAuto(); });\n\n  \/\/ Touch \/ swipe\n  let startX = 0;\n  track.addEventListener('touchstart', e =\u003e { startX = e.touches[0].clientX; }, { passive: true });\n  track.addEventListener('touchend', e =\u003e {\n    const dx = e.changedTouches[0].clientX - startX;\n    if (Math.abs(dx) \u003e 40) { dx \u003c 0 ? goTo(current + 1) : goTo(current - 1); resetAuto(); }\n  });\n\n  \/\/ Auto-advance\n  function startAuto() { autoTimer = setInterval(() =\u003e goTo(current + 1), 6000); }\n  function resetAuto()  { clearInterval(autoTimer); startAuto(); }\n  startAuto();\n\n  \/\/ Pause on hover\n  const section = document.getElementById('ieast-reviews');\n  if (section) {\n    section.addEventListener('mouseenter', () =\u003e clearInterval(autoTimer));\n    section.addEventListener('mouseleave', startAuto);\n  }\n\n  goTo(0);\n})();\n\u003c\/script\u003e\n\n  \n\u003c!-- HANDLE OPTIONS --\u003e\n\u003csection id=\"handle-options\" class=\"faucet-desc__config\"\u003e\n\u003ch2\u003eChoose Your Handle Style\u003c\/h2\u003e\n\u003cp class=\"faucet-desc__config-intro\"\u003eThis versatile deck-mounted faucet offers four distinct handle styles to perfectly complement your bathroom aesthetic. All options feature the same premium solid brass construction and extended threaded spout for thick countertops.\u003c\/p\u003e\n\u003cdiv style=\"grid-template-columns: 1fr;\" class=\"faucet-desc__config-grid\"\u003e\n\u003cdiv class=\"faucet-desc__config-section\"\u003e\n\u003ch3\u003eAvailable Handle Styles\u003c\/h3\u003e\n\u003cdiv class=\"faucet-desc__config-options\"\u003e\n\u003cdiv class=\"faucet-desc__config-option\"\u003eSimple Cross Handle\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-option\"\u003eT Handle\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-option\"\u003eFlat Cross Handle\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-option\"\u003eLever Handle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slider-wrap\"\u003e\n\u003ch3 class=\"faucet-desc__config-slider-title\"\u003eProduct Gallery\u003c\/h3\u003e\n\u003cbutton class=\"faucet-desc__config-arrow faucet-desc__config-arrow--left\"\u003e‹\u003c\/button\u003e \u003cbutton class=\"faucet-desc__config-arrow faucet-desc__config-arrow--right\"\u003e›\u003c\/button\u003e\n\u003cdiv id=\"configSlider\" class=\"faucet-desc__config-slider-container\"\u003e\n\u003cdiv class=\"faucet-desc__config-slider\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/deck-mounted-unlacquered-brass-faucet-vanity-sink-faucet-antique-brass-bathroom-faucet-2686199.png\" alt=\"Deck Mounted Faucet - Front View\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eElegant Deck Mount Design\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/deck-mounted-unlacquered-brass-faucet-vanity-sink-faucet-antique-brass-bathroom-faucet-5727068.jpg\" alt=\"Faucet Installation View\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eInstalled on Vanity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/deck-mounted-unlacquered-brass-faucet-vanity-sink-faucet-antique-brass-bathroom-faucet-3650150.jpg\" alt=\"Close-up Detail\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003ePremium Brass Detail\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\n\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/deck-mounted-unlacquered-brass-faucet-vanity-sink-faucet-antique-brass-bathroom-faucet-4849376.jpg?v=1773579326\u0026amp;width=1946\" alt=\"Simple Cross Handle\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eSimple Cross Handle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\n\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/deck-mounted-unlacquered-brass-faucet-vanity-sink-faucet-antique-brass-bathroom-faucet-7382876.jpg?v=1773579327\u0026amp;width=1946\" alt=\"Lever Handle\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eLever Handle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\n\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/deck-mounted-unlacquered-brass-faucet-vanity-sink-faucet-antique-brass-bathroom-faucet-6528180.jpg?v=1773579327\u0026amp;width=1946\" alt=\"Flat Cross Handle\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eFlat Cross Handle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\n\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/deck-mounted-unlacquered-brass-faucet-vanity-sink-faucet-antique-brass-bathroom-faucet-6886991.jpg?v=1773579327\u0026amp;width=1946\" alt=\"T Handle\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eT Handle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\n\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/deck-mounted-unlacquered-brass-faucet-vanity-sink-faucet-antique-brass-bathroom-faucet-8227647.jpg\" alt=\"all deck-mounted faucet components\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eMounting Detail\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA after configuration --\u003e\n\u003cdiv style=\"text-align: center; margin-top: 30px;\"\u003e\u003ca href=\"#\" class=\"faucet-desc__cta-primary\" role=\"button\" aria-label=\"Select your configuration\"\u003e Select Your Configuration \u003c\/a\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PREMIUM FEATURES --\u003e\n\u003csection class=\"faucet-desc__features\"\u003e\n\u003ch2\u003eWhy This Faucet Is Worth The Investment\u003c\/h2\u003e\n\u003cul class=\"faucet-desc__features-list\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\" fill=\"currentColor\"\u003e\n                            \u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eLiving Unlacquered Brass Finish\u003c\/h4\u003e\n\u003cp\u003eDevelops a natural patina over time, giving your bathroom timeless charm and vintage character. Unlike lacquered finishes that chip and peel, unlacquered brass becomes more beautiful with age.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2Z\" fill=\"currentColor\"\u003e\n                            \u003c\/path\u003e\n                            \u003cpath d=\"M12 6V12L16 14\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#fff\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eSolid Brass Construction\u003c\/h4\u003e\n\u003cp\u003eHeavy-duty material ensures long-lasting durability and a premium feel. Built from high-quality unlacquered brass for strength that stands the test of time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M4 12L2 14L8 20L22 6L20 4L8 16L4 12Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eExtended Threaded Spout\u003c\/h4\u003e\n\u003cp\u003eDesigned for secure mounting on thick countertops like marble or wood. The extended threading ensures a stable, leak-free installation on premium materials.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2Z\" fill=\"currentColor\"\u003e\n                            \u003c\/path\u003e\n                            \u003cpath d=\"M12 8V12L15 15\" stroke-width=\"2\" stroke=\"#fff\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eIntegrated Aerator\u003c\/h4\u003e\n\u003cp\u003eDelivers smooth, splash-free water flow with optimized pressure. Engineered for consistent performance and water efficiency.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M21 16V8C21 6.9 20.1 6 19 6H5C3.9 6 3 6.9 3 8V16C3 17.1 3.9 18 5 18H19C20.1 18 21 17.1 21 16Z\" fill=\"currentColor\"\u003e\n                            \u003c\/path\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"3\" fill=\"white\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003ePremium Ceramic Cartridges\u003c\/h4\u003e\n\u003cp\u003eStandard 1\/2\" ceramic cartridges provide leak-resistant performance. Built for decades of smooth, drip-free operation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3ZM9 17H7V10H9V17ZM13 17H11V7H13V17ZM17 17H15V13H17V17Z\" fill=\"currentColor\"\u003e\n                            \u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eIncludes Installation Kit\u003c\/h4\u003e\n\u003cp\u003eComes with necessary hoses and hardware for straightforward setup. Compatible with regional plumbing systems for easy installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- LIFESTYLE SECTIONS --\u003e\n\u003csection class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/deck-mounted-unlacquered-brass-faucet-vanity-sink-faucet-antique-brass-bathroom-faucet-3564346.jpg\" alt=\"Unlacquered brass patina development\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003eA Finish That Tells Your Story\u003c\/h3\u003e\n\u003cp\u003eThe unlacquered brass finish is designed to age gracefully, developing a unique patina that reflects your home's story. Each mark and subtle color shift adds character, creating a one-of-a-kind piece that grows more beautiful with time. This living finish celebrates the natural beauty of brass.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection style=\"direction: rtl;\" class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/deck-mounted-unlacquered-brass-faucet-vanity-sink-faucet-antique-brass-bathroom-faucet-5727068.jpg\" alt=\"Deck mounted faucet installation\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003ePerfect for Thick Countertops\u003c\/h3\u003e\n\u003cp\u003eThe extended threaded spout is specifically engineered for secure mounting on thick countertop materials like marble, granite, or wood. This thoughtful design ensures a stable, professional installation that looks beautiful and performs flawlessly for years to come.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n  \n\u003c!-- TECHNICAL SPECS --\u003e\n\u003csection class=\"faucet-desc__specs-section\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003ctable class=\"faucet-desc__specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eFinish\u003c\/td\u003e\n\u003ctd\u003eUnlacquered Brass (Develops Patina)\u003c\/td\u003e\n\u003c\/tr\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\u003eSpout\u003c\/td\u003e\n\u003ctd\u003eExtended Threaded Spout for Thick Countertops\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAerator\u003c\/td\u003e\n\u003ctd\u003eIntegrated for Optimized Water Flow\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCartridges\u003c\/td\u003e\n\u003ctd\u003eCeramic Standard 1\/2″ (Leak-Resistant)\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\u003eInstallation\u003c\/td\u003e\n\u003ctd\u003eDeck Mount (3-Hole Configuration)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHandle Options\u003c\/td\u003e\n\u003ctd\u003eSimple Cross, T Handle, Flat Cross, or Lever\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\u003ctr\u003e\n\u003ctd\u003eCraftsmanship\u003c\/td\u003e\n\u003ctd\u003eHandmade in Morocco\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp style=\"color: var(--muted); margin-top: 12px; font-size: clamp(12px, 1.5vw, 13px); line-height: 1.6; margin-bottom:10px\"\u003eCorrect fittings for your region. Requires three pre-drilled holes in your countertop. Extended threaded spout accommodates thick countertop materials (marble, granite, wood). Installation kit with hoses and hardware included. Perfect match for existing Insideast brass fixtures.\u003c\/p\u003e\n\u003c\/section\u003e\n\n\u2028 \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-top: 0;\n  margin-bottom: 20px;\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: 15px 26px 18px 16px;\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  .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. Standard fittings included:\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 at no extra charge.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/section\u003e\n  \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 dimensions, measurements, and step-by-step instructions\u003c\/p\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/3_holes_vanity_faucet_IK-059-03-001-01-23.pdf?v=1759482395\" rel=\"noopener noreferrer\" download=\"\" target=\"_blank\"\u003e 📄 Download Size Guide (PDF) \u003c\/a\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/3_holes.pdf?v=1771906496\" rel=\"noopener noreferrer\" download=\"\" target=\"_blank\"\u003e📄 Download Installation Guide (PDF)\u003c\/a\u003e\n\u003c\/div\u003e\n\n\n  \n  \u003c!-- PRODUCT VIDEO SECTION --\u003e\n\u003csection class=\"faucet-desc__video-section\"\u003e\n  \u003ch2 class=\"faucet-desc__video-title\"\u003eWatch How It Transforms Your Space\u003c\/h2\u003e\n\n \u003cdiv class=\"video-wrapper\"\u003e\n  \u003cvideo autoplay muted loop playsinline\u003e\n    \u003csource src=\"https:\/\/www.insideast.com\/cdn\/shop\/videos\/c\/vp\/ffef91f33e0943f9b156e190c86256f3\/ffef91f33e0943f9b156e190c86256f3.HD-1080p-2.5Mbps-79362212.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e\n\/* VIDEO SECTION *\/\n.faucet-desc__video-section {\n  margin: clamp(40px, 6vw, 60px) 0;\n  text-align: center;\n}\n\n\/* Title stays elegant *\/\n.faucet-desc__video-title {\n  font-size: clamp(20px, 3vw, 24px);\n  margin-bottom: 20px;\n  color: var(--primary);\n  font-weight: 600;\n  border-bottom: 2px solid var(--accent-light);\n  padding-bottom: 10px;\n  display: inline-block;\n}\n.video-wrapper {\n  max-width: 400px; \/* control size here *\/\n  margin: 0 auto;\n}\n\n.video-wrapper video {\n  width: 100% !important;\n  height: auto !important;\n\n  \/* 🔥 Reset Safari forced styles *\/\n  position: static !important;\n  margin: 0 !important;\n  min-width: unset !important;\n  max-width: 100% !important;\n}\n\/* Mobile *\/\n@media (max-width: 768px) {\n  .faucet-desc__video-wrap {\n    max-width: 100%;\n  }\n}\n\u003c\/style\u003e\n\n\u003c!-- WARRANTY --\u003e\n\u003cdiv class=\"ie-warranty\" role=\"region\" aria-label=\"Warranty \u0026amp; Guarantee\"\u003e\n\u003cdiv class=\"ie-warranty__top\"\u003e\n\u003csvg class=\"ie-warranty__shield\" viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n                    \u003cpath d=\"M12 2l7 3v6c0 5-3.6 9.7-7 11-3.4-1.3-7-6-7-11V5l7-3z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M10.2 12.6l-1.9-1.9-1.1 1.1 3 3 5.6-5.6-1.1-1.1-4.5 4.5z\" fill=\"#fff\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n\u003ch3 class=\"ie-warranty__title\"\u003eWarranty \u0026amp; Guarantee\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ie-warranty__body\"\u003e\n\u003cp\u003eWe stand by the quality of our products with industry-leading protection.\u003c\/p\u003e\n\u003cul class=\"ie-warranty__list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e5-Year Limited Warranty\u003c\/strong\u003e on plumbing and accessories for residential use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e1-Year Warranty\u003c\/strong\u003e on wearable parts (cartridges, hoses, O-rings, etc.).\u003c\/li\u003e\n\u003cli\u003eCovered for \u003cstrong\u003erepair or replacement\u003c\/strong\u003e in case of manufacturing defects (installation\/labor costs excluded).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVisual damages\u003c\/strong\u003e must be reported within \u003cstrong\u003e15 days\u003c\/strong\u003e of delivery with photos and proof of purchase.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"ie-warranty__note\"\u003eQuestions or need to file a claim? Email \u003ca href=\"\/cdn-cgi\/l\/email-protection#5c3f3332283d3f281c35322f3538393d2f28723f3331\"\u003e\u003cspan data-cfemail=\"c9aaa6a7bda8aabd89a0a7baa0adaca8babde7aaa6a4\" class=\"__cf_email__\"\u003e[contact@insideast.com]\u003c\/span\u003e\u003c\/a\u003e with your order number.\u003c\/p\u003e\n\u003cp class=\"ie-warranty__note\"\u003eFinish note: unlacquered brass develops a natural patina over time. This cosmetic aging is expected and celebrated—not considered a defect.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003cdiv style=\"margin-top: 60px;\" class=\"faucet-desc__cta-section\"\u003e\n\u003ch3 style=\"font-size: clamp(20px, 3vw, 24px); margin-bottom: 15px; color: var(--primary);\"\u003eReady to Elevate Your Bathroom?\u003c\/h3\u003e\n\u003cp style=\"color: var(--muted); margin-bottom: 20px; font-size: clamp(13px, 1.5vw, 15px);\"\u003eJoin homeowners who chose artisan quality that lasts\u003c\/p\u003e\n\u003ca href=\"#\" class=\"faucet-desc__cta-primary\" role=\"button\" aria-label=\"Choose your handle style\"\u003e Choose Your Handle Style \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\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cscript src=\"\/cdn-cgi\/scripts\/5c5dd728\/cloudflare-static\/email-decode.min.js\" data-cfasync=\"false\"\u003e\u003c\/script\u003e \u003cscript\u003e\n  \/\/ Configuration slider navigation\n  function scrollConfigLeft() {\n    document.getElementById('configSlider').scrollBy({ left: -400, behavior: 'smooth' });\n  }\n  function scrollConfigRight() {\n    document.getElementById('configSlider').scrollBy({ left: 400, behavior: 'smooth' });\n  }\n\n  \/\/ Review slider navigation\n  function scrollReviewsLeft() {\n    document.getElementById('reviewSlider').scrollBy({ left: -400, behavior: 'smooth' });\n  }\n  function scrollReviewsRight() {\n    document.getElementById('reviewSlider').scrollBy({ left: 400, behavior: 'smooth' });\n  }\n\n  \/\/ Scroll to top where variation picker is\n  function scrollToVariations() {\n    window.scrollTo(0, 0);\n  }\n\n\u003c\/script\u003e \u003cscript\u003e\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n    const slider = document.getElementById('configSlider');\n    const leftBtn = document.querySelector('.faucet-desc__config-arrow--left');\n    const rightBtn = document.querySelector('.faucet-desc__config-arrow--right');\n\n    if (slider \u0026\u0026 leftBtn \u0026\u0026 rightBtn) {\n        \/\/ Scroll amount (approx one slide width)\n        const scrollAmount = 350; \n\n        rightBtn.addEventListener('click', () =\u003e {\n            slider.scrollBy({ left: scrollAmount, behavior: 'smooth' });\n        });\n\n        leftBtn.addEventListener('click', () =\u003e {\n            slider.scrollBy({ left: -scrollAmount, behavior: 'smooth' });\n        });\n    }\n});\n\u003c\/script\u003e\u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Simple","offer_id":42683321286765,"sku":"IK-059-03-001-01-23","price":372.18,"currency_code":"USD","in_stock":true},{"title":"T","offer_id":42683321319533,"sku":"IK-059-03-001-24-23","price":372.18,"currency_code":"USD","in_stock":true},{"title":"Flat","offer_id":42683321352301,"sku":"IK-059-03-001-02-23","price":372.18,"currency_code":"USD","in_stock":true},{"title":"Lever","offer_id":42683321385069,"sku":"IK-059-03-001-03-23","price":372.18,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/deck-mounted-unlacquered-brass-faucet-vanity-sink-faucet-antique-brass-bathroom-faucet-2686199.png?v=1774352861"},{"product_id":"unlacquered-brass-bath-vanity-faucet","title":"Single-Hole Unlacquered Brass Bathroom Sink Vanity Faucet with Double Simple Cross Handles","description":"\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eUnlacquered Brass Finish\u003c\/strong\u003e → Develops a rich patina over time, adding vintage charm and character.\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSolid Brass Construction\u003c\/strong\u003e → Built for long-term durability and lasting beauty.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTraditional Build\u003c\/strong\u003e → Allows easy maintenance with access to replaceable parts like washers and o-rings.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEngineered for Durability\u003c\/strong\u003e → Crafted to become a long-term fixture in your home.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatible with Insideast Fixtures \u003c\/strong\u003e→ Perfect match for your existing brass setup.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003ctable style=\"width: 99.9968%; height: 137.245px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 23.8917%; height: 19.6065px;\"\u003e\u003cstrong\u003eFinish\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 73.8771%; height: 19.6065px;\"\u003eUnlacquered Brass (Ages with Patina)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 23.8917%; height: 19.6065px;\"\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 73.8771%; height: 19.6065px;\"\u003eSolid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 23.8917%; height: 19.6065px;\"\u003e\u003cstrong\u003eConstruction\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 73.8771%; height: 19.6065px;\"\u003eTraditional, with Replaceable Components\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 23.8917%; height: 19.6065px;\"\u003e\u003cstrong\u003eMaintenance\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 73.8771%; height: 19.6065px;\"\u003eEasy Access to Washers and O-Rings\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 23.8917%; height: 19.6065px;\"\u003e\u003cstrong\u003eTesting\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 73.8771%; height: 19.6065px;\"\u003eHigh-Pressure Tested for Quality Assurance\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 23.8917%; height: 19.6065px;\"\u003e\u003cstrong\u003eInstallation\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 73.8771%; height: 19.6065px;\"\u003eStandard Faucet Mount\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 23.8917%; height: 19.6065px;\"\u003e\u003cstrong\u003eReturn Policy\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 73.8771%; height: 19.6065px;\"\u003e30-Day Return\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-userformat='{\"2\":515,\"3\":{\"1\":0},\"4\":{\"1\":3,\"3\":2},\"12\":0}' data-sheets-value='{\"1\":2,\"2\":\"Traditional construction. This makes it easy to find replacements when old parts wear out.\"}'\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e\u003cstrong\u003e➡️ \u003ca rel=\"noopener\" title=\"Download Size Guide (PDF)\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Bath_Vanity_Faucet_small_size_IB-082-04-001-01-24.pdf?v=1759419744\" target=\"_blank\"\u003eDownload Size Guide (PDF)\u003c\/a\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch4 data-start=\"196\" data-end=\"230\"\u003e\u003cstrong data-start=\"196\" data-end=\"228\"\u003ePictures from Our Clients\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\u003cvideo controls=\"controls\" autoplay=\"autoplay\" muted=\"\" loop=\"loop\" playsinline=\"\" style=\"width: 100%; height: auto; border-radius: 10px;\"\u003e\n  \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/6ebe11f675d342178ed6060693f2ad6b.mp4\" type=\"video\/mp4\"\u003e\n  Your browser does not support the video tag.\n\u003c\/source\u003e\u003c\/video\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong data-start=\"196\" data-end=\"228\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/iap_800x800.6642935247_4df5x369.avif?v=1761241586\" alt=\"\"\u003e\u003c\/strong\u003e\u003cstrong data-start=\"196\" data-end=\"228\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong data-start=\"196\" data-end=\"228\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/iap_800x800.6487993934_jf8sec4c.avif?v=1761241081\" alt=\"\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong data-start=\"196\" data-end=\"228\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/iap_800x800.5885609903_t0aid5ex.avif?v=1761241586\" alt=\"\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Simple","offer_id":42683447017581,"sku":"IB-082-04-001-01-24","price":138.81,"currency_code":"USD","in_stock":true},{"title":"Flat","offer_id":42683447050349,"sku":"IB-082-04-001-02-24","price":138.81,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/single-hole-unlacquered-brass-bathroom-sink-vanity-faucet-with-double-simple-cross-handles-3902228.jpg?v=1773579325"},{"product_id":"unlacquered-brass-pot-filler-aged-brass-faucet-stove-faucet-2","title":"Unlacquered Brass Pot Filler, Kitchen Faucet, Aged Brass Faucet, Stove Faucet","description":"\u003cp\u003e\u003cstrong\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Unlacquered_Brass_Pot_Filler_Kitchen_Faucet_Aged_Brass_Faucet_Stove_Faucet_4.jpg?v=1765880732\" alt=\"\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eUnlacquered Brass Finish\u003c\/strong\u003e → Develops a unique patina over time, offering timeless charm and one-of-a-kind character.\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e100% Certified Solid Brass \u003c\/strong\u003e→ Made from high-quality, non-recycled brass for superior durability and resistance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSwiveling Spout Design\u003c\/strong\u003e → Adds flexibility and ease of use for everyday kitchen tasks.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Unlacquered_Brass_Pot_Filler_Kitchen_Faucet_Aged_Brass_Faucet_Stove_Faucet_2.jpg?v=1765880732\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eEasy Installation \u003c\/strong\u003e→ Includes a detailed step-by-step manual for a smooth and professional installation experience.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eHandcrafted in Morocco \u003c\/strong\u003e→ Each piece is made by skilled artisans, celebrating traditional craftsmanship and attention to detail.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatible with Insideast Fixtures\u003c\/strong\u003e → Perfect match for your existing brass setup.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Unlacquered_Brass_Pot_Filler_Kitchen_Faucet_Aged_Brass_Faucet_Stove_Faucet_3.jpg?v=1765880732\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ctable style=\"width: 100%; height: 176.344px;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 32.7618%;\"\u003e\u003cstrong\u003eFinish\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 64.8076%;\"\u003eUnlacquered Brass (Develops Natural Patina)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 32.7618%; height: 19.5938px;\"\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 64.8076%; height: 19.5938px;\"\u003eCertified Solid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 32.7618%; height: 19.5938px;\"\u003e\u003cstrong\u003eSpout\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 64.8076%; height: 19.5938px;\"\u003eSwiveling Neck\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 32.7618%; height: 19.5938px;\"\u003e\u003cstrong\u003eCartridges\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 64.8076%; height: 19.5938px;\"\u003eCeramic Standard 1\/2″ (Leak-Resistant)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 32.7618%; height: 19.5938px;\"\u003e\u003cstrong\u003ePlumbing Compatibility\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 64.8076%; height: 19.5938px;\"\u003e1\/2″ NPT (US Standard)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 32.7618%; height: 19.5938px;\"\u003e\u003cstrong\u003eInstallation\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 64.8076%; height: 19.5938px;\"\u003eSurface-Mounted with Included Manual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 32.7618%; height: 19.5938px;\"\u003e\u003cstrong\u003eIncluded Components\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 64.8076%; height: 19.5938px;\"\u003eFaucet Body, Handles, Spout, Backplate\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 32.7618%; height: 19.5938px;\"\u003e\u003cstrong\u003eOrigin\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 64.8076%; height: 19.5938px;\"\u003eHandcrafted in Morocco\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 32.7618%; height: 19.5938px;\"\u003e\u003cstrong\u003eReturn Policy\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 64.8076%; height: 19.5938px;\"\u003e30-Day Return\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(43, 0, 255);\"\u003e\u003cstrong\u003e\u003cspan data-sheets-value='{\"1\":2,\"2\":\"Traditional construction. This makes it easy to find replacements when old parts wear out.\"}' data-sheets-userformat='{\"2\":515,\"3\":{\"1\":0},\"4\":{\"1\":3,\"3\":2},\"12\":0}'\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e➡️ \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/MECAF_Pot_Filler_with_2_Handles_IK-086-01-001-01-24.pdf\" target=\"_blank\" rel=\"noopener\"\u003e\u003cspan style=\"color: rgb(43, 0, 255);\"\u003eDownload Size Guide (PDF)\u003c\/span\u003e\u003c\/a\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Unlacquered_Brass_Pot_Filler_Kitchen_Faucet_Aged_Brass_Faucet_Stove_Faucet_1.jpg?v=1765880732\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Unlacquered_Brass_Pot_Filler_Kitchen_Faucet_Aged_Brass_Faucet_Stove_Faucet_size.jpg?v=1765881061\" alt=\"\"\u003e\u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Default Title","offer_id":42683666268269,"sku":"IK-086-01-001-01-24","price":359.06,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/unlacquered-brass-pot-filler-kitchen-faucet-aged-brass-faucet-stove-faucet-1051273.jpg?v=1773579324"},{"product_id":"unlacquered-solid-brass-wall-mounted-bathroom-vessel-sink-faucet-antique-basin-vanity-faucet","title":"Unlacquered Solid Brass Wall Mounted Bathroom Vessel Sink Faucet, Antique Basin Vanity Faucet","description":"\u003cstyle\u003e\n    \/* ========== BASE 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.1rem,1.5vw,1.3rem);\n  max-width:700px;\n  margin:0 auto;\n  line-height:1.7;\n  text-align:center;\n}\n\n    .faucet-desc__specs-section{margin:clamp(60px,8vw,100px) 0}\n    .faucet-desc__specs-table{width:100%;border-collapse:collapse;margin-bottom:30px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px var(--shadow)}\n    .faucet-desc__specs-table tr{border-bottom:1px solid var(--accent-light)}\n    .faucet-desc__specs-table tr:last-child{border-bottom:none}\n    .faucet-desc__specs-table td{padding:12px 20px;font-size:14px}\n    .faucet-desc__specs-table td:first-child{font-weight:700;color:var(--primary);width:40%;background:var(--bg-light)}\n    .faucet-desc__specs-table td:last-child{color:var(--muted)}\n\n    .faucet-desc__download{background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);padding:25px;border-radius:8px;text-align:center;margin:40px 0;border:1px solid var(--accent-light)}\n    .faucet-desc__download h3{color:var(--primary);font-size:clamp(18px,2.5vw,22px);margin-bottom:15px}\n    .faucet-desc__download p{color:var(--muted);margin-bottom:15px;font-size:clamp(13px,1.5vw,15px)}\n    .faucet-desc__download a{display:inline-block;background:var(--accent);color:#fff;padding:12px 30px;border-radius:6px;text-decoration:none;font-weight:600;font-size:14px;transition:background .3s ease}\n    .faucet-desc__download a:hover{background:#8b6740}\n\n    .faucet-desc__config{margin:60px 0}\n    .faucet-desc__config h2{font-size:clamp(22px,4vw,28px);margin-bottom:15px;color:var(--primary);font-weight:600;text-align:center}\n    .faucet-desc__config-intro{text-align:center;color:var(--muted);font-size:clamp(14px,1.5vw,15px);line-height:1.7;max-width:700px;margin:0 auto 35px}\n\n    .faucet-desc__config-slider-wrap{position:relative;overflow:hidden;margin:40px 0;max-width:800px;margin-left:auto;margin-right:auto}\n    .faucet-desc__config-slider-title{text-align:center;font-size:clamp(18px,3vw,22px);font-weight:700;color:var(--accent);margin-bottom:25px;text-transform:uppercase;letter-spacing:1px}\n    .faucet-desc__config-slider-container{position:relative;overflow-x:auto;overflow-y:hidden;border-radius:12px;scroll-behavior:smooth;scroll-snap-type:x mandatory;max-height:500px;padding:0 40px}\n    .faucet-desc__config-slider-container::-webkit-scrollbar{height:8px}\n    .faucet-desc__config-slider-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}\n    .faucet-desc__config-slider-container::-webkit-scrollbar-thumb{background:var(--accent);border-radius:10px}\n    .faucet-desc__config-slider{display:flex;gap:20px;padding:5px}\n    .faucet-desc__config-slide{flex:0 0 calc(50% - 10px);min-width:calc(50% - 10px);scroll-snap-align:start}\n    .faucet-desc__config-slide-img{width:100%;height:460px;object-fit:cover;border-radius:12px;box-shadow:0 10px 40px var(--shadow);display:block;background:#fff;border:1px solid var(--accent-light)}\n    .faucet-desc__config-slide-caption{text-align:center;margin-top:12px;font-size:14px;color:var(--primary);font-weight:600;background:var(--bg-light);padding:8px 12px;border-radius:6px;border:1px solid var(--accent-light)}\n    .faucet-desc__config-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(166,124,82,.8);color:#fff;border:none;width:35px;height:35px;border-radius:50%;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;font-size:18px;box-shadow:0 4px 15px rgba(0,0,0,.2);transition:all .3s ease}\n    .faucet-desc__config-arrow:hover{background:#8b6740;transform:translateY(-50%) scale(1.1)}\n    .faucet-desc__config-arrow--left{left:4px}\n    .faucet-desc__config-arrow--right{right:4px}\n\n    .faucet-desc__config-grid{display:grid;grid-template-columns:1fr;gap:20px;margin-top:40px;background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);padding:25px;border-radius:8px;border:1px solid var(--accent-light)}\n    .faucet-desc__config-section h3{font-size:16px;color:var(--accent);margin-bottom:12px;font-weight:600;text-align:center}\n    .faucet-desc__config-options{display:grid;gap:10px;grid-template-columns:1fr 1fr}\n    .faucet-desc__config-option{background:#fff;padding:15px;border-radius:6px;border:1px solid var(--accent-light);font-size:14px;color:var(--primary);text-align:center;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative}\n    .faucet-desc__config-option:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow)}\n\n    \/* CTA Section *\/\n    .faucet-desc__cta-section{text-align:center;margin:clamp(30px,4vw,40px) 0;padding:clamp(20px,3vw,30px);background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);border-radius:12px;border:2px solid var(--accent);box-shadow:0 8px 30px rgba(166,124,82,.15)}\n    .faucet-desc__price-note{font-size:clamp(13px,1.5vw,16px);color:var(--muted);margin-bottom:20px}\n    .faucet-desc__cta-primary{background:var(--accent);color:#fff;border:none;padding:clamp(14px,2vw,18px) clamp(30px,4vw,40px);font-size:clamp(15px,2vw,18px);font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(166,124,82,.3);text-transform:uppercase;letter-spacing:.5px;width:100%;max-width:400px}\n    .faucet-desc__cta-primary:hover{background:#8b6740;transform:translateY(-2px);box-shadow:0 6px 20px rgba(166,124,82,.4)}\n    .faucet-desc__cta-primary:active{transform:translateY(0)}\n    .faucet-desc__trust-bar{display:flex;justify-content:center;gap:clamp(15px,3vw,30px);margin-top:20px;flex-wrap:wrap;font-size:clamp(11px,1.5vw,14px);color:var(--primary);font-weight:500}\n    .faucet-desc__trust-bar div{display:flex;align-items:center;gap:5px}\n    .faucet-desc__trust-bar div:before{content:\"✓\";color:var(--accent);font-weight:bold}\n\n    \/* Guarantee Bar *\/\n    .faucet-desc__guarantees-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px;margin:30px 0;padding:20px;background:#fff;border-radius:12px;border:1px solid var(--accent-light);box-shadow:0 4px 15px var(--shadow)}\n    .guarantee-item{text-align:center;padding:15px;background:var(--bg-light);border-radius:8px;transition:all .3s ease}\n    .guarantee-item:hover{transform:translateY(-4px);box-shadow:0 4px 12px var(--shadow)}\n    .guarantee-item svg{width:32px;height:32px;margin:0 auto 10px;color:var(--accent)}\n    .guarantee-item strong{display:block;font-size:clamp(12px,1.5vw,14px);color:var(--primary);margin-top:8px}\n\n    \/* Features *\/\n    .faucet-desc__features{margin:clamp(60px,8vw,100px) 0}\n    .faucet-desc__features h2{font-size:clamp(22px,4vw,28px);margin-bottom:clamp(20px,4vw,30px);color:var(--primary);font-weight:600;border-bottom:2px solid var(--accent-light);padding-bottom:15px}\n    .faucet-desc__features-list{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;margin:0;padding:0;list-style:none}\n    .faucet-desc__features-list li{display:flex;flex-direction:column;gap:15px;padding:20px;background:#fff;border-radius:12px;border:1px solid var(--accent-light);box-shadow:0 2px 8px var(--shadow);transition:all .3s ease}\n    .faucet-desc__features-list li:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.12)}\n    .faucet-desc__feature-icon{width:50px;height:50px;background:#f0e8df;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--accent);border:1px solid var(--accent-light);align-self:flex-start}\n    .faucet-desc__feature-icon svg{width:28px;height:28px}\n    .faucet-desc__feature-content h4{font-size:clamp(15px,2vw,16px);font-weight:700;margin-bottom:8px;color:var(--primary);line-height:1.3}\n    .faucet-desc__feature-content p{font-size:clamp(13px,1.5vw,14px);color:var(--muted);line-height:1.6;margin:0}\n\n    \/* Lifestyle sections *\/\n    .lifestyle-section{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;margin:clamp(40px,6vw,60px) 0}\n    .lifestyle-section__image{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.1)}\n    .lifestyle-section__image img{width:100%;height:auto;display:block;transition:transform .5s ease}\n    .lifestyle-section__content h3{margin-bottom:15px;color:var(--primary);font-size:clamp(18px,2.5vw,20px);font-weight:600;line-height:1.3}\n    .lifestyle-section__content p{color:var(--muted);line-height:1.7;font-size:clamp(14px,1.5vw,15px);margin:0}\n\n    \/* Scarcity Notice *\/\n    .faucet-desc__scarcity-notice{background:#fff8f0;border:2px solid var(--accent);border-radius:8px;padding:clamp(12px,2vw,15px) clamp(15px,3vw,20px);margin:25px 0;text-align:center;font-size:clamp(12px,1.5vw,14px);color:var(--primary);line-height:1.6}\n    .faucet-desc__scarcity-notice a{color:var(--accent);font-weight:700;text-decoration:none;border-bottom:2px solid var(--accent)}\n    .faucet-desc__scarcity-notice a:hover{color:#8b6740}\n\n    \/* Customer Photos Section *\/\n    .faucet-desc__customer-photos{margin:clamp(60px,8vw,100px) 0}\n    .faucet-desc__customer-photos h2{font-size:clamp(22px,4vw,28px);margin-bottom:clamp(20px,4vw,30px);color:var(--primary);font-weight:600;text-align:center;border-bottom:2px solid var(--accent-light);padding-bottom:15px}\n    .faucet-desc__customer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}\n    .faucet-desc__customer-photo{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 4px 15px var(--shadow);aspect-ratio:1}\n    .faucet-desc__customer-photo img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}\n    .faucet-desc__customer-photo:hover img{transform:scale(1.05)}\n\n    \/* Sticky CTA Bar (Mobile) *\/\n    .faucet-desc__sticky-cta{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:15px;box-shadow:0 -4px 20px var(--shadow);z-index:1000;display:none;border-top:2px solid var(--accent)}\n    .faucet-desc__sticky-cta button{width:100%;background:var(--accent);color:#fff;border:none;padding:15px;font-size:16px;font-weight:700;border-radius:8px;cursor:pointer}\n\n    .ie-warranty{font-family:inherit;margin:clamp(40px,6vw,60px) 0;border:1px solid var(--accent-light);border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);box-shadow:0 4px 15px var(--shadow)}\n    .ie-warranty__top{display:flex;align-items:center;gap:.75rem;padding:1.5rem 1.5rem 1rem;background:var(--accent);color:#fff}\n    .ie-warranty__shield{width:24px;height:24px;flex:0 0 24px;color:#fff}\n    .ie-warranty__title{margin:0;font-size:1.2rem;font-weight:700;letter-spacing:.2px;color:#fff}\n    .ie-warranty__body{padding:1.5rem}\n    .ie-warranty__body p{margin:0 0 .75rem 0;line-height:1.6;color:var(--primary)}\n    .ie-warranty__list{margin:.5rem 0 0 0;padding-left:1.25rem;color:var(--primary)}\n    .ie-warranty__list li{margin:.4rem 0;line-height:1.5}\n    .ie-warranty__note{margin-top:1rem;font-size:.9rem;opacity:.8;color:var(--muted)}\n\n    \/* ========== MOBILE RESPONSIVE ========== *\/\n    @media (max-width: 768px){\n      .faucet-desc__features-list{grid-template-columns:1fr;gap:15px}\n      .faucet-desc__features-list li{padding:15px;gap:12px}\n      .faucet-desc__feature-icon{width:45px;height:45px}\n      .faucet-desc__feature-icon svg{width:24px;height:24px}\n      .faucet-desc__config-grid{grid-template-columns:1fr;padding:20px;gap:20px}\n      .faucet-desc__config-options{grid-template-columns:1fr}\n      .faucet-desc__config-slide{flex:0 0 calc(100% - 20px);min-width:calc(100% - 20px)}\n      .faucet-desc__config-slider-wrap{max-width:100%}\n      .faucet-desc__config-slide-img{height:300px}\n      .faucet-desc__config-slider-title{font-size:18px;margin-bottom:20px}\n      .lifestyle-section{grid-template-columns:1fr;gap:20px}\n      .lifestyle-section[style*=\"direction:rtl\"]{direction:ltr}\n      .lifestyle-section__content{direction:ltr}\n      .faucet-desc__specs-table td{padding:10px 12px;font-size:13px}\n      .faucet-desc__specs-table td:first-child{width:45%}\n      .faucet-desc__header{padding:clamp(30px,5vw,50px) 0}\n      .faucet-desc__title{line-height:1.2}\n      .faucet-desc__sub{font-size:clamp(1rem,2vw,1.1rem)}\n      .faucet-desc__cta-section{padding:20px 15px}\n      .faucet-desc__trust-bar{gap:10px;font-size:11px}\n      .faucet-desc__sticky-cta{display:block}\n      .ie-warranty__title{font-size:1rem}\n      .ie-warranty__body{padding:1.2rem}\n      .faucet-desc__download{padding:20px 15px}\n      .faucet-desc__download h3{font-size:18px}\n      .faucet-desc__download p{font-size:13px}\n      .faucet-desc__download a{padding:12px 24px;font-size:13px}\n      .faucet-desc__guarantees-bar{grid-template-columns:1fr 1fr;gap:10px;padding:15px}\n      .guarantee-item{padding:12px}\n      .guarantee-item svg{width:28px;height:28px}\n      .faucet-desc__customer-grid{grid-template-columns:repeat(2,1fr);gap:10px}\n    }\n\n    @media (max-width: 480px){\n      .faucet-desc__wrap{padding:20px 12px}\n      .faucet-desc__header{padding:25px 0}\n      .faucet-desc__config-slider-container{padding:0 35px}\n      .faucet-desc__config-arrow{width:30px;height:30px;font-size:16px}\n      .faucet-desc__guarantees-bar{grid-template-columns:1fr;gap:8px;padding:12px}\n      .guarantee-item{padding:10px}\n      .faucet-desc__trust-bar{flex-direction:column;gap:8px;align-items:center}\n      .faucet-desc__features-list{gap:12px}\n      .faucet-desc__features-list li{padding:12px}\n      .faucet-desc__customer-grid{grid-template-columns:1fr}\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"faucet-desc\"\u003e\n\u003cdiv class=\"faucet-desc__wrap\"\u003e\n\u003c!-- HEADER --\u003e\u003cheader class=\"faucet-desc__header\"\u003e\n\u003cdiv class=\"faucet-desc__eyebrow\"\u003eSolid Brass • Handcrafted in Morocco\u003c\/div\u003e\n\u003ch1 class=\"faucet-desc__title\"\u003eWall Mounted Unlacquered Brass Bathroom Faucet\u003c\/h1\u003e\n\u003cp class=\"faucet-desc__sub\"\u003eComplete wall-mounted bathroom fixture system in solid unlacquered brass. Choose from faucet only, faucet with valves, or the complete 4-piece bundle including drain and P-trap. Arrives beautifully polished and develops a timeless patina.\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\"\u003eHandcrafted to order • Free Delivery\u003c\/div\u003e\n\u003cbutton class=\"faucet-desc__cta-primary\"\u003eSelect Your Configuration\u003c\/button\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\u003e30-Days Returns\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\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\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\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003eLifetime Support\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SCARCITY NOTICE --\u003e\n\u003cdiv class=\"faucet-desc__scarcity-notice\"\u003e⏱️ \u003cstrong\u003eLimited Production:\u003c\/strong\u003e Each faucet is handcrafted to order by Moroccan artisans. \u003ca href=\"#bundle-options\"\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=\"Wall Mounted Unlacquered Brass Bathroom Faucet\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/Built-in_Faucet_Imported-Shape_3.avif\"\u003e\u003c\/section\u003e\n\u003c!-- BUNDLE OPTIONS --\u003e\n\u003csection class=\"faucet-desc__config\" id=\"bundle-options\"\u003e\n\u003ch2\u003eChoose Your Complete System\u003c\/h2\u003e\n\u003cp class=\"faucet-desc__config-intro\"\u003eBuild your perfect bathroom setup by selecting from three configurations. Start with just the faucet, add matching valves for temperature control, or get the complete bundle with drain and P-trap for a fully coordinated installation.\u003c\/p\u003e\n\u003cdiv class=\"faucet-desc__config-grid\"\u003e\n\u003cdiv class=\"faucet-desc__config-section\"\u003e\n\u003ch3\u003eSelect Your Bundle\u003c\/h3\u003e\n\u003cdiv class=\"faucet-desc__config-options\" style=\"grid-template-columns: 1fr;\"\u003e\n\u003cdiv class=\"faucet-desc__config-option\"\u003e\n\u003cstrong\u003eFaucet Only\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: 12px; color: var(--muted);\"\u003eMain spout - perfect if you already have valves\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-option\"\u003e\n\u003cstrong\u003eFaucet + Valves\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: 12px; color: var(--muted);\"\u003eSpout + hot\/cold control valves\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-option\"\u003e\n\u003cstrong\u003eComplete Bundle\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: 12px; color: var(--muted);\"\u003eFaucet + Valves + Drain + P-Trap (4 pieces)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- What's Included Section --\u003e\n\u003cdiv style=\"background: var(--bg-light); border: 1px solid var(--accent-light); border-radius: 12px; padding: 25px; margin-top: 30px;\"\u003e\n\u003ch3 style=\"text-align: center; color: var(--accent); margin-bottom: 20px; font-size: 20px;\"\u003e🧩 What's Included in Complete Bundle (4 Pieces)\u003c\/h3\u003e\n\u003cdiv style=\"display: grid; gap: 20px;\"\u003e\n\u003cdiv style=\"display: flex; gap: 15px; align-items: start;\"\u003e\n\u003cdiv style=\"background: var(--accent); color: white; width: 35px; height: 35px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-weight: bold;\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong style=\"color: var(--primary); font-size: 16px;\"\u003eFaucet (Main Spout)\u003c\/strong\u003e\n\u003cp style=\"margin: 5px 0 0 0; color: var(--muted); font-size: 14px; line-height: 1.5;\"\u003eThe central piece where water flows. High arch design for easy hand washing \u0026amp; bowl clearance. Solid brass construction that naturally develops a beautiful patina over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; gap: 15px; align-items: start;\"\u003e\n\u003cdiv style=\"background: var(--accent); color: white; width: 35px; height: 35px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-weight: bold;\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong style=\"color: var(--primary); font-size: 16px;\"\u003eValves (Hot \u0026amp; Cold Controls)\u003c\/strong\u003e\n\u003cp style=\"margin: 5px 0 0 0; color: var(--muted); font-size: 14px; line-height: 1.5;\"\u003eTwo handles for separate hot and cold water control. Smooth quarter-turn ceramic valves for durability. Independent control for precise temperature mixing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; gap: 15px; align-items: start;\"\u003e\n\u003cdiv style=\"background: var(--accent); color: white; width: 35px; height: 35px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-weight: bold;\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong style=\"color: var(--primary); font-size: 16px;\"\u003ePush-Up Drain\u003c\/strong\u003e\n\u003cp style=\"margin: 5px 0 0 0; color: var(--muted); font-size: 14px; line-height: 1.5;\"\u003eModern drain system - simply press down to close or open. No lever needed for clean, minimal design. Compatible with most countertop and vessel sinks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: flex; gap: 15px; align-items: start;\"\u003e\n\u003cdiv style=\"background: var(--accent); color: white; width: 35px; height: 35px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-weight: bold;\"\u003e4\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong style=\"color: var(--primary); font-size: 16px;\"\u003eP-Trap (Drain Pipe System)\u003c\/strong\u003e\n\u003cp style=\"margin: 5px 0 0 0; color: var(--muted); font-size: 14px; line-height: 1.5;\"\u003eConnects drain to wall plumbing and prevents sewer smells. Solid brass construction - unlike chrome traps that rust. Perfect for exposed plumbing installations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slider-wrap\"\u003e\n\u003ch3 class=\"faucet-desc__config-slider-title\"\u003eProduct Gallery\u003c\/h3\u003e\n\u003cbutton class=\"faucet-desc__config-arrow faucet-desc__config-arrow--left\"\u003e‹\u003c\/button\u003e \u003cbutton class=\"faucet-desc__config-arrow faucet-desc__config-arrow--right\"\u003e›\u003c\/button\u003e\n\u003cdiv class=\"faucet-desc__config-slider-container\" id=\"configSlider\"\u003e\n\u003cdiv class=\"faucet-desc__config-slider\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\n\u003cimg decoding=\"async\" loading=\"lazy\" class=\"faucet-desc__config-slide-img\" alt=\"Wall Mounted Faucet - Front View\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-solid-brass-wall-mounted-bathroom-vessel-sink-faucet-antique-basin-vanity-faucet-7705192.jpg?v=1773579322\u0026amp;width=1946\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eElegant Wall Mount Design\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 View\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/Built-in_Faucet_Imported-Shape_3.avif?v=1761330945\u0026amp;width=1946\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eInstalled on Vessel Sink\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-solid-brass-wall-mounted-bathroom-vessel-sink-faucet-antique-basin-vanity-faucet-7933476.jpg?v=1773579322\u0026amp;width=1946\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eSide Profile 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=\"Detail View\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-solid-brass-wall-mounted-bathroom-vessel-sink-faucet-antique-basin-vanity-faucet-9462292.jpg?v=1773579322\u0026amp;width=1946\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003ePremium Brass 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=\"Spout Close-up\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-solid-brass-wall-mounted-bathroom-vessel-sink-faucet-antique-basin-vanity-faucet-9352179.jpg?v=1773579323\u0026amp;width=1946\"\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=\"Components View\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-solid-brass-wall-mounted-bathroom-vessel-sink-faucet-antique-basin-vanity-faucet-7114773.jpg?v=1773579323\u0026amp;width=1946\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eComplete Components\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=\"Bundle Option\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-solid-brass-wall-mounted-bathroom-vessel-sink-faucet-antique-basin-vanity-faucet-7390653.jpg?v=1773579368\u0026amp;width=1946\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eFaucet + Wall Valve Bundle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA after configuration --\u003e\n\u003cdiv style=\"text-align: center; margin-top: 30px;\"\u003e\u003cbutton class=\"faucet-desc__cta-primary\"\u003eSelect Your Configuration\u003c\/button\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PREMIUM FEATURES --\u003e\n\u003csection class=\"faucet-desc__features\"\u003e\n\u003ch2\u003eWhy This System Is Worth The Investment\u003c\/h2\u003e\n\u003cul class=\"faucet-desc__features-list\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n              \u003cpath fill=\"currentColor\" d=\"M12 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\u003eComplete 4-Piece Solid Brass System\u003c\/h4\u003e\n\u003cp\u003eEvery component crafted from high-quality, non-recycled brass. From faucet to P-trap, the complete bundle ensures durability and a coordinated aesthetic throughout your installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n              \u003cpath fill=\"currentColor\" d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eLiving Unlacquered Brass Finish\u003c\/h4\u003e\n\u003cp\u003eArrives polished and gracefully develops a natural patina, adding timeless character to your space. Each piece ages uniquely, creating a cohesive one-of-a-kind bathroom fixture system.\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\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 Quarter-Turn Ceramic Valves\u003c\/h4\u003e\n\u003cp\u003eSmooth operation with independent hot and cold controls for precise temperature mixing. Engineered for years of leak-free, reliable performance.\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 8V16M8 12H16M22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eModern Push-Up Drain System\u003c\/h4\u003e\n\u003cp\u003eClean, minimal design - simply press down to open or close. No lever needed. Compatible with most countertop and vessel sinks for versatile installation.\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=\"M4 12L2 14L8 20L22 6L20 4L8 16L4 12Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eSolid Brass P-Trap\u003c\/h4\u003e\n\u003cp\u003eUnlike chrome traps that rust, our solid brass P-trap is both aesthetic and durable. Perfect for exposed plumbing installations while preventing sewer odors.\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=\"M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3ZM9 17H7V10H9V17ZM13 17H11V7H13V17ZM17 17H15V13H17V17Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eUS Plumbing Compatible \u0026amp; Easy Installation\u003c\/h4\u003e\n\u003cp\u003eFeatures Regional standards threading for effortless integration with standard plumbing. Includes comprehensive manual and all mounting hardware for professional 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\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Wall mounted brass faucet with patina\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Built-in_Faucet_Imported-Shape_1.avif?v=1761328631\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003ePerfect for Modern Vessel Sinks\u003c\/h3\u003e\n\u003cp\u003eDesigned specifically for wall-mounted installation above vessel sinks and basin vanities. The elevated spout provides optimal clearance and creates a clean, contemporary aesthetic that complements modern bathroom designs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"lifestyle-section\" style=\"direction: rtl;\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Unlacquered brass patina development\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-solid-brass-wall-mounted-bathroom-vessel-sink-faucet-antique-basin-vanity-faucet-5665312.jpg?v=1773579324\u0026amp;width=1946\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003eA Finish That Tells Your Story\u003c\/h3\u003e\n\u003cp\u003eThe unlacquered brass finish is designed to age gracefully, developing a unique patina that reflects your home's story. Each mark and subtle color shift adds character, creating a one-of-a-kind piece that grows more beautiful with time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CUSTOMER PHOTOS --\u003e\n\u003csection class=\"faucet-desc__customer-photos\"\u003e\n\u003ch2\u003ePictures from Our Clients\u003c\/h2\u003e\n\u003cdiv class=\"faucet-desc__customer-grid\"\u003e\n\u003cdiv class=\"faucet-desc__customer-photo\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Customer installation photo 1\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Built-in_Faucet_Imported-Shape_2.avif?v=1761328629\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__customer-photo\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Customer installation photo 2\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Built-in_Faucet_Imported-Shape_3.avif?v=1761328630\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__customer-photo\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Customer installation photo 3\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/il_1588xN.4866833432_7csi.avif?v=1758623512\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TECHNICAL SPECS --\u003e\n\u003csection class=\"faucet-desc__specs-section\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003ctable class=\"faucet-desc__specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eFinish\u003c\/td\u003e\n\u003ctd\u003eUnlacquered Brass (Develops Patina)\u003c\/td\u003e\n\u003c\/tr\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\u003eCartridges\u003c\/td\u003e\n\u003ctd\u003eStandard Ceramic for Smooth Operation\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eThreading\u003c\/td\u003e\n\u003ctd\u003eCorrect fitting for your region\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation\u003c\/td\u003e\n\u003ctd\u003eWall Mounted (Vessel Sink)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eComponents\u003c\/td\u003e\n\u003ctd\u003eIncludes Manual \u0026amp; Complete Hardware\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCustomization\u003c\/td\u003e\n\u003ctd\u003eSpout Customizable on Request\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBundle Option\u003c\/td\u003e\n\u003ctd\u003eFaucet Only | Faucet + Valves | Complete 4-Piece Bundle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eComplete Bundle Includes\u003c\/td\u003e\n\u003ctd\u003eFaucet, Hot\/Cold Valves, Push-Up Drain, P-Trap\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\u003ctr\u003e\n\u003ctd\u003eCraftsmanship\u003c\/td\u003e\n\u003ctd\u003eHandmade in Morocco\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp style=\"color: var(--muted); margin-top: 12px; font-size: clamp(12px, 1.5vw, 13px); line-height: 1.6;\"\u003eCorrect fitting with your region. Designed for wall-mounted installation above vessel sinks and basin vanities. Choose from three configurations: Faucet Only, Faucet + Valves (hot\/cold controls), or Complete Bundle (faucet + valves + push-up drain + brass P-trap). All mounting hardware and installation manual included. Spout length can be customized - contact us for specific measurements.\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 dimensions, measurements, and step-by-step instructions\u003c\/p\u003e\n\u003ca download=\"\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/IB-073-02-Unlacquered_Solid_Brass_Wall_Mounted_Bathroom_Vessel_Sink_Faucet_001-19-23.webp?v=1759481696\"\u003e📄 Download Size Guide\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- WARRANTY --\u003e\n\u003cdiv aria-label=\"Warranty \u0026amp; Guarantee\" role=\"region\" class=\"ie-warranty\"\u003e\n\u003cdiv class=\"ie-warranty__top\"\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\" class=\"ie-warranty__shield\"\u003e\n          \u003cpath fill=\"currentColor\" d=\"M12 2l7 3v6c0 5-3.6 9.7-7 11-3.4-1.3-7-6-7-11V5l7-3z\"\u003e\u003c\/path\u003e\n          \u003cpath fill=\"#fff\" d=\"M10.2 12.6l-1.9-1.9-1.1 1.1 3 3 5.6-5.6-1.1-1.1-4.5 4.5z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003ch3 class=\"ie-warranty__title\"\u003eWarranty \u0026amp; Guarantee\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ie-warranty__body\"\u003e\n\u003cp\u003eWe stand by the quality of our products with industry-leading protection.\u003c\/p\u003e\n\u003cul class=\"ie-warranty__list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e5-Year Limited Warranty\u003c\/strong\u003e on plumbing and accessories for residential use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e1-Year Warranty\u003c\/strong\u003e on wearable parts (cartridges, hoses, O-rings, etc.).\u003c\/li\u003e\n\u003cli\u003eCovered for \u003cstrong\u003erepair or replacement\u003c\/strong\u003e in case of manufacturing defects (installation\/labor costs excluded).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVisual damages\u003c\/strong\u003e must be reported within \u003cstrong\u003e15 days\u003c\/strong\u003e of delivery with photos and proof of purchase.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"ie-warranty__note\"\u003eQuestions or need to file a claim? Email \u003ca href=\"\/cdn-cgi\/l\/email-protection#4c2f2322382d2f380c25223f2528292d3f38622f2321\"\u003e\u003cspan class=\"__cf_email__\" data-cfemail=\"f4979b9a80959780b49d9a879d9091958780da979b99\"\u003e[email protected]\u003c\/span\u003e\u003c\/a\u003e with your order number.\u003c\/p\u003e\n\u003cp class=\"ie-warranty__note\"\u003eFinish note: unlacquered brass develops a natural patina over time. This cosmetic aging is expected and celebrated—not considered a defect.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003cdiv class=\"faucet-desc__cta-section\" style=\"margin-top: 60px;\"\u003e\n\u003ch3 style=\"font-size: clamp(20px, 3vw, 24px); margin-bottom: 15px; color: var(--primary);\"\u003eReady to Elevate Your Bathroom?\u003c\/h3\u003e\n\u003cp style=\"color: var(--muted); margin-bottom: 20px; font-size: clamp(13px, 1.5vw, 15px);\"\u003eJoin homeowners who chose artisan quality that lasts\u003c\/p\u003e\n\u003cbutton class=\"faucet-desc__cta-primary\"\u003eChoose Your Configuration\u003c\/button\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\u003c!-- STICKY CTA BAR (Mobile) --\u003e\n\u003cdiv class=\"faucet-desc__sticky-cta\"\u003e\u003cbutton\u003eSelect Configuration\u003c\/button\u003e\u003c\/div\u003e\n\u003cp\u003e\u003cscript data-cfasync=\"false\" src=\"\/cdn-cgi\/scripts\/5c5dd728\/cloudflare-static\/email-decode.min.js\"\u003e\u003c\/script\u003e \u003cscript\u003e\n  \/\/ Configuration slider navigation\n  function scrollConfigLeft() {\n    document.getElementById('configSlider').scrollBy({ left: -400, behavior: 'smooth' });\n  }\n  function scrollConfigRight() {\n    document.getElementById('configSlider').scrollBy({ left: 400, behavior: 'smooth' });\n  }\n\n  \/\/ Scroll to top function\n  function scrollToTop() {\n    window.scrollTo({ top: 0, behavior: 'smooth' });\n  }\n\n  \/\/ Show sticky CTA on scroll (mobile)\n  window.addEventListener('scroll', function() {\n    const stickyCta = document.querySelector('.faucet-desc__sticky-cta');\n    if (window.scrollY \u003e 800 \u0026\u0026 window.innerWidth \u003c 768) {\n      stickyCta.style.display = 'block';\n    } else if (window.innerWidth \u003c 768) {\n      stickyCta.style.display = 'none';\n    }\n  });\n\u003c\/script\u003e\u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Faucet","offer_id":43583238832237,"sku":"IB-072-02-001-19-23","price":152.49,"currency_code":"USD","in_stock":true},{"title":"'+ Valve","offer_id":45326347698285,"sku":"IB-073-02-001-19-23","price":289.22,"currency_code":"USD","in_stock":true},{"title":"Bundle","offer_id":43583293784173,"sku":"IB-073-02-001-19-23(set-03)","price":437.97,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/unlacquered-solid-brass-wall-mounted-bathroom-vessel-sink-faucet-antique-basin-vanity-faucet-2209017.jpg?v=1773579321"},{"product_id":"unlacquered-brass-faucet-wall-mount-bathroom-sink-faucet","title":"Unlacquered Brass Faucet, Wall Mount Bathroom Sink Faucet","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.1rem,1.5vw,1.3rem);\n  max-width:700px;\n  margin:0 auto;\n  line-height:1.7;\n  text-align:center;\n}\n\n    .faucet-desc__video{display:grid;margin:clamp(60px,8vw,100px) 0}\n    .faucet-desc__video-container{position:relative;width:100%;max-width:500px;margin:0 auto;overflow:hidden;border-radius:12px;box-shadow:0 10px 40px var(--shadow)}\n    .faucet-desc__video-container video{width:100%;height:auto;display:block}\n\n    .faucet-desc__specs-section{margin:clamp(60px,8vw,100px) 0}\n\n    .faucet-desc__specs-table{width:100%;border-collapse:collapse;margin-bottom:30px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px var(--shadow)}\n    .faucet-desc__specs-table tr{border-bottom:1px solid var(--accent-light)}\n    .faucet-desc__specs-table tr:last-child{border-bottom:none}\n    .faucet-desc__specs-table td{padding:12px 20px;font-size:14px}\n    .faucet-desc__specs-table td:first-child{font-weight:700;color:var(--primary);width:40%;background:var(--bg-light)}\n    .faucet-desc__specs-table td:last-child{color:var(--muted)}\n\n    .faucet-desc__dimensions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;background:var(--bg-light);padding:20px;border-radius:8px;margin:15px 0;border:1px solid var(--accent-light)}\n    .faucet-desc__dimension-card{text-align:center;padding:10px}\n    .faucet-desc__dimension-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:var(--accent);margin-bottom:5px;font-weight:600}\n    .faucet-desc__dimension-value{font-size:20px;font-weight:700;color:var(--primary)}\n    .faucet-desc__dimension-unit{font-size:11px;color:#999;margin-top:2px}\n\n    .faucet-desc__download{background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);padding:25px;border-radius:8px;text-align:center;margin:40px 0;border:1px solid var(--accent-light)}\n    .faucet-desc__download h3{color:var(--primary)}\n    .faucet-desc__download p{color:var(--muted);margin-bottom:15px}\n    .faucet-desc__download a{display:inline-block;background:var(--accent);color:#fff;padding:12px 30px;border-radius:6px;text-decoration:none;font-weight:600;font-size:14px;transition:background .3s ease}\n    .faucet-desc__download a:hover{background:#8b6740}\n\n    .faucet-desc__warranty-badge{display:flex;align-items:center;gap:clamp(12px,2vw,20px);margin:clamp(30px,4vw,50px) 0;padding:clamp(16px,3vw,24px);background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);border:2px solid var(--accent);border-radius:12px;box-shadow:0 4px 15px rgba(166,124,82,.1);transition:all .3s ease}\n    .faucet-desc__warranty-badge:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(166,124,82,.15)}\n    .faucet-desc__warranty-badge-icon{flex-shrink:0;width:clamp(40px,6vw,50px);height:clamp(40px,6vw,50px);color:var(--accent);display:flex;align-items:center;justify-content:center}\n    .faucet-desc__warranty-badge-icon svg{width:100%;height:100%}\n    .faucet-desc__warranty-badge-content{flex:1;min-width:0}\n    .faucet-desc__warranty-badge-content strong{display:block;font-size:clamp(1rem,2vw,1.2rem);font-weight:700;color:var(--primary);margin-bottom:clamp(4px,1vw,8px);line-height:1.3}\n    .faucet-desc__warranty-badge-content p{margin:0;font-size:clamp(.85rem,1.5vw,1rem);color:var(--muted);line-height:1.5}\n    .faucet-desc__warranty-badge-content p strong{display:inline;font-size:inherit;font-weight:700;color:var(--accent)}\n\n    .faucet-desc__config{margin:60px 0}\n    .faucet-desc__config h2{font-size:28px;margin-bottom:15px;color:var(--primary);font-weight:600;text-align:center}\n    .faucet-desc__config-intro{text-align:center;color:var(--muted);font-size:15px;line-height:1.7;max-width:700px;margin:0 auto 35px}\n\n    .faucet-desc__config-slider-wrap{position:relative;overflow:hidden;margin:40px 0;max-width:800px;margin-left:auto;margin-right:auto}\n    .faucet-desc__config-slider-title{text-align:center;font-size:22px;font-weight:700;color:var(--accent);margin-bottom:25px;text-transform:uppercase;letter-spacing:1px}\n    .faucet-desc__config-slider-container{position:relative;overflow-x:auto;overflow-y:hidden;border-radius:12px;scroll-behavior:smooth;scroll-snap-type:x mandatory;max-height:500px;padding:0 40px}\n    .faucet-desc__config-slider-container::-webkit-scrollbar{height:8px}\n    .faucet-desc__config-slider-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}\n    .faucet-desc__config-slider-container::-webkit-scrollbar-thumb{background:var(--accent);border-radius:10px}\n    .faucet-desc__config-slider{display:flex;gap:20px;padding:5px}\n    .faucet-desc__config-slide{flex:0 0 calc(50% - 10px);min-width:calc(50% - 10px);scroll-snap-align:start}\n    .faucet-desc__config-slide-img{width:100%;height:460px;object-fit:cover;border-radius:12px;box-shadow:0 10px 40px var(--shadow);display:block;background:#fff;border:1px solid var(--accent-light)}\n    .faucet-desc__config-slide-caption{text-align:center;margin-top:12px;font-size:14px;color:var(--primary);font-weight:600;background:var(--bg-light);padding:8px 12px;border-radius:6px;border:1px solid var(--accent-light)}\n    .faucet-desc__config-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(166,124,82,.8);color:#fff;border:none;width:35px;height:35px;border-radius:50%;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;font-size:18px;box-shadow:0 4px 15px rgba(0,0,0,.2);transition:all .3s ease}\n    .faucet-desc__config-arrow:hover{background:#8b6740;transform:translateY(-50%) scale(1.1)}\n    .faucet-desc__config-arrow--left{left:4px}\n    .faucet-desc__config-arrow--right{right:4px}\n\n    .faucet-desc__config-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:40px;background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);padding:25px;border-radius:8px;border:1px solid var(--accent-light)}\n    .faucet-desc__config-section h3{font-size:16px;color:var(--accent);margin-bottom:12px;font-weight:600;text-align:center}\n    .faucet-desc__config-options{display:grid;gap:8px}\n    .faucet-desc__config-section:first-child .faucet-desc__config-options{grid-template-columns:1fr 1fr}\n    .faucet-desc__config-section:last-child .faucet-desc__config-options{grid-template-columns:1fr}\n    .faucet-desc__config-option{background:#fff;padding:10px;border-radius:6px;border:1px solid var(--accent-light);font-size:13px;color:var(--primary);text-align:center;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative}\n    .faucet-desc__config-option:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow)}\n\n    .faucet-desc__reviews h2{font-size:28px;margin-bottom:30px;color:var(--primary);font-weight:600;border-bottom:2px solid var(--accent-light);padding-bottom:15px}\n    .faucet-desc__review-slider-wrap{position:relative;overflow-x:auto;overflow-y:hidden;border-radius:12px;scroll-behavior:smooth;padding:0 10px}\n    .faucet-desc__review-slider-wrap::-webkit-scrollbar{height:6px}\n    .faucet-desc__review-slider-wrap::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}\n    .faucet-desc__review-slider-wrap::-webkit-scrollbar-thumb{background:var(--accent);border-radius:10px;cursor:grab}\n    .faucet-desc__review-slider-wrap::-webkit-scrollbar-thumb:active{cursor:grabbing}\n    .faucet-desc__review-slider{display:flex;gap:25px;padding:0}\n    .faucet-desc__review-slider-item{flex:0 0 calc(33.333% - 17px);min-width:calc(33.333% - 17px)}\n    .faucet-desc__review-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(166,124,82,.8);color:#fff;border:none;width:35px;height:35px;border-radius:50%;cursor:pointer;z-index:20;display:flex;align-items:center;justify-content:center;font-size:18px;box-shadow:0 4px 15px rgba(0,0,0,.2);transition:all .3s ease}\n    .faucet-desc__review-arrow:hover{background:#8b6740;transform:translateY(-50%) scale(1.1)}\n    .faucet-desc__review-arrow--left{left:8px}\n    .faucet-desc__review-arrow--right{right:8px}\n\n    .faucet-desc__review-card{background:#fff;border:1px solid var(--accent-light);border-radius:12px;padding:25px;box-shadow:0 4px 15px var(--shadow);transition:all .3s ease;height:100%}\n    .faucet-desc__review-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.12)}\n    .faucet-desc__review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}\n    .faucet-desc__review-author{font-weight:700;color:var(--primary)}\n    .faucet-desc__review-verified{font-size:11px;background:var(--accent);color:#fff;padding:4px 10px;border-radius:20px;font-weight:600}\n    .faucet-desc__review-stars{color:var(--accent);font-size:16px;margin-bottom:10px}\n    .faucet-desc__review-text{color:var(--muted);font-size:14px;line-height:1.6;margin-bottom:12px}\n    .faucet-desc__review-highlight{font-size:12px;color:var(--accent);font-style:italic;border-left:2px solid var(--accent-light);padding-left:10px}\n\n    \/* ========== FEATURES GRID - IMPROVED ========== *\/\n    .faucet-desc__features{margin:clamp(60px,8vw,100px) 0}\n    .faucet-desc__features h2{font-size:clamp(22px,4vw,28px);margin-bottom:clamp(20px,4vw,30px);color:var(--primary);font-weight:600;border-bottom:2px solid var(--accent-light);padding-bottom:15px}\n    .faucet-desc__features-list{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;margin:0;padding:0;list-style:none}\n    .faucet-desc__features-list li{display:flex;flex-direction:column;gap:15px;padding:20px;background:#fff;border-radius:12px;border:1px solid var(--accent-light);box-shadow:0 2px 8px var(--shadow);transition:all .3s ease}\n    .faucet-desc__features-list li:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.12)}\n    .faucet-desc__feature-icon{width:50px;height:50px;background:#f0e8df;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--accent);border:1px solid var(--accent-light);align-self:flex-start}\n    .faucet-desc__feature-icon svg{width:28px;height:28px}\n    .faucet-desc__feature-content h4{font-size:clamp(15px,2vw,16px);font-weight:700;margin-bottom:8px;color:var(--primary);line-height:1.3}\n    .faucet-desc__feature-content p{font-size:clamp(13px,1.5vw,14px);color:var(--muted);line-height:1.6;margin:0}\n\n    .faucet-desc__package{margin:clamp(60px,8vw,100px) 0}\n    .faucet-desc__package h2{font-size:28px;margin-bottom:30px;color:var(--primary);font-weight:600;border-bottom:2px solid var(--accent-light);padding-bottom:15px}\n    .faucet-desc__package-list{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:0;padding:0;list-style:none}\n    .faucet-desc__package-list li{display:flex;align-items:center;gap:6px;padding:8px 12px;font-size:13px;background:var(--bg-light);border-radius:6px;border:1px solid var(--accent-light);transition:all .2s ease}\n    .faucet-desc__package-list li:hover{background:#fff;transform:translateY(-2px);box-shadow:0 2px 8px var(--shadow)}\n    .faucet-desc__package-list li:before{content:\"✓\";color:var(--accent);font-weight:bold;font-size:14px;flex-shrink:0}\n\n    .faucet-desc__faq{margin-top:clamp(60px,8vw,100px)}\n    .faucet-desc__faq h2{font-size:28px;margin-bottom:20px;color:var(--primary);font-weight:600;border-bottom:2px solid var(--accent-light);padding-bottom:15px}\n    .faucet-desc__faq details{border:none;border-radius:6px;padding:15px;background:var(--bg-light);box-shadow:0 4px 15px var(--shadow);transition:all .3s ease;margin-bottom:10px;border:1px solid var(--accent-light)}\n    .faucet-desc__faq details:hover{box-shadow:0 4px 12px rgba(166,124,82,.15);transform:translateX(4px)}\n    .faucet-desc__faq summary{font-weight:600;color:var(--primary);outline:none;user-select:none;display:flex;align-items:center;gap:10px;cursor:pointer;font-size:15px}\n    .faucet-desc__faq summary::before{content:\"→\";color:var(--accent);font-weight:bold;font-size:1.2em;transition:transform .3s ease}\n    .faucet-desc__faq details[open] summary::before{transform:rotate(90deg)}\n    .faucet-desc__faq summary:hover{color:var(--accent)}\n    .faucet-desc__faq details[open] summary{margin-bottom:10px;color:var(--accent)}\n    .faucet-desc__faq p{color:var(--muted);line-height:1.6;font-size:14px;margin:0}\n\n    .ie-warranty{font-family:inherit;margin:clamp(40px,6vw,60px) 0;border:1px solid var(--accent-light);border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);box-shadow:0 4px 15px var(--shadow)}\n    .ie-warranty__top{display:flex;align-items:center;gap:.75rem;padding:1.5rem 1.5rem 1rem;background:var(--accent);color:#fff}\n    .ie-warranty__shield{width:24px;height:24px;flex:0 0 24px;color:#fff}\n    .ie-warranty__title{margin:0;font-size:1.2rem;font-weight:700;letter-spacing:.2px;color:#fff}\n    .ie-warranty__body{padding:1.5rem}\n    .ie-warranty__body p{margin:0 0 .75rem 0;line-height:1.6;color:var(--primary)}\n    .ie-warranty__list{margin:.5rem 0 0 0;padding-left:1.25rem;color:var(--primary)}\n    .ie-warranty__list li{margin:.4rem 0;line-height:1.5}\n    .ie-warranty__note{margin-top:1rem;font-size:.9rem;opacity:.8;color:var(--muted)}\n    .ie-warranty__badge{display:flex;align-items:center;gap:.75rem;margin:1.5rem 0 1rem;padding:1rem 1.25rem;border:2px solid var(--accent);border-radius:8px;background:#fff;box-shadow:0 2px 8px rgba(166,124,82,.1)}\n    .ie-warranty__badge .tick{font-size:1.2rem;line-height:1;color:var(--accent)}\n    .ie-warranty__badge strong{font-weight:700;color:var(--primary)}\n    .ie-warranty__badge div{color:var(--primary)}\n\n    \/* ========== CRO STYLES ========== *\/\n\n    \/* CTA Section *\/\n    .faucet-desc__cta-section{text-align:center;margin:clamp(30px,4vw,40px) 0;padding:clamp(20px,3vw,30px);background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);border-radius:12px;border:2px solid var(--accent);box-shadow:0 8px 30px rgba(166,124,82,.15)}\n    .faucet-desc__price{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:var(--accent);margin-bottom:15px}\n    .faucet-desc__price-note{font-size:clamp(13px,1.5vw,16px);color:var(--muted);margin-bottom:20px}\n    .faucet-desc__cta-primary{background:var(--accent);color:#fff;border:none;padding:clamp(14px,2vw,18px) clamp(30px,4vw,40px);font-size:clamp(15px,2vw,18px);font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(166,124,82,.3);text-transform:uppercase;letter-spacing:.5px;width:100%;max-width:400px}\n    .faucet-desc__cta-primary:hover{background:#8b6740;transform:translateY(-2px);box-shadow:0 6px 20px rgba(166,124,82,.4)}\n    .faucet-desc__cta-primary:active{transform:translateY(0)}\n    .faucet-desc__trust-bar{display:flex;justify-content:center;gap:clamp(15px,3vw,30px);margin-top:20px;flex-wrap:wrap;font-size:clamp(11px,1.5vw,14px);color:var(--primary);font-weight:500}\n    .faucet-desc__trust-bar div{display:flex;align-items:center;gap:5px}\n    .faucet-desc__trust-bar div:before{content:\"✓\";color:var(--accent);font-weight:bold}\n\n    \/* Guarantee Bar *\/\n    .faucet-desc__guarantees-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px;margin:30px 0;padding:20px;background:#fff;border-radius:12px;border:1px solid var(--accent-light);box-shadow:0 4px 15px var(--shadow)}\n    .guarantee-item{text-align:center;padding:15px;background:var(--bg-light);border-radius:8px;transition:all .3s ease}\n    .guarantee-item:hover{transform:translateY(-4px);box-shadow:0 4px 12px var(--shadow)}\n    .guarantee-item svg{width:32px;height:32px;margin:0 auto 10px;color:var(--accent)}\n    .guarantee-item strong{display:block;font-size:clamp(12px,1.5vw,14px);color:var(--primary);margin-top:8px}\n\n    \/* Comparison Table *\/\n    .faucet-desc__comparison{margin:60px 0;padding:40px 0}\n    .faucet-desc__comparison h2{font-size:clamp(22px,4vw,28px);margin-bottom:30px;color:var(--primary);font-weight:600;text-align:center;border-bottom:2px solid var(--accent-light);padding-bottom:15px}\n    .faucet-desc__comparison-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px var(--shadow)}\n    .faucet-desc__comparison-table th{padding:15px;background:var(--accent);color:#fff;font-weight:700;text-align:left;font-size:15px}\n    .faucet-desc__comparison-table td{padding:15px;border-bottom:1px solid var(--accent-light);font-size:14px}\n    .faucet-desc__comparison-table tr:last-child td{border-bottom:none}\n    .faucet-desc__comparison-table td:first-child{font-weight:600;color:var(--primary);background:var(--bg-light);width:30%}\n    .faucet-desc__comparison-table td:nth-child(2){color:#2d5016;font-weight:500}\n    .faucet-desc__comparison-table td:nth-child(3){color:#7a271a}\n    .faucet-desc__comparison-table tr:hover{background:rgba(166,124,82,.05)}\n\n    \/* Guarantee Box *\/\n    .faucet-desc__guarantee-box{background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);border:2px solid var(--accent);border-radius:12px;padding:clamp(20px,4vw,30px);margin:40px 0;box-shadow:0 8px 25px rgba(166,124,82,.15)}\n    .faucet-desc__guarantee-box h3{font-size:clamp(20px,3vw,24px);color:var(--primary);margin-bottom:20px;text-align:center}\n    .faucet-desc__guarantee-box ul{list-style:none;padding:0;margin:0 0 20px 0}\n    .faucet-desc__guarantee-box li{padding:12px 0 12px 35px;position:relative;font-size:clamp(13px,1.5vw,15px);line-height:1.6;color:var(--primary);border-bottom:1px solid var(--accent-light)}\n    .faucet-desc__guarantee-box li:last-child{border-bottom:none}\n    .faucet-desc__guarantee-box li:before{content:\"🛡️\";position:absolute;left:0;font-size:20px}\n    .faucet-desc__guarantee-box li strong{color:var(--accent)}\n    .faucet-desc__guarantee-box p{text-align:center;color:var(--muted);font-style:italic;margin:0;font-size:clamp(12px,1.5vw,14px)}\n\n    \/* Review Stats *\/\n    .faucet-desc__review-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:30px;padding:25px;background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);border-radius:12px;border:1px solid var(--accent-light)}\n    .stat{text-align:center;padding:15px}\n    .stat-number{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:var(--accent);margin-bottom:5px}\n    .stat-label{font-size:13px;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}\n\n    \/* Review Highlights *\/\n    .faucet-desc__review-highlights{display:flex;gap:15px;margin-bottom:25px;flex-wrap:wrap;justify-content:center}\n    .highlight{background:#fff;padding:10px 18px;border-radius:20px;font-size:13px;color:var(--primary);border:1px solid var(--accent-light);box-shadow:0 2px 8px var(--shadow)}\n\n    \/* Scarcity Notice *\/\n    .faucet-desc__scarcity-notice{background:#fff8f0;border:2px solid var(--accent);border-radius:8px;padding:clamp(12px,2vw,15px) clamp(15px,3vw,20px);margin:25px 0;text-align:center;font-size:clamp(12px,1.5vw,14px);color:var(--primary);line-height:1.6}\n    .faucet-desc__scarcity-notice a{color:var(--accent);font-weight:700;text-decoration:none;border-bottom:2px solid var(--accent)}\n    .faucet-desc__scarcity-notice a:hover{color:#8b6740}\n\n    \/* Config Price Tags *\/\n    .config-price{display:block;font-size:11px;color:var(--accent);font-weight:700;margin-top:4px}\n\n\n    \/* Customer Photos Gallery *\/\n    .faucet-desc__ugc{margin:60px 0}\n    .faucet-desc__ugc h2{font-size:28px;margin-bottom:15px;color:var(--primary);font-weight:600;text-align:center;border-bottom:2px solid var(--accent-light);padding-bottom:15px}\n    .faucet-desc__ugc-intro{text-align:center;color:var(--muted);font-size:15px;margin-bottom:30px}\n    .faucet-desc__ugc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}\n    .faucet-desc__ugc-item{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 4px 15px var(--shadow);aspect-ratio:1}\n    .faucet-desc__ugc-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}\n    .faucet-desc__ugc-item:hover img{transform:scale(1.05)}\n    .faucet-desc__ugc-credit{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.7);color:#fff;padding:8px;font-size:11px;text-align:center}\n\n    \/* Trust Signals *\/\n    .faucet-desc__trust-signals{display:flex;align-items:center;justify-content:center;gap:25px;flex-wrap:wrap;margin:30px 0;padding:20px;background:var(--bg-light);border-radius:8px}\n    .faucet-desc__trust-signals img{max-height:40px;opacity:.7;transition:opacity .3s ease}\n    .faucet-desc__trust-signals img:hover{opacity:1}\n    .faucet-desc__trust-signals .ssl-badge,.faucet-desc__trust-signals .certification{font-size:13px;color:var(--muted);font-weight:600}\n\n    \/* Lifestyle sections *\/\n    .lifestyle-section{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;margin:clamp(40px,6vw,60px) 0}\n    .lifestyle-section__image{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.1)}\n    .lifestyle-section__image img{width:100%;height:auto;display:block;transition:transform .5s ease}\n    .lifestyle-section__content h3{margin-bottom:15px;color:var(--primary);font-size:clamp(18px,2.5vw,20px);font-weight:600;line-height:1.3}\n    .lifestyle-section__content p{color:var(--muted);line-height:1.7;font-size:clamp(14px,1.5vw,15px);margin:0}\n\n    \/* ========== MOBILE RESPONSIVE FIXES ========== *\/\n    @media (max-width: 768px){\n      \/* Features Grid - Single Column on Mobile *\/\n      .faucet-desc__features-list{grid-template-columns:1fr;gap:15px}\n      .faucet-desc__features-list li{padding:15px;gap:12px}\n      .faucet-desc__feature-icon{width:45px;height:45px}\n      .faucet-desc__feature-icon svg{width:24px;height:24px}\n\n      \/* Config Grid *\/\n      .faucet-desc__config-grid{grid-template-columns:1fr;padding:20px;gap:25px}\n      .faucet-desc__config-section:first-child .faucet-desc__config-options{grid-template-columns:1fr}\n      \n      \/* Config Slider *\/\n      .faucet-desc__config-slide{flex:0 0 calc(100% - 20px);min-width:calc(100% - 20px)}\n      .faucet-desc__config-slider-wrap{max-width:100%}\n      .faucet-desc__config-slide-img{height:300px}\n      .faucet-desc__config-slider-title{font-size:18px;margin-bottom:20px}\n      \n      \/* Review Slider *\/\n      .faucet-desc__review-slider-item{flex:0 0 calc(100% - 25px);min-width:calc(100% - 25px)}\n      .faucet-desc__review-card{padding:20px}\n      \n      \/* Dimensions Grid *\/\n      .faucet-desc__dimensions-grid{grid-template-columns:repeat(2,1fr);gap:10px;padding:15px}\n      .faucet-desc__dimension-card{padding:8px}\n      .faucet-desc__dimension-value{font-size:18px}\n      \n      \/* Package List *\/\n      .faucet-desc__package-list{grid-template-columns:1fr;gap:6px}\n      .faucet-desc__package-list li{font-size:12px;padding:10px 12px}\n      \n      \/* Specs Table *\/\n      .faucet-desc__specs-table td{padding:10px 12px;font-size:13px}\n      .faucet-desc__specs-table td:first-child{width:45%}\n      \n      \/* Lifestyle Sections - Stack on Mobile *\/\n      .lifestyle-section{grid-template-columns:1fr;gap:20px}\n      .lifestyle-section[style*=\"direction:rtl\"]{direction:ltr}\n      .lifestyle-section__content{direction:ltr}\n      \n      \/* Warranty Badge *\/\n      .faucet-desc__warranty-badge{flex-direction:column;text-align:center;gap:12px;padding:20px}\n      .faucet-desc__warranty-badge-icon{width:50px;height:50px}\n      \n      \/* Review Stats *\/\n      .faucet-desc__review-stats{grid-template-columns:1fr;gap:10px;padding:20px}\n      .stat{padding:10px}\n      \n      \/* Guarantees Bar *\/\n      .faucet-desc__guarantees-bar{grid-template-columns:1fr 1fr;gap:10px;padding:15px}\n      .guarantee-item{padding:12px}\n      .guarantee-item svg{width:28px;height:28px}\n      \n      \/* Comparison Table *\/\n      .faucet-desc__comparison{padding:20px 0}\n      .faucet-desc__comparison-table{font-size:11px;display:block;overflow-x:auto}\n      .faucet-desc__comparison-table th,.faucet-desc__comparison-table td{padding:8px 6px;word-break:break-word}\n      .faucet-desc__comparison-table th{font-size:11px}\n      .faucet-desc__comparison-table td:first-child{width:25%;min-width:70px}\n      .faucet-desc__comparison-table td:nth-child(2),.faucet-desc__comparison-table td:nth-child(3){width:37.5%}\n      \n      \/* Headers *\/\n      .faucet-desc__header{padding:clamp(30px,5vw,50px) 0}\n      .faucet-desc__title{line-height:1.2}\n      .faucet-desc__sub{text-align:center;font-size:clamp(1rem,2vw,1.1rem)}\n      \n      \/* CTA Section *\/\n      .faucet-desc__cta-section{padding:20px 15px}\n      .faucet-desc__trust-bar{gap:10px;font-size:11px}\n      \n      \/* FAQ *\/\n      .faucet-desc__faq summary{font-size:14px}\n      .faucet-desc__faq p{font-size:13px}\n      .faucet-desc__faq details{padding:12px}\n      \n      \n      \/* Warranty *\/\n      .ie-warranty__title{font-size:1rem}\n      .ie-warranty__badge{flex-direction:column;align-items:flex-start;gap:.35rem}\n      .ie-warranty__body{padding:1.2rem}\n      \n      \/* Download Section *\/\n      .faucet-desc__download{padding:20px 15px}\n      .faucet-desc__download h3{font-size:18px}\n      .faucet-desc__download p{font-size:13px}\n      .faucet-desc__download a{padding:12px 24px;font-size:13px}\n    }\n\n    @media (max-width: 480px){\n      \/* Further mobile optimizations *\/\n      .faucet-desc__wrap{padding:20px 12px}\n      .faucet-desc__header{padding:25px 0}\n      .faucet-desc__config-slider-container{padding:0 35px}\n      .faucet-desc__config-arrow{width:30px;height:30px;font-size:16px}\n      .faucet-desc__review-arrow{width:30px;height:30px;font-size:16px}\n      .faucet-desc__guarantees-bar{grid-template-columns:1fr;gap:8px;padding:12px}\n      .guarantee-item{padding:10px}\n      .faucet-desc__trust-bar{flex-direction:column;gap:8px;align-items:center}\n      .faucet-desc__features-list{gap:12px}\n      .faucet-desc__features-list li{padding:12px}\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"faucet-desc\"\u003e\n\u003cdiv class=\"faucet-desc__wrap\"\u003e\n\u003c!-- HEADER --\u003e\u003cheader class=\"faucet-desc__header\"\u003e\n\u003cdiv class=\"faucet-desc__eyebrow\"\u003eSolid Brass • Handcrafted in Morocco\u003c\/div\u003e\n\u003ch2 class=\"faucet-desc__title\"\u003eUnlacquered Brass Wall Mount Bathroom Faucet\u003c\/h2\u003e\n\u003cp class=\"faucet-desc__sub\"\u003eExperience timeless elegance with our wall-mounted brass faucet. Built from solid brass with a living unlacquered finish that develops a warm, unique patina over time. Traditional construction meets modern reliability with easily replaceable parts for generations of use.\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 to order • Express delivery\u003c\/div\u003e\n\u003cbutton class=\"faucet-desc__cta-primary\"\u003eAdd to Cart\u003c\/button\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\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\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\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003eLifetime Support\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SCARCITY NOTICE --\u003e\n\u003cdiv class=\"faucet-desc__scarcity-notice\"\u003e⏱️ \u003cstrong\u003eLimited Production:\u003c\/strong\u003e Due to the handcrafted nature, we can only produce a limited quantity each month. \u003ca href=\"#gallery\"\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=\"Unlacquered Brass Wall Mount Bathroom Faucet\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-faucet-wall-mount-bathroom-sink-faucet-8545295.webp\"\u003e\u003c\/section\u003e\n\u003c!-- GALLERY SLIDER --\u003e\n\u003csection class=\"faucet-desc__config\" id=\"gallery\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eSee It From Every Angle\u003c\/h2\u003e\n\u003cp style=\"text-align: center;\" class=\"faucet-desc__config-intro\"\u003eDesigned for elegant wall-mount installation, this traditional brass faucet combines timeless aesthetics with practical durability. The unlacquered brass finish ensures it ages beautifully, developing character that tells your home's unique story.\u003c\/p\u003e\n\u003cdiv class=\"faucet-desc__config-slider-wrap\"\u003e\n\u003ch3 class=\"faucet-desc__config-slider-title\"\u003eProduct Gallery\u003c\/h3\u003e\n\u003cbutton class=\"faucet-desc__config-arrow faucet-desc__config-arrow--left\"\u003e‹\u003c\/button\u003e \u003cbutton class=\"faucet-desc__config-arrow faucet-desc__config-arrow--right\"\u003e›\u003c\/button\u003e\n\u003cdiv class=\"faucet-desc__config-slider-container\" id=\"configSlider\"\u003e\n\u003cdiv class=\"faucet-desc__config-slider\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\n\u003cimg decoding=\"async\" loading=\"lazy\" class=\"faucet-desc__config-slide-img\" alt=\"Wall Mount Faucet - Main View\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-faucet-wall-mount-bathroom-sink-faucet-7464101.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=\"Installation Detail\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-faucet-wall-mount-bathroom-sink-faucet-6048887.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=\"Front Angle View\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-faucet-wall-mount-bathroom-sink-faucet-8564449.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=\"Handle Detail\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-faucet-wall-mount-bathroom-sink-faucet-5826991.jpg\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eFixation 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 Close-up\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-faucet-wall-mount-bathroom-sink-faucet-9620921.jpg\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eSpout 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=\"Side Profile\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-faucet-wall-mount-bathroom-sink-faucet-7231267.jpg\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eHandle 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=\"Installed View\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-faucet-wall-mount-bathroom-sink-faucet-8076314.jpg\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eInstallation details\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA after gallery --\u003e\n\u003cdiv style=\"text-align: center; margin-top: 30px;\"\u003e\u003cbutton class=\"faucet-desc__cta-primary\"\u003eAdd to Cart\u003c\/button\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- GUARANTEE BOX --\u003e\n\u003cdiv class=\"faucet-desc__guarantee-box\"\u003e\n\u003ch3\u003e🛡️ Our No-Risk Promise to You\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e30-Day Returns:\u003c\/strong\u003e Changed your mind? We'll refund you - just send it back unused in its original packaging.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e5-Year Fixture Warranty:\u003c\/strong\u003e We'll repair or replace any manufacturing defects\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLifetime Expert Support:\u003c\/strong\u003e Our team is always here to help with installation and maintenance\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eWe're so confident you'll love this faucet, the risk is entirely on us.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT IMAGE --\u003e\n\u003csection style=\"margin: 60px 0;\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" style=\"width: 100%; max-width: 600px; margin: 0 auto; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,.1); display: block;\" alt=\"Unlacquered brass wall mount faucet detail\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-faucet-wall-mount-bathroom-sink-faucet-7464101.jpg\"\u003e\u003c\/section\u003e\n\u003c!-- COMPARISON TABLE --\u003e\n\u003csection class=\"faucet-desc__comparison\"\u003e\n\u003ch2\u003eWhy Choose Artisan-Crafted Over Mass-Produced?\u003c\/h2\u003e\n\u003ctable class=\"faucet-desc__comparison-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003c\/th\u003e\n\u003cth\u003eOur Faucet\u003c\/th\u003e\n\u003cth\u003eMass-Produced Alternatives\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003e✓ Solid brass throughout—no hollow parts\u003c\/td\u003e\n\u003ctd\u003e✗ Brass-plated zinc or plastic internals\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFinish\u003c\/td\u003e\n\u003ctd\u003e✓ Living patina develops unique character\u003c\/td\u003e\n\u003ctd\u003e✗ Lacquer coating peels and chips over time\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCraftsmanship\u003c\/td\u003e\n\u003ctd\u003e✓ Hand-forged by Moroccan artisans\u003c\/td\u003e\n\u003ctd\u003e✗ Factory mass production assembly line\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaintenance\u003c\/td\u003e\n\u003ctd\u003e✓ Traditional construction—easy part replacement\u003c\/td\u003e\n\u003ctd\u003e✗ Sealed units—difficult or impossible to repair\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e✓ 5-year fixture \/ 1-year parts warranty\u003c\/td\u003e\n\u003ctd\u003e✗ 1-year typical (if any)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- PREMIUM FEATURES --\u003e\n\u003csection class=\"faucet-desc__features\"\u003e\n\u003ch2\u003eWhy This Faucet Is Worth The Investment\u003c\/h2\u003e\n\u003cul class=\"faucet-desc__features-list\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n              \u003cpath fill=\"currentColor\" d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eHandcrafted in Morocco by Master Artisans\u003c\/h4\u003e\n\u003cp\u003eEach faucet is meticulously crafted by skilled metalworkers using traditional techniques passed down through generations. You're not just buying a faucet—you're preserving an ancient craft and bringing authentic artisan quality to your home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n              \u003cpath fill=\"currentColor\" d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2Z\"\u003e\u003c\/path\u003e\n              \u003cpath stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\" d=\"M12 6V12L16 14\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eSolid Brass Construction (Not Plated)\u003c\/h4\u003e\n\u003cp\u003eBuilt entirely from solid brass—no hollow components, no thin plating that wears away. The substantial weight and durability you can feel immediately. This is a fixture designed to last generations, not just years.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n              \u003cpath fill=\"currentColor\" d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eLiving Unlacquered Finish\u003c\/h4\u003e\n\u003cp\u003eAges naturally over time, developing a rich patina that tells your home's unique story. Unlike lacquered finishes that chip and peel, unlacquered brass becomes more beautiful with age—celebrating the natural oxidation process rather than fighting it.\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\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\u003eTraditional Construction—Easy Maintenance\u003c\/h4\u003e\n\u003cp\u003eBuilt with accessible, replaceable components including standard 1\/2\" ceramic disc cartridges. Washers and O-rings are easily replaceable, ensuring you can maintain this fixture for decades without specialist tools or expensive service calls.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- LIFESTYLE SECTIONS --\u003e\n\u003csection class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Moroccan handcrafted brass wall mount faucet\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-faucet-wall-mount-bathroom-sink-faucet-6048887.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003eMoroccan Artisan Heritage\u003c\/h3\u003e\n\u003cp\u003eEach faucet is meticulously handcrafted by skilled Moroccan artisans who have perfected their craft over generations. Using traditional metalworking techniques, they shape solid brass into this elegant wall-mount design that brings authentic character and timeless warmth to your bathroom.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"lifestyle-section\" style=\"direction: rtl;\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Unlacquered brass patina development\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-faucet-wall-mount-bathroom-sink-faucet-7231267.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003eA Finish That Tells Your Story\u003c\/h3\u003e\n\u003cp\u003eThe unlacquered brass finish is designed to age gracefully, developing a unique patina that reflects your home's story. Each mark and subtle color shift adds character, creating a one-of-a-kind piece that grows more beautiful with use. This living finish celebrates the natural beauty of brass rather than fighting against it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Wall mount faucet components and construction\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-faucet-wall-mount-bathroom-sink-faucet-9620921.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003ePrecision Engineering Meets Artisan Craft\u003c\/h3\u003e\n\u003cp\u003eBeneath the artisan exterior lies serious engineering. Premium 1\/2\" ceramic disc cartridges ensure smooth, drip-free operation for years. The traditional construction with replaceable components means you can maintain this fixture for generations, combining old-world craftsmanship with modern reliability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"lifestyle-section\" style=\"direction: rtl;\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Wall mount brass faucet installation\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-faucet-wall-mount-bathroom-sink-faucet-5826991.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003eProfessional Wall-Mount Installation\u003c\/h3\u003e\n\u003cp\u003eDesigned for concealed wall-mount installation with built-in valve system. Compatible with standard 1\/2\" BSP plumbing connections and includes all necessary mounting hardware. The detailed manual guides you through every step, making professional-quality installation achievable for skilled DIY enthusiasts or contractors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TECHNICAL SPECS --\u003e\n\u003csection class=\"faucet-desc__specs-section\"\u003e\n\u003ch2\u003eEngineered to Last Generations\u003c\/h2\u003e\n\u003ctable class=\"faucet-desc__specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eSolid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFinish\u003c\/td\u003e\n\u003ctd\u003eUnlacquered Brass (Develops Patina)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConfiguration\u003c\/td\u003e\n\u003ctd\u003eWall mount with concealed valve system\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCartridge Type\u003c\/td\u003e\n\u003ctd\u003eStandard 1\/2\" Ceramic Disc Cartridges\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConstruction\u003c\/td\u003e\n\u003ctd\u003eTraditional Build – Easy to Replace Parts\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaintenance\u003c\/td\u003e\n\u003ctd\u003eWashers and O-Rings Easily Replaceable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlumbing Connection\u003c\/td\u003e\n\u003ctd\u003e1\/2\" BSP (British Standard Pipe)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation Type\u003c\/td\u003e\n\u003ctd\u003eBuilt-in | Concealed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCraftsmanship\u003c\/td\u003e\n\u003ctd\u003eHandmade in Morocco\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCustomization\u003c\/td\u003e\n\u003ctd\u003eAvailable upon request\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\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 Width\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-value\"\u003e7.50\"\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(190mm)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n\u003cdiv class=\"faucet-desc__dimension-label\"\u003eCenter to Center\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-value\"\u003e7.50\"\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(190mm)\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\"\u003e10.50\"\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 Height\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-value\"\u003e7.50\"\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(190mm)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n\u003cdiv class=\"faucet-desc__dimension-label\"\u003eHandle Diameter\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-value\"\u003e2.66\"\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(67.5mm)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n\u003cdiv class=\"faucet-desc__dimension-label\"\u003eWall Depth\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-value\"\u003e9.20\"\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(234mm)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n\u003cdiv class=\"faucet-desc__dimension-label\"\u003eValve Width\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-value\"\u003e9.20\"\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-unit\"\u003e(234mm)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n\u003cdiv class=\"faucet-desc__dimension-label\"\u003eSpout Angle\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-value\"\u003e105°\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-unit\"\u003eDownward\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 \u003cstrong\u003ewall-mount installation with concealed rough-in valve\u003c\/strong\u003e. Fully compatible with 1\/2\" BSP plumbing connections. Includes all necessary mounting hardware and a detailed installation manual with technical diagrams.\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=\"\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Bathroom_Built-in_Wall_Faucet_with_aerator_105_IB-056-02-001-01-23.pdf\"\u003e📄 Download Spec Sheet (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\u003eWall-Mount Spout Assembly\u003c\/li\u003e\n\u003cli\u003eTwo Cross Handles\u003c\/li\u003e\n\u003cli\u003eStandard 1\/2\" Ceramic Cartridges\u003c\/li\u003e\n\u003cli\u003eBuilt-in Valve System\u003c\/li\u003e\n\u003cli\u003eWall Mounting Plates\u003c\/li\u003e\n\u003cli\u003eAerator Assembly\u003c\/li\u003e\n\u003cli\u003eInstallation Hardware\u003c\/li\u003e\n\u003cli\u003eTechnical Installation Manual\u003c\/li\u003e\n\u003cli\u003eProfessional Support\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"faucet-desc__faq\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this faucet worth the investment compared to cheaper alternatives?\u003c\/summary\u003e\n\u003cp\u003eAbsolutely. While mass-produced faucets may cost less upfront, they typically use brass-plated zinc that degrades within 3-5 years. Our solid brass construction with traditional, repairable design lasts 20+ years, making it more cost-effective long-term. Plus, you get the living patina finish, artisan craftsmanship, easy maintenance, and a 5-year warranty. Most customers tell us it's the best bathroom upgrade they've made.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow does the unlacquered brass patina develop?\u003c\/summary\u003e\n\u003cp\u003eUnlacquered brass naturally oxidizes over time, developing a rich, darker patina. The rate depends on water chemistry, humidity, and use patterns. Each faucet develops its own unique character—some prefer the warm golden look when new, others love the antique bronze that emerges over months. It's a living finish that tells your home's story.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I clean or polish the brass to restore the original finish?\u003c\/summary\u003e\n\u003cp\u003eYes! Use a brass polish or a mixture of lemon juice and baking soda to restore the bright brass finish. However, the unlacquered nature means it will continue to patina naturally. Many customers love the lived-in look, but you can maintain the golden shine with regular polishing if you prefer.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat does \"traditional construction\" mean for maintenance?\u003c\/summary\u003e\n\u003cp\u003eTraditional construction means the faucet is built with accessible, replaceable components—not sealed units that can't be serviced. Standard 1\/2\" ceramic cartridges, washers, and O-rings can be easily replaced with common tools, ensuring you can maintain this fixture for decades without expensive specialized service calls. It's designed to be repaired, not replaced.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this compatible with my existing plumbing?\u003c\/summary\u003e\n\u003cp\u003eThe faucet uses 1\/2\" BSP (British Standard Pipe) connections, which are standard internationally. It requires wall-mount installation with a concealed rough-in valve system. We recommend having a professional plumber verify compatibility with your specific setup and handle the installation to ensure proper function and warranty coverage.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat's included in the package?\u003c\/summary\u003e\n\u003cp\u003eYou'll receive everything needed for installation: the wall-mount spout assembly, two cross handles, standard 1\/2\" ceramic disc cartridges, built-in valve system, wall mounting plates, aerator assembly, all installation hardware, and a detailed technical manual with diagrams. Professional installation support is also available if needed.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long does shipping take?\u003c\/summary\u003e\n\u003cp\u003eDelivery typically takes 8-10 days. Each faucet is handcrafted to order in Morocco by our skilled artisans. We'll keep you updated throughout the process with tracking information so you know exactly when to expect your fixture.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWhat if I'm not satisfied with my purchase?\u003c\/summary\u003e\n\u003cp\u003eWe want you to love what you ordered. If you don't, return it within 30 days of delivery - unused and in its original packaging - for a full refund. Items that have been installed or used cannot be returned.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this faucet be customized?\u003c\/summary\u003e\n\u003cp\u003eYes! We offer customization options upon request. Whether you need that just contact usand we will provide you with all details.\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 plumbing fixtures and accessories for residential use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e1-Year Warranty\u003c\/strong\u003e on wearable parts (cartridges, washers, O-rings, hoses, etc.).\u003c\/li\u003e\n\u003cli\u003eCovered for \u003cstrong\u003erepair or replacement\u003c\/strong\u003e in case of manufacturing defects (installation\/labor costs excluded).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVisual damages\u003c\/strong\u003e must be reported within \u003cstrong\u003e15 days\u003c\/strong\u003e of delivery with photos and proof of purchase.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"ie-warranty__note\"\u003eQuestions or need to file a claim? Email \u003ca href=\"mailto:contact@insideast.com\"\u003econtact@insideast.com\u003c\/a\u003e with your order number.\u003c\/p\u003e\n\u003cp class=\"ie-warranty__note\"\u003eFinish note: unlacquered brass develops a natural patina over time. This cosmetic aging is expected and celebrated—not considered a defect.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003cdiv class=\"faucet-desc__cta-section\" style=\"margin-top: 60px;\"\u003e\n\u003ch3 style=\"font-size: clamp(20px, 3vw, 24px); margin-bottom: 15px; color: var(--primary);\"\u003eReady to Elevate Your Bathroom?\u003c\/h3\u003e\n\u003cp style=\"color: var(--muted); margin-bottom: 20px; font-size: clamp(13px, 1.5vw, 15px);\"\u003eJoin hundreds of homeowners who chose quality that lasts\u003c\/p\u003e\n\u003cbutton class=\"faucet-desc__cta-primary\"\u003eAdd to Cart Now\u003c\/button\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","brand":"Insideast","offers":[{"title":"Default Title","offer_id":42683842691181,"sku":"IB-055-02-001-01-23","price":270.4,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/unlacquered-brass-faucet-wall-mount-bathroom-sink-faucet-8545295.webp?v=1773579320"},{"product_id":"unlacquered-brass-vanity-sink-faucet-antique-brass-bathroom-single-hole-faucet","title":"Unlacquered Brass Vanity Sink Faucet, Antique Brass Bathroom Single Hole Faucet","description":"\u003cstyle\u003e\n    \/* ========== BASE 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.1rem,1.5vw,1.3rem);\n  max-width:700px;\n  margin:0 auto;\n  line-height:1.7;\n  text-align:center;\n}\n\n    .faucet-desc__specs-section{margin:clamp(60px,8vw,100px) 0}\n    .faucet-desc__specs-table{width:100%;border-collapse:collapse;margin-bottom:30px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px var(--shadow)}\n    .faucet-desc__specs-table tr{border-bottom:1px solid var(--accent-light)}\n    .faucet-desc__specs-table tr:last-child{border-bottom:none}\n    .faucet-desc__specs-table td{padding:12px 20px;font-size:14px}\n    .faucet-desc__specs-table td:first-child{font-weight:700;color:var(--primary);width:40%;background:var(--bg-light)}\n    .faucet-desc__specs-table td:last-child{color:var(--muted)}\n\n    .faucet-desc__download{background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);padding:25px;border-radius:8px;text-align:center;margin:40px 0;border:1px solid var(--accent-light)}\n    .faucet-desc__download h3{color:var(--primary);font-size:clamp(18px,2.5vw,22px);margin-bottom:15px}\n    .faucet-desc__download p{color:var(--muted);margin-bottom:15px;font-size:clamp(13px,1.5vw,15px)}\n    .faucet-desc__download a{display:inline-block;background:var(--accent);color:#fff;padding:12px 30px;border-radius:6px;text-decoration:none;font-weight:600;font-size:14px;transition:background .3s ease}\n    .faucet-desc__download a:hover{background:#8b6740}\n\n    .faucet-desc__config{margin:60px 0}\n    .faucet-desc__config h2{font-size:clamp(22px,4vw,28px);margin-bottom:15px;color:var(--primary);font-weight:600;text-align:center}\n    .faucet-desc__config-intro{text-align:center;color:var(--muted);font-size:clamp(14px,1.5vw,15px);line-height:1.7;max-width:700px;margin:0 auto 35px}\n\n    .faucet-desc__config-slider-wrap{position:relative;overflow:hidden;margin:40px 0;max-width:800px;margin-left:auto;margin-right:auto}\n    .faucet-desc__config-slider-title{text-align:center;font-size:clamp(18px,3vw,22px);font-weight:700;color:var(--accent);margin-bottom:25px;text-transform:uppercase;letter-spacing:1px}\n    .faucet-desc__config-slider-container{position:relative;overflow-x:auto;overflow-y:hidden;border-radius:12px;scroll-behavior:smooth;scroll-snap-type:x mandatory;max-height:500px;padding:0 40px}\n    .faucet-desc__config-slider-container::-webkit-scrollbar{height:8px}\n    .faucet-desc__config-slider-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}\n    .faucet-desc__config-slider-container::-webkit-scrollbar-thumb{background:var(--accent);border-radius:10px}\n    .faucet-desc__config-slider{display:flex;gap:20px;padding:5px}\n    .faucet-desc__config-slide{flex:0 0 calc(50% - 10px);min-width:calc(50% - 10px);scroll-snap-align:start}\n    .faucet-desc__config-slide-img{width:100%;height:460px;object-fit:cover;border-radius:12px;box-shadow:0 10px 40px var(--shadow);display:block;background:#fff;border:1px solid var(--accent-light)}\n    .faucet-desc__config-slide-caption{text-align:center;margin-top:12px;font-size:14px;color:var(--primary);font-weight:600;background:var(--bg-light);padding:8px 12px;border-radius:6px;border:1px solid var(--accent-light)}\n    .faucet-desc__config-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(166,124,82,.8);color:#fff;border:none;width:35px;height:35px;border-radius:50%;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;font-size:18px;box-shadow:0 4px 15px rgba(0,0,0,.2);transition:all .3s ease}\n    .faucet-desc__config-arrow:hover{background:#8b6740;transform:translateY(-50%) scale(1.1)}\n    .faucet-desc__config-arrow--left{left:4px}\n    .faucet-desc__config-arrow--right{right:4px}\n\n    .faucet-desc__config-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:40px;background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);padding:25px;border-radius:8px;border:1px solid var(--accent-light)}\n    .faucet-desc__config-section h3{font-size:16px;color:var(--accent);margin-bottom:12px;font-weight:600;text-align:center}\n    .faucet-desc__config-options{display:grid;gap:8px}\n    .faucet-desc__config-option{background:#fff;padding:15px;border-radius:6px;border:1px solid var(--accent-light);font-size:14px;color:var(--primary);text-align:center;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative}\n    .faucet-desc__config-option:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow)}\n\n    \/* CTA Section *\/\n    .faucet-desc__cta-section{text-align:center;margin:clamp(30px,4vw,40px) 0;padding:clamp(20px,3vw,30px);background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);border-radius:12px;border:2px solid var(--accent);box-shadow:0 8px 30px rgba(166,124,82,.15)}\n    .faucet-desc__price-note{font-size:clamp(13px,1.5vw,16px);color:var(--muted);margin-bottom:20px}\n    .faucet-desc__cta-primary{background:var(--accent);color:#fff;border:none;padding:clamp(14px,2vw,18px) clamp(30px,4vw,40px);font-size:clamp(15px,2vw,18px);font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(166,124,82,.3);text-transform:uppercase;letter-spacing:.5px;width:100%;max-width:400px}\n    .faucet-desc__cta-primary:hover{background:#8b6740;transform:translateY(-2px);box-shadow:0 6px 20px rgba(166,124,82,.4)}\n    .faucet-desc__cta-primary:active{transform:translateY(0)}\n    .faucet-desc__trust-bar{display:flex;justify-content:center;gap:clamp(15px,3vw,30px);margin-top:20px;flex-wrap:wrap;font-size:clamp(11px,1.5vw,14px);color:var(--primary);font-weight:500}\n    .faucet-desc__trust-bar div{display:flex;align-items:center;gap:5px}\n    .faucet-desc__trust-bar div:before{content:\"✓\";color:var(--accent);font-weight:bold}\n\n    \/* Guarantee Bar *\/\n    .faucet-desc__guarantees-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px;margin:30px 0;padding:20px;background:#fff;border-radius:12px;border:1px solid var(--accent-light);box-shadow:0 4px 15px var(--shadow)}\n    .guarantee-item{text-align:center;padding:15px;background:var(--bg-light);border-radius:8px;transition:all .3s ease}\n    .guarantee-item:hover{transform:translateY(-4px);box-shadow:0 4px 12px var(--shadow)}\n    .guarantee-item svg{width:32px;height:32px;margin:0 auto 10px;color:var(--accent)}\n    .guarantee-item strong{display:block;font-size:clamp(12px,1.5vw,14px);color:var(--primary);margin-top:8px}\n\n    \/* Features *\/\n    .faucet-desc__features{margin:clamp(60px,8vw,100px) 0}\n    .faucet-desc__features h2{font-size:clamp(22px,4vw,28px);margin-bottom:clamp(20px,4vw,30px);color:var(--primary);font-weight:600;border-bottom:2px solid var(--accent-light);padding-bottom:15px}\n    .faucet-desc__features-list{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;margin:0;padding:0;list-style:none}\n    .faucet-desc__features-list li{display:flex;flex-direction:column;gap:15px;padding:20px;background:#fff;border-radius:12px;border:1px solid var(--accent-light);box-shadow:0 2px 8px var(--shadow);transition:all .3s ease}\n    .faucet-desc__features-list li:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.12)}\n    .faucet-desc__feature-icon{width:50px;height:50px;background:#f0e8df;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--accent);border:1px solid var(--accent-light);align-self:flex-start}\n    .faucet-desc__feature-icon svg{width:28px;height:28px}\n    .faucet-desc__feature-content h4{font-size:clamp(15px,2vw,16px);font-weight:700;margin-bottom:8px;color:var(--primary);line-height:1.3}\n    .faucet-desc__feature-content p{font-size:clamp(13px,1.5vw,14px);color:var(--muted);line-height:1.6;margin:0}\n\n    \/* Lifestyle sections *\/\n    .lifestyle-section{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;margin:clamp(40px,6vw,60px) 0}\n    .lifestyle-section__image{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.1)}\n    .lifestyle-section__image img{width:100%;height:auto;display:block;transition:transform .5s ease}\n    .lifestyle-section__content h3{margin-bottom:15px;color:var(--primary);font-size:clamp(18px,2.5vw,20px);font-weight:600;line-height:1.3}\n    .lifestyle-section__content p{color:var(--muted);line-height:1.7;font-size:clamp(14px,1.5vw,15px);margin:0}\n\n    \/* Scarcity Notice *\/\n    .faucet-desc__scarcity-notice{background:#fff8f0;border:2px solid var(--accent);border-radius:8px;padding:clamp(12px,2vw,15px) clamp(15px,3vw,20px);margin:25px 0;text-align:center;font-size:clamp(12px,1.5vw,14px);color:var(--primary);line-height:1.6}\n    .faucet-desc__scarcity-notice a{color:var(--accent);font-weight:700;text-decoration:none;border-bottom:2px solid var(--accent)}\n    .faucet-desc__scarcity-notice a:hover{color:#8b6740}\n\n    \/* Sticky CTA Bar (Mobile) *\/\n    .faucet-desc__sticky-cta{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:15px;box-shadow:0 -4px 20px var(--shadow);z-index:1000;display:none;border-top:2px solid var(--accent)}\n    .faucet-desc__sticky-cta button{width:100%;background:var(--accent);color:#fff;border:none;padding:15px;font-size:16px;font-weight:700;border-radius:8px;cursor:pointer}\n\n    .ie-warranty{font-family:inherit;margin:clamp(40px,6vw,60px) 0;border:1px solid var(--accent-light);border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);box-shadow:0 4px 15px var(--shadow)}\n    .ie-warranty__top{display:flex;align-items:center;gap:.75rem;padding:1.5rem 1.5rem 1rem;background:var(--accent);color:#fff}\n    .ie-warranty__shield{width:24px;height:24px;flex:0 0 24px;color:#fff}\n    .ie-warranty__title{margin:0;font-size:1.2rem;font-weight:700;letter-spacing:.2px;color:#fff}\n    .ie-warranty__body{padding:1.5rem}\n    .ie-warranty__body p{margin:0 0 .75rem 0;line-height:1.6;color:var(--primary)}\n    .ie-warranty__list{margin:.5rem 0 0 0;padding-left:1.25rem;color:var(--primary)}\n    .ie-warranty__list li{margin:.4rem 0;line-height:1.5}\n    .ie-warranty__note{margin-top:1rem;font-size:.9rem;opacity:.8;color:var(--muted)}\n\n    \/* ========== MOBILE RESPONSIVE ========== *\/\n    @media (max-width: 768px){\n      .faucet-desc__features-list{grid-template-columns:1fr;gap:15px}\n      .faucet-desc__features-list li{padding:15px;gap:12px}\n      .faucet-desc__feature-icon{width:45px;height:45px}\n      .faucet-desc__feature-icon svg{width:24px;height:24px}\n      .faucet-desc__config-grid{grid-template-columns:1fr;padding:20px;gap:25px}\n      .faucet-desc__config-slide{flex:0 0 calc(100% - 20px);min-width:calc(100% - 20px)}\n      .faucet-desc__config-slider-wrap{max-width:100%}\n      .faucet-desc__config-slide-img{height:300px}\n      .faucet-desc__config-slider-title{font-size:18px;margin-bottom:20px}\n      .lifestyle-section{grid-template-columns:1fr;gap:20px}\n      .lifestyle-section[style*=\"direction:rtl\"]{direction:ltr}\n      .lifestyle-section__content{direction:ltr}\n      .faucet-desc__specs-table td{padding:10px 12px;font-size:13px}\n      .faucet-desc__specs-table td:first-child{width:45%}\n      .faucet-desc__header{padding:clamp(30px,5vw,50px) 0}\n      .faucet-desc__title{line-height:1.2}\n      .faucet-desc__sub{font-size:clamp(1rem,2vw,1.1rem)}\n      .faucet-desc__cta-section{padding:20px 15px}\n      .faucet-desc__trust-bar{gap:10px;font-size:11px}\n      .faucet-desc__sticky-cta{display:block}\n      .ie-warranty__title{font-size:1rem}\n      .ie-warranty__body{padding:1.2rem}\n      .faucet-desc__download{padding:20px 15px}\n      .faucet-desc__download h3{font-size:18px}\n      .faucet-desc__download p{font-size:13px}\n      .faucet-desc__download a{padding:12px 24px;font-size:13px}\n      .faucet-desc__guarantees-bar{grid-template-columns:1fr 1fr;gap:10px;padding:15px}\n      .guarantee-item{padding:12px}\n      .guarantee-item svg{width:28px;height:28px}\n    }\n\n    @media (max-width: 480px){\n      .faucet-desc__wrap{padding:20px 12px}\n      .faucet-desc__header{padding:25px 0}\n      .faucet-desc__config-slider-container{padding:0 35px}\n      .faucet-desc__config-arrow{width:30px;height:30px;font-size:16px}\n      .faucet-desc__guarantees-bar{grid-template-columns:1fr;gap:8px;padding:12px}\n      .guarantee-item{padding:10px}\n      .faucet-desc__trust-bar{flex-direction:column;gap:8px;align-items:center}\n      .faucet-desc__features-list{gap:12px}\n      .faucet-desc__features-list li{padding:12px}\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"faucet-desc\"\u003e\n\u003cdiv class=\"faucet-desc__wrap\"\u003e\n\u003c!-- HEADER --\u003e\u003cheader class=\"faucet-desc__header\"\u003e\n\u003cdiv class=\"faucet-desc__eyebrow\"\u003eSolid Brass • Handcrafted in Morocco\u003c\/div\u003e\n\u003ch2 class=\"faucet-desc__title\"\u003eUnlacquered Brass Single Hole Bathroom Faucet\u003c\/h2\u003e\n\u003cp class=\"faucet-desc__sub\"\u003eA graceful single-hole bathroom faucet crafted from solid unlacquered brass. Arrives beautifully polished and develops a natural, living patina over time—adding authentic character to your vanity space.\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\"\u003eHandcrafted to order • Free Delivery\u003c\/div\u003e\n\u003cbutton class=\"faucet-desc__cta-primary\"\u003eSelect Your Handle Style\u003c\/button\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\u003e30-Days Return\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\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\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\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003eLifetime Support\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SCARCITY NOTICE --\u003e\n\u003cdiv class=\"faucet-desc__scarcity-notice\"\u003e⏱️ \u003cstrong\u003eLimited Production:\u003c\/strong\u003e Each faucet is handcrafted to order by Moroccan artisans. \u003ca href=\"#handle-options\"\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=\"Unlacquered Brass Single Hole Bathroom Faucet\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-kitchen-faucet-island-faucet-antique-brass-sink-mixer-tap-9663847.jpg\"\u003e\u003c\/section\u003e\n\u003c!-- HANDLE OPTIONS --\u003e\n\u003csection class=\"faucet-desc__config\" id=\"handle-options\"\u003e\n\u003ch2\u003eChoose Your Handle Style\u003c\/h2\u003e\n\u003cp class=\"faucet-desc__config-intro\"\u003eThis elegant bathroom faucet is available with your choice of handle style. Both options feature the same solid brass construction and swiveling spout, allowing you to match your bathroom's aesthetic perfectly.\u003c\/p\u003e\n\u003cdiv class=\"faucet-desc__config-grid\"\u003e\n\u003cdiv class=\"faucet-desc__config-section\"\u003e\n\u003ch3\u003eSimple Cross Handle\u003c\/h3\u003e\n\u003cdiv class=\"faucet-desc__config-options\"\u003e\n\u003cdiv class=\"faucet-desc__config-option\"\u003eClassic cross design with traditional appeal\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-section\"\u003e\n\u003ch3\u003eFlat Cross Handle\u003c\/h3\u003e\n\u003cdiv class=\"faucet-desc__config-options\"\u003e\n\u003cdiv class=\"faucet-desc__config-option\"\u003eContemporary flat profile for modern spaces\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slider-wrap\"\u003e\n\u003ch3 class=\"faucet-desc__config-slider-title\"\u003eProduct Gallery\u003c\/h3\u003e\n\u003cbutton class=\"faucet-desc__config-arrow faucet-desc__config-arrow--left\"\u003e‹\u003c\/button\u003e \u003cbutton class=\"faucet-desc__config-arrow faucet-desc__config-arrow--right\"\u003e›\u003c\/button\u003e\n\u003cdiv class=\"faucet-desc__config-slider-container\" id=\"configSlider\"\u003e\n\u003cdiv class=\"faucet-desc__config-slider\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\n\u003cimg decoding=\"async\" loading=\"lazy\" class=\"faucet-desc__config-slide-img\" alt=\"Bathroom Faucet Hero View\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-vanity-sink-faucet-antique-brass-bathroom-single-hole-faucet-7752164.jpg\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eSimple Cross Handle - Hero 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=\"Handle Detail View\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-vanity-sink-faucet-antique-brass-bathroom-single-hole-faucet-8990490.jpg?v=1773579322\u0026amp;width=1946\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eSimple Cross Handle 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=\"Base Detail View\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-vanity-sink-faucet-antique-brass-bathroom-single-hole-faucet-7965717.jpg?v=1773579322\u0026amp;width=1946\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eBase 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=\"Aerator Detail\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-vanity-sink-faucet-antique-brass-bathroom-single-hole-faucet-2620246.jpg\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eAerator 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=\"Components View\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-vanity-sink-faucet-antique-brass-bathroom-single-hole-faucet-6948950.jpg\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eAll Components Included\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=\"Flat Handle Option\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-vanity-sink-faucet-antique-brass-bathroom-single-hole-faucet-7423606.jpg\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eFlat Cross Handle Option\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA after configuration --\u003e\n\u003cdiv style=\"text-align: center; margin-top: 30px;\"\u003e\u003cbutton class=\"faucet-desc__cta-primary\"\u003eSelect Your Configuration\u003c\/button\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PREMIUM FEATURES --\u003e\n\u003csection class=\"faucet-desc__features\"\u003e\n\u003ch2\u003eWhy This Faucet Is Worth The Investment\u003c\/h2\u003e\n\u003cul class=\"faucet-desc__features-list\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n              \u003cpath fill=\"currentColor\" d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eLiving Unlacquered Brass Finish\u003c\/h4\u003e\n\u003cp\u003eArrives polished and gracefully develops a natural patina over time, enhancing your space with character and charm. Unlike lacquered finishes that chip and peel, unlacquered brass becomes more beautiful with age.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n              \u003cpath fill=\"currentColor\" d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2Z\"\u003e\u003c\/path\u003e\n              \u003cpath stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\" d=\"M12 6V12L16 14\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eSolid Brass Construction\u003c\/h4\u003e\n\u003cp\u003eBuilt from high-quality, unlacquered brass for lasting strength and timeless appeal. The substantial weight and durability you can feel immediately upon handling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n              \u003cpath fill=\"currentColor\" d=\"M12 8V16M8 12H16M22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eSwiveling Neck Design\u003c\/h4\u003e\n\u003cp\u003eOffers added flexibility and ease of use, ideal for bathroom installations. The swiveling spout provides versatility for washing and filling, making your daily routine more convenient.\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\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 Cartridges\u003c\/h4\u003e\n\u003cp\u003eStandard 1\/2\" ceramic cartridges deliver smooth, leak-resistant performance with exceptional durability. Engineered for years of reliable, drip-free operation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- LIFESTYLE SECTIONS --\u003e\n\u003csection class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Moroccan handcrafted brass bathroom faucet\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-vanity-sink-faucet-antique-brass-bathroom-single-hole-faucet-2787802.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003eMoroccan Artisan Heritage\u003c\/h3\u003e\n\u003cp\u003eEach faucet is meticulously handcrafted by skilled Moroccan artisans who have perfected their craft over generations. Using traditional metalworking techniques, they shape solid brass into this elegant design that brings authentic character to your bathroom.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"lifestyle-section\" style=\"direction: rtl;\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Unlacquered brass patina development\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-vanity-sink-faucet-antique-brass-bathroom-single-hole-faucet-9301282.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003eA Finish That Tells Your Story\u003c\/h3\u003e\n\u003cp\u003eThe unlacquered brass finish is designed to age gracefully, developing a unique patina that reflects your home's story. Each mark and subtle color shift adds character, creating a one-of-a-kind piece that grows more beautiful with use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Bathroom faucet components and construction\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-vanity-sink-faucet-antique-brass-bathroom-single-hole-faucet-6948950.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003eEasy Installation\u003c\/h3\u003e\n\u003cp\u003eIncludes a comprehensive manual for a professional and stress-free installation process. Designed for standard single-hole installations, this faucet is compatible with most bathroom vanities and comes with all necessary mounting hardware.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TECHNICAL SPECS --\u003e\n\u003csection class=\"faucet-desc__specs-section\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003ctable class=\"faucet-desc__specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eFinish\u003c\/td\u003e\n\u003ctd\u003eUnlacquered Brass (Develops Patina)\u003c\/td\u003e\n\u003c\/tr\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\u003eNeck Type\u003c\/td\u003e\n\u003ctd\u003eSwiveling for Flexible Use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCartridges\u003c\/td\u003e\n\u003ctd\u003eCeramic Standard 1\/2″ (Leak Resistant)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlumbing Compatibility\u003c\/td\u003e\n\u003ctd\u003eCorrect fittings for your region\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation\u003c\/td\u003e\n\u003ctd\u003eSingle Hole Mount\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHandle Options\u003c\/td\u003e\n\u003ctd\u003eSimple Cross or Flat Cross\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\u003ctr\u003e\n\u003ctd\u003eCraftsmanship\u003c\/td\u003e\n\u003ctd\u003eHandmade in Morocco\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp style=\"color: var(--muted); margin-top: 12px; font-size: clamp(12px, 1.5vw, 13px); line-height: 1.6;\"\u003eCorrect fittings for your region plumbing standards. Requires a single pre-drilled hole in your vanity or countertop. All mounting hardware and installation components included. Perfect match for existing Insideast brass fixtures.\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 dimensions, measurements, and step-by-step instructions\u003c\/p\u003e\n\u003ca download=\"\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Brass_Single_Hole_Bathroom_Faucet_Spout_with_aerator_IB-001-04-001-01-23.pdf?v=1759485174\"\u003e📄 Download Size Guide (PDF)\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- WARRANTY --\u003e\n\u003cdiv aria-label=\"Warranty \u0026amp; Guarantee\" role=\"region\" class=\"ie-warranty\"\u003e\n\u003cdiv class=\"ie-warranty__top\"\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\" class=\"ie-warranty__shield\"\u003e\n          \u003cpath fill=\"currentColor\" d=\"M12 2l7 3v6c0 5-3.6 9.7-7 11-3.4-1.3-7-6-7-11V5l7-3z\"\u003e\u003c\/path\u003e\n          \u003cpath fill=\"#fff\" d=\"M10.2 12.6l-1.9-1.9-1.1 1.1 3 3 5.6-5.6-1.1-1.1-4.5 4.5z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003ch3 class=\"ie-warranty__title\"\u003eWarranty \u0026amp; Guarantee\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ie-warranty__body\"\u003e\n\u003cp\u003eWe stand by the quality of our products with industry-leading protection.\u003c\/p\u003e\n\u003cul class=\"ie-warranty__list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e5-Year Limited Warranty\u003c\/strong\u003e on plumbing and accessories for residential use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e1-Year Warranty\u003c\/strong\u003e on wearable parts (cartridges, O-rings, etc.).\u003c\/li\u003e\n\u003cli\u003eCovered for \u003cstrong\u003erepair or replacement\u003c\/strong\u003e in case of manufacturing defects (installation\/labor costs excluded).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVisual damages\u003c\/strong\u003e must be reported within \u003cstrong\u003e15 days\u003c\/strong\u003e of delivery with photos and proof of purchase.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"ie-warranty__note\"\u003eQuestions or need to file a claim? Email \u003ca href=\"mailto:contact@insideast.com\"\u003econtact@insideast.com\u003c\/a\u003e with your order number.\u003c\/p\u003e\n\u003cp class=\"ie-warranty__note\"\u003eFinish note: unlacquered brass develops a natural patina over time. This cosmetic aging is expected and celebrated—not considered a defect.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003cdiv class=\"faucet-desc__cta-section\" style=\"margin-top: 60px;\"\u003e\n\u003ch3 style=\"font-size: clamp(20px, 3vw, 24px); margin-bottom: 15px; color: var(--primary);\"\u003eReady to Elevate Your Bathroom?\u003c\/h3\u003e\n\u003cp style=\"color: var(--muted); margin-bottom: 20px; font-size: clamp(13px, 1.5vw, 15px);\"\u003eJoin homeowners who chose artisan quality that lasts\u003c\/p\u003e\n\u003cbutton class=\"faucet-desc__cta-primary\"\u003eChoose Your Handle Style\u003c\/button\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\u003c!-- STICKY CTA BAR (Mobile) --\u003e\n\u003cdiv class=\"faucet-desc__sticky-cta\"\u003e\u003cbutton\u003eSelect Your Handle\u003c\/button\u003e\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Simple","offer_id":43590354403437,"sku":"IB-001-04-001-01-23","price":164.17,"currency_code":"USD","in_stock":true},{"title":"Flat","offer_id":43590354436205,"sku":"IB-001-04-001-02-23","price":164.17,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/unlacquered-brass-vanity-sink-faucet-antique-brass-bathroom-single-hole-faucet-9301282.jpg?v=1773579320"},{"product_id":"unlacquered-brass-kitchen-water-dispenser-cold-water-faucet-water-filter-faucet-small-sink-faucet","title":"Unlacquered Brass Kitchen Water Dispenser, Cold Water Faucet, Water Filter Faucet, Small Sink Faucet","description":"\u003cp\u003e\u003cstrong\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/IK-092-04-001-03-25_Unlacquered_Brass_Kitchen_Water_Dispenser_2.jpg?v=1766157326\" alt=\"\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eBuilt to Last \u003c\/strong\u003e→ Made from 100% solid brass for maximum durability and long-term performance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLiving Finish \u003c\/strong\u003e→ Features an unlacquered brass surface that develops a rich, natural patina over time, adding timeless character.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eUS Plumbing Compatible\u003c\/strong\u003e → Designed to work with US plumbing standards; faucet thread size is 3\/8″.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCustomizable Design\u003c\/strong\u003e → Spout style and reach can be tailored to fit your specific needs (available upon request).\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatible with Insideast Fixtures \u003c\/strong\u003e→ Perfect match for your existing brass setup.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/IK-092-04-001-01-25UnlacqueredBrassKitchenWaterDispenser_9.jpg?v=1766157315\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFinish\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eUnlacquered Brass (Develops Natural Patina)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSolid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eThread Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e3\/8″ (US Plumbing Standard)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eSpout\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCustomizable Upon Request\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eInstallation\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eDeck-Mounted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eReturn Policy\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e30-Day Return\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(43, 0, 255);\"\u003e\u003cstrong\u003e\u003cspan data-sheets-userformat='{\"2\":515,\"3\":{\"1\":0},\"4\":{\"1\":3,\"3\":2},\"12\":0}' data-sheets-value='{\"1\":2,\"2\":\"Traditional construction. This makes it easy to find replacements when old parts wear out.\"}'\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e➡️ \u003ca rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Cold_Water_Single_Hole_thread_3I8_IK-092-04-001-01-25.pdf\" target=\"_blank\"\u003e\u003cspan style=\"color: rgb(43, 0, 255);\"\u003eDownload Size Guide (PDF)\u003c\/span\u003e\u003c\/a\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/IK-092-04-001-01-25UnlacqueredBrassKitchenWaterDispenser_1.jpg?v=1766157315\" alt=\"\"\u003e\u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Select an Option","offer_id":43806408966253,"sku":null,"price":160.17,"currency_code":"USD","in_stock":true},{"title":"Simple Cross","offer_id":42686882185325,"sku":"IK-092-04-001-01-25","price":160.17,"currency_code":"USD","in_stock":true},{"title":"Lever Handle","offer_id":42686882218093,"sku":"IK-092-04-001-03-25","price":160.17,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/unlacquered-brass-kitchen-water-dispenser-cold-water-faucet-water-filter-faucet-small-sink-faucet-8979629.jpg?v=1773579320"},{"product_id":"unlacquered-brass-3-hole-widespread-faucet-deck-mount-bathroom-waterfall-faucet","title":"Unlacquered Brass 3-Hole Widespread Faucet, Deck Mount Bathroom Waterfall Faucet","description":"\u003cp\u003e\u003cstrong\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Unlacquered_Brass_3-Hole_Widespread_Faucet_Deck_Mount_Bathroom_Waterfall_Faucet_10.jpg?v=1767353600\" alt=\"\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eUnlacquered Brass Finish \u003c\/strong\u003e→ Delivered with a polished shine that naturally ages into a rich patina over time, adding unique vintage character.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCertified Solid Brass Construction\u003c\/strong\u003e → Made from high-quality, non-recycled brass for maximum durability, corrosion resistance, and long-term performance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Unlacquered_Brass_3-Hole_Widespread_Faucet_Deck_Mount_Bathroom_Waterfall_Faucet_3.jpg?v=1767353948\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eEasy Installation\u003c\/strong\u003e → Comes with a detailed installation manual and all necessary components for a seamless setup.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e1\/2″ NPT Threading\u003c\/strong\u003e → Fully compatible with US plumbing systems for easy and secure installation.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Unlacquered_Brass_3-Hole_Widespread_Faucet_Deck_Mount_Bathroom_Waterfall_Faucet_5.jpg?v=1767353948\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003eCompatible with Insideast Fixtures\u003c\/strong\u003e → Designed to match seamlessly with other unlacquered brass pieces.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Unlacquered_Brass_3-Hole_Widespread_Faucet_Deck_Mount_Bathroom_Waterfall_Faucet_4.jpg?v=1767353948\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFinish\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eUnlacquered Brass (Polished, Develops Natural Patina)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCertified Solid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eSpout\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCustomizable Upon Request\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eHandle Spread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAdjustable (Bridge Mount Design)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCartridges\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eStandard 1\/2″ Ceramic (Leak-Free, US-Compatible)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eThreading\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e1\/2″ NPT (US Plumbing Standard)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eInstallation\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSurface-Mounted; Manual Included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eReturn Policy\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e\n\u003cstrong\u003e\u003c\/strong\u003e30-Day Return\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cspan data-sheets-value='{\"1\":2,\"2\":\"Traditional construction. This makes it easy to find replacements when old parts wear out.\"}' data-sheets-userformat='{\"2\":515,\"3\":{\"1\":0},\"4\":{\"1\":3,\"3\":2},\"12\":0}'\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e➡️ \u003c\/span\u003e\u003c\/span\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Unlacquered_Brass_3-Hole_Widespread_Faucet_Deck_Mount_Bathroom_Waterfall_Faucet_size_1.jpg\" title=\"Download Size Guide (PDF)\" rel=\"noopener\" target=\"_blank\"\u003eDownload Size Guide \u003c\/a\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Unlacquered_Brass_3-Hole_Widespread_Faucet_Deck_Mount_Bathroom_Waterfall_Faucet_00.jpg?v=1767353948\" alt=\"\"\u003e\u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Simple Cross","offer_id":42686948835437,"sku":"IB-087-03-001-01-24","price":369.32,"currency_code":"USD","in_stock":true},{"title":"T-Handles","offer_id":42686948868205,"sku":"IB-087-03-001-24-24","price":369.32,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/unlacquered-brass-3-hole-widespread-faucet-deck-mount-bathroom-waterfall-faucet-5040252.jpg?v=1773579319"},{"product_id":"brass-kitchen-faucet-single-hole-single-hole-kitchen-faucet-isf35","title":"Unlacquered Brass Kitchen Faucet, Island Faucet, Antique Brass Sink Mixer Tap","description":"\u003cstyle\u003e\n    \/* ========== BASE 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.1rem,1.5vw,1.3rem);\n  max-width:700px;\n  margin:0 auto;\n  line-height:1.7;\n  text-align:center;\n}\n\n    .faucet-desc__specs-section{margin:clamp(60px,8vw,100px) 0}\n    .faucet-desc__specs-table{width:100%;border-collapse:collapse;margin-bottom:30px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px var(--shadow)}\n    .faucet-desc__specs-table tr{border-bottom:1px solid var(--accent-light)}\n    .faucet-desc__specs-table tr:last-child{border-bottom:none}\n    .faucet-desc__specs-table td{padding:12px 20px;font-size:14px}\n    .faucet-desc__specs-table td:first-child{font-weight:700;color:var(--primary);width:40%;background:var(--bg-light)}\n    .faucet-desc__specs-table td:last-child{color:var(--muted)}\n\n    .faucet-desc__download{background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);padding:25px;border-radius:8px;text-align:center;margin:40px 0;border:1px solid var(--accent-light)}\n    .faucet-desc__download h3{color:var(--primary);font-size:clamp(18px,2.5vw,22px);margin-bottom:15px}\n    .faucet-desc__download p{color:var(--muted);margin-bottom:15px;font-size:clamp(13px,1.5vw,15px)}\n    .faucet-desc__download a{display:inline-block;background:var(--accent);color:#fff;padding:12px 30px;border-radius:6px;text-decoration:none;font-weight:600;font-size:14px;transition:background .3s ease}\n    .faucet-desc__download a:hover{background:#8b6740}\n\n    .faucet-desc__config{margin:60px 0}\n    .faucet-desc__config h2{font-size:clamp(22px,4vw,28px);margin-bottom:15px;color:var(--primary);font-weight:600;text-align:center}\n    .faucet-desc__config-intro{text-align:center;color:var(--muted);font-size:clamp(14px,1.5vw,15px);line-height:1.7;max-width:700px;margin:0 auto 35px}\n\n    .faucet-desc__config-slider-wrap{position:relative;overflow:hidden;margin:40px 0;max-width:800px;margin-left:auto;margin-right:auto}\n    .faucet-desc__config-slider-title{text-align:center;font-size:clamp(18px,3vw,22px);font-weight:700;color:var(--accent);margin-bottom:25px;text-transform:uppercase;letter-spacing:1px}\n    .faucet-desc__config-slider-container{position:relative;overflow-x:auto;overflow-y:hidden;border-radius:12px;scroll-behavior:smooth;scroll-snap-type:x mandatory;max-height:500px;padding:0 40px}\n    .faucet-desc__config-slider-container::-webkit-scrollbar{height:8px}\n    .faucet-desc__config-slider-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}\n    .faucet-desc__config-slider-container::-webkit-scrollbar-thumb{background:var(--accent);border-radius:10px}\n    .faucet-desc__config-slider{display:flex;gap:20px;padding:5px}\n    .faucet-desc__config-slide{flex:0 0 calc(50% - 10px);min-width:calc(50% - 10px);scroll-snap-align:start}\n    .faucet-desc__config-slide-img{width:100%;height:460px;object-fit:cover;border-radius:12px;box-shadow:0 10px 40px var(--shadow);display:block;background:#fff;border:1px solid var(--accent-light)}\n    .faucet-desc__config-slide-caption{text-align:center;margin-top:12px;font-size:14px;color:var(--primary);font-weight:600;background:var(--bg-light);padding:8px 12px;border-radius:6px;border:1px solid var(--accent-light)}\n    .faucet-desc__config-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(166,124,82,.8);color:#fff;border:none;width:35px;height:35px;border-radius:50%;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;font-size:18px;box-shadow:0 4px 15px rgba(0,0,0,.2);transition:all .3s ease}\n    .faucet-desc__config-arrow:hover{background:#8b6740;transform:translateY(-50%) scale(1.1)}\n    .faucet-desc__config-arrow--left{left:4px}\n    .faucet-desc__config-arrow--right{right:4px}\n\n    .faucet-desc__config-grid{display:grid;grid-template-columns:1fr;gap:20px;margin-top:40px;background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);padding:25px;border-radius:8px;border:1px solid var(--accent-light)}\n    .faucet-desc__config-section h3{font-size:16px;color:var(--accent);margin-bottom:12px;font-weight:600;text-align:center}\n    .faucet-desc__config-options{display:grid;gap:10px;grid-template-columns:1fr 1fr}\n    .faucet-desc__config-option{background:#fff;padding:15px;border-radius:6px;border:1px solid var(--accent-light);font-size:14px;color:var(--primary);text-align:center;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative}\n    .faucet-desc__config-option:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow)}\n\n    \/* CTA Section *\/\n    .faucet-desc__cta-section{text-align:center;margin:clamp(30px,4vw,40px) 0;padding:clamp(20px,3vw,30px);background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);border-radius:12px;border:2px solid var(--accent);box-shadow:0 8px 30px rgba(166,124,82,.15)}\n    .faucet-desc__price-note{font-size:clamp(13px,1.5vw,16px);color:var(--muted);margin-bottom:20px}\n    .faucet-desc__cta-primary{background:var(--accent);color:#fff;border:none;padding:clamp(14px,2vw,18px) clamp(30px,4vw,40px);font-size:clamp(15px,2vw,18px);font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(166,124,82,.3);text-transform:uppercase;letter-spacing:.5px;width:100%;max-width:400px}\n    .faucet-desc__cta-primary:hover{background:#8b6740;transform:translateY(-2px);box-shadow:0 6px 20px rgba(166,124,82,.4)}\n    .faucet-desc__cta-primary:active{transform:translateY(0)}\n    .faucet-desc__trust-bar{display:flex;justify-content:center;gap:clamp(15px,3vw,30px);margin-top:20px;flex-wrap:wrap;font-size:clamp(11px,1.5vw,14px);color:var(--primary);font-weight:500}\n    .faucet-desc__trust-bar div{display:flex;align-items:center;gap:5px}\n    .faucet-desc__trust-bar div:before{content:\"✓\";color:var(--accent);font-weight:bold}\n\n    \/* Guarantee Bar *\/\n    .faucet-desc__guarantees-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px;margin:30px 0;padding:20px;background:#fff;border-radius:12px;border:1px solid var(--accent-light);box-shadow:0 4px 15px var(--shadow)}\n    .guarantee-item{text-align:center;padding:15px;background:var(--bg-light);border-radius:8px;transition:all .3s ease}\n    .guarantee-item:hover{transform:translateY(-4px);box-shadow:0 4px 12px var(--shadow)}\n    .guarantee-item svg{width:32px;height:32px;margin:0 auto 10px;color:var(--accent)}\n    .guarantee-item strong{display:block;font-size:clamp(12px,1.5vw,14px);color:var(--primary);margin-top:8px}\n\n    \/* Features *\/\n    .faucet-desc__features{margin:clamp(60px,8vw,100px) 0}\n    .faucet-desc__features h2{font-size:clamp(22px,4vw,28px);margin-bottom:clamp(20px,4vw,30px);color:var(--primary);font-weight:600;border-bottom:2px solid var(--accent-light);padding-bottom:15px}\n    .faucet-desc__features-list{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;margin:0;padding:0;list-style:none}\n    .faucet-desc__features-list li{display:flex;flex-direction:column;gap:15px;padding:20px;background:#fff;border-radius:12px;border:1px solid var(--accent-light);box-shadow:0 2px 8px var(--shadow);transition:all .3s ease}\n    .faucet-desc__features-list li:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.12)}\n    .faucet-desc__feature-icon{width:50px;height:50px;background:#f0e8df;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--accent);border:1px solid var(--accent-light);align-self:flex-start}\n    .faucet-desc__feature-icon svg{width:28px;height:28px}\n    .faucet-desc__feature-content h4{font-size:clamp(15px,2vw,16px);font-weight:700;margin-bottom:8px;color:var(--primary);line-height:1.3}\n    .faucet-desc__feature-content p{font-size:clamp(13px,1.5vw,14px);color:var(--muted);line-height:1.6;margin:0}\n\n    \/* Lifestyle sections *\/\n    .lifestyle-section{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;margin:clamp(40px,6vw,60px) 0}\n    .lifestyle-section__image{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.1)}\n    .lifestyle-section__image img{width:100%;height:auto;display:block;transition:transform .5s ease}\n    .lifestyle-section__content h3{margin-bottom:15px;color:var(--primary);font-size:clamp(18px,2.5vw,20px);font-weight:600;line-height:1.3}\n    .lifestyle-section__content p{color:var(--muted);line-height:1.7;font-size:clamp(14px,1.5vw,15px);margin:0}\n\n    \/* Scarcity Notice *\/\n    .faucet-desc__scarcity-notice{background:#fff8f0;border:2px solid var(--accent);border-radius:8px;padding:clamp(12px,2vw,15px) clamp(15px,3vw,20px);margin:25px 0;text-align:center;font-size:clamp(12px,1.5vw,14px);color:var(--primary);line-height:1.6}\n    .faucet-desc__scarcity-notice a{color:var(--accent);font-weight:700;text-decoration:none;border-bottom:2px solid var(--accent)}\n    .faucet-desc__scarcity-notice a:hover{color:#8b6740}\n\n    \/* Sticky CTA Bar (Mobile) *\/\n    .faucet-desc__sticky-cta{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:15px;box-shadow:0 -4px 20px var(--shadow);z-index:1000;display:none;border-top:2px solid var(--accent)}\n    .faucet-desc__sticky-cta button{width:100%;background:var(--accent);color:#fff;border:none;padding:15px;font-size:16px;font-weight:700;border-radius:8px;cursor:pointer}\n\n    .ie-warranty{font-family:inherit;margin:clamp(40px,6vw,60px) 0;border:1px solid var(--accent-light);border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);box-shadow:0 4px 15px var(--shadow)}\n    .ie-warranty__top{display:flex;align-items:center;gap:.75rem;padding:1.5rem 1.5rem 1rem;background:var(--accent);color:#fff}\n    .ie-warranty__shield{width:24px;height:24px;flex:0 0 24px;color:#fff}\n    .ie-warranty__title{margin:0;font-size:1.2rem;font-weight:700;letter-spacing:.2px;color:#fff}\n    .ie-warranty__body{padding:1.5rem}\n    .ie-warranty__body p{margin:0 0 .75rem 0;line-height:1.6;color:var(--primary)}\n    .ie-warranty__list{margin:.5rem 0 0 0;padding-left:1.25rem;color:var(--primary)}\n    .ie-warranty__list li{margin:.4rem 0;line-height:1.5}\n    .ie-warranty__note{margin-top:1rem;font-size:.9rem;opacity:.8;color:var(--muted)}\n\n    \/* ========== MOBILE RESPONSIVE ========== *\/\n    @media (max-width: 768px){\n      .faucet-desc__features-list{grid-template-columns:1fr;gap:15px}\n      .faucet-desc__features-list li{padding:15px;gap:12px}\n      .faucet-desc__feature-icon{width:45px;height:45px}\n      .faucet-desc__feature-icon svg{width:24px;height:24px}\n      .faucet-desc__config-grid{grid-template-columns:1fr;padding:20px;gap:20px}\n      .faucet-desc__config-options{grid-template-columns:1fr}\n      .faucet-desc__config-slide{flex:0 0 calc(100% - 20px);min-width:calc(100% - 20px)}\n      .faucet-desc__config-slider-wrap{max-width:100%}\n      .faucet-desc__config-slide-img{height:300px}\n      .faucet-desc__config-slider-title{font-size:18px;margin-bottom:20px}\n      .lifestyle-section{grid-template-columns:1fr;gap:20px}\n      .lifestyle-section[style*=\"direction:rtl\"]{direction:ltr}\n      .lifestyle-section__content{direction:ltr}\n      .faucet-desc__specs-table td{padding:10px 12px;font-size:13px}\n      .faucet-desc__specs-table td:first-child{width:45%}\n      .faucet-desc__header{padding:clamp(30px,5vw,50px) 0}\n      .faucet-desc__title{line-height:1.2}\n      .faucet-desc__sub{font-size:clamp(1rem,2vw,1.1rem)}\n      .faucet-desc__cta-section{padding:20px 15px}\n      .faucet-desc__trust-bar{gap:10px;font-size:11px}\n      .faucet-desc__sticky-cta{display:block}\n      .ie-warranty__title{font-size:1rem}\n      .ie-warranty__body{padding:1.2rem}\n      .faucet-desc__download{padding:20px 15px}\n      .faucet-desc__download h3{font-size:18px}\n      .faucet-desc__download p{font-size:13px}\n      .faucet-desc__download a{padding:12px 24px;font-size:13px}\n      .faucet-desc__guarantees-bar{grid-template-columns:1fr 1fr;gap:10px;padding:15px}\n      .guarantee-item{padding:12px}\n      .guarantee-item svg{width:28px;height:28px}\n    }\n\n    @media (max-width: 480px){\n      .faucet-desc__wrap{padding:20px 12px}\n      .faucet-desc__header{padding:25px 0}\n      .faucet-desc__config-slider-container{padding:0 35px}\n      .faucet-desc__config-arrow{width:30px;height:30px;font-size:16px}\n      .faucet-desc__guarantees-bar{grid-template-columns:1fr;gap:8px;padding:12px}\n      .guarantee-item{padding:10px}\n      .faucet-desc__trust-bar{flex-direction:column;gap:8px;align-items:center}\n      .faucet-desc__features-list{gap:12px}\n      .faucet-desc__features-list li{padding:12px}\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"faucet-desc\"\u003e\n\u003cdiv class=\"faucet-desc__wrap\"\u003e\n\u003c!-- HEADER --\u003e\u003cheader class=\"faucet-desc__header\"\u003e\n\u003cdiv class=\"faucet-desc__eyebrow\"\u003eSolid Brass • Handcrafted in Morocco\u003c\/div\u003e\n\u003ch2 class=\"faucet-desc__title\"\u003eUnlacquered Brass Kitchen Faucet\u003c\/h2\u003e\n\u003cp class=\"faucet-desc__sub\"\u003eClassic gooseneck kitchen faucet with island styling, crafted from 100% solid brass. Features a swiveling spout for flexible use and optional decorative cover plate. Arrives polished and develops a unique vintage patina over time.\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\"\u003eHandcrafted to order • Free Delivery\u003c\/div\u003e\n\u003cbutton class=\"faucet-desc__cta-primary\"\u003eSelect Your Configuration\u003c\/button\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\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\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\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003eLifetime Support\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SCARCITY NOTICE --\u003e\n\u003cdiv class=\"faucet-desc__scarcity-notice\"\u003e⏱️ \u003cstrong\u003eLimited Production:\u003c\/strong\u003e Each faucet is handcrafted to order by Moroccan artisans. \u003ca href=\"#cover-options\"\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=\"Unlacquered Brass Kitchen Faucet\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-kitchen-faucet-island-faucet-antique-brass-sink-mixer-tap-9663847.jpg\"\u003e\u003c\/section\u003e\n\u003c!-- COVER OPTIONS --\u003e\n\u003csection class=\"faucet-desc__config\" id=\"cover-options\"\u003e\n\u003ch2\u003eChoose Your Configuration\u003c\/h2\u003e\n\u003cp class=\"faucet-desc__config-intro\"\u003eThis elegant kitchen faucet is available as a standalone unit or with a matching decorative cover plate that conceals extra mounting holes for a clean, finished look.\u003c\/p\u003e\n\u003cdiv class=\"faucet-desc__config-grid\"\u003e\n\u003cdiv class=\"faucet-desc__config-section\"\u003e\n\u003ch3\u003eSelect Your Option\u003c\/h3\u003e\n\u003cdiv class=\"faucet-desc__config-options\"\u003e\n\u003cdiv class=\"faucet-desc__config-option\"\u003e\n\u003cstrong\u003eFaucet Only\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: 12px; color: var(--muted);\"\u003eStandard single-hole installation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-option\"\u003e\n\u003cstrong\u003eFaucet + Cover\u003c\/strong\u003e\u003cbr\u003e\u003cspan style=\"font-size: 12px; color: var(--muted);\"\u003eIncludes decorative cover plate\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slider-wrap\"\u003e\n\u003ch3 class=\"faucet-desc__config-slider-title\"\u003eProduct Gallery\u003c\/h3\u003e\n\u003cbutton class=\"faucet-desc__config-arrow faucet-desc__config-arrow--left\"\u003e‹\u003c\/button\u003e \u003cbutton class=\"faucet-desc__config-arrow faucet-desc__config-arrow--right\"\u003e›\u003c\/button\u003e\n\u003cdiv class=\"faucet-desc__config-slider-container\" id=\"configSlider\"\u003e\n\u003cdiv class=\"faucet-desc__config-slider\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\n\u003cimg decoding=\"async\" loading=\"lazy\" class=\"faucet-desc__config-slide-img\" alt=\"Kitchen Faucet with Cover\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-kitchen-faucet-island-faucet-antique-brass-sink-mixer-tap-1654681.jpg\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eFaucet with Decorative Cover\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=\"Gooseneck Spout Design\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-kitchen-faucet-island-faucet-antique-brass-sink-mixer-tap-4908250.jpg?v=1773579320\u0026amp;width=1946\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eClassic Gooseneck Design\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 with Cover Plate\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/unlacquered-brass-kitchen-faucet-island-faucet-antique-brass-sink-mixer-tap-5109913.jpg\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eInstalled with Cover Plate\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=\"Swiveling Spout Detail\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-kitchen-faucet-island-faucet-antique-brass-sink-mixer-tap-2893916.jpg\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eSwiveling Spout 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=\"Cover Plate Close-up\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-kitchen-faucet-island-faucet-antique-brass-sink-mixer-tap-6946292.jpg?v=1773579319\u0026amp;width=1946\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide-caption\"\u003eCover Plate Detail\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA after configuration --\u003e\n\u003cdiv style=\"text-align: center; margin-top: 30px;\"\u003e\u003cbutton class=\"faucet-desc__cta-primary\"\u003eSelect Your Configuration\u003c\/button\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PREMIUM FEATURES --\u003e\n\u003csection class=\"faucet-desc__features\"\u003e\n\u003ch2\u003eWhy This Faucet Is Worth The Investment\u003c\/h2\u003e\n\u003cul class=\"faucet-desc__features-list\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n              \u003cpath fill=\"currentColor\" d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eNatural Unlacquered Brass Finish\u003c\/h4\u003e\n\u003cp\u003eArrives polished and gradually develops a unique patina, adding vintage charm to your kitchen. Each faucet ages uniquely, creating a one-of-a-kind piece that becomes more beautiful over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg 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\u003e100% Solid Brass Construction\u003c\/h4\u003e\n\u003cp\u003eBuilt from solid brass for lasting durability and refined elegance. The substantial weight and premium feel ensure this faucet will be a centerpiece in your kitchen for decades.\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 8V16M8 12H16M22 12C22 17.52 17.52 22 12 22C6.48 22 2 17.52 2 12C2 6.48 6.48 2 12 2C17.52 2 22 6.48 22 12Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eSwiveling Gooseneck Spout\u003c\/h4\u003e\n\u003cp\u003eProvides smooth, flexible movement for added convenience during daily kitchen use. The high-arch gooseneck design offers excellent clearance for filling large pots and washing dishes.\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\" d=\"M12 8V12L15 15\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eBuilt-In Aerator\u003c\/h4\u003e\n\u003cp\u003eDelivers smooth, splash-free water flow with optimized pressure. Engineered for efficient water use without sacrificing performance.\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=\"M4 12L2 14L8 20L22 6L20 4L8 16L4 12Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eUS Plumbing Compatible\u003c\/h4\u003e\n\u003cp\u003eDesigned for universal standard threading to integrate seamlessly with US plumbing systems. Makes installation straightforward and professional.\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=\"M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3ZM9 17H7V10H9V17ZM13 17H11V7H13V17ZM17 17H15V13H17V17Z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eCustomizable Spout Design\u003c\/h4\u003e\n\u003cp\u003eSpout reach and height can be tailored upon request to fit your specific sink layout. Contact us for custom sizing options to perfectly match your kitchen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- LIFESTYLE SECTIONS --\u003e\n\u003csection class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Kitchen faucet with cover plate\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-kitchen-faucet-island-faucet-antique-brass-sink-mixer-tap-5109913.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003eClassic Island Faucet Styling\u003c\/h3\u003e\n\u003cp\u003eThe elegant gooseneck design with optional decorative cover plate makes this faucet perfect for kitchen islands and sink installations where you want a traditional, refined aesthetic. The cover plate provides a clean, finished look by concealing extra mounting holes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"lifestyle-section\" style=\"direction: rtl;\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Swiveling brass faucet in use\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-kitchen-faucet-island-faucet-antique-brass-sink-mixer-tap-2893916.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003eFlexible Swiveling Functionality\u003c\/h3\u003e\n\u003cp\u003eThe swiveling neck provides smooth, flexible movement for maximum convenience during daily tasks. Whether you're filling pots, washing vegetables, or cleaning dishes, the spout easily adjusts to where you need it most.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TECHNICAL SPECS --\u003e\n\u003csection class=\"faucet-desc__specs-section\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003ctable class=\"faucet-desc__specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eFinish\u003c\/td\u003e\n\u003ctd\u003eUnlacquered Brass (Develops Natural Patina)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003e100% Solid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSpout Type\u003c\/td\u003e\n\u003ctd\u003eSwiveling Gooseneck for Flexible Use\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAerator\u003c\/td\u003e\n\u003ctd\u003eBuilt-In for Smooth, Efficient Water Flow\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eThreading\u003c\/td\u003e\n\u003ctd\u003eCorrect fittings for your region\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation\u003c\/td\u003e\n\u003ctd\u003eSingle Hole Mount (Standard)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCover Option\u003c\/td\u003e\n\u003ctd\u003eOptional Decorative Cover Plate Available\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCustomization\u003c\/td\u003e\n\u003ctd\u003eSpout Height \u0026amp; Reach Customizable Upon Request\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDurability\u003c\/td\u003e\n\u003ctd\u003eLong-Lasting Construction for Daily Use\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\u003ctr\u003e\n\u003ctd\u003eCraftsmanship\u003c\/td\u003e\n\u003ctd\u003eHandmade in Morocco\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp style=\"color: var(--muted); margin-top: 12px; font-size: clamp(12px, 1.5vw, 13px); line-height: 1.6;\"\u003eCorrect fittings for your region plumimng standards. Designed for single-hole installation. Optional decorative cover plate conceals extra mounting holes for a clean, finished appearance. Swiveling gooseneck spout provides flexible positioning. Spout dimensions can be customized - contact us for specific measurements to match your sink layout. Perfect match for existing Insideast brass fixtures.\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 dimensions, measurements, and step-by-step instructions\u003c\/p\u003e\n\u003ca download=\"\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/IK-063-04-001-16-23_Unlacquered_Brass_Single_Hole_Kitchen_Mixer_Tap_Gooseneck_spout.pdf\"\u003e📄 Download Size Guide (PDF)\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- WARRANTY --\u003e\n\u003cdiv aria-label=\"Warranty \u0026amp; Guarantee\" role=\"region\" class=\"ie-warranty\"\u003e\n\u003cdiv class=\"ie-warranty__top\"\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\" class=\"ie-warranty__shield\"\u003e\n          \u003cpath fill=\"currentColor\" d=\"M12 2l7 3v6c0 5-3.6 9.7-7 11-3.4-1.3-7-6-7-11V5l7-3z\"\u003e\u003c\/path\u003e\n          \u003cpath fill=\"#fff\" d=\"M10.2 12.6l-1.9-1.9-1.1 1.1 3 3 5.6-5.6-1.1-1.1-4.5 4.5z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003ch3 class=\"ie-warranty__title\"\u003eWarranty \u0026amp; Guarantee\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ie-warranty__body\"\u003e\n\u003cp\u003eWe stand by the quality of our products with industry-leading protection.\u003c\/p\u003e\n\u003cul class=\"ie-warranty__list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e5-Year Limited Warranty\u003c\/strong\u003e on plumbing and accessories for residential use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e1-Year Warranty\u003c\/strong\u003e on wearable parts (cartridges, hoses, O-rings, etc.).\u003c\/li\u003e\n\u003cli\u003eCovered for \u003cstrong\u003erepair or replacement\u003c\/strong\u003e in case of manufacturing defects (installation\/labor costs excluded).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVisual damages\u003c\/strong\u003e must be reported within \u003cstrong\u003e15 days\u003c\/strong\u003e of delivery with photos and proof of purchase.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"ie-warranty__note\"\u003eQuestions or need to file a claim? Email \u003ca href=\"mailto:contact@insideast.com\"\u003econtact@insideast.com\u003c\/a\u003e with your order number.\u003c\/p\u003e\n\u003cp class=\"ie-warranty__note\"\u003eFinish note: unlacquered brass develops a natural patina over time. This cosmetic aging is expected and celebrated—not considered a defect.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003cdiv class=\"faucet-desc__cta-section\" style=\"margin-top: 60px;\"\u003e\n\u003ch3 style=\"font-size: clamp(20px, 3vw, 24px); margin-bottom: 15px; color: var(--primary);\"\u003eReady to Transform Your Kitchen?\u003c\/h3\u003e\n\u003cp style=\"color: var(--muted); margin-bottom: 20px; font-size: clamp(13px, 1.5vw, 15px);\"\u003eJoin homeowners who chose artisan quality that lasts\u003c\/p\u003e\n\u003cbutton class=\"faucet-desc__cta-primary\"\u003eChoose Your Configuration\u003c\/button\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\u003c!-- STICKY CTA BAR (Mobile) --\u003e\n\u003cdiv class=\"faucet-desc__sticky-cta\"\u003e\u003cbutton\u003eSelect Configuration\u003c\/button\u003e\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Faucet","offer_id":43582419173485,"sku":"IK-063-04-001-16-23","price":212.86,"currency_code":"USD","in_stock":true},{"title":"Faucet + Cover","offer_id":43582419206253,"sku":"IK-100-04-001-16-25","price":289.18,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/unlacquered-brass-kitchen-faucet-island-faucet-antique-brass-sink-mixer-tap-9663847.jpg?v=1773579318"},{"product_id":"2-pack-oxidized-copper-pendant-lights-kitchen-island-set-of-dome-copper-lampshade","title":"Oxidized Copper Ceiling Pendant Set, Copper Lampshade, Copper Ceiling Light Fixture, Copper Hanging Dome Light Set Kitchen Island","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400\u0026amp;family=Inter:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* BASE RESET \u0026 VARIABLES *\/\n    :root {\n        --ias-copper: #b87333;\n        --ias-copper-dark: #8b4513;\n        --ias-gold-mark: #d4a373;\n        --ias-text: #2d2a26;\n        --ias-text-light: #6b665c;\n        --ias-bg: #faf9f6;\n        --ias-bg-soft: #fdf8f3;\n        --ias-border: #e5e1da;\n        --ias-max-width: 900px;\n    }\n\n    #ias-p-top * {\n    box-sizing: border-box;\n}\n#ias-p-top {\n    background-color: var(--ias-bg);\n    font-family: 'Inter', sans-serif;\n    color: var(--ias-text);\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n}\n\n    .ias-p-container {\n        max-width: var(--ias-max-width);\n        margin: 0 auto;\n        padding: 60px 20px;\n        scroll-behavior: smooth;\n    }\n\n    .ias-p-serif {\n        font-family: 'Playfair Display', serif;\n    }\n\n    \/* ALIGNMENT REFINEMENT - ALL CENTERED *\/\n    .ias-p-hero,\n    .ias-p-hook,\n    .ias-p-section-desc,\n    .ias-p-variations .ias-p-section-header,\n    .ias-p-specs-grid\u003ediv:first-child,\n    .ias-p-reviews .ias-p-section-header,\n    .ias-p-faq .ias-p-section-header {\n        text-align: center;\n    }\n\n    .ias-p-desc-text {\n        text-align: center;\n        max-width: 800px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    \/* FEATURE LIST CENTERING LOGIC *\/\n    .ias-p-feature-list {\n        list-style: none;\n        padding: 0;\n        margin-top: 30px;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        \/* Centered on Desktop *\/\n    }\n\n    .ias-p-feature-item {\n        display: flex;\n        align-items: center;\n        gap: 14px;\n        margin-bottom: 16px;\n        font-size: 15px;\n        font-weight: 500;\n        text-align: left;\n    }\n\n    \/* GOLD MARK STYLE *\/\n    .ias-p-gold-mark {\n        color: var(--ias-gold-mark);\n        flex-shrink: 0;\n        width: 18px;\n        height: 18px;\n    }\n\n    \/* HERO SECTION *\/\n    .ias-p-badge {\n        display: inline-block;\n        padding: 6px 18px;\n        background: #f5efe6;\n        color: var(--ias-copper-dark);\n        font-size: 11px;\n        font-weight: 700;\n        letter-spacing: 2px;\n        text-transform: uppercase;\n        border-radius: 50px;\n        margin-bottom: 24px;\n    }\n\n    .ias-p-hero-title {\n        font-size: clamp(32px, 6vw, 52px);\n        margin-bottom: 16px;\n        line-height: 1.1;\n        color: var(--ias-text);\n    }\n\n    .ias-p-hero-subtitle {\n        font-size: 20px;\n        color: var(--ias-text-light);\n        font-style: italic;\n        font-weight: 300;\n        margin-bottom: 40px;\n    }\n\n    .ias-p-main-img-wrapper {\n        position: relative;\n        border-radius: 24px;\n        overflow: hidden;\n        box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.12);\n        margin-bottom: 40px;\n    }\n\n    .ias-p-main-img {\n        width: 100%;\n        height: auto;\n        display: block;\n    }\n\n    \/* MID SECTION IMAGE - SMALLER THAN HERO *\/\n    .ias-p-mid-img-wrapper {\n        max-width: 650px;\n        margin: 0 auto 60px;\n        border-radius: 20px;\n        overflow: hidden;\n        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);\n    }\n\n    .ias-p-mid-img {\n        width: 100%;\n        height: auto;\n        display: block;\n    }\n\n    \/* ADVANTAGES ROW *\/\n    .ias-p-adv-row {\n        display: flex;\n        justify-content: center;\n        flex-wrap: wrap;\n        gap: 24px;\n        margin-bottom: 30px;\n        padding: 20px 0;\n        border-bottom: 1px solid var(--ias-border);\n    }\n\n    .ias-p-adv-item {\n        display: flex;\n        align-items: center;\n        gap: 8px;\n        font-size: 12px;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        color: var(--ias-text);\n    }\n\n    .ias-p-emergency-msg {\n        background: #fff8f0;\n        border-left: 4px solid var(--ias-copper);\n        padding: 20px;\n        border-radius: 8px;\n        margin-bottom: 60px;\n        font-size: 15px;\n        color: var(--ias-text);\n        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);\n        text-align: center;\n    }\n\n    \/* GALLERY - REMOVED GREY BOXES *\/\n    .ias-p-gallery-grid {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 20px;\n        margin-bottom: 100px;\n    }\n\n    .ias-p-gallery-item {\n        border-radius: 16px;\n        overflow: hidden;\n        background-color: transparent;\n        \/* Removed grey background *\/\n        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);\n        display: flex;\n    }\n\n    .ias-p-gallery-img {\n        width: 100%;\n        height: auto;\n        object-fit: cover;\n        display: block;\n        transition: transform 0.6s ease;\n    }\n\n    .ias-p-gallery-item:hover .ias-p-gallery-img {\n        transform: scale(1.04);\n    }\n\n    \/* VARIATIONS *\/\n    .ias-p-variations {\n        background: var(--ias-bg-soft);\n        border-radius: 32px;\n        padding: 60px 20px;\n        margin-bottom: 20px;\n        border: 1px solid #f5efe6;\n    }\n\n    .ias-p-section-subtitle {\n        text-transform: uppercase;\n        letter-spacing: 3px;\n        font-size: 11px;\n        font-weight: 700;\n        color: var(--ias-copper);\n        display: block;\n        margin-bottom: 12px;\n    }\n\n    .ias-p-var-grid {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 40px;\n    }\n\n    .ias-p-var-group h4 {\n        font-size: 20px;\n        margin-bottom: 16px;\n    }\n\n    .ias-p-tag-cloud {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 10px;\n        justify-content: center;\n    }\n\n    .ias-p-tag {\n        background: white;\n        border: 1px solid var(--ias-border);\n        padding: 8px 18px;\n        border-radius: 8px;\n        font-size: 13px;\n        font-weight: 600;\n        color: var(--ias-text);\n    }\n\n    .ias-p-custom-info {\n        margin-top: 50px;\n        text-align: center;\n        padding-top: 40px;\n        border-top: 1px solid var(--ias-border);\n    }\n\n    .ias-p-custom-link {\n        color: var(--ias-copper);\n        font-weight: 700;\n        text-decoration: none;\n        border-bottom: 2px solid var(--ias-copper);\n        padding-bottom: 2px;\n        transition: opacity 0.3s;\n    }\n\n    \/* REVIEWS *\/\n    .ias-p-reviews {\n        margin-bottom: 100px;\n    }\n\n    .ias-p-review-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n        gap: 24px;\n    }\n\n    .ias-p-review-card {\n        background: white;\n        padding: 32px;\n        border-radius: 24px;\n        border: 1px solid var(--ias-border);\n        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);\n        text-align: left;\n    }\n\n    .ias-p-stars {\n        color: var(--ias-copper);\n        margin-bottom: 16px;\n        font-size: 14px;\n        letter-spacing: 2px;\n    }\n\n    .ias-p-review-text {\n        font-style: italic;\n        color: var(--ias-text-light);\n        font-size: 15px;\n        margin-bottom: 24px;\n    }\n\n    .ias-p-reviewer-name {\n        font-weight: 700;\n        font-size: 14px;\n    }\n\n    \/* FAQ - NATIVE HTML UPDATE *\/\n    .ias-p-faq {\n        margin-bottom: 100px;\n    }\n\n    details.ias-p-faq-item {\n        border-bottom: 1px solid var(--ias-border);\n    }\n\n    summary.ias-p-faq-trigger {\n        width: 100%;\n        padding: 24px 0;\n        background: none;\n        border: none;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        cursor: pointer;\n        text-align: left;\n        font-size: 18px;\n        color: var(--ias-text);\n        list-style: none;\n        \/* Removes default arrow *\/\n    }\n\n    summary.ias-p-faq-trigger::-webkit-details-marker {\n        display: none;\n        \/* Removes default arrow in Safari\/Chrome *\/\n    }\n\n    .ias-p-faq-icon {\n        transition: transform 0.3s ease;\n        font-size: 14px;\n    }\n\n    .ias-p-faq-content {\n        padding-bottom: 24px;\n    }\n\n    .ias-p-faq-content p {\n        color: var(--ias-text-light);\n        font-size: 15px;\n        text-align: left;\n    }\n\n    details[open] .ias-p-faq-icon {\n        transform: rotate(180deg);\n    }\n\n    \/* SPECS *\/\n    .ias-p-specs-grid {\n        display: grid;\n        grid-template-columns: 1fr 1.5fr;\n        gap: 60px;\n        margin-bottom: 100px;\n    }\n\n    .ias-p-table-wrapper {\n        border-radius: 20px;\n        overflow: hidden;\n        border: 1px solid var(--ias-border);\n    }\n\n    .ias-p-specs-table {\n        width: 100%;\n        border-collapse: collapse;\n        background: white;\n        text-align: left;\n    }\n\n    .ias-p-specs-table td,\n    .ias-p-specs-table th {\n        padding: 18px 24px;\n        border-bottom: 1px solid var(--ias-border);\n        font-size: 14px;\n    }\n\n    .ias-p-spec-key {\n        font-weight: 700;\n        color: var(--ias-copper-dark);\n        width: 40%;\n    }\n\n    .ias-p-pdf-box {\n        background: var(--ias-bg-soft);\n        padding: 30px;\n        border-radius: 24px;\n        border: 1px solid var(--ias-border);\n        margin-top: 20px;\n    }\n\n    .ias-p-pdf-btn {\n        display: inline-block;\n        background: var(--ias-text);\n        color: white;\n        text-decoration: none;\n        padding: 14px 24px;\n        border-radius: 12px;\n        margin-top: 20px;\n        font-weight: 600;\n        font-size: 14px;\n    }\n\n    \/* WARRANTY \u0026 PROMISE *\/\n    .ias-p-promise-grid {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 30px;\n        margin-bottom: 100px;\n    }\n\n    .ias-p-warranty-card {\n        background: var(--ias-text);\n        color: white;\n        padding: 40px;\n        border-radius: 32px;\n        text-align: center;\n    }\n\n    .ias-p-warranty-card h3 {\n        font-size: 26px;\n        margin-bottom: 20px;\n    }\n\n    .ias-p-policy-detail {\n        font-size: 13px;\n        color: #d1cfc9;\n        margin-bottom: 15px;\n        line-height: 1.5;\n    }\n\n    .ias-p-promise-card {\n        border: 2px dashed var(--ias-copper);\n        background: white;\n        padding: 40px;\n        border-radius: 32px;\n        text-align: center;\n    }\n\n    .ias-p-promise-card .ias-p-feature-list {\n        align-items: center;\n        \/* Center these lists specifically *\/\n    }\n\n    \/* FINAL CTA *\/\n    .ias-p-cta-footer {\n        background: white;\n        border: 1px solid var(--ias-border);\n        border-radius: 40px;\n        padding: 60px 20px;\n        text-align: center;\n        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);\n        margin-bottom: 60px;\n    }\n\n    .ias-p-trusted-badges {\n        display: flex;\n        justify-content: center;\n        flex-wrap: wrap;\n        gap: 40px;\n        margin-top: 40px;\n        padding-top: 30px;\n        border-top: 1px solid var(--ias-border);\n    }\n\n    .ias-p-trusted-item {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        gap: 12px;\n        font-size: 11px;\n        font-weight: 700;\n        text-transform: uppercase;\n        color: var(--ias-text-light);\n        min-width: 120px;\n    }\n\n    .ias-p-btn-primary {\n        display: inline-block;\n        background: linear-gradient(135deg, var(--ias-copper), var(--ias-copper-dark));\n        color: white;\n        padding: 22px 50px;\n        border-radius: 60px;\n        font-weight: 700;\n        font-size: 18px;\n        text-decoration: none;\n        margin-top: 40px;\n        box-shadow: 0 15px 30px rgba(184, 115, 51, 0.3);\n        transition: transform 0.3s;\n    }\n\n    .ias-p-btn-primary:hover {\n        transform: translateY(-4px);\n    }\n\n    \/* SECTION TITLES – FINAL REFINED SCALE *\/\n    .ias-p-hook h4 {\n        font-size: clamp(22px, 3.2vw, 28px);\n        \/* Smaller H4 *\/\n        line-height: 1.35;\n        margin-bottom: 12px;\n        padding-bottom: 6px;\n    }\n\n    .ias-p-section-desc h3 {\n        font-size: clamp(24px, 3.8vw, 32px);\n        \/* Primary section title *\/\n        line-height: 1.3;\n        margin-bottom: 12px;\n        padding-bottom: 8px;\n    }\n\n    .ias-p-hook p {\n        margin-bottom: 8px;\n    }\n\n    \/* RESPONSIVE *\/\n    @media (max-width: 768px) {\n\n        .ias-p-var-grid,\n        .ias-p-specs-grid,\n        .ias-p-promise-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .ias-p-feature-list {\n            align-items: flex-start;\n            \/* Left aligned for mobile *\/\n            padding-left: 20px;\n            max-width: 340px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .ias-p-promise-card .ias-p-feature-list {\n            align-items: flex-start;\n        }\n\n        .ias-p-hook {\n            padding: 10 10px;\n        }\n\n        .ias-p-mid-img-wrapper {\n            max-width: 100%;\n        }\n    }\n\n    @media (max-width: 600px) {\n        .ias-p-gallery-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .ias-p-adv-row {\n            flex-direction: row;\n            justify-content: center;\n            gap: 15px;\n        }\n\n        .ias-p-adv-item {\n            font-size: 9px;\n        }\n    }\n     \/* ========== HERO GIFT BADGE (SQUARE \u0026 HANGING) ========== *\/\n  .light-dome__gift-badge {\n    position: absolute;\n    top: 15px;\n    left: 15px; \/* Moved to top-left *\/\n    background: #fff8f0; \/* Matches scarcity box color *\/\n    padding: 12px 8px;\n    border-radius: 8px; \/* Slightly rounded corners for a softer square *\/\n    display: flex;\n    flex-direction: column; \/* Stack icon and text vertically to make a square *\/\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    gap: 6px;\n    width: 100px; \/* Fixed width for standard square shape *\/\n    height: 100px; \/* Fixed height for standard square shape *\/\n    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);\n    border: 1px solid var(--accent);\n    z-index: 10;\n    transform-origin: top center; \/* Makes the animation swing from the top *\/\n    animation: badge-swing 3.5s ease-in-out infinite; \/* Gentle hanging animation *\/\n  }\n\n  .light-dome__gift-badge svg {\n    color: var(--accent);\n    width: 26px;\n    height: 26px;\n    flex-shrink: 0;\n  }\n\n  .light-dome__gift-badge span {\n    color: var(--primary);\n    font-size: clamp(11px, 1.2vw, 13px);\n    font-weight: 700;\n    line-height: 1.2;\n  }\n   \/* ========== HERO GIFT LABEL (HANGING TAG) ========== *\/\n  .light-dome__hanging-label {\n    position: absolute;\n    top: 25px; \/* Dropped down to make room for the string *\/\n    right: 20px; \/* Top right corner *\/\n    background: #fff8f0; \/* Matches the scarcity box *\/\n    border: 1px solid var(--accent);\n    border-radius: 8px;\n    padding: 14px 8px 10px;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    width: 105px;\n    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n    z-index: 10;\n    \n    \/* Makes it physical: The tag swings exactly from the top of the string! *\/\n    transform-origin: 50% -20px; \n    animation: tag-swing 3.5s ease-in-out infinite; \n  }\n\n  \/* The actual string *\/\n  .light-dome__hanging-label::before {\n    content: \"\";\n    position: absolute;\n    top: -20px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 1.5px;\n    height: 20px;\n    background: var(--accent);\n    opacity: 0.8;\n  }\n\n  \/* The hole in the tag *\/\n  .light-dome__hanging-label::after {\n    content: \"\";\n    position: absolute;\n    top: 6px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 6px;\n    height: 6px;\n    background: #333; \/* Dark hole effect *\/\n    border-radius: 50%;\n    box-shadow: inset 0 1px 2px rgba(0,0,0,0.8), 0 1px 0 rgba(255,255,255,0.8);\n  }\n\n  \/* Lit Bulb Icon *\/\n  .light-dome__label-bulb {\n    color: #e6a100; \/* Warm gold ray color *\/\n    width: 30px; \/* Slightly larger as the focus *\/\n    height: 30px;\n    flex-shrink: 0;\n    margin-top: 3px;\n    filter: drop-shadow(0 0 6px rgba(230, 161, 0, 0.7)); \/* Outer glow *\/\n    animation: bulb-glow 1.5s infinite alternate ease-in-out;\n  }\n\n  .light-dome__hanging-label span {\n    color: var(--primary);\n    font-size: clamp(10px, 1.2vw, 12px);\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n\n  \/* Tag swinging animation *\/\n  @keyframes tag-swing {\n    0% { transform: rotate(-4deg); }\n    50% { transform: rotate(4deg); }\n    100% { transform: rotate(-4deg); }\n  }\n\n  \/* Brightly lit bulb glow animation *\/\n  @keyframes bulb-glow {\n    0% { filter: drop-shadow(0 0 3px rgba(255, 180, 0, 0.5)); transform: scale(0.95); opacity: 0.9; }\n    100% { filter: drop-shadow(0 0 12px rgba(255, 180, 0, 1)); transform: scale(1.05); opacity: 1; }\n  }\n\n  @media (max-width: 768px) {\n    .light-dome__hanging-label {\n      right: 10px;\n      width: 90px;\n      padding: 10px 5px 8px;\n    }\n    .light-dome__label-bulb {\n      width: 22px;\n      height: 22px;\n    }\n    .light-dome__hanging-label span {\n      font-size: 8px;\n    }\n  }\n\n \/* ========== SUSPENSION OPTIONS SECTION ========== *\/\n  .light-dome__suspension {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: clamp(20px, 4vw, 40px);\n    align-items: center;\n    background: linear-gradient(135deg, #fff 0%, var(--bg-light) 100%);\n    border: 1px solid var(--accent-light);\n    border-radius: 12px;\n    padding: clamp(20px, 4vw, 40px);\n    margin: 40px auto;\n    max-width: 900px;\n    box-shadow: 0 8px 25px rgba(166, 124, 82, 0.08);\n  }\n\n  .light-dome__suspension-content h4 {\n    font-size: clamp(20px, 3vw, 24px);\n    color: var(--primary);\n    margin-bottom: 12px;\n    font-weight: 600;\n  }\n\n  .light-dome__suspension-content p {\n    color: var(--muted);\n    font-size: clamp(14px, 1.5vw, 15px);\n    line-height: 1.6;\n    margin-bottom: 25px;\n  }\n\n  .light-dome__suspension-note {\n    background: #fff8f0;\n    border-left: 4px solid var(--accent);\n    padding: 18px;\n    border-radius: 4px 8px 8px 4px;\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.03);\n  }\n\n  .light-dome__suspension-note svg {\n    color: var(--accent);\n    width: 24px;\n    height: 24px;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  .light-dome__suspension-note span {\n    font-size: 13.5px;\n    line-height: 1.5;\n    color: var(--primary);\n  }\n  \n  .light-dome__suspension-note strong {\n    color: var(--accent);\n  }\n\n  .light-dome__suspension-img-wrapper {\n    position: relative;\n    border-radius: 8px;\n    overflow: hidden;\n    background: #f4f4f4; \/* Matches the background of your image *\/\n    border: 1px solid var(--accent-light);\n  }\n\n  .light-dome__suspension-img-wrapper img {\n    width: 100%;\n    height: auto;\n    display: block;\n    mix-blend-mode: multiply; \/* Blends the image perfectly into the layout *\/\n  }\n\n  @media (max-width: 768px) {\n    .light-dome__suspension {\n      grid-template-columns: 1fr;\n      padding: 25px 20px;\n    }\n  }\n\n      \/* ========== PACKAGE INCLUDES SECTION ========== *\/\n    .light-dome__pkg-includes {\n        margin: clamp(40px, 6vw, 80px) 0;\n    }\n\n    .light-dome__pkg-includes h3 {\n        font-size: clamp(22px, 4vw, 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    .light-dome__pkg-grid {\n        display: grid;\n        grid-template-columns: repeat(4, 1fr); \/* 4 equal columns *\/\n        gap: 15px;\n        background: var(--bg-light);\n        padding: clamp(15px, 3vw, 24px);\n        border-radius: 12px;\n        border: 1px solid var(--accent-light);\n    }\n\n    .light-dome__pkg-card {\n        text-align: center;\n        padding: 25px 15px;\n        background: #fff;\n        border-radius: 8px;\n        border: 1px solid var(--accent-light);\n        box-shadow: 0 2px 8px var(--shadow);\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n        align-items: center;\n        transition: all 0.3s ease;\n        position: relative;\n    }\n\n    .light-dome__pkg-card:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);\n    }\n\n    .light-dome__pkg-icon {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        width: 44px;\n        height: 44px;\n        background: var(--bg-light);\n        border-radius: 50%;\n        color: var(--accent);\n        margin-bottom: 12px;\n    }\n\n    .light-dome__pkg-icon svg {\n        width: 22px;\n        height: 22px;\n    }\n\n    .light-dome__pkg-label {\n        font-size: clamp(14px, 1.5vw, 16px);\n        font-weight: 600;\n        color: var(--primary);\n    }\n\n    \/* Free Gift Highlight Card *\/\n    .light-dome__pkg-highlight {\n        border: 2px solid var(--accent);\n        box-shadow: 0 4px 15px rgba(166, 124, 82, 0.15);\n        overflow: hidden;\n        \/* Extra slightly larger padding on top to fit the absolute badge *\/\n        padding-top: 35px; \n    }\n\n    .light-dome__pkg-highlight::before {\n        content: '';\n        position: absolute;\n        top: 0; left: 0; right: 0;\n        height: 4px;\n        background: var(--accent);\n    }\n\n    .light-dome__pkg-highlight .light-dome__pkg-label {\n        color: var(--accent);\n        font-weight: 700;\n    }\n\n    .light-dome__pkg-highlight .light-dome__pkg-icon {\n        background: rgba(166, 124, 82, 0.1); \n    }\n\n    .light-dome__pkg-badge {\n        position: absolute;\n        top: 10px;\n        left: 50%;\n        transform: translateX(-50%);\n        background: var(--accent);\n        color: #fff;\n        font-size: 10px;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        padding: 4px 10px;\n        border-radius: 20px;\n        font-weight: 700;\n        white-space: nowrap;\n    }\n\n    \/* Responsive Adjustments *\/\n    @media (max-width: 900px) {\n        .light-dome__pkg-grid {\n            grid-template-columns: repeat(2, 1fr); \/* 2x2 grid on tablets *\/\n        }\n    }\n\n    @media (max-width: 500px) {\n        .light-dome__pkg-grid {\n            grid-template-columns: 1fr; \/* Stack on phones *\/\n        }\n    }\n\n\u003c\/style\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- GOLD CHECKMARK SVG TEMPLATE --\u003e\u003csvg style=\"display: none;\"\u003e\n    \u003csymbol id=\"gold-mark\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n        \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n    \u003c\/symbol\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"ias-p-container\" id=\"ias-p-top\"\u003e\n\u003c!-- HERO --\u003e\u003cheader class=\"ias-p-hero\"\u003e\u003cspan class=\"ias-p-badge\"\u003eArtisan Heritage\u003c\/span\u003e\n\u003ch2 class=\"ias-p-hero-title ias-p-serif\"\u003eOxidized Copper Ceiling Pendant Set\u003c\/h2\u003e\n\u003cp class=\"ias-p-hero-subtitle\"\u003eHand-forged copper domes with preserved vintage patina a warm, organic statement for kitchen islands, dining tables, and grand entryways.\u003c\/p\u003e\n\u003cdiv class=\"ias-p-main-img-wrapper\"\u003e\u003cimg class=\"ias-p-main-img\" alt=\"Oxidized Copper Ceiling Pendant Set\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/oxidized-copper-ceiling-pendant-set-copper-lampshade-copper-ceiling-light-fixture-copper-hanging-dome-light-set-kitchen-island-2616582.webp\"\u003e\u003c\/div\u003e\n\u003c!-- ADVANTAGES --\u003e\n\u003cdiv class=\"ias-p-adv-row\"\u003e\n\u003cdiv class=\"ias-p-adv-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Reliable Shipping\u003c\/div\u003e\n\u003cdiv class=\"ias-p-adv-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e 5-Year Warranty\u003c\/div\u003e\n\u003cdiv class=\"ias-p-adv-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Flexible Returns\u003c\/div\u003e\n\u003cdiv class=\"ias-p-adv-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e15-Day Guarantee\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- EMERGENCY \/ CRAFT MSG --\u003e\n\u003cdiv class=\"ias-p-emergency-msg\"\u003e\n\u003cstrong\u003e✨ Preserved Patina Artistry:\u003c\/strong\u003e Each dome is hand-hammered from solid copper and treated with a micro-thin protective coating to lock in its rich, vintage oxidation — no further tarnishing, only enduring beauty. Made to order.\u003c\/div\u003e\n\u003c!-- VIDEO SECTION --\u003e\n\u003ch3 style=\"font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif; font-size: clamp(1.9rem, 3.0vw, 2.8rem); line-height: 1.3; margin-bottom: 24px; color: var(--ias-text); font-weight: bold; text-align: center;\"\u003eThe Soul of Manufacturing: A Journey Inside Our Workshop\u003c\/h3\u003e\n\u003cdiv style=\"position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 800px; margin: 60px auto 40px auto; border-radius: 20px; box-shadow: 0 15px 35px rgba(0,0,0,0.08);\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/BAR-ur9JMIY\" title=\"The Soul of Manufacturing\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- EMOTIONAL HOOK --\u003e\n\u003cdiv class=\"ias-p-hook\"\u003e\n\u003ch4 class=\"ias-p-serif\"\u003eCopper That Tells Time Without Changing\u003c\/h4\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eOur oxidized copper pendant captures the soul of aged metal without the maintenance. The deep green-blue undertones and warm brown highlights are chemically developed and permanently sealed, ensuring your fixture retains its museum-quality patina for decades never dulling, never fading.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- MID SECTION IMAGE --\u003e\n\u003csection style=\"margin: clamp(40px, 6vw, 80px) 0;\"\u003e\n\u003cdiv style=\"position: relative; max-width: 600px; margin: 0 auto; width: 100%;\"\u003e\n\u003c!-- ADDED: HANGING TAG BADGE --\u003e\n\u003cdiv class=\"light-dome__hanging-label\"\u003e\n\u003c!-- Brightly Lit Bulb Icon --\u003e \u003csvg class=\"light-dome__label-bulb\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \n        \u003cpath d=\"M12 2V4M18.5 5.5L17 7M5.5 5.5L7 7M22 11H20M4 11H2\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \n        \u003cpath d=\"M9 19H15V20.5C15 21.3284 14.3284 22 13.5 22H10.5C9.67157 22 9 21.3284 9 20.5V19Z\" fill=\"#a67c52\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \n        \u003cpath d=\"M15 19C15 17.5 17 16 17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12C7 16 9 17.5 9 19H15Z\" fill=\"#ffd700\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \n        \u003cpath d=\"M10 14V16M14 14V16M10 14L12 10.5L14 14\" stroke=\"#c07c00\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e \u003cspan style=\"display: inline-block; text-align: center; line-height: 1.2;\"\u003e \u003cspan style=\"display: block; font-size: 13px; font-weight: bold;\"\u003e FREE BULBS\u003c\/span\u003e \u003cspan style=\"display: block; font-size: 10px; font-weight: 600; letter-spacing: 1px; margin-top: 4px; color: #a57c52;\"\u003e OUR GIFT TO YOU \u003cspan style=\"display: inline-block; vertical-align: middle; margin-left: 4px;\"\u003e \u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 24 24\" fill=\"#865e35\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M20 7h-2.18A3 3 0 0015 2a3 3 0 00-3 3 3 3 0 00-3-3 3 3 0 00-2.82 5H4a1 1 0 00-1 1v3h18V8a1 1 0 00-1-1zm-8-3a1 1 0 011 1 1 1 0 01-2 0 1 1 0 011-1zM8 4a1 1 0 011 1 1 1 0 01-2 0 1 1 0 011-1zm13 9H3v8a1 1 0 001 1h7v-9h2v9h7a1 1 0 001-1v-8z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e \u003c\/span\u003e \u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- END HANGING TAG BADGE --\u003e \u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/oxidized-copper-ceiling-pendant-set-copper-lampshade-copper-ceiling-light-fixture-copper-hanging-dome-light-set-kitchen-island-4458755.jpg\" alt=\"Copper Pendant Over Kitchen Island\" style=\"width: 100%; height: auto; border-radius: 12px; display: block; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 40px;\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DESCRIPTION \u0026 GALLERY --\u003e\n\u003csection class=\"ias-p-section-desc\"\u003e\n\u003ch3 class=\"ias-p-serif\"\u003eHeirloom Quality in Every Curve\u003c\/h3\u003e\n\u003cdiv class=\"ias-p-desc-text\"\u003e\n\u003cp\u003eFashioned from thick, solid copper not plated or spun, this pendant offers exceptional weight, thermal stability, and acoustic presence. The hand-hammered surface breaks up reflections, creating dynamic shadows that shift with the time of day.\u003c\/p\u003e\n\u003cp\u003eUnlike raw copper, our oxidized finish is permanently stabilized with an invisible protective layer, so you enjoy the romance of aged metal without discoloration, fingerprints, or ongoing care.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cul class=\"ias-p-feature-list\"\u003e\n\u003cli class=\"ias-p-feature-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e 100% Solid Copper Construction\u003c\/li\u003e\n\u003cli class=\"ias-p-feature-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Oxidized Finish (Patina Permanently Sealed)\u003c\/li\u003e\n\u003cli class=\"ias-p-feature-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Ceiling Mounted with Hanging Support Included\u003c\/li\u003e\n\u003cli class=\"ias-p-feature-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Fully Compatible with Insideast Brass Collection\u003c\/li\u003e\n\u003cli class=\"ias-p-feature-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Custom Sizes Available on Request\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- GALLERY - CLEANED UP --\u003e\n\u003cdiv class=\"ias-p-gallery-grid\"\u003e\n\u003cdiv class=\"ias-p-gallery-item\"\u003e\u003cimg alt=\"Close-Up Oxidized Texture\" class=\"ias-p-gallery-img\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/oxidized-copper-ceiling-pendant-set-copper-lampshade-copper-ceiling-light-fixture-copper-hanging-dome-light-set-kitchen-island-5107543.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ias-p-gallery-item\"\u003e\u003cimg alt=\"Side Profile View\" class=\"ias-p-gallery-img\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/oxidized-copper-ceiling-pendant-set-copper-lampshade-copper-ceiling-light-fixture-copper-hanging-dome-light-set-kitchen-island-4458755.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ias-p-gallery-item\"\u003e\u003cimg alt=\"Over Dining Table\" class=\"ias-p-gallery-img\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/oxidized-copper-ceiling-pendant-set-copper-lampshade-copper-ceiling-light-fixture-copper-hanging-dome-light-set-kitchen-island-3767502.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ias-p-gallery-item\"\u003e\u003cimg alt=\"Cluster Installation\" class=\"ias-p-gallery-img\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/oxidized-copper-ceiling-pendant-set-copper-lampshade-copper-ceiling-light-fixture-copper-hanging-dome-light-set-kitchen-island-7431646.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- VARIATIONS GUIDE --\u003e\n\u003csection class=\"ias-p-variations\"\u003e\n\u003cdiv class=\"ias-p-section-header\"\u003e\n\u003cspan class=\"ias-p-section-subtitle\"\u003eThe Collection\u003c\/span\u003e\n\u003ch3 style=\"font-size: 32px;\" class=\"ias-p-serif\"\u003eTailored To Your Vision\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ias-p-var-grid\"\u003e\n\u003cdiv style=\"text-align: center;\" class=\"ias-p-var-group\"\u003e\n\u003ch4 class=\"ias-p-serif\"\u003eDiameter\u003c\/h4\u003e\n\u003cdiv class=\"ias-p-tag-cloud\"\u003e\n\u003cspan class=\"ias-p-tag\"\u003e8 Inches\u003c\/span\u003e \u003cspan class=\"ias-p-tag\"\u003e10 Inches\u003c\/span\u003e \u003cspan class=\"ias-p-tag\"\u003e12 Inches\u003c\/span\u003e \u003cspan class=\"ias-p-tag\"\u003e14 Inches\u003c\/span\u003e \u003cspan class=\"ias-p-tag\"\u003e18 Inches\u003c\/span\u003e \u003cspan class=\"ias-p-tag\"\u003e22 Inches\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center;\" class=\"ias-p-var-group\"\u003e\n\u003ch4 class=\"ias-p-serif\"\u003eCord Lengths\u003c\/h4\u003e\n\u003cdiv class=\"ias-p-tag-cloud\"\u003e\n\u003cspan class=\"ias-p-tag\"\u003e4 ft\u003c\/span\u003e \u003cspan class=\"ias-p-tag\"\u003e6 ft\u003c\/span\u003e \u003cspan class=\"ias-p-tag\"\u003e8 ft\u003c\/span\u003e \u003cspan class=\"ias-p-tag\"\u003e10 ft\u003c\/span\u003e \u003cspan class=\"ias-p-tag\"\u003e12 ft\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ias-p-custom-info\"\u003e\n\u003cp class=\"ias-p-desc-text\"\u003eWe specialize in bespoke lighting. Custom diameters beyond 22\", multi-pendant arrangements, and mixed-metal clusters are available upon request.\u003c\/p\u003e\n\u003cp style=\"background: #fff; padding: 15px; border-radius: 12px; border: 1px solid var(--ias-border); margin-bottom: 25px; margin-top: 20px;\" class=\"ias-p-desc-text\"\u003e\u003cstrong\u003eFor precise dimensions, refer to our size chart or email us at \u003ca style=\"color: var(--ias-copper); text-decoration: underline;\" href=\"mailto:contact@insideast.com\"\u003econtact@insideast.com\u003c\/a\u003e.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"light-dome__suspension\"\u003e\n\u003cdiv class=\"light-dome__suspension-content\"\u003e\n\u003ch4\u003eCustom Suspension Styles\u003c\/h4\u003e\n\u003cp\u003eWe tailor every detail to your space. Choose from our standard \u003cstrong\u003eFabric Cords\u003c\/strong\u003e, or elevate your design with a heavy-duty \u003cstrong\u003eBrass Link Chain\u003c\/strong\u003e or seamless \u003cstrong\u003eSolid Brass Rod\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cdiv class=\"light-dome__suspension-note\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-11v6h2v-6h-2zm0-4v2h2V7h-2z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eHow to request:\u003c\/strong\u003e Simply mention your preferred suspension style in the \"Order Notes\" box at checkout, or reach out to us at \u003ca href=\"mailto:contact@insideast.com\" style=\"color: var(--accent); font-weight: bold; text-decoration: none;\"\u003econtact@insideast.com\u003c\/a\u003e and we will gladly handle the rest.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"light-dome__suspension-img-wrapper\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/weathered-antique-brass-dome-pendant-hammered-moroccan-brass-light-8559749.png?v=1773578776\" alt=\"Suspension Options: Black Cord, Gold Cord, Brass Link Chain, Solid Brass Rod\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PACKAGE INCLUDES --\u003e\n\u003csection class=\"light-dome__pkg-includes\"\u003e\n\u003ch3 class=\"ias-p-serif\" style=\"font-size: 32px; text-align: center; margin-bottom: 24px;\"\u003ePackage Includes\u003c\/h3\u003e\n\u003cdiv class=\"light-dome__pkg-grid\"\u003e\n\u003c!-- Component 1 --\u003e\n\u003cdiv class=\"light-dome__pkg-card\"\u003e\n\u003cdiv class=\"light-dome__pkg-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                                \u003cpath d=\"M12 2v6\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 8h14l-2 8H7Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M10 16v2a2 2 0 0 0 4 0v-2\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"light-dome__pkg-label\"\u003ePendant\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Component 2 --\u003e\n\u003cdiv class=\"light-dome__pkg-card\"\u003e\n\u003cdiv class=\"light-dome__pkg-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                                \u003cpath d=\"M4 10h16v2H4z\"\u003e\u003c\/path\u003e\u003cpath d=\"M6 10V8c0-3.3 2.7-6 6-6s6 2.7 6 6v2\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"light-dome__pkg-label\"\u003eCanopy\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Component 3 --\u003e\n\u003cdiv class=\"light-dome__pkg-card\"\u003e\n\u003cdiv class=\"light-dome__pkg-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                                \u003cpath d=\"M12 2v20\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 22h8\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 2h8\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"light-dome__pkg-label\"\u003eCord\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Free Gift Highlight --\u003e\n\u003cdiv class=\"light-dome__pkg-card light-dome__pkg-highlight\"\u003e\n\u003cdiv class=\"light-dome__pkg-badge\"\u003eFree Gift\u003c\/div\u003e\n\u003cdiv class=\"light-dome__pkg-icon\"\u003e\n\u003c!-- Lit bulb icon --\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                                \u003cpath d=\"M9 18h6\"\u003e\u003c\/path\u003e\u003cpath d=\"M10 22h4\"\u003e\u003c\/path\u003e\u003cpath d=\"M15.09 14c.18-.98.65-1.74 1.41-2.5A4.65 4.65 0 0 0 18 8 6 6 0 0 0 6 8c0 1 .34 2.02 1.5 3.5.76.76 1.23 1.52 1.41 2.5\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"light-dome__pkg-label\"\u003e4 Free Bulbs\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TECHNICAL SPECS --\u003e\n\u003csection class=\"ias-p-specs-grid\"\u003e\n\u003cdiv\u003e\n\u003ch3 style=\"font-size: 32px; margin-bottom: 24px;\" class=\"ias-p-serif\"\u003eSpecifications\u003c\/h3\u003e\n\u003cdiv class=\"ias-p-pdf-box\"\u003e\n\u003ch5 style=\"margin-bottom: 10px;\"\u003eTechnical Drawing\u003c\/h5\u003e\n\u003cp style=\"font-size: 12px; color: var(--ias-text-light);\"\u003eDownload detailed dimensions, installation guide, and wiring diagrams.\u003c\/p\u003e\n\u003ca class=\"ias-p-pdf-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/IP-023-01-090-10-24_1__compressed.pdf?v=1760786816\" target=\"_blank\"\u003eView Technical Drawing\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ias-p-table-wrapper\"\u003e\n\u003ctable class=\"ias-p-specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"ias-p-spec-key\"\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eSolid Copper\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"ias-p-spec-key\"\u003eFinish\u003c\/td\u003e\n\u003ctd\u003eOxidized Copper (Patina Permanently Sealed)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"ias-p-spec-key\"\u003eBulb Base\u003c\/td\u003e\n\u003ctd\u003eFits E26\/E27 Bases — US\/EU\/UK Compatible (Gift 🎁 4 Free Bulbs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"ias-p-spec-key\"\u003eBulb Lighting Color\u003c\/td\u003e\n\u003ctd\u003e2700K\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"ias-p-spec-key\"\u003eCord Length\u003c\/td\u003e\n\u003ctd\u003eAdjustable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"ias-p-spec-key\"\u003eInstallation Type\u003c\/td\u003e\n\u003ctd\u003eCeiling Mount\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"ias-p-spec-key\"\u003eReturn Policy\u003c\/td\u003e\n\u003ctd\u003e15-Day Guarantee\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- REVIEWS --\u003e\n\u003csection class=\"ias-p-reviews\"\u003e\n\u003cdiv class=\"ias-p-section-header\"\u003e\n\u003ch3 style=\"font-size: 32px;\" class=\"ias-p-serif\"\u003eArtisan Appreciation\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ias-p-review-grid\"\u003e\n\u003cdiv class=\"ias-p-review-card\"\u003e\n\u003cdiv class=\"ias-p-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"ias-p-review-text\"\u003e\"Stunning depth in the patina — looks like it’s been in our home for decades. The sealed finish means no maintenance!\"\u003c\/p\u003e\n\u003cdiv class=\"ias-p-reviewer-name\"\u003eAdrian M.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ias-p-review-card\"\u003e\n\u003cdiv class=\"ias-p-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"ias-p-review-text\"\u003e\"Perfect over our kitchen island. The copper tones complement our wood cabinetry beautifully. Heavy and substantial.\"\u003c\/p\u003e\n\u003cdiv class=\"ias-p-reviewer-name\"\u003eLeila R.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ias-p-review-card\"\u003e\n\u003cdiv class=\"ias-p-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"ias-p-review-text\"\u003e\"Museum-quality craftsmanship. The oxidation is even and rich not blotchy like cheaper fixtures. Worth every penny.\"\u003c\/p\u003e\n\u003cdiv class=\"ias-p-reviewer-name\"\u003eTheo N.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"ias-p-faq\"\u003e\n\u003cdiv class=\"ias-p-section-header\"\u003e\n\u003ch3 style=\"font-size: 32px;\" class=\"ias-p-serif\"\u003eQuestions \u0026amp; Support\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ias-p-faq-list\"\u003e\n\u003cdetails class=\"ias-p-faq-item\"\u003e\n\u003csummary class=\"ias-p-faq-trigger ias-p-serif\"\u003eWill the patina change over time? \u003cspan class=\"ias-p-faq-icon\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"ias-p-faq-content\"\u003e\n\u003cp\u003eNo. The oxidation is chemically developed and permanently sealed with a micro-thin protective coating. It will not darken, fade, or tarnish further.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ias-p-faq-item\"\u003e\n\u003csummary class=\"ias-p-faq-trigger ias-p-serif\"\u003eCan I use it with E26 bulbs? \u003cspan class=\"ias-p-faq-icon\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"ias-p-faq-content\"\u003e\n\u003cp\u003eOur standard socket is E27 (common in Europe and globally). For North American E26 compatibility, please specify at checkout. we can customize the socket on your request.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ias-p-faq-item\"\u003e\n\u003csummary class=\"ias-p-faq-trigger ias-p-serif\"\u003eIs professional installation recommended? \u003cspan class=\"ias-p-faq-icon\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"ias-p-faq-content\"\u003e\n\u003cp\u003eSince it’s hardwired, we recommend a licensed electrician for safe and code-compliant installation, especially for larger sizes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WARRANTY \u0026 PROMISE --\u003e\n\u003csection class=\"ias-p-promise-grid\"\u003e\u003c!-- DARK BOX 1 --\u003e\n\u003cdiv class=\"ias-p-warranty-card\"\u003e\n\u003ch3 class=\"ias-p-serif\" style=\"color: #ffffff;\"\u003e5-Year Limited Warranty\u003c\/h3\u003e\n\u003cdiv class=\"ias-p-policy-detail\"\u003eWe stand by the quality of our products with industry-leading protection.\u003c\/div\u003e\n\u003cul style=\"margin-bottom: 20px;\" class=\"ias-p-feature-list\"\u003e\n\u003cli style=\"color: #d4a373; font-size: 13px;\" class=\"ias-p-feature-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\n                        \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                    \u003c\/svg\u003e 5-Year Limited Warranty on fixture construction and materials.\u003c\/li\u003e\n\u003cli style=\"color: #d4a373; font-size: 13px;\" class=\"ias-p-feature-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\n                        \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                    \u003c\/svg\u003e Covered for repair or replacement in case of manufacturing defects.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"ias-p-policy-detail\"\u003e\n\u003cstrong\u003eVisual Damage Policy:\u003c\/strong\u003e Visual damages must be reported within 15 days of delivery.\u003c\/div\u003e\n\u003cdiv class=\"ias-p-policy-detail\"\u003eNeed help? Email \u003cstrong\u003econtact@insideast.com\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"font-style: italic; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 15px; margin-top: 15px;\" class=\"ias-p-policy-detail\"\u003e\n\u003cstrong\u003eFinish Note:\u003c\/strong\u003e The oxidized patina is intentionally varied and permanently sealed. This is not raw copper — it requires no maintenance and will not change.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DASHED BOX 2 --\u003e\n\u003cdiv class=\"ias-p-promise-card\"\u003e\n\u003ch3 class=\"ias-p-serif\"\u003e🛡️ Our No-Risk Promise\u003c\/h3\u003e\n\u003cp style=\"font-size: 14px; margin-bottom: 20px; font-weight: 500;\" class=\"ias-p-desc-text\"\u003eWe craft every fixture to last generations.\u003c\/p\u003e\n\u003cul style=\"margin-bottom: 25px;\" class=\"ias-p-feature-list\"\u003e\n\u003cli style=\"font-size: 14px;\" class=\"ias-p-feature-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\n                        \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                    \u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003e15-Day Returns:\u003c\/strong\u003e Changed your mind? We'll refund you - just send it back unused in its original packaging.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-size: 14px;\" class=\"ias-p-feature-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\n                        \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                    \u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003e5-Year Warranty:\u003c\/strong\u003e Covers material and craftsmanship defects.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-size: 14px;\" class=\"ias-p-feature-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\n                        \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                    \u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003ePerfect Match Guarantee:\u003c\/strong\u003e Fixture and hardware always match.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"font-size: 13px; font-style: italic; text-align: center;\" class=\"ias-p-desc-text\"\u003eIndustry-leading protection for your peace of mind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\u003cfooter class=\"ias-p-cta-footer\"\u003e\n\u003ch3 style=\"font-size: 42px;\" class=\"ias-p-serif\"\u003eCopper Frozen in Time\u003c\/h3\u003e\n\u003cp style=\"font-size: 18px;\" class=\"ias-p-desc-text\"\u003eEach dome is forged, oxidized, and sealed by hand. Commission yours today.\u003c\/p\u003e\n\u003ca class=\"ias-p-btn-primary js-scroll-top\" href=\"#\"\u003eCONFIGURE YOUR PENDANT SET\u003c\/a\u003e \u003c!-- FINAL TRUSTED BADGES --\u003e\n\u003cdiv class=\"ias-p-trusted-badges\"\u003e\n\u003cdiv class=\"ias-p-trusted-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\" style=\"width: 24px; height: 24px; margin-bottom: 8px;\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Handcrafted to Order\u003c\/div\u003e\n\u003cdiv class=\"ias-p-trusted-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\" style=\"width: 24px; height: 24px; margin-bottom: 8px;\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e 5-Year Warranty\u003c\/div\u003e\n\u003cdiv class=\"ias-p-trusted-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\" style=\"width: 24px; height: 24px; margin-bottom: 8px;\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Free Shipping\u003c\/div\u003e\n\u003cdiv class=\"ias-p-trusted-item\"\u003e\n\u003csvg style=\"width: 24px; height: 24px; margin-bottom: 8px;\" class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e 15-Day Guarantee\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e","brand":"Insideast","offers":[{"title":"8\" \/ 4ft","offer_id":42687372296301,"sku":"IP-023-01-090-10-24(4FT)","price":488.31,"currency_code":"USD","in_stock":true},{"title":"8\" \/ 6ft","offer_id":42687372329069,"sku":"IP-023-01-090-10-24(6FT)","price":488.31,"currency_code":"USD","in_stock":true},{"title":"8\" \/ 8ft","offer_id":42687372361837,"sku":"IP-023-01-090-10-24(8FT)","price":488.31,"currency_code":"USD","in_stock":true},{"title":"8\" \/ 10ft","offer_id":42687372394605,"sku":"IP-023-01-090-10-24(10FT)","price":488.31,"currency_code":"USD","in_stock":true},{"title":"8\" \/ 12ft","offer_id":42687372427373,"sku":"IP-023-01-090-10-24(12FT)","price":488.31,"currency_code":"USD","in_stock":true},{"title":"10\" \/ 4ft","offer_id":43827699777645,"sku":null,"price":574.29,"currency_code":"USD","in_stock":true},{"title":"10\" \/ 6ft","offer_id":43827699941485,"sku":null,"price":574.29,"currency_code":"USD","in_stock":true},{"title":"10\" \/ 8ft","offer_id":43827700105325,"sku":null,"price":574.29,"currency_code":"USD","in_stock":true},{"title":"10\" \/ 10ft","offer_id":43827700269165,"sku":null,"price":574.29,"currency_code":"USD","in_stock":true},{"title":"10\" \/ 12ft","offer_id":43827700433005,"sku":null,"price":574.29,"currency_code":"USD","in_stock":true},{"title":"12\" \/ 4ft","offer_id":43827699810413,"sku":null,"price":689.38,"currency_code":"USD","in_stock":true},{"title":"12\" \/ 6ft","offer_id":43827699974253,"sku":null,"price":689.38,"currency_code":"USD","in_stock":true},{"title":"12\" \/ 8ft","offer_id":43827700138093,"sku":null,"price":689.38,"currency_code":"USD","in_stock":true},{"title":"12\" \/ 10ft","offer_id":43827700301933,"sku":null,"price":689.38,"currency_code":"USD","in_stock":true},{"title":"12\" \/ 12ft","offer_id":43827700465773,"sku":null,"price":689.38,"currency_code":"USD","in_stock":true},{"title":"14\" \/ 4ft","offer_id":43827699843181,"sku":null,"price":827.25,"currency_code":"USD","in_stock":true},{"title":"14\" \/ 6ft","offer_id":43827700007021,"sku":null,"price":827.25,"currency_code":"USD","in_stock":true},{"title":"14\" \/ 8ft","offer_id":43827700170861,"sku":null,"price":827.25,"currency_code":"USD","in_stock":true},{"title":"14\" \/ 10ft","offer_id":43827700334701,"sku":null,"price":827.25,"currency_code":"USD","in_stock":true},{"title":"14\" \/ 12ft","offer_id":43827700498541,"sku":null,"price":827.25,"currency_code":"USD","in_stock":true},{"title":"18\" \/ 4ft","offer_id":43827699875949,"sku":null,"price":992.7,"currency_code":"USD","in_stock":true},{"title":"18\" \/ 6ft","offer_id":43827700039789,"sku":null,"price":992.7,"currency_code":"USD","in_stock":true},{"title":"18\" \/ 8ft","offer_id":43827700203629,"sku":null,"price":992.7,"currency_code":"USD","in_stock":true},{"title":"18\" \/ 10ft","offer_id":43827700367469,"sku":null,"price":992.7,"currency_code":"USD","in_stock":true},{"title":"18\" \/ 12ft","offer_id":43827700531309,"sku":null,"price":992.7,"currency_code":"USD","in_stock":true},{"title":"22\" \/ 4ft","offer_id":43827699908717,"sku":null,"price":1191.24,"currency_code":"USD","in_stock":true},{"title":"22\" \/ 6ft","offer_id":43827700072557,"sku":null,"price":1191.24,"currency_code":"USD","in_stock":true},{"title":"22\" \/ 8ft","offer_id":43827700236397,"sku":null,"price":1191.24,"currency_code":"USD","in_stock":true},{"title":"22\" \/ 10ft","offer_id":43827700400237,"sku":null,"price":1191.24,"currency_code":"USD","in_stock":true},{"title":"22\" \/ 12ft","offer_id":43827700564077,"sku":null,"price":1191.24,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/oxidized-copper-ceiling-pendant-set-copper-lampshade-copper-ceiling-light-fixture-copper-hanging-dome-light-set-kitchen-island-4265168.webp?v=1773579314"},{"product_id":"hammered-solid-copper-dome-pendant-light-ceiling-light","title":"Copper Light Fixture, Hammered Solid Copper Dome Pendant Light, Ceiling Light","description":"\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400\u0026amp;family=Inter:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* BASE RESET \u0026 VARIABLES *\/\n        :root {\n            --ias-copper: #b87333;\n            --ias-copper-dark: #8b4513;\n            --ias-gold-mark: #d4a373;\n            --ias-text: #2d2a26;\n            --ias-text-light: #6b665c;\n            --ias-bg: #faf9f6;\n            --ias-bg-soft: #fdf8f3;\n            --ias-border: #e5e1da;\n            --ias-max-width: 900px;\n        }\n\n    #ias-p-top * {\n    box-sizing: border-box;\n}\n#ias-p-top {\n    background-color: var(--ias-bg);\n    font-family: 'Inter', sans-serif;\n    color: var(--ias-text);\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n}\n\n        .ias-p-container {\n            max-width: var(--ias-max-width);\n            margin: 0 auto;\n            padding: 60px 20px;\n            scroll-behavior: smooth;\n        }\n\n        .ias-p-serif {\n            font-family: 'Playfair Display', serif;\n        }\n\n        \/* ALIGNMENT REFINEMENT - ALL CENTERED *\/\n        .ias-p-hero, \n        .ias-p-hook, \n        .ias-p-section-desc, \n        .ias-p-variations .ias-p-section-header,\n        .ias-p-specs-grid \u003e div:first-child,\n        .ias-p-reviews .ias-p-section-header,\n        .ias-p-faq .ias-p-section-header {\n            text-align: center;\n        }\n\n        .ias-p-desc-text {\n            text-align: center;\n            max-width: 800px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        \/* FEATURE LIST CENTERING LOGIC *\/\n        .ias-p-feature-list {\n            list-style: none;\n            padding: 0;\n            margin-top: 30px;\n            display: flex;\n            flex-direction: column;\n            align-items: center; \/* Centered on Desktop *\/\n        }\n\n        .ias-p-feature-item {\n            display: flex;\n            align-items: center;\n            gap: 14px;\n            margin-bottom: 16px;\n            font-size: 15px;\n            font-weight: 500;\n            text-align: left;\n        }\n\n        \/* GOLD MARK STYLE *\/\n        .ias-p-gold-mark {\n            color: var(--ias-gold-mark);\n            flex-shrink: 0;\n            width: 18px;\n            height: 18px;\n        }\n\n        \/* HERO SECTION *\/\n        .ias-p-badge {\n            display: inline-block;\n            padding: 6px 18px;\n            background: #f5efe6;\n            color: var(--ias-copper-dark);\n            font-size: 11px;\n            font-weight: 700;\n            letter-spacing: 2px;\n            text-transform: uppercase;\n            border-radius: 50px;\n            margin-bottom: 24px;\n        }\n\n        .ias-p-hero-title {\n            font-size: clamp(32px, 6vw, 52px);\n            margin-bottom: 16px;\n            line-height: 1.1;\n            color: var(--ias-text);\n        }\n\n        .ias-p-hero-subtitle {\n            font-size: 20px;\n            color: var(--ias-text-light);\n            font-style: italic;\n            font-weight: 300;\n            margin-bottom: 40px;\n        }\n\n        .ias-p-main-img-wrapper {\n            position: relative;\n            border-radius: 24px;\n            overflow: hidden;\n            box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.12);\n            margin-bottom: 40px;\n        }\n\n        .ias-p-main-img {\n            width: 100%;\n            height: auto;\n            display: block;\n        }\n\n        \/* MID SECTION IMAGE - SMALLER THAN HERO *\/\n        .ias-p-mid-img-wrapper {\n            max-width: 650px;\n            margin: 0 auto 60px;\n            border-radius: 20px;\n            overflow: hidden;\n            box-shadow: 0 15px 35px rgba(0,0,0,0.08);\n        }\n\n        .ias-p-mid-img {\n            width: 100%;\n            height: auto;\n            display: block;\n        }\n\n        \/* ADVANTAGES ROW *\/\n        .ias-p-adv-row {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 24px;\n            margin-bottom: 30px;\n            padding: 20px 0;\n            border-bottom: 1px solid var(--ias-border);\n        }\n\n        .ias-p-adv-item {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            font-size: 12px;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            color: var(--ias-text);\n        }\n\n        .ias-p-emergency-msg {\n            background: #fff8f0;\n            border-left: 4px solid var(--ias-copper);\n            padding: 20px;\n            border-radius: 8px;\n            margin-bottom: 60px;\n            font-size: 15px;\n            color: var(--ias-text);\n            box-shadow: 0 4px 12px rgba(0,0,0,0.03);\n            text-align: center;\n        }\n\n        \/* GALLERY - REMOVED GREY BOXES *\/\n        .ias-p-gallery-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 20px;\n            margin-bottom: 100px;\n        }\n\n        .ias-p-gallery-item {\n            border-radius: 16px;\n            overflow: hidden;\n            background-color: transparent; \/* Removed grey background *\/\n            box-shadow: 0 10px 20px rgba(0,0,0,0.05);\n            display: flex;\n        }\n\n        .ias-p-gallery-img {\n            width: 100%;\n            height: auto;\n            object-fit: cover;\n            display: block;\n            transition: transform 0.6s ease;\n        }\n\n        .ias-p-gallery-item:hover .ias-p-gallery-img {\n            transform: scale(1.04);\n        }\n\n        \/* VARIATIONS *\/\n        .ias-p-variations {\n            background: var(--ias-bg-soft);\n            border-radius: 32px;\n            padding: 60px 40px;\n            margin-bottom: 30px;\n            border: 1px solid #f5efe6;\n        }\n\n        .ias-p-section-subtitle {\n            text-transform: uppercase;\n            letter-spacing: 3px;\n            font-size: 11px;\n            font-weight: 700;\n            color: var(--ias-copper);\n            display: block;\n            margin-bottom: 12px;\n        }\n\n        .ias-p-var-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n        }\n\n        .ias-p-var-group h4 {\n            font-size: 20px;\n            margin-bottom: 16px;\n        }\n\n        .ias-p-tag-cloud {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            justify-content: center;\n        }\n\n        .ias-p-tag {\n            background: white;\n            border: 1px solid var(--ias-border);\n            padding: 8px 18px;\n            border-radius: 8px;\n            font-size: 13px;\n            font-weight: 600;\n            color: var(--ias-text);\n        }\n\n        .ias-p-custom-info {\n            margin-top: 50px;\n            text-align: center;\n            padding-top: 40px;\n            border-top: 1px solid var(--ias-border);\n        }\n\n        .ias-p-custom-link {\n            color: var(--ias-copper);\n            font-weight: 700;\n            text-decoration: none;\n            border-bottom: 2px solid var(--ias-copper);\n            padding-bottom: 2px;\n            transition: opacity 0.3s;\n        }\n\n        \/* REVIEWS *\/\n        .ias-p-reviews {\n            margin-bottom: 100px;\n        }\n\n        .ias-p-review-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n            gap: 24px;\n        }\n\n        .ias-p-review-card {\n            background: white;\n            padding: 32px;\n            border-radius: 24px;\n            border: 1px solid var(--ias-border);\n            box-shadow: 0 4px 6px rgba(0,0,0,0.02);\n            text-align: left;\n        }\n\n        .ias-p-stars {\n            color: var(--ias-copper);\n            margin-bottom: 16px;\n            font-size: 14px;\n            letter-spacing: 2px;\n        }\n\n        .ias-p-review-text {\n            font-style: italic;\n            color: var(--ias-text-light);\n            font-size: 15px;\n            margin-bottom: 24px;\n        }\n\n        .ias-p-reviewer-name {\n            font-weight: 700;\n            font-size: 14px;\n        }\n\n        \/* FAQ - UPDATED FOR NO-JS DETAILS *\/\n        .ias-p-faq {\n            margin-bottom: 100px;\n        }\n\n        .ias-p-faq-item {\n            border-bottom: 1px solid var(--ias-border);\n        }\n\n        .ias-p-faq-trigger {\n            width: 100%;\n            padding: 24px 0;\n            background: none;\n            border: none;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            cursor: pointer;\n            text-align: left;\n            font-size: 18px;\n            color: var(--ias-text);\n            \/* Remove defaults *\/\n            list-style: none;\n        }\n        \n        \/* Remove default detail marker *\/\n        .ias-p-faq-trigger::-webkit-details-marker {\n            display: none;\n        }\n\n        .ias-p-faq-icon {\n            transition: transform 0.3s ease;\n            font-size: 14px;\n        }\n\n        \/* When details is open *\/\n        details[open] .ias-p-faq-icon {\n            transform: rotate(180deg);\n        }\n\n        \/* Content styling *\/\n        .ias-p-faq-content {\n            padding-bottom: 24px;\n            color: var(--ias-text-light);\n            font-size: 15px;\n            text-align: left;\n        }\n\n        \/* SPECS *\/\n        .ias-p-specs-grid {\n            display: grid;\n            grid-template-columns: 1fr 1.5fr;\n            gap: 60px;\n            margin-bottom: 100px;\n        }\n\n        .ias-p-table-wrapper {\n            border-radius: 20px;\n            overflow: hidden;\n            border: 1px solid var(--ias-border);\n        }\n\n        .ias-p-specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n            text-align: left;\n        }\n\n        .ias-p-specs-table td, .ias-p-specs-table th {\n            padding: 18px 24px;\n            border-bottom: 1px solid var(--ias-border);\n            font-size: 14px;\n        }\n\n        .ias-p-spec-key {\n            font-weight: 700;\n            color: var(--ias-copper-dark);\n            width: 40%;\n        }\n\n        .ias-p-pdf-box {\n            background: var(--ias-bg-soft);\n            padding: 30px;\n            border-radius: 24px;\n            border: 1px solid var(--ias-border);\n            margin-top: 20px;\n        }\n\n        .ias-p-pdf-btn {\n            display: inline-block;\n            background: var(--ias-text);\n            color: white;\n            text-decoration: none;\n            padding: 14px 24px;\n            border-radius: 12px;\n            margin-top: 20px;\n            font-weight: 600;\n            font-size: 14px;\n        }\n\n        \/* WARRANTY \u0026 PROMISE *\/\n        .ias-p-promise-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 30px;\n            margin-bottom: 100px;\n        }\n\n        .ias-p-warranty-card {\n            background: var(--ias-text);\n            color: white;\n            padding: 40px;\n            border-radius: 32px;\n            text-align: center;\n        }\n\n        .ias-p-warranty-card h3 {\n            font-size: 26px;\n            margin-bottom: 20px;\n        }\n\n        .ias-p-policy-detail {\n            font-size: 13px;\n            color: #d1cfc9;\n            margin-bottom: 15px;\n            line-height: 1.5;\n        }\n\n        .ias-p-promise-card {\n            border: 2px dashed var(--ias-copper);\n            background: white;\n            padding: 40px;\n            border-radius: 32px;\n            text-align: center;\n        }\n\n        .ias-p-promise-card .ias-p-feature-list {\n            align-items: center; \/* Center these lists specifically *\/\n        }\n\n        \/* FINAL CTA *\/\n        .ias-p-cta-footer {\n            background: white;\n            border: 1px solid var(--ias-border);\n            border-radius: 40px;\n            padding: 60px 20px;\n            text-align: center;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.03);\n            margin-bottom: 60px;\n        }\n\n        .ias-p-trusted-badges {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 40px;\n            margin-top: 40px;\n            padding-top: 30px;\n            border-top: 1px solid var(--ias-border);\n        }\n\n        .ias-p-trusted-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 12px;\n            font-size: 11px;\n            font-weight: 700;\n            text-transform: uppercase;\n            color: var(--ias-text-light);\n            min-width: 120px;\n        }\n\n        .ias-p-btn-primary {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--ias-copper), var(--ias-copper-dark));\n            color: white;\n            padding: 22px 50px;\n            border-radius: 60px;\n            font-weight: 700;\n            font-size: 18px;\n            text-decoration: none;\n            margin-top: 40px;\n            box-shadow: 0 15px 30px rgba(184, 115, 51, 0.3);\n            transition: transform 0.3s;\n        }\n\n        .ias-p-btn-primary:hover {\n            transform: translateY(-4px);\n        }\n\n        \/* RESPONSIVE *\/\n        @media (max-width: 768px) {\n            .ias-p-var-grid, .ias-p-specs-grid, .ias-p-promise-grid {\n                grid-template-columns: 1fr;\n            }\n            .ias-p-feature-list {\n                align-items: flex-start; \/* Left aligned for mobile *\/\n                padding-left: 20px;\n                max-width: 340px;\n                margin-left: auto;\n                margin-right: auto;\n            }\n            .ias-p-promise-card .ias-p-feature-list {\n                align-items: flex-start;\n            }\n            .ias-p-hook {\n                padding: 10 10px;\n            }\n            .ias-p-mid-img-wrapper {\n                max-width: 100%;\n            }\n        }\n\n        @media (max-width: 600px) {\n            .ias-p-gallery-grid {\n                grid-template-columns: 1fr;\n            }\n            .ias-p-adv-row {\n                flex-direction: row;\n                justify-content: center;\n                gap: 15px;\n            }\n            .ias-p-adv-item {\n                font-size: 9px;\n            }\n        }\n   \/* ========== HERO GIFT BADGE (SQUARE \u0026 HANGING) ========== *\/\n  .light-dome__gift-badge {\n    position: absolute;\n    top: 15px;\n    left: 15px; \/* Moved to top-left *\/\n    background: #fff8f0; \/* Matches scarcity box color *\/\n    padding: 12px 8px;\n    border-radius: 8px; \/* Slightly rounded corners for a softer square *\/\n    display: flex;\n    flex-direction: column; \/* Stack icon and text vertically to make a square *\/\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    gap: 6px;\n    width: 100px; \/* Fixed width for standard square shape *\/\n    height: 100px; \/* Fixed height for standard square shape *\/\n    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);\n    border: 1px solid var(--accent);\n    z-index: 10;\n    transform-origin: top center; \/* Makes the animation swing from the top *\/\n    animation: badge-swing 3.5s ease-in-out infinite; \/* Gentle hanging animation *\/\n  }\n\n  .light-dome__gift-badge svg {\n    color: var(--accent);\n    width: 26px;\n    height: 26px;\n    flex-shrink: 0;\n  }\n\n  .light-dome__gift-badge span {\n    color: var(--primary);\n    font-size: clamp(11px, 1.2vw, 13px);\n    font-weight: 700;\n    line-height: 1.2;\n  }\n   \/* ========== HERO GIFT LABEL (HANGING TAG) ========== *\/\n  .light-dome__hanging-label {\n    position: absolute;\n    top: 25px; \/* Dropped down to make room for the string *\/\n    right: 20px; \/* Top right corner *\/\n    background: #fff8f0; \/* Matches the scarcity box *\/\n    border: 1px solid var(--accent);\n    border-radius: 8px;\n    padding: 14px 8px 10px;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    width: 105px;\n    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n    z-index: 10;\n    \n    \/* Makes it physical: The tag swings exactly from the top of the string! *\/\n    transform-origin: 50% -20px; \n    animation: tag-swing 3.5s ease-in-out infinite; \n  }\n\n  \/* The actual string *\/\n  .light-dome__hanging-label::before {\n    content: \"\";\n    position: absolute;\n    top: -20px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 1.5px;\n    height: 20px;\n    background: var(--accent);\n    opacity: 0.8;\n  }\n\n  \/* The hole in the tag *\/\n  .light-dome__hanging-label::after {\n    content: \"\";\n    position: absolute;\n    top: 6px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 6px;\n    height: 6px;\n    background: #333; \/* Dark hole effect *\/\n    border-radius: 50%;\n    box-shadow: inset 0 1px 2px rgba(0,0,0,0.8), 0 1px 0 rgba(255,255,255,0.8);\n  }\n\n  \/* Lit Bulb Icon *\/\n  .light-dome__label-bulb {\n    color: #e6a100; \/* Warm gold ray color *\/\n    width: 30px; \/* Slightly larger as the focus *\/\n    height: 30px;\n    flex-shrink: 0;\n    margin-top: 3px;\n    filter: drop-shadow(0 0 6px rgba(230, 161, 0, 0.7)); \/* Outer glow *\/\n    animation: bulb-glow 1.5s infinite alternate ease-in-out;\n  }\n\n  .light-dome__hanging-label span {\n    color: var(--primary);\n    font-size: clamp(10px, 1.2vw, 12px);\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n\n  \/* Tag swinging animation *\/\n  @keyframes tag-swing {\n    0% { transform: rotate(-4deg); }\n    50% { transform: rotate(4deg); }\n    100% { transform: rotate(-4deg); }\n  }\n\n  \/* Brightly lit bulb glow animation *\/\n  @keyframes bulb-glow {\n    0% { filter: drop-shadow(0 0 3px rgba(255, 180, 0, 0.5)); transform: scale(0.95); opacity: 0.9; }\n    100% { filter: drop-shadow(0 0 12px rgba(255, 180, 0, 1)); transform: scale(1.05); opacity: 1; }\n  }\n\n  @media (max-width: 768px) {\n    .light-dome__hanging-label {\n      right: 10px;\n      width: 90px;\n      padding: 10px 5px 8px;\n    }\n    .light-dome__label-bulb {\n      width: 22px;\n      height: 22px;\n    }\n    .light-dome__hanging-label span {\n      font-size: 8px;\n    }\n  }\n\n \/* ========== SUSPENSION OPTIONS SECTION ========== *\/\n  .light-dome__suspension {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: clamp(20px, 4vw, 40px);\n    align-items: center;\n    background: linear-gradient(135deg, #fff 0%, var(--bg-light) 100%);\n    border: 1px solid var(--accent-light);\n    border-radius: 12px;\n    padding: clamp(10px, 4vw, 40px);\n    margin: 20px auto 80px;\n    max-width: 900px;\n    box-shadow: 0 8px 25px rgba(166, 124, 82, 0.08);\n  }\n\n  .light-dome__suspension-content h4 {\n    font-size: clamp(20px, 3vw, 24px);\n    color: var(--primary);\n    margin-bottom: 12px;\n    font-weight: 600;\n  }\n\n  .light-dome__suspension-content p {\n    color: var(--muted);\n    font-size: clamp(14px, 1.5vw, 15px);\n    line-height: 1.6;\n    margin-bottom: 25px;\n  }\n\n  .light-dome__suspension-note {\n    background: #fff8f0;\n    border-left: 4px solid var(--accent);\n    padding: 18px;\n    border-radius: 4px 8px 8px 4px;\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.03);\n  }\n\n  .light-dome__suspension-note svg {\n    color: var(--accent);\n    width: 24px;\n    height: 24px;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  .light-dome__suspension-note span {\n    font-size: 13.5px;\n    line-height: 1.5;\n    color: var(--primary);\n  }\n  \n  .light-dome__suspension-note strong {\n    color: var(--accent);\n  }\n\n  .light-dome__suspension-img-wrapper {\n    position: relative;\n    border-radius: 8px;\n    overflow: hidden;\n    background: #f4f4f4; \/* Matches the background of your image *\/\n    border: 1px solid var(--accent-light);\n  }\n\n  .light-dome__suspension-img-wrapper img {\n    width: 100%;\n    height: auto;\n    display: block;\n    mix-blend-mode: multiply; \/* Blends the image perfectly into the layout *\/\n  }\n\n  @media (max-width: 768px) {\n    .light-dome__suspension {\n      grid-template-columns: 1fr;\n      padding: 25px 20px;\n    }\n  }\n   \/* ========== PACKAGE INCLUDES SECTION ========== *\/\n    .light-dome__pkg-includes {\n        margin: clamp(40px, 6vw, 80px) 0;\n    }\n\n    .light-dome__pkg-includes h3 {\n        font-size: clamp(22px, 4vw, 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    .light-dome__pkg-grid {\n        display: grid;\n        grid-template-columns: repeat(4, 1fr); \/* 4 equal columns *\/\n        gap: 15px;\n        background: var(--bg-light);\n        padding: clamp(15px, 3vw, 24px);\n        border-radius: 12px;\n        border: 1px solid var(--accent-light);\n    }\n\n    .light-dome__pkg-card {\n        text-align: center;\n        padding: 25px 15px;\n        background: #fff;\n        border-radius: 8px;\n        border: 1px solid var(--accent-light);\n        box-shadow: 0 2px 8px var(--shadow);\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n        align-items: center;\n        transition: all 0.3s ease;\n        position: relative;\n    }\n\n    .light-dome__pkg-card:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);\n    }\n\n    .light-dome__pkg-icon {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        width: 44px;\n        height: 44px;\n        background: var(--bg-light);\n        border-radius: 50%;\n        color: var(--accent);\n        margin-bottom: 12px;\n    }\n\n    .light-dome__pkg-icon svg {\n        width: 22px;\n        height: 22px;\n    }\n\n    .light-dome__pkg-label {\n        font-size: clamp(14px, 1.5vw, 16px);\n        font-weight: 600;\n        color: var(--primary);\n    }\n\n    \/* Free Gift Highlight Card *\/\n    .light-dome__pkg-highlight {\n        border: 2px solid var(--accent);\n        box-shadow: 0 4px 15px rgba(166, 124, 82, 0.15);\n        overflow: hidden;\n        \/* Extra slightly larger padding on top to fit the absolute badge *\/\n        padding-top: 35px; \n    }\n\n    .light-dome__pkg-highlight::before {\n        content: '';\n        position: absolute;\n        top: 0; left: 0; right: 0;\n        height: 4px;\n        background: var(--accent);\n    }\n\n    .light-dome__pkg-highlight .light-dome__pkg-label {\n        color: var(--accent);\n        font-weight: 700;\n    }\n\n    .light-dome__pkg-highlight .light-dome__pkg-icon {\n        background: rgba(166, 124, 82, 0.1); \n    }\n\n    .light-dome__pkg-badge {\n        position: absolute;\n        top: 10px;\n        left: 50%;\n        transform: translateX(-50%);\n        background: var(--accent);\n        color: #fff;\n        font-size: 10px;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        padding: 4px 10px;\n        border-radius: 20px;\n        font-weight: 700;\n        white-space: nowrap;\n    }\n\n    \/* Responsive Adjustments *\/\n    @media (max-width: 900px) {\n        .light-dome__pkg-grid {\n            grid-template-columns: repeat(2, 1fr); \/* 2x2 grid on tablets *\/\n        }\n    }\n\n    @media (max-width: 500px) {\n        .light-dome__pkg-grid {\n            grid-template-columns: 1fr; \/* Stack on phones *\/\n        }\n    }\n\n    \u003c\/style\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- GOLD CHECKMARK SVG TEMPLATE --\u003e\u003csvg style=\"display: none;\"\u003e\n        \u003csymbol stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"3\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" id=\"gold-mark\"\u003e\n            \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n        \u003c\/symbol\u003e\n    \u003c\/svg\u003e\n\u003cdiv id=\"ias-p-top\" class=\"ias-p-container\"\u003e\n\u003c!-- HERO --\u003e\u003cheader class=\"ias-p-hero\"\u003e\u003cspan class=\"ias-p-badge\"\u003eArtisan Heritage\u003c\/span\u003e\n\u003ch2 class=\"ias-p-hero-title ias-p-serif\"\u003eDome Hammered Solid\u003cbr\u003eCopper Pendant Light\u003c\/h2\u003e\n\u003cp class=\"ias-p-hero-subtitle\"\u003eHandcrafted with traditional techniques, aging with your home.\u003c\/p\u003e\n  \u003cdiv class=\"ias-p-main-img-wrapper\"\u003e\u003cimg class=\"ias-p-main-img\" alt=\"Solid Copper Pendant Light\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/copper-light-fixture-hammered-solid-copper-dome-pendant-light-ceiling-light-3380034.png\"\u003e\u003c\/div\u003e\n\u003c!-- ADVANTAGES --\u003e\n\u003cdiv class=\"ias-p-adv-row\"\u003e\n\u003cdiv class=\"ias-p-adv-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Reliable Shipping\u003c\/div\u003e\n\u003cdiv class=\"ias-p-adv-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e 5-Year Warranty\u003c\/div\u003e\n\u003cdiv class=\"ias-p-adv-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Flexible Returns\u003c\/div\u003e\n\u003cdiv class=\"ias-p-adv-item\"\u003e15-Day Guarantee\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- EMERGENCY \/ CRAFT MSG --\u003e\n\u003cdiv class=\"ias-p-emergency-msg\"\u003e\n\u003cstrong\u003e✨ One-of-a-Kind Craft:\u003c\/strong\u003e Each dome is hand-hammered, no two are identical. Reserve yours before it’s crafted.\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- VIDEO SECTION START --\u003e\n\u003cdiv style=\"margin-bottom: 60px;\"\u003e\n\u003ch3 class=\"ias-p-serif\" style=\"text-align: center; margin-bottom: 30px; font-size: 32px;\"\u003eSee It In The Workshop\u003c\/h3\u003e\n\u003cdiv style=\"position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 20px; box-shadow: 0 15px 35px rgba(0,0,0,0.1);\"\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/BAR-ur9JMIY?rel=0\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- VIDEO SECTION END --\u003e \u003c!-- EMOTIONAL HOOK --\u003e\n\u003cdiv class=\"ias-p-hook\"\u003e\n\u003ch4 class=\"ias-p-serif\"\u003eAuthentic Hand-Forged Elegance\u003c\/h4\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eEvery Insideast pendant is a testament to the skill of the artisan. Using centuries-old hammering techniques, we transform raw copper into a living piece of functional art for your living or dining space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- MID SECTION IMAGE --\u003e\n  \u003csection style=\"margin: clamp(40px, 6vw, 80px) 0;\"\u003e\n  \u003cdiv style=\"position: relative; max-width: 800px; margin: 0 auto; width: 100%;\"\u003e\n    \n    \u003c!-- ADDED: HANGING TAG BADGE --\u003e\n    \u003cdiv class=\"light-dome__hanging-label\"\u003e\n        \n      \u003c!-- Brightly Lit Bulb Icon --\u003e\n      \u003csvg class=\"light-dome__label-bulb\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003c!-- Light Rays --\u003e\n        \u003cpath d=\"M12 2V4M18.5 5.5L17 7M5.5 5.5L7 7M22 11H20M4 11H2\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c!-- Base of the bulb --\u003e\n        \u003cpath d=\"M9 19H15V20.5C15 21.3284 14.3284 22 13.5 22H10.5C9.67157 22 9 21.3284 9 20.5V19Z\" fill=\"#a67c52\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c!-- Glass glowing dome --\u003e\n        \u003cpath d=\"M15 19C15 17.5 17 16 17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12C7 16 9 17.5 9 19H15Z\" fill=\"#ffd700\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c!-- Filament inside --\u003e\n        \u003cpath d=\"M10 14V16M14 14V16M10 14L12 10.5L14 14\" stroke=\"#c07c00\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\u003cspan style=\"display:inline-block; text-align:center; line-height:1.2;\"\u003e\n  \u003cspan style=\"display:block; font-size:13px; font-weight:700;\"\u003e\n    FREE BULB\n  \u003c\/span\u003e\n  \u003cspan style=\"display:block; font-size:10px; font-weight:600; letter-spacing:1px; margin-top:4px; color:#a57c52;\"\u003e\n    OUR GIFT TO YOU\n    \u003cspan style=\"display:inline-block; vertical-align:middle; margin-left:4px;\"\u003e\n      \u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 24 24\" fill=\"#865e35\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M20 7h-2.18A3 3 0 0015 2a3 3 0 00-3 3 3 3 0 00-3-3 3 3 0 00-2.82 5H4a1 1 0 00-1 1v3h18V8a1 1 0 00-1-1zm-8-3a1 1 0 011 1 1 1 0 01-2 0 1 1 0 011-1zM8 4a1 1 0 011 1 1 1 0 01-2 0 1 1 0 011-1zm13 9H3v8a1 1 0 001 1h7v-9h2v9h7a1 1 0 001-1v-8z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/span\u003e\n  \u003c\/span\u003e\n\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003c!-- END HANGING TAG BADGE --\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/copper-light-fixture-hammered-solid-copper-dome-pendant-light-ceiling-light-1220700.png\" alt=\"Artisan Craftsmanship\" style=\"width: 100%; height: auto; border-radius: 12px; display: block; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 40px;\" loading=\"lazy\" decoding=\"async\"\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- DESCRIPTION \u0026 GALLERY --\u003e\n\u003csection class=\"ias-p-section-desc\"\u003e\n\u003ch3 class=\"ias-p-serif\"\u003eA Legacy in Every Strike\u003c\/h3\u003e\n\u003cdiv class=\"ias-p-desc-text\"\u003e\n\u003cp\u003eForged from high-purity solid copper, this dome pendant light radiates timeless warmth. Each piece is unique, bearing the individual marks of its maker. No two pendants are ever identical.\u003c\/p\u003e\n\u003cp\u003eDesigned as a \"Living Finish,\" the unlacquered surface develops a deep, rich patina over time, telling the story of your home through its evolving character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cul class=\"ias-p-feature-list\"\u003e\n\u003cli class=\"ias-p-feature-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Certified Solid Copper Construction\u003c\/li\u003e\n\u003cli class=\"ias-p-feature-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Living Unlacquered Finish (Develops Natural Patina)\u003c\/li\u003e\n\u003cli class=\"ias-p-feature-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Traditional Hand-Hammered Texturing\u003c\/li\u003e\n\u003cli class=\"ias-p-feature-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Customizable Lengths \u0026amp; Sizes\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- GALLERY - CLEANED UP --\u003e\n\u003cdiv class=\"ias-p-gallery-grid\"\u003e\n\u003cdiv class=\"ias-p-gallery-item\"\u003e\u003cimg alt=\"Detail 1\" class=\"ias-p-gallery-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/copper-light-fixture-hammered-solid-copper-dome-pendant-light-ceiling-light-1220700.png\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ias-p-gallery-item\"\u003e\u003cimg alt=\"Detail 2\" class=\"ias-p-gallery-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/copper-light-fixture-hammered-solid-copper-dome-pendant-light-ceiling-light-3368636.png\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ias-p-gallery-item\"\u003e\u003cimg alt=\"Detail 3\" class=\"ias-p-gallery-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/copper-light-fixture-hammered-solid-copper-dome-pendant-light-ceiling-light-7497492.png\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ias-p-gallery-item\"\u003e\u003cimg alt=\"Detail 4\" class=\"ias-p-gallery-img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/copper-light-fixture-hammered-solid-copper-dome-pendant-light-ceiling-light-8968844.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- VARIATIONS GUIDE --\u003e\n\u003csection class=\"ias-p-variations\"\u003e\n\u003cdiv class=\"ias-p-section-header\"\u003e\n\u003cspan class=\"ias-p-section-subtitle\"\u003eThe Collection\u003c\/span\u003e\n\u003ch3 style=\"font-size: 32px;\" class=\"ias-p-serif\"\u003eTailored To Your Vision\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ias-p-var-grid\"\u003e\n\u003cdiv style=\"text-align: center;\" class=\"ias-p-var-group\"\u003e\n\u003ch4 class=\"ias-p-serif\"\u003eDiameter Options\u003c\/h4\u003e\n\u003cdiv class=\"ias-p-tag-cloud\"\u003e\n\u003cspan class=\"ias-p-tag\"\u003e10 Inches\u003c\/span\u003e \u003cspan class=\"ias-p-tag\"\u003e12 Inches\u003c\/span\u003e \u003cspan class=\"ias-p-tag\"\u003e14 Inches\u003c\/span\u003e \u003cspan class=\"ias-p-tag\"\u003e18 Inches\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center;\" class=\"ias-p-var-group\"\u003e\n\u003ch4 class=\"ias-p-serif\"\u003eCord Lengths\u003c\/h4\u003e\n\u003cdiv class=\"ias-p-tag-cloud\"\u003e\n\u003cspan class=\"ias-p-tag\"\u003e4 ft\u003c\/span\u003e \u003cspan class=\"ias-p-tag\"\u003e6 ft\u003c\/span\u003e \u003cspan class=\"ias-p-tag\"\u003e8 ft\u003c\/span\u003e \u003cspan class=\"ias-p-tag\"\u003e10 ft\u003c\/span\u003e \u003cspan class=\"ias-p-tag\"\u003e12 ft\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ias-p-custom-info\"\u003e\n\u003cp class=\"ias-p-desc-text\"\u003eWe specialize in bespoke lighting. Custom sizes and unique patina finishes are available upon request.\u003c\/p\u003e\n\u003cp style=\"background: #fff; padding: 15px; border-radius: 12px; border: 1px solid var(--ias-border); margin-bottom: 25px; margin-top: 20px;\" class=\"ias-p-desc-text\"\u003e\u003cstrong\u003eNeed custom sizing? Provide your desired dimensions at checkout, we’ll craft it to fit perfectly.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n  \u003csection\u003e\n\u003cdiv class=\"light-dome__suspension\"\u003e\n  \u003cdiv class=\"light-dome__suspension-content\"\u003e\n    \u003ch4\u003eCustom Suspension Styles\u003c\/h4\u003e\n    \u003cp\u003eWe tailor every detail to your space. Choose from our standard \u003cstrong\u003eFabric Cords\u003c\/strong\u003e, or elevate your design with a heavy-duty \u003cstrong\u003eBrass Link Chain\u003c\/strong\u003e or seamless \u003cstrong\u003eSolid Brass Rod\u003c\/strong\u003e.\u003c\/p\u003e\n    \n    \u003cdiv class=\"light-dome__suspension-note\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-11v6h2v-6h-2zm0-4v2h2V7h-2z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n      \u003cspan\u003e\u003cstrong\u003eHow to request:\u003c\/strong\u003e Simply mention your preferred suspension style in the \"Order Notes\" box at checkout, or reach out to us at \u003ca href=\"mailto:contact@insideast.com\" style=\"color: var(--accent); font-weight: bold; text-decoration: none;\"\u003econtact@insideast.com\u003c\/a\u003e and we will gladly handle the rest.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \n  \u003cdiv class=\"light-dome__suspension-img-wrapper\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/weathered-antique-brass-dome-pendant-hammered-moroccan-brass-light-8559749.png\" alt=\"Suspension Options: Black Cord, Gold Cord, Brass Link Chain, Solid Brass Rod\"\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003c!-- PACKAGE INCLUDES --\u003e\n            \u003csection class=\"light-dome__pkg-includes\"\u003e\n\u003ch3 style=\"font-size: 32px; margin-bottom: 24px; text-align: center;\" class=\"ias-p-serif\"\u003e\n  Package Includes\n\u003c\/h3\u003e\n               \n                \u003cdiv class=\"light-dome__pkg-grid\"\u003e\n                    \n                    \u003c!-- Component 1 --\u003e\n                    \u003cdiv class=\"light-dome__pkg-card\"\u003e\n                        \u003cdiv class=\"light-dome__pkg-icon\"\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                                \u003cpath d=\"M12 2v6\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 8h14l-2 8H7Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M10 16v2a2 2 0 0 0 4 0v-2\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"light-dome__pkg-label\"\u003ePendant\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003c!-- Component 2 --\u003e\n                    \u003cdiv class=\"light-dome__pkg-card\"\u003e\n                        \u003cdiv class=\"light-dome__pkg-icon\"\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                                \u003cpath d=\"M4 10h16v2H4z\"\u003e\u003c\/path\u003e\u003cpath d=\"M6 10V8c0-3.3 2.7-6 6-6s6 2.7 6 6v2\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"light-dome__pkg-label\"\u003eCanopy\u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003c!-- Component 3 --\u003e\n                    \u003cdiv class=\"light-dome__pkg-card\"\u003e\n                        \u003cdiv class=\"light-dome__pkg-icon\"\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                                \u003cpath d=\"M12 2v20\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 22h8\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 2h8\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"light-dome__pkg-label\"\u003eCord\u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003c!-- Free Gift Highlight --\u003e\n                    \u003cdiv class=\"light-dome__pkg-card light-dome__pkg-highlight\"\u003e\n                        \u003cdiv class=\"light-dome__pkg-badge\"\u003eFree Gift\u003c\/div\u003e\n                        \u003cdiv class=\"light-dome__pkg-icon\"\u003e\n                            \u003c!-- Lit bulb icon --\u003e\n                            \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                                \u003cpath d=\"M9 18h6\"\u003e\u003c\/path\u003e\u003cpath d=\"M10 22h4\"\u003e\u003c\/path\u003e\u003cpath d=\"M15.09 14c.18-.98.65-1.74 1.41-2.5A4.65 4.65 0 0 0 18 8 6 6 0 0 0 6 8c0 1 .34 2.02 1.5 3.5.76.76 1.23 1.52 1.41 2.5\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"light-dome__pkg-label\"\u003e2 Free Bulbs\u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                \u003c\/div\u003e\n            \u003c\/section\u003e\n \n\u003c!-- TECHNICAL SPECS --\u003e\n\u003csection class=\"ias-p-specs-grid\"\u003e\n\u003cdiv\u003e\n\u003ch3 style=\"font-size: 32px; margin-bottom: 24px;\" class=\"ias-p-serif\"\u003eSpecifications\u003c\/h3\u003e\n\u003cdiv class=\"ias-p-pdf-box\"\u003e\n\u003ch5 style=\"margin-bottom: 10px;\"\u003eTechnical Guide\u003c\/h5\u003e\n\u003cp style=\"font-size: 12px; color: var(--ias-text-light);\"\u003eDownload our installation blueprint and wiring diagrams.\u003c\/p\u003e\n\u003ca class=\"ias-p-pdf-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/IP-002-01-028-08-23.pdf?v=1759412679\" target=\"_blank\"\u003eDownload PDF Spec Sheet\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ias-p-table-wrapper\"\u003e\n\u003ctable class=\"ias-p-specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"ias-p-spec-key\"\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eHammered Solid Copper\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"ias-p-spec-key\"\u003eFinish\u003c\/td\u003e\n\u003ctd\u003eUnlacquered (Ages Naturally)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"ias-p-spec-key\"\u003eBulb Type\u003c\/td\u003e\n\u003ctd\u003eFits E26\/E27 Bases — US\/UK\/EU Compatible (Included 🎁)\u003c\/td\u003e\n\u003c\/tr\u003e\n  \u003ctr\u003e\n\u003ctd class=\"ias-p-spec-key\"\u003eBulb Lighting Color\u003c\/td\u003e\n\u003ctd\u003e2700k\u003c\/td\u003e\n  \u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"ias-p-spec-key\"\u003eWattage\u003c\/td\u003e\n\u003ctd\u003eUp to 300W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"ias-p-spec-key\"\u003eVoltage\u003c\/td\u003e\n\u003ctd\u003e250V Standard\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"ias-p-spec-key\"\u003eReturn\u003c\/td\u003e\n\u003ctd\u003e15-Day Guarantee\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- REVIEWS --\u003e\n\u003csection class=\"ias-p-reviews\"\u003e\n\u003cdiv class=\"ias-p-section-header\"\u003e\n\u003ch3 style=\"font-size: 32px;\" class=\"ias-p-serif\"\u003eArtisan Appreciation\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ias-p-review-grid\"\u003e\n\u003cdiv class=\"ias-p-review-card\"\u003e\n\u003cdiv class=\"ias-p-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"ias-p-review-text\"\u003e\"It is a beautiful piece of art!\"\u003c\/p\u003e\n\u003cdiv class=\"ias-p-reviewer-name\"\u003eCristina Morales\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ias-p-review-card\"\u003e\n\u003cdiv class=\"ias-p-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"ias-p-review-text\"\u003e\"Very nice lamp. Meets our expectations.\"\u003c\/p\u003e\n\u003cdiv class=\"ias-p-reviewer-name\"\u003ePetra\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ias-p-review-card\"\u003e\n\u003cdiv class=\"ias-p-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"ias-p-review-text\"\u003e\"Beautiful light, high quality I would highly recommend.\"\u003c\/p\u003e\n\u003cdiv class=\"ias-p-reviewer-name\"\u003eTrina\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ - REPLACED WITH HTML ONLY ACCORDION (NO SCRIPT NEEDED) --\u003e\n\u003csection class=\"ias-p-faq\"\u003e\n\u003cdiv class=\"ias-p-section-header\"\u003e\n\u003ch3 style=\"font-size: 32px;\" class=\"ias-p-serif\"\u003eQuestions \u0026amp; Support\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ias-p-faq-list\"\u003e\n\u003c!-- Item 1 --\u003e\n\u003cdetails class=\"ias-p-faq-item\"\u003e\n\u003csummary class=\"ias-p-faq-trigger ias-p-serif\"\u003eWhat is \"Unlacquered Copper\"? \u003cspan class=\"ias-p-faq-icon\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"ias-p-faq-content\"\u003e\n\u003cp\u003eIt is raw copper that hasn't been chemically sealed. This allows the metal to react with oxygen, creating a unique antique patina that deepens with time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- Item 2 --\u003e\n\u003cdetails class=\"ias-p-faq-item\"\u003e\n\u003csummary class=\"ias-p-faq-trigger ias-p-serif\"\u003eHow do I restore the original shine? \u003cspan class=\"ias-p-faq-icon\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"ias-p-faq-content\"\u003e\n\u003cp\u003eIf you prefer the bright look, you can easily restore it using a copper cleaner or a lemon-and-salt paste once or twice a year.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- Item 3 --\u003e\n\u003cdetails class=\"ias-p-faq-item\"\u003e\n\u003csummary class=\"ias-p-faq-trigger ias-p-serif\"\u003eIs professional installation required? \u003cspan class=\"ias-p-faq-icon\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"ias-p-faq-content\"\u003e\n\u003cp\u003eWe always recommend a licensed electrician for ceiling installations to ensure safety and proper electrical connection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- Item 4 --\u003e\n\u003cdetails class=\"ias-p-faq-item\"\u003e\n\u003csummary class=\"ias-p-faq-trigger ias-p-serif\"\u003eCan I use high-wattage LED bulbs? \u003cspan class=\"ias-p-faq-icon\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"ias-p-faq-content\"\u003e\n\u003cp\u003eYes! The fixture supports up to 300W, making it perfect for bright Edison-style LEDs or high-power bulbs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- Item 5 --\u003e\n\u003cdetails open=\"\" class=\"ias-p-faq-item\"\u003e\n\u003csummary class=\"ias-p-faq-trigger ias-p-serif\"\u003eDo you offer custom cord materials? \u003cspan class=\"ias-p-faq-icon\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"ias-p-faq-content\"\u003e\n\u003cp\u003eYes, we can provide different cord styles and materials upon request to match your specific interior design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WARRANTY \u0026 PROMISE --\u003e\n\u003csection class=\"ias-p-promise-grid\"\u003e\u003c!-- DARK BOX 1 --\u003e\n\u003cdiv class=\"ias-p-warranty-card\"\u003e\n\u003ch3 class=\"ias-p-serif\" style=\"color:#ffffff;\"\u003e\n  5-Year Limited Warranty\n\u003c\/h3\u003e\n\u003cdiv class=\"ias-p-policy-detail\"\u003eWe stand by the quality of our products with industry-leading protection.\u003c\/div\u003e\n\u003cul style=\"margin-bottom: 20px;\" class=\"ias-p-feature-list\"\u003e\n\u003cli style=\"color: #d4a373; font-size: 13px;\" class=\"ias-p-feature-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e 5-Year Limited Warranty on fixture construction and materials.\u003c\/li\u003e\n\u003cli style=\"color: #d4a373; font-size: 13px;\" class=\"ias-p-feature-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Covered for repair or replacement in case of manufacturing defects.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"ias-p-policy-detail\"\u003e\n\u003cstrong\u003eVisual Damage Policy:\u003c\/strong\u003e Visual damages must be reported within 15 days of delivery.\u003c\/div\u003e\n\u003cdiv class=\"ias-p-policy-detail\"\u003eNeed help? Email \u003cstrong\u003econtact@insideast.com\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"font-style: italic; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 15px; margin-top: 15px;\" class=\"ias-p-policy-detail\"\u003e\n\u003cstrong\u003eFinish Note:\u003c\/strong\u003e The antique copper finish is intentionally aged. This living finish is intentional and deepens with use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DASHED BOX 2 --\u003e\n\u003cdiv class=\"ias-p-promise-card\"\u003e\n\u003ch3 class=\"ias-p-serif\"\u003e🛡️ Our No-Risk Promise\u003c\/h3\u003e\n\u003cp style=\"font-size: 14px; margin-bottom: 20px; font-weight: 500;\" class=\"ias-p-desc-text\"\u003eWe craft every fixture to last generations.\u003c\/p\u003e\n\u003cul style=\"margin-bottom: 25px;\" class=\"ias-p-feature-list\"\u003e\n\u003cli style=\"font-size: 14px;\" class=\"ias-p-feature-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003e15-Day Returns:\u003c\/strong\u003e Changed your mind? We'll refund you - just send it back unused in its original packaging.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-size: 14px;\" class=\"ias-p-feature-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003e5-Year Warranty:\u003c\/strong\u003e Covers material and craftsmanship defects.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli style=\"font-size: 14px;\" class=\"ias-p-feature-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003ePerfect Match Guarantee:\u003c\/strong\u003e Fixture + hardware always match.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"font-size: 13px; font-style: italic; text-align: center;\" class=\"ias-p-desc-text\"\u003eIndustry-leading protection for your peace of mind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\u003cfooter class=\"ias-p-cta-footer\"\u003e\n\u003ch3 style=\"font-size: 42px;\" class=\"ias-p-serif\"\u003eBring Heritage Home\u003c\/h3\u003e\n\u003cp style=\"font-size: 18px;\" class=\"ias-p-desc-text\"\u003eEach dome is hammered to order. Secure yours today.\u003c\/p\u003e\n\u003ca class=\"ias-p-btn-primary js-scroll-top\" href=\"#\"\u003eCONFIGURE YOUR PENDANT\u003c\/a\u003e \u003c!-- FINAL TRUSTED BADGES --\u003e\n\u003cdiv class=\"ias-p-trusted-badges\"\u003e\n\u003cdiv class=\"ias-p-trusted-item\"\u003e\n\u003csvg style=\"width: 24px; height: 24px; margin-bottom: 8px;\" class=\"ias-p-gold-mark\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Handcrafted to Order\u003c\/div\u003e\n\u003cdiv class=\"ias-p-trusted-item\"\u003e\n\u003csvg style=\"width: 24px; height: 24px; margin-bottom: 8px;\" class=\"ias-p-gold-mark\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e 5-Year Warranty\u003c\/div\u003e\n\u003cdiv class=\"ias-p-trusted-item\"\u003e\n\u003csvg style=\"width: 24px; height: 24px; margin-bottom: 8px;\" class=\"ias-p-gold-mark\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Free Shipping\u003c\/div\u003e\n\u003cdiv class=\"ias-p-trusted-item\"\u003e\n\u003csvg style=\"width: 24px; height: 24px; margin-bottom: 8px;\" class=\"ias-p-gold-mark\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e15-Day Guarantee\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e\n","brand":"Insideast","offers":[{"title":"10 Inches \/ 4 ft","offer_id":42687619072109,"sku":"IP-002-01-028-10-23(4ft)","price":169.62,"currency_code":"USD","in_stock":true},{"title":"10 Inches \/ 6 ft","offer_id":42687619104877,"sku":"IP-002-01-028-10-23(6ft)","price":169.62,"currency_code":"USD","in_stock":true},{"title":"10 Inches \/ 8 ft","offer_id":42687619137645,"sku":"IP-002-01-028-10-23(8ft)","price":169.62,"currency_code":"USD","in_stock":true},{"title":"10 Inches \/ 10 ft","offer_id":42687619170413,"sku":"IP-002-01-028-10-23(10ft)","price":169.62,"currency_code":"USD","in_stock":true},{"title":"10 Inches \/ 12 ft","offer_id":42687619203181,"sku":"IP-002-01-028-10-23(12ft)","price":169.62,"currency_code":"USD","in_stock":true},{"title":"12 Inches \/ 4 ft","offer_id":42687619235949,"sku":"IP-002-01-028-12-23(4ft)","price":205.91,"currency_code":"USD","in_stock":true},{"title":"12 Inches \/ 6 ft","offer_id":42687619268717,"sku":"IP-002-01-028-12-23(6ft)","price":205.91,"currency_code":"USD","in_stock":true},{"title":"12 Inches \/ 8 ft","offer_id":42687619301485,"sku":"IP-002-01-028-12-23(8ft)","price":205.91,"currency_code":"USD","in_stock":true},{"title":"12 Inches \/ 10 ft","offer_id":42687619334253,"sku":"IP-002-01-028-12-23(10ft)","price":205.91,"currency_code":"USD","in_stock":true},{"title":"12 Inches \/ 12 ft","offer_id":42687619367021,"sku":"IP-002-01-028-12-23(12ft)","price":205.91,"currency_code":"USD","in_stock":true},{"title":"14 Inches \/ 4 ft","offer_id":42687619399789,"sku":"IP-002-01-028-14-23(4ft)","price":249.44,"currency_code":"USD","in_stock":true},{"title":"14 Inches \/ 6 ft","offer_id":42687619432557,"sku":"IP-002-01-028-14-23(6ft)","price":249.44,"currency_code":"USD","in_stock":true},{"title":"14 Inches \/ 8 ft","offer_id":42687619465325,"sku":"IP-002-01-028-14-23(8ft)","price":249.44,"currency_code":"USD","in_stock":true},{"title":"14 Inches \/ 10 ft","offer_id":42687619498093,"sku":"IP-002-01-028-14-23(10ft)","price":249.44,"currency_code":"USD","in_stock":true},{"title":"14 Inches \/ 12 ft","offer_id":42687619530861,"sku":"IP-002-01-028-14-23(12ft)","price":249.44,"currency_code":"USD","in_stock":true},{"title":"18 Inches \/ 4 ft","offer_id":42687619563629,"sku":"IP-002-01-028-18-23(4ft)","price":350.98,"currency_code":"USD","in_stock":true},{"title":"18 Inches \/ 6 ft","offer_id":42687619596397,"sku":"IP-002-01-028-18-23(6ft)","price":350.98,"currency_code":"USD","in_stock":true},{"title":"18 Inches \/ 8 ft","offer_id":42687619629165,"sku":"IP-002-01-028-18-23(8ft)","price":350.98,"currency_code":"USD","in_stock":true},{"title":"18 Inches \/ 10 ft","offer_id":42687619661933,"sku":"IP-002-01-028-18-23(10ft)","price":350.98,"currency_code":"USD","in_stock":true},{"title":"18 Inches \/ 12 ft","offer_id":42687619694701,"sku":"IP-002-01-028-18-23(12ft)","price":350.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/copper-light-fixture-hammered-solid-copper-dome-pendant-light-ceiling-light-6885756.png?v=1773579313"},{"product_id":"solid-brass-drain-push-up-button-pop-up-drain","title":"Solid Brass Drain, Push Up Button","description":"\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSolid Brass Construction\u003c\/strong\u003e → Crafted from high-quality solid brass for exceptional durability, corrosion resistance, and long-term performance.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eUniversal Sink Compatibility \u003c\/strong\u003e→ Fits most standard sink holes with diameters ranging from 1.64” to 1.9”, making it a versatile choice for many sink types.\u003cstrong\u003e\u003cbr\u003e\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEffortless Push Mechanism\u003c\/strong\u003e → Opens and closes with a simple press—no need for a separate stopper or lever.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDIY-Friendly Installation \u003c\/strong\u003e→ Easy to install with minimal tools, perfect for quick upgrades and home projects.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatible with Insideast Fixtures \u003c\/strong\u003e→ Perfect match for your existing brass setup.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSolid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFitment\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eFits Sink Holes 1.64” – 1.9”\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMechanism\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003ePush-to-Open \/ Close\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eInstallation\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eEasy DIY Installation\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCompatibility\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eFits Most Bathroom \u0026amp; Vessel Sinks\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eReturn Policy\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e30-Day Return\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e\u003cstrong\u003e➡️ \u003ca rel=\"noopener\" title=\"Download Size Guide (PDF)\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/ID-001-01-001-00-23_Push_up_button.pdf?v=1759397943\" target=\"_blank\"\u003eDownload Size Guide (PDF)\u003c\/a\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e\u003cstrong\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/il_1588xN.3795047588_e4vc.avif?v=1759944064\" alt=\"\"\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Default Title","offer_id":42689308491885,"sku":"ID-001-01-001-00-23","price":56.23,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/solid-brass-drain-push-up-button-5859094.jpg?v=1773579314"},{"product_id":"4-pack-brass-dresser-pulls-brass-drawer-pulls-cabinet-pulls-brass-handles-closet-handles","title":"Pack of 4 x  Brass Dresser Pulls | Drawer Cabinet Pulls | Brass Closet Handles","description":"\u003cul\u003e\u003c\/ul\u003e\n\u003cp data-path-to-node=\"3\"\u003e\u003cb data-index-in-node=\"0\" data-path-to-node=\"3\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/PIC-7_2b750b7f-bc35-4686-ad1a-13057322d7d4.jpg?v=1760787067\"\u003e\u003c\/b\u003e\u003c\/p\u003e\n\u003cp data-path-to-node=\"3\"\u003e \u003c\/p\u003e\n\u003cp data-path-to-node=\"3\"\u003e\u003cb data-index-in-node=\"0\" data-path-to-node=\"3\"\u003eSolid Cast Brass Construction\u003c\/b\u003e → Expertly crafted from heavy, dense solid brass using traditional casting methods—\u003cb data-index-in-node=\"113\" data-path-to-node=\"3\"\u003enot hollow pipes\u003c\/b\u003e—ensuring exceptional strength and a substantial, premium feel for long-term durability.\u003c\/p\u003e\n\u003cp data-path-to-node=\"4\"\u003e \u003c\/p\u003e\n\u003cp data-path-to-node=\"4\"\u003e\u003cb data-index-in-node=\"0\" data-path-to-node=\"4\"\u003eLiving Unlacquered Finish\u003c\/b\u003e → Delivered with a brilliant shine that naturally matures over time, developing a rich, unique patina that enhances the vintage charm and character of your cabinetry.\u003c\/p\u003e\n\u003cp data-path-to-node=\"5\"\u003e \u003c\/p\u003e\n\u003cp data-path-to-node=\"5\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/PIC-9_1.jpg?v=1752925619\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp data-path-to-node=\"5\"\u003e \u003c\/p\u003e\n\u003cp data-path-to-node=\"5\"\u003e\u003cspan class=\"citation-108\"\u003e\u003c\/span\u003e\u003cb data-index-in-node=\"0\" data-path-to-node=\"5\"\u003e\u003cspan class=\"citation-108\"\u003eEasy \u0026amp; Secure Installation\u003c\/span\u003e\u003c\/b\u003e\u003cspan class=\"citation-108 citation-end-108\"\u003e → Designed for a straightforward upgrade to your furniture; includes high-quality mounting screws for a quick, stable, and hassle-free setup requiring minimal effort.\u003csup data-turn-source-index=\"1\" class=\"superscript\"\u003e\u003c!----\u003e\u003c\/sup\u003e\u003c\/span\u003e\u003c!----\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-path-to-node=\"6\"\u003e \u003c\/p\u003e\n\u003cp data-path-to-node=\"6\"\u003e\u003cb data-index-in-node=\"0\" data-path-to-node=\"6\"\u003eVersatile \u0026amp; Timeless Design\u003c\/b\u003e → A perfect blend of functionality and style, ideal for instantly elevating the look of kitchen cabinets, bathroom vanities, dressers, or utility closets.\u003c\/p\u003e\n\u003cp data-path-to-node=\"6\"\u003e \u003c\/p\u003e\n\u003ch4 data-path-to-node=\"7\"\u003eSpecifications\u003c\/h4\u003e\n\u003cdiv class=\"horizontal-scroll-wrapper\"\u003e\n\u003cdiv class=\"table-block-component\"\u003e\n\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\u003c!----\u003e\n\u003cdiv class=\"table-block has-export-button\"\u003e\n\u003cdiv class=\"table-content not-end-of-paragraph\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"table-block has-export-button\"\u003e\n\u003ctable data-path-to-node=\"8\" style=\"width: 99.9801%;\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 24.3835%;\"\u003e\u003cstrong\u003eFeature\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 75.318%;\"\u003e\u003cstrong\u003eDetail\u003c\/strong\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 24.3835%;\"\u003e\u003cspan data-path-to-node=\"8,1,0,0\"\u003e\u003cb data-path-to-node=\"8,1,0,0\" data-index-in-node=\"0\"\u003eMaterial\u003c\/b\u003e\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 75.318%;\"\u003e\u003cspan data-path-to-node=\"8,1,1,0\"\u003eSolid Brass (Heavy, Cast Construction)\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 24.3835%;\"\u003e\u003cspan data-path-to-node=\"8,2,0,0\"\u003e\u003cb data-path-to-node=\"8,2,0,0\" data-index-in-node=\"0\"\u003eFinish\u003c\/b\u003e\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 75.318%;\"\u003e\u003cspan data-path-to-node=\"8,2,1,0\"\u003eUnlacquered Brass (Develops natural patina)\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 24.3835%;\"\u003e\u003cspan data-path-to-node=\"8,3,0,0\"\u003e\u003cb data-path-to-node=\"8,3,0,0\" data-index-in-node=\"0\"\u003eQuantity\u003c\/b\u003e\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 75.318%;\"\u003e\u003cspan data-path-to-node=\"8,3,1,0\"\u003ePack of 4\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 24.3835%;\"\u003e\u003cspan data-path-to-node=\"8,4,0,0\"\u003e\u003cb data-path-to-node=\"8,4,0,0\" data-index-in-node=\"0\"\u003eInstallation\u003c\/b\u003e\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 75.318%;\"\u003e\u003cspan data-path-to-node=\"8,4,1,0\"\u003eScrew-Mounted (Hardware Included)\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 24.3835%;\"\u003e\u003cspan data-path-to-node=\"8,5,0,0\"\u003e\u003cb data-path-to-node=\"8,5,0,0\" data-index-in-node=\"0\"\u003eUsage\u003c\/b\u003e\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 75.318%;\"\u003e\u003cspan data-path-to-node=\"8,5,1,0\"\u003eKitchen, Bathroom, Furniture\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 24.3835%;\"\u003e\u003cspan data-path-to-node=\"8,6,0,0\"\u003e\u003cb data-path-to-node=\"8,6,0,0\" data-index-in-node=\"0\"\u003eReturn Policy\u003c\/b\u003e\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 75.318%;\"\u003e\u003cspan data-path-to-node=\"8,6,1,0\"\u003e30-Day Return\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(43, 0, 255);\"\u003e\u003cstrong\u003e\u003cspan data-sheets-value='{\"1\":2,\"2\":\"Traditional construction. This makes it easy to find replacements when old parts wear out.\"}' data-sheets-userformat='{\"2\":515,\"3\":{\"1\":0},\"4\":{\"1\":3,\"3\":2},\"12\":0}'\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e➡️ \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Brass_Dresser_Pulls_IA-070-05-001-03-25.pdf\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan style=\"color: rgb(43, 0, 255);\"\u003eDownload Size Guide (PDF)\u003c\/span\u003e\u003c\/a\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/PIC-6_bb4d465f-0122-45e9-8130-40a17e1ff58b.jpg?v=1760787115\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Select an Option \/ Select an Option","offer_id":43561678012525,"sku":null,"price":281.83,"currency_code":"USD","in_stock":true},{"title":"Select an Option \/ Pack of 4","offer_id":43561678176365,"sku":null,"price":281.83,"currency_code":"USD","in_stock":true},{"title":"Select an Option \/ Pack of 8","offer_id":43561678209133,"sku":null,"price":532.42,"currency_code":"USD","in_stock":true},{"title":"3.54\" (9cm) \/ Select an Option","offer_id":43561678045293,"sku":null,"price":281.83,"currency_code":"USD","in_stock":true},{"title":"3.54\" (9cm) \/ Pack of 4","offer_id":42689354793069,"sku":"IA-070-05-001-03-25(4pcs)","price":281.83,"currency_code":"USD","in_stock":true},{"title":"3.54\" (9cm) \/ Pack of 8","offer_id":42689354924141,"sku":"IA-070-05-001-03-25(8pcs)","price":532.42,"currency_code":"USD","in_stock":true},{"title":"4.33\" (11cm) \/ Select an Option","offer_id":43561678078061,"sku":null,"price":283.79,"currency_code":"USD","in_stock":true},{"title":"4.33\" (11cm) \/ Pack of 4","offer_id":42689354825837,"sku":"IA-070-05-001-04-25(4pcs)","price":283.79,"currency_code":"USD","in_stock":true},{"title":"4.33\" (11cm) \/ Pack of 8","offer_id":42689354956909,"sku":"IA-070-05-001-04-25(8pcs)","price":536.06,"currency_code":"USD","in_stock":true},{"title":"5.11\" (13cm) \/ Select an Option","offer_id":43561678110829,"sku":null,"price":285.79,"currency_code":"USD","in_stock":true},{"title":"5.11\" (13cm) \/ Pack of 4","offer_id":42689354858605,"sku":"IA-070-05-001-05-25(4pcs)","price":285.79,"currency_code":"USD","in_stock":true},{"title":"5.11\" (13cm) \/ Pack of 8","offer_id":42689354989677,"sku":"IA-070-05-001-05-25(8pcs)","price":539.83,"currency_code":"USD","in_stock":true},{"title":"5.9\" (15cm) \/ Select an Option","offer_id":43561678143597,"sku":null,"price":268.41,"currency_code":"USD","in_stock":true},{"title":"5.9\" (15cm) \/ Pack of 4","offer_id":42689354891373,"sku":"IA-070-05-001-06-25(4pcs)","price":287.76,"currency_code":"USD","in_stock":true},{"title":"5.9\" (15cm) \/ Pack of 8","offer_id":42689355022445,"sku":"IA-070-05-001-06-25(8pcs)","price":543.56,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/pack-of-4-x-brass-dresser-pulls-drawer-cabinet-pulls-brass-closet-handles-1764914.jpg?v=1773579314"},{"product_id":"brass-kitchen-cup-handles-handmade-cabinet-knobs-unlacquered-brass-cup-pull-handles","title":"Pack of 3 Brass Kitchen Cup Handles, Handmade Cabinet Knobs, Unlacquered Brass Cup Pull Handles","description":"\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSolid Brass Construction \u003c\/strong\u003e→ Crafted from high-quality, non-coated brass to ensure exceptional strength and long-term durability.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNatural Living Finish \u003c\/strong\u003e→ Ages gracefully over time, developing a rich patina that adds vintage charm to your space.\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eTimeless Versatility \u003c\/strong\u003e→ Designed to complement kitchens, bathrooms, or bedroom furniture with a touch of classic elegance.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEasy Installation\u003c\/strong\u003e → Comes with three screws and pre-drilled holes for easy surface mounting.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h4\u003e\n\u003ctable style=\"width: 100%; height: 140.938px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 23.4875px;\"\u003e\n\u003ctd style=\"width: 39.1858%; height: 23.4875px;\"\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 60.528%; height: 23.4875px;\"\u003eSolid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 23.4875px;\"\u003e\n\u003ctd style=\"width: 39.1858%; height: 23.4875px;\"\u003e\u003cstrong\u003eFinish\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 60.528%; height: 23.4875px;\"\u003eNatural Patina (Develops Over Time)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 23.4875px;\"\u003e\n\u003ctd style=\"width: 39.1858%; height: 23.4875px;\"\u003e\u003cstrong\u003eStyle\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 60.528%; height: 23.4875px;\"\u003eClassic Cabinet Pull\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 23.4875px;\"\u003e\n\u003ctd style=\"width: 39.1858%; height: 23.4875px;\"\u003e\u003cstrong\u003eInstallation Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 60.528%; height: 23.4875px;\"\u003eSurface Mounted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 23.4875px;\"\u003e\n\u003ctd style=\"width: 39.1858%; height: 23.4875px;\"\u003e\u003cstrong\u003eRoom\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 60.528%; height: 23.4875px;\"\u003eKitchen, Bathroom, Bedroom\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 23.5px;\"\u003e\n\u003ctd style=\"width: 39.1858%; height: 23.5px;\"\u003e\u003cstrong\u003eReturn Policy\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 60.528%; height: 23.5px;\"\u003e30-Day Return\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Drwaer_Pulls_IA-012-08-xxx-00-23.pdf?v=1760784627\" target=\"_blank\" rel=\"noopener\"\u003e\u003cspan data-sheets-value='{\"1\":2,\"2\":\"Traditional construction. This makes it easy to find replacements when old parts wear out.\"}' data-sheets-userformat='{\"2\":515,\"3\":{\"1\":0},\"4\":{\"1\":3,\"3\":2},\"12\":0}'\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e\u003cstrong\u003e➡️ Download Size Guide (PDF)\u003c\/strong\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Select an option","offer_id":43507520110701,"sku":null,"price":129.0,"currency_code":"USD","in_stock":true},{"title":"Pack of 3","offer_id":42692728750189,"sku":"IA-070-03-001-00-24(3pcs)","price":129.0,"currency_code":"USD","in_stock":true},{"title":"Pack of 6","offer_id":42692728782957,"sku":"IA-070-03-001-00-24(6pcs)","price":247.0,"currency_code":"USD","in_stock":true},{"title":"Pack of 9","offer_id":42692728815725,"sku":"IA-070-03-001-00-24(9pcs)","price":359.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/pack-of-3-brass-kitchen-cup-handles-handmade-cabinet-knobs-unlacquered-brass-cup-pull-handles-3741661.jpg?v=1773579315"},{"product_id":"solid-brass-toilet-paper-holder-bathroom-tissue-holder","title":"Solid Brass Toilet Paper Holder, Bathroom Tissue Holder","description":"\u003cp\u003e\u003cstrong\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Solid_Brass_Toilet_Paper_Holder_Bathroom_Tissue_Holder_10.jpg?v=1765978633\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e100% Solid Brass Construction \u003c\/strong\u003e→ Crafted from premium solid brass to ensure long-lasting durability and a classic look.\u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eNatural Living Finish \u003c\/strong\u003e→ Unlacquered brass will gracefully age and develop a warm, rich patina over time for added character.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eEffortless DIY Installation \u003c\/strong\u003e→ Comes with all necessary hardware for quick and easy wall mounting.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCustomizable Options \u003c\/strong\u003e→ Custom sizes or finishes available upon request to suit your specific space and style.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatible with Insideast Fixtures \u003c\/strong\u003e→ Perfect match for your existing brass setup.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Solid_Brass_Toilet_Paper_Holder_Bathroom_Tissue_Holder_9.jpg?v=1765978633\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ctable style=\"width: 100%; height: 156.75px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 28.6259%; height: 19.5938px;\"\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 68.9436%; height: 19.5938px;\"\u003eSolid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 28.6259%; height: 19.5938px;\"\u003e\u003cstrong\u003eFinish\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 68.9436%; height: 19.5938px;\"\u003eUnlacquered Brass (Ages Naturally)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 28.6259%; height: 19.5938px;\"\u003e\u003cstrong\u003eInstallation Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 68.9436%; height: 19.5938px;\"\u003eWall-Mounted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 28.6259%; height: 19.5938px;\"\u003e\u003cstrong\u003eIncluded Components\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 68.9436%; height: 19.5938px;\"\u003eMounting Hardware\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 28.6259%; height: 19.5938px;\"\u003e\u003cstrong\u003eReturn Policy\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 68.9436%; height: 19.5938px;\"\u003e30-Day Return\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-value='{\"1\":2,\"2\":\"Traditional construction. This makes it easy to find replacements when old parts wear out.\"}' data-sheets-userformat='{\"2\":515,\"3\":{\"1\":0},\"4\":{\"1\":3,\"3\":2},\"12\":0}'\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e\u003cstrong\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Solid_Brass_Toilet_Paper_Holder_Bathroom_Tissue_Holder_3.jpg?v=1765978633\"\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/span\u003e\u003cspan data-sheets-value='{\"1\":2,\"2\":\"Traditional construction. This makes it easy to find replacements when old parts wear out.\"}' data-sheets-userformat='{\"2\":515,\"3\":{\"1\":0},\"4\":{\"1\":3,\"3\":2},\"12\":0}'\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e\u003cstrong\u003e➡️ \u003ca rel=\"noopener\" title=\"Download Size Guide (PDF)\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/IA-050-06-001-XX-24_Open_Toilette_Paper_holder_with_ball_Smooth.pdf\" target=\"_blank\"\u003eDownload Size Guide  ( TYPE 1 )\u003c\/a\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-value='{\"1\":2,\"2\":\"Traditional construction. This makes it easy to find replacements when old parts wear out.\"}' data-sheets-userformat='{\"2\":515,\"3\":{\"1\":0},\"4\":{\"1\":3,\"3\":2},\"12\":0}'\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e\u003cstrong\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Solid_Brass_Toilet_Paper_Holder_Bathroom_Tissue_Holder_12.jpg?v=1765978633\"\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-value='{\"1\":2,\"2\":\"Traditional construction. This makes it easy to find replacements when old parts wear out.\"}' data-sheets-userformat='{\"2\":515,\"3\":{\"1\":0},\"4\":{\"1\":3,\"3\":2},\"12\":0}'\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e\u003cstrong\u003e➡️ \u003ca rel=\"noopener\" title=\"Download Size Guide (PDF)\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/IA-050-06-001-XX-24_Open_Toilette_Paper_holder_with_ball_Smooth.pdf\" target=\"_blank\"\u003eDownload Size Guide  ( TYPE 2 )\u003c\/a\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-value='{\"1\":2,\"2\":\"Traditional construction. This makes it easy to find replacements when old parts wear out.\"}' data-sheets-userformat='{\"2\":515,\"3\":{\"1\":0},\"4\":{\"1\":3,\"3\":2},\"12\":0}'\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e\u003cstrong\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Solid_Brass_Toilet_Paper_Holder_Bathroom_Tissue_Holder_SIZE_2D.png?v=1765978610\"\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Select an Option \/ Select an Option","offer_id":43797617344621,"sku":null,"price":52.12,"currency_code":"USD","in_stock":true},{"title":"Select an Option \/ 4.5 Inches","offer_id":43797617377389,"sku":null,"price":52.12,"currency_code":"USD","in_stock":true},{"title":"Select an Option \/ 8 Inches","offer_id":43797617410157,"sku":null,"price":52.12,"currency_code":"USD","in_stock":true},{"title":"Type 1 \/ Select an Option","offer_id":43797617442925,"sku":null,"price":52.12,"currency_code":"USD","in_stock":true},{"title":"Type 1 \/ 4.5 Inches","offer_id":42692830855277,"sku":"IA-050-06-001-04-24","price":52.12,"currency_code":"USD","in_stock":true},{"title":"Type 1 \/ 8 Inches","offer_id":42692830888045,"sku":"IA-050-06-001-08-24","price":73.15,"currency_code":"USD","in_stock":true},{"title":"Type 2 \/ Select an Option","offer_id":43797617475693,"sku":null,"price":52.12,"currency_code":"USD","in_stock":true},{"title":"Type 2 \/ 4.5 Inches","offer_id":42692830920813,"sku":"IA-050-05-001-04-24","price":52.12,"currency_code":"USD","in_stock":true},{"title":"Type 2 \/ 8 Inches","offer_id":42692830953581,"sku":"IA-050-05-001-08-24","price":73.15,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/solid-brass-toilet-paper-holder-bathroom-tissue-holder-1935278.png?v=1773579315"},{"product_id":"handcrafted-solid-brass-floating-shelf-bathroom-shelf-brass-wall-mount-bathroom-soap-holder","title":"Handcrafted Solid Brass Floating Shelf, Bathroom Shelf Brass, Wall Mount Bathroom Soap Holder","description":"\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Solid_Brass_Floating_Shelf_2.jpg?v=1767881767\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e100% Solid Brass Construction\u003c\/strong\u003e → Built from high-quality solid brass to ensure durability, strength, and long-term performance.\u003cstrong\u003e\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eNatural Unlacquered Finish \u003c\/strong\u003e→ Arrives with a polished shine that gradually develops a warm, natural patina over time—adding timeless character.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eEffortless Installation\u003c\/strong\u003e → Comes complete with all necessary mounting hardware for quick and secure attachment to any wall surface.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatible with Insideast Fixtures\u003c\/strong\u003e → Perfect match for your existing brass setup.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Handcrafted_Solid_Brass_Floating_Shelf_Bathroom_Shelf_Brass_Wall_Mount_Bathroom_Soap_Holder_3.jpg?v=1767876755\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ctable style=\"width: 100%; height: 137.157px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 26.2045%; height: 19.5938px;\"\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 71.3649%; height: 19.5938px;\"\u003eSolid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 26.2045%; height: 19.5938px;\"\u003e\u003cstrong\u003eFinish\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 71.3649%; height: 19.5938px;\"\u003eUnlacquered Brass (Develops Natural Patina Over Time)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 26.2045%; height: 19.5938px;\"\u003e\u003cstrong\u003eInstallation Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 71.3649%; height: 19.5938px;\"\u003eWall-Mounted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 26.2045%; height: 19.5938px;\"\u003e\u003cstrong\u003eIncluded Hardware\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 71.3649%; height: 19.5938px;\"\u003eIncluded (Screws \u0026amp; Anchors)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 26.2045%; height: 19.5938px;\"\u003e\u003cstrong\u003eDesign Style\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 71.3649%; height: 19.5938px;\"\u003eMinimalist \/ Traditional\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 26.2045%; height: 19.5938px;\"\u003e\u003cstrong\u003eReturn Policy\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 71.3649%; height: 19.5938px;\"\u003e30-Day Return\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-value='{\"1\":2,\"2\":\"Traditional construction. This makes it easy to find replacements when old parts wear out.\"}' data-sheets-userformat='{\"2\":515,\"3\":{\"1\":0},\"4\":{\"1\":3,\"3\":2},\"12\":0}'\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e\u003cstrong\u003e➡️ \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/IA-040-05-035-00-23_Unlacquered_Brass_Engraved_Wall_Shelf_for_Shower_Wall_Mounted.pdf\" title=\"Download Size Guide (PDF)\" rel=\"noopener\" target=\"_blank\"\u003eDownload Size Guide (PDF)\u003c\/a\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch4\u003eEngraved\u003c\/h4\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Handcrafted_Solid_Brass_Floating_Shelf_Bathroom_Shelf_Brass_Wall_Mount_Bathroom_Soap_Holder_5.jpg?v=1767876840\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch4\u003eSmooth\u003c\/h4\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Solid_Brass_Floating_Shelf.jpg?v=1767877571\"\u003e\u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Engraved","offer_id":42693015502957,"sku":"IA-040-05-035-00-23","price":97.45,"currency_code":"USD","in_stock":true},{"title":"Smooth","offer_id":42693015535725,"sku":"IA-040-05-001-00-23","price":97.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/handcrafted-solid-brass-floating-shelf-bathroom-shelf-brass-wall-mount-bathroom-soap-holder-3434352.jpg?v=1773579315"},{"product_id":"unlacquered-brass-towel-holder","title":"Single Hook solid Unlacquered Brass , Handmade Brass Hook, Coat Hook, Wall Hook","description":"\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Unlacquered_Brass_Wall_Single_Hook_3_12_IA-025-07-001-00-23.jpg?v=1762515933\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eUnlacquered Brass Finish → \u003c\/strong\u003eArrives with a soft golden shine that naturally evolves into a rich, antique patina. Perfect for lovers of vintage elegance and old-world romance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCrafted in Solid Brass\u003c\/strong\u003e → Built to last from high-quality solid brass, this piece offers exceptional strength, longevity, and character that becomes part of your home’s identity.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eA True Statement Piece \u003c\/strong\u003e→ Designed to elevate your bathroom or powder room with timeless charm and refined detail.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eArtisan Made \u003c\/strong\u003e→ Each piece reflects the dedication and exceptional skill of Moroccan craftsmen, transforming a simple hook into a decorative object in its own right.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatible with Insideast Fixtures\u003c\/strong\u003e → Perfect match for your existing brass setup.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ctable style=\"width: 100%; height: 137.2px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 30.7465%; height: 19.6px;\"\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 66.8924%; height: 19.6px;\"\u003eSolid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 30.7465%; height: 19.6px;\"\u003e\u003cstrong\u003eFinish\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 66.8924%; height: 19.6px;\"\u003eUnlacquered Brass (Ages Naturally)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 30.7465%; height: 19.6px;\"\u003e\u003cstrong\u003eOther Finishes Available\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 66.8924%; height: 19.6px;\"\u003ePolished Brass \/ Brushed \/ Copper \/ Nickel \/ Oil Rubbed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 30.7465%; height: 19.6px;\"\u003e\u003cstrong\u003eInstallation Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 66.8924%; height: 19.6px;\"\u003eWall-Mounted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 30.7465%; height: 19.6px;\"\u003e\u003cstrong\u003eIncluded Hardware\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 66.8924%; height: 19.6px;\"\u003eMounting Screws\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 30.7465%; height: 19.6px;\"\u003e\u003cstrong\u003eCustomization\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 66.8924%; height: 19.6px;\"\u003eSize and Finish Available Upon Request\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 30.7465%; height: 19.6px;\"\u003e\u003cstrong\u003eReturn Policy\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 66.8924%; height: 19.6px;\"\u003e30-Day Return\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e\u003cstrong\u003e➡️ \u003ca rel=\"noopener\" title=\"Download Size Guide (PDF)\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Unlacquered_Brass_Wall_Single_Hook_3_12_IA-025-07-001-00-23.pdf?v=1760714309\" target=\"_blank\"\u003eDownload Size Guide (PDF)\u003c\/a\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"Insideast","offers":[{"title":"1 Hook","offer_id":42693420122221,"sku":"IA-060-01-001-03-23","price":42.12,"currency_code":"USD","in_stock":true},{"title":"3 Hooks","offer_id":42693420154989,"sku":"IA-060-01-001-03-23(3pcs)","price":77.23,"currency_code":"USD","in_stock":true},{"title":"6 Hooks","offer_id":42693420187757,"sku":"IA-060-01-001-03-23(6pcs)","price":140.23,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/single-hook-solid-unlacquered-brass-handmade-brass-hook-coat-hook-wall-hook-2330421.png?v=1773579314"},{"product_id":"unlacquered-brass-towel-holder-wall-mounted-bathroom-towel-ring","title":"Unlacquered Brass Towel Holder, Wall-Mounted Bathroom Towel Ring","description":"\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e100% Solid Brass Construction \u003c\/strong\u003e→ Made from durable, high-quality solid brass, an elegant and lasting investment for your home.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNatural Living Finish\u003c\/strong\u003e → Unlacquered brass will arrive with a golden shine and gradually develop a warm, rich patina over time, adding vintage charm.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEasy DIY Installation\u003c\/strong\u003e → Comes with all necessary mounting hardware for a quick and simple wall installation.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCustomizable Design \u003c\/strong\u003e→ Size and finish can be tailored upon request to perfectly match your space and style.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatible with Insideast Fixtures\u003c\/strong\u003e → Perfect match for your existing brass setup.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003ctable style=\"width: 100%; height: 117.563px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 34.8524%; height: 19.5938px;\"\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 62.717%; height: 19.5938px;\"\u003eSolid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 34.8524%; height: 19.5938px;\"\u003e\u003cstrong\u003eFinish\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 62.717%; height: 19.5938px;\"\u003eUnlacquered Brass (Ages Naturally)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 34.8524%; height: 19.5938px;\"\u003e\u003cstrong\u003eInstallation Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 62.717%; height: 19.5938px;\"\u003eWall-Mounted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 34.8524%; height: 19.5938px;\"\u003e\u003cstrong\u003eMounting Hardware\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 62.717%; height: 19.5938px;\"\u003eIncluded (Screws \u0026amp; Anchors)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 34.8524%; height: 19.5938px;\"\u003e\u003cstrong\u003eDesign Style\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 62.717%; height: 19.5938px;\"\u003eClassic \/ Minimalist\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 34.8524%; height: 19.5938px;\"\u003e\u003cstrong\u003eCustomization\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 62.717%; height: 19.5938px;\"\u003eSize and Finish Available Upon Request\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 34.8524%;\"\u003e\u003cstrong\u003eReturn Policy\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 62.717%;\"\u003e30-Day Return\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-value='{\"1\":2,\"2\":\"Traditional construction. This makes it easy to find replacements when old parts wear out.\"}' data-sheets-userformat='{\"2\":515,\"3\":{\"1\":0},\"4\":{\"1\":3,\"3\":2},\"12\":0}'\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e\u003cstrong\u003e➡️ \u003ca href=\"https:\/\/drive.google.com\/file\/d\/1J4gkdBRaCm-7Lmga-rC4cLm3PoNKCVsW\/view?usp=drive_link\" title=\"Download Size Guide (PDF)\" rel=\"noopener\" target=\"_blank\"\u003eDownload Size Guide (PDF)\u003c\/a\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Select an Option","offer_id":43557961105517,"sku":null,"price":112.45,"currency_code":"USD","in_stock":true},{"title":"Type 1","offer_id":42693453938797,"sku":"IA-020-07-001-00-24","price":112.45,"currency_code":"USD","in_stock":true},{"title":"Type 2","offer_id":42693453971565,"sku":"IA-020-08-001-00-24","price":112.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/unlacquered-brass-towel-holder-wall-mounted-bathroom-towel-ring-3917622.webp?v=1773579262"},{"product_id":"unlacquered-brass-bathroom-floating-shelf-with-hook-wall-mount-shelf-with-toilet-paper-holder","title":"Unlacquered Brass Bathroom Floating Shelf With Hook, Wall Mount Shelf With Toilet Paper Holder","description":"\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSolid Brass Construction\u003c\/strong\u003e → Crafted from 100% solid brass to ensure lasting durability, strength, and a refined aesthetic that stands the test of time.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eUnlacquered Brass Finish\u003c\/strong\u003e → Arrives with a polished shine that gradually develops a warm, natural patina, adding timeless character to your space.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eEffortless Installation \u003c\/strong\u003e→ Comes with all required mounting hardware for a simple, DIY-friendly setup.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatible with Insideast Fixtures\u003c\/strong\u003e → Perfect match for your existing brass setup.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e💡\u003cstrong\u003eNote → Soap bottle is not included.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ctable style=\"width: 100%; height: 137.157px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 28.758%; height: 19.5938px;\"\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 68.8115%; height: 19.5938px;\"\u003e100% Solid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 28.758%; height: 19.5938px;\"\u003e\u003cstrong\u003eFinish\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 68.8115%; height: 19.5938px;\"\u003eUnlacquered Brass (Develops a natural patina over time)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 28.758%; height: 19.5938px;\"\u003e\u003cstrong\u003eInstallation Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 68.8115%; height: 19.5938px;\"\u003eWall-Mounted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 28.758%; height: 19.5938px;\"\u003e\u003cstrong\u003eMounting Hardware\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 68.8115%; height: 19.5938px;\"\u003eIncluded (Screws \u0026amp; Anchors)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 28.758%; height: 19.5938px;\"\u003e\u003cstrong\u003eCustomization\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 68.8115%; height: 19.5938px;\"\u003eSize and Finish available upon request\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 28.758%; height: 19.5938px;\"\u003e\u003cstrong\u003eDesign Style\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 68.8115%; height: 19.5938px;\"\u003eMinimalist\/ Timeless\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.5938px;\"\u003e\n\u003ctd style=\"width: 28.758%; height: 19.5938px;\"\u003e\u003cstrong\u003eReturn Policy\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 68.8115%; height: 19.5938px;\"\u003e30-Day Return\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-value='{\"1\":2,\"2\":\"Traditional construction. This makes it easy to find replacements when old parts wear out.\"}' data-sheets-userformat='{\"2\":515,\"3\":{\"1\":0},\"4\":{\"1\":3,\"3\":2},\"12\":0}'\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e\u003cstrong\u003e➡️ \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/IA-040-02-001-00-25.pdf\" target=\"_blank\" title=\"Download Size Guide (PDF)\" rel=\"noopener\"\u003eDownload Size Guide (PDF)\u003c\/a\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Default Title","offer_id":42697709912173,"sku":"IA-040-02-001-00-25","price":116.41,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/unlacquered-brass-bathroom-floating-shelf-with-hook-wall-mount-shelf-with-toilet-paper-holder-9229209.jpg?v=1773579262"},{"product_id":"brass-pot-rail-with-hooks","title":"Unlacquered Brass Kitchen Rods, Pot Rail With S Hooks, Pan Rack organizer, Wall Mounted Brass Kitchen Rod with Hooks","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.1rem,1.5vw,1.3rem);\n  max-width:700px;\n  margin:0 auto;\n  line-height:1.7;\n  text-align:center;\n}\n  .faucet-desc__video {\n    display: grid;\n    margin: clamp(60px, 8vw, 100px) 0\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  .faucet-desc__video-container video {\n    width: 100%;\n    height: auto;\n    display: block\n  }\n  .faucet-desc__specs-section {\n    margin: clamp(60px, 8vw, 100px) 0\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  .faucet-desc__specs-table tr {\n    border-bottom: 1px solid var(--accent-light)\n  }\n  .faucet-desc__specs-table tr:last-child {\n    border-bottom: none\n  }\n  .faucet-desc__specs-table td {\n    padding: 12px 20px;\n    font-size: 14px\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  .faucet-desc__specs-table td:last-child {\n    color: var(--muted)\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  .faucet-desc__dimension-card {\n    text-align: center;\n    padding: 10px\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  .faucet-desc__dimension-value {\n    font-size: 11px;\n    font-weight: 400;\n    color: var(--primary)\n  }\n  .faucet-desc__dimension-unit {\n    font-size: 11px;\n    color: #999;\n    margin-top: 2px\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  .faucet-desc__download h3 {\n    color: var(--primary)\n  }\n  .faucet-desc__download p {\n    color: var(--muted);\n    margin-bottom: 15px\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  .faucet-desc__download a:hover {\n    background: #8b6740\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  .faucet-desc__warranty-badge:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 6px 20px rgba(166, 124, 82, .15)\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  .faucet-desc__warranty-badge-icon svg {\n    width: 100%;\n    height: 100%\n  }\n  .faucet-desc__warranty-badge-content {\n    flex: 1;\n    min-width: 0\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  .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  .faucet-desc__warranty-badge-content p strong {\n    display: inline;\n    font-size: inherit;\n    font-weight: 700;\n    color: var(--accent)\n  }\n  .faucet-desc__config {\n    margin: 60px 0\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  .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  .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  .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  .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  .faucet-desc__config-slider-container::-webkit-scrollbar {\n    height: 8px\n  }\n  .faucet-desc__config-slider-container::-webkit-scrollbar-track {\n    background: #f1f1f1;\n    border-radius: 10px\n  }\n  .faucet-desc__config-slider-container::-webkit-scrollbar-thumb {\n    background: var(--accent);\n    border-radius: 10px\n  }\n  .faucet-desc__config-slider {\n    display: flex;\n    gap: 20px;\n    padding: 5px\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  .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  .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  .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  .faucet-desc__config-arrow:hover {\n    background: #8b6740;\n    transform: translateY(-50%) scale(1.1)\n  }\n  .faucet-desc__config-arrow--left {\n    left: 4px\n  }\n  .faucet-desc__config-arrow--right {\n    right: 4px\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  .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  .faucet-desc__config-options {\n    display: grid;\n    gap: 8px\n  }\n  .faucet-desc__config-section:first-child .faucet-desc__config-options {\n    grid-template-columns: 1fr 1fr\n  }\n  .faucet-desc__config-section:last-child .faucet-desc__config-options {\n    grid-template-columns: 1fr\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  .faucet-desc__config-option:hover {\n    border-color: var(--accent);\n    transform: translateY(-2px);\n    box-shadow: 0 4px 12px var(--shadow)\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  .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  .faucet-desc__review-slider-wrap::-webkit-scrollbar {\n    height: 6px\n  }\n  .faucet-desc__review-slider-wrap::-webkit-scrollbar-track {\n    background: #f1f1f1;\n    border-radius: 10px\n  }\n  .faucet-desc__review-slider-wrap::-webkit-scrollbar-thumb {\n    background: var(--accent);\n    border-radius: 10px;\n    cursor: grab\n  }\n  .faucet-desc__review-slider-wrap::-webkit-scrollbar-thumb:active {\n    cursor: grabbing\n  }\n  .faucet-desc__review-slider {\n    display: flex;\n    gap: 25px;\n    padding: 0\n  }\n  .faucet-desc__review-slider-item {\n    flex: 0 0 calc(33.333% - 17px);\n    min-width: calc(33.333% - 17px)\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  .faucet-desc__review-arrow:hover {\n    background: #8b6740;\n    transform: translateY(-50%) scale(1.1)\n  }\n  .faucet-desc__review-arrow--left {\n    left: 8px\n  }\n  .faucet-desc__review-arrow--right {\n    right: 8px\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  .faucet-desc__review-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 8px 25px rgba(0, 0, 0, .12)\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  .faucet-desc__review-author {\n    font-weight: 700;\n    color: var(--primary)\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  .faucet-desc__review-stars {\n    color: var(--accent);\n    font-size: 16px;\n    margin-bottom: 10px\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  .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  \/* ========== FEATURES GRID - IMPROVED ========== *\/\n  .faucet-desc__features {\n    margin: clamp(60px, 8vw, 100px) 0\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  .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  .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  .faucet-desc__features-list li:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 8px 20px rgba(0, 0, 0, .12)\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  .faucet-desc__feature-icon svg {\n    width: 28px;\n    height: 28px\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  .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  .faucet-desc__package {\n    margin: clamp(60px, 8vw, 100px) 0\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  .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  .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  .faucet-desc__package-list li:hover {\n    background: #fff;\n    transform: translateY(-2px);\n    box-shadow: 0 2px 8px var(--shadow)\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  .faucet-desc__faq {\n    margin-top: clamp(60px, 8vw, 100px)\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  .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  .faucet-desc__faq details:hover {\n    box-shadow: 0 4px 12px rgba(166, 124, 82, .15);\n    transform: translateX(4px)\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  .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  .faucet-desc__faq details[open] summary::before {\n    transform: rotate(90deg)\n  }\n  .faucet-desc__faq summary:hover {\n    color: var(--accent)\n  }\n  .faucet-desc__faq details[open] summary {\n    margin-bottom: 10px;\n    color: var(--accent)\n  }\n  .faucet-desc__faq p {\n    color: var(--muted);\n    line-height: 1.6;\n    font-size: 14px;\n    margin: 0\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  .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  .ie-warranty__shield {\n    width: 24px;\n    height: 24px;\n    flex: 0 0 24px;\n    color: #fff\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  .ie-warranty__body {\n    padding: 1.5rem\n  }\n  .ie-warranty__body p {\n    margin: 0 0 .75rem 0;\n    line-height: 1.6;\n    color: var(--primary)\n  }\n  .ie-warranty__list {\n    margin: .5rem 0 0 0;\n    padding-left: 1.25rem;\n    color: var(--primary)\n  }\n  .ie-warranty__list li {\n    margin: .4rem 0;\n    line-height: 1.5\n  }\n  .ie-warranty__note {\n    margin-top: 1rem;\n    font-size: .9rem;\n    opacity: .8;\n    color: var(--muted)\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  .ie-warranty__badge .tick {\n    font-size: 1.2rem;\n    line-height: 1;\n    color: var(--accent)\n  }\n  .ie-warranty__badge strong {\n    font-weight: 700;\n    color: var(--primary)\n  }\n  .ie-warranty__badge div {\n    color: var(--primary)\n  }\n  \/* ========== CRO STYLES ========== *\/\n  \/* CTA Section *\/\n  .faucet-desc__cta-section {\n    text-align: center;\n    margin: clamp(30px, 4vw, 40px) 0;\n    padding: clamp(20px, 3vw, 30px);\n    background: linear-gradient(135deg, #fff 0%, var(--bg-light) 100%);\n    border-radius: 12px;\n    border: 2px solid var(--accent);\n    box-shadow: 0 8px 30px rgba(166, 124, 82, .15)\n  }\n  .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  .faucet-desc__price-note {\n    font-size: clamp(13px, 1.5vw, 16px);\n    color: var(--muted);\n    margin-bottom: 20px\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  .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  .faucet-desc__cta-primary:active {\n    transform: translateY(0)\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  .faucet-desc__trust-bar div {\n    display: flex;\n    align-items: center;\n    gap: 5px\n  }\n  .faucet-desc__trust-bar div:before {\n    content: \"✓\";\n    color: var(--accent);\n    font-weight: bold\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  .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  .guarantee-item:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 4px 12px var(--shadow)\n  }\n  .guarantee-item svg {\n    width: 32px;\n    height: 32px;\n    margin: 0 auto 10px;\n    color: var(--accent)\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  \/* Comparison Table *\/\n  .faucet-desc__comparison {\n    margin: 60px 0;\n    padding: 40px 0\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  .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  .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  .faucet-desc__comparison-table td {\n    padding: 15px;\n    border-bottom: 1px solid var(--accent-light);\n    font-size: 14px\n  }\n  .faucet-desc__comparison-table tr:last-child td {\n    border-bottom: none\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  .faucet-desc__comparison-table td:nth-child(2) {\n    color: #2d5016;\n    font-weight: 500\n  }\n  .faucet-desc__comparison-table td:nth-child(3) {\n    color: #7a271a\n  }\n  .faucet-desc__comparison-table tr:hover {\n    background: rgba(166, 124, 82, .05)\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  .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  .faucet-desc__guarantee-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 20px 0\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  .faucet-desc__guarantee-box li:last-child {\n    border-bottom: none\n  }\n  .faucet-desc__guarantee-box li:before {\n    content: \"🛡️\";\n    position: absolute;\n    left: 0;\n    font-size: 20px\n  }\n  .faucet-desc__guarantee-box li strong {\n    color: var(--accent)\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  \/* 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  .stat {\n    text-align: center;\n    padding: 15px\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  .stat-label {\n    font-size: 13px;\n    color: var(--muted);\n    text-transform: uppercase;\n    letter-spacing: .5px\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  .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  \/* 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  .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  .faucet-desc__scarcity-notice a:hover {\n    color: #8b6740\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  \/* Customer Photos Gallery *\/\n  .faucet-desc__ugc {\n    margin: 60px 0\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  .faucet-desc__ugc-intro {\n    text-align: center;\n    color: var(--muted);\n    font-size: 15px;\n    margin-bottom: 30px\n  }\n  .faucet-desc__ugc-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 15px\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  .faucet-desc__ugc-item img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    transition: transform .3s ease\n  }\n  .faucet-desc__ugc-item:hover img {\n    transform: scale(1.05)\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  \/* 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  .faucet-desc__trust-signals img {\n    max-height: 40px;\n    opacity: .7;\n    transition: opacity .3s ease\n  }\n  .faucet-desc__trust-signals img:hover {\n    opacity: 1\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  \/* 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  .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  .lifestyle-section__image img {\n    width: 100%;\n    height: auto;\n    display: block;\n    transition: transform .5s ease\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  .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  \/* ========== MOBILE RESPONSIVE FIXES ========== *\/\n  @media (max-width: 768px) {\n    \/* Features Grid - Single Column on Mobile *\/\n    .faucet-desc__features-list {\n      grid-template-columns: 1fr;\n      gap: 15px\n    }\n    .faucet-desc__features-list li {\n      padding: 15px;\n      gap: 12px\n    }\n    .faucet-desc__feature-icon {\n      width: 45px;\n      height: 45px\n    }\n    .faucet-desc__feature-icon svg {\n      width: 24px;\n      height: 24px\n    }\n    \/* Config Grid *\/\n    .faucet-desc__config-grid {\n      grid-template-columns: 1fr;\n      padding: 20px;\n      gap: 25px\n    }\n    .faucet-desc__config-section:first-child .faucet-desc__config-options {\n      grid-template-columns: 1fr\n    }\n    \/* Config Slider *\/\n    .faucet-desc__config-slide {\n      flex: 0 0 calc(100% - 20px);\n      min-width: calc(100% - 20px)\n    }\n    .faucet-desc__config-slider-wrap {\n      max-width: 100%\n    }\n    .faucet-desc__config-slide-img {\n      height: 300px\n    }\n    .faucet-desc__config-slider-title {\n      font-size: 18px;\n      margin-bottom: 20px\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    .faucet-desc__review-card {\n      padding: 20px\n    }\n    \/* Dimensions Grid *\/\n    .faucet-desc__dimensions-grid {\n      grid-template-columns: repeat(2, 1fr);\n      gap: 10px;\n      padding: 15px\n    }\n    .faucet-desc__dimension-card {\n      padding: 8px\n    }\n    .faucet-desc__dimension-value {\n      font-size: 18px\n    }\n    \/* Package List *\/\n    .faucet-desc__package-list {\n      grid-template-columns: 1fr;\n      gap: 6px\n    }\n    .faucet-desc__package-list li {\n      font-size: 12px;\n      padding: 10px 12px\n    }\n    \/* Specs Table *\/\n    .faucet-desc__specs-table td {\n      padding: 10px 12px;\n      font-size: 13px\n    }\n    .faucet-desc__specs-table td:first-child {\n      width: 45%\n    }\n    \/* Lifestyle Sections - Stack on Mobile *\/\n    .lifestyle-section {\n      grid-template-columns: 1fr;\n      gap: 20px\n    }\n    .lifestyle-section[style*=\"direction:rtl\"] {\n      direction: ltr\n    }\n    .lifestyle-section__content {\n      direction: ltr\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    .faucet-desc__warranty-badge-icon {\n      width: 50px;\n      height: 50px\n    }\n    \/* Review Stats *\/\n    .faucet-desc__review-stats {\n      grid-template-columns: 1fr;\n      gap: 10px;\n      padding: 20px\n    }\n    .stat {\n      padding: 10px\n    }\n    \/* Guarantees Bar *\/\n    .faucet-desc__guarantees-bar {\n      grid-template-columns: 1fr 1fr;\n      gap: 10px;\n      padding: 15px\n    }\n    .guarantee-item {\n      padding: 12px\n    }\n    .guarantee-item svg {\n      width: 28px;\n      height: 28px\n    }\n    \/* Comparison Table *\/\n    .faucet-desc__comparison {\n      padding: 20px 0\n    }\n    .faucet-desc__comparison-table {\n      font-size: 11px;\n      display: block;\n      overflow-x: auto\n    }\n    .faucet-desc__comparison-table th,\n    .faucet-desc__comparison-table td {\n      padding: 8px 6px;\n      word-break: break-word\n    }\n    .faucet-desc__comparison-table th {\n      font-size: 11px\n    }\n    .faucet-desc__comparison-table td:first-child {\n      width: 25%;\n      min-width: 70px\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    \/* Headers *\/\n    .faucet-desc__header {\n      padding: clamp(30px, 5vw, 50px) 0\n    }\n    .faucet-desc__title {\n      line-height: 1.2\n    }\n    .faucet-desc__sub {\n      font-size: clamp(1rem, 2vw, 1.1rem)\n    }\n    \/* CTA Section *\/\n    .faucet-desc__cta-section {\n      padding: 20px 15px\n    }\n    .faucet-desc__trust-bar {\n      gap: 10px;\n      font-size: 11px\n    }\n    \/* FAQ *\/\n    .faucet-desc__faq summary {\n      font-size: 14px\n    }\n    .faucet-desc__faq p {\n      font-size: 13px\n    }\n    .faucet-desc__faq details {\n      padding: 12px\n    }\n    \/* Warranty *\/\n    .ie-warranty__title {\n      font-size: 1rem\n    }\n    .ie-warranty__badge {\n      flex-direction: column;\n      align-items: flex-start;\n      gap: .35rem\n    }\n    .ie-warranty__body {\n      padding: 1.2rem\n    }\n    \/* Download Section *\/\n    .faucet-desc__download {\n      padding: 20px 15px\n    }\n    .faucet-desc__download h3 {\n      font-size: 18px\n    }\n    .faucet-desc__download p {\n      font-size: 13px\n    }\n    .faucet-desc__download a {\n      padding: 12px 24px;\n      font-size: 13px\n    }\n  }\n  @media (max-width: 480px) {\n    \/* Further mobile optimizations *\/\n    .faucet-desc__wrap {\n      padding: 20px 12px\n    }\n    .faucet-desc__header {\n      padding: 25px 0\n    }\n    .faucet-desc__config-slider-container {\n      padding: 0 35px\n    }\n    .faucet-desc__config-arrow {\n      width: 30px;\n      height: 30px;\n      font-size: 16px\n    }\n    .faucet-desc__review-arrow {\n      width: 30px;\n      height: 30px;\n      font-size: 16px\n    }\n    .faucet-desc__guarantees-bar {\n      grid-template-columns: 1fr;\n      gap: 8px;\n      padding: 12px\n    }\n    .guarantee-item {\n      padding: 10px\n    }\n    .faucet-desc__trust-bar {\n      flex-direction: column;\n      gap: 8px;\n      align-items: center\n    }\n    .faucet-desc__features-list {\n      gap: 12px\n    }\n    .faucet-desc__features-list li {\n      padding: 12px\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"faucet-desc\"\u003e\n\u003cdiv class=\"faucet-desc__wrap\"\u003e\n\u003c!-- HEADER --\u003e\u003cheader class=\"faucet-desc__header\"\u003e\n\u003cdiv class=\"faucet-desc__eyebrow\"\u003eArtisan Heritage\u003c\/div\u003e\n\u003ch2 class=\"faucet-desc__title\"\u003eUnlacquered Brass Kitchen Rods \u0026amp; Pot Rail\u003c\/h2\u003e\n\u003cp class=\"faucet-desc__sub\"\u003eTimeless Craftsmanship, Forged for Daily Use\u003c\/p\u003e\n\u003cdiv style=\"max-width: 700px; margin: 20px auto 0; color: var(--muted); line-height: 1.7; font-size: clamp(1rem, 1.5vw, 1.1rem);\"\u003e\n\u003cp\u003eForged from solid brass and finished with an unlacquered surface that develops a rich, warm patina over time, this wall-mounted pot rail is both a functional organizer and a statement piece. Its robust construction supports heavy pots and pans, while the included matching brass hooks offer flexible, elegant storage.\u003c\/p\u003e\n\u003cp style=\"margin-top: 15px;\"\u003eDesigned for real kitchens, it’s engineered for effortless installation and enduring beauty. Whether you’re hanging cast iron or copper, this rack transforms clutter into curated charm.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- CTA SECTION --\u003e\n\u003csection class=\"faucet-desc__cta-section\"\u003e\n\u003cdiv style=\"font-size: clamp(14px, 2vw, 16px); margin-bottom: 20px;\" class=\"faucet-desc__price-note\"\u003eHandcrafted to order • Free Delivery\u003c\/div\u003e\n\u003cbutton class=\"faucet-desc__cta-primary\"\u003eConfigure \u0026amp; Add to Cart\u003c\/button\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 viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath 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\" fill=\"currentColor\"\u003e\n          \u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003eReliable Shipping\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M12 2L20 7V12C20 16.5 16.5 20 12 22C7.5 20 4 16.5 4 12V7L12 2Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 12L11 14L15 10\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#fff\"\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 viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 6V12L16 14\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#fff\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003eFlexible Returns\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM13 17H11V15H13V17ZM13 13H11V7H13V13Z\" fill=\"currentColor\"\u003e\n          \u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003e30-Day Guarantee\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\u003eOne-of-a-Kind Craft:\u003c\/strong\u003e Each rod is hand-forged and finished — no two are identical. \u003ca href=\"#configure\"\u003eReserve yours before it’s crafted.\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- HERO IMAGE --\u003e\n\u003csection style=\"margin: clamp(40px, 6vw, 80px) 0;\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-kitchen-rods-pot-rail-with-s-hooks-pan-rack-organizer-wall-mounted-brass-kitchen-rod-with-hooks-6484609.jpg\" alt=\"Unlacquered Brass Kitchen Rods \u0026amp; Pot Rail – Wall Mounted Pot Rack Organizer\" style=\"width: 100%; max-width: 800px; height: auto; border-radius: 12px; margin: 0 auto; display: block; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 40px;\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/section\u003e\n\u003c!-- CONFIGURATION OPTIONS --\u003e\n\u003csection id=\"configure\" class=\"faucet-desc__config\"\u003e\n\u003ch2\u003eChoose Your Length\u003c\/h2\u003e\n\u003cp class=\"faucet-desc__config-intro\"\u003eSelect the length that fits your kitchen wall. All rods are solid brass, wall-mounted, and include matching S-hooks.\u003c\/p\u003e\n\u003cdiv style=\"grid-template-columns: 1fr;\" class=\"faucet-desc__config-grid\"\u003e\n\u003cdiv class=\"faucet-desc__config-section\"\u003e\n\u003ch3\u003eAvailable Lengths\u003c\/h3\u003e\n\u003cdiv style=\"grid-template-columns: 1fr 1fr;\" class=\"faucet-desc__config-options\"\u003e\n\u003cdiv data-value=\"20\" class=\"faucet-desc__config-option\"\u003e20\"\u003c\/div\u003e\n\u003cdiv data-value=\"25\" class=\"faucet-desc__config-option\"\u003e25\"\u003c\/div\u003e\n\u003cdiv data-value=\"30\" class=\"faucet-desc__config-option\"\u003e30\"\u003c\/div\u003e\n\u003cdiv data-value=\"35\" class=\"faucet-desc__config-option\"\u003e35\"\u003c\/div\u003e\n\u003cdiv data-value=\"40\" class=\"faucet-desc__config-option\"\u003e40\"\u003c\/div\u003e\n\u003cdiv data-value=\"50\" class=\"faucet-desc__config-option\"\u003e50\"\u003c\/div\u003e\n\u003cdiv data-value=\"60\" class=\"faucet-desc__config-option\"\u003e60\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 12px; font-size: 13px; color: var(--accent); text-align: center; min-height: 22px;\" id=\"cutout-hint\"\u003e🔍 Select a length to see recommended wall spacing\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slider-wrap\"\u003e\n\u003ch3 class=\"faucet-desc__config-slider-title\"\u003eCrafted Detail Gallery\u003c\/h3\u003e\n\u003cbutton class=\"faucet-desc__config-arrow faucet-desc__config-arrow--left\"\u003e‹\u003c\/button\u003e \u003cbutton class=\"faucet-desc__config-arrow faucet-desc__config-arrow--right\"\u003e›\u003c\/button\u003e\n\u003cdiv id=\"configSlider\" class=\"faucet-desc__config-slider-container\"\u003e\n\u003cdiv class=\"faucet-desc__config-slider\"\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-kitchen-rods-pot-rail-with-s-hooks-pan-rack-organizer-wall-mounted-brass-kitchen-rod-with-hooks-9161561.jpg\" alt=\"Brass Pot Rail – Front View\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-kitchen-rods-pot-rail-with-s-hooks-pan-rack-organizer-wall-mounted-brass-kitchen-rod-with-hooks-4432580.jpg\" alt=\"Brass Pot Rail – Installed in Kitchen\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-kitchen-rods-pot-rail-with-s-hooks-pan-rack-organizer-wall-mounted-brass-kitchen-rod-with-hooks-9161561.jpg\" alt=\"Brass Pot Rail – Close-up of Hooks\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-kitchen-rods-pot-rail-with-s-hooks-pan-rack-organizer-wall-mounted-brass-kitchen-rod-with-hooks-5106093.webp\" alt=\"Brass Pot Rail – With Pots Hanging\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-kitchen-rods-pot-rail-with-s-hooks-pan-rack-organizer-wall-mounted-brass-kitchen-rod-with-hooks-4273150.jpg\" alt=\"Brass Pot Rail – Side View\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-kitchen-rods-pot-rail-with-s-hooks-pan-rack-organizer-wall-mounted-brass-kitchen-rod-with-hooks-4451884.jpg\" alt=\"Brass Pot Rail – Detail of Mounting Hardware\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-kitchen-rods-pot-rail-with-s-hooks-pan-rack-organizer-wall-mounted-brass-kitchen-rod-with-hooks-7262553.jpg\" alt=\"Brass Pot Rail – Patina Evolution\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-kitchen-rods-pot-rail-with-s-hooks-pan-rack-organizer-wall-mounted-brass-kitchen-rod-with-hooks-5294316.webp\" alt=\"Brass Pot Rail – Hook Size Guide\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-kitchen-rods-pot-rail-with-s-hooks-pan-rack-organizer-wall-mounted-brass-kitchen-rod-with-hooks-9123025.jpg\" alt=\"Brass Pot Rail – Hook Size Guide\" class=\"faucet-desc__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- GUARANTEE BOX --\u003e\n\u003cdiv class=\"faucet-desc__guarantee-box\"\u003e\n\u003ch3\u003e🛡️ Our No-Risk Promise to You\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e30-Day Returns:\u003c\/strong\u003e Changed your mind? We'll refund you - just send it back unused in its original packaging.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e5-Year Warranty:\u003c\/strong\u003e Covers material and craftsmanship defects (excludes natural patina).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePerfect Match Guarantee:\u003c\/strong\u003e Rod + hooks always in the same finish — guaranteed.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eWe craft every rod to last generations — so you can buy with total confidence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- DISTINCTIVE FEATURES --\u003e\n\u003csection class=\"faucet-desc__features\"\u003e\n\u003ch2\u003eDistinctive Features\u003c\/h2\u003e\n\u003cul class=\"faucet-desc__features-list\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M12 6V12L16 14\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#fff\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eSolid Brass Construction\u003c\/h4\u003e\n\u003cp\u003eForged from thick, high-strength brass resilient against bending, corrosion, and daily wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\" fill=\"currentColor\"\u003e\n              \u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eNatural Living Finish\u003c\/h4\u003e\n\u003cp\u003eUnlacquered brass evolves with use growing richer, warmer, and more personal over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M21 16V8C21 6.9 20.1 6 19 6H5C3.9 6 3 6.9 3 8V16C3 17.1 3.9 18 5 18H19C20.1 18 21 17.1 21 16Z\" fill=\"currentColor\"\u003e\n              \u003c\/path\u003e\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"3\" fill=\"white\"\u003e\u003c\/circle\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eWall-Mounted Design\u003c\/h4\u003e\n\u003cp\u003eEngineered for secure, effortless installation with all hardware included. Perfect for any kitchen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-13v6l5 3-5 3V9z\" fill=\"currentColor\"\u003e\n              \u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-content\"\u003e\n\u003ch4\u003eMatching Brass Hooks Included\u003c\/h4\u003e\n\u003cp\u003eEach rod comes with durable S-hooks for a cohesive look and flexible, customizable storage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- LIFESTYLE SECTIONS --\u003e\n\u003csection class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-kitchen-rods-pot-rail-with-s-hooks-pan-rack-organizer-wall-mounted-brass-kitchen-rod-with-hooks-7262553.jpg\" alt=\"Brass Pot Rail – Close-up of Hooks\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003eWhere Form Meets Function\u003c\/h3\u003e\n\u003cp\u003eThe design isn’t just about holding pots; it’s about elevating your kitchen. The hooks are sized to securely hold even heavy cast iron, while the bar’s thickness ensures it won’t sag under weight. It’s built for the reality of daily cooking.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection style=\"direction: rtl;\" class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-kitchen-rods-pot-rail-with-s-hooks-pan-rack-organizer-wall-mounted-brass-kitchen-rod-with-hooks-5106093.webp\" alt=\"Brass Pot Rail Installed in Kitchen\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003eDesigned for Real Kitchens\u003c\/h3\u003e\n\u003cp\u003eSolid brass resists corrosion and offers antimicrobial properties. The wall-mount design works with any countertop material stone, wood, concrete, or tile and its timeless aesthetic complements both modern and traditional spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TECHNICAL SPECS --\u003e\n\u003csection class=\"faucet-desc__specs-section\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003ctable class=\"faucet-desc__specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eSolid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFinish\u003c\/td\u003e\n\u003ctd\u003eUnlacquered Brass (Develops Natural Patina)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation\u003c\/td\u003e\n\u003ctd\u003eWall-Mounted (Hardware Included)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Purpose\u003c\/td\u003e\n\u003ctd\u003ePot Rack \/ Kitchen Organizer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCustomization\u003c\/td\u003e\n\u003ctd\u003eLength and Finish available upon request\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e5-Year Limited Warranty\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\u003ch3\u003eStandard Dimensions\u003c\/h3\u003e\n\u003cdiv style=\"grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));\" class=\"faucet-desc__dimensions-grid\"\u003e\n\u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n\u003cdiv class=\"faucet-desc__dimension-label\"\u003eLength\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-value\"\u003e20\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n\u003cdiv class=\"faucet-desc__dimension-label\"\u003eLength\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-value\"\u003e25\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n\u003cdiv class=\"faucet-desc__dimension-label\"\u003eLength\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-value\"\u003e30\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n\u003cdiv class=\"faucet-desc__dimension-label\"\u003eLength\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-value\"\u003e35\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n\u003cdiv class=\"faucet-desc__dimension-label\"\u003eLength\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-value\"\u003e40\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n\u003cdiv class=\"faucet-desc__dimension-label\"\u003eLength\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-value\"\u003e50\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-card\"\u003e\n\u003cdiv class=\"faucet-desc__dimension-label\"\u003eLength\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__dimension-value\"\u003e60\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"color: var(--muted); margin-top: 12px; font-size: clamp(12px, 1.5vw, 13px); line-height: 1.6;\"\u003e📏 All rods have a 2.5\" projection from the wall and include matching S-hooks.\u003c\/p\u003e\n\u003cp style=\"color: var(--muted); margin-top: 12px; font-size: clamp(12px, 1.5vw, 13px); line-height: 1.6;\"\u003e\u003cstrong\u003eNeed custom sizing?\u003c\/strong\u003e Provide your desired length at checkout — we’ll craft it to fit perfectly.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- SPEC SHEET DOWNLOAD --\u003e\n\u003cdiv class=\"faucet-desc__download\"\u003e\n\u003ch3\u003eInstallation \u0026amp; Care PDF\u003c\/h3\u003e\n\u003cp\u003eComplete dimensions, mounting templates, care instructions, and patina guide.\u003c\/p\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Brass_Pot_and_Pan_Shelf_IA-047-04-001-00-23.pdf?v=1760719065\" download=\"\"\u003e 📄 Download Installation Guide \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- FULL WARRANTY --\u003e\n\u003cdiv class=\"ie-warranty\" role=\"region\" aria-label=\"Warranty \u0026amp; Guarantee\"\u003e\n\u003cdiv class=\"ie-warranty__top\"\u003e\n\u003csvg class=\"ie-warranty__shield\" viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M12 2l7 3v6c0 5-3.6 9.7-7 11-3.4-1.3-7-6-7-11V5l7-3z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M10.2 12.6l-1.9-1.9-1.1 1.1 3 3 5.6-5.6-1.1-1.1-4.5 4.5z\" fill=\"#fff\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003ch3 class=\"ie-warranty__title\"\u003eWarranty \u0026amp; Guarantee\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ie-warranty__body\"\u003e\n\u003cp\u003eWe stand by the quality of our products with industry-leading protection.\u003c\/p\u003e\n\u003cul class=\"ie-warranty__list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e5-Year Limited Warranty\u003c\/strong\u003e on rod construction and materials.\u003c\/li\u003e\n\u003cli\u003eCovered for \u003cstrong\u003erepair or replacement\u003c\/strong\u003e in case of manufacturing defects (installation\/labor costs excluded).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVisual damages\u003c\/strong\u003e must be reported within \u003cstrong\u003e15 days\u003c\/strong\u003e of delivery with photos and proof of purchase.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"ie-warranty__note\"\u003eNeed help? Email \u003ca href=\"mailto:contact@insideast.com\"\u003econtact@insideast.com\u003c\/a\u003e with your order number.\u003c\/p\u003e\n\u003cp class=\"ie-warranty__note\"\u003eFinish note: unlacquered brass develops a natural patina over time. This living finish is intentional, not a defect and deepens in character with daily use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003cdiv style=\"margin-top: 60px;\" class=\"faucet-desc__cta-section\"\u003e\n\u003ch3 style=\"font-size: clamp(20px, 3vw, 24px); margin-bottom: 15px; color: var(--primary);\"\u003eA Pot Rack That Tells Your Story\u003c\/h3\u003e\n\u003cp style=\"color: var(--muted); margin-bottom: 20px; font-size: clamp(13px, 1.5vw, 15px);\"\u003eHand-forged, solid brass, built to evolve with your life  where craftsmanship and daily ritual meet.\u003c\/p\u003e\n\u003cbutton class=\"faucet-desc__cta-primary\"\u003eConfigure \u0026amp; Order Now\u003c\/button\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\u003cdiv\u003e30-Day Guarantee\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Insideast","offers":[{"title":"20\"","offer_id":42697760899181,"sku":"IA-030-01-001-20-23","price":109.59,"currency_code":"USD","in_stock":true},{"title":"25\"","offer_id":42697760931949,"sku":"IA-030-01-001-25-23","price":157.37,"currency_code":"USD","in_stock":true},{"title":"30\"","offer_id":42697760964717,"sku":"IA-030-01-001-30-23","price":179.89,"currency_code":"USD","in_stock":true},{"title":"35\"","offer_id":42697760997485,"sku":"IA-030-01-001-35-23","price":205.18,"currency_code":"USD","in_stock":true},{"title":"40\"","offer_id":42697761030253,"sku":"IA-030-01-001-40-23","price":237.36,"currency_code":"USD","in_stock":true},{"title":"50\"","offer_id":42697761063021,"sku":"IA-030-01-001-50-23","price":293.3,"currency_code":"USD","in_stock":true},{"title":"60\"","offer_id":42697761095789,"sku":"IA-030-01-001-60-23","price":317.24,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/unlacquered-brass-kitchen-rods-pot-rail-with-s-hooks-pan-rack-organizer-wall-mounted-brass-kitchen-rod-with-hooks-6484609.jpg?v=1773579266"},{"product_id":"solid-brass-towel-holder-handcrafted-powder-room-holder","title":"Unlacquered Brass Towel Holder, Towel Hanger, Wall Mount Towel Hook, Hand Engraved Finish","description":"\u003cp\u003e\u003cstrong\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/UnlacqueredBrassTowelHolderTowelHangerWallMountTowelHookHandEngravedFinish_5.jpg?v=1767819339\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSolid Brass Construction\u003c\/strong\u003e → Made from high-quality solid brass for long-lasting durability, an elegant and practical investment for your home.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eNatural Unlacquered Finish\u003c\/strong\u003e → Arrives with a shiny look that gradually develops a warm, rich patina over time, adding timeless character to your space.\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eEffortless Installation\u003c\/strong\u003e → Includes all necessary mounting hardware for a quick, secure setup with minimal effort.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eFunctional \u0026amp; Decorative \u003c\/strong\u003e→ Keeps your towels clean, dry, and within reach, while adding a warm and elegant touch to your bathroom or kitchen decor.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/UnlacqueredBrassTowelHolderTowelHangerWallMountTowelHookHandEngravedFinish_8.jpg?v=1767819339\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ctable style=\"width: 100%; height: 117.639px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 30.362%; height: 19.6065px;\"\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 67.2075%; height: 19.6065px;\"\u003eSolid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 30.362%; height: 19.6065px;\"\u003e\u003cstrong\u003eFinish\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 67.2075%; height: 19.6065px;\"\u003eUnlacquered Brass (Ages with Natural Patina)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 30.362%; height: 19.6065px;\"\u003e\u003cstrong\u003eInstallation Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 67.2075%; height: 19.6065px;\"\u003eWall-Mounted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 30.362%; height: 19.6065px;\"\u003e\u003cstrong\u003eIncluded Hardware\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 67.2075%; height: 19.6065px;\"\u003eMounting Screws \u0026amp; Anchors\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 30.362%; height: 19.6065px;\"\u003e\u003cstrong\u003eDesign Style\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 67.2075%; height: 19.6065px;\"\u003eClassic \/ Minimalist\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 30.362%; height: 19.6065px;\"\u003e\u003cstrong\u003eReturn Policy\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 67.2075%; height: 19.6065px;\"\u003e30-Day Return\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-userformat='{\"2\":515,\"3\":{\"1\":0},\"4\":{\"1\":3,\"3\":2},\"12\":0}' data-sheets-value='{\"1\":2,\"2\":\"Traditional construction. This makes it easy to find replacements when old parts wear out.\"}'\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e\u003cstrong\u003e➡️ \u003ca rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Arch_towel_Holder_IA-045-03-XXX-00-23.pdf?v=1760783163\" target=\"_blank\"\u003eDownload Size Guide (PDF)\u003c\/a\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eSmooth\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\u003cspan data-sheets-userformat='{\"2\":515,\"3\":{\"1\":0},\"4\":{\"1\":3,\"3\":2},\"12\":0}' data-sheets-value='{\"1\":2,\"2\":\"Traditional construction. This makes it easy to find replacements when old parts wear out.\"}'\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e\u003cstrong\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/UnlacqueredBrassTowelHolderTowelHangerWallMountTowelHookHandEngravedFinish_6.jpg?v=1767819339\"\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003ch4\u003e\n\u003cspan style=\"font-size: 0.875rem;\"\u003e\u003c\/span\u003e\u003cbr\u003e\n\u003c\/h4\u003e\n\u003ch4\u003e\u003cstrong\u003eHand Etched\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e\u003cspan data-sheets-userformat='{\"2\":515,\"3\":{\"1\":0},\"4\":{\"1\":3,\"3\":2},\"12\":0}' data-sheets-value='{\"1\":2,\"2\":\"Traditional construction. This makes it easy to find replacements when old parts wear out.\"}'\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e\u003cstrong\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/UnlacqueredBrassTowelHolderTowelHangerWallMountTowelHookHandEngravedFinish_2.jpg?v=1767819339\"\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Smooth","offer_id":42697771647085,"sku":"IA-020-09-001-00-23","price":90.03,"currency_code":"USD","in_stock":true},{"title":"Hand Etched","offer_id":42697771679853,"sku":"IA-020-09-093-00-23","price":90.03,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/unlacquered-brass-towel-holder-towel-hanger-wall-mount-towel-hook-hand-engraved-finish-6694945.jpg?v=1773579264"},{"product_id":"brass-towel-holder-for-bathroom","title":"Unlacquered Brass Bathroom Towel Holder, Wall Mount Brass Towel Holder, Hand Etched Towel Ring","description":"\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSolid Brass Construction \u003c\/strong\u003e→ Crafted from high-quality, unlacquered solid brass, an enduring material that adds both strength and elegance to your home.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eLiving Finish \u003c\/strong\u003e→ Arrives in a polished, unlacquered brass that gracefully develops a rich, natural patina, creating a beautiful, evolving surface unique to each home.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eEasy Installation\u003c\/strong\u003e → Includes all necessary mounting hardware for a smooth DIY installation, no complicated tools required.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ctable style=\"width: 99.9968%; height: 137.245px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 23.8413%; height: 19.6065px;\"\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 73.9274%; height: 19.6065px;\"\u003e100% Solid Brass \u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 23.8413%; height: 19.6065px;\"\u003e\u003cstrong\u003eFinish\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 73.9274%; height: 19.6065px;\"\u003eNatural (Develops Patina Over Time)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 23.8413%; height: 19.6065px;\"\u003e\u003cstrong\u003eInstallation Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 73.9274%; height: 19.6065px;\"\u003eWall-Mounted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 23.8413%; height: 19.6065px;\"\u003e\u003cstrong\u003eDesign Style\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 73.9274%; height: 19.6065px;\"\u003eClassic \/ Minimalist\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 23.8413%; height: 19.6065px;\"\u003e\u003cstrong\u003eIncluded Hardware\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 73.9274%; height: 19.6065px;\"\u003eMounting Screws \u0026amp; Anchors\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 23.8413%; height: 19.6065px;\"\u003e\u003cstrong\u003eReturn Policy\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 73.9274%; height: 19.6065px;\"\u003e30-Day Return\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Brass_Towel_Holder_-_For_Bathroom_new_version.pdf?v=1760783370\" rel=\"noopener\" target=\"_blank\"\u003e\u003cspan data-sheets-userformat='{\"2\":515,\"3\":{\"1\":0},\"4\":{\"1\":3,\"3\":2},\"12\":0}' data-sheets-value='{\"1\":2,\"2\":\"Traditional construction. This makes it easy to find replacements when old parts wear out.\"}'\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e\u003cstrong\u003e➡️ Download Size Guide (PDF)\u003c\/strong\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Default Title","offer_id":42698029727853,"sku":"IA-020-06-093-00-23","price":71.33,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/unlacquered-brass-bathroom-towel-holder-wall-mount-brass-towel-holder-hand-etched-towel-ring-1307929.jpg?v=1773579263"},{"product_id":"solid-brass-coat-hooks-rack-wall-mounted-hanger-hooks-hallway-hooks","title":"Solid Brass Coat Hooks Rack, Wall Mounted Hanger Hooks, Hallway Hooks","description":"\u003cp\u003e\u003cstrong\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/options_brass_hooks_9e9c8524-6b1d-4f80-b6f5-f2d8ad9482b0.jpg?v=1760605750\" alt=\"\"\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSolid Brass Construction\u003c\/strong\u003e → Crafted from solid brass for superior strength and long-lasting durability. Designed to retain its shape and integrity, even under heavy weight.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eBrushed Brass Finish\u003c\/strong\u003e → Features a subtle, matte texture that adds understated elegance while minimizing the visibility of fingerprints, scratches, and everyday wear.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCustomizable Options\u003c\/strong\u003e → Available in polished, antique, or lacquered brass finishes, allowing you to tailor the look to suit your interior design style.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eEasy Installation\u003c\/strong\u003e → Includes screws and anchors for quick, stable wall mounting. Designed for a hassle-free setup, even for DIY installations.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatible with Insideast Fixtures\u003c\/strong\u003e → Perfect match for your existing brass setup.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch4\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/h4\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ctable style=\"width: 99.9968%; height: 215.672px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 25.3384%; height: 19.6065px;\"\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 72.4304%; height: 19.6065px;\"\u003eSolid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 25.3384%; height: 19.6065px;\"\u003e\u003cstrong\u003eFinish\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 72.4304%; height: 19.6065px;\"\u003eBrushed Brass (Optional: Polished, Antique, Lacquered)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 25.3384%; height: 19.6065px;\"\u003e\u003cstrong\u003eInstallation Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 72.4304%; height: 19.6065px;\"\u003eWall-Mounted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 25.3384%; height: 19.6065px;\"\u003e\u003cstrong\u003eIncluded Hardware\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 72.4304%; height: 19.6065px;\"\u003eScrews and Anchors\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 25.3384%; height: 19.6065px;\"\u003e\u003cstrong\u003eDesign Style\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 72.4304%; height: 19.6065px;\"\u003eClassic \/ Minimalist\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 25.3384%; height: 19.6065px;\"\u003e\u003cstrong\u003eUsage\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 72.4304%; height: 19.6065px;\"\u003eKitchen, Bathroom, Entryway, Utility Areas\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 25.3384%; height: 19.6065px;\"\u003e\u003cstrong\u003eDurability\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 72.4304%; height: 19.6065px;\"\u003eResistant to bending, tarnish, and surface wear\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 25.3384%; height: 19.6065px;\"\u003e\u003cstrong\u003eMaintenance\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 72.4304%; height: 19.6065px;\"\u003eLow maintenance; clean with a soft cloth\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 25.3384%; height: 19.6065px;\"\u003e\u003cstrong\u003eReturn Policy\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 72.4304%; height: 19.6065px;\"\u003e30-Day Return\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-value='{\"1\":2,\"2\":\"Traditional construction. This makes it easy to find replacements when old parts wear out.\"}' data-sheets-userformat='{\"2\":515,\"3\":{\"1\":0},\"4\":{\"1\":3,\"3\":2},\"12\":0}'\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e\u003cstrong\u003e➡️ \u003ca rel=\"noopener\" title=\"Download Size Guide (PDF)\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/IA-060-06-002-00-25.pdf\" target=\"_blank\"\u003eDownload Size Guide (PDF) : 5 Hooks\u003c\/a\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/span\u003e\u003cspan data-sheets-value='{\"1\":2,\"2\":\"Traditional construction. This makes it easy to find replacements when old parts wear out.\"}' data-sheets-userformat='{\"2\":515,\"3\":{\"1\":0},\"4\":{\"1\":3,\"3\":2},\"12\":0}'\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e\u003cstrong\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan data-sheets-value='{\"1\":2,\"2\":\"Traditional construction. This makes it easy to find replacements when old parts wear out.\"}' data-sheets-userformat='{\"2\":515,\"3\":{\"1\":0},\"4\":{\"1\":3,\"3\":2},\"12\":0}'\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e\u003cstrong\u003e➡️ \u003ca title=\"Download Size Guide (PDF)\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/IA-060-08-002-00-25.pdf\" target=\"_blank\"\u003eDownload Size Guide (PDF) : 2 Hooks\u003c\/a\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch4\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/PIC-8_5559d8ef-a6c3-4cc3-b44d-8e7e6d2e7915.jpg?v=1760549070\" alt=\"\"\u003e\u003c\/h4\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Brushed \/ 4.7\" \/ 2 Hooks","offer_id":43545639583853,"sku":"IA-060-08-002-00-25","price":81.0,"currency_code":"USD","in_stock":true},{"title":"Brushed \/ 8\" \/ 3 Hooks","offer_id":43545639649389,"sku":"IA-060-07-002-00-25","price":88.0,"currency_code":"USD","in_stock":true},{"title":"Brushed \/ 14.17\" \/ 5 Hooks","offer_id":43545639714925,"sku":"IA-060-06-002-00-25","price":109.0,"currency_code":"USD","in_stock":true},{"title":"Unlacquered \/ 4.7\" \/ 2 Hooks","offer_id":43545639616621,"sku":"IA-060-08-001-00-25","price":81.0,"currency_code":"USD","in_stock":true},{"title":"Unlacquered \/ 8\" \/ 3 Hooks","offer_id":43545639682157,"sku":"IA-060-07-001-00-25","price":88.0,"currency_code":"USD","in_stock":true},{"title":"Unlacquered \/ 14.17\" \/ 5 Hooks","offer_id":43545639747693,"sku":"IA-060-06-001-00-25","price":109.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/solid-brass-coat-hooks-rack-wall-mounted-hanger-hooks-hallway-hooks-7086246.jpg?v=1773579264"},{"product_id":"antique-copper-shower-head-round-rain-shower-head","title":"Unlacquered Solid Copper Rain Shower Head, Large Round Handcrafted Vintage Showerhead, Works Outdoor","description":"\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e100% Handcrafted Copper Construction \u003c\/strong\u003e→ Made from 22-gauge, high-quality copper to ensure lasting durability, strength, and exceptional performance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eNatural Living Finish \u003c\/strong\u003e→ Arrives polished and unlacquered, then naturally develops a warm, rich patina over time.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eUniversal Compatibility \u003c\/strong\u003e→ Equipped with a 1\/2\" BSP connection, compatible with both US and Australian plumbing standards.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eIndoor \u0026amp; Outdoor Use \u003c\/strong\u003e→ Elegant and practical for both indoor bathrooms and outdoor showers, perfect for modern and rustic spaces alike.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003eCompatible with Insideast Fixtures\u003c\/strong\u003e → Designed to match seamlessly with other unlacquered brass pieces.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eCopper\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eDesign\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eRound Rain Shower Head\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eWater Flow\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eHigh-Pressure for Rain-Like Experience\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eUse\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eIndoor \u0026amp; Outdoor (Camping, Pool, etc.)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eInstallation\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eStandard Mount – Easy to Set Up\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eReturn Policy\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e30-Day Return\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e➡️  \u003c\/strong\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e\u003cstrong\u003e\u003ca rel=\"noopener\" title=\"Download Size Guide (PDF)\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/SHH0004.png?v=1758963842\" style=\"color: rgb(41, 112, 219);\" target=\"_blank\"\u003eDownload Size Guide (PDF)\u003c\/a\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch4\u003eFrom Our Clients\u003c\/h4\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/il_1588xN.3671618854_aauk.webp?v=1760624537\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/il_1588xN.4368029332_i726.webp?v=1760624537\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Select","offer_id":43575960305773,"sku":null,"price":52.09,"currency_code":"USD","in_stock":true},{"title":"4\"","offer_id":42735422210157,"sku":"SHH0004","price":52.09,"currency_code":"USD","in_stock":true},{"title":"6\"","offer_id":42735422242925,"sku":"SHH0005","price":86.54,"currency_code":"USD","in_stock":true},{"title":"8\"","offer_id":42735422275693,"sku":"SHH0006","price":112.02,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/unlacquered-solid-copper-rain-shower-head-large-round-handcrafted-vintage-showerhead-works-outdoor-3216557.jpg?v=1773579262"},{"product_id":"unlacquered-brass-freestanding-tub-filler-solid-brass-tub-faucet-with-handheld-floor-mount-bathtub-faucet","title":"Unlacquered Brass Freestanding Tub Filler, Solid Brass Tub Faucet With Handheld, Floor Mount Bathtub Faucet","description":"\u003cstyle\u003e\n.faucet-desc{--primary:#1a1a1a;--accent:#a67c52;--accent-light:#d4b896;--muted:#666;--bg-light:#fafaf8;--shadow:rgba(0,0,0,.1);color:var(--primary);font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,\"Helvetica Neue\",Arial,sans-serif;line-height:1.6;background:linear-gradient(to bottom,#fff 0%,var(--bg-light) 100%)}\n.faucet-desc__wrap{max-width:900px;margin:0 auto;padding:clamp(24px,4vw,60px) clamp(16px,2vw,24px)}\n\n\/* FORCE-CENTER HEADER + ALL TEXT INSIDE *\/\n.faucet-desc__header{\n  position:relative;\n  padding:clamp(40px,6vw,80px) 0;\n\n  width:100%;\n  margin:0 auto;\n\n  display:flex;\n  flex-direction:column;\n  align-items:center;\n\n  text-align:center !important;\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{content:\"\";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,transparent,var(--accent),transparent)}\n\n.faucet-desc__eyebrow{font-size:clamp(.75rem,1vw,.85rem);letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin:0 0 1rem;font-weight:600}\n.faucet-desc__title{font-size:clamp(2rem,4vw,3.5rem);line-height:1.1;margin:0 0 1rem;font-weight:700;color:var(--accent)}\n.faucet-desc__sub{color:var(--muted);font-size:clamp(1.1rem,1.5vw,1.3rem);max-width:700px;margin:0 auto;line-height:1.7}\n  .faucet-desc__video{display:grid;margin:clamp(60px,8vw,100px) 0}\n  .faucet-desc__video-container{position:relative;width:100%;max-width:800px;margin:0 auto;overflow:hidden;border-radius:12px;box-shadow:0 10px 40px var(--shadow)}\n  .faucet-desc__video-container video{width:100%;height:auto;display:block}\n\n  .faucet-desc__specs-section{margin:clamp(60px,8vw,100px) 0}\n\n  .faucet-desc__specs-table{width:100%;border-collapse:collapse;margin-bottom:30px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px var(--shadow)}\n  .faucet-desc__specs-table tr{border-bottom:1px solid var(--accent-light)}\n  .faucet-desc__specs-table tr:last-child{border-bottom:none}\n  .faucet-desc__specs-table td{padding:12px 20px;font-size:14px}\n  .faucet-desc__specs-table td:first-child{font-weight:700;color:var(--primary);width:40%;background:var(--bg-light)}\n  .faucet-desc__specs-table td:last-child{color:var(--muted)}\n\n  .faucet-desc__warranty-badge{display:flex;align-items:center;gap:clamp(12px,2vw,20px);margin:clamp(30px,4vw,50px) 0;padding:clamp(16px,3vw,24px);background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);border:2px solid var(--accent);border-radius:12px;box-shadow:0 4px 15px rgba(166,124,82,.1);transition:all .3s ease}\n  .faucet-desc__warranty-badge:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(166,124,82,.15)}\n  .faucet-desc__warranty-badge-icon{flex-shrink:0;width:clamp(40px,6vw,50px);height:clamp(40px,6vw,50px);color:var(--accent);display:flex;align-items:center;justify-content:center}\n  .faucet-desc__warranty-badge-icon svg{width:100%;height:100%}\n  .faucet-desc__warranty-badge-content{flex:1;min-width:0}\n  .faucet-desc__warranty-badge-content strong{display:block;font-size:clamp(1rem,2vw,1.2rem);font-weight:700;color:var(--primary);margin-bottom:clamp(4px,1vw,8px);line-height:1.3}\n  .faucet-desc__warranty-badge-content p{margin:0;font-size:clamp(.85rem,1.5vw,1rem);color:var(--muted);line-height:1.5}\n  .faucet-desc__warranty-badge-content p strong{display:inline;font-size:inherit;font-weight:700;color:var(--accent)}\n\n  .faucet-desc__config{margin:60px 0}\n  .faucet-desc__config h2{font-size:28px;margin-bottom:15px;color:var(--primary);font-weight:600;text-align:center}\n  .faucet-desc__config-intro{text-align:center;color:var(--muted);font-size:15px;line-height:1.7;max-width:700px;margin:0 auto 35px}\n  \n  .faucet-desc__config-slider-wrap{position:relative;overflow:hidden;margin:40px 0;max-width:800px;margin-left:auto;margin-right:auto}\n  .faucet-desc__config-slider-title{text-align:center;font-size:22px;font-weight:700;color:var(--accent);margin-bottom:25px;text-transform:uppercase;letter-spacing:1px}\n  .faucet-desc__config-slider-container{position:relative;overflow-x:auto;overflow-y:hidden;border-radius:12px;scroll-behavior:smooth;scroll-snap-type:x mandatory;max-height:500px;padding:0 40px}\n  .faucet-desc__config-slider-container::-webkit-scrollbar{height:8px}\n  .faucet-desc__config-slider-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}\n  .faucet-desc__config-slider-container::-webkit-scrollbar-thumb{background:var(--accent);border-radius:10px}\n  .faucet-desc__config-slider{display:flex;gap:20px;padding:5px}\n  .faucet-desc__config-slide{flex:0 0 calc(50% - 10px);min-width:calc(50% - 10px);scroll-snap-align:start}\n  .faucet-desc__config-slide-img{width:100%;height:460px;object-fit:cover;border-radius:12px;box-shadow:0 10px 40px var(--shadow);display:block;background:#fff;border:1px solid var(--accent-light)}\n  .faucet-desc__config-slide-caption{text-align:center;margin-top:12px;font-size:14px;color:var(--primary);font-weight:600;background:var(--bg-light);padding:8px 12px;border-radius:6px;border:1px solid var(--accent-light)}\n  .faucet-desc__config-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(166,124,82,.8);color:#fff;border:none;width:35px;height:35px;border-radius:50%;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;font-size:18px;box-shadow:0 4px 15px rgba(0,0,0,.2);transition:all .3s ease}\n  .faucet-desc__config-arrow:hover{background:#8b6740;transform:translateY(-50%) scale(1.1)}\n  .faucet-desc__config-arrow--left{left:4px}\n  .faucet-desc__config-arrow--right{right:4px}\n\n  .faucet-desc__reviews h2{font-size:28px;margin-bottom:30px;color:var(--primary);font-weight:600;border-bottom:2px solid var(--accent-light);padding-bottom:15px}\n  .faucet-desc__review-slider-wrap{position:relative;overflow-x:auto;overflow-y:hidden;border-radius:12px;scroll-behavior:smooth;padding:0 10px}\n  .faucet-desc__review-slider-wrap::-webkit-scrollbar{height:6px}\n  .faucet-desc__review-slider-wrap::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}\n  .faucet-desc__review-slider-wrap::-webkit-scrollbar-thumb{background:var(--accent);border-radius:10px;cursor:grab}\n  .faucet-desc__review-slider-wrap::-webkit-scrollbar-thumb:active{cursor:grabbing}\n  .faucet-desc__review-slider{display:flex;gap:25px;padding:0}\n  .faucet-desc__review-slider-item{flex:0 0 calc(33.333% - 17px);min-width:calc(33.333% - 17px)}\n  \n  .faucet-desc__review-card{background:#fff;border:1px solid var(--accent-light);border-radius:12px;padding:25px;box-shadow:0 4px 15px var(--shadow);transition:all .3s ease;height:100%}\n  .faucet-desc__review-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.12)}\n  .faucet-desc__review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}\n  .faucet-desc__review-author{font-weight:700;color:var(--primary)}\n  .faucet-desc__review-verified{font-size:11px;background:var(--accent);color:#fff;padding:4px 10px;border-radius:20px;font-weight:600}\n  .faucet-desc__review-stars{color:var(--accent);font-size:16px;margin-bottom:10px}\n  .faucet-desc__review-text{color:var(--muted);font-size:14px;line-height:1.6;margin-bottom:12px}\n  .faucet-desc__review-highlight{font-size:12px;color:var(--accent);font-style:italic;border-left:2px solid var(--accent-light);padding-left:10px}\n\n  .faucet-desc__review-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(166,124,82,.8);color:#fff;border:none;width:35px;height:35px;border-radius:50%;cursor:pointer;z-index:20;display:flex;align-items:center;justify-content:center;font-size:18px;box-shadow:0 4px 15px rgba(0,0,0,.2);transition:all .3s ease}\n  .faucet-desc__review-arrow:hover{background:#8b6740;transform:translateY(-50%) scale(1.1)}\n  .faucet-desc__review-arrow--left{left:8px}\n  .faucet-desc__review-arrow--right{right:8px}\n\n  .faucet-desc__features{margin:clamp(60px,8vw,100px) 0}\n  .faucet-desc__features h2{font-size:24px;margin-bottom:25px;color:var(--primary);font-weight:600;border-bottom:2px solid var(--accent-light);padding-bottom:12px}\n  .faucet-desc__feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}\n  .faucet-desc__feature-item{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 8px var(--shadow);border-left:4px solid var(--accent);transition:all .3s ease}\n  .faucet-desc__feature-item:hover{transform:translateY(-4px);box-shadow:0 6px 20px rgba(0,0,0,.12)}\n  .faucet-desc__feature-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}\n  .faucet-desc__feature-icon{color:var(--accent);flex-shrink:0}\n  .faucet-desc__feature-icon svg{width:32px;height:32px;display:block}\n  .faucet-desc__feature-title{font-size:16px;font-weight:700;color:var(--primary);margin:0}\n  .faucet-desc__feature-text{color:var(--muted);font-size:13px;line-height:1.6}\n\n  .faucet-desc__patina{margin:clamp(60px,8vw,100px) 0;background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);padding:clamp(30px,5vw,45px) clamp(25px,3vw,35px);border-radius:12px;border:2px solid var(--accent-light)}\n  .faucet-desc__patina h2{font-size:24px;margin-bottom:12px;color:var(--accent);font-weight:700;text-align:center}\n  .faucet-desc__patina-intro{text-align:center;color:var(--muted);font-size:14px;line-height:1.6;max-width:650px;margin:0 auto 35px}\n  .faucet-desc__patina-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}\n  .faucet-desc__patina-stage{background:#fff;padding:20px 16px;border-radius:10px;text-align:center;box-shadow:0 3px 12px var(--shadow);transition:all .3s ease;border-top:3px solid var(--accent)}\n  .faucet-desc__patina-stage:hover{transform:translateY(-4px);box-shadow:0 6px 20px rgba(0,0,0,.12)}\n  .faucet-desc__patina-icon{font-size:2rem;margin-bottom:12px;display:block}\n  .faucet-desc__patina-stage h3{font-size:16px;font-weight:700;color:var(--primary);margin-bottom:6px}\n  .faucet-desc__patina-time{font-size:11px;color:var(--accent);font-weight:600;text-transform:uppercase;letter-spacing:0.8px;margin-bottom:10px;display:block}\n  .faucet-desc__patina-stage p{color:var(--muted);font-size:13px;line-height:1.5}\n\n  .faucet-desc__package{margin:clamp(60px,8vw,100px) 0}\n  .faucet-desc__package h2{font-size:28px;margin-bottom:30px;color:var(--primary);font-weight:600;border-bottom:2px solid var(--accent-light);padding-bottom:15px}\n  .faucet-desc__package-list{list-style:none;padding:0;margin:0}\n  .faucet-desc__package-list li{background:#fff;padding:15px 20px;margin-bottom:10px;border-radius:8px;border-left:4px solid var(--accent);box-shadow:0 2px 6px var(--shadow);position:relative;padding-left:50px}\n  .faucet-desc__package-list li::before{content:\"✓\";position:absolute;left:20px;top:50%;transform:translateY(-50%);color:var(--accent);font-weight:700;font-size:18px}\n\n  .faucet-desc__faq{margin:clamp(60px,8vw,100px) 0}\n  .faucet-desc__faq h2{font-size:28px;margin-bottom:30px;color:var(--primary);font-weight:600;border-bottom:2px solid var(--accent-light);padding-bottom:15px}\n  .faucet-desc__faq details{background:#fff;border:1px solid var(--accent-light);border-radius:8px;margin-bottom:15px;overflow:hidden;box-shadow:0 2px 6px var(--shadow)}\n  .faucet-desc__faq summary{padding:20px;font-weight:600;cursor:pointer;color:var(--primary);list-style:none;transition:background .3s ease;position:relative;padding-right:50px}\n  .faucet-desc__faq summary::-webkit-details-marker{display:none}\n  .faucet-desc__faq summary::after{content:\"+\";position:absolute;right:20px;top:50%;transform:translateY(-50%);color:var(--accent);font-size:24px;font-weight:400;transition:transform .3s ease}\n  .faucet-desc__faq details[open] summary::after{transform:translateY(-50%) rotate(45deg)}\n  .faucet-desc__faq summary:hover{background:var(--bg-light)}\n  .faucet-desc__faq details p{padding:0 20px 20px;color:var(--muted);line-height:1.7;margin:0}\n\n  .ie-warranty{margin:clamp(60px,8vw,100px) 0;background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);border:2px solid var(--accent);border-radius:12px;padding:clamp(30px,4vw,40px);box-shadow:0 4px 15px rgba(166,124,82,.1)}\n  .ie-warranty__top{display:flex;align-items:center;gap:15px;margin-bottom:25px}\n  .ie-warranty__shield{width:40px;height:40px;color:var(--accent);flex-shrink:0}\n  .ie-warranty__title{font-size:24px;font-weight:700;color:var(--primary);margin:0}\n  .ie-warranty__body p{color:var(--muted);line-height:1.7;margin-bottom:15px}\n  .ie-warranty__list{list-style:none;padding:0;margin:20px 0}\n  .ie-warranty__list li{padding:12px 0 12px 30px;position:relative;color:var(--muted);line-height:1.7;border-bottom:1px solid var(--accent-light)}\n  .ie-warranty__list li:last-child{border-bottom:none}\n  .ie-warranty__list li::before{content:\"✓\";position:absolute;left:0;color:var(--accent);font-weight:700}\n  .ie-warranty__list strong{color:var(--accent);font-weight:600}\n  .ie-warranty__note{font-size:13px;color:var(--muted);font-style:italic;margin-top:15px}\n  .ie-warranty__note a{color:var(--accent);text-decoration:none;font-weight:600}\n  .ie-warranty__note a:hover{text-decoration:underline}\n\n  @media (max-width:768px){\n    .faucet-desc__feature-grid{grid-template-columns:1fr}\n    .faucet-desc__config-slide{flex:0 0 calc(100% - 10px);min-width:calc(100% - 10px)}\n    .faucet-desc__review-slider-item{flex:0 0 calc(85% - 17px);min-width:calc(85% - 17px)}\n    .faucet-desc__story-section{grid-template-columns:1fr!important;direction:ltr!important}\n    .faucet-desc__patina-timeline{grid-template-columns:1fr}\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"faucet-desc\"\u003e\n\u003cdiv class=\"faucet-desc__wrap\"\u003e\n\u003cheader class=\"faucet-desc__header\"\u003e\n\u003cp class=\"faucet-desc__eyebrow\"\u003ePremium Solid Brass\u003c\/p\u003e\n\u003ch1 class=\"faucet-desc__title\"\u003eUnlacquered Brass Freestanding Tub Filler\u003c\/h1\u003e\n\u003cp class=\"faucet-desc__sub\"\u003eSolid Brass Tub Faucet With Handheld – Floor Mount Bathtub Faucet. Timeless elegance meets premium craftsmanship for your luxurious bathroom retreat.\u003c\/p\u003e\n\u003c\/header\u003e\n\u003cdiv class=\"faucet-desc__video\"\u003e\n\u003cdiv class=\"faucet-desc__video-container\"\u003e\u003cvideo playsinline=\"\" loop=\"loop\" muted=\"\" autoplay=\"autoplay\"\u003e\n          \u003csource type=\"video\/mp4\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/cb9274ca92f34148a977ea4c11489377.mp4\"\u003e\n          Your browser does not support the video tag.\n        \u003c\/source\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003csection class=\"faucet-desc__specs-section\"\u003e\n\u003ctable class=\"faucet-desc__specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003e100% Solid Brass (Non-Recycled)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFinish\u003c\/td\u003e\n\u003ctd\u003eUnlacquered Brass (Develops Natural Patina Over Time)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCartridges\u003c\/td\u003e\n\u003ctd\u003eStandard 1\/2\" Ceramic Cartridges (Leak-Free, U.S. Compatible)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eThreading\u003c\/td\u003e\n\u003ctd\u003e1\/2\" NPT (Compatible with U.S. Plumbing)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation Type\u003c\/td\u003e\n\u003ctd\u003eFloor Mount, Built-in with Manual Included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMounting Hardware\u003c\/td\u003e\n\u003ctd\u003eIncluded\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Style\u003c\/td\u003e\n\u003ctd\u003eTraditional \/ Vintage \/ Industrial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaintenance\u003c\/td\u003e\n\u003ctd\u003eWipe with a soft cloth; no abrasive cleaners\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\u003cdiv class=\"faucet-desc__warranty-badge\"\u003e\n\u003cdiv class=\"faucet-desc__warranty-badge-icon\"\u003e\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n            \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__warranty-badge-content\"\u003e\n\u003cstrong\u003ePremium Quality Guarantee\u003c\/strong\u003e\n\u003cp\u003eHandcrafted from \u003cstrong\u003e100% solid brass\u003c\/strong\u003e with premium ceramic cartridges for leak-free performance. \u003cstrong\u003e30-day return policy for unused items in original packaging\u003c\/strong\u003e and comprehensive warranty coverage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection style=\"margin: 60px 0;\"\u003e\n\u003cdiv style=\"position: relative; overflow: hidden; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,.1); max-width: 600px; margin: 0 auto;\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" style=\"width: 100%; height: auto; display: block;\" alt=\"Unlacquered Brass Tub Filler Detail\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/faucet-desc_--primary_1a1a1a_--accent_a67c52_--accent-light_d4b896_--muted_666_--bg-light_fafaf8_--shadowrgba_0_0_0_.1_colorvar_--primary_font-family-apple-system_BlinkMacSystemFont_S_430x.png\"\u003e\u003c\/div\u003e\n\u003c\/section\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\"\u003e\n\u003cdiv class=\"faucet-desc__review-slider\"\u003e\n\u003cdiv 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\"\u003eDarren H.\u003c\/span\u003e \u003cspan class=\"faucet-desc__review-verified\"\u003eVERIFIED\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"faucet-desc__review-text\"\u003eReceived this today and am very pleased at this point in time. Construction looks stronger than a previous shower head from a different supplier so very hopeful this lasts. shower flow pattern is perfect.\u003c\/p\u003e\n\u003cp class=\"faucet-desc__review-highlight\"\u003eExcellent construction quality\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv 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\"\u003eJames S.\u003c\/span\u003e \u003cspan class=\"faucet-desc__review-verified\"\u003eVERIFIED\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"faucet-desc__review-text\"\u003eI am beyond ecstatic with these shower heads! I have never bought anything from the other side of the planet and was anxious about purchasing so many of these heads at once without having prior experience with this seller. I can honestly say the quality of these heads is extraordinary! Shipping was faster than promised as well.\u003c\/p\u003e\n\u003cp class=\"faucet-desc__review-highlight\"\u003eExtraordinary quality, fast shipping\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv 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\"\u003eSarah M.\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 quality and craftsmanship are exceptional. This tub filler has transformed my bathroom into a luxurious spa-like retreat. The unlacquered brass is developing a beautiful patina already!\u003c\/p\u003e\n\u003cp class=\"faucet-desc__review-highlight\"\u003eTransforms bathroom into luxury spa\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection style=\"margin: 60px 0;\"\u003e\n\u003cdiv style=\"position: relative; overflow: hidden; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,.1); max-width: 600px; margin: 0 auto;\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" style=\"width: 100%; height: auto; display: block;\" alt=\"Unlacquered Brass Finish Close-up\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Freestanding_tub_filler_with_table_telephone_faucet_HeroView__IS-143-03-001-01-23_430x.jpg\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"faucet-desc__features\"\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cdiv class=\"faucet-desc__feature-grid\"\u003e\n\u003cdiv class=\"faucet-desc__feature-item\"\u003e\n\u003cdiv class=\"faucet-desc__feature-header\"\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                \u003cpath d=\"M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"faucet-desc__feature-title\"\u003e100% Solid Brass\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp class=\"faucet-desc__feature-text\"\u003eCrafted from non-recycled, high-grade solid brass to ensure long-term durability and resistance to corrosion. Unlike inferior alloys, this tub filler is built to last and elevate your space with quality you can trust.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-item\"\u003e\n\u003cdiv class=\"faucet-desc__feature-header\"\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                \u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\n              \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"faucet-desc__feature-title\"\u003eNatural Unlacquered Finish\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp class=\"faucet-desc__feature-text\"\u003eDelivered in raw, polished brass that gracefully develops a unique patina over time, offering a timeless, aged character that makes each piece one of a kind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-item\"\u003e\n\u003cdiv class=\"faucet-desc__feature-header\"\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                \u003cpath d=\"M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"faucet-desc__feature-title\"\u003eEasy DIY Installation\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp class=\"faucet-desc__feature-text\"\u003eComes with a comprehensive installation manual to guide you through a professional setup with minimal tools and effort. Standard 1\/2\" NPT threading ensures compatibility with U.S. plumbing systems.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__feature-item\"\u003e\n\u003cdiv class=\"faucet-desc__feature-header\"\u003e\n\u003cdiv class=\"faucet-desc__feature-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                \u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\u003e\u003c\/path\u003e\n                \u003cpolyline points=\"9 22 9 12 15 12 15 22\"\u003e\u003c\/polyline\u003e\n              \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"faucet-desc__feature-title\"\u003ePerfect Compatibility\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp class=\"faucet-desc__feature-text\"\u003eDesigned to match seamlessly with other unlacquered brass pieces from Insideast, creating a cohesive, luxurious bathroom aesthetic throughout your home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"faucet-desc__patina\"\u003e\n\u003ch2\u003eThe Living Finish Journey\u003c\/h2\u003e\n\u003cp class=\"faucet-desc__patina-intro\"\u003eWatch your unlacquered brass transform over time, developing a unique character that tells the story of your home. Each stage brings new depth and beauty to your fixture.\u003c\/p\u003e\n\u003cdiv class=\"faucet-desc__patina-timeline\"\u003e\n\u003cdiv class=\"faucet-desc__patina-stage\"\u003e\n\u003cspan class=\"faucet-desc__patina-icon\"\u003e \u003csvg style=\"width: 32px; height: 32px; margin: 0 auto; display: block;\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n              \u003ccircle r=\"5\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n              \u003cline y2=\"3\" x2=\"12\" y1=\"1\" x1=\"12\"\u003e\u003c\/line\u003e\n              \u003cline y2=\"23\" x2=\"12\" y1=\"21\" x1=\"12\"\u003e\u003c\/line\u003e\n              \u003cline y2=\"5.64\" x2=\"5.64\" y1=\"4.22\" x1=\"4.22\"\u003e\u003c\/line\u003e\n              \u003cline y2=\"19.78\" x2=\"19.78\" y1=\"18.36\" x1=\"18.36\"\u003e\u003c\/line\u003e\n              \u003cline y2=\"12\" x2=\"3\" y1=\"12\" x1=\"1\"\u003e\u003c\/line\u003e\n              \u003cline y2=\"12\" x2=\"23\" y1=\"12\" x1=\"21\"\u003e\u003c\/line\u003e\n              \u003cline y2=\"18.36\" x2=\"5.64\" y1=\"19.78\" x1=\"4.22\"\u003e\u003c\/line\u003e\n              \u003cline y2=\"4.22\" x2=\"19.78\" y1=\"5.64\" x1=\"18.36\"\u003e\u003c\/line\u003e\n            \u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003ePolished Gold\u003c\/h3\u003e\n\u003cspan class=\"faucet-desc__patina-time\"\u003eNew\u003c\/span\u003e\n\u003cp\u003eBright, reflective, and golden — similar to 24k gold when freshly made.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__patina-stage\"\u003e\n\u003cspan class=\"faucet-desc__patina-icon\"\u003e \u003csvg style=\"width: 32px; height: 32px; margin: 0 auto; display: block;\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n              \u003ccircle r=\"4\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n              \u003cpath d=\"M12 2v2\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M12 20v2\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m4.93 4.93 1.41 1.41\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m17.66 17.66 1.41 1.41\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M2 12h2\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M20 12h2\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m6.34 17.66-1.41 1.41\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"m19.07 4.93-1.41 1.41\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eSoft Honey\u003c\/h3\u003e\n\u003cspan class=\"faucet-desc__patina-time\"\u003eWeeks\u003c\/span\u003e\n\u003cp\u003eBegins to mellow into a warm, honey tone with slight darkening where touched.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__patina-stage\"\u003e\n\u003cspan class=\"faucet-desc__patina-icon\"\u003e \u003csvg style=\"width: 32px; height: 32px; margin: 0 auto; display: block;\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n              \u003cpath d=\"M12 2v20\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eAntique Gold\u003c\/h3\u003e\n\u003cspan class=\"faucet-desc__patina-time\"\u003eMonths\u003c\/span\u003e\n\u003cp\u003eDevelops deeper amber hues and natural shading that reveal its age and character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faucet-desc__patina-stage\"\u003e\n\u003cspan class=\"faucet-desc__patina-icon\"\u003e \u003csvg style=\"width: 32px; height: 32px; margin: 0 auto; display: block;\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n              \u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n              \u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e \u003c\/span\u003e\n\u003ch3\u003eDeep Bronze\u003c\/h3\u003e\n\u003cspan class=\"faucet-desc__patina-time\"\u003eYears\u003c\/span\u003e\n\u003cp\u003eEvolves into a rich bronze-brown finish — smooth, elegant, and uniquely yours.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin: 60px 0;\" class=\"faucet-desc__story-section\"\u003e\n\u003cdiv style=\"position: relative; overflow: hidden; border-radius: 8px; box-shadow: 0 10px 40px rgba(0,0,0,.1);\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" style=\"width: 100%; height: auto; display: block; transition: transform .5s ease;\" alt=\"Handcrafted Excellence\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/Diapositive_1_fe880b55-e611-4d3e-b017-8372e42efa0d.jpg?v=1754060268\u0026amp;width=1800\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3 style=\"margin-bottom: 15px; color: var(--primary); font-size: 20px; font-weight: 600;\"\u003eHandcrafted Excellence\u003c\/h3\u003e\n\u003cp style=\"color: var(--muted); line-height: 1.7; margin-bottom: 15px;\"\u003eEach freestanding tub filler is meticulously crafted from premium solid brass, ensuring unparalleled durability and timeless beauty. Our artisans pour decades of expertise into every piece, creating fixtures that stand the test of time.\u003c\/p\u003e\n\u003cp style=\"color: var(--muted); line-height: 1.7;\"\u003eUnlike mass-produced alternatives, our tub fillers are made from non-recycled brass, guaranteeing consistent quality and superior performance for years to come.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin: 60px 0; direction: rtl;\" class=\"faucet-desc__story-section\"\u003e\n\u003cdiv style=\"position: relative; overflow: hidden; border-radius: 8px; box-shadow: 0 10px 40px rgba(0,0,0,.1);\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" style=\"width: 100%; height: auto; display: block; transition: transform .5s ease;\" alt=\"Living Finish\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/PICt-10_1.jpg?v=1760522996\u0026amp;width=1800\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"direction: ltr;\"\u003e\n\u003ch3 style=\"margin-bottom: 15px; color: var(--primary); font-size: 20px; font-weight: 600;\"\u003eA Living Finish\u003c\/h3\u003e\n\u003cp style=\"color: var(--muted); line-height: 1.7; margin-bottom: 15px;\"\u003eThe unlacquered brass finish is more than just beautiful—it's alive. Over time, your tub filler will develop a unique patina, telling the story of your home and creating a one-of-a-kind piece that grows more character-rich with age.\u003c\/p\u003e\n\u003cp style=\"color: var(--muted); line-height: 1.7;\"\u003eThis natural aging process is what makes unlacquered brass so special. No two pieces will ever look exactly alike, ensuring your bathroom has a truly distinctive centerpiece.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection style=\"display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin: 60px 0;\" class=\"faucet-desc__story-section\"\u003e\n\u003cdiv style=\"position: relative; overflow: hidden; border-radius: 8px; box-shadow: 0 10px 40px rgba(0,0,0,.1);\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" style=\"width: 100%; height: auto; display: block; transition: transform .5s ease;\" alt=\"Premium Components\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/PICt-8_1.jpg?v=1760522996\u0026amp;width=1800\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3 style=\"margin-bottom: 15px; color: var(--primary); font-size: 20px; font-weight: 600;\"\u003ePremium Components\u003c\/h3\u003e\n\u003cp style=\"color: var(--muted); line-height: 1.7; margin-bottom: 15px;\"\u003eEquipped with standard 1\/2\" ceramic cartridges, this tub filler delivers leak-free performance and smooth operation. The ceramic disc technology ensures consistent water flow and temperature control, providing a luxurious bathing experience every time.\u003c\/p\u003e\n\u003cp style=\"color: var(--muted); line-height: 1.7;\"\u003eAll components are fully compatible with U.S. plumbing standards, including 1\/2\" NPT threading for hassle-free installation and future maintenance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"faucet-desc__package\"\u003e\n\u003ch2\u003ePackage Includes\u003c\/h2\u003e\n\u003cul class=\"faucet-desc__package-list\"\u003e\n\u003cli\u003eFreestanding Tub Filler with Floor Mount Base\u003c\/li\u003e\n\u003cli\u003eHandheld Shower Head with Holder\u003c\/li\u003e\n\u003cli\u003ePremium Ceramic Cartridges (Pre-installed)\u003c\/li\u003e\n\u003cli\u003eAll Necessary Mounting Hardware\u003c\/li\u003e\n\u003cli\u003eComprehensive Installation Manual\u003c\/li\u003e\n\u003cli\u003eHot\/Cold Water Supply Hoses\u003c\/li\u003e\n\u003cli\u003eBrass Finish Care Instructions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003csection class=\"faucet-desc__faq\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is unlacquered brass and how does it age?\u003c\/summary\u003e\n\u003cp\u003eUnlacquered brass is raw brass without any protective coating. Over time, it develops a natural patina—a darkened, aged appearance that adds character and uniqueness to each piece. This living finish changes based on use, humidity, and handling, making your tub filler truly one-of-a-kind. If you prefer the bright, polished look, you can easily maintain it with brass polish.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this tub filler compatible with my existing plumbing?\u003c\/summary\u003e\n\u003cp\u003eYes! This freestanding tub filler features standard 1\/2\" NPT threading, making it compatible with U.S. plumbing systems. The package includes all necessary supply hoses and mounting hardware. We recommend consulting with a professional plumber if you're unsure about your specific setup.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow difficult is the installation process?\u003c\/summary\u003e\n\u003cp\u003eInstallation is straightforward for those comfortable with basic plumbing tasks. The tub filler comes with a detailed installation manual with step-by-step instructions. Most DIY enthusiasts can complete the installation in 2-3 hours. However, we always recommend hiring a licensed plumber to ensure proper installation and compliance with local codes.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill this match other brass fixtures in my bathroom?\u003c\/summary\u003e\n\u003cp\u003eAbsolutely! This tub filler is designed to coordinate beautifully with other unlacquered brass fixtures from the Insideast collection. Since unlacquered brass develops a natural patina, all your brass fixtures will age together, creating a cohesive and authentic vintage aesthetic throughout your bathroom.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat's your return policy?\u003c\/summary\u003e\n\u003cp\u003eWe want you to love what you ordered. If you don't, return it within 30 days of delivery - unused and in its original packaging - for a full refund. Items that have been installed or used cannot be returned.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\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.\u003c\/p\u003e\n\u003cul class=\"ie-warranty__list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003e5-Year Limited Warranty\u003c\/strong\u003e on plumbing and accessories for residential use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e1-Year Warranty\u003c\/strong\u003e on wearable parts (cartridges, hoses, O-rings, cables, etc.).\u003c\/li\u003e\n\u003cli\u003eCovered for \u003cstrong\u003erepair or replacement\u003c\/strong\u003e in case of defects (installation\/labor costs excluded).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVisual damages\u003c\/strong\u003e must be reported within \u003cstrong\u003e15 days\u003c\/strong\u003e of delivery with photos and proof of purchase.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"ie-warranty__note\"\u003eQuestions or a claim? Email \u003ca href=\"mailto:contact@insideast.com\"\u003econtact@insideast.com\u003c\/a\u003e with your order number.\u003c\/p\u003e\n\u003cp class=\"ie-warranty__note\"\u003eFinish note: unlacquered brass develops a natural patina over time. This cosmetic aging is expected and not considered a defect.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Type 1","offer_id":42736367665261,"sku":"IS-223-03-001-01-23","price":745.93,"currency_code":"USD","in_stock":true},{"title":"Type 2","offer_id":42736367698029,"sku":"IS-143-03-001-01-23","price":745.93,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/unlacquered-brass-freestanding-tub-filler-solid-brass-tub-faucet-with-handheld-floor-mount-bathtub-faucet-1377282.jpg?v=1773579262"},{"product_id":"ceiling-mount-shower-system-two-handle-shower-system-rainfall-shower-system-ceiling-showerhead-overhead-shower","title":"Ceiling Mount Shower System, Two Handle Shower System, Rainfall Shower System, Ceiling Showerhead, Overhead Shower","description":"\u003cstyle\u003e\n.shower-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  margin: 0;\n  padding: 0;\n}\n\n.shower-desc__wrap {\n  max-width: 900px;\n  margin: 0 auto;\n  padding: clamp(24px, 4vw, 60px) clamp(16px, 2vw, 24px);\n}\n\n.shower-desc__header {\n  text-align: center;\n  padding: clamp(40px, 6vw, 80px) 0;\n  position: relative;\n}\n\n.shower-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.shower-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.shower-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.shower-desc__sub {\n  color: var(--muted);\n  font-size: clamp(1.7rem, 1.8vw, 1.5rem);\n  max-width: 700px;\n  margin: 0 auto;\n  line-height: 1.7;\n}\n\n.shower-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.shower-desc__price-note {\n  font-size: clamp(13px, 1.5vw, 16px);\n  color: var(--muted);\n  margin-bottom: 20px;\n}\n\n.shower-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.shower-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.shower-desc__cta-primary:active {\n  transform: translateY(0);\n}\n\n.shower-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.shower-desc__trust-bar div {\n  display: flex;\n  align-items: center;\n  gap: 5px;\n}\n\n.shower-desc__trust-bar div:before {\n  content: \"✓\";\n  color: var(--accent);\n  font-weight: bold;\n}\n\n.shower-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.shower-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.shower-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.shower-desc__scarcity-notice a:hover {\n  color: #8b6740;\n}\n\n.shower-desc__config {\n  margin: 60px 0;\n}\n\n.shower-desc__config h3 {\n  font-size: 28px;\n  margin-bottom: 15px;\n  color: var(--primary);\n  font-weight: 600;\n  text-align: center;\n}\n\n.shower-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.shower-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.shower-desc__config-section h4 {\n  font-size: 16px;\n  color: var(--accent);\n  margin-bottom: 12px;\n  font-weight: 600;\n  text-align: center;\n}\n\n.shower-desc__config-options {\n  display: grid;\n  gap: 8px;\n}\n\n.shower-desc__config-section:first-child .shower-desc__config-options {\n  grid-template-columns: 1fr;\n}\n\n.shower-desc__config-section:last-child .shower-desc__config-options {\n  grid-template-columns: 1fr;\n}\n\n.shower-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.shower-desc__config-option:hover {\n  border-color: var(--accent);\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px var(--shadow);\n}\n\n.shower-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.shower-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.shower-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.shower-desc__config-slider-container::-webkit-scrollbar {\n  height: 8px;\n}\n\n.shower-desc__config-slider-container::-webkit-scrollbar-track {\n  background: #f1f1f1;\n  border-radius: 10px;\n}\n\n.shower-desc__config-slider-container::-webkit-scrollbar-thumb {\n  background: var(--accent);\n  border-radius: 10px;\n}\n\n.shower-desc__config-slider {\n  display: flex;\n  gap: 20px;\n  padding: 5px;\n}\n\n.shower-desc__config-slide {\n  flex: 0 0 calc(50% - 10px);\n  min-width: calc(50% - 10px);\n  scroll-snap-align: start;\n}\n\n.shower-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.shower-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.shower-desc__config-arrow:hover {\n  background: #8b6740;\n  transform: translateY(-50%) scale(1.1);\n}\n\n.shower-desc__config-arrow--left {\n  left: 4px;\n}\n\n.shower-desc__config-arrow--right {\n  right: 4px;\n}\n\n.shower-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.shower-desc__guarantee-box h4 {\n  font-size: clamp(20px, 3vw, 24px);\n  color: var(--primary);\n  margin-bottom: 20px;\n  text-align: center;\n}\n\n.shower-desc__guarantee-box ul {\n  list-style: none;\n  padding: 0;\n  margin: 0 0 20px 0;\n}\n\n.shower-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.shower-desc__guarantee-box li:last-child {\n  border-bottom: none;\n}\n\n.shower-desc__guarantee-box li:before {\n  content: \"🛡️\";\n  position: absolute;\n  left: 0;\n  font-size: 20px;\n}\n\n.shower-desc__guarantee-box li strong {\n  color: var(--accent);\n}\n\n.shower-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.shower-desc__features {\n  margin: clamp(60px, 8vw, 100px) 0;\n}\n\n.shower-desc__features h3 {\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\/* Match \"Distinctive Features\" heading style *\/\n.shower-desc__specs-section h3,\n.shower-desc__guarantee-box h4,\n.shower-desc__download h4 {\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\/* Except guarantee \u0026 download are h4, so override font-size slightly if desired *\/\n.shower-desc__guarantee-box h4,\n.shower-desc__download h4 {\n  font-size: clamp(20px, 3vw, 24px);\n  border-bottom-width: 1px;\n}\n.shower-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.shower-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.shower-desc__features-list li:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 8px 20px rgba(0, 0, 0, .12);\n}\n\n.shower-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.shower-desc__feature-icon svg {\n  width: 28px;\n  height: 28px;\n}\n\n.shower-desc__feature-content h5 {\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.shower-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.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 h4 {\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.shower-desc__specs-section {\n  margin: clamp(60px, 8vw, 100px) 0;\n}\n\n.shower-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.shower-desc__specs-table tr {\n  border-bottom: 1px solid var(--accent-light);\n}\n\n.shower-desc__specs-table tr:last-child {\n  border-bottom: none;\n}\n\n.shower-desc__specs-table td {\n  padding: 12px 20px;\n  font-size: 14px;\n}\n\n.shower-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.shower-desc__specs-table td:last-child {\n  color: var(--muted);\n}\n\n.shower-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.shower-desc__download h4 {\n  color: var(--primary);\n}\n\n.shower-desc__download p {\n  color: var(--muted);\n  margin-bottom: 15px;\n}\n\n.shower-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.shower-desc__download a:hover {\n  background: #8b6740;\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.shower-desc__faq {\n  margin-top: clamp(60px, 8vw, 100px);\n}\n\n.shower-desc__faq h3 {\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.shower-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.shower-desc__faq details:hover {\n  box-shadow: 0 4px 12px rgba(166, 124, 82, .15);\n  transform: translateX(4px);\n}\n\n.shower-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.shower-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.shower-desc__faq details[open] summary::before {\n  transform: rotate(90deg);\n}\n\n.shower-desc__faq summary:hover {\n  color: var(--accent);\n}\n\n.shower-desc__faq details[open] summary {\n  margin-bottom: 10px;\n  color: var(--accent);\n}\n\n.shower-desc__faq p {\n  color: var(--muted);\n  line-height: 1.6;\n  font-size: 14px;\n  margin: 0;\n}\n\/* ========== REVIEWS SECTION (Minimalist - No Responses) ========== *\/\n.shower-reviews {\n  margin: clamp(60px, 8vw, 80px) 0;\n  border-top: 1px solid var(--accent-light);\n  padding-top: 40px;\n}\n.shower-reviews__header {\n  display: flex;\n  align-items: baseline;\n  gap: 15px;\n  margin-bottom: 30px;\n}\n.shower-reviews__title {\n  font-size: clamp(20px, 3vw, 24px);\n  color: var(--primary);\n  font-weight: 600;\n  margin: 0;\n}\n.shower-reviews__total-rating {\n  font-size: 14px;\n  color: var(--primary);\n}\n.shower-reviews__slider {\n  display: flex;\n  gap: 20px;\n  overflow-x: auto;\n  padding-bottom: 20px;\n  scroll-snap-type: x mandatory;\n  -webkit-overflow-scrolling: touch;\n}\n.shower-reviews__slider::-webkit-scrollbar {\n  height: 4px;\n}\n.shower-reviews__slider::-webkit-scrollbar-thumb {\n  background: var(--accent-light);\n  border-radius: 4px;\n}\n.shower-review-item {\n  flex: 0 0 300px;\n  scroll-snap-align: start;\n  background: var(--bg-light);\n  border: 1px solid var(--accent-light);\n  border-radius: 8px;\n  padding: 25px;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n.shower-reivew__author-row {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  font-size: 13px;\n}\n.shower-review__name {\n  font-weight: 700;\n  color: var(--primary);\n}\n.shower-review__date {\n  color: var(--muted);\n  font-size: 12px;\n}\n.shower-review__stars {\n  color: #dcb06b; \/* Muted Gold *\/\n  font-size: 14px;\n  letter-spacing: 2px;\n}\n.shower-review__body {\n  font-size: 14px;\n  line-height: 1.6;\n  color: var(--primary);\n  font-style: italic;\n}\n\/* ========== KEY DIMENSIONS (Matches Technical Specs) ========== *\/\n.shower-dims {\n  margin: clamp(60px, 8vw, 100px) 0;\n  \/* Text align left by default to match \"Technical Specs\" header *\/\n}\n.shower-dims h3 {\n  \/* Match exactly with .shower-desc__specs-section h3 *\/\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  text-align: left; \/* Ensure it's on the left *\/\n}\n.shower-dims__box {\n  background: #fff;\n  border: 2px solid var(--accent-light);\n  border-radius: 12px;\n  padding: 30px 20px;\n  display: flex;\n  justify-content: space-around;\n  align-items: center;\n  flex-wrap: wrap;\n  gap: 30px;\n  box-shadow: 0 8px 30px rgba(166, 124, 82, .15); \/* Soft gold shadow *\/\n}\n.shower-dims__item {\n  text-align: center;\n  position: relative;\n  flex: 1;\n  min-width: 140px;\n}\n\/* Vertical dividers on desktop *\/\n.shower-dims__item:not(:last-child):after {\n  content: \"\";\n  position: absolute;\n  right: -15px;\n  top: 15%;\n  height: 70%;\n  width: 1px;\n  background: #eee;\n  display: block;\n}\n.shower-dims__label {\n  font-size: 11px;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  color: var(--accent);\n  margin-bottom: 10px;\n  font-weight: 700;\n}\n.shower-dims__value {\n  font-size: 26px; \/* Slightly larger for emphasis *\/\n  font-weight: 700;\n  color: var(--primary);\n  display: block;\n  margin-bottom: 4px;\n  font-family: serif; \/* Optional: adds that \"spec sheet\" feel to the numbers *\/\n}\n.shower-dims__sub {\n  font-size: 13px;\n  color: #999;\n}\n\/* ========== PACKAGE INCLUDES ========== *\/\n.shower-pkg {\n  background: linear-gradient(135deg, #fff 0%, var(--bg-light) 100%);\n  border: 1px solid var(--accent-light);\n  border-radius: 12px;\n  padding: 30px;\n  margin: 60px 0;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.05); \/* Match site shadow style *\/\n}\n.shower-pkg__header {\n  text-align: center;\n  margin-bottom: 30px;\n}\n.shower-pkg__header h4 {\n  \/* Match layout h4 style generally *\/\n  font-size: clamp(20px, 3vw, 24px);\n  color: var(--primary);\n  margin-bottom: 5px;\n  font-weight: 600;\n}\n.shower-pkg__list {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 15px 30px;\n  max-width: 800px;\n  margin: 0 auto;\n}\n.shower-pkg__item {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  font-size: 15px;\n  color: var(--primary);\n  padding: 12px 15px;\n  background: #fff;\n  border-radius: 6px;\n  border: 1px solid transparent;\n  transition: all 0.2s ease;\n}\n.shower-pkg__item:hover {\n  border-color: var(--accent-light);\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n  transform: translateX(2px);\n}\n.shower-pkg__item svg {\n  color: var(--accent);\n  flex-shrink: 0;\n}\n@media (max-width: 768px) {\n  \/* ========== KEY DIMENSIONS MOBILE GRID (2x2) ========== *\/\n  .shower-dims__box {\n    display: grid;\n    grid-template-columns: 1fr 1fr; \/* Two equal columns *\/\n    gap: 20px 10px; \/* 20px vertical gap, 10px horizontal gap *\/\n    padding: 20px;\n  }\n  \n  \/* Hide desktop vertical dividers *\/\n  .shower-dims__item:not(:last-child):after {\n    display: none;\n  }\n  \/* Reset item styles for grid *\/\n  .shower-dims__item {\n    border-bottom: none;\n    padding-bottom: 0;\n    width: auto;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n  \/* Optional: Add a subtle separator for the top row items *\/\n  .shower-dims__item:nth-child(1),\n  .shower-dims__item:nth-child(2) {\n    padding-bottom: 20px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  \/* Add a vertical divider between left and right columns if desired (optional) *\/\n  .shower-dims__item:nth-child(odd) {\n    border-right: 1px solid #f0f0f0;\n    padding-right: 5px;\n  }\n  .shower-dims__item:nth-child(even) {\n    padding-left: 5px;\n  }\n  \/* ========== PACKAGE LIST MOBILE ========== *\/\n  .shower-pkg__list {\n    grid-template-columns: 1fr; \/* Keep package list stacked or 2x2 if you prefer *\/\n    gap: 10px;\n  }\n}\n\/* ========== MOBILE RESPONSIVE (CLEANED) ========== *\/\n@media (max-width: 768px) {\n  .shower-desc__features-list {\n    grid-template-columns: 1fr;\n    gap: 15px;\n  }\n  .shower-desc__features-list li {\n    padding: 15px;\n    gap: 12px;\n  }\n  .shower-desc__feature-icon {\n    width: 45px;\n    height: 45px;\n  }\n  .shower-desc__feature-icon svg {\n    width: 24px;\n    height: 24px;\n  }\n  .shower-desc__config-grid {\n    grid-template-columns: 1fr;\n    padding: 20px;\n    gap: 25px;\n  }\n  .shower-desc__config-slide {\n    flex: 0 0 calc(100% - 20px);\n    min-width: calc(100% - 20px);\n  }\n  .shower-desc__config-slider-wrap {\n    max-width: 100%;\n  }\n  .shower-desc__config-slide-img {\n    height: 300px;\n  }\n  .shower-desc__config-slider-title {\n    font-size: 18px;\n    margin-bottom: 20px;\n  }\n  .shower-desc__specs-table td {\n    padding: 10px 12px;\n    font-size: 13px;\n  }\n  .shower-desc__specs-table td:first-child {\n    width: 45%;\n  }\n  .lifestyle-section {\n    grid-template-columns: 1fr;\n    gap: 20px;\n  }\n  .lifestyle-section[style*=\"direction:rtl\"] {\n    direction: ltr;\n  }\n  .lifestyle-section__content {\n    direction: ltr;\n  }\n  .shower-desc__guarantees-bar {\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    padding: 15px;\n  }\n  .guarantee-item {\n    padding: 12px;\n  }\n  .guarantee-item svg {\n    width: 28px;\n    height: 28px;\n  }\n  .shower-desc__header {\n    padding: clamp(30px, 5vw, 50px) 0;\n  }\n  .shower-desc__title {\n    line-height: 1.2;\n  }\n  .shower-desc__sub {\n    font-size: clamp(1rem, 2vw, 1.1rem);\n  }\n  .shower-desc__cta-section {\n    padding: 20px 15px;\n  }\n  .shower-desc__trust-bar {\n    gap: 10px;\n    font-size: 11px;\n  }\n  .shower-desc__faq summary {\n    font-size: 14px;\n  }\n  .shower-desc__faq p {\n    font-size: 13px;\n  }\n  .shower-desc__faq details {\n    padding: 12px;\n  }\n  .ie-warranty__title {\n    font-size: 1rem;\n  }\n  .ie-warranty__body {\n    padding: 1.2rem;\n  }\n  .shower-desc__download {\n    padding: 20px 15px;\n  }\n  .shower-desc__download h4 {\n    font-size: 18px;\n  }\n  .shower-desc__download p {\n    font-size: 13px;\n  }\n  .shower-desc__download a {\n    padding: 12px 24px;\n    font-size: 13px;\n  }\n}\n\n@media (max-width: 480px) {\n  .shower-desc__wrap {\n    padding: 20px 12px;\n  }\n  .shower-desc__header {\n    padding: 25px 0;\n  }\n  .shower-desc__config-slider-container {\n    padding: 0 35px;\n  }\n  .shower-desc__config-arrow {\n    width: 30px;\n    height: 30px;\n    font-size: 16px;\n  }\n  .shower-desc__guarantees-bar {\n    grid-template-columns: 1fr;\n    gap: 8px;\n    padding: 12px;\n  }\n  .guarantee-item {\n    padding: 10px;\n  }\n  .shower-desc__trust-bar {\n    flex-direction: column;\n    gap: 8px;\n    align-items: center;\n  }\n  .shower-desc__features-list {\n    gap: 12px;\n  }\n  .shower-desc__features-list li {\n    padding: 12px;\n  }\n}\n\/* Aggressive Shopify Override *\/\n.shower-desc__header, \n.shower-desc__config, \n.shower-desc__sub, \n.shower-desc__config-intro,\n.shower-desc__header div,\n.shower-desc__header p,\n.shower-desc__config p {\n  text-align: center !important;\n  margin-left: auto !important;\n  margin-right: auto !important;\n  display: block !important;\n  width: 100% !important;\n}\n  \n\u003c\/style\u003e\n\u003cdiv class=\"shower-desc\"\u003e\n\u003cdiv class=\"shower-desc__wrap\"\u003e\n\u003c!-- HEADER --\u003e\u003cheader class=\"shower-desc__header\"\u003e\n\u003cdiv class=\"shower-desc__eyebrow\"\u003eArtisan Heritage\u003c\/div\u003e\n\u003ch2 class=\"shower-desc__title\"\u003eCeiling Mount Shower System\u003c\/h2\u003e\n\u003cp class=\"shower-desc__sub\"\u003eTimeless Craftsmanship, Engineered for Everyday Luxury\u003c\/p\u003e\n\u003cdiv style=\"max-width: 700px; margin: 20px auto 0; color: var(--muted); line-height: 1.7; font-size: clamp(1.5rem, 1.8vw, 1.4rem);\"\u003e\n\u003cp\u003eBorn from solid brass and shaped by generations of metalworking tradition, this ceiling-mounted shower system is more than plumbing. it’s a statement of enduring quality. Designed for a clean, minimalist look with a single outlet for an overhead shower, it is perfect for modern or traditional interiors seeking an uncluttered, architectural aesthetic.\u003c\/p\u003e\n\u003cp style=\"margin-top: 15px;\"\u003eFinished in radiant unlacquered brass, it arrives gleaming but is designed to evolve. Over time, it gracefully develops a warm, living patina unique to your home’s environment and usage, deepening in character with every passing year.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- CTA SECTION --\u003e\n\u003csection class=\"shower-desc__cta-section\"\u003e\n\u003cdiv class=\"shower-desc__price-note\"\u003eHandcrafted to order • Free Delivery\u003c\/div\u003e\n\u003ca href=\"#\" class=\"shower-desc__cta-primary\"\u003eConfigure \u0026amp; Add to Cart\u003c\/a\u003e\n\u003cdiv class=\"shower-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=\"shower-desc__guarantees-bar\"\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                    \u003cpath fill=\"currentColor\" d=\"M20 8L12 13L4 8V6L12 11L20 6V8ZM20 4h5C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20h30C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4Z\"\u003e\n                    \u003c\/path\u003e\n                \u003c\/svg\u003e \u003cstrong\u003eReliable 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 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\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\n                    \u003c\/path\u003e\n                    \u003cpath stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\" d=\"M12 6V12L16 14\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e \u003cstrong\u003eFlexible Returns\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                    \u003cpath fill=\"currentColor\" d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM13 17h21V15h23V17ZM13 13h21V7h23V13Z\"\u003e\n                    \u003c\/path\u003e\n                \u003c\/svg\u003e \u003cstrong\u003e30-Day Guarantee\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SCARCITY NOTICE --\u003e\n\u003cdiv class=\"shower-desc__scarcity-notice\"\u003e⏱️ \u003cstrong\u003eLimited Production:\u003c\/strong\u003e Due to hand-fabrication and brass sourcing, only a few systems are crafted each month. \u003ca href=\"#configure\"\u003eReserve yours today.\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- HERO IMAGE --\u003e\n\u003csection style=\"margin: clamp(40px, 6vw, 80px) 0;\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" style=\"width: 100%; max-width: 800px; height: auto; border-radius: 12px; margin: 0 auto; display: block; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 40px;\" alt=\"Ceiling Mount Shower System\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/ceiling-mount-shower-system-two-handle-shower-system-rainfall-shower-system-ceiling-showerhead-overhead-shower-7919087.png\"\u003e\u003c\/section\u003e\n\u003c!-- CONFIGURATION OPTIONS --\u003e\n\u003csection class=\"shower-desc__config\" id=\"configure\"\u003e\n\u003ch3\u003eTailored to Your Design\u003c\/h3\u003e\n\u003cp class=\"shower-desc__config-intro\"\u003ePersonalize your system with your preferred showerhead and handle style crafted to harmonize with your space.\u003c\/p\u003e\n\u003cdiv class=\"shower-desc__config-grid\" style=\"display: flex; justify-content: center;\"\u003e\n\u003cdiv class=\"shower-desc__config-section\" style=\"text-align: center; width: 100%; max-width: 400px;\"\u003e\n\u003ch4 style=\"margin-bottom: 20px;\"\u003eShowerhead Option\u003c\/h4\u003e\n\u003cdiv class=\"shower-desc__config-options\" style=\"display: flex; flex-direction: column; align-items: center; gap: 10px;\"\u003e\n\u003cdiv class=\"shower-desc__config-option\" style=\"width: 100%;\"\u003eRose Showerhead\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-option\" style=\"width: 100%;\"\u003eSquare Showerhead\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-option\" style=\"width: 100%;\"\u003eRound Showerhead\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-slider-wrap\"\u003e\n\u003ch4 class=\"shower-desc__config-slider-title\"\u003eGallery\u003c\/h4\u003e\n\u003cbutton class=\"shower-desc__config-arrow shower-desc__config-arrow--left\"\u003e‹\u003c\/button\u003e \u003cbutton class=\"shower-desc__config-arrow shower-desc__config-arrow--right\"\u003e›\u003c\/button\u003e\n\u003cdiv class=\"shower-desc__config-slider-container\" id=\"configSlider\"\u003e\n\u003cdiv class=\"shower-desc__config-slider\"\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" class=\"shower-desc__config-slide-img\" alt=\"Rose Showerhead View\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/7700309377133-ceiling-mount-shower-system-two-handle-shower-system-rainfall-shower-system-ceiling-showerhead-overhead-shower-2687724.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" class=\"shower-desc__config-slide-img\" alt=\"Square shower head\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/7700309377133-ceiling-mount-shower-system-two-handle-shower-system-rainfall-shower-system-ceiling-showerhead-overhead-shower-1623099.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" class=\"shower-desc__config-slide-img\" alt=\"Ceiling Arm-round\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/7700309377133-ceiling-mount-shower-system-two-handle-shower-system-rainfall-shower-system-ceiling-showerhead-overhead-shower-3837138.jpg?v=1773580662\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" class=\"shower-desc__config-slide-img\" alt=\"Handles Detail\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/7700309377133-ceiling-mount-shower-system-two-handle-shower-system-rainfall-shower-system-ceiling-showerhead-overhead-shower-9609239.jpg?v=1773580662\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" class=\"shower-desc__config-slide-img\" alt=\"Full Setup\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/7700309377133-f.png?v=1773581277\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" class=\"shower-desc__config-slide-img\" alt=\"Full Setup\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/ceiling-mount-shower-system-two-handle-shower-system-rainfall-shower-system-ceiling-showerhead-overhead-shower-5477312.webp\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" class=\"shower-desc__config-slide-img\" alt=\"Full Setup\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/ceiling-mount-shower-system-two-handle-shower-system-rainfall-shower-system-ceiling-showerhead-overhead-shower-1748384.webp?v=1773580662\u0026amp;width=1946\"\u003e\u003c\/div\u003e\n  \u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" class=\"shower-desc__config-slide-img\" alt=\"Full Setup\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/ceiling-mount-shower-system-two-handle-shower-system-rainfall-shower-system-ceiling-showerhead-overhead-shower-1113556.webp?v=1773580662\u0026amp;width=1946\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== REVIEWS SECTION ========== --\u003e\n\u003csection class=\"shower-reviews\"\u003e\n\u003cdiv class=\"shower-reviews__header\"\u003e\n\u003ch3 class=\"shower-reviews__title\"\u003eCustomer Reviews\u003c\/h3\u003e\n\u003cspan class=\"shower-reviews__total-rating\"\u003e5.0 ★★★★★ (5 reviews)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-reviews__slider\"\u003e\n\u003c!-- Review 1 --\u003e\n\u003cdiv class=\"shower-review-item\"\u003e\n\u003cdiv class=\"shower-reivew__author-row\"\u003e\n\u003cspan class=\"shower-review__name\"\u003eAbigail\u003c\/span\u003e \u003cspan class=\"shower-review__date\"\u003e18 Feb, 2022\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-review__stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"shower-review__body\"\u003e\"Just as described and what we were looking for! The finish is stunning.\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Review 2 --\u003e\n\u003cdiv class=\"shower-review-item\"\u003e\n\u003cdiv class=\"shower-reivew__author-row\"\u003e\n\u003cspan class=\"shower-review__name\"\u003eKate Montgomery\u003c\/span\u003e \u003cspan class=\"shower-review__date\"\u003e18 Dec, 2025\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-review__stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"shower-review__body\"\u003e\"Beautiful shower system and great quality. It feels heavy and substantial.\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Review 3 --\u003e\n\u003cdiv class=\"shower-review-item\"\u003e\n\u003cdiv class=\"shower-reivew__author-row\"\u003e\n\u003cspan class=\"shower-review__name\"\u003eMelanie Johnson\u003c\/span\u003e \u003cspan class=\"shower-review__date\"\u003e24 Aug, 2025\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-review__stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"shower-review__body\"\u003e\"Incredible customer service and the shower system was exactly as described.\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Review 4 --\u003e\n\u003cdiv class=\"shower-review-item\"\u003e\n\u003cdiv class=\"shower-reivew__author-row\"\u003e\n\u003cspan class=\"shower-review__name\"\u003eTodd\u003c\/span\u003e \u003cspan class=\"shower-review__date\"\u003e21 Aug, 2025\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-review__stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"shower-review__body\"\u003e\"Truly amazing hardware. Incredibly high quality, with a particular attention to detail. We are so happy with this purchase.\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Review 5 --\u003e\n\u003cdiv class=\"shower-review-item\"\u003e\n\u003cdiv class=\"shower-reivew__author-row\"\u003e\n\u003cspan class=\"shower-review__name\"\u003eDavid Hazelaar\u003c\/span\u003e \u003cspan class=\"shower-review__date\"\u003e28 Jul, 2025\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-review__stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cdiv class=\"shower-review__body\"\u003e\"5 out of 5 for everything. We wanted a customised head shower size as well and for a small fee it was no problem at all. I really recommend this shop!\"\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- GUARANTEE BOX --\u003e\n\u003cdiv class=\"shower-desc__guarantee-box\"\u003e\n\u003ch4\u003e🛡️ Our No-Risk Promise to You\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e30-Day Returns:\u003c\/strong\u003e Changed your mind? We'll refund you - just send it back unused in its original packaging.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e5-Year Warranty:\u003c\/strong\u003e Covers manufacturing defects in materials and workmanship.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eFlexible Returns:\u003c\/strong\u003e Easy return process if installation or fit isn’t right.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eWe’re so confident you’ll cherish this system for decades, the risk is entirely on us.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- DISTINCTIVE FEATURES --\u003e\n\u003csection class=\"shower-desc__features\"\u003e\n\u003ch3\u003eDistinctive Features\u003c\/h3\u003e\n\u003cul class=\"shower-desc__features-list\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"shower-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\n                            \u003c\/path\u003e\n                            \u003cpath stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\" d=\"M12 6V12L16 14\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__feature-content\"\u003e\n\u003ch5\u003eUnlacquered Brass Finish\u003c\/h5\u003e\n\u003cp\u003eDevelops a rich, warm patina over time—each system tells its own story.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"shower-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=\"M20 4h5C2.9 4 2.01 4.89 2.01 6L2 18C2 19.1 2.9 20 4 20h30C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4ZM20 18h5V8h30V18ZM20 6h5V6L4 8V6V18V8h30V6Z\"\u003e\n                            \u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__feature-content\"\u003e\n\u003ch5\u003e100% Solid Brass\u003c\/h5\u003e\n\u003cp\u003eBuilt from certified, non-recycled solid brass for maximum durability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"shower-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=\"shower-desc__feature-content\"\u003e\n\u003ch5\u003eTraditional Build\u003c\/h5\u003e\n\u003cp\u003eStandard-threaded components—easy to maintain and find replacements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"shower-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=\"M4 6h3V20C2 21.1 2.9 22 4 22h28V20h5V6ZM20 2H8C6.9 2 6 2.9 6 4V16C6 17.1 6.9 18 8 18h30C21.1 18 22 17.1 22 16V4C22 2.9 21.1 2 20 2ZM20 16H8V4h30V16Z\"\u003e\n                            \u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__feature-content\"\u003e\n\u003ch5\u003eCeiling-Mounted Elegance\u003c\/h5\u003e\n\u003cp\u003eDesigned for a clean, minimalist look with a single overhead outlet.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"shower-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 2ZM12 20C7.59 20 4 16.41 4 12S7.59 4 12 4 20 7.59 20 12 16.41 20 12 20ZM12.5 7h21V13L15.5 15.5L16.25 14.25L12.5 12V7Z\"\u003e\n                            \u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__feature-content\"\u003e\n\u003ch5\u003eFull Custom Compatibility\u003c\/h5\u003e\n\u003cp\u003eMatches seamlessly with other Insideast unlacquered brass fixtures.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"shower-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=\"M19 3h6C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21h29C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3ZM19 19h6V5h29V19Z\"\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=\"shower-desc__feature-content\"\u003e\n\u003ch5\u003eHigh-Pressure Tested\u003c\/h5\u003e\n\u003cp\u003eRigorously tested stability and flow performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- LIFESTYLE SECTIONS --\u003e\n\u003csection class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Ceiling Shower System in Bath\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/89.png?v=1773581447\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch4\u003eTimeless Integration\u003c\/h4\u003e\n\u003cp\u003eDesigned to complement vintage, farmhouse, or modern minimalist interiors. The ceiling mount and unlacquered finish add warmth and authenticity to any space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"lifestyle-section\" style=\"direction: rtl;\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Rainfall Experience\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/ceiling-mount-shower-system-two-handle-shower-system-rainfall-shower-system-ceiling-showerhead-overhead-shower-7332414.png\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch4\u003eImmersive Rainfall Flow\u003c\/h4\u003e\n\u003cp\u003eExperience the gentle yet invigorating sensation of a natural downpour. Our precision-engineered showerheads deliver a steady, high-pressure flow that turns every shower into a rejuvenating spa-like retreat.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ========== PACKAGE INCLUDES ========== --\u003e\n\u003csection class=\"shower-pkg\"\u003e\n\u003cdiv class=\"shower-pkg__header\"\u003e\n\u003ch4\u003e📦 Package Includes\u003c\/h4\u003e\n\u003cp style=\"color: var(--muted); margin-top: 5px; font-size: 14px;\"\u003eComplete set for standard installation\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-pkg__list\"\u003e\n\u003cdiv class=\"shower-pkg__item\"\u003e\n\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                        \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e Solid Brass Showerhead (Style Selected)\u003c\/div\u003e\n\u003cdiv class=\"shower-pkg__item\"\u003e\n\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                        \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e Ceiling Mount Shower Arm \u0026amp; Flange\u003c\/div\u003e\n\u003cdiv class=\"shower-pkg__item\"\u003e\n\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                        \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e Exposed Valve Mixer Body \u0026amp; Handles\u003c\/div\u003e\n\u003cdiv class=\"shower-pkg__item\"\u003e\n\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                        \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e Wall Flanges \u0026amp; Installation Fittings\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\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  .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 showers 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 at no extra charge.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TECHNICAL SPECS --\u003e\n\u003csection class=\"shower-desc__specs-section\"\u003e\n\u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n\u003ctable class=\"shower-desc__specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003e100% Solid Brass (Certified, Non-Recycled)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFinish\u003c\/td\u003e\n\u003ctd\u003eUnlacquered Brass (Living Finish Develops Natural Patina)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSystem Type\u003c\/td\u003e\n\u003ctd\u003eCeiling-Mount Shower System\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation\u003c\/td\u003e\n\u003ctd\u003eCeiling-Mounted\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003ctr\u003e\n  \u003ctd\u003eThread Standard\u003c\/td\u003e\n  \u003ctd\u003eCorrect fittings for your region\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eConstruction\u003c\/td\u003e\n\u003ctd\u003eTraditional Plumbing – Easy Part Replacement\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eReview\u003c\/td\u003e\n\u003ctd\u003eTested for longevity and pressure\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaintenance\u003c\/td\u003e\n\u003ctd\u003eWipe with soft cloth; avoid abrasive cleaners\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCustomization\u003c\/td\u003e\n\u003ctd\u003eArm Length Available Upon Request\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\/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\u003ch4 class=\"ie-warranty__title\"\u003eWarranty \u0026amp; Guarantee\u003c\/h4\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 brass components and finish integrity (excluding normal patina development).\u003c\/li\u003e\n\u003cli\u003eCovered for \u003cstrong\u003erepair or replacement\u003c\/strong\u003e of defective parts (labor \u0026amp; installation excluded).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVisual defects\u003c\/strong\u003e must be reported within \u003cstrong\u003e15 days\u003c\/strong\u003e of delivery with photos and order proof.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"ie-warranty__note\"\u003eNeed help? Email \u003ca href=\"mailto:contact@insideast.com\"\u003econtact@insideast.com\u003c\/a\u003e with your order number.\u003c\/p\u003e\n\u003cp class=\"ie-warranty__note\"\u003e\u003cstrong\u003eNote:\u003c\/strong\u003e Unlacquered brass is designed to patinate—this natural aging is not a defect, but a celebrated hallmark of authenticity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ========== FAQ SECTION ========== --\u003e\n\u003csection class=\"shower-desc__faq\"\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this system include the mixing valve?\u003c\/summary\u003e\n\u003cp\u003eNo, this is a trim kit designed to connect to your existing valve rough-in or standard plumbing outlets. We recommend pairing it with a high-quality thermostatic or pressure-balance valve suitable for your local plumbing codes.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow does the unlacquered brass finish age?\u003c\/summary\u003e\n\u003cp\u003eSince the brass is raw and sealed only with a light wax, it interacts with oxygen and water to develop a \"living finish.\" Over time, it will naturally darken and acquire a unique, mottled patina. This is a desired aesthetic feature of artisan brass. If you prefer a shiny look, you can polish it regularly with Brasso or a similar brass cleaner.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eCan I customize the ceiling arm length?\u003c\/summary\u003e\n\u003cp\u003eYes, we offer customization for the arm length upon request to ensure it fits your ceiling height perfectly. Please contact us with your specifications.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWhat is the warranty coverage?\u003c\/summary\u003e\n\u003cp\u003eWe offer a \u003cstrong\u003e5-Year Limited Warranty\u003c\/strong\u003e covering the structural integrity of the brass and mechanical operation. The natural patina process of unlacquered brass is not considered a defect; it is a characteristic of the material.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003cdiv class=\"shower-desc__cta-section\" style=\"margin-top: 60px;\"\u003e\n\u003ch4 style=\"font-size: clamp(20px, 3vw, 24px); margin-bottom: 15px; color: var(--primary);\"\u003eIndulge in Timeless Luxury\u003c\/h4\u003e\n\u003cp style=\"color: var(--muted); margin-bottom: 20px; font-size: clamp(13px, 1.5vw, 15px);\"\u003eA hand-finished brass heirloom crafted for performance, designed to age with beauty, and built to outlast trends.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"shower-desc__cta-primary\"\u003eConfigure \u0026amp; Order Now\u003c\/a\u003e\n\u003cdiv class=\"shower-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\u003cdiv\u003e30-Day Guarantee\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n\n  const slider = document.getElementById(\"configSlider\");\n  const leftBtn = document.querySelector(\".shower-desc__config-arrow--left\");\n  const rightBtn = document.querySelector(\".shower-desc__config-arrow--right\");\n\n  const scrollAmount = slider.offsetWidth * 0.8;\n\n  rightBtn.addEventListener(\"click\", function () {\n    slider.scrollBy({\n      left: scrollAmount,\n      behavior: \"smooth\"\n    });\n  });\n\n  leftBtn.addEventListener(\"click\", function () {\n    slider.scrollBy({\n      left: -scrollAmount,\n      behavior: \"smooth\"\n    });\n  });\n\n});\n\u003c\/script\u003e","brand":"Insideast","offers":[{"title":"Rose","offer_id":42737578868845,"sku":"IS-243-02-001-01-23","price":409.17,"currency_code":"USD","in_stock":true},{"title":"Square","offer_id":42737578901613,"sku":"IS-244-02-001-01-25","price":409.17,"currency_code":"USD","in_stock":true},{"title":"Round","offer_id":42737578934381,"sku":"IS-245-02-001-01-25","price":409.17,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/ceiling-mount-shower-system-two-handle-shower-system-rainfall-shower-system-ceiling-showerhead-overhead-shower-7919087.png?v=1773580662"},{"product_id":"antique-brass-shower-fixtures-brass-shower-fixtures","title":"Built-in 2 outlet Brass Shower System - Head Shower System With Tub Filler","description":"\u003cstyle\u003e\n.shower-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  margin: 0;\n  padding: 0;\n}\n\n.shower-desc__wrap {\n  max-width: 900px;\n  margin: 0 auto;\n  padding: clamp(24px, 4vw, 60px) clamp(16px, 2vw, 24px);\n}\n\n.shower-desc__header {\n  text-align: center;\n  padding: clamp(40px, 6vw, 80px) 0;\n  position: relative;\n}\n\n.shower-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.shower-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.shower-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.shower-desc__sub {\n  color: var(--muted);\n  font-size: clamp(1.7rem, 1.8vw, 1.5rem);\n  max-width: 700px;\n  margin: 0 auto;\n  line-height: 1.7;\n}\n\n.shower-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.shower-desc__price-note {\n  font-size: clamp(13px, 1.5vw, 16px);\n  color: var(--muted);\n  margin-bottom: 20px;\n}\n\n.shower-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.shower-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.shower-desc__cta-primary:active {\n  transform: translateY(0);\n}\n\n.shower-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.shower-desc__trust-bar div {\n  display: flex;\n  align-items: center;\n  gap: 5px;\n}\n\n.shower-desc__trust-bar div:before {\n  content: \"✓\";\n  color: var(--accent);\n  font-weight: bold;\n}\n\n.shower-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.shower-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.shower-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.shower-desc__scarcity-notice a:hover {\n  color: #8b6740;\n}\n\n.shower-desc__config {\n  margin: 60px 0;\n}\n\n.shower-desc__config h3 {\n  font-size: 28px;\n  margin-bottom: 15px;\n  color: var(--primary);\n  font-weight: 600;\n  text-align: center;\n}\n\n.shower-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.shower-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.shower-desc__config-section h4 {\n  font-size: 16px;\n  color: var(--accent);\n  margin-bottom: 12px;\n  font-weight: 600;\n  text-align: center;\n}\n\n.shower-desc__config-options {\n  display: grid;\n  gap: 8px;\n}\n\n.shower-desc__config-section:first-child .shower-desc__config-options {\n  grid-template-columns: 1fr;\n}\n\n.shower-desc__config-section:last-child .shower-desc__config-options {\n  grid-template-columns: 1fr;\n}\n\n.shower-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.shower-desc__config-option:hover {\n  border-color: var(--accent);\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px var(--shadow);\n}\n\n.shower-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.shower-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.shower-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.shower-desc__config-slider-container::-webkit-scrollbar {\n  height: 8px;\n}\n\n.shower-desc__config-slider-container::-webkit-scrollbar-track {\n  background: #f1f1f1;\n  border-radius: 10px;\n}\n\n.shower-desc__config-slider-container::-webkit-scrollbar-thumb {\n  background: var(--accent);\n  border-radius: 10px;\n}\n\n.shower-desc__config-slider {\n  display: flex;\n  gap: 20px;\n  padding: 5px;\n}\n\n.shower-desc__config-slide {\n  flex: 0 0 calc(50% - 10px);\n  min-width: calc(50% - 10px);\n  scroll-snap-align: start;\n}\n\n.shower-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.shower-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.shower-desc__config-arrow:hover {\n  background: #8b6740;\n  transform: translateY(-50%) scale(1.1);\n}\n\n.shower-desc__config-arrow--left {\n  left: 4px;\n}\n\n.shower-desc__config-arrow--right {\n  right: 4px;\n}\n\n.shower-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.shower-desc__guarantee-box h4 {\n  font-size: clamp(20px, 3vw, 24px);\n  color: var(--primary);\n  margin-bottom: 20px;\n  text-align: center;\n}\n\n.shower-desc__guarantee-box ul {\n  list-style: none;\n  padding: 0;\n  margin: 0 0 20px 0;\n}\n\n.shower-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.shower-desc__guarantee-box li:last-child {\n  border-bottom: none;\n}\n\n.shower-desc__guarantee-box li:before {\n  content: \"🛡️\";\n  position: absolute;\n  left: 0;\n  font-size: 20px;\n}\n\n.shower-desc__guarantee-box li strong {\n  color: var(--accent);\n}\n\n.shower-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.shower-desc__features {\n  margin: clamp(60px, 8vw, 100px) 0;\n}\n\n.shower-desc__features h3 {\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\/* Match \"Distinctive Features\" heading style *\/\n.shower-desc__specs-section h3,\n.shower-desc__guarantee-box h4,\n.shower-desc__download h4 {\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\/* Except guarantee \u0026 download are h4, so override font-size slightly if desired *\/\n.shower-desc__guarantee-box h4,\n.shower-desc__download h4 {\n  font-size: clamp(20px, 3vw, 24px);\n  border-bottom-width: 1px;\n}\n.shower-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.shower-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.shower-desc__features-list li:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 8px 20px rgba(0, 0, 0, .12);\n}\n\n.shower-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.shower-desc__feature-icon svg {\n  width: 28px;\n  height: 28px;\n}\n\n.shower-desc__feature-content h5 {\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.shower-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.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 h4 {\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.shower-desc__specs-section {\n  margin: clamp(60px, 8vw, 100px) 0;\n}\n\n.shower-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.shower-desc__specs-table tr {\n  border-bottom: 1px solid var(--accent-light);\n}\n\n.shower-desc__specs-table tr:last-child {\n  border-bottom: none;\n}\n\n.shower-desc__specs-table td {\n  padding: 12px 20px;\n  font-size: 14px;\n}\n\n.shower-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.shower-desc__specs-table td:last-child {\n  color: var(--muted);\n}\n\n.shower-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.shower-desc__download h4 {\n  color: var(--primary);\n}\n\n.shower-desc__download p {\n  color: var(--muted);\n  margin-bottom: 15px;\n}\n\n.shower-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.shower-desc__download a:hover {\n  background: #8b6740;\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.shower-desc__faq {\n  margin-top: clamp(60px, 8vw, 100px);\n}\n\n.shower-desc__faq h3 {\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.shower-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.shower-desc__faq details:hover {\n  box-shadow: 0 4px 12px rgba(166, 124, 82, .15);\n  transform: translateX(4px);\n}\n\n.shower-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.shower-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.shower-desc__faq details[open] summary::before {\n  transform: rotate(90deg);\n}\n\n.shower-desc__faq summary:hover {\n  color: var(--accent);\n}\n\n.shower-desc__faq details[open] summary {\n  margin-bottom: 10px;\n  color: var(--accent);\n}\n\n.shower-desc__faq p {\n  color: var(--muted);\n  line-height: 1.6;\n  font-size: 14px;\n  margin: 0;\n}\n\/* ========== REVIEWS SECTION (Minimalist - No Responses) ========== *\/\n.shower-reviews {\n  margin: clamp(60px, 8vw, 80px) 0;\n  border-top: 1px solid var(--accent-light);\n  padding-top: 40px;\n}\n.shower-reviews__header {\n  display: flex;\n  align-items: baseline;\n  gap: 15px;\n  margin-bottom: 30px;\n}\n.shower-reviews__title {\n  font-size: clamp(20px, 3vw, 24px);\n  color: var(--primary);\n  font-weight: 600;\n  margin: 0;\n}\n.shower-reviews__total-rating {\n  font-size: 14px;\n  color: var(--primary);\n}\n.shower-reviews__slider {\n  display: flex;\n  gap: 20px;\n  overflow-x: auto;\n  padding-bottom: 20px;\n  scroll-snap-type: x mandatory;\n  -webkit-overflow-scrolling: touch;\n}\n.shower-reviews__slider::-webkit-scrollbar {\n  height: 4px;\n}\n.shower-reviews__slider::-webkit-scrollbar-thumb {\n  background: var(--accent-light);\n  border-radius: 4px;\n}\n.shower-review-item {\n  flex: 0 0 300px;\n  scroll-snap-align: start;\n  background: var(--bg-light);\n  border: 1px solid var(--accent-light);\n  border-radius: 8px;\n  padding: 25px;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n.shower-reivew__author-row {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  font-size: 13px;\n}\n.shower-review__name {\n  font-weight: 700;\n  color: var(--primary);\n}\n.shower-review__date {\n  color: var(--muted);\n  font-size: 12px;\n}\n.shower-review__stars {\n  color: #dcb06b; \/* Muted Gold *\/\n  font-size: 14px;\n  letter-spacing: 2px;\n}\n.shower-review__body {\n  font-size: 14px;\n  line-height: 1.6;\n  color: var(--primary);\n  font-style: italic;\n}\n\/* ========== KEY DIMENSIONS (Matches Technical Specs) ========== *\/\n.shower-dims {\n  margin: clamp(60px, 8vw, 100px) 0;\n  \/* Text align left by default to match \"Technical Specs\" header *\/\n}\n.shower-dims h3 {\n  \/* Match exactly with .shower-desc__specs-section h3 *\/\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  text-align: left; \/* Ensure it's on the left *\/\n}\n.shower-dims__box {\n  background: #fff;\n  border: 2px solid var(--accent-light);\n  border-radius: 12px;\n  padding: 30px 20px;\n  display: flex;\n  justify-content: space-around;\n  align-items: center;\n  flex-wrap: wrap;\n  gap: 30px;\n  box-shadow: 0 8px 30px rgba(166, 124, 82, .15); \/* Soft gold shadow *\/\n}\n.shower-dims__item {\n  text-align: center;\n  position: relative;\n  flex: 1;\n  min-width: 140px;\n}\n\/* Vertical dividers on desktop *\/\n.shower-dims__item:not(:last-child):after {\n  content: \"\";\n  position: absolute;\n  right: -15px;\n  top: 15%;\n  height: 70%;\n  width: 1px;\n  background: #eee;\n  display: block;\n}\n.shower-dims__label {\n  font-size: 11px;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  color: var(--accent);\n  margin-bottom: 10px;\n  font-weight: 700;\n}\n.shower-dims__value {\n  font-size: 26px; \/* Slightly larger for emphasis *\/\n  font-weight: 700;\n  color: var(--primary);\n  display: block;\n  margin-bottom: 4px;\n  font-family: serif; \/* Optional: adds that \"spec sheet\" feel to the numbers *\/\n}\n.shower-dims__sub {\n  font-size: 13px;\n  color: #999;\n}\n\/* ========== PACKAGE INCLUDES ========== *\/\n.shower-pkg {\n  background: linear-gradient(135deg, #fff 0%, var(--bg-light) 100%);\n  border: 1px solid var(--accent-light);\n  border-radius: 12px;\n  padding: 30px;\n  margin: 60px 0;\n  box-shadow: 0 4px 15px rgba(0,0,0,0.05); \/* Match site shadow style *\/\n}\n.shower-pkg__header {\n  text-align: center;\n  margin-bottom: 30px;\n}\n.shower-pkg__header h4 {\n  \/* Match layout h4 style generally *\/\n  font-size: clamp(20px, 3vw, 24px);\n  color: var(--primary);\n  margin-bottom: 5px;\n  font-weight: 600;\n}\n.shower-pkg__list {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 15px 30px;\n  max-width: 800px;\n  margin: 0 auto;\n}\n.shower-pkg__item {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  font-size: 15px;\n  color: var(--primary);\n  padding: 12px 15px;\n  background: #fff;\n  border-radius: 6px;\n  border: 1px solid transparent;\n  transition: all 0.2s ease;\n}\n.shower-pkg__item:hover {\n  border-color: var(--accent-light);\n  box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n  transform: translateX(2px);\n}\n.shower-pkg__item svg {\n  color: var(--accent);\n  flex-shrink: 0;\n}\n@media (max-width: 768px) {\n  \/* ========== KEY DIMENSIONS MOBILE GRID (2x2) ========== *\/\n  .shower-dims__box {\n    display: grid;\n    grid-template-columns: 1fr 1fr; \/* Two equal columns *\/\n    gap: 20px 10px; \/* 20px vertical gap, 10px horizontal gap *\/\n    padding: 20px;\n  }\n  \n  \/* Hide desktop vertical dividers *\/\n  .shower-dims__item:not(:last-child):after {\n    display: none;\n  }\n  \/* Reset item styles for grid *\/\n  .shower-dims__item {\n    border-bottom: none;\n    padding-bottom: 0;\n    width: auto;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n  \/* Optional: Add a subtle separator for the top row items *\/\n  .shower-dims__item:nth-child(1),\n  .shower-dims__item:nth-child(2) {\n    padding-bottom: 20px;\n    border-bottom: 1px solid #f0f0f0;\n  }\n  \/* Add a vertical divider between left and right columns if desired (optional) *\/\n  .shower-dims__item:nth-child(odd) {\n    border-right: 1px solid #f0f0f0;\n    padding-right: 5px;\n  }\n  .shower-dims__item:nth-child(even) {\n    padding-left: 5px;\n  }\n  \/* ========== PACKAGE LIST MOBILE ========== *\/\n  .shower-pkg__list {\n    grid-template-columns: 1fr; \/* Keep package list stacked or 2x2 if you prefer *\/\n    gap: 10px;\n  }\/* Center Hero Subtitle *\/\n.shower-desc__sub {\n    text-align: center;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n\/* Center Configuration Subtitle *\/\n.shower-desc__config-intro {\n    text-align: center;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n\/* Hero Description Paragraph *\/\n.shower-desc__header div p {\n    text-align: center;\n}\n}\n\/* ========== MOBILE RESPONSIVE (CLEANED) ========== *\/\n@media (max-width: 768px) {\n  .shower-desc__features-list {\n    grid-template-columns: 1fr;\n    gap: 15px;\n  }\n  .shower-desc__features-list li {\n    padding: 15px;\n    gap: 12px;\n  }\n  .shower-desc__feature-icon {\n    width: 45px;\n    height: 45px;\n  }\n  .shower-desc__feature-icon svg {\n    width: 24px;\n    height: 24px;\n  }\n  .shower-desc__config-grid {\n    grid-template-columns: 1fr;\n    padding: 20px;\n    gap: 25px;\n  }\n  .shower-desc__config-slide {\n    flex: 0 0 calc(100% - 20px);\n    min-width: calc(100% - 20px);\n  }\n  .shower-desc__config-slider-wrap {\n    max-width: 100%;\n  }\n  .shower-desc__config-slide-img {\n    height: 300px;\n  }\n  .shower-desc__config-slider-title {\n    font-size: 18px;\n    margin-bottom: 20px;\n  }\n  .shower-desc__specs-table td {\n    padding: 10px 12px;\n    font-size: 13px;\n  }\n  .shower-desc__specs-table td:first-child {\n    width: 45%;\n  }\n  .lifestyle-section {\n    grid-template-columns: 1fr;\n    gap: 20px;\n  }\n  .lifestyle-section[style*=\"direction:rtl\"] {\n    direction: ltr;\n  }\n  .lifestyle-section__content {\n    direction: ltr;\n  }\n  .shower-desc__guarantees-bar {\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    padding: 15px;\n  }\n  .guarantee-item {\n    padding: 12px;\n  }\n  .guarantee-item svg {\n    width: 28px;\n    height: 28px;\n  }\n  .shower-desc__header {\n    padding: clamp(30px, 5vw, 50px) 0;\n  }\n  .shower-desc__title {\n    line-height: 1.2;\n  }\n  .shower-desc__sub {\n    font-size: clamp(1rem, 2vw, 1.1rem);\n  }\n  .shower-desc__cta-section {\n    padding: 20px 15px;\n  }\n  .shower-desc__trust-bar {\n    gap: 10px;\n    font-size: 11px;\n  }\n  .shower-desc__faq summary {\n    font-size: 14px;\n  }\n  .shower-desc__faq p {\n    font-size: 13px;\n  }\n  .shower-desc__faq details {\n    padding: 12px;\n  }\n  .ie-warranty__title {\n    font-size: 1rem;\n  }\n  .ie-warranty__body {\n    padding: 1.2rem;\n  }\n  .shower-desc__download {\n    padding: 20px 15px;\n  }\n  .shower-desc__download h4 {\n    font-size: 18px;\n  }\n  .shower-desc__download p {\n    font-size: 13px;\n  }\n  .shower-desc__download a {\n    padding: 12px 24px;\n    font-size: 13px;\n  }\n}\n\n@media (max-width: 480px) {\n  .shower-desc__wrap {\n    padding: 20px 12px;\n  }\n  .shower-desc__header {\n    padding: 25px 0;\n  }\n  .shower-desc__config-slider-container {\n    padding: 0 35px;\n  }\n  .shower-desc__config-arrow {\n    width: 30px;\n    height: 30px;\n    font-size: 16px;\n  }\n  .shower-desc__guarantees-bar {\n    grid-template-columns: 1fr;\n    gap: 8px;\n    padding: 12px;\n  }\n  .guarantee-item {\n    padding: 10px;\n  }\n  .shower-desc__trust-bar {\n    flex-direction: column;\n    gap: 8px;\n    align-items: center;\n  }\n  .shower-desc__features-list {\n    gap: 12px;\n  }\n  .shower-desc__features-list li {\n    padding: 12px;\n  }\n}\n\/* Aggressive Shopify Override *\/\n.shower-desc__header, \n.shower-desc__config, \n.shower-desc__sub, \n.shower-desc__config-intro,\n.shower-desc__header div,\n.shower-desc__header p,\n.shower-desc__config p {\n  text-align: center !important;\n  margin-left: auto !important;\n  margin-right: auto !important;\n  display: block !important;\n  width: 100% !important;\n}\n  \/* --- NEW KEY DIMENSIONS SPLIT LAYOUT --- *\/\n.shower-dims__container {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 40px;\n  align-items: center;\n  background: #fff;\n  border: 2px solid var(--accent-light);\n  border-radius: 12px;\n  padding: 30px;\n  box-shadow: 0 8px 30px rgba(166, 124, 82, .15);\n}\n\n.shower-dims__image img {\n  width: 100%;\n  height: auto;\n  border-radius: 8px;\n  display: block;\n}\n\n\/* Reset the old box wrapper safely into a 2x2 grid without its old border *\/\n.shower-dims__box {\n  display: grid !important;\n  grid-template-columns: 1fr 1fr !important;\n  gap: 30px 10px !important;\n  background: transparent !important;\n  border: none !important;\n  box-shadow: none !important;\n  padding: 0 !important;\n}\n\n\/* Hide the old desktop vertical dividers *\/\n.shower-dims__item:not(:last-child):after {\n  display: none !important;\n}\n\n\/* Mobile responsive stacking *\/\n@media (max-width: 768px) {\n  .shower-dims__container {\n    grid-template-columns: 1fr;\n    padding: 20px;\n    gap: 20px;\n  }\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"shower-desc\"\u003e\n\u003cdiv class=\"shower-desc__wrap\"\u003e\n\u003c!-- HEADER --\u003e\u003cheader class=\"shower-desc__header\"\u003e\n\u003cdiv class=\"shower-desc__eyebrow\"\u003eArtisan Heritage\u003c\/div\u003e\n\u003ch2 class=\"shower-desc__title\"\u003eBuilt-in 2 outlet Brass Shower System\u003c\/h2\u003e\n\u003cp class=\"shower-desc__sub\"\u003eHead Shower System With Tub Filler\u003c\/p\u003e\n\u003cdiv style=\"max-width: 700px; margin: 20px auto 0; color: var(--muted);\"\u003e\n\u003cp\u003eBorn from solid brass and shaped by generations of metalworking tradition, this built-in system combines an immersive rainfall experience with a practical tub filler. It's a statement of enduring quality, designed to evolve with your home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- CTA SECTION --\u003e\n\u003csection class=\"shower-desc__cta-section\"\u003e\n\u003cdiv class=\"shower-desc__price-note\"\u003eHandcrafted to order • Free Delivery\u003c\/div\u003e\n\u003ca class=\"shower-desc__cta-primary\" href=\"#\"\u003eConfigure \u0026amp; Add to Cart\u003c\/a\u003e\n\u003cdiv class=\"shower-desc__trust-bar\"\u003e\n\u003cdiv\u003eSolid Brass Construction\u003c\/div\u003e\n\u003cdiv\u003e5-Year Warranty\u003c\/div\u003e\n\u003cdiv\u003eFree Worldwide Shipping\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- GUARANTEES BAR --\u003e\n\u003cdiv class=\"shower-desc__guarantees-bar\"\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                        \u003crect height=\"13\" width=\"15\" y=\"3\" x=\"1\"\u003e\u003c\/rect\u003e\n                        \u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\n                        \u003ccircle r=\"2.5\" cy=\"18.5\" cx=\"5.5\"\u003e\u003c\/circle\u003e\n                        \u003ccircle r=\"2.5\" cy=\"18.5\" cx=\"18.5\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e \u003cstrong\u003eFree Shipping\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e \u003cstrong\u003e5-Year Warranty\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                        \u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e \u003cstrong\u003e30-Day Returns\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\n                        \u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e \u003cstrong\u003eQuality Tested\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SCARCITY NOTICE --\u003e\n\u003cdiv class=\"shower-desc__scarcity-notice\"\u003e⏱️ \u003cstrong\u003eLimited Production:\u003c\/strong\u003e Due to hand-fabrication and brass sourcing, only a few systems are crafted each month. \u003ca href=\"#configure\"\u003eReserve yours today.\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- HERO IMAGE --\u003e\n\u003csection style=\"margin: 60px 0;\"\u003e\u003cimg alt=\"Built-in 2 outlet Brass Shower System\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/built-in-2-outlet-brass-shower-system-head-shower-system-with-tub-filler-1927633.png\" style=\"width: 100%; border-radius: 12px; box-shadow: 0 20px 40px rgba(0,0,0,0.1);\"\u003e\u003c\/section\u003e\n\u003c!-- CONFIGURATION OPTIONS --\u003e\n\u003csection id=\"configure\" class=\"shower-desc__config\"\u003e\n\u003ch3\u003eTailored to Your Design\u003c\/h3\u003e\n\u003cp class=\"shower-desc__config-intro\"\u003ePersonalize your system with your preferred showerhead and handle style—crafted to harmonize with your space.\u003c\/p\u003e\n\u003cdiv style=\"display: flex; justify-content: center;\" class=\"shower-desc__config-grid\"\u003e\n\u003cdiv style=\"text-align: center; width: 100%; max-width: 400px;\" class=\"shower-desc__config-section\"\u003e\n\u003ch4 style=\"margin-bottom: 20px;\"\u003eShowerhead Option\u003c\/h4\u003e\n\u003cdiv style=\"display: flex; flex-direction: column; align-items: center; gap: 10px;\" class=\"shower-desc__config-options\"\u003e\n\u003cdiv style=\"width: 100%;\" class=\"shower-desc__config-option\"\u003eRose Showerhead\u003c\/div\u003e\n\u003cdiv style=\"width: 100%;\" class=\"shower-desc__config-option\"\u003eSquare Showerhead\u003c\/div\u003e\n\u003cdiv style=\"width: 100%;\" class=\"shower-desc__config-option\"\u003eRound Showerhead\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-slider-wrap\"\u003e\n\u003ch4 class=\"shower-desc__config-slider-title\"\u003eProduct Gallery\u003c\/h4\u003e\n\u003cbutton id=\"prevBtn\" class=\"shower-desc__config-arrow shower-desc__config-arrow--left\"\u003e‹\u003c\/button\u003e \u003cbutton id=\"nextBtn\" class=\"shower-desc__config-arrow shower-desc__config-arrow--right\"\u003e›\u003c\/button\u003e\n\u003cdiv id=\"configSlider\" class=\"shower-desc__config-slider-container\"\u003e\n\u003cdiv class=\"shower-desc__config-slider\"\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg alt=\"Rose Option\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/7701405204589-built-in-2-outlet-brass-shower-system-head-shower-system-with-tub-filler-7751169.jpg?v=1773583222\" class=\"shower-desc__config-slide-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg alt=\"Square Option\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/7701405204589-built-in-2-outlet-brass-shower-system-head-shower-system-with-tub-filler-8935577.jpg?v=1773583222\" class=\"shower-desc__config-slide-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg alt=\"Round Option\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/7701405204589-built-in-2-outlet-brass-shower-system-head-shower-system-with-tub-filler-8836612.jpg?v=1773583222\" class=\"shower-desc__config-slide-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg alt=\"Valve Detail\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/built-in-2-outlet-brass-shower-system-head-shower-system-with-tub-filler-4306928.jpg?v=1773583222\u0026amp;width=1946\" class=\"shower-desc__config-slide-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg alt=\"Tub Filler CloseUp\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/built-in-2-outlet-brass-shower-system-head-shower-system-with-tub-filler-3477306.jpg?v=1773583222\u0026amp;width=1946\" class=\"shower-desc__config-slide-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg alt=\"Handle Detail\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/7701405204589-built-in-2-outlet-brass-shower-system-head-shower-system-with-tub-filler-9476334.jpg?v=1773583222\" class=\"shower-desc__config-slide-img\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg alt=\"rose shower head\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/7701405204589-il_794xN.6876136913_qlw4.avif?v=1773583222\" class=\"shower-desc__config-slide-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg alt=\"Round shower head\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/7701405204589-il_794xN.6828162888_sxse.avif?v=1773583222\" class=\"shower-desc__config-slide-img\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__config-slide\"\u003e\u003cimg alt=\"square shower head\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/7701405204589-il_794xN.6876136915_kxpz.avif?v=1773583222\" class=\"shower-desc__config-slide-img\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- REVIEWS SECTION --\u003e\n\u003csection class=\"shower-reviews\"\u003e\n\u003cdiv class=\"shower-reviews__header\"\u003e\n\u003ch3\u003eCustomer Reviews\u003c\/h3\u003e\n\u003cspan class=\"shower-reviews__total-rating\"\u003e5.0 ★★★★★ (5 reviews)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-reviews__slider\"\u003e\n\u003cdiv class=\"shower-review-item\"\u003e\n\u003cdiv class=\"shower-reivew__author-row\"\u003e\n\u003cspan class=\"shower-review__name\"\u003eKerri Tarrant\u003c\/span\u003e\u003cspan class=\"shower-review__date\"\u003e02 Sept, 2025\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-review__stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"shower-review__body\"\u003e\"Great seller shipped very fast. The packaging was meticulous and the brass finish is even better in person.\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-review-item\"\u003e\n\u003cdiv class=\"shower-reivew__author-row\"\u003e\n\u003cspan class=\"shower-review__name\"\u003eTodd\u003c\/span\u003e\u003cspan class=\"shower-review__date\"\u003e21 Aug, 2025\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-review__stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"shower-review__body\"\u003e\"Truly amazing hardware. Incredibly high quality, with a particular attention to detail. We are so happy with this purchase.\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-review-item\"\u003e\n\u003cdiv class=\"shower-reivew__author-row\"\u003e\n\u003cspan class=\"shower-review__name\"\u003eRachel Christine\u003c\/span\u003e\u003cspan class=\"shower-review__date\"\u003e07 Aug, 2025\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-review__stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"shower-review__body\"\u003e\"Incredible customer service and the shower system was exactly as described. Highly recommended for any luxury renovation.\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-review-item\"\u003e\n\u003cdiv class=\"shower-reivew__author-row\"\u003e\n\u003cspan class=\"shower-review__name\"\u003eDavid Hazelaar\u003c\/span\u003e\u003cspan class=\"shower-review__date\"\u003e28 Jul, 2025\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-review__stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"shower-review__body\"\u003e\"5 out of 5 for everything. We wanted a customised head shower size as well and for a small fee it was no problem at all.\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-review-item\"\u003e\n\u003cdiv class=\"shower-reivew__author-row\"\u003e\n\u003cspan class=\"shower-review__name\"\u003eAbigail\u003c\/span\u003e\u003cspan class=\"shower-review__date\"\u003e18 Feb, 2022\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-review__stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"shower-review__body\"\u003e\"Just as described and what we were looking for! The patina is developing beautifully already.\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n  \u003c!-- ========== KEY DIMENSIONS ========== --\u003e\n\u003csection class=\"shower-dims\"\u003e\n  \u003ch3\u003eKey Dimensions\u003c\/h3\u003e\n  \u003cdiv class=\"shower-dims__container\"\u003e\n\n    \u003c!-- Left Half: Image --\u003e\n    \u003cdiv class=\"shower-dims__image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/built-in-2-outlet-brass-shower-system-head-shower-system-with-tub-filler-2323215.png\" loading=\"lazy\" alt=\"Shower Dimensions Diagram\"\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Right Half: 2x2 Grid Values --\u003e\n    \u003cdiv class=\"shower-dims__box\"\u003e\n\n      \u003cdiv class=\"shower-dims__item\"\u003e\n        \u003cdiv class=\"shower-dims__label\"\u003eArm Reach\u003c\/div\u003e\n        \u003cdiv class=\"shower-dims__value\"\u003e18.5\"\u003c\/div\u003e\n        \u003cdiv class=\"shower-dims__sub\"\u003e(480mm)\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"shower-dims__item\"\u003e\n        \u003cdiv class=\"shower-dims__label\"\u003eHead Diameter\u003c\/div\u003e\n        \u003cdiv class=\"shower-dims__value\"\u003e8.00\"\u003c\/div\u003e\n        \u003cdiv class=\"shower-dims__sub\"\u003e(203mm)\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"shower-dims__item\"\u003e\n        \u003cdiv class=\"shower-dims__label\"\u003eFaceplate\u003c\/div\u003e\n        \u003cdiv class=\"shower-dims__value\"\u003e7.00\"\u003c\/div\u003e\n        \u003cdiv class=\"shower-dims__sub\"\u003e(178mm)\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"shower-dims__item\"\u003e\n        \u003cdiv class=\"shower-dims__label\"\u003eTub Reach\u003c\/div\u003e\n        \u003cdiv class=\"shower-dims__value\"\u003e8.38\"\u003c\/div\u003e\n        \u003cdiv class=\"shower-dims__sub\"\u003e(213mm)\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\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  .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 showers ship with the correct connection for your region. \n    \u003c\/p\u003e\n    \n    \u003c\/div\u003e\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 at no extra charge.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\u003c\/div\u003e\n\n\u003c!-- DISTINCTIVE FEATURES --\u003e\n\u003csection class=\"shower-desc__features\"\u003e\n\u003ch3\u003eDistinctive Features\u003c\/h3\u003e\n\u003cul class=\"shower-desc__features-list\"\u003e\n\u003cli class=\"shower-desc__feature-item\"\u003e\n\u003cdiv class=\"shower-desc__feature-icon\"\u003e\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                                \u003crect ry=\"2\" rx=\"2\" height=\"14\" width=\"20\" y=\"7\" x=\"2\"\u003e\u003c\/rect\u003e\n                                \u003cpath d=\"M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__feature-content\"\u003e\n\u003ch5\u003e100% Solid Brass Construction\u003c\/h5\u003e\n\u003cp\u003eEvery component is made from solid brass, offering long-lasting durability and a premium feel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"shower-desc__feature-item\"\u003e\n\u003cdiv class=\"shower-desc__feature-icon\"\u003e\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                                \u003cpath d=\"M12 2L2 7l10 5 10-5-10-5z\"\u003e\u003c\/path\u003e\n                                \u003cpath d=\"M2 17l10 5 10-5\"\u003e\u003c\/path\u003e\n                                \u003cpath d=\"M2 12l10 5 10-5\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__feature-content\"\u003e\n\u003ch5\u003eNatural Unlacquered Finish\u003c\/h5\u003e\n\u003cp\u003eDelivered polished, the brass will develop a unique patina over time, adding vintage warmth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"shower-desc__feature-item\"\u003e\n\u003cdiv class=\"shower-desc__feature-icon\"\u003e\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                                \u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                                \u003cline y2=\"12\" x2=\"12\" y1=\"8\" x1=\"12\"\u003e\u003c\/line\u003e\n                                \u003cline y2=\"16\" x2=\"12.01\" y1=\"16\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__feature-content\"\u003e\n\u003ch5\u003eSimple, Single-Lever Control\u003c\/h5\u003e\n\u003cp\u003eManage temperature and flow with one handle, and switch easily between shower and filler.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"shower-desc__feature-item\"\u003e\n\u003cdiv class=\"shower-desc__feature-icon\"\u003e\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                                \u003cpath d=\"M23 12a11 11 0 1 1-22 0 11 11 0 0 1 22 0Z\"\u003e\u003c\/path\u003e\n                                \u003cpath d=\"M12 7v10\"\u003e\u003c\/path\u003e\n                                \u003cpath d=\"M8 11l4 4 4-4\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__feature-content\"\u003e\n\u003ch5\u003eRainfall Shower Experience\u003c\/h5\u003e\n\u003cp\u003eBalanced, full-body spray mimicking natural rainfall for a soothing, immersive flow.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli class=\"shower-desc__feature-item\"\u003e\n\u003cdiv class=\"shower-desc__feature-icon\"\u003e\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\"\u003e\n                                \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"shower-desc__feature-content\"\u003e\n\u003ch5\u003eInsideast Compatible\u003c\/h5\u003e\n\u003cp\u003eDesigned to match seamlessly with other unlacquered brass pieces from our heritage collection.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- LIFESTYLE 1 --\u003e\n\u003csection class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg alt=\"Seamless Integration\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/built-in-2-outlet-brass-shower-system-head-shower-system-with-tub-filler-5792984.png\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch4\u003eTimeless Integration\u003c\/h4\u003e\n\u003cp\u003eDesigned to complement vintage, farmhouse, or modern minimalist interiors. The built-in design and unlacquered finish add warmth and authenticity to any space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- LIFESTYLE 2 --\u003e\n\u003csection style=\"direction: rtl;\" class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg alt=\"Luxury Detail\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/il_794xN.6801063630_m0jt.avif?v=1766170542\u0026amp;width=1800\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"direction: ltr;\" class=\"lifestyle-section__content\"\u003e\n\u003ch4\u003eAuthentic Craftsmanship\u003c\/h4\u003e\n\u003cp\u003eSpecifically engineered to match as a set with other Insideast unlacquered brass fixtures, ensuring a cohesive, high-end look throughout your luxury bathroom.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PACKAGE INCLUDES --\u003e\n\u003csection class=\"shower-pkg\"\u003e\n\u003cdiv class=\"shower-pkg__header\"\u003e\n\u003ch4\u003e📦 Package Includes\u003c\/h4\u003e\n\u003cp style=\"color: var(--muted); margin-top: 5px; font-size: 14px;\"\u003eComplete component list for 2-outlet installation\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shower-pkg__list\"\u003e\n\u003cdiv class=\"shower-pkg__item\"\u003e\n\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\n                            \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e Rose Shower Head\u003c\/div\u003e\n\u003cdiv class=\"shower-pkg__item\"\u003e\n\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\n                            \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e 18.5\" Shower Arm \u0026amp; Flange\u003c\/div\u003e\n\u003cdiv class=\"shower-pkg__item\"\u003e\n\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\n                            \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e Solid Brass Built-in Valve\u003c\/div\u003e\n\u003cdiv class=\"shower-pkg__item\"\u003e\n\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\n                            \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e Single Lever Control Handle\u003c\/div\u003e\n\u003cdiv class=\"shower-pkg__item\"\u003e\n\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\n                            \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e Matching Flat Faceplate\u003c\/div\u003e\n\u003cdiv class=\"shower-pkg__item\"\u003e\n\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\n                            \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e High-Performance Diverter\u003c\/div\u003e\n\u003cdiv class=\"shower-pkg__item\"\u003e\n\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\n                            \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e 8.8\" Straight Tub Filler\u003c\/div\u003e\n\u003cdiv class=\"shower-pkg__item\"\u003e\n\u003csvg stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\n                            \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e All Installation Fittings\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TECHNICAL SPECS --\u003e\n\u003csection class=\"shower-desc__specs-section\"\u003e\n\u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n\u003ctable class=\"shower-desc__specs-table\"\u003e\n\u003ctbody\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\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003e100% Solid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign\u003c\/td\u003e\n\u003ctd\u003eTraditional Construction\u003c\/td\u003e\n\u003c\/tr\u003e\n   \u003ctr\u003e\n  \u003ctd\u003eThread Standard\u003c\/td\u003e\n  \u003ctd\u003eCorrect fittings for your region\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePerformance\u003c\/td\u003e\n\u003ctd\u003eTested Under High Water Pressure\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFunctionality\u003c\/td\u003e\n\u003ctd\u003eMultifunctional and Versatile\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaintenance\u003c\/td\u003e\n\u003ctd\u003eEasy Replacement Parts\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\/section\u003e\n\n\u003c!-- SPEC SHEET DOWNLOAD --\u003e\n\u003csection class=\"shower-desc__download\"\u003e\n\u003ch4\u003eInstallation \u0026amp; Dimensions (PDF)\u003c\/h4\u003e\n\u003cp\u003eComplete technical drawings, plumbing specs, and mounting instructions for this specific system.\u003c\/p\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Unlacquered_brass_built_in_shower_system_Mixer_Lever_Rose_20_cm_Straight_tub_filler_IS-IS-100-02-001-17-23.pdf?v=1759501991\" target=\"_blank\"\u003e 📄 Download Spec Sheet \u003c\/a\u003e\u003c\/section\u003e\n\u003c!-- WARRANTY --\u003e\n\u003csection class=\"ie-warranty\" role=\"region\" aria-label=\"Warranty \u0026amp; Guarantee\"\u003e\n\u003cdiv class=\"ie-warranty__top\"\u003e\n\u003csvg class=\"ie-warranty__shield\" viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n                        \u003cpath d=\"M12 2l7 3v6c0 5-3.6 9.7-7 11-3.4-1.3-7-6-7-11V5l7-3z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10.2 12.6l-1.9-1.9-1.1 1.1 3 3 5.6-5.6-1.1-1.1-4.5 4.5z\" fill=\"#fff\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n\u003ch4\u003e5-Year Heritage Warranty\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ie-warranty__body\"\u003e\n\u003cp\u003eWe stand by the quality of our brass 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 brass components and finish integrity.\u003c\/li\u003e\n\u003cli\u003eCovered for \u003cstrong\u003erepair or replacement\u003c\/strong\u003e of defective parts.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVisual defects\u003c\/strong\u003e must be reported within 15 days of delivery.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"font-size: 13px; color: var(--muted);\"\u003eNote: Unlacquered brass is designed to patinate—this natural aging is a celebrated hallmark of authenticity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"shower-desc__faq\"\u003e\n\u003ch3\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this system include the mixing valve?\u003c\/summary\u003e\n\u003cp\u003eYes, this is a complete built-in set that includes the solid brass mixer valve, the faceplate, and all controls needed for a professional installation.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow does the unlacquered brass finish age?\u003c\/summary\u003e\n\u003cp\u003eInitially polished, it will interact with oxygen to develop a \"living finish.\" Over time, it turns into a stunning, warm antique gold. You can polish it to restore the shine or let it age naturally.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use this with a standard 1\/2\" NPT connection?\u003c\/summary\u003e\n\u003cp\u003eYes, all components are engineered with standard NPT threading for full compatibility with North American plumbing standards.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the tub filler reach adjustable?\u003c\/summary\u003e\n\u003cp\u003eThe straight tub filler reach is fixed at 8.38\" (213mm) to the outlet, providing ample clearance for deep-soak tubs or island sinks.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003eWhat is the return policy?\u003c\/summary\u003e\n\u003cp\u003eWe want you to love what you ordered. If you don't, return it within 30 days of delivery - unused and in its original packaging - for a full refund. Items that have been installed or used cannot be returned.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003cdiv style=\"margin-top: 60px;\" class=\"shower-desc__cta-section\"\u003e\n\u003ch4 style=\"font-size: clamp(20px, 3vw, 24px); margin-bottom: 15px; color: var(--primary);\"\u003eIndulge in Timeless Luxury\u003c\/h4\u003e\n\u003cp style=\"color: var(--muted); margin-bottom: 20px; font-size: clamp(13px, 1.5vw, 15px);\"\u003eA hand-finished brass heirloom—crafted for performance, designed to age with beauty, and built to outlast trends.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"shower-desc__cta-primary\"\u003eConfigure \u0026amp; Order Now\u003c\/a\u003e\n\u003cdiv class=\"shower-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\u003cdiv\u003e30-Day Guarantee\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n\n  const slider = document.getElementById(\"configSlider\");\n  const leftBtn = document.querySelector(\".shower-desc__config-arrow--left\");\n  const rightBtn = document.querySelector(\".shower-desc__config-arrow--right\");\n\n  const scrollAmount = slider.offsetWidth * 0.8;\n\n  rightBtn.addEventListener(\"click\", function () {\n    slider.scrollBy({\n      left: scrollAmount,\n      behavior: \"smooth\"\n    });\n  });\n\n  leftBtn.addEventListener(\"click\", function () {\n    slider.scrollBy({\n      left: -scrollAmount,\n      behavior: \"smooth\"\n    });\n  });\n\n});\n\u003c\/script\u003e","brand":"Insideast","offers":[{"title":"Rose","offer_id":42742745530477,"sku":"IS-100-02-001-17-23","price":653.34,"currency_code":"USD","in_stock":true},{"title":"Square","offer_id":42742745563245,"sku":"IS-101-02-001-17-23","price":653.34,"currency_code":"USD","in_stock":true},{"title":"Round","offer_id":42742745596013,"sku":"IS-096-02-001-17-23","price":653.34,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/built-in-2-outlet-brass-shower-system-head-shower-system-with-tub-filler-5792984.png?v=1773583222"},{"product_id":"unlacquered-brass-ceiling-shower-system-2-outlet-shower-overhead-shower-with-tub-filler-ceiling-mount-showerhead-with-tub-faucet","title":"Unlacquered Brass Ceiling Shower System, 2-Outlet Shower, Overhead Shower With Tub Filler, Ceiling Mount Showerhead with Tub Faucet","description":"\u003cp\u003e\u003cspan\u003e\u003cstrong\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Ceiling_Mount_2_Outlet__showerhead_round.jpg?v=1767444073\" alt=\"\"\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSolid Brass Construction\u003c\/strong\u003e → Built from solid brass, this ceiling-mounted shower system offers exceptional strength and lasting performance.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003eUnlacquered Brass Finish\u003c\/strong\u003e → Delivered with a shiny look and naturally evolves over time, developing a rich patina that adds depth and timeless character to your space.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003eDual-Function Design \u003c\/strong\u003e→ Features an overhead rain shower and a coordinating tub filler, perfect for bathrooms seeking both luxury and flexibility in water delivery.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003eTimeless Ceiling-Mount Design \u003c\/strong\u003e→ Experience refined simplicity with this ceiling-mounted shower system, featuring a rain-style overhead shower and a matching tub filler. Its seamless ceiling installation offers a clean, streamlined look that complements both modern and classic interiors.\u003cbr\u003e\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003eCompatible with Insideast Fixtures\u003c\/strong\u003e → Designed to match seamlessly with other unlacquered brass pieces.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Ceiling_Mount_2_Outlet__showerhead_1.jpg?v=1767444073\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ctable style=\"width: 100.036%; height: 156.8px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 26.0698%; height: 19.6px;\"\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 73.7145%; height: 19.6px;\"\u003eSolid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 26.0698%; height: 19.6px;\"\u003e\u003cstrong\u003eFinish\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 73.7145%; height: 19.6px;\"\u003eUnlacquered Brass (Develops Natural Patina Over Time)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 26.0698%; height: 19.6px;\"\u003e\u003cstrong\u003eInstallation\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 73.7145%; height: 19.6px;\"\u003eCeiling-Mounted (Built-In)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 26.0698%; height: 19.6px;\"\u003e\u003cstrong\u003eConstruction\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 73.7145%; height: 19.6px;\"\u003eTraditional Plumbing – Easy to repair when needed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 26.0698%; height: 19.6px;\"\u003e\u003cstrong\u003ePerformance Testing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 73.7145%; height: 19.6px;\"\u003eHigh-Pressure Tested for Flow \u0026amp; Durability\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 26.0698%; height: 19.6px;\"\u003e\u003cstrong\u003eCustomization\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 73.7145%; height: 19.6px;\"\u003eFinish \u0026amp; Arm Length Customizable Upon Request\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 26.0698%; height: 19.6px;\"\u003e\u003cstrong\u003eMaintenance\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 73.7145%; height: 19.6px;\"\u003eClean with soft cloth; avoid abrasive products\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 26.0698%; height: 19.6px;\"\u003e\u003cstrong\u003eReturn Policy\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 73.7145%; height: 19.6px;\"\u003e30-Day Return\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Ceiling_Mount_2_Outlet__showerhead_pieces.jpg?v=1767444638\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Round","offer_id":42742836330605,"sku":null,"price":585.23,"currency_code":"USD","in_stock":true},{"title":"Square","offer_id":42742836297837,"sku":null,"price":585.23,"currency_code":"USD","in_stock":true},{"title":"Rose","offer_id":42742836363373,"sku":null,"price":585.23,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/unlacquered-brass-ceiling-shower-system-2-outlet-shower-overhead-shower-with-tub-filler-ceiling-mount-showerhead-with-tub-faucet-1591079.jpg?v=1773579254"},{"product_id":"wall-mount-tub-filler-tub-filler","title":"Solid Brass Tub Filler Built-in, Unlacquered Brass Shower System, Concealed Tub Filler","description":"\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eCertified Solid Brass Construction \u003c\/strong\u003e→ Made from high-quality, non-recycled brass to ensure long-lasting durability. Built to withstand everyday use without compromise.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eNatural Unlacquered Finish \u003c\/strong\u003e→ Arrives with a shiny look and gracefully ages over time, developing a one-of-a-kind patina that adds vintage warmth and character to your space.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eEffortless Single-Lever Control \u003c\/strong\u003e→ Equipped with an ergonomic single handle for intuitive temperature and flow adjustment, combining comfort with precision.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eU.S. Plumbing Compatible \u003c\/strong\u003e→ Designed with a standard 1\/2\" NPT connection for seamless integration with American plumbing systems.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003e\u003cstrong\u003eCompatible with Insideast Fixtures\u003c\/strong\u003e → Designed to match seamlessly with other unlacquered brass pieces.\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ctable style=\"width: 99.9968%; height: 176.4px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 23.7389%; height: 19.6px;\"\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 74.0299%; height: 19.6px;\"\u003eSolid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 23.7389%; height: 19.6px;\"\u003e\u003cstrong\u003eFinish\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 74.0299%; height: 19.6px;\"\u003eUnlacquered Brass (Develops Patina)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 23.7389%; height: 19.6px;\"\u003e\u003cstrong\u003eHandle Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 74.0299%; height: 19.6px;\"\u003eSingle Lever for Flow \u0026amp; Temperature Control\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 23.7389%; height: 19.6px;\"\u003e\u003cstrong\u003eAerator\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 74.0299%; height: 19.6px;\"\u003eIncluded for Smooth Water Flow\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 23.7389%; height: 19.6px;\"\u003e\u003cstrong\u003eCompatibility\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 74.0299%; height: 19.6px;\"\u003eDesigned for 1\/2″ NPT (US Plumbing)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 23.7389%; height: 19.6px;\"\u003e\u003cstrong\u003eCustomization\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 74.0299%; height: 19.6px;\"\u003eSpout Customizable Upon Request\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 23.7389%; height: 19.6px;\"\u003e\u003cstrong\u003eInstallation\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 74.0299%; height: 19.6px;\"\u003eAll Required Components Included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 23.7389%; height: 19.6px;\"\u003e\u003cstrong\u003eReturn Policy\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 74.0299%; height: 19.6px;\"\u003e30-Day Return\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 23.7389%; height: 19.6px;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 74.0299%; height: 19.6px;\"\u003e\u003cbr\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-family: 'Calibri',sans-serif; mso-fareast-font-family: Calibri;\"\u003e\u003cspan data-sheets-value='{\"1\":2,\"2\":\"Traditional construction. This makes it easy to find replacements when old parts wear out.\"}' data-sheets-userformat='{\"2\":515,\"3\":{\"1\":0},\"4\":{\"1\":3,\"3\":2},\"12\":0}'\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e\u003cstrong\u003e➡️ \u003ca rel=\"noopener\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Solid_Brass_Tub_Filler_straight_Built-in_IS-060-02-001-16-23.pdf\" target=\"_blank\"\u003eDownload Size Guide (PDF)\u003c\/a\u003e\u003c\/strong\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Default Title","offer_id":42742869819501,"sku":"IS-060-02-001-16-23","price":347.48,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/solid-brass-tub-filler-built-in-unlacquered-brass-shower-system-concealed-tub-filler-9710621.jpg?v=1773579255"},{"product_id":"antique-brass-tub-filler-wall-mount-tub-faucet","title":"Antique Brass Tub Filler, Wall Mount Solid Brass Tub Faucet","description":"\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Wall-Mount_Curved_Tub_Filler_with_Single_Handle_MAIN.png?v=1763042288\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSolid Brass Construction \u003c\/strong\u003e→ Made entirely from high-quality, non-recycled solid brass to ensure strength and durability over time.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eUnlacquered Living Finish \u003c\/strong\u003e→ Delivered with a shiny look, and then the finish will gradually develop a natural patina through use, offering a timeless, vintage look that grows richer with age.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eSingle Lever Handle \u003c\/strong\u003e→ Easily control both water flow and temperature with a streamlined single handle for user-friendly operation.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eU.S. Plumbing Compatible \u003c\/strong\u003e→ Designed with a 1\/2″ NPT thread, this faucet integrates seamlessly into most standard U.S. plumbing systems without the need for adapters.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Wall-Mount_Curved_Tub_Filler_with_Single_Handle_DESC.jpg?v=1763034023\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ctable style=\"width: 101.462%; height: 156.852px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 23.2599%; height: 19.6065px;\"\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 76.527%; height: 19.6065px;\"\u003eSolid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 23.2599%; height: 19.6065px;\"\u003e\u003cstrong\u003eFinish\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 76.527%; height: 19.6065px;\"\u003eUnlacquered Brass (Develops Natural Patina)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 23.2599%; height: 19.6065px;\"\u003e\u003cstrong\u003eHandle Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 76.527%; height: 19.6065px;\"\u003eSingle Lever\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 23.2599%; height: 19.6065px;\"\u003e\u003cstrong\u003eInstallation\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 76.527%; height: 19.6065px;\"\u003eBuilt-in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 23.2599%; height: 19.6065px;\"\u003e\u003cstrong\u003eConnection Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 76.527%; height: 19.6065px;\"\u003e1\/2″ NPT (Standard U.S. Plumbing)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 23.2599%; height: 19.6065px;\"\u003e\u003cstrong\u003eSpout\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 76.527%; height: 19.6065px;\"\u003eCustomizable Upon Request\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6065px;\"\u003e\n\u003ctd style=\"width: 23.2599%; height: 19.6065px;\"\u003e\u003cstrong\u003eReturn Policy\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 76.527%; height: 19.6065px;\"\u003e30-Day Return\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(43, 0, 255);\"\u003e\u003cspan data-sheets-userformat='{\"2\":515,\"3\":{\"1\":0},\"4\":{\"1\":3,\"3\":2},\"12\":0}' data-sheets-value='{\"1\":2,\"2\":\"Traditional construction. This makes it easy to find replacements when old parts wear out.\"}'\u003e\u003cspan style=\"color: rgb(41, 112, 219);\"\u003e➡️ \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Solid_Brass_Tub_Filler_cuvred_Built-in_IS-062-02-001-16-23.pdf?v=1760540896\" rel=\"noopener\" target=\"_blank\"\u003eDownload Size Guide (PDF)\u003c\/a\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Wall-MountCurvedTubFillerwithSingleHandle_6.jpg?v=1763033746\" alt=\"\"\u003e\u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Default Title","offer_id":42742999318637,"sku":"IS-062-02-001-16-23","price":350.31,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/antique-brass-tub-filler-wall-mount-solid-brass-tub-faucet-1269951.jpg?v=1773579254"},{"product_id":"unlacquered-brass-sconce-wall-mount-lamp-sconce-lighting-fixture","title":"Unlacquered Brass Sconce, Wall Mount Lamp, Sconce Lighting Fixture","description":"\u003cp\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e \u003clink crossorigin=\"\" href=\"https:\/\/fonts.gstatic.com\" rel=\"preconnect\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400\u0026amp;family=Inter:wght@300;400;500;600\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* BASE RESET \u0026 VARIABLES *\/\n        :root {\n            --ias-copper: #b87333;\n            --ias-copper-dark: #8b4513;\n            --ias-gold-mark: #d4a373;\n            --ias-text: #2d2a26;\n            --ias-text-light: #6b665c;\n            --ias-bg: #faf9f6;\n            --ias-bg-soft: #fdf8f3;\n            --ias-border: #e5e1da;\n            --ias-max-width: 900px;\n        }\n  #ias-p-top * {\n    box-sizing: border-box;\n}\n#ias-p-top {\n    background-color: var(--ias-bg);\n    font-family: 'Inter', sans-serif;\n    color: var(--ias-text);\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n}\n        .ias-p-container {\n            max-width: var(--ias-max-width);\n            margin: 0 auto;\n            padding: 60px 20px;\n            scroll-behavior: smooth;\n        }\n\n        .ias-p-serif {\n            font-family: 'Playfair Display', serif;\n        }\n\n        \/* ALIGNMENT REFINEMENT - ALL CENTERED *\/\n        .ias-p-hero, \n        .ias-p-hook, \n        .ias-p-section-desc, \n        .ias-p-variations .ias-p-section-header,\n        .ias-p-specs-grid \u003e div:first-child,\n        .ias-p-reviews .ias-p-section-header,\n        .ias-p-faq .ias-p-section-header {\n            text-align: center;\n        }\n\n        .ias-p-desc-text {\n            text-align: center;\n            max-width: 800px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        \/* FEATURE LIST CENTERING LOGIC *\/\n        .ias-p-feature-list {\n            list-style: none;\n            padding: 0;\n            margin-top: 30px;\n            display: flex;\n            flex-direction: column;\n            align-items: center; \/* Centered on Desktop *\/\n        }\n\n        .ias-p-feature-item {\n            display: flex;\n            align-items: center;\n            gap: 14px;\n            margin-bottom: 16px;\n            font-size: 15px;\n            font-weight: 500;\n            text-align: left;\n        }\n\n        \/* GOLD MARK STYLE *\/\n        .ias-p-gold-mark {\n            color: var(--ias-gold-mark);\n            flex-shrink: 0;\n            width: 18px;\n            height: 18px;\n        }\n\n        \/* HERO SECTION *\/\n        .ias-p-badge {\n            display: inline-block;\n            padding: 6px 18px;\n            background: #f5efe6;\n            color: var(--ias-copper-dark);\n            font-size: 11px;\n            font-weight: 700;\n            letter-spacing: 2px;\n            text-transform: uppercase;\n            border-radius: 50px;\n            margin-bottom: 24px;\n        }\n\n        .ias-p-hero-title {\n            font-size: clamp(32px, 6vw, 52px);\n            margin-bottom: 16px;\n            line-height: 1.1;\n            color: var(--ias-text);\n        }\n\n        .ias-p-hero-subtitle {\n            font-size: 20px;\n            color: var(--ias-text-light);\n            font-style: italic;\n            font-weight: 300;\n            margin-bottom: 40px;\n        }\n\n        .ias-p-main-img-wrapper {\n            position: relative;\n            border-radius: 24px;\n            overflow: hidden;\n            box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.12);\n            margin-bottom: 40px;\n        }\n\n        .ias-p-main-img {\n            width: 100%;\n            height: auto;\n            display: block;\n        }\n\n        \/* MID SECTION IMAGE - SMALLER THAN HERO *\/\n        .ias-p-mid-img-wrapper {\n            max-width: 650px;\n            margin: 0 auto 60px;\n            border-radius: 20px;\n            overflow: hidden;\n            box-shadow: 0 15px 35px rgba(0,0,0,0.08);\n        }\n\n        .ias-p-mid-img {\n            width: 100%;\n            height: auto;\n            display: block;\n        }\n\n        \/* ADVANTAGES ROW *\/\n        .ias-p-adv-row {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 24px;\n            margin-bottom: 30px;\n            padding: 20px 0;\n            border-bottom: 1px solid var(--ias-border);\n        }\n\n        .ias-p-adv-item {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n            font-size: 12px;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            color: var(--ias-text);\n        }\n\n        .ias-p-emergency-msg {\n            background: #fff8f0;\n            border-left: 4px solid var(--ias-copper);\n            padding: 20px;\n            border-radius: 8px;\n            margin-bottom: 60px;\n            font-size: 15px;\n            color: var(--ias-text);\n            box-shadow: 0 4px 12px rgba(0,0,0,0.03);\n            text-align: center;\n        }\n\n        \/* GALLERY - REMOVED GREY BOXES *\/\n        .ias-p-gallery-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 20px;\n            margin-bottom: 100px;\n        }\n\n        .ias-p-gallery-item {\n            border-radius: 16px;\n            overflow: hidden;\n            background-color: transparent; \/* Removed grey background *\/\n            box-shadow: 0 10px 20px rgba(0,0,0,0.05);\n            display: flex;\n        }\n\n        .ias-p-gallery-img {\n            width: 100%;\n            height: auto;\n            object-fit: cover;\n            display: block;\n            transition: transform 0.6s ease;\n        }\n\n        .ias-p-gallery-item:hover .ias-p-gallery-img {\n            transform: scale(1.04);\n        }\n\n        \/* VARIATIONS *\/\n        .ias-p-variations {\n            background: var(--ias-bg-soft);\n            border-radius: 32px;\n            padding: 60px 40px;\n            margin-bottom: 100px;\n            border: 1px solid #f5efe6;\n        }\n\n        .ias-p-section-subtitle {\n            text-transform: uppercase;\n            letter-spacing: 3px;\n            font-size: 11px;\n            font-weight: 700;\n            color: var(--ias-copper);\n            display: block;\n            margin-bottom: 12px;\n        }\n\n        .ias-p-var-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 40px;\n        }\n\n        .ias-p-var-group h4 {\n            font-size: 20px;\n            margin-bottom: 16px;\n        }\n\n        .ias-p-tag-cloud {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            justify-content: center;\n        }\n\n        .ias-p-tag {\n            background: white;\n            border: 1px solid var(--ias-border);\n            padding: 8px 18px;\n            border-radius: 8px;\n            font-size: 13px;\n            font-weight: 600;\n            color: var(--ias-text);\n        }\n\n        .ias-p-custom-info {\n            margin-top: 50px;\n            text-align: center;\n            padding-top: 40px;\n            border-top: 1px solid var(--ias-border);\n        }\n\n        .ias-p-custom-link {\n            color: var(--ias-copper);\n            font-weight: 700;\n            text-decoration: none;\n            border-bottom: 2px solid var(--ias-copper);\n            padding-bottom: 2px;\n            transition: opacity 0.3s;\n        }\n\n        \/* REVIEWS *\/\n        .ias-p-reviews {\n            margin-bottom: 100px;\n        }\n\n        .ias-p-review-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n            gap: 24px;\n        }\n\n        .ias-p-review-card {\n            background: white;\n            padding: 32px;\n            border-radius: 24px;\n            border: 1px solid var(--ias-border);\n            box-shadow: 0 4px 6px rgba(0,0,0,0.02);\n            text-align: left;\n        }\n\n        .ias-p-stars {\n            color: var(--ias-copper);\n            margin-bottom: 16px;\n            font-size: 14px;\n            letter-spacing: 2px;\n        }\n\n        .ias-p-review-text {\n            font-style: italic;\n            color: var(--ias-text-light);\n            font-size: 15px;\n            margin-bottom: 24px;\n        }\n\n        .ias-p-reviewer-name {\n            font-weight: 700;\n            font-size: 14px;\n        }\n\n        \/* FAQ - UPDATED TO NO SCRIPT NEEDED *\/\n        .ias-p-faq {\n            margin-bottom: 100px;\n        }\n\n        .ias-p-faq-item {\n            border-bottom: 1px solid var(--ias-border);\n        }\n\n        .ias-p-faq-trigger {\n            width: 100%;\n            padding: 24px 0;\n            background: none;\n            border: none;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            cursor: pointer;\n            text-align: left;\n            font-size: 18px;\n            color: var(--ias-text);\n            \/* Remove defaults *\/\n            list-style: none;\n        }\n        \n        \/* Remove default detail marker *\/\n        .ias-p-faq-trigger::-webkit-details-marker {\n            display: none;\n        }\n\n        .ias-p-faq-icon {\n            transition: transform 0.3s ease;\n            font-size: 14px;\n        }\n\n        \/* When details is open *\/\n        details[open] .ias-p-faq-icon {\n            transform: rotate(180deg);\n        }\n\n        \/* Content styling *\/\n        .ias-p-faq-content {\n            padding-bottom: 24px;\n            color: var(--ias-text-light);\n            font-size: 15px;\n            text-align: left;\n        }\n\n\n        \/* SPECS *\/\n        .ias-p-specs-grid {\n            display: grid;\n            grid-template-columns: 1fr 1.5fr;\n            gap: 60px;\n            margin-bottom: 100px;\n        }\n\n        .ias-p-table-wrapper {\n            border-radius: 20px;\n            overflow: hidden;\n            border: 1px solid var(--ias-border);\n        }\n\n        .ias-p-specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n            text-align: left;\n        }\n\n        .ias-p-specs-table td, .ias-p-specs-table th {\n            padding: 18px 24px;\n            border-bottom: 1px solid var(--ias-border);\n            font-size: 14px;\n        }\n\n        .ias-p-spec-key {\n            font-weight: 700;\n            color: var(--ias-copper-dark);\n            width: 40%;\n        }\n\n        .ias-p-pdf-box {\n            background: var(--ias-bg-soft);\n            padding: 30px;\n            border-radius: 24px;\n            border: 1px solid var(--ias-border);\n            margin-top: 20px;\n        }\n\n        .ias-p-pdf-btn {\n            display: inline-block;\n            background: var(--ias-text);\n            color: white;\n            text-decoration: none;\n            padding: 14px 24px;\n            border-radius: 12px;\n            margin-top: 20px;\n            font-weight: 600;\n            font-size: 14px;\n        }\n\n        \/* WARRANTY \u0026 PROMISE *\/\n        .ias-p-promise-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 30px;\n            margin-bottom: 100px;\n        }\n\n        .ias-p-warranty-card {\n            background: var(--ias-text);\n            color: white;\n            padding: 40px;\n            border-radius: 32px;\n            text-align: center;\n        }\n\n        .ias-p-warranty-card h3 {\n            font-size: 26px;\n            margin-bottom: 20px;\n        }\n\n        .ias-p-policy-detail {\n            font-size: 13px;\n            color: #d1cfc9;\n            margin-bottom: 15px;\n            line-height: 1.5;\n        }\n\n        .ias-p-promise-card {\n            border: 2px dashed var(--ias-copper);\n            background: white;\n            padding: 40px;\n            border-radius: 32px;\n            text-align: center;\n        }\n\n        .ias-p-promise-card .ias-p-feature-list {\n            align-items: center; \/* Center these lists specifically *\/\n        }\n\n        \/* FINAL CTA *\/\n        .ias-p-cta-footer {\n            background: white;\n            border: 1px solid var(--ias-border);\n            border-radius: 40px;\n            padding: 60px 20px;\n            text-align: center;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.03);\n            margin-bottom: 60px;\n        }\n\n        .ias-p-trusted-badges {\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 40px;\n            margin-top: 40px;\n            padding-top: 30px;\n            border-top: 1px solid var(--ias-border);\n        }\n\n        .ias-p-trusted-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 12px;\n            font-size: 11px;\n            font-weight: 700;\n            text-transform: uppercase;\n            color: var(--ias-text-light);\n            min-width: 120px;\n        }\n\n        .ias-p-btn-primary {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--ias-copper), var(--ias-copper-dark));\n            color: white;\n            padding: 22px 50px;\n            border-radius: 60px;\n            font-weight: 700;\n            font-size: 18px;\n            text-decoration: none;\n            margin-top: 40px;\n            box-shadow: 0 15px 30px rgba(184, 115, 51, 0.3);\n            transition: transform 0.3s;\n        }\n\n        .ias-p-btn-primary:hover {\n            transform: translateY(-4px);\n        }\n\/* SECTION TITLES – FINAL REFINED SCALE *\/\n.ias-p-hook h4 {\n    font-size: clamp(22px, 3.2vw, 28px); \/* Smaller H4 *\/\n    line-height: 1.35;\n    margin-bottom: 12px;\n    padding-bottom: 6px;\n}\n\n.ias-p-section-desc h3 {\n    font-size: clamp(24px, 3.8vw, 32px); \/* Primary section title *\/\n    line-height: 1.3;\n    margin-bottom: 12px;\n    padding-bottom: 8px;\n}\n.ias-p-hook p {\n    margin-bottom: 8px;\n}\n        \/* RESPONSIVE *\/\n        @media (max-width: 768px) {\n            .ias-p-var-grid, .ias-p-specs-grid, .ias-p-promise-grid {\n                grid-template-columns: 1fr;\n            }\n            .ias-p-feature-list {\n                align-items: flex-start; \/* Left aligned for mobile *\/\n                padding-left: 20px;\n                max-width: 340px;\n                margin-left: auto;\n                margin-right: auto;\n            }\n            .ias-p-promise-card .ias-p-feature-list {\n                align-items: flex-start;\n            }\n            .ias-p-hook {\n                padding: 10 10px;\n            }\n            .ias-p-mid-img-wrapper {\n                max-width: 100%;\n            }\n        }\n\n        @media (max-width: 600px) {\n            .ias-p-gallery-grid {\n                grid-template-columns: 1fr;\n            }\n            .ias-p-adv-row {\n                flex-direction: row;\n                justify-content: center;\n                gap: 15px;\n            }\n            .ias-p-adv-item {\n                font-size: 9px;\n            }\n        }\n     \/* ========== HERO GIFT LABEL (HANGING TAG) ========== *\/\n  .light-dome__hanging-label {\n    position: absolute;\n    top: 25px; \/* Dropped down to make room for the string *\/\n    right: 20px; \/* Top right corner *\/\n    background: #fff8f0; \/* Matches the scarcity box *\/\n    border: 1px solid var(--accent);\n    border-radius: 8px;\n    padding: 14px 8px 10px;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    width: 105px;\n    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n    z-index: 10;\n    \n    \/* Makes it physical: The tag swings exactly from the top of the string! *\/\n    transform-origin: 50% -20px; \n    animation: tag-swing 3.5s ease-in-out infinite; \n  }\n\n  \/* The actual string *\/\n  .light-dome__hanging-label::before {\n    content: \"\";\n    position: absolute;\n    top: -20px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 1.5px;\n    height: 20px;\n    background: var(--accent);\n    opacity: 0.8;\n  }\n\n  \/* The hole in the tag *\/\n  .light-dome__hanging-label::after {\n    content: \"\";\n    position: absolute;\n    top: 6px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 6px;\n    height: 6px;\n    background: #333; \/* Dark hole effect *\/\n    border-radius: 50%;\n    box-shadow: inset 0 1px 2px rgba(0,0,0,0.8), 0 1px 0 rgba(255,255,255,0.8);\n  }\n\n  \/* Lit Bulb Icon *\/\n  .light-dome__label-bulb {\n    color: #e6a100; \/* Warm gold ray color *\/\n    width: 30px; \/* Slightly larger as the focus *\/\n    height: 30px;\n    flex-shrink: 0;\n    margin-top: 3px;\n    filter: drop-shadow(0 0 6px rgba(230, 161, 0, 0.7)); \/* Outer glow *\/\n    animation: bulb-glow 1.5s infinite alternate ease-in-out;\n  }\n\n  .light-dome__hanging-label span {\n    color: var(--primary);\n    font-size: clamp(10px, 1.2vw, 12px);\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n\n  \/* Tag swinging animation *\/\n  @keyframes tag-swing {\n    0% { transform: rotate(-4deg); }\n    50% { transform: rotate(4deg); }\n    100% { transform: rotate(-4deg); }\n  }\n\n  \/* Brightly lit bulb glow animation *\/\n  @keyframes bulb-glow {\n    0% { filter: drop-shadow(0 0 3px rgba(255, 180, 0, 0.5)); transform: scale(0.95); opacity: 0.9; }\n    100% { filter: drop-shadow(0 0 12px rgba(255, 180, 0, 1)); transform: scale(1.05); opacity: 1; }\n  }\n\n  @media (max-width: 768px) {\n    .light-dome__hanging-label {\n      right: 10px;\n      width: 90px;\n      padding: 10px 5px 8px;\n    }\n    .light-dome__label-bulb {\n      width: 22px;\n      height: 22px;\n    }\n    .light-dome__hanging-label span {\n      font-size: 8px;\n    }\n  }\n\n    \u003c\/style\u003e\n\u003c!-- GOLD CHECKMARK SVG TEMPLATE --\u003e\u003csvg style=\"display: none;\"\u003e\n        \u003csymbol id=\"gold-mark\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n            \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n        \u003c\/symbol\u003e\n    \u003c\/svg\u003e\n\u003cdiv class=\"ias-p-container\" id=\"ias-p-top\"\u003e\n\u003c!-- HERO --\u003e\u003cheader class=\"ias-p-hero\"\u003e\u003cspan class=\"ias-p-badge\"\u003eArtisan Heritage\u003c\/span\u003e\n\u003ch2 class=\"ias-p-hero-title ias-p-serif\"\u003eUnlacquered Brass Sconce\u003cbr\u003eWall Mount Lamp\u003c\/h2\u003e\n\u003cp class=\"ias-p-hero-subtitle\"\u003eCrafted from solid brass, evolving into a one-of-a-kind heirloom with time.\u003c\/p\u003e\n\u003cdiv class=\"ias-p-main-img-wrapper\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-sconce-wall-mount-lamp-sconce-lighting-fixture-3558598.jpg\" alt=\"Unlacquered Brass Sconce Wall Light\" class=\"ias-p-main-img\"\u003e\u003c\/div\u003e\n\u003c!-- ADVANTAGES --\u003e\n\u003cdiv class=\"ias-p-adv-row\"\u003e\n\u003cdiv class=\"ias-p-adv-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Reliable Shipping\u003c\/div\u003e\n\u003cdiv class=\"ias-p-adv-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e 5-Year Warranty\u003c\/div\u003e\n\u003cdiv class=\"ias-p-adv-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Flexible Returns\u003c\/div\u003e\n\u003cdiv class=\"ias-p-adv-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e15-Day Guarantee\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- EMERGENCY \/ CRAFT MSG --\u003e\n\u003cdiv class=\"ias-p-emergency-msg\"\u003e\n\u003cstrong\u003e✨ Handcrafted to Order:\u003c\/strong\u003e Each sconce is forged from solid brass and finished by hand no two develop patina identically. Reserve yours before it’s made.\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- VIDEO SECTION START --\u003e\n\u003cdiv style=\"margin-bottom: 60px;\"\u003e\n\u003ch3 style=\"text-align: center; margin-bottom: 30px; font-size: 32px;\" class=\"ias-p-serif\"\u003eSee It In The Workshop\u003c\/h3\u003e\n\u003cdiv style=\"position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 20px; box-shadow: 0 15px 35px rgba(0,0,0,0.1);\"\u003e\u003ciframe style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;\" src=\"https:\/\/www.youtube.com\/embed\/BAR-ur9JMIY?rel=0\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- VIDEO SECTION END --\u003e \u003c!-- EMOTIONAL HOOK --\u003e\n\u003cdiv class=\"ias-p-hook\"\u003e\n\u003ch4 class=\"ias-p-serif\"\u003eTimeless Wall-Mounted Elegance\u003c\/h4\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eEvery Insideast sconce is shaped by skilled artisans using traditional metalworking methods. The unlacquered brass surface starts with a brilliant polish and gracefully ages, deepening in character with every passing year just like the stories of your home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- MID SECTION IMAGE --\u003e\n\u003csection style=\"margin: clamp(40px, 6vw, 80px) 0;\"\u003e\n\u003cdiv style=\"position: relative; max-width: 800px; margin: 0 auto; width: 100%;\"\u003e\n\u003c!-- ADDED: HANGING TAG BADGE --\u003e\n\u003cdiv class=\"light-dome__hanging-label\"\u003e\n\u003c!-- Brightly Lit Bulb Icon --\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" class=\"light-dome__label-bulb\"\u003e\n        \n        \u003cpath stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" d=\"M12 2V4M18.5 5.5L17 7M5.5 5.5L7 7M22 11H20M4 11H2\"\u003e\u003c\/path\u003e\n        \n        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" fill=\"#a67c52\" d=\"M9 19H15V20.5C15 21.3284 14.3284 22 13.5 22H10.5C9.67157 22 9 21.3284 9 20.5V19Z\"\u003e\u003c\/path\u003e\n        \n        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"currentColor\" fill=\"#ffd700\" d=\"M15 19C15 17.5 17 16 17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12C7 16 9 17.5 9 19H15Z\"\u003e\u003c\/path\u003e\n        \n        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#c07c00\" d=\"M10 14V16M14 14V16M10 14L12 10.5L14 14\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e \u003cspan style=\"display: inline-block; text-align: center; line-height: 1.2;\"\u003e \u003cspan style=\"display: block; font-size: 13px; font-weight: bold;\"\u003e FREE BULB \u003c\/span\u003e \u003cspan style=\"display: block; font-size: 10px; font-weight: 600; letter-spacing: 1px; margin-top: 4px; color: #a57c52;\"\u003e OUR GIFT TO YOU \u003cspan style=\"display: inline-block; vertical-align: middle; margin-left: 4px;\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"#865e35\" viewbox=\"0 0 24 24\" height=\"11\" width=\"11\"\u003e\n        \u003cpath d=\"M20 7h-2.18A3 3 0 0015 2a3 3 0 00-3 3 3 3 0 00-3-3 3 3 0 00-2.82 5H4a1 1 0 00-1 1v3h18V8a1 1 0 00-1-1zm-8-3a1 1 0 011 1 1 1 0 01-2 0 1 1 0 011-1zM8 4a1 1 0 011 1 1 1 0 01-2 0 1 1 0 011-1zm13 9H3v8a1 1 0 001 1h7v-9h2v9h7a1 1 0 001-1v-8z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e \u003c\/span\u003e \u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- END HANGING TAG BADGE --\u003e \u003cimg decoding=\"async\" loading=\"lazy\" style=\"width: 100%; height: auto; border-radius: 12px; display: block; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 40px;\" alt=\"Brass Sconce Craftsmanship Detail\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-sconce-wall-mount-lamp-sconce-lighting-fixture-2334946.jpg\"\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DESCRIPTION \u0026 GALLERY --\u003e\n\u003csection class=\"ias-p-section-desc\"\u003e\n\u003ch3 class=\"ias-p-serif\"\u003eA Living Legacy on Your Wall\u003c\/h3\u003e\n\u003cdiv class=\"ias-p-desc-text\"\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003eMade from 100% solid brass, this wall sconce delivers unmatched durability and heirloom quality. Its natural unlacquered finish ensures no chemical sealants interfere with the metal’s organic evolution over months and years, it transforms into a rich, antique patina unique to your environment.\u003c\/p\u003e\n\u003cp\u003eDesigned for both function and beauty, its low-profile silhouette saves space while adding warmth and sophistication to hallways, bedrooms, or dining nooks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cul class=\"ias-p-feature-list\"\u003e\n\u003cli class=\"ias-p-feature-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e 100% Solid Brass Construction\u003c\/li\u003e\n\u003cli class=\"ias-p-feature-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Natural Unlacquered Finish (Develops Antique Patina)\u003c\/li\u003e\n\u003cli class=\"ias-p-feature-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Concealed Wall Bracket for Clean Installation\u003c\/li\u003e\n\u003cli class=\"ias-p-feature-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Fully Customizable Size \u0026amp; Shape on Request\u003c\/li\u003e\n\u003cli class=\"ias-p-feature-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Seamless Match with Other Insideast Brass Fixtures\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- GALLERY - CLEANED UP --\u003e\n\u003cdiv class=\"ias-p-gallery-grid\"\u003e\n\u003cdiv class=\"ias-p-gallery-item\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-sconce-wall-mount-lamp-sconce-lighting-fixture-3240887.jpg?v=1773579255\u0026amp;width=1946\" class=\"ias-p-gallery-img\" alt=\"Brass Sconce Front View\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ias-p-gallery-item\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-sconce-wall-mount-lamp-sconce-lighting-fixture-1752647.jpg\" class=\"ias-p-gallery-img\" alt=\"Brass Sconce Side Profile\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ias-p-gallery-item\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-sconce-wall-mount-lamp-sconce-lighting-fixture-3356491.jpg?\" class=\"ias-p-gallery-img\" alt=\"Brass Sconce Installation Detail\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ias-p-gallery-item\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-sconce-wall-mount-lamp-sconce-lighting-fixture-2768115.jpg\" class=\"ias-p-gallery-img\" alt=\"Brass Sconce in Interior Setting\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- VARIATIONS GUIDE --\u003e\n\u003csection class=\"ias-p-variations\"\u003e\n\u003cdiv class=\"ias-p-section-header\"\u003e\n\u003cspan class=\"ias-p-section-subtitle\"\u003eThe Collection\u003c\/span\u003e\n\u003ch3 class=\"ias-p-serif\" style=\"font-size: 32px;\"\u003eTailored To Your Vision\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ias-p-custom-info\"\u003e\n\u003cp class=\"ias-p-desc-text\"\u003eWe specialize in bespoke sconces. Whether you need a specific scale for high ceilings or a unique silhouette to complement vintage architecture — we’ll make it happen.\u003c\/p\u003e\n\u003cp class=\"ias-p-desc-text\" style=\"background: #fff; padding: 15px; border-radius: 12px; border: 1px solid var(--ias-border); margin-bottom: 25px; margin-top: 20px;\"\u003e\u003cstrong\u003eHave a vision? Describe your ideal sconce at checkout — we’ll craft it to your exact specifications.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TECHNICAL SPECS --\u003e\n\u003csection class=\"ias-p-specs-grid\"\u003e\n\u003cdiv\u003e\n\u003ch3 class=\"ias-p-serif\" style=\"font-size: 32px; margin-bottom: 24px;\"\u003eSpecifications\u003c\/h3\u003e\n\u003cdiv class=\"ias-p-pdf-box\"\u003e\n\u003ch5 style=\"margin-bottom: 10px;\"\u003eTechnical Guide\u003c\/h5\u003e\n\u003cp style=\"font-size: 12px; color: var(--ias-text-light);\"\u003eDownload full installation, wiring, and customization details.\u003c\/p\u003e\n\u003ca href=\"https:\/\/drive.google.com\/file\/d\/1ZZMxKqdwcboGG2Grqo2y5rPqRKVBfhLZ\/view?usp=drive_link\" class=\"ias-p-pdf-btn\" target=\"_blank\"\u003eDownload PDF Spec Sheet\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ias-p-table-wrapper\"\u003e\n\u003ctable class=\"ias-p-specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"ias-p-spec-key\"\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eSolid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"ias-p-spec-key\"\u003eFinish\u003c\/td\u003e\n\u003ctd\u003eUnlacquered (Develops Natural Patina)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"ias-p-spec-key\"\u003eBulb Base\u003c\/td\u003e\n\u003ctd\u003eFits E26\/E27 Bases — US\/EU\/UK Compatible (Gift 🎁 2 Free Bulbs)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"ias-p-spec-key\"\u003eBulb Lighting Color\u003c\/td\u003e\n\u003ctd\u003e2700k\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"ias-p-spec-key\"\u003eInstallation\u003c\/td\u003e\n\u003ctd\u003eHardwired\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"ias-p-spec-key\"\u003eIncluded\u003c\/td\u003e\n\u003ctd\u003eConcealed Wall Bracket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"ias-p-spec-key\"\u003eReturn\u003c\/td\u003e\n\u003ctd\u003e15-Day Guarantee\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- REVIEWS --\u003e\n\u003csection class=\"ias-p-reviews\"\u003e\n\u003cdiv class=\"ias-p-section-header\"\u003e\n\u003ch3 class=\"ias-p-serif\" style=\"font-size: 32px;\"\u003eArtisan Appreciation\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ias-p-review-grid\"\u003e\n\u003cdiv class=\"ias-p-review-card\"\u003e\n\u003cdiv class=\"ias-p-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"ias-p-review-text\"\u003e\"I love my new lights they are absolutely beautiful! I ordered 3 to use in my kitchen and the finish is so gorgeous that I've decided to buy more for the rest of the house. Looking forward to hanging these up soon!\"\u003c\/p\u003e\n\u003cdiv class=\"ias-p-reviewer-name\"\u003eMARINA\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ias-p-review-card\"\u003e\n\u003cdiv class=\"ias-p-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"ias-p-review-text\"\u003e\"The copper shade is well made and exactly as described and as we expected. The communication I had with the seller was also excellent. They answered questions in a timely manner and were a pleasure with whom to do business. I would not hesitate to buy from InsideEast in the future. Thank you.\"\u003c\/p\u003e\n\u003cdiv class=\"ias-p-reviewer-name\"\u003eJohn Shaw\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ias-p-review-card\"\u003e\n\u003cdiv class=\"ias-p-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp class=\"ias-p-review-text\"\u003e\"It is a beautiful piece of art!\"\u003c\/p\u003e\n\u003cdiv class=\"ias-p-reviewer-name\"\u003eCristina Morales\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ - UPGRADED TO NO-SCRIPT DETAILS TAG --\u003e\n\u003csection class=\"ias-p-faq\"\u003e\n\u003cdiv class=\"ias-p-section-header\"\u003e\n\u003ch3 class=\"ias-p-serif\" style=\"font-size: 32px;\"\u003eQuestions \u0026amp; Support\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ias-p-faq-list\"\u003e\n\u003cdetails class=\"ias-p-faq-item\"\u003e\n\u003csummary class=\"ias-p-faq-trigger ias-p-serif\"\u003eHow quickly does the patina develop? \u003cspan class=\"ias-p-faq-icon\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"ias-p-faq-content\"\u003e\n\u003cp\u003ePatina development depends on environment (humidity, light, airflow). Most sconces begin softening in shine within 4–8 weeks and deepen over 6–12 months.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ias-p-faq-item\"\u003e\n\u003csummary class=\"ias-p-faq-trigger ias-p-serif\"\u003eCan I slow or stop the patina? \u003cspan class=\"ias-p-faq-icon\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"ias-p-faq-content\"\u003e\n\u003cp\u003eYes — applying a clear lacquer or wax (like Renaissance Wax) will slow oxidation. But we recommend embracing the natural evolution for authentic character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ias-p-faq-item\"\u003e\n\u003csummary class=\"ias-p-faq-trigger ias-p-serif\"\u003eIs professional installation required? \u003cspan class=\"ias-p-faq-icon\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"ias-p-faq-content\"\u003e\n\u003cp\u003eSince this is a hardwired fixture, we strongly recommend installation by a licensed electrician for safety and code compliance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ias-p-faq-item\"\u003e\n\u003csummary class=\"ias-p-faq-trigger ias-p-serif\"\u003eDo you provide wiring diagrams? \u003cspan class=\"ias-p-faq-icon\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"ias-p-faq-content\"\u003e\n\u003cp\u003eYes — the full PDF spec sheet (linked above) includes detailed wiring schematics and junction box requirements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"ias-p-faq-item\"\u003e\n\u003csummary class=\"ias-p-faq-trigger ias-p-serif\"\u003eCan I order matching sconces for a full hallway? \u003cspan class=\"ias-p-faq-icon\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"ias-p-faq-content\"\u003e\n\u003cp\u003eAbsolutely. We ensure color and texture consistency across batches. Just contact our customer service for any inquiry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WARRANTY \u0026 PROMISE --\u003e\n\u003csection class=\"ias-p-promise-grid\"\u003e\u003c!-- DARK BOX 1 --\u003e\n\u003cdiv class=\"ias-p-warranty-card\"\u003e\n\u003ch3 style=\"color: #ffffff;\" class=\"ias-p-serif\"\u003e5-Year Limited Warranty\u003c\/h3\u003e\n\u003cdiv class=\"ias-p-policy-detail\"\u003eWe stand by the quality of our products with industry-leading protection.\u003c\/div\u003e\n\u003cul class=\"ias-p-feature-list\" style=\"margin-bottom: 20px;\"\u003e\n\u003cli class=\"ias-p-feature-item\" style=\"color: #d4a373; font-size: 13px;\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e 5-Year Limited Warranty on fixture construction and materials.\u003c\/li\u003e\n\u003cli class=\"ias-p-feature-item\" style=\"color: #d4a373; font-size: 13px;\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Covered for repair or replacement in case of manufacturing defects.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"ias-p-policy-detail\"\u003e\n\u003cstrong\u003eVisual Damage Policy:\u003c\/strong\u003e Visual damages must be reported within 15 days of delivery.\u003c\/div\u003e\n\u003cdiv class=\"ias-p-policy-detail\"\u003eNeed help? Email \u003cstrong\u003econtact@insideast.com\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ias-p-policy-detail\" style=\"font-style: italic; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 15px; margin-top: 15px;\"\u003e\n\u003cstrong\u003eFinish Note:\u003c\/strong\u003e The unlacquered brass finish is intentionally raw. Patina development is natural, expected, and part of the design.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DASHED BOX 2 --\u003e\n\u003cdiv class=\"ias-p-promise-card\"\u003e\n\u003ch3 class=\"ias-p-serif\"\u003e🛡️ Our No-Risk Promise\u003c\/h3\u003e\n\u003cp class=\"ias-p-desc-text\" style=\"font-size: 14px; margin-bottom: 20px; font-weight: 500;\"\u003eWe craft every sconce to last generations.\u003c\/p\u003e\n\u003cul class=\"ias-p-feature-list\" style=\"margin-bottom: 25px;\"\u003e\n\u003cli class=\"ias-p-feature-item\" style=\"font-size: 14px;\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003e15-Day Returns:\u003c\/strong\u003e Changed your mind? We'll refund you - just send it back unused in its original packaging.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"ias-p-feature-item\" style=\"font-size: 14px;\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003e5-Year Warranty:\u003c\/strong\u003e Covers material and craftsmanship defects.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli class=\"ias-p-feature-item\" style=\"font-size: 14px;\"\u003e\n\u003csvg class=\"ias-p-gold-mark\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003ePerfect Match Guarantee:\u003c\/strong\u003e All brass fixtures harmonize in tone and texture.\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"ias-p-desc-text\" style=\"font-size: 13px; font-style: italic; text-align: center;\"\u003eIndustry-leading protection for your peace of mind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\u003cfooter class=\"ias-p-cta-footer\"\u003e\n\u003ch3 class=\"ias-p-serif\" style=\"font-size: 42px;\"\u003eIlluminate with Integrity\u003c\/h3\u003e\n\u003cp class=\"ias-p-desc-text\" style=\"font-size: 18px;\"\u003eEach sconce is forged and finished by hand. Commission yours today.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"ias-p-btn-primary js-scroll-top\"\u003eDESIGN YOUR BRASS SCONCE\u003c\/a\u003e \u003c!-- FINAL TRUSTED BADGES --\u003e\n\u003cdiv class=\"ias-p-trusted-badges\"\u003e\n\u003cdiv class=\"ias-p-trusted-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\" style=\"width: 24px; height: 24px; margin-bottom: 8px;\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Handcrafted to Order\u003c\/div\u003e\n\u003cdiv class=\"ias-p-trusted-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\" style=\"width: 24px; height: 24px; margin-bottom: 8px;\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e 5-Year Warranty\u003c\/div\u003e\n\u003cdiv class=\"ias-p-trusted-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\" style=\"width: 24px; height: 24px; margin-bottom: 8px;\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Free Shipping\u003c\/div\u003e\n\u003cdiv class=\"ias-p-trusted-item\"\u003e\n\u003csvg class=\"ias-p-gold-mark\" style=\"width: 24px; height: 24px; margin-bottom: 8px;\"\u003e\u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\u003c\/svg\u003e15-Day Guarantee\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/footer\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Default Title","offer_id":42761801138285,"sku":"IP-032-03-001-01-24","price":118.3,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/unlacquered-brass-sconce-wall-mount-lamp-sconce-lighting-fixture-3558598.jpg?v=1773579254"},{"product_id":"handcrafted-brass-wall-sconce-wall-light-with-tissue-cover-living-room-wall-light-indoor-wall-lamp","title":"Handcrafted Brass Wall Sconce, Wall Light With Tissue Cover, Living Room Wall Light, Indoor Wall Lamp","description":"\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e100% Solid Brass Construction \u003c\/strong\u003e→ Crafted from high-quality brass for lasting durability and timeless beauty.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eNatural Unlacquered Finish\u003c\/strong\u003e → Delivered with a polished shine that gracefully develops a unique patina over time.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCustomizable Design \u003c\/strong\u003e→ Size and shape available on request to perfectly match your space and design vision.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSpace-Saving Solution \u003c\/strong\u003e→ Wall-mounted design prevents tipping hazards and saves valuable floor or counter space.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEffortless Installation \u003c\/strong\u003e→ Supplied with a concealed wall bracket for quick and seamless setup.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatible with Insideast Fixtures \u003c\/strong\u003e→ Perfect match for your existing brass setup.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003ctable\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFinish\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eUnlacquered Brass (Develops Natural Patina)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSolid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eBulb Base\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eE27 (Bulb Not Included)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eInstallation\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eWall-Mounted with Concealed Bracket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCustom Options\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSize and Shape Available on Request\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eIncluded Components\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eConcealed Wall Bracket\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eReturn Policy\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e15-Day Return\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Gray Cover","offer_id":42763647713389,"sku":"IP-030-03-001-03-25","price":120.17,"currency_code":"USD","in_stock":false},{"title":"Gold Cover","offer_id":42763647746157,"sku":"IP-030-03-001-04-25","price":120.17,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/handcrafted-brass-wall-sconce-wall-light-with-tissue-cover-living-room-wall-light-indoor-wall-lamp-7369407.jpg?v=1773876735"},{"product_id":"brass-wall-light-fixture-brushed-sconce-light-wall-lamp-indoor-light-wall-dish-sconce-brass","title":"Brass Wall Light Fixture, Brushed Sconce Light, Wall Lamp, Indoor Light, Wall Dish Sconce Brass","description":"\u003cp\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e\n    \u003clink crossorigin=\"\" href=\"https:\/\/fonts.gstatic.com\" rel=\"preconnect\"\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400\u0026amp;family=Inter:wght@300;400;500;600\u0026amp;display=swap\"\u003e\n\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* BASE RESET \u0026 VARIABLES *\/\n    :root {\n        --ias-copper: #b87333;\n        --ias-copper-dark: #8b4513;\n        --ias-gold-mark: #d4a373;\n        --ias-text: #2d2a26;\n        --ias-text-light: #6b665c;\n        --ias-bg: #faf9f6;\n        --ias-bg-soft: #fdf8f3;\n        --ias-border: #e5e1da;\n        --ias-max-width: 900px;\n    }\n\n    #ias-p-top * {\n    box-sizing: border-box;\n}\n#ias-p-top {\n    background-color: var(--ias-bg);\n    font-family: 'Inter', sans-serif;\n    color: var(--ias-text);\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n}\n    .ias-p-container {\n        max-width: var(--ias-max-width);\n        margin: 0 auto;\n        padding: 60px 20px;\n        scroll-behavior: smooth;\n    }\n\n    .ias-p-serif {\n        font-family: 'Playfair Display', serif;\n    }\n\n    \/* ALIGNMENT REFINEMENT - ALL CENTERED *\/\n    .ias-p-hero,\n    .ias-p-hook,\n    .ias-p-section-desc,\n    .ias-p-variations .ias-p-section-header,\n    .ias-p-specs-grid\u003ediv:first-child,\n    .ias-p-reviews .ias-p-section-header,\n    .ias-p-faq .ias-p-section-header {\n        text-align: center;\n    }\n\n    .ias-p-desc-text {\n        text-align: center;\n        max-width: 800px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    \/* FEATURE LIST CENTERING LOGIC *\/\n    .ias-p-feature-list {\n        list-style: none;\n        padding: 0;\n        margin-top: 30px;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        \/* Centered on Desktop *\/\n    }\n\n    .ias-p-feature-item {\n        display: flex;\n        align-items: center;\n        gap: 14px;\n        margin-bottom: 16px;\n        font-size: 15px;\n        font-weight: 500;\n        text-align: left;\n    }\n\n    \/* GOLD MARK STYLE *\/\n    .ias-p-gold-mark {\n        color: var(--ias-gold-mark);\n        flex-shrink: 0;\n        width: 18px;\n        height: 18px;\n    }\n\n    \/* HERO SECTION *\/\n    .ias-p-badge {\n        display: inline-block;\n        padding: 6px 18px;\n        background: #f5efe6;\n        color: var(--ias-copper-dark);\n        font-size: 11px;\n        font-weight: 700;\n        letter-spacing: 2px;\n        text-transform: uppercase;\n        border-radius: 50px;\n        margin-bottom: 24px;\n    }\n\n    .ias-p-hero-title {\n        font-size: clamp(32px, 6vw, 52px);\n        margin-bottom: 16px;\n        line-height: 1.1;\n        color: var(--ias-text);\n    }\n\n    .ias-p-hero-subtitle {\n        font-size: 20px;\n        color: var(--ias-text-light);\n        font-style: italic;\n        font-weight: 300;\n        margin-bottom: 40px;\n    }\n\n    .ias-p-main-img-wrapper {\n        position: relative;\n        border-radius: 24px;\n        overflow: hidden;\n        box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.12);\n        margin-bottom: 40px;\n    }\n\n    .ias-p-main-img {\n        width: 100%;\n        height: auto;\n        display: block;\n    }\n\n    \/* MID SECTION IMAGE - SMALLER THAN HERO *\/\n    .ias-p-mid-img-wrapper {\n        max-width: 650px;\n        margin: 0 auto 60px;\n        border-radius: 20px;\n        overflow: hidden;\n        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);\n    }\n\n    .ias-p-mid-img {\n        width: 100%;\n        height: auto;\n        display: block;\n    }\n\n    \/* ADVANTAGES ROW *\/\n    .ias-p-adv-row {\n        display: flex;\n        justify-content: center;\n        flex-wrap: wrap;\n        gap: 24px;\n        margin-bottom: 30px;\n        padding: 20px 0;\n        border-bottom: 1px solid var(--ias-border);\n    }\n\n    .ias-p-adv-item {\n        display: flex;\n        align-items: center;\n        gap: 8px;\n        font-size: 12px;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        color: var(--ias-text);\n    }\n\n    .ias-p-emergency-msg {\n        background: #fff8f0;\n        border-left: 4px solid var(--ias-copper);\n        padding: 20px;\n        border-radius: 8px;\n        margin-bottom: 60px;\n        font-size: 15px;\n        color: var(--ias-text);\n        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);\n        text-align: center;\n    }\n\n    \/* GALLERY - REMOVED GREY BOXES *\/\n    .ias-p-gallery-grid {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 20px;\n        margin-bottom: 100px;\n    }\n\n    .ias-p-gallery-item {\n        border-radius: 16px;\n        overflow: hidden;\n        background-color: transparent;\n        \/* Removed grey background *\/\n        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);\n        display: flex;\n    }\n\n    .ias-p-gallery-img {\n        width: 100%;\n        height: auto;\n        object-fit: cover;\n        display: block;\n        transition: transform 0.6s ease;\n    }\n\n    .ias-p-gallery-item:hover .ias-p-gallery-img {\n        transform: scale(1.04);\n    }\n\n    \/* VARIATIONS *\/\n    .ias-p-variations {\n        background: var(--ias-bg-soft);\n        border-radius: 32px;\n        padding: 60px 40px;\n        margin-bottom: 100px;\n        border: 1px solid #f5efe6;\n    }\n\n    .ias-p-section-subtitle {\n        text-transform: uppercase;\n        letter-spacing: 3px;\n        font-size: 11px;\n        font-weight: 700;\n        color: var(--ias-copper);\n        display: block;\n        margin-bottom: 12px;\n    }\n\n    .ias-p-var-grid {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 40px;\n    }\n\n    .ias-p-var-group h4 {\n        font-size: 20px;\n        margin-bottom: 16px;\n    }\n\n    .ias-p-tag-cloud {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 10px;\n        justify-content: center;\n    }\n\n    .ias-p-tag {\n        background: white;\n        border: 1px solid var(--ias-border);\n        padding: 8px 18px;\n        border-radius: 8px;\n        font-size: 13px;\n        font-weight: 600;\n        color: var(--ias-text);\n    }\n\n    .ias-p-custom-info {\n        margin-top: 50px;\n        text-align: center;\n        padding-top: 40px;\n        border-top: 1px solid var(--ias-border);\n    }\n\n    .ias-p-custom-link {\n        color: var(--ias-copper);\n        font-weight: 700;\n        text-decoration: none;\n        border-bottom: 2px solid var(--ias-copper);\n        padding-bottom: 2px;\n        transition: opacity 0.3s;\n    }\n\n    \/* REVIEWS *\/\n    .ias-p-reviews {\n        margin-bottom: 100px;\n    }\n\n    .ias-p-review-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n        gap: 24px;\n    }\n\n    .ias-p-review-card {\n        background: white;\n        padding: 32px;\n        border-radius: 24px;\n        border: 1px solid var(--ias-border);\n        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);\n        text-align: left;\n    }\n\n    .ias-p-stars {\n        color: var(--ias-copper);\n        margin-bottom: 16px;\n        font-size: 14px;\n        letter-spacing: 2px;\n    }\n\n    .ias-p-review-text {\n        font-style: italic;\n        color: var(--ias-text-light);\n        font-size: 15px;\n        margin-bottom: 24px;\n    }\n\n    .ias-p-reviewer-name {\n        font-weight: 700;\n        font-size: 14px;\n    }\n\n    \/* FAQ - NATIVE HTML UPDATE *\/\n    .ias-p-faq {\n        margin-bottom: 100px;\n    }\n\n    details.ias-p-faq-item {\n        border-bottom: 1px solid var(--ias-border);\n    }\n\n    summary.ias-p-faq-trigger {\n        width: 100%;\n        padding: 24px 0;\n        background: none;\n        border: none;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        cursor: pointer;\n        text-align: left;\n        font-size: 18px;\n        color: var(--ias-text);\n        list-style: none;\n        \/* Removes default arrow *\/\n    }\n\n    summary.ias-p-faq-trigger::-webkit-details-marker {\n        display: none;\n        \/* Removes default arrow in Safari\/Chrome *\/\n    }\n\n    .ias-p-faq-icon {\n        transition: transform 0.3s ease;\n        font-size: 14px;\n    }\n\n    .ias-p-faq-content {\n        padding-bottom: 24px;\n    }\n\n    .ias-p-faq-content p {\n        color: var(--ias-text-light);\n        font-size: 15px;\n        text-align: left;\n    }\n\n    details[open] .ias-p-faq-icon {\n        transform: rotate(180deg);\n    }\n\n    \/* SPECS *\/\n    .ias-p-specs-grid {\n        display: grid;\n        grid-template-columns: 1fr 1.5fr;\n        gap: 60px;\n        margin-bottom: 100px;\n    }\n\n    .ias-p-table-wrapper {\n        border-radius: 20px;\n        overflow: hidden;\n        border: 1px solid var(--ias-border);\n    }\n\n    .ias-p-specs-table {\n        width: 100%;\n        border-collapse: collapse;\n        background: white;\n        text-align: left;\n    }\n\n    .ias-p-specs-table td,\n    .ias-p-specs-table th {\n        padding: 18px 24px;\n        border-bottom: 1px solid var(--ias-border);\n        font-size: 14px;\n    }\n\n    .ias-p-spec-key {\n        font-weight: 700;\n        color: var(--ias-copper-dark);\n        width: 40%;\n    }\n\n    .ias-p-pdf-box {\n        background: var(--ias-bg-soft);\n        padding: 30px;\n        border-radius: 24px;\n        border: 1px solid var(--ias-border);\n        margin-top: 20px;\n    }\n\n    .ias-p-pdf-btn {\n        display: inline-block;\n        background: var(--ias-text);\n        color: white;\n        text-decoration: none;\n        padding: 14px 24px;\n        border-radius: 12px;\n        margin-top: 20px;\n        font-weight: 600;\n        font-size: 14px;\n    }\n\n    \/* WARRANTY \u0026 PROMISE *\/\n    .ias-p-promise-grid {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 30px;\n        margin-bottom: 100px;\n    }\n\n    .ias-p-warranty-card {\n        background: var(--ias-text);\n        color: white;\n        padding: 40px;\n        border-radius: 32px;\n        text-align: center;\n    }\n\n    .ias-p-warranty-card h3 {\n        font-size: 26px;\n        margin-bottom: 20px;\n    }\n\n    .ias-p-policy-detail {\n        font-size: 13px;\n        color: #d1cfc9;\n        margin-bottom: 15px;\n        line-height: 1.5;\n    }\n\n    .ias-p-promise-card {\n        border: 2px dashed var(--ias-copper);\n        background: white;\n        padding: 40px;\n        border-radius: 32px;\n        text-align: center;\n    }\n\n    .ias-p-promise-card .ias-p-feature-list {\n        align-items: center;\n        \/* Center these lists specifically *\/\n    }\n\n    \/* FINAL CTA *\/\n    .ias-p-cta-footer {\n        background: white;\n        border: 1px solid var(--ias-border);\n        border-radius: 40px;\n        padding: 60px 20px;\n        text-align: center;\n        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);\n        margin-bottom: 60px;\n    }\n\n    .ias-p-trusted-badges {\n        display: flex;\n        justify-content: center;\n        flex-wrap: wrap;\n        gap: 40px;\n        margin-top: 40px;\n        padding-top: 30px;\n        border-top: 1px solid var(--ias-border);\n    }\n\n    .ias-p-trusted-item {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        gap: 12px;\n        font-size: 11px;\n        font-weight: 700;\n        text-transform: uppercase;\n        color: var(--ias-text-light);\n        min-width: 120px;\n    }\n\n    .ias-p-btn-primary {\n        display: inline-block;\n        background: linear-gradient(135deg, var(--ias-copper), var(--ias-copper-dark));\n        color: white;\n        padding: 22px 50px;\n        border-radius: 60px;\n        font-weight: 700;\n        font-size: 18px;\n        text-decoration: none;\n        margin-top: 40px;\n        box-shadow: 0 15px 30px rgba(184, 115, 51, 0.3);\n        transition: transform 0.3s;\n    }\n\n    .ias-p-btn-primary:hover {\n        transform: translateY(-4px);\n    }\n\n    \/* SECTION TITLES – FINAL REFINED SCALE *\/\n    .ias-p-hook h4 {\n        font-size: clamp(22px, 3.2vw, 28px);\n        \/* Smaller H4 *\/\n        line-height: 1.35;\n        margin-bottom: 12px;\n        padding-bottom: 6px;\n    }\n\n    .ias-p-section-desc h3 {\n        font-size: clamp(24px, 3.8vw, 32px);\n        \/* Primary section title *\/\n        line-height: 1.3;\n        margin-bottom: 12px;\n        padding-bottom: 8px;\n    }\n\n    .ias-p-hook p {\n        margin-bottom: 8px;\n    }\n\n    \/* RESPONSIVE *\/\n    @media (max-width: 768px) {\n\n        .ias-p-var-grid,\n        .ias-p-specs-grid,\n        .ias-p-promise-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .ias-p-feature-list {\n            align-items: flex-start;\n            \/* Left aligned for mobile *\/\n            padding-left: 20px;\n            max-width: 340px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .ias-p-promise-card .ias-p-feature-list {\n            align-items: flex-start;\n        }\n\n        .ias-p-hook {\n            padding: 10 10px;\n        }\n\n        .ias-p-mid-img-wrapper {\n            max-width: 100%;\n        }\n    }\n\n    @media (max-width: 600px) {\n        .ias-p-gallery-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .ias-p-adv-row {\n            flex-direction: row;\n            justify-content: center;\n            gap: 15px;\n        }\n\n        .ias-p-adv-item {\n            font-size: 9px;\n        }\n    }\n     \/* ========== HERO GIFT BADGE (SQUARE \u0026 HANGING) ========== *\/\n  .light-dome__gift-badge {\n    position: absolute;\n    top: 15px;\n    left: 15px; \/* Moved to top-left *\/\n    background: #fff8f0; \/* Matches scarcity box color *\/\n    padding: 12px 8px;\n    border-radius: 8px; \/* Slightly rounded corners for a softer square *\/\n    display: flex;\n    flex-direction: column; \/* Stack icon and text vertically to make a square *\/\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    gap: 6px;\n    width: 100px; \/* Fixed width for standard square shape *\/\n    height: 100px; \/* Fixed height for standard square shape *\/\n    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);\n    border: 1px solid var(--accent);\n    z-index: 10;\n    transform-origin: top center; \/* Makes the animation swing from the top *\/\n    animation: badge-swing 3.5s ease-in-out infinite; \/* Gentle hanging animation *\/\n  }\n\n  .light-dome__gift-badge svg {\n    color: var(--accent);\n    width: 26px;\n    height: 26px;\n    flex-shrink: 0;\n  }\n\n  .light-dome__gift-badge span {\n    color: var(--primary);\n    font-size: clamp(11px, 1.2vw, 13px);\n    font-weight: 700;\n    line-height: 1.2;\n  }\n   \/* ========== HERO GIFT LABEL (HANGING TAG) ========== *\/\n  .light-dome__hanging-label {\n    position: absolute;\n    top: 25px; \/* Dropped down to make room for the string *\/\n    right: 20px; \/* Top right corner *\/\n    background: #fff8f0; \/* Matches the scarcity box *\/\n    border: 1px solid var(--accent);\n    border-radius: 8px;\n    padding: 14px 8px 10px;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    width: 105px;\n    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n    z-index: 10;\n    \n    \/* Makes it physical: The tag swings exactly from the top of the string! *\/\n    transform-origin: 50% -20px; \n    animation: tag-swing 3.5s ease-in-out infinite; \n  }\n\n  \/* The actual string *\/\n  .light-dome__hanging-label::before {\n    content: \"\";\n    position: absolute;\n    top: -20px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 1.5px;\n    height: 20px;\n    background: var(--accent);\n    opacity: 0.8;\n  }\n\n  \/* The hole in the tag *\/\n  .light-dome__hanging-label::after {\n    content: \"\";\n    position: absolute;\n    top: 6px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 6px;\n    height: 6px;\n    background: #333; \/* Dark hole effect *\/\n    border-radius: 50%;\n    box-shadow: inset 0 1px 2px rgba(0,0,0,0.8), 0 1px 0 rgba(255,255,255,0.8);\n  }\n\n  \/* Lit Bulb Icon *\/\n  .light-dome__label-bulb {\n    color: #e6a100; \/* Warm gold ray color *\/\n    width: 30px; \/* Slightly larger as the focus *\/\n    height: 30px;\n    flex-shrink: 0;\n    margin-top: 3px;\n    filter: drop-shadow(0 0 6px rgba(230, 161, 0, 0.7)); \/* Outer glow *\/\n    animation: bulb-glow 1.5s infinite alternate ease-in-out;\n  }\n\n  .light-dome__hanging-label span {\n    color: var(--primary);\n    font-size: clamp(10px, 1.2vw, 12px);\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n\n  \/* Tag swinging animation *\/\n  @keyframes tag-swing {\n    0% { transform: rotate(-4deg); }\n    50% { transform: rotate(4deg); }\n    100% { transform: rotate(-4deg); }\n  }\n\n  \/* Brightly lit bulb glow animation *\/\n  @keyframes bulb-glow {\n    0% { filter: drop-shadow(0 0 3px rgba(255, 180, 0, 0.5)); transform: scale(0.95); opacity: 0.9; }\n    100% { filter: drop-shadow(0 0 12px rgba(255, 180, 0, 1)); transform: scale(1.05); opacity: 1; }\n  }\n\n  @media (max-width: 768px) {\n    .light-dome__hanging-label {\n      right: 10px;\n      width: 90px;\n      padding: 10px 5px 8px;\n    }\n    .light-dome__label-bulb {\n      width: 22px;\n      height: 22px;\n    }\n    .light-dome__hanging-label span {\n      font-size: 8px;\n    }\n  }\n\n\u003c\/style\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- GOLD CHECKMARK SVG TEMPLATE --\u003e\u003csvg style=\"display: none;\"\u003e\n    \u003csymbol id=\"gold-mark\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n        \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n    \u003c\/symbol\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"ias-p-container\" id=\"ias-p-top\"\u003e\n    \u003c!-- HERO --\u003e\n    \u003cheader class=\"ias-p-hero\"\u003e\u003cspan class=\"ias-p-badge\"\u003eArtisan Heritage\u003c\/span\u003e\n        \u003ch2 class=\"ias-p-hero-title ias-p-serif\"\u003eBrass Wall Light Fixture\u003c\/h2\u003e\n        \u003cp class=\"ias-p-hero-subtitle\"\u003eA refined wall dish sconce in brushed brass minimalist, durable, and designed to\n            complement any interior with quiet sophistication.\u003c\/p\u003e\n        \u003cdiv class=\"ias-p-main-img-wrapper\"\u003e\n\u003cimg class=\"ias-p-main-img\" alt=\"Brass Wall Light Fixture\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/brass-wall-light-fixture-brushed-sconce-light-wall-lamp-indoor-light-wall-dish-sconce-brass-6744316.jpg\"\u003e\n        \u003c\/div\u003e\n        \u003c!-- ADVANTAGES --\u003e\n        \u003cdiv class=\"ias-p-adv-row\"\u003e\n            \u003cdiv class=\"ias-p-adv-item\"\u003e\n                \u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Reliable Shipping\n            \u003c\/div\u003e\n            \u003cdiv class=\"ias-p-adv-item\"\u003e\n                \u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e 5-Year Warranty\n            \u003c\/div\u003e\n            \u003cdiv class=\"ias-p-adv-item\"\u003e\n                \u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Flexible Returns\n            \u003c\/div\u003e\n            \u003cdiv class=\"ias-p-adv-item\"\u003e15-Day Guarantee\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- EMERGENCY \/ CRAFT MSG --\u003e\n        \u003cdiv class=\"ias-p-emergency-msg\"\u003e\n            \u003cstrong\u003e✨ Hand-Finished Precision:\u003c\/strong\u003e Each sconce is individually brushed by hand to achieve a\n            consistent matte texture subtle variations affirm its artisan origin. Made to order.\n        \u003c\/div\u003e\n        \u003c!-- VIDEO SECTION --\u003e\n        \u003ch3 style=\"font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif; font-size: clamp(1.9rem, 3.0vw, 2.8rem); line-height: 1.3; margin-bottom: 24px; color: var(--ias-text); font-weight: 700; text-align: center;\"\u003e\n            The Soul of Manufacturing: A Journey Inside Our Workshop\n        \u003c\/h3\u003e\n        \u003cdiv style=\"position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 800px; margin: 60px auto 40px auto; border-radius: 20px; box-shadow: 0 15px 35px rgba(0,0,0,0.08);\"\u003e\n            \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/BAR-ur9JMIY\" title=\"The Soul of Manufacturing\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n    \u003c\/header\u003e\u003c!-- EMOTIONAL HOOK --\u003e\n    \u003cdiv class=\"ias-p-hook\"\u003e\n        \u003ch4 class=\"ias-p-serif\"\u003eQuiet Elegance on the Wall\u003c\/h4\u003e\n        \u003cp\u003e \u003c\/p\u003e\n        \u003cp\u003eOur wall dish sconce merges architectural minimalism with artisanal warmth. The brushed brass surface resists\n            visible wear while maintaining a soft, refined luster that enhances hallways, entryways, and bedside walls\n            with understated presence.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003c!-- MID SECTION IMAGE --\u003e\n\u003csection style=\"margin: clamp(40px, 6vw, 80px) 0;\"\u003e\n  \u003cdiv style=\"position: relative; max-width: 600px; margin: 0 auto; width: 100%;\"\u003e\n    \n    \u003c!-- ADDED: HANGING TAG BADGE --\u003e\n    \u003cdiv class=\"light-dome__hanging-label\"\u003e\n        \n      \u003c!-- Brightly Lit Bulb Icon --\u003e\n      \u003csvg class=\"light-dome__label-bulb\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003c!-- Light Rays --\u003e\n        \u003cpath d=\"M12 2V4M18.5 5.5L17 7M5.5 5.5L7 7M22 11H20M4 11H2\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c!-- Base of the bulb --\u003e\n        \u003cpath d=\"M9 19H15V20.5C15 21.3284 14.3284 22 13.5 22H10.5C9.67157 22 9 21.3284 9 20.5V19Z\" fill=\"#a67c52\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c!-- Glass glowing dome --\u003e\n        \u003cpath d=\"M15 19C15 17.5 17 16 17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12C7 16 9 17.5 9 19H15Z\" fill=\"#ffd700\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c!-- Filament inside --\u003e\n        \u003cpath d=\"M10 14V16M14 14V16M10 14L12 10.5L14 14\" stroke=\"#c07c00\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\n\u003cspan style=\"display:inline-block; text-align:center; line-height:1.2;\"\u003e\n  \u003cspan style=\"display:block; font-size:13px; font-weight:700;\"\u003e\n    FREE BULB\n  \u003c\/span\u003e\n  \u003cspan style=\"display:block; font-size:10px; font-weight:600; letter-spacing:1px; margin-top:4px; color:#a57c52;\"\u003e\n    OUR GIFT TO YOU\n    \u003cspan style=\"display:inline-block; vertical-align:middle; margin-left:4px;\"\u003e\n      \u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 24 24\" fill=\"#865e35\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M20 7h-2.18A3 3 0 0015 2a3 3 0 00-3 3 3 3 0 00-3-3 3 3 0 00-2.82 5H4a1 1 0 00-1 1v3h18V8a1 1 0 00-1-1zm-8-3a1 1 0 011 1 1 1 0 01-2 0 1 1 0 011-1zM8 4a1 1 0 011 1 1 1 0 01-2 0 1 1 0 011-1zm13 9H3v8a1 1 0 001 1h7v-9h2v9h7a1 1 0 001-1v-8z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/span\u003e\n  \u003c\/span\u003e\n\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003c!-- END HANGING TAG BADGE --\u003e\n\n    \u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/brass-wall-light-fixture-brushed-sconce-light-wall-lamp-indoor-light-wall-dish-sconce-brass-5607612.jpg\" alt=\"Wall Sconce in Entryway\" style=\"width: 100%; height: auto; border-radius: 12px; display: block; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 40px;\" loading=\"lazy\" decoding=\"async\"\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n    \u003c!-- DESCRIPTION \u0026 GALLERY --\u003e\n    \u003csection class=\"ias-p-section-desc\"\u003e\n        \u003ch3 class=\"ias-p-serif\"\u003eCrafted for Enduring Beauty\u003c\/h3\u003e\n        \u003cdiv class=\"ias-p-desc-text\"\u003e\n            \u003cp\u003eFashioned from 100% solid brass not plated or hollow, this sconce offers exceptional weight, thermal\n                stability, and acoustic presence. The shallow dish form casts a soft downward glow while reflecting\n                ambient light off its interior surface.\u003c\/p\u003e\n            \u003cp\u003eThe brushed finish provides a refined matte appearance that resists visible scratches and fingerprints,\n                ensuring long-lasting elegance with minimal upkeep.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"ias-p-feature-list\"\u003e\n            \u003cli class=\"ias-p-feature-item\"\u003e\n                \u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e 100% Solid Brass Construction\n            \u003c\/li\u003e\n            \u003cli class=\"ias-p-feature-item\"\u003e\n                \u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Brushed Brass Finish (Matte, Scratch-Resistant)\n            \u003c\/li\u003e\n            \u003cli class=\"ias-p-feature-item\"\u003e\n                \u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Concealed Mounting Bracket Included\n            \u003c\/li\u003e\n              \u003cli class=\"ias-p-feature-item\"\u003e\n                \u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Compatible E26\/E27 Bases (Gift 🎁 2 Free Bulbs)\n            \u003c\/li\u003e\n            \u003cli class=\"ias-p-feature-item\"\u003e\n                \u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Fully Compatible with Insideast Brass Collection\n            \u003c\/li\u003e\n            \u003cli class=\"ias-p-feature-item\"\u003e\n                \u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Custom Sizes \u0026amp; Shapes Available on Request\n            \u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/section\u003e\n    \u003c!-- GALLERY - CLEANED UP --\u003e\n    \u003cdiv class=\"ias-p-gallery-grid\"\u003e\n        \u003cdiv class=\"ias-p-gallery-item\"\u003e\n\u003cimg alt=\"Close-Up Brushed Texture\" class=\"ias-p-gallery-img\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/brass-wall-light-fixture-brushed-sconce-light-wall-lamp-indoor-light-wall-dish-sconce-brass-6744316.jpg\"\u003e\n \n        \u003c\/div\u003e\n        \u003cdiv class=\"ias-p-gallery-item\"\u003e\n\u003cimg alt=\"Side Profile View\" class=\"ias-p-gallery-img\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/brass-wall-light-fixture-brushed-sconce-light-wall-lamp-indoor-light-wall-dish-sconce-brass-7122140.jpg\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ias-p-gallery-item\"\u003e\n\u003cimg alt=\"In Hallway Setting\" class=\"ias-p-gallery-img\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/brass-wall-light-fixture-brushed-sconce-light-wall-lamp-indoor-light-wall-dish-sconce-brass-5059697.jpg\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ias-p-gallery-item\"\u003e\n\u003cimg alt=\"Pair Installation\" class=\"ias-p-gallery-img\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/brass-wall-light-fixture-brushed-sconce-light-wall-lamp-indoor-light-wall-dish-sconce-brass-9073070.jpg\"\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- CUSTOMIZATION MESSAGE (NO VARIATIONS GRID) --\u003e\n    \u003csection class=\"ias-p-variations\"\u003e\n        \u003cdiv style=\"max-width: 800px; margin: 0 auto 50px;\" class=\"ias-p-custom-info\"\u003e\n            \u003cp class=\"ias-p-desc-text\"\u003eWe specialize in bespoke lighting. Custom sizes and unique shapes are available\n                upon request to perfectly match your space and vision.\u003c\/p\u003e\n            \u003cp style=\"background: #fff; padding: 15px; border-radius: 12px; border: 1px solid var(--ias-border); margin: 16px 0 25px;\" class=\"ias-p-desc-text\"\u003e\u003cstrong\u003eHave a specific design in mind? Email us at \u003ca style=\"color: var(--ias-copper); text-decoration: underline;\" href=\"mailto:contact@insideast.com\"\u003econtact@insideast.com\u003c\/a\u003e before ordering.\u003c\/strong\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003c!-- TECHNICAL SPECS --\u003e\n    \u003csection class=\"ias-p-specs-grid\"\u003e\n        \u003cdiv\u003e\n            \u003ch3 style=\"font-size: 32px; margin-bottom: 24px;\" class=\"ias-p-serif\"\u003eSpecifications\u003c\/h3\u003e\n            \u003cdiv class=\"ias-p-pdf-box\"\u003e\n                \u003ch5 style=\"margin-bottom: 10px;\"\u003eTechnical Drawing\u003c\/h5\u003e\n                \u003cimg style=\"width: 100%; max-width: 300px; margin-top: 10px; border: 1px solid var(--ias-border); border-radius: 6px;\" alt=\"Technical Drawing\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/brass-wall-light-fixture-brushed-sconce-light-wall-lamp-indoor-light-wall-dish-sconce-brass-8309730.png\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ias-p-table-wrapper\"\u003e\n            \u003ctable class=\"ias-p-specs-table\"\u003e\n                \u003ctbody\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"ias-p-spec-key\"\u003eMaterial\u003c\/td\u003e\n                        \u003ctd\u003ePremium Solid Brass\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"ias-p-spec-key\"\u003eFinish\u003c\/td\u003e\n                        \u003ctd\u003eBrushed Brass\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"ias-p-spec-key\"\u003eWidth\u003c\/td\u003e\n                        \u003ctd\u003e12 inches\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"ias-p-spec-key\"\u003eBulb Base\u003c\/td\u003e\n                        \u003ctd\u003eFits E26\/E27 Bases — US\/EU\/UK Compatible (Gift 🎁 2 Free Bulbs)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"ias-p-spec-key\"\u003eVBulb Lighting Color\u003c\/td\u003e\n                        \u003ctd\u003e2700K\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"ias-p-spec-key\"\u003eVoltage\u003c\/td\u003e\n                        \u003ctd\u003e120V \/ 220V Compatible\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"ias-p-spec-key\"\u003eInstallation\u003c\/td\u003e\n                        \u003ctd\u003eWall-Mounted with Concealed Bracket\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"ias-p-spec-key\"\u003eCustom Options\u003c\/td\u003e\n                        \u003ctd\u003eSize and Shape Available on Request\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"ias-p-spec-key\"\u003eIncluded Components\u003c\/td\u003e\n                        \u003ctd\u003eConcealed Mounting Bracket\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"ias-p-spec-key\"\u003eReturn Policy\u003c\/td\u003e\n                        \u003ctd\u003e15-Day Guarantee\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003c!-- REVIEWS --\u003e\n    \u003csection class=\"ias-p-reviews\"\u003e\n        \u003cdiv class=\"ias-p-section-header\"\u003e\n            \u003ch3 style=\"font-size: 32px;\" class=\"ias-p-serif\"\u003eArtisan Appreciation\u003c\/h3\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ias-p-review-grid\"\u003e\n            \u003cdiv class=\"ias-p-review-card\"\u003e\n                \u003cdiv class=\"ias-p-stars\"\u003e★★★★★\u003c\/div\u003e\n                \u003cp class=\"ias-p-review-text\"\u003e\"Perfect balance of modern and timeless. The brushed finish hides\n                    fingerprints beautifully.\"\u003c\/p\u003e\n                \u003cdiv class=\"ias-p-reviewer-name\"\u003eDaniel R.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ias-p-review-card\"\u003e\n                \u003cdiv class=\"ias-p-stars\"\u003e★★★★★\u003c\/div\u003e\n                \u003cp class=\"ias-p-review-text\"\u003e\"Substantial weight and flawless craftsmanship. Looks even better in\n                    person.\"\u003c\/p\u003e\n                \u003cdiv class=\"ias-p-reviewer-name\"\u003eMaya L.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ias-p-review-card\"\u003e\n                \u003cdiv class=\"ias-p-stars\"\u003e★★★★★\u003c\/div\u003e\n                \u003cp class=\"ias-p-review-text\"\u003e\"Installed two in our hallway. They cast a soft, elegant glow without\n                    glare.\"\u003c\/p\u003e\n                \u003cdiv class=\"ias-p-reviewer-name\"\u003eThomas K.\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003c!-- FAQ --\u003e\n    \u003csection class=\"ias-p-faq\"\u003e\n        \u003cdiv class=\"ias-p-section-header\"\u003e\n            \u003ch3 style=\"font-size: 32px;\" class=\"ias-p-serif\"\u003eQuestions \u0026amp; Support\u003c\/h3\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ias-p-faq-list\"\u003e\n            \u003cdetails class=\"ias-p-faq-item\"\u003e\n                \u003csummary class=\"ias-p-faq-trigger ias-p-serif\"\u003eIs the finish scratch-resistant? \u003cspan class=\"ias-p-faq-icon\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"ias-p-faq-content\"\u003e\n                    \u003cp\u003eYes, the brushed brass finish is mechanically textured to minimize the visibility of minor\n                        scratches and wear.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"ias-p-faq-item\"\u003e\n                \u003csummary class=\"ias-p-faq-trigger ias-p-serif\"\u003eWhat is the width of this sconce? \u003cspan class=\"ias-p-faq-icon\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"ias-p-faq-content\"\u003e\n                    \u003cp\u003eThe fixture is 12 inches wide.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"ias-p-faq-item\"\u003e\n                \u003csummary class=\"ias-p-faq-trigger ias-p-serif\"\u003eCan I use LED bulbs? \u003cspan class=\"ias-p-faq-icon\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"ias-p-faq-content\"\u003e\n                    \u003cp\u003eYes, it is compatible with E26\/E27 LED, incandescent, or halogen bulbs (not included).\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"ias-p-faq-item\"\u003e\n                \u003csummary class=\"ias-p-faq-trigger ias-p-serif\"\u003eIs professional installation required? \u003cspan class=\"ias-p-faq-icon\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"ias-p-faq-content\"\u003e\n                    \u003cp\u003eSince it is hardwired, we recommend installation by a licensed electrician for safety and code\n                        compliance.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003c!-- WARRANTY \u0026 PROMISE --\u003e\n    \u003csection class=\"ias-p-promise-grid\"\u003e\u003c!-- DARK BOX 1 --\u003e\n        \u003cdiv class=\"ias-p-warranty-card\"\u003e\n            \u003ch3 class=\"ias-p-serif\" style=\"color: #ffffff;\"\u003e5-Year Limited Warranty\u003c\/h3\u003e\n            \u003cdiv class=\"ias-p-policy-detail\"\u003eWe stand by the quality of our products with industry-leading protection.\n            \u003c\/div\u003e\n            \u003cul style=\"margin-bottom: 20px;\" class=\"ias-p-feature-list\"\u003e\n                \u003cli style=\"color: #d4a373; font-size: 13px;\" class=\"ias-p-feature-item\"\u003e\n                    \u003csvg class=\"ias-p-gold-mark\"\u003e\n                        \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                    \u003c\/svg\u003e 5-Year Limited Warranty on fixture construction and materials.\n                \u003c\/li\u003e\n                \u003cli style=\"color: #d4a373; font-size: 13px;\" class=\"ias-p-feature-item\"\u003e\n                    \u003csvg class=\"ias-p-gold-mark\"\u003e\n                        \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                    \u003c\/svg\u003e Covered for repair or replacement in case of manufacturing defects.\n                \u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"ias-p-policy-detail\"\u003e\n                \u003cstrong\u003eVisual Damage Policy:\u003c\/strong\u003e Visual damages must be reported within 15 days of delivery.\n            \u003c\/div\u003e\n            \u003cdiv class=\"ias-p-policy-detail\"\u003eNeed help? Email \u003cstrong\u003econtact@insideast.com\u003c\/strong\u003e\n            \u003c\/div\u003e\n            \u003cdiv style=\"font-style: italic; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 15px; margin-top: 15px;\" class=\"ias-p-policy-detail\"\u003e\n                \u003cstrong\u003eFinish Note:\u003c\/strong\u003e The brushed brass finish is designed for durability and low maintenance.\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- DASHED BOX 2 --\u003e\n        \u003cdiv class=\"ias-p-promise-card\"\u003e\n            \u003ch3 class=\"ias-p-serif\"\u003e🛡️ Our No-Risk Promise\u003c\/h3\u003e\n            \u003cp style=\"font-size: 14px; margin-bottom: 20px; font-weight: 500;\" class=\"ias-p-desc-text\"\u003eWe craft every\n                fixture to last generations.\u003c\/p\u003e\n            \u003cul style=\"margin-bottom: 25px;\" class=\"ias-p-feature-list\"\u003e\n                \u003cli style=\"font-size: 14px;\" class=\"ias-p-feature-item\"\u003e\n                    \u003csvg class=\"ias-p-gold-mark\"\u003e\n                        \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                    \u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003e15-Day Returns:\u003c\/strong\u003e Changed your mind? We'll refund you - just send it back unused in its original packaging.\u003c\/span\u003e\n                \u003c\/li\u003e\n                \u003cli style=\"font-size: 14px;\" class=\"ias-p-feature-item\"\u003e\n                    \u003csvg class=\"ias-p-gold-mark\"\u003e\n                        \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                    \u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003e5-Year Warranty:\u003c\/strong\u003e Covers material and craftsmanship defects.\u003c\/span\u003e\n                \u003c\/li\u003e\n                \u003cli style=\"font-size: 14px;\" class=\"ias-p-feature-item\"\u003e\n                    \u003csvg class=\"ias-p-gold-mark\"\u003e\n                        \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                    \u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003ePerfect Match Guarantee:\u003c\/strong\u003e Fixture and hardware always match.\u003c\/span\u003e\n                \u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp style=\"font-size: 13px; font-style: italic; text-align: center;\" class=\"ias-p-desc-text\"\u003eIndustry-leading\n                protection for your peace of mind.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003c!-- FINAL CTA --\u003e\n    \u003cfooter class=\"ias-p-cta-footer\"\u003e\n        \u003ch3 style=\"font-size: 42px;\" class=\"ias-p-serif\"\u003eRefined Light, Anchored to Your Wall\u003c\/h3\u003e\n        \u003cp style=\"font-size: 18px;\" class=\"ias-p-desc-text\"\u003eEach sconce is brushed, fitted, and finished by hand.\n            Commission yours today.\u003c\/p\u003e\n        \u003ca class=\"ias-p-btn-primary js-scroll-top\" href=\"#\"\u003eCONFIGURE YOUR WALL LAMP\u003c\/a\u003e \u003c!-- FINAL TRUSTED BADGES --\u003e\n        \u003cdiv class=\"ias-p-trusted-badges\"\u003e\n            \u003cdiv class=\"ias-p-trusted-item\"\u003e\n                \u003csvg style=\"width: 24px; height: 24px; margin-bottom: 8px;\" class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Handcrafted to Order\n            \u003c\/div\u003e\n            \u003cdiv class=\"ias-p-trusted-item\"\u003e\n                \u003csvg style=\"width: 24px; height: 24px; margin-bottom: 8px;\" class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e 5-Year Warranty\n            \u003c\/div\u003e\n            \u003cdiv class=\"ias-p-trusted-item\"\u003e\n                \u003csvg style=\"width: 24px; height: 24px; margin-bottom: 8px;\" class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Free Shipping\n            \u003c\/div\u003e\n            \u003cdiv class=\"ias-p-trusted-item\"\u003e\n                \u003csvg style=\"width: 24px; height: 24px; margin-bottom: 8px;\" class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e 15-Day Guarantee\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/footer\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Default Title","offer_id":42764703727725,"sku":"IP-044-03-002-12-25","price":243.12,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/brass-wall-light-fixture-brushed-sconce-light-wall-lamp-indoor-light-wall-dish-sconce-brass-2302332.jpg?v=1773579254"},{"product_id":"brass-hallway-sconce-wall-mount-lamp","title":"Brushed Brass Hallway Sconce, Wall Mount Lamp, Sconce Lighting Fixture","description":"\u003cstyle\u003e\n  \/* ========== EXISTING STYLES ========== *\/\n.light-dome{\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.light-dome__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.light-dome__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.light-dome__header *{\n  text-align:center !important;\n  margin-left:auto;\n  margin-right:auto;\n}\n\n.light-dome__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.light-dome__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.light-dome__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.light-dome__sub{\n  color:var(--muted);\n  font-size:clamp(1.7rem,1.8vw,1.6rem);\n  max-width:700px;\n  margin:0 auto;\n  line-height:1.7;\n  text-align:center;\n}\n  .light-dome__video {\n    display: grid;\n    margin: clamp(60px, 8vw, 100px) 0\n  }\n  .light-dome__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  .light-dome__video-container video {\n    width: 100%;\n    height: auto;\n    display: block\n  }\n  .light-dome__specs-section {\n    margin: clamp(60px, 8vw, 100px) 0\n  }\n  .light-dome__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  .light-dome__specs-table tr {\n    border-bottom: 1px solid var(--accent-light)\n  }\n  .light-dome__specs-table tr:last-child {\n    border-bottom: none\n  }\n  .light-dome__specs-table td {\n    padding: 12px 20px;\n    font-size: 14px\n  }\n  .light-dome__specs-table td:first-child {\n    font-weight: 700;\n    color: var(--primary);\n    width: 40%;\n    background: var(--bg-light)\n  }\n  .light-dome__specs-table td:last-child {\n    color: var(--muted)\n  }\n  .light-dome__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  .light-dome__dimension-card {\n    text-align: center;\n    padding: 10px\n  }\n  .light-dome__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  .light-dome__dimension-value {\n    font-size: 13px;\n    font-weight: 400;\n    color: var(--primary)\n  }\n  .light-dome__dimension-unit {\n    font-size: 11px;\n    color: #999;\n    margin-top: 2px\n  }\n  .light-dome__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  .light-dome__download h4 {\n    color: var(--primary)\n  }\n  .light-dome__download p {\n    color: var(--muted);\n    margin-bottom: 15px\n  }\n  .light-dome__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  .light-dome__download a:hover {\n    background: #8b6740\n  }\n  .light-dome__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  .light-dome__warranty-badge:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 6px 20px rgba(166, 124, 82, .15)\n  }\n  .light-dome__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  .light-dome__warranty-badge-icon svg {\n    width: 100%;\n    height: 100%\n  }\n  .light-dome__warranty-badge-content {\n    flex: 1;\n    min-width: 0\n  }\n  .light-dome__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  .light-dome__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  .light-dome__warranty-badge-content p strong {\n    display: inline;\n    font-size: inherit;\n    font-weight: 700;\n    color: var(--accent)\n  }\n  .light-dome__config {\n  \n  margin: 60px 0;\n    \n  }\n  .light-dome__config h3 {\n    font-size: 28px;\n    margin-bottom: 15px;\n    color: var(--primary);\n    font-weight: 600;\n    text-align: center\n  }\n  .light-dome__config-intro {\n   text-align: center !important;\n  max-width: 700px;\n  margin: 0 auto 35px !important;\n  display: block !important;\n  width: 100%;\n  box-sizing: border-box;\n  }\n  .light-dome__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  .light-dome__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  .light-dome__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  .light-dome__config-slider-container::-webkit-scrollbar {\n    height: 8px\n  }\n  .light-dome__config-slider-container::-webkit-scrollbar-track {\n    background: #f1f1f1;\n    border-radius: 10px\n  }\n  .light-dome__config-slider-container::-webkit-scrollbar-thumb {\n    background: var(--accent);\n    border-radius: 10px\n  }\n  .light-dome__config-slider {\n    display: flex;\n    gap: 20px;\n    padding: 5px\n  }\n  .light-dome__config-slide {\n    flex: 0 0 calc(50% - 10px);\n    min-width: calc(50% - 10px);\n    scroll-snap-align: start\n  }\n  .light-dome__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  .light-dome__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  .light-dome__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  .light-dome__config-arrow:hover {\n    background: #8b6740;\n    transform: translateY(-50%) scale(1.1)\n  }\n  .light-dome__config-arrow--left {\n    left: 4px\n  }\n  .light-dome__config-arrow--right {\n    right: 4px\n  }\n  .light-dome__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  .light-dome__config-section h4 {\n    font-size: 16px;\n    color: var(--accent);\n    margin-bottom: 12px;\n    font-weight: 600;\n    text-align: center\n  }\n  .light-dome__config-options {\n    display: grid;\n    gap: 8px\n  }\n  .light-dome__config-section:first-child .light-dome__config-options {\n    grid-template-columns: 1fr 1fr\n  }\n  .light-dome__config-section:last-child .light-dome__config-options {\n    grid-template-columns: 1fr\n  }\n  .light-dome__config-option {\n    background: #fff;\n    padding: 10px;\n    border-radius: 6px;\n    border: 1px solid var(--accent-light);\n    font-size: 15px;\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  .light-dome__config-option:hover {\n    border-color: var(--accent);\n    transform: translateY(-2px);\n    box-shadow: 0 4px 12px var(--shadow)\n  }\n  .light-dome__reviews h3 {\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  .light-dome__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  .light-dome__review-slider-wrap::-webkit-scrollbar {\n    height: 6px\n  }\n  .light-dome__review-slider-wrap::-webkit-scrollbar-track {\n    background: #f1f1f1;\n    border-radius: 10px\n  }\n  .light-dome__review-slider-wrap::-webkit-scrollbar-thumb {\n    background: var(--accent);\n    border-radius: 10px;\n    cursor: grab\n  }\n  .light-dome__review-slider-wrap::-webkit-scrollbar-thumb:active {\n    cursor: grabbing\n  }\n  .light-dome__review-slider {\n    display: flex;\n    gap: 25px;\n    padding: 0\n  }\n  .light-dome__review-slider-item {\n    flex: 0 0 calc(33.333% - 17px);\n    min-width: calc(33.333% - 17px)\n  }\n  .light-dome__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  .light-dome__review-arrow:hover {\n    background: #8b6740;\n    transform: translateY(-50%) scale(1.1)\n  }\n  .light-dome__review-arrow--left {\n    left: 8px\n  }\n  .light-dome__review-arrow--right {\n    right: 8px\n  }\n  .light-dome__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  .light-dome__review-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 8px 25px rgba(0, 0, 0, .12)\n  }\n  .light-dome__review-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: flex-start;\n    margin-bottom: 12px\n  }\n  .light-dome__review-author {\n    font-weight: 700;\n    color: var(--primary)\n  }\n  .light-dome__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  .light-dome__review-stars {\n    color: var(--accent);\n    font-size: 16px;\n    margin-bottom: 10px\n  }\n  .light-dome__review-text {\n    color: var(--muted);\n    font-size: 14px;\n    line-height: 1.6;\n    margin-bottom: 12px\n  }\n  .light-dome__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  \/* ========== FEATURES GRID - IMPROVED ========== *\/\n  .light-dome__features {\n    margin: clamp(60px, 8vw, 100px) 0\n  }\n  .light-dome__features h3 {\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  .light-dome__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  .light-dome__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  .light-dome__features-list li:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 8px 20px rgba(0, 0, 0, .12)\n  }\n  .light-dome__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  .light-dome__feature-icon svg {\n    width: 28px;\n    height: 28px\n  }\n  .light-dome__feature-content h5 {\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  .light-dome__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  .light-dome__package {\n    margin: clamp(60px, 8vw, 100px) 0\n  }\n  .light-dome__package h3 {\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  .light-dome__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  .light-dome__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  .light-dome__package-list li:hover {\n    background: #fff;\n    transform: translateY(-2px);\n    box-shadow: 0 2px 8px var(--shadow)\n  }\n  .light-dome__package-list li:before {\n    content: \"✓\";\n    color: var(--accent);\n    font-weight: bold;\n    font-size: 14px;\n    flex-shrink: 0\n  }\n  .light-dome__faq {\n    margin-top: clamp(60px, 8vw, 100px)\n  }\n  .light-dome__faq h3 {\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  .light-dome__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  .light-dome__faq details:hover {\n    box-shadow: 0 4px 12px rgba(166, 124, 82, .15);\n    transform: translateX(4px)\n  }\n  .light-dome__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  .light-dome__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  .light-dome__faq details[open] summary::before {\n    transform: rotate(90deg)\n  }\n  .light-dome__faq summary:hover {\n    color: var(--accent)\n  }\n  .light-dome__faq details[open] summary {\n    margin-bottom: 10px;\n    color: var(--accent)\n  }\n  .light-dome__faq p {\n    color: var(--muted);\n    line-height: 1.6;\n    font-size: 14px;\n    margin: 0\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  .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  .ie-warranty__shield {\n    width: 24px;\n    height: 24px;\n    flex: 0 0 24px;\n    color: #fff\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  .ie-warranty__body {\n    padding: 1.5rem\n  }\n  .ie-warranty__body p {\n    margin: 0 0 .75rem 0;\n    line-height: 1.6;\n    color: var(--primary)\n  }\n  .ie-warranty__list {\n    margin: .5rem 0 0 0;\n    padding-left: 1.25rem;\n    color: var(--primary)\n  }\n  .ie-warranty__list li {\n    margin: .4rem 0;\n    line-height: 1.5\n  }\n  .ie-warranty__note {\n    margin-top: 1rem;\n    font-size: .9rem;\n    opacity: .8;\n    color: var(--muted)\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  .ie-warranty__badge .tick {\n    font-size: 1.2rem;\n    line-height: 1;\n    color: var(--accent)\n  }\n  .ie-warranty__badge strong {\n    font-weight: 700;\n    color: var(--primary)\n  }\n  .ie-warranty__badge div {\n    color: var(--primary)\n  }\n  \/* ========== CRO STYLES ========== *\/\n  \/* CTA Section *\/\n  .light-dome__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  .light-dome__price {\n    font-size: clamp(2rem, 4vw, 2.5rem);\n    font-weight: 700;\n    color: var(--accent);\n    margin-bottom: 15px\n  }\n  .light-dome__price-note {\n    font-size: clamp(13px, 1.5vw, 16px);\n    color: var(--muted);\n    margin-bottom: 20px\n  }\n  .light-dome__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  .light-dome__cta-primary:hover {\n    background: #8b6740;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 20px rgba(166, 124, 82, .4)\n  }\n  .light-dome__cta-primary:active {\n    transform: translateY(0)\n  }\n  .light-dome__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  .light-dome__trust-bar div {\n    display: flex;\n    align-items: center;\n    gap: 5px\n  }\n  .light-dome__trust-bar div:before {\n    content: \"✓\";\n    color: var(--accent);\n    font-weight: bold\n  }\n  \/* Guarantee Bar *\/\n  .light-dome__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  .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  .guarantee-item:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 4px 12px var(--shadow)\n  }\n  .guarantee-item svg {\n    width: 32px;\n    height: 32px;\n    margin: 0 auto 10px;\n    color: var(--accent)\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  \/* Comparison Table *\/\n  .light-dome__comparison {\n    margin: 60px 0;\n    padding: 40px 0\n  }\n  .light-dome__comparison h3 {\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  .light-dome__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  .light-dome__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  .light-dome__comparison-table td {\n    padding: 15px;\n    border-bottom: 1px solid var(--accent-light);\n    font-size: 14px\n  }\n  .light-dome__comparison-table tr:last-child td {\n    border-bottom: none\n  }\n  .light-dome__comparison-table td:first-child {\n    font-weight: 600;\n    color: var(--primary);\n    background: var(--bg-light);\n    width: 30%\n  }\n  .light-dome__comparison-table td:nth-child(2) {\n    color: #2d5016;\n    font-weight: 500\n  }\n  .light-dome__comparison-table td:nth-child(3) {\n    color: #7a271a\n  }\n  .light-dome__comparison-table tr:hover {\n    background: rgba(166, 124, 82, .05)\n  }\n  \/* Guarantee Box *\/\n  .light-dome__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  .light-dome__guarantee-box h4 {\n    font-size: clamp(20px, 3vw, 24px);\n    color: var(--primary);\n    margin-bottom: 20px;\n    text-align: center\n  }\n  .light-dome__guarantee-box ul {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 20px 0\n  }\n  .light-dome__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  .light-dome__guarantee-box li:last-child {\n    border-bottom: none\n  }\n  .light-dome__guarantee-box li:before {\n    content: \"🛡️\";\n    position: absolute;\n    left: 0;\n    font-size: 20px\n  }\n  .light-dome__guarantee-box li strong {\n    color: var(--accent)\n  }\n  .light-dome__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  \/* Review Stats *\/\n  .light-dome__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  .stat {\n    text-align: center;\n    padding: 15px\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  .stat-label {\n    font-size: 13px;\n    color: var(--muted);\n    text-transform: uppercase;\n    letter-spacing: .5px\n  }\n  \/* Review Highlights *\/\n  .light-dome__review-highlights {\n    display: flex;\n    gap: 15px;\n    margin-bottom: 25px;\n    flex-wrap: wrap;\n    justify-content: center\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  \/* Scarcity Notice *\/\n  .light-dome__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  .light-dome__scarcity-notice a {\n    color: var(--accent);\n    font-weight: 700;\n    text-decoration: none;\n    border-bottom: 2px solid var(--accent)\n  }\n  .light-dome__scarcity-notice a:hover {\n    color: #8b6740\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  \/* Customer Photos Gallery *\/\n  .light-dome__ugc {\n    margin: 60px 0\n  }\n  .light-dome__ugc h3 {\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  .light-dome__ugc-intro {\n    text-align: center;\n    color: var(--muted);\n    font-size: 15px;\n    margin-bottom: 30px\n  }\n  .light-dome__ugc-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 15px\n  }\n  .light-dome__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  .light-dome__ugc-item img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    transition: transform .3s ease\n  }\n  .light-dome__ugc-item:hover img {\n    transform: scale(1.05)\n  }\n  .light-dome__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  \/* Trust Signals *\/\n  .light-dome__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  .light-dome__trust-signals img {\n    max-height: 40px;\n    opacity: .7;\n    transition: opacity .3s ease\n  }\n  .light-dome__trust-signals img:hover {\n    opacity: 1\n  }\n  .light-dome__trust-signals .ssl-badge,\n  .light-dome__trust-signals .certification {\n    font-size: 13px;\n    color: var(--muted);\n    font-weight: 600\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  .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  .lifestyle-section__image img {\n    width: 100%;\n    height: auto;\n    display: block;\n    transition: transform .5s ease\n  }\n  .lifestyle-section__content h4 {\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  .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  \/* ========== MOBILE RESPONSIVE FIXES ========== *\/\n  @media (max-width: 768px) {\n    \/* Features Grid - Single Column on Mobile *\/\n    .light-dome__features-list {\n      grid-template-columns: 1fr;\n      gap: 15px\n    }\n    .light-dome__features-list li {\n      padding: 15px;\n      gap: 12px\n    }\n    .light-dome__feature-icon {\n      width: 45px;\n      height: 45px\n    }\n    .light-dome__feature-icon svg {\n      width: 24px;\n      height: 24px\n    }\n    \/* Config Grid *\/\n    .light-dome__config-grid {\n      grid-template-columns: 1fr;\n      padding: 20px;\n      gap: 25px\n    }\n    .light-dome__config-section:first-child .light-dome__config-options {\n      grid-template-columns: 1fr\n    }\n    \/* Config Slider *\/\n    .light-dome__config-slide {\n      flex: 0 0 calc(100% - 20px);\n      min-width: calc(100% - 20px)\n    }\n    .light-dome__config-slider-wrap {\n      max-width: 100%\n    }\n    .light-dome__config-slide-img {\n      height: 300px\n    }\n    .light-dome__config-slider-title {\n      font-size: 18px;\n      margin-bottom: 20px\n    }\n    \/* Review Slider *\/\n    .light-dome__review-slider-item {\n      flex: 0 0 calc(100% - 25px);\n      min-width: calc(100% - 25px)\n    }\n    .light-dome__review-card {\n      padding: 20px\n    }\n    \/* Dimensions Grid *\/\n    .light-dome__dimensions-grid {\n      grid-template-columns: repeat(2, 1fr);\n      gap: 10px;\n      padding: 15px\n    }\n    .light-dome__dimension-card {\n      padding: 8px\n    }\n    .light-dome__dimension-value {\n      font-size: 18px\n    }\n    \/* Package List *\/\n    .light-dome__package-list {\n      grid-template-columns: 1fr;\n      gap: 6px\n    }\n    .light-dome__package-list li {\n      font-size: 12px;\n      padding: 10px 12px\n    }\n    \/* Specs Table *\/\n    .light-dome__specs-table td {\n      padding: 10px 12px;\n      font-size: 13px\n    }\n    .light-dome__specs-table td:first-child {\n      width: 45%\n    }\n    \/* Lifestyle Sections - Stack on Mobile *\/\n    .lifestyle-section {\n      grid-template-columns: 1fr;\n      gap: 20px\n    }\n    .lifestyle-section[style*=\"direction:rtl\"] {\n      direction: ltr\n    }\n    .lifestyle-section__content {\n      direction: ltr\n    }\n    \/* Warranty Badge *\/\n    .light-dome__warranty-badge {\n      flex-direction: column;\n      text-align: center;\n      gap: 12px;\n      padding: 20px\n    }\n    .light-dome__warranty-badge-icon {\n      width: 50px;\n      height: 50px\n    }\n    \/* Review Stats *\/\n    .light-dome__review-stats {\n      grid-template-columns: 1fr;\n      gap: 10px;\n      padding: 20px\n    }\n    .stat {\n      padding: 10px\n    }\n    \/* Guarantees Bar *\/\n    .light-dome__guarantees-bar {\n      grid-template-columns: 1fr 1fr;\n      gap: 10px;\n      padding: 15px\n    }\n    .guarantee-item {\n      padding: 12px\n    }\n    .guarantee-item svg {\n      width: 28px;\n      height: 28px\n    }\n    \/* Comparison Table *\/\n    .light-dome__comparison {\n      padding: 20px 0\n    }\n    .light-dome__comparison-table {\n      font-size: 11px;\n      display: block;\n      overflow-x: auto\n    }\n    .light-dome__comparison-table th,\n    .light-dome__comparison-table td {\n      padding: 8px 6px;\n      word-break: break-word\n    }\n    .light-dome__comparison-table th {\n      font-size: 11px\n    }\n    .light-dome__comparison-table td:first-child {\n      width: 25%;\n      min-width: 70px\n    }\n    .light-dome__comparison-table td:nth-child(2),\n    .light-dome__comparison-table td:nth-child(3) {\n      width: 37.5%\n    }\n    \/* Headers *\/\n    .light-dome__header {\n      padding: clamp(30px, 5vw, 50px) 0\n    }\n    .light-dome__title {\n      line-height: 1.2\n    }\n    .light-dome__sub {\n      font-size: clamp(1rem, 2vw, 1.1rem)\n    }\n    \/* CTA Section *\/\n    .light-dome__cta-section {\n      padding: 20px 15px\n    }\n    .light-dome__trust-bar {\n      gap: 10px;\n      font-size: 11px\n    }\n    \/* FAQ *\/\n    .light-dome__faq summary {\n      font-size: 14px\n    }\n    .light-dome__faq p {\n      font-size: 13px\n    }\n    .light-dome__faq details {\n      padding: 12px\n    }\n    \/* Warranty *\/\n    .ie-warranty__title {\n      font-size: 1rem\n    }\n    .ie-warranty__badge {\n      flex-direction: column;\n      align-items: flex-start;\n      gap: .35rem\n    }\n    .ie-warranty__body {\n      padding: 1.2rem\n    }\n    \/* Download Section *\/\n    .light-dome__download {\n      padding: 20px 15px\n    }\n    .light-dome__download h4 {\n      font-size: 18px\n    }\n    .light-dome__download p {\n      font-size: 13px\n    }\n    .light-dome__download a {\n      padding: 12px 24px;\n      font-size: 13px\n    }\n  }\n  @media (max-width: 480px) {\n    \/* Further mobile optimizations *\/\n    .light-dome__wrap {\n      padding: 20px 12px\n    }\n    .light-dome__header {\n      padding: 25px 0\n    }\n    .light-dome__config-slider-container {\n      padding: 0 35px\n    }\n    .light-dome__config-arrow {\n      width: 30px;\n      height: 30px;\n      font-size: 16px\n    }\n    .light-dome__review-arrow {\n      width: 30px;\n      height: 30px;\n      font-size: 16px\n    }\n    .light-dome__guarantees-bar {\n      grid-template-columns: 1fr;\n      gap: 8px;\n      padding: 12px\n    }\n    .guarantee-item {\n      padding: 10px\n    }\n    .light-dome__trust-bar {\n      flex-direction: column;\n      gap: 8px;\n      align-items: center\n    }\n    .light-dome__features-list {\n      gap: 12px\n    }\n    .light-dome__features-list li {\n      padding: 12px\n    }\n  }\n    \/* ========== HERO GIFT LABEL (HANGING TAG) ========== *\/\n  .light-dome__hanging-label {\n    position: absolute;\n    top: 25px; \/* Dropped down to make room for the string *\/\n    right: 20px; \/* Top right corner *\/\n    background: #fff8f0; \/* Matches the scarcity box *\/\n    border: 1px solid var(--accent);\n    border-radius: 8px;\n    padding: 14px 8px 10px;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    width: 105px;\n    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n    z-index: 10;\n    \n    \/* Makes it physical: The tag swings exactly from the top of the string! *\/\n    transform-origin: 50% -20px; \n    animation: tag-swing 3.5s ease-in-out infinite; \n  }\n\n  \/* The actual string *\/\n  .light-dome__hanging-label::before {\n    content: \"\";\n    position: absolute;\n    top: -20px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 1.5px;\n    height: 20px;\n    background: var(--accent);\n    opacity: 0.8;\n  }\n\n  \/* The hole in the tag *\/\n  .light-dome__hanging-label::after {\n    content: \"\";\n    position: absolute;\n    top: 6px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 6px;\n    height: 6px;\n    background: #333; \/* Dark hole effect *\/\n    border-radius: 50%;\n    box-shadow: inset 0 1px 2px rgba(0,0,0,0.8), 0 1px 0 rgba(255,255,255,0.8);\n  }\n\n  \/* Lit Bulb Icon *\/\n  .light-dome__label-bulb {\n    color: #e6a100; \/* Warm gold ray color *\/\n    width: 30px; \/* Slightly larger as the focus *\/\n    height: 30px;\n    flex-shrink: 0;\n    margin-top: 3px;\n    filter: drop-shadow(0 0 6px rgba(230, 161, 0, 0.7)); \/* Outer glow *\/\n    animation: bulb-glow 1.5s infinite alternate ease-in-out;\n  }\n\n  .light-dome__hanging-label span {\n    color: var(--primary);\n    font-size: clamp(10px, 1.2vw, 12px);\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n\n  \/* Tag swinging animation *\/\n  @keyframes tag-swing {\n    0% { transform: rotate(-4deg); }\n    50% { transform: rotate(4deg); }\n    100% { transform: rotate(-4deg); }\n  }\n\n  \/* Brightly lit bulb glow animation *\/\n  @keyframes bulb-glow {\n    0% { filter: drop-shadow(0 0 3px rgba(255, 180, 0, 0.5)); transform: scale(0.95); opacity: 0.9; }\n    100% { filter: drop-shadow(0 0 12px rgba(255, 180, 0, 1)); transform: scale(1.05); opacity: 1; }\n  }\n\n  @media (max-width: 768px) {\n    .light-dome__hanging-label {\n      right: 10px;\n      width: 90px;\n      padding: 10px 5px 8px;\n    }\n    .light-dome__label-bulb {\n      width: 22px;\n      height: 22px;\n    }\n    .light-dome__hanging-label span {\n      font-size: 8px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"light-dome\"\u003e\n\u003cdiv class=\"light-dome__wrap\"\u003e\n\u003c!-- HEADER --\u003e\u003cheader class=\"light-dome__header\"\u003e\n\u003cdiv class=\"light-dome__eyebrow\"\u003eArtisan Heritage\u003c\/div\u003e\n\u003ch3 class=\"light-dome__title\"\u003eBrushed Brass Hallway Sconce, Wall Mount Lamp\u003c\/h3\u003e\n\u003cp class=\"light-dome__sub\"\u003eSconce Lighting Fixture for Corridors, Entryways, and Bedrooms\u003c\/p\u003e\n\u003cdiv style=\"max-width: 700px; margin: 20px auto 0; color: var(--muted); line-height: 1.7; font-size: clamp(1.5rem, 1.8vw, 1.3rem);\"\u003e\n\u003cp\u003eCrafted from solid brass with a soft, brushed finish, this wall sconce brings understated elegance to hallways, stairwells, and entryways. Its minimalist silhouette and subtle matte texture develop a natural patina over time, adding character without overpowering your space.\u003c\/p\u003e\n\u003cp style=\"margin-top: 15px;\"\u003eDesigned as a space-saving solution, it mounts flush to the wall with a concealed bracket, freeing up floor or surface area. Easy to install and maintain — perfect for modern homes seeking both function and timeless design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- CTA SECTION --\u003e\n\u003csection class=\"light-dome__cta-section\"\u003e\n\u003cdiv style=\"font-size: clamp(14px, 2vw, 16px); margin-bottom: 20px;\" class=\"light-dome__price-note\"\u003eHandcrafted to order • Free Delivery\u003c\/div\u003e\n\u003ca href=\"#\" class=\"light-dome__cta-primary\"\u003e\n  Configure \u0026amp; Add to Cart\n\u003c\/a\u003e\n\u003cdiv class=\"light-dome__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=\"light-dome__guarantees-bar\"\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M20 8L12 13L4 8V6L12 11L20 6V8ZM20 4h5C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20h30C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003eReliable Shipping\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M12 2L20 7V12C20 16.5 16.5 20 12 22C7.5 20 4 16.5 4 12V7L12 2Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M9 12L11 14L15 10\" stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#fff\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003e5-Year Warranty\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M12 6V12L16 14\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#fff\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003eFlexible Returns\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"guarantee-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n          \u003cpath d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM13 17h21V15h23V17ZM13 13h21V7h23V13Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e \u003cstrong\u003e15-Day Guarantee\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SCARCITY NOTICE --\u003e\n\u003cdiv class=\"light-dome__scarcity-notice\"\u003e✨ \u003cstrong\u003eLiving Finish, Unique Character:\u003c\/strong\u003e Brushed brass ages naturally — each sconce develops its own patina over time. \u003ca href=\"#configure\"\u003eReserve yours before it’s crafted.\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- HERO IMAGE --\u003e\n\u003csection style=\"margin: clamp(40px, 6vw, 80px) 0;\"\u003e\n\u003cdiv style=\"position: relative; max-width: 800px; margin: 0 auto; width: 100%;\"\u003e\n\u003c!-- ADDED: HANGING TAG BADGE --\u003e\n\u003cdiv class=\"light-dome__hanging-label\"\u003e\n\u003c!-- Brightly Lit Bulb Icon --\u003e \u003csvg class=\"light-dome__label-bulb\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \n        \u003cpath d=\"M12 2V4M18.5 5.5L17 7M5.5 5.5L7 7M22 11H20M4 11H2\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \n        \u003cpath d=\"M9 19H15V20.5C15 21.3284 14.3284 22 13.5 22H10.5C9.67157 22 9 21.3284 9 20.5V19Z\" fill=\"#a67c52\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \n        \u003cpath d=\"M15 19C15 17.5 17 16 17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12C7 16 9 17.5 9 19H15Z\" fill=\"#ffd700\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \n        \u003cpath d=\"M10 14V16M14 14V16M10 14L12 10.5L14 14\" stroke=\"#c07c00\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e \u003cspan style=\"display: inline-block; text-align: center; line-height: 1.2;\"\u003e \u003cspan style=\"display: block; font-size: 13px; font-weight: bold;\"\u003eFREE BULB \u003c\/span\u003e \u003cspan style=\"display: block; font-size: 10px; font-weight: 600; letter-spacing: 1px; margin-top: 4px; color: #a57c52;\"\u003e OUR GIFT TO YOU \u003cspan style=\"display: inline-block; vertical-align: middle; margin-left: 4px;\"\u003e \u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 24 24\" fill=\"#865e35\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M20 7h-2.18A3 3 0 0015 2a3 3 0 00-3 3 3 3 0 00-3-3 3 3 0 00-2.82 5H4a1 1 0 00-1 1v3h18V8a1 1 0 00-1-1zm-8-3a1 1 0 011 1 1 1 0 01-2 0 1 1 0 011-1zM8 4a1 1 0 011 1 1 1 0 01-2 0 1 1 0 011-1zm13 9H3v8a1 1 0 001 1h7v-9h2v9h7a1 1 0 001-1v-8z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e \u003c\/span\u003e \u003c\/span\u003e \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- END HANGING TAG BADGE --\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/brushed-brass-hallway-sconce-wall-mount-lamp-sconce-lighting-fixture-2350881.jpg\" alt=\"Brushed Brass Hallway Sconce – Wall Mount Lamp\" style=\"width: 100%; height: auto; border-radius: 12px; display: block; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 40px;\" loading=\"lazy\" decoding=\"async\"\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CONFIGURATION OPTIONS --\u003e\n\u003csection id=\"configure\" class=\"light-dome__config\"\u003e\n\u003ch3\u003eChoose Your Size\u003c\/h3\u003e\n\u003cp class=\"light-dome__config-intro\"\u003eSelect the shade diameter that best fits your hallway or entryway. All fixtures are solid brass, hardwired, and include a concealed mounting bracket.\u003c\/p\u003e\n\u003cdiv style=\"grid-template-columns: 1fr; text-align: center; padding: 24px 0;\" class=\"light-dome__config-grid\"\u003e\n\u003cdiv class=\"light-dome__config-section\"\u003e\n\u003ch4\u003eShade Diameter\u003c\/h4\u003e\n\u003cdiv style=\"grid-template-columns: 1fr 1fr; justify-content: center; gap: 12px;\" class=\"light-dome__config-options\"\u003e\n\u003cdiv data-value=\"10\" class=\"light-dome__config-option\"\u003e10 Inches\u003c\/div\u003e\n\u003cdiv data-value=\"12\" class=\"light-dome__config-option\"\u003e12 Inches\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"light-dome__config-slider-wrap\"\u003e\n\u003ch4 class=\"light-dome__config-slider-title\"\u003eCrafted Detail Gallery\u003c\/h4\u003e\n\u003cbutton class=\"light-dome__config-arrow light-dome__config-arrow--left\"\u003e‹\u003c\/button\u003e \u003cbutton class=\"light-dome__config-arrow light-dome__config-arrow--right\"\u003e›\u003c\/button\u003e\n\u003cdiv id=\"configSlider\" class=\"light-dome__config-slider-container\"\u003e\n\u003cdiv class=\"light-dome__config-slider\"\u003e\n\u003cdiv class=\"light-dome__config-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/brushed-brass-hallway-sconce-wall-mount-lamp-sconce-lighting-fixture-2350881.jpg\" alt=\"Brushed Brass Hallway Sconce – Front View\" class=\"light-dome__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"light-dome__config-slide\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/brushed-brass-hallway-sconce-wall-mount-lamp-sconce-lighting-fixture-7043840.jpg\" alt=\"Brushed Brass Hallway Sconce – Installed in Hallway\" class=\"light-dome__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"light-dome__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/brushed-brass-hallway-sconce-wall-mount-lamp-sconce-lighting-fixture-9698945.jpg\" alt=\"Brushed Brass Hallway Sconce – Close-up of Brushed Texture\" class=\"light-dome__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"light-dome__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/brushed-brass-hallway-sconce-wall-mount-lamp-sconce-lighting-fixture-7043840.jpg\" alt=\"Brushed Brass Hallway Sconce – Side Profile\" class=\"light-dome__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"light-dome__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/brushed-brass-hallway-sconce-wall-mount-lamp-sconce-lighting-fixture-1042877.jpg\" alt=\"Brushed Brass Hallway Sconce – With Bulb\" class=\"light-dome__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"light-dome__config-slide\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/brushed-brass-hallway-sconce-wall-mount-lamp-sconce-lighting-fixture-8564858.png\" alt=\"Brushed Brass Hallway Sconce – Dimensions Diagram\" class=\"light-dome__config-slide-img\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- GUARANTEE BOX --\u003e\n\u003cdiv class=\"light-dome__guarantee-box\"\u003e\n\u003ch4\u003e🛡️ Our No-Risk Promise to You\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003e15-Day Returns:\u003c\/strong\u003e Changed your mind? We'll refund you - just send it back unused in its original packaging.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e5-Year Warranty:\u003c\/strong\u003e Covers material and craftsmanship defects (excludes natural aging of brushed brass).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003ePerfect Match Guarantee:\u003c\/strong\u003e All hardware and finishes are unified — guaranteed.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eWe craft every fixture to last generations — so you can buy with total confidence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- DISTINCTIVE FEATURES --\u003e\n\u003csection class=\"light-dome__features\"\u003e\n\u003ch3\u003eDistinctive Features\u003c\/h3\u003e\n\u003cul class=\"light-dome__features-list\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"light-dome__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M12 6V12L16 14\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"#fff\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"light-dome__feature-content\"\u003e\n\u003ch5\u003eSolid Brass Construction\u003c\/h5\u003e\n\u003cp\u003eBuilt from high-grade solid brass — substantial weight, superior stability, and enduring value.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"light-dome__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"light-dome__feature-content\"\u003e\n\u003ch5\u003eBrushed Brass Finish\u003c\/h5\u003e\n\u003cp\u003eSubtle matte texture that softens over time with a natural patina — adds warmth without glare.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"light-dome__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M21 16V8C21 6.9 20.1 6 19 6H5C3.9 6 3 6.9 3 8V16C3 17.1 3.9 18 5 18h29C20.1 18 21 17.1 21 16Z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"3\" fill=\"white\"\u003e\u003c\/circle\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"light-dome__feature-content\"\u003e\n\u003ch5\u003eSpace-Saving Wall-Mount Design\u003c\/h5\u003e\n\u003cp\u003eMounts flush to the wall with a concealed bracket — ideal for narrow hallways, stairwells, and entryways.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"light-dome__feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n              \u003cpath d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-13v6l5 3-5 3V9z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"light-dome__feature-content\"\u003e\n\u003ch5\u003eCustomizable Options\u003c\/h5\u003e\n\u003cp\u003eSize and shape available upon request — we’ll tailor it to fit your unique space and vision.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- LIFESTYLE SECTIONS --\u003e\n\u003csection class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/brushed-brass-hallway-sconce-wall-mount-lamp-sconce-lighting-fixture-1042877.jpg\" alt=\"Brushed Brass Hallway Sconce – Close-up of Brushed Texture\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch4\u003eLight That Complements, Never Competes\u003c\/h4\u003e\n\u003cp\u003eThe brushed finish diffuses light softly, casting a warm, ambient glow that enhances architectural details without overwhelming them — perfect for guiding footsteps or highlighting artwork in tight spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection style=\"direction: rtl;\" class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/brushed-brass-hallway-sconce-wall-mount-lamp-sconce-lighting-fixture-7043840.jpg\" alt=\"Brushed Brass Hallway Sconce Installed in Hallway\" loading=\"lazy\" decoding=\"async\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch4\u003eDesigned for Narrow Spaces\u003c\/h4\u003e\n\u003cp\u003eIts compact profile and wall-mounted design make it ideal for corridors, stair landings, and entryways where floor space is precious. The curved arm directs light downward, illuminating pathways safely and elegantly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TECHNICAL SPECS --\u003e\n\u003csection class=\"light-dome__specs-section\"\u003e\n\u003ch3\u003eTechnical Specifications\u003c\/h3\u003e\n\u003ctable class=\"light-dome__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\u003eBrushed Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInstallation\u003c\/td\u003e\n\u003ctd\u003eHardwired, Concealed Hanging Bracket Included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBulb Type\u003c\/td\u003e\n\u003ctd\u003eFits E26\/E27 Bases — US\/EU\/UK Compatible (2 Free Bulbs 🎁)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBulb Lighting Color\u003c\/td\u003e\n\u003ctd\u003e2700k\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVoltage\u003c\/td\u003e\n\u003ctd\u003e110 \/ 220\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCustom Options\u003c\/td\u003e\n\u003ctd\u003eSize and Shape Available on Request\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign Feature\u003c\/td\u003e\n\u003ctd\u003eSpace-Saving Wall-Mounted\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eReturn Policy\u003c\/td\u003e\n\u003ctd\u003e15-Day Return\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWarranty\u003c\/td\u003e\n\u003ctd\u003e5-Year Limited Warranty\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch4\u003eStandard Dimensions\u003c\/h4\u003e\n\u003cdiv style=\"grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));\" class=\"light-dome__dimensions-grid\"\u003e\n\u003cdiv class=\"light-dome__dimension-card\"\u003e\n\u003cdiv class=\"light-dome__dimension-label\"\u003eShade Dia.\u003c\/div\u003e\n\u003cdiv class=\"light-dome__dimension-value\"\u003e10 inches\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"light-dome__dimension-card\"\u003e\n\u003cdiv class=\"light-dome__dimension-label\"\u003eShade Dia.\u003c\/div\u003e\n\u003cdiv class=\"light-dome__dimension-value\"\u003e12 inches\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"color: var(--muted); margin-top: 12px; font-size: clamp(12px, 1.5vw, 13px); line-height: 1.6;\"\u003e📏 Overall projection: 10.5\", Height: 6.2\", Canopy depth: 0.8\", Canopy height: 5\".\u003c\/p\u003e\n\u003cp style=\"color: var(--muted); margin-top: 12px; font-size: clamp(12px, 1.5vw, 13px); line-height: 1.6;\"\u003e\u003cstrong\u003eNeed custom sizing or shape?\u003c\/strong\u003e Note your request at checkout — we’ll craft it to your exact needs.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- SPEC SHEET DOWNLOAD --\u003e\n\u003cdiv class=\"light-dome__download\"\u003e\n\u003ch4\u003eInstallation \u0026amp; Care PDF\u003c\/h4\u003e\n\u003cp\u003eComplete dimensions, mounting templates, care instructions, and bulb guide.\u003c\/p\u003e\n\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/IP-029-03-002-10-24_1.pdf\" download=\"\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e 📄 Download Installation Guide \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- FULL WARRANTY --\u003e\n\u003cdiv class=\"ie-warranty\" role=\"region\" aria-label=\"Warranty \u0026amp; Guarantee\"\u003e\n\u003cdiv class=\"ie-warranty__top\"\u003e\n\u003csvg class=\"ie-warranty__shield\" viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n          \u003cpath d=\"M12 2l7 3v6c0 5-3.6 9.7-7 11-3.4-1.3-7-6-7-11V5l7-3z\" fill=\"currentColor\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M10.2 12.6l-1.9-1.9-1.1 1.1 3 3 5.6-5.6-1.1-1.1-4.5 4.5z\" fill=\"#fff\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003ch4 class=\"ie-warranty__title\"\u003eWarranty \u0026amp; Guarantee\u003c\/h4\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 fixture construction and materials.\u003c\/li\u003e\n\u003cli\u003eCovered for \u003cstrong\u003erepair or replacement\u003c\/strong\u003e in case of manufacturing defects (installation\/labor costs excluded).\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eVisual damages\u003c\/strong\u003e must be reported within \u003cstrong\u003e15 days\u003c\/strong\u003e of delivery with photos and proof of purchase.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"ie-warranty__note\"\u003eNeed help? Email \u003ca href=\"mailto:contact@insideast.com\"\u003econtact@insideast.com\u003c\/a\u003e with your order number.\u003c\/p\u003e\n\u003cp class=\"ie-warranty__note\"\u003eFinish note: The brushed brass finish is intentionally unfinished — patina development is natural and desired. Variations in aging are not defects, but marks of authenticity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003cdiv style=\"margin-top: 60px;\" class=\"light-dome__cta-section\"\u003e\n\u003ch4 style=\"font-size: clamp(20px, 3vw, 24px); margin-bottom: 15px; color: var(--primary);\"\u003eA Sconce That Fits Your Space, Not the Other Way Around\u003c\/h4\u003e\n\u003cp style=\"color: var(--muted); margin-bottom: 20px; font-size: clamp(13px, 1.5vw, 15px);\"\u003eSolid brass, brushed finish, and a slim profile — designed to blend into your home while adding quiet elegance.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"light-dome__cta-primary\"\u003e\n  Configure \u0026amp; Order Now\n\u003c\/a\u003e\n\u003cdiv class=\"light-dome__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\u003cdiv\u003e15-Day Guarantee\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n    (function() {\n        function initSliders() {\n            \/\/ Configuration Slider\n            const configSlider = document.getElementById('configSlider');\n            if (configSlider) {\n                const leftArrows = document.querySelectorAll('.light-dome__config-arrow--left');\n                const rightArrows = document.querySelectorAll('.light-dome__config-arrow--right');\n                \n                leftArrows.forEach(arrow =\u003e {\n                    \/\/ Only add the event listener if we haven't already\n                    if (!arrow.dataset.listener) {\n                        arrow.addEventListener('click', function(e) {\n                            e.preventDefault();\n                            configSlider.scrollBy({ left: -400, behavior: 'smooth' });\n                        });\n                        arrow.dataset.listener = 'true';\n                    }\n                });\n                \n                rightArrows.forEach(arrow =\u003e {\n                    if (!arrow.dataset.listener) {\n                        arrow.addEventListener('click', function(e) {\n                            e.preventDefault();\n                            configSlider.scrollBy({ left: 400, behavior: 'smooth' });\n                        });\n                        arrow.dataset.listener = 'true';\n                    }\n                });\n            }\n\n            \/\/ Review Slider (if present on the page)\n            const reviewSlider = document.getElementById('reviewSlider');\n            if (reviewSlider) {\n                const leftArrows = document.querySelectorAll('.light-dome__review-arrow--left');\n                const rightArrows = document.querySelectorAll('.light-dome__review-arrow--right');\n                \n                leftArrows.forEach(arrow =\u003e {\n                    if (!arrow.dataset.listener) {\n                        arrow.addEventListener('click', function(e) {\n                            e.preventDefault();\n                            reviewSlider.scrollBy({ left: -400, behavior: 'smooth' });\n                        });\n                        arrow.dataset.listener = 'true';\n                    }\n                });\n                \n                rightArrows.forEach(arrow =\u003e {\n                    if (!arrow.dataset.listener) {\n                        arrow.addEventListener('click', function(e) {\n                            e.preventDefault();\n                            reviewSlider.scrollBy({ left: 400, behavior: 'smooth' });\n                        });\n                        arrow.dataset.listener = 'true';\n                    }\n                });\n            }\n        }\n\n        \/\/ Run initialization \n        \/\/ 1. Immediately if DOM is ready\n        \/\/ 2. Wait until DOM loads if it hasn't\n        if (document.readyState === 'loading') {\n            document.addEventListener('DOMContentLoaded', initSliders);\n        } else {\n            initSliders();\n        }\n\n        \/\/ 3. Keep an eye on the page for dynamically loaded content (e.g., Shopify Sections)\n        const observer = new MutationObserver((mutations) =\u003e {\n            initSliders();\n        });\n        observer.observe(document.body, { childList: true, subtree: true });\n    })();\n\n    \/\/ Original fallback functions\n    function scrollConfigLeft() { document.getElementById('configSlider').scrollBy({ left: -400, behavior: 'smooth' }); }\n    function scrollConfigRight() { document.getElementById('configSlider').scrollBy({ left: 400, behavior: 'smooth' }); }\n    function scrollReviewsLeft() { document.getElementById('reviewSlider').scrollBy({ left: -400, behavior: 'smooth' }); }\n    function scrollReviewsRight() { document.getElementById('reviewSlider').scrollBy({ left: 400, behavior: 'smooth' }); }\n    function scrollToVariations() { window.scrollTo(0, 0); }\n\u003c\/script\u003e","brand":"Insideast","offers":[{"title":"10 Inches","offer_id":42780359983213,"sku":"IP-029-03-002-10-24","price":175.12,"currency_code":"USD","in_stock":true},{"title":"12 Inches","offer_id":42780360015981,"sku":"IP-029-03-002-12-24","price":184.53,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/brushed-brass-hallway-sconce-wall-mount-lamp-sconce-lighting-fixture-2350881.jpg?v=1773579253"},{"product_id":"brushed-brass-wall-sconce-light-solid-brass-wall-lamp-wall-lighting-fixture","title":"Brushed Brass Wall Sconce Light, Solid Brass Wall Lamp, Wall Lighting Fixture","description":"\u003cp\u003e\n    \u003clink href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\"\u003e\n    \u003clink crossorigin=\"\" href=\"https:\/\/fonts.gstatic.com\" rel=\"preconnect\"\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400\u0026amp;family=Inter:wght@300;400;500;600\u0026amp;display=swap\"\u003e\n\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* BASE RESET \u0026 VARIABLES *\/\n    :root {\n        --ias-copper: #b87333;\n        --ias-copper-dark: #8b4513;\n        --ias-gold-mark: #d4a373;\n        --ias-text: #2d2a26;\n        --ias-text-light: #6b665c;\n        --ias-bg: #faf9f6;\n        --ias-bg-soft: #fdf8f3;\n        --ias-border: #e5e1da;\n        --ias-max-width: 900px;\n    }\n\n    #ias-p-top * {\n    box-sizing: border-box;\n}\n#ias-p-top {\n    background-color: var(--ias-bg);\n    font-family: 'Inter', sans-serif;\n    color: var(--ias-text);\n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n}\n\n    .ias-p-container {\n        max-width: var(--ias-max-width);\n        margin: 0 auto;\n        padding: 60px 20px;\n        scroll-behavior: smooth;\n    }\n\n    .ias-p-serif {\n        font-family: 'Playfair Display', serif;\n    }\n\n    \/* ALIGNMENT REFINEMENT - ALL CENTERED *\/\n    .ias-p-hero,\n    .ias-p-hook,\n    .ias-p-section-desc,\n    .ias-p-variations .ias-p-section-header,\n    .ias-p-specs-grid\u003ediv:first-child,\n    .ias-p-reviews .ias-p-section-header,\n    .ias-p-faq .ias-p-section-header {\n        text-align: center;\n    }\n\n    .ias-p-desc-text {\n        text-align: center;\n        max-width: 800px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    \/* FEATURE LIST CENTERING LOGIC *\/\n    .ias-p-feature-list {\n        list-style: none;\n        padding: 0;\n        margin-top: 30px;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        \/* Centered on Desktop *\/\n    }\n\n    .ias-p-feature-item {\n        display: flex;\n        align-items: center;\n        gap: 14px;\n        margin-bottom: 16px;\n        font-size: 15px;\n        font-weight: 500;\n        text-align: left;\n    }\n\n    \/* GOLD MARK STYLE *\/\n    .ias-p-gold-mark {\n        color: var(--ias-gold-mark);\n        flex-shrink: 0;\n        width: 18px;\n        height: 18px;\n    }\n\n    \/* HERO SECTION *\/\n    .ias-p-badge {\n        display: inline-block;\n        padding: 6px 18px;\n        background: #f5efe6;\n        color: var(--ias-copper-dark);\n        font-size: 11px;\n        font-weight: 700;\n        letter-spacing: 2px;\n        text-transform: uppercase;\n        border-radius: 50px;\n        margin-bottom: 24px;\n    }\n\n    .ias-p-hero-title {\n        font-size: clamp(32px, 6vw, 52px);\n        margin-bottom: 16px;\n        line-height: 1.1;\n        color: var(--ias-text);\n    }\n\n    .ias-p-hero-subtitle {\n        font-size: 20px;\n        color: var(--ias-text-light);\n        font-style: italic;\n        font-weight: 300;\n        margin-bottom: 40px;\n    }\n\n    .ias-p-main-img-wrapper {\n        position: relative;\n        border-radius: 24px;\n        overflow: hidden;\n        box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.12);\n        margin-bottom: 40px;\n    }\n\n    .ias-p-main-img {\n        width: 100%;\n        height: auto;\n        display: block;\n    }\n\n    \/* MID SECTION IMAGE - SMALLER THAN HERO *\/\n    .ias-p-mid-img-wrapper {\n        max-width: 650px;\n        margin: 0 auto 60px;\n        border-radius: 20px;\n        overflow: hidden;\n        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);\n    }\n\n    .ias-p-mid-img {\n        width: 100%;\n        height: auto;\n        display: block;\n    }\n\n    \/* ADVANTAGES ROW *\/\n    .ias-p-adv-row {\n        display: flex;\n        justify-content: center;\n        flex-wrap: wrap;\n        gap: 24px;\n        margin-bottom: 30px;\n        padding: 20px 0;\n        border-bottom: 1px solid var(--ias-border);\n    }\n\n    .ias-p-adv-item {\n        display: flex;\n        align-items: center;\n        gap: 8px;\n        font-size: 12px;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        color: var(--ias-text);\n    }\n\n    .ias-p-emergency-msg {\n        background: #fff8f0;\n        border-left: 4px solid var(--ias-copper);\n        padding: 20px;\n        border-radius: 8px;\n        margin-bottom: 60px;\n        font-size: 15px;\n        color: var(--ias-text);\n        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);\n        text-align: center;\n    }\n\n    \/* GALLERY - REMOVED GREY BOXES *\/\n    .ias-p-gallery-grid {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 20px;\n        margin-bottom: 100px;\n    }\n\n    .ias-p-gallery-item {\n        border-radius: 16px;\n        overflow: hidden;\n        background-color: transparent;\n        \/* Removed grey background *\/\n        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);\n        display: flex;\n    }\n\n    .ias-p-gallery-img {\n        width: 100%;\n        height: auto;\n        object-fit: cover;\n        display: block;\n        transition: transform 0.6s ease;\n    }\n\n    .ias-p-gallery-item:hover .ias-p-gallery-img {\n        transform: scale(1.04);\n    }\n\n    \/* VARIATIONS *\/\n    .ias-p-variations {\n        background: var(--ias-bg-soft);\n        border-radius: 32px;\n        padding: 60px 40px;\n        margin-bottom: 100px;\n        border: 1px solid #f5efe6;\n    }\n\n    .ias-p-section-subtitle {\n        text-transform: uppercase;\n        letter-spacing: 3px;\n        font-size: 11px;\n        font-weight: 700;\n        color: var(--ias-copper);\n        display: block;\n        margin-bottom: 12px;\n    }\n\n    .ias-p-var-grid {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 40px;\n    }\n\n    .ias-p-var-group h4 {\n        font-size: 20px;\n        margin-bottom: 16px;\n    }\n\n    .ias-p-tag-cloud {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 10px;\n        justify-content: center;\n    }\n\n    .ias-p-tag {\n        background: white;\n        border: 1px solid var(--ias-border);\n        padding: 8px 18px;\n        border-radius: 8px;\n        font-size: 13px;\n        font-weight: 600;\n        color: var(--ias-text);\n    }\n\n    .ias-p-custom-info {\n        margin-top: 50px;\n        text-align: center;\n        padding-top: 40px;\n        border-top: 1px solid var(--ias-border);\n    }\n\n    .ias-p-custom-link {\n        color: var(--ias-copper);\n        font-weight: 700;\n        text-decoration: none;\n        border-bottom: 2px solid var(--ias-copper);\n        padding-bottom: 2px;\n        transition: opacity 0.3s;\n    }\n\n    \/* REVIEWS *\/\n    .ias-p-reviews {\n        margin-bottom: 100px;\n    }\n\n    .ias-p-review-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n        gap: 24px;\n    }\n\n    .ias-p-review-card {\n        background: white;\n        padding: 32px;\n        border-radius: 24px;\n        border: 1px solid var(--ias-border);\n        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);\n        text-align: left;\n    }\n\n    .ias-p-stars {\n        color: var(--ias-copper);\n        margin-bottom: 16px;\n        font-size: 14px;\n        letter-spacing: 2px;\n    }\n\n    .ias-p-review-text {\n        font-style: italic;\n        color: var(--ias-text-light);\n        font-size: 15px;\n        margin-bottom: 24px;\n    }\n\n    .ias-p-reviewer-name {\n        font-weight: 700;\n        font-size: 14px;\n    }\n\n    \/* FAQ - NATIVE HTML UPDATE *\/\n    .ias-p-faq {\n        margin-bottom: 100px;\n    }\n\n    details.ias-p-faq-item {\n        border-bottom: 1px solid var(--ias-border);\n    }\n\n    summary.ias-p-faq-trigger {\n        width: 100%;\n        padding: 24px 0;\n        background: none;\n        border: none;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        cursor: pointer;\n        text-align: left;\n        font-size: 18px;\n        color: var(--ias-text);\n        list-style: none;\n        \/* Removes default arrow *\/\n    }\n\n    summary.ias-p-faq-trigger::-webkit-details-marker {\n        display: none;\n        \/* Removes default arrow in Safari\/Chrome *\/\n    }\n\n    .ias-p-faq-icon {\n        transition: transform 0.3s ease;\n        font-size: 14px;\n    }\n\n    .ias-p-faq-content {\n        padding-bottom: 24px;\n    }\n\n    .ias-p-faq-content p {\n        color: var(--ias-text-light);\n        font-size: 15px;\n        text-align: left;\n    }\n\n    details[open] .ias-p-faq-icon {\n        transform: rotate(180deg);\n    }\n\n    \/* SPECS *\/\n    .ias-p-specs-grid {\n        display: grid;\n        grid-template-columns: 1fr 1.5fr;\n        gap: 60px;\n        margin-bottom: 100px;\n    }\n\n    .ias-p-table-wrapper {\n        border-radius: 20px;\n        overflow: hidden;\n        border: 1px solid var(--ias-border);\n    }\n\n    .ias-p-specs-table {\n        width: 100%;\n        border-collapse: collapse;\n        background: white;\n        text-align: left;\n    }\n\n    .ias-p-specs-table td,\n    .ias-p-specs-table th {\n        padding: 18px 24px;\n        border-bottom: 1px solid var(--ias-border);\n        font-size: 14px;\n    }\n\n    .ias-p-spec-key {\n        font-weight: 700;\n        color: var(--ias-copper-dark);\n        width: 40%;\n    }\n\n    .ias-p-pdf-box {\n        background: var(--ias-bg-soft);\n        padding: 30px;\n        border-radius: 24px;\n        border: 1px solid var(--ias-border);\n        margin-top: 20px;\n    }\n\n    .ias-p-pdf-btn {\n        display: inline-block;\n        background: var(--ias-text);\n        color: white;\n        text-decoration: none;\n        padding: 14px 24px;\n        border-radius: 12px;\n        margin-top: 20px;\n        font-weight: 600;\n        font-size: 14px;\n    }\n\n    \/* WARRANTY \u0026 PROMISE *\/\n    .ias-p-promise-grid {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 30px;\n        margin-bottom: 100px;\n    }\n\n    .ias-p-warranty-card {\n        background: var(--ias-text);\n        color: white;\n        padding: 40px;\n        border-radius: 32px;\n        text-align: center;\n    }\n\n    .ias-p-warranty-card h3 {\n        font-size: 26px;\n        margin-bottom: 20px;\n    }\n\n    .ias-p-policy-detail {\n        font-size: 13px;\n        color: #d1cfc9;\n        margin-bottom: 15px;\n        line-height: 1.5;\n    }\n\n    .ias-p-promise-card {\n        border: 2px dashed var(--ias-copper);\n        background: white;\n        padding: 40px;\n        border-radius: 32px;\n        text-align: center;\n    }\n\n    .ias-p-promise-card .ias-p-feature-list {\n        align-items: center;\n        \/* Center these lists specifically *\/\n    }\n\n    \/* FINAL CTA *\/\n    .ias-p-cta-footer {\n        background: white;\n        border: 1px solid var(--ias-border);\n        border-radius: 40px;\n        padding: 60px 20px;\n        text-align: center;\n        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);\n        margin-bottom: 60px;\n    }\n\n    .ias-p-trusted-badges {\n        display: flex;\n        justify-content: center;\n        flex-wrap: wrap;\n        gap: 40px;\n        margin-top: 40px;\n        padding-top: 30px;\n        border-top: 1px solid var(--ias-border);\n    }\n\n    .ias-p-trusted-item {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        gap: 12px;\n        font-size: 11px;\n        font-weight: 700;\n        text-transform: uppercase;\n        color: var(--ias-text-light);\n        min-width: 120px;\n    }\n\n    .ias-p-btn-primary {\n        display: inline-block;\n        background: linear-gradient(135deg, var(--ias-copper), var(--ias-copper-dark));\n        color: white;\n        padding: 22px 50px;\n        border-radius: 60px;\n        font-weight: 700;\n        font-size: 18px;\n        text-decoration: none;\n        margin-top: 40px;\n        box-shadow: 0 15px 30px rgba(184, 115, 51, 0.3);\n        transition: transform 0.3s;\n    }\n\n    .ias-p-btn-primary:hover {\n        transform: translateY(-4px);\n    }\n\n    \/* SECTION TITLES – FINAL REFINED SCALE *\/\n    .ias-p-hook h4 {\n        font-size: clamp(22px, 3.2vw, 28px);\n        \/* Smaller H4 *\/\n        line-height: 1.35;\n        margin-bottom: 12px;\n        padding-bottom: 6px;\n    }\n\n    .ias-p-section-desc h3 {\n        font-size: clamp(24px, 3.8vw, 32px);\n        \/* Primary section title *\/\n        line-height: 1.3;\n        margin-bottom: 12px;\n        padding-bottom: 8px;\n    }\n\n    .ias-p-hook p {\n        margin-bottom: 8px;\n    }\n\n    \/* RESPONSIVE *\/\n    @media (max-width: 768px) {\n\n        .ias-p-var-grid,\n        .ias-p-specs-grid,\n        .ias-p-promise-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .ias-p-feature-list {\n            align-items: flex-start;\n            \/* Left aligned for mobile *\/\n            padding-left: 20px;\n            max-width: 340px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .ias-p-promise-card .ias-p-feature-list {\n            align-items: flex-start;\n        }\n\n        .ias-p-hook {\n            padding: 10 10px;\n        }\n\n        .ias-p-mid-img-wrapper {\n            max-width: 100%;\n        }\n    }\n\n    @media (max-width: 600px) {\n        .ias-p-gallery-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .ias-p-adv-row {\n            flex-direction: row;\n            justify-content: center;\n            gap: 15px;\n        }\n\n        .ias-p-adv-item {\n            font-size: 9px;\n        }\n    }\n    \/* ========== HERO GIFT BADGE (SQUARE \u0026 HANGING) ========== *\/\n  .light-dome__gift-badge {\n    position: absolute;\n    top: 15px;\n    left: 15px; \/* Moved to top-left *\/\n    background: #fff8f0; \/* Matches scarcity box color *\/\n    padding: 12px 8px;\n    border-radius: 8px; \/* Slightly rounded corners for a softer square *\/\n    display: flex;\n    flex-direction: column; \/* Stack icon and text vertically to make a square *\/\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n    gap: 6px;\n    width: 100px; \/* Fixed width for standard square shape *\/\n    height: 100px; \/* Fixed height for standard square shape *\/\n    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);\n    border: 1px solid var(--accent);\n    z-index: 10;\n    transform-origin: top center; \/* Makes the animation swing from the top *\/\n    animation: badge-swing 3.5s ease-in-out infinite; \/* Gentle hanging animation *\/\n  }\n\n  .light-dome__gift-badge svg {\n    color: var(--accent);\n    width: 26px;\n    height: 26px;\n    flex-shrink: 0;\n  }\n\n  .light-dome__gift-badge span {\n    color: var(--primary);\n    font-size: clamp(11px, 1.2vw, 13px);\n    font-weight: 700;\n    line-height: 1.2;\n  }\n   \/* ========== HERO GIFT LABEL (HANGING TAG) ========== *\/\n  .light-dome__hanging-label {\n    position: absolute;\n    top: 25px; \/* Dropped down to make room for the string *\/\n    right: 20px; \/* Top right corner *\/\n    background: #fff8f0; \/* Matches the scarcity box *\/\n    border: 1px solid var(--accent);\n    border-radius: 8px;\n    padding: 14px 8px 10px;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    width: 105px;\n    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);\n    z-index: 10;\n    \n    \/* Makes it physical: The tag swings exactly from the top of the string! *\/\n    transform-origin: 50% -20px; \n    animation: tag-swing 3.5s ease-in-out infinite; \n  }\n\n  \/* The actual string *\/\n  .light-dome__hanging-label::before {\n    content: \"\";\n    position: absolute;\n    top: -20px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 1.5px;\n    height: 20px;\n    background: var(--accent);\n    opacity: 0.8;\n  }\n\n  \/* The hole in the tag *\/\n  .light-dome__hanging-label::after {\n    content: \"\";\n    position: absolute;\n    top: 6px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 6px;\n    height: 6px;\n    background: #333; \/* Dark hole effect *\/\n    border-radius: 50%;\n    box-shadow: inset 0 1px 2px rgba(0,0,0,0.8), 0 1px 0 rgba(255,255,255,0.8);\n  }\n\n  \/* Lit Bulb Icon *\/\n  .light-dome__label-bulb {\n    color: #e6a100; \/* Warm gold ray color *\/\n    width: 30px; \/* Slightly larger as the focus *\/\n    height: 30px;\n    flex-shrink: 0;\n    margin-top: 3px;\n    filter: drop-shadow(0 0 6px rgba(230, 161, 0, 0.7)); \/* Outer glow *\/\n    animation: bulb-glow 1.5s infinite alternate ease-in-out;\n  }\n\n  .light-dome__hanging-label span {\n    color: var(--primary);\n    font-size: clamp(10px, 1.2vw, 12px);\n    font-weight: 800;\n    line-height: 1.25;\n    text-align: center;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n\n  \/* Tag swinging animation *\/\n  @keyframes tag-swing {\n    0% { transform: rotate(-4deg); }\n    50% { transform: rotate(4deg); }\n    100% { transform: rotate(-4deg); }\n  }\n\n  \/* Brightly lit bulb glow animation *\/\n  @keyframes bulb-glow {\n    0% { filter: drop-shadow(0 0 3px rgba(255, 180, 0, 0.5)); transform: scale(0.95); opacity: 0.9; }\n    100% { filter: drop-shadow(0 0 12px rgba(255, 180, 0, 1)); transform: scale(1.05); opacity: 1; }\n  }\n\n  @media (max-width: 768px) {\n    .light-dome__hanging-label {\n      right: 10px;\n      width: 90px;\n      padding: 10px 5px 8px;\n    }\n    .light-dome__label-bulb {\n      width: 22px;\n      height: 22px;\n    }\n    .light-dome__hanging-label span {\n      font-size: 8px;\n    }\n  }\n\u003c\/style\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c!-- GOLD CHECKMARK SVG TEMPLATE --\u003e\u003csvg style=\"display: none;\"\u003e\n    \u003csymbol id=\"gold-mark\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n        \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n    \u003c\/symbol\u003e\n\u003c\/svg\u003e\n\u003cdiv class=\"ias-p-container\" id=\"ias-p-top\"\u003e\n    \u003c!-- HERO --\u003e\n    \u003cheader class=\"ias-p-hero\"\u003e\u003cspan class=\"ias-p-badge\"\u003eArtisan Heritage\u003c\/span\u003e\n        \u003ch2 class=\"ias-p-hero-title ias-p-serif\"\u003eBrushed Brass Wall Sconce Light\u003c\/h2\u003e\n        \u003cp class=\"ias-p-hero-subtitle\"\u003eA refined wall-mounted lamp with soft matte texture handcrafted in solid brass\n            for enduring elegance and evolving character.\u003c\/p\u003e\n        \u003cdiv class=\"ias-p-main-img-wrapper\"\u003e\n\u003cimg class=\"ias-p-main-img\" alt=\"Brushed Brass Wall Sconce Light\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/brushed-brass-wall-sconce-light-solid-brass-wall-lamp-wall-lighting-fixture-9642419.jpg\"\u003e\n        \u003c\/div\u003e\n        \u003c!-- ADVANTAGES --\u003e\n        \u003cdiv class=\"ias-p-adv-row\"\u003e\n            \u003cdiv class=\"ias-p-adv-item\"\u003e\n                \u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Reliable Shipping\n            \u003c\/div\u003e\n            \u003cdiv class=\"ias-p-adv-item\"\u003e\n                \u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e 5-Year Warranty\n            \u003c\/div\u003e\n            \u003cdiv class=\"ias-p-adv-item\"\u003e\n                \u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Flexible Returns\n            \u003c\/div\u003e\n            \u003cdiv class=\"ias-p-adv-item\"\u003e\n                \u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e 15-Day Guarantee\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- EMERGENCY \/ CRAFT MSG --\u003e\n        \u003cdiv class=\"ias-p-emergency-msg\"\u003e\n            \u003cstrong\u003e✨ Hand-Finished Precision:\u003c\/strong\u003e Each sconce is brushed by hand to achieve a consistent matte\n            luster — subtle variations affirm its artisan origin. Made to order.\n        \u003c\/div\u003e\n        \u003c!-- VIDEO SECTION --\u003e\n        \u003ch3 style=\"font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif; font-size: clamp(1.9rem, 3.0vw, 2.8rem); line-height: 1.3; margin-bottom: 24px; color: var(--ias-text); font-weight: 700; text-align: center;\"\u003e\n            The Soul of Manufacturing: A Journey Inside Our Workshop\n        \u003c\/h3\u003e\n        \u003cdiv style=\"position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 800px; margin: 60px auto 40px auto; border-radius: 20px; box-shadow: 0 15px 35px rgba(0,0,0,0.08);\"\u003e\n            \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/BAR-ur9JMIY\" title=\"The Soul of Manufacturing\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%;\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\u003c\/iframe\u003e\n        \u003c\/div\u003e\n    \u003c\/header\u003e\u003c!-- EMOTIONAL HOOK --\u003e\n    \u003cdiv class=\"ias-p-hook\"\u003e\n        \u003ch4 class=\"ias-p-serif\"\u003eWall Light as Quiet Statement\u003c\/h4\u003e\n        \u003cp\u003e \u003c\/p\u003e\n        \u003cp\u003eOur wall sconce blends minimalist form with tactile warmth. The brushed brass surface catches light softly,\n            casting a gentle glow that enhances hallways, entryways, and bedside walls. Over time, it develops a rich,\n            mellow patina — deepening in character alongside your home’s story.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003c!-- MID SECTION IMAGE --\u003e\n\n    \u003csection style=\"margin: clamp(40px, 6vw, 80px) 0;\"\u003e\n  \u003cdiv style=\"position: relative; max-width: 600px; margin: 0 auto; width: 100%;\"\u003e\n    \n    \u003c!-- ADDED: HANGING TAG BADGE --\u003e\n    \u003cdiv class=\"light-dome__hanging-label\"\u003e\n        \n      \u003c!-- Brightly Lit Bulb Icon --\u003e\n      \u003csvg class=\"light-dome__label-bulb\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003c!-- Light Rays --\u003e\n        \u003cpath d=\"M12 2V4M18.5 5.5L17 7M5.5 5.5L7 7M22 11H20M4 11H2\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n        \u003c!-- Base of the bulb --\u003e\n        \u003cpath d=\"M9 19H15V20.5C15 21.3284 14.3284 22 13.5 22H10.5C9.67157 22 9 21.3284 9 20.5V19Z\" fill=\"#a67c52\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c!-- Glass glowing dome --\u003e\n        \u003cpath d=\"M15 19C15 17.5 17 16 17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12C7 16 9 17.5 9 19H15Z\" fill=\"#ffd700\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n        \u003c!-- Filament inside --\u003e\n        \u003cpath d=\"M10 14V16M14 14V16M10 14L12 10.5L14 14\" stroke=\"#c07c00\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n\n\u003cspan style=\"display:inline-block; text-align:center; line-height:1.2;\"\u003e\n  \u003cspan style=\"display:block; font-size:13px; font-weight:700;\"\u003e\n    FREE BULB\n  \u003c\/span\u003e\n  \u003cspan style=\"display:block; font-size:10px; font-weight:600; letter-spacing:1px; margin-top:4px; color:#a57c52;\"\u003e\n    OUR GIFT TO YOU\n    \u003cspan style=\"display:inline-block; vertical-align:middle; margin-left:4px;\"\u003e\n      \u003csvg width=\"11\" height=\"11\" viewbox=\"0 0 24 24\" fill=\"#865e35\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n        \u003cpath d=\"M20 7h-2.18A3 3 0 0015 2a3 3 0 00-3 3 3 3 0 00-3-3 3 3 0 00-2.82 5H4a1 1 0 00-1 1v3h18V8a1 1 0 00-1-1zm-8-3a1 1 0 011 1 1 1 0 01-2 0 1 1 0 011-1zM8 4a1 1 0 011 1 1 1 0 01-2 0 1 1 0 011-1zm13 9H3v8a1 1 0 001 1h7v-9h2v9h7a1 1 0 001-1v-8z\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e\n    \u003c\/span\u003e\n  \u003c\/span\u003e\n\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003c!-- END HANGING TAG BADGE --\u003e\n\n    \u003cimg src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/brushed-brass-wall-sconce-light-solid-brass-wall-lamp-wall-lighting-fixture-3042584.jpg\" alt=\"Wall Sconce in Hallway\" style=\"width: 100%; height: auto; border-radius: 12px; display: block; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 40px;\" loading=\"lazy\" decoding=\"async\"\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n    \u003c!-- DESCRIPTION \u0026 GALLERY --\u003e\n    \u003csection class=\"ias-p-section-desc\"\u003e\n        \u003ch3 class=\"ias-p-serif\"\u003eArchitectural Simplicity, Crafted in Brass\u003c\/h3\u003e\n        \u003cdiv class=\"ias-p-desc-text\"\u003e\n            \u003cp\u003eForged from 100% solid brass not plated or hollow, this sconce delivers structural integrity and heirloom\n                quality. The concealed wall bracket ensures a clean silhouette, while the open-bottom shade directs\n                light downward for functional ambient illumination.\u003c\/p\u003e\n            \u003cp\u003eThe brushed finish begins with a soft, uniform matte texture and ages gracefully, developing warm amber\n                and chocolate tones over months and years without requiring maintenance.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"ias-p-feature-list\"\u003e\n            \u003cli class=\"ias-p-feature-item\"\u003e\n                \u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e 100% Solid Brass Construction\n            \u003c\/li\u003e\n            \u003cli class=\"ias-p-feature-item\"\u003e\n                \u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Brushed Brass Finish (Develops Natural Patina)\n            \u003c\/li\u003e\n            \u003cli class=\"ias-p-feature-item\"\u003e\n                \u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Concealed Wall Bracket for Clean Installation\n            \u003c\/li\u003e\n            \u003cli class=\"ias-p-feature-item\"\u003e\n                \u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Fully Compatible with Insideast Brass Collection\n            \u003c\/li\u003e\n            \u003cli class=\"ias-p-feature-item\"\u003e\n                \u003csvg class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Custom Sizes \u0026amp; Shapes Available on Request\n            \u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/section\u003e\n    \u003c!-- GALLERY - CLEANED UP --\u003e\n    \u003cdiv class=\"ias-p-gallery-grid\"\u003e\n        \u003cdiv class=\"ias-p-gallery-item\"\u003e\n\u003cimg alt=\"Close-Up Brushed Texture\" class=\"ias-p-gallery-img\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/brushed-brass-wall-sconce-light-solid-brass-wall-lamp-wall-lighting-fixture-4863147.jpg\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ias-p-gallery-item\"\u003e\n\u003cimg alt=\"Side Profile View\" class=\"ias-p-gallery-img\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/brushed-brass-wall-sconce-light-solid-brass-wall-lamp-wall-lighting-fixture-8291485.jpg\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ias-p-gallery-item\"\u003e\n\u003cimg alt=\"In Bedroom Setting\" class=\"ias-p-gallery-img\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/brushed-brass-wall-sconce-light-solid-brass-wall-lamp-wall-lighting-fixture-9317378.jpg\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ias-p-gallery-item\"\u003e\n\u003cimg alt=\"Pair Installation\" class=\"ias-p-gallery-img\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/brushed-brass-wall-sconce-light-solid-brass-wall-lamp-wall-lighting-fixture-9001528.jpg\"\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- CUSTOMIZATION MESSAGE (NO VARIATIONS GRID) --\u003e\n    \u003csection class=\"ias-p-variations\"\u003e\n        \u003cdiv style=\"max-width: 800px; margin: 0 auto 50px;\" class=\"ias-p-custom-info\"\u003e\n            \u003cp class=\"ias-p-desc-text\"\u003eWe specialize in bespoke lighting. Custom sizes, elongated forms, and unique\n                patina finishes are available upon request.\u003c\/p\u003e\n            \u003cp style=\"background: #fff; padding: 15px; border-radius: 12px; border: 1px solid var(--ias-border); margin: 16px 0 25px;\" class=\"ias-p-desc-text\"\u003e\u003cstrong\u003eHave a specific vision? Email us at \u003ca style=\"color: var(--ias-copper); text-decoration: underline;\" href=\"mailto:contact@insideast.com\"\u003econtact@insideast.com\u003c\/a\u003e before ordering — we’ll craft it\n                    to your exact dimensions.\u003c\/strong\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003c!-- TECHNICAL SPECS --\u003e\n    \u003csection class=\"ias-p-specs-grid\"\u003e\n        \u003cdiv\u003e\n            \u003ch3 style=\"font-size: 32px; margin-bottom: 24px;\" class=\"ias-p-serif\"\u003eSpecifications\u003c\/h3\u003e\n            \u003cdiv class=\"ias-p-pdf-box\"\u003e\n                \u003ch5 style=\"margin-bottom: 10px;\"\u003eTechnical Drawing\u003c\/h5\u003e\n                \u003cp style=\"font-size: 12px; color: var(--ias-text-light);\"\u003eDownload detailed dimensions, installation\n                    guide, and wiring diagrams.\u003c\/p\u003e\n                \u003ca class=\"ias-p-pdf-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/IP-025-03-002-08-24.pdf\" target=\"_blank\"\u003eView Technical Drawing\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ias-p-table-wrapper\"\u003e\n            \u003ctable class=\"ias-p-specs-table\"\u003e\n                \u003ctbody\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"ias-p-spec-key\"\u003eMaterial\u003c\/td\u003e\n                        \u003ctd\u003eSolid Brass\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"ias-p-spec-key\"\u003eFinish\u003c\/td\u003e\n                        \u003ctd\u003eBrushed Brass\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"ias-p-spec-key\"\u003eBulb Base\u003c\/td\u003e\n                        \u003ctd\u003eFits E26\/E27 Bases — US\/EU\/UK Compatible (Gift 🎁 2 Free Bulbs)\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"ias-p-spec-key\"\u003eBulb Lighting Color\u003c\/td\u003e\n                        \u003ctd\u003e2700K\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"ias-p-spec-key\"\u003eVoltage\u003c\/td\u003e\n                        \u003ctd\u003e110V \/ 220V Compatible\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"ias-p-spec-key\"\u003eInstallation\u003c\/td\u003e\n                        \u003ctd\u003eWall-Mounted with Concealed Bracket\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"ias-p-spec-key\"\u003eCustom Options\u003c\/td\u003e\n                        \u003ctd\u003eSize and Shape Available on Request\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"ias-p-spec-key\"\u003eDesign Feature\u003c\/td\u003e\n                        \u003ctd\u003eSpace-Saving, Stable Wall-Mounted Design\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"ias-p-spec-key\"\u003eIncluded Components\u003c\/td\u003e\n                        \u003ctd\u003eConcealed Wall Bracket\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                    \u003ctr\u003e\n                        \u003ctd class=\"ias-p-spec-key\"\u003eReturn Policy\u003c\/td\u003e\n                        \u003ctd\u003e15-Day Guarantee\u003c\/td\u003e\n                    \u003c\/tr\u003e\n                \u003c\/tbody\u003e\n            \u003c\/table\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003c!-- REVIEWS --\u003e\n    \u003csection class=\"ias-p-reviews\"\u003e\n        \u003cdiv class=\"ias-p-section-header\"\u003e\n            \u003ch3 style=\"font-size: 32px;\" class=\"ias-p-serif\"\u003eArtisan Appreciation\u003c\/h3\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ias-p-review-grid\"\u003e\n            \u003cdiv class=\"ias-p-review-card\"\u003e\n                \u003cdiv class=\"ias-p-stars\"\u003e★★★★★\u003c\/div\u003e\n                \u003cp class=\"ias-p-review-text\"\u003e\"Elegant and substantial. The brushed finish is perfect not too shiny, not\n                    too dull. Looks even better in person.\"\u003c\/p\u003e\n                \u003cdiv class=\"ias-p-reviewer-name\"\u003eHannah L.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ias-p-review-card\"\u003e\n                \u003cdiv class=\"ias-p-stars\"\u003e★★★★★\u003c\/div\u003e\n                \u003cp class=\"ias-p-review-text\"\u003e\"Installed two in our hallway. They cast the most flattering ambient light\n                    and feel like true heirlooms.\"\u003c\/p\u003e\n                \u003cdiv class=\"ias-p-reviewer-name\"\u003eMichael T.\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"ias-p-review-card\"\u003e\n                \u003cdiv class=\"ias-p-stars\"\u003e★★★★★\u003c\/div\u003e\n                \u003cp class=\"ias-p-review-text\"\u003e\"Beautiful craftsmanship. The concealed mount makes it look like it’s\n                    floating on the wall. Worth every penny.\"\u003c\/p\u003e\n                \u003cdiv class=\"ias-p-reviewer-name\"\u003ePriya S.\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003c!-- FAQ --\u003e\n    \u003csection class=\"ias-p-faq\"\u003e\n        \u003cdiv class=\"ias-p-section-header\"\u003e\n            \u003ch3 style=\"font-size: 32px;\" class=\"ias-p-serif\"\u003eQuestions \u0026amp; Support\u003c\/h3\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ias-p-faq-list\"\u003e\n            \u003cdetails class=\"ias-p-faq-item\"\u003e\n                \u003csummary class=\"ias-p-faq-trigger ias-p-serif\"\u003eIs this sconce dimmable? \u003cspan class=\"ias-p-faq-icon\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"ias-p-faq-content\"\u003e\n                    \u003cp\u003eYes, compatible with all standard dimmer switches when used with dimmable bulbs (LED,\n                        incandescent, or halogen).\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"ias-p-faq-item\"\u003e\n                \u003csummary class=\"ias-p-faq-trigger ias-p-serif\"\u003eDoes it shine upward or downward? \u003cspan class=\"ias-p-faq-icon\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"ias-p-faq-content\"\u003e\n                    \u003cp\u003ePrimarily downward, with some ambient reflection off the interior surface. Ideal for task and\n                        accent lighting without glare.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"ias-p-faq-item\"\u003e\n                \u003csummary class=\"ias-p-faq-trigger ias-p-serif\"\u003eCan I install it outdoors? \u003cspan class=\"ias-p-faq-icon\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"ias-p-faq-content\"\u003e\n                    \u003cp\u003eYes, but it is recommended for indoor use. Exposure to moisture will accelerate patina unevenly\n                        and may affect electrical components.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"ias-p-faq-item\"\u003e\n                \u003csummary class=\"ias-p-faq-trigger ias-p-serif\"\u003eHow far does it extend from the wall? \u003cspan class=\"ias-p-faq-icon\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"ias-p-faq-content\"\u003e\n                    \u003cp\u003eApproximately 14 inches. Exact projection is included in the technical PDF.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003c!-- WARRANTY \u0026 PROMISE --\u003e\n    \u003csection class=\"ias-p-promise-grid\"\u003e\u003c!-- DARK BOX 1 --\u003e\n        \u003cdiv class=\"ias-p-warranty-card\"\u003e\n            \u003ch3 class=\"ias-p-serif\" style=\"color: #ffffff;\"\u003e5-Year Limited Warranty\u003c\/h3\u003e\n            \u003cdiv class=\"ias-p-policy-detail\"\u003eWe stand by the quality of our products with industry-leading protection.\n            \u003c\/div\u003e\n            \u003cul style=\"margin-bottom: 20px;\" class=\"ias-p-feature-list\"\u003e\n                \u003cli style=\"color: #d4a373; font-size: 13px;\" class=\"ias-p-feature-item\"\u003e\n                    \u003csvg class=\"ias-p-gold-mark\"\u003e\n                        \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                    \u003c\/svg\u003e 5-Year Limited Warranty on fixture construction and materials.\n                \u003c\/li\u003e\n                \u003cli style=\"color: #d4a373; font-size: 13px;\" class=\"ias-p-feature-item\"\u003e\n                    \u003csvg class=\"ias-p-gold-mark\"\u003e\n                        \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                    \u003c\/svg\u003e Covered for repair or replacement in case of manufacturing defects.\n                \u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"ias-p-policy-detail\"\u003e\n                \u003cstrong\u003eVisual Damage Policy:\u003c\/strong\u003e Visual damages must be reported within 15 days of delivery.\n            \u003c\/div\u003e\n            \u003cdiv class=\"ias-p-policy-detail\"\u003eNeed help? Email \u003cstrong\u003econtact@insideast.com\u003c\/strong\u003e\n            \u003c\/div\u003e\n            \u003cdiv style=\"font-style: italic; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 15px; margin-top: 15px;\" class=\"ias-p-policy-detail\"\u003e\n                \u003cstrong\u003eFinish Note:\u003c\/strong\u003e The brushed brass finish is intentionally matte. Patina development is\n                natural and enhances depth over time.\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- DASHED BOX 2 --\u003e\n        \u003cdiv class=\"ias-p-promise-card\"\u003e\n            \u003ch3 class=\"ias-p-serif\"\u003e🛡️ Our No-Risk Promise\u003c\/h3\u003e\n            \u003cp style=\"font-size: 14px; margin-bottom: 20px; font-weight: 500;\" class=\"ias-p-desc-text\"\u003eWe craft every\n                fixture to last generations.\u003c\/p\u003e\n            \u003cul style=\"margin-bottom: 25px;\" class=\"ias-p-feature-list\"\u003e\n                \u003cli style=\"font-size: 14px;\" class=\"ias-p-feature-item\"\u003e\n                    \u003csvg class=\"ias-p-gold-mark\"\u003e\n                        \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                    \u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003e15-Day Returns:\u003c\/strong\u003e Changed your mind? We'll refund you - just send it back unused in its original packaging.\u003c\/span\u003e\n                \u003c\/li\u003e\n                \u003cli style=\"font-size: 14px;\" class=\"ias-p-feature-item\"\u003e\n                    \u003csvg class=\"ias-p-gold-mark\"\u003e\n                        \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                    \u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003e5-Year Warranty:\u003c\/strong\u003e Covers material and craftsmanship defects.\u003c\/span\u003e\n                \u003c\/li\u003e\n                \u003cli style=\"font-size: 14px;\" class=\"ias-p-feature-item\"\u003e\n                    \u003csvg class=\"ias-p-gold-mark\"\u003e\n                        \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                    \u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003ePerfect Match Guarantee:\u003c\/strong\u003e Fixture and hardware always match.\u003c\/span\u003e\n                \u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp style=\"font-size: 13px; font-style: italic; text-align: center;\" class=\"ias-p-desc-text\"\u003eIndustry-leading\n                protection for your peace of mind.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003c!-- FINAL CTA --\u003e\n    \u003cfooter class=\"ias-p-cta-footer\"\u003e\n        \u003ch3 style=\"font-size: 42px;\" class=\"ias-p-serif\"\u003eLight Anchored to the Wall\u003c\/h3\u003e\n        \u003cp style=\"font-size: 18px;\" class=\"ias-p-desc-text\"\u003eEach sconce is brushed, fitted, and finished by hand.\n            Commission yours today.\u003c\/p\u003e\n        \u003ca class=\"ias-p-btn-primary js-scroll-top\" href=\"#\"\u003eCONFIGURE YOUR WALL LAMP\u003c\/a\u003e \u003c!-- FINAL TRUSTED BADGES --\u003e\n        \u003cdiv class=\"ias-p-trusted-badges\"\u003e\n            \u003cdiv class=\"ias-p-trusted-item\"\u003e\n                \u003csvg class=\"ias-p-gold-mark\" style=\"width: 24px; height: 24px; margin-bottom: 8px;\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Handcrafted to Order\n            \u003c\/div\u003e\n            \u003cdiv class=\"ias-p-trusted-item\"\u003e\n                \u003csvg class=\"ias-p-gold-mark\" style=\"width: 24px; height: 24px; margin-bottom: 8px;\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e 5-Year Warranty\n            \u003c\/div\u003e\n            \u003cdiv class=\"ias-p-trusted-item\"\u003e\n                \u003csvg class=\"ias-p-gold-mark\" style=\"width: 24px; height: 24px; margin-bottom: 8px;\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e Free Shipping\n            \u003c\/div\u003e\n            \u003cdiv class=\"ias-p-trusted-item\"\u003e\n                \u003csvg style=\"width: 24px; height: 24px; margin-bottom: 8px;\" class=\"ias-p-gold-mark\"\u003e\n                    \u003cuse href=\"#gold-mark\"\u003e\u003c\/use\u003e\n                \u003c\/svg\u003e 15-Day Guarantee\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/footer\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Default Title","offer_id":42784237322349,"sku":"IP-025-03-002-08-24","price":152.09,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/brushed-brass-wall-sconce-light-solid-brass-wall-lamp-wall-lighting-fixture-9642419.jpg?v=1773579253"},{"product_id":"unlacquered-brass-pot-filler-aged-brass-faucet-stove-faucet","title":"Unlacquered Brass Pot Filler | Aged Brass Stove Faucet","description":"\u003cul\u003e\n\u003cli data-pm-slice=\"1 1 []\"\u003e\n\u003cstrong\u003e100% Solid Brass \u003c\/strong\u003e→ Crafted from premium, non-recycled brass to ensure superior strength, corrosion resistance, and long-lasting performance.\u003c\/li\u003e\n\u003cli data-pm-slice=\"1 1 []\"\u003e\n\u003cstrong\u003eUnlacquered Brass Finish \u003c\/strong\u003e→ Gracefully develops a warm patina over time, giving each faucet its own unique character and timeless charm.\u003c\/li\u003e\n\u003cli data-pm-slice=\"1 1 []\"\u003e\n\u003cstrong\u003eEffortless Control \u003c\/strong\u003e→ Equipped with high-quality quarter-turn ceramic cartridges for smooth, precise water flow and drip-free performance.\u003c\/li\u003e\n\u003cli data-pm-slice=\"1 1 []\"\u003e\n\u003cstrong\u003eReliable Craftsmanship\u003c\/strong\u003e → Meticulously handcrafted by skilled artisans for enduring beauty and function.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCompatible with Insideast Fixtures \u003c\/strong\u003e→ Perfect match for your existing brass setup.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003ctable style=\"width: 101.462%; height: 137.2px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 23.2599%; height: 19.6px;\"\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 76.527%; height: 19.6px;\"\u003eSolid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 23.2599%; height: 19.6px;\"\u003e\u003cstrong\u003eFinish\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 76.527%; height: 19.6px;\"\u003eUnlacquered Brass (Living Finish – Develops Natural Patina)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 23.2599%; height: 19.6px;\"\u003e\u003cstrong\u003eCartridge Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 76.527%; height: 19.6px;\"\u003eCeramic Disc Cartridge Quarter Turn 1\/2\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 23.2599%; height: 19.6px;\"\u003e\u003cstrong\u003eInstallation\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 76.527%; height: 19.6px;\"\u003eWall Mounted – All Components Included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 23.2599%; height: 19.6px;\"\u003e\u003cstrong\u003eConnection Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 76.527%; height: 19.6px;\"\u003e1\/2″ NPT (Standard U.S. Plumbing)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 23.2599%; height: 19.6px;\"\u003e\u003cstrong\u003eSpout\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 76.527%; height: 19.6px;\"\u003eCustomizable Upon Request\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 23.2599%; height: 19.6px;\"\u003e\u003cstrong\u003eReturn Policy\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 76.527%; height: 19.6px;\"\u003e30-Day Return\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/IK-084-01-001-01-24_Pot_filler.png?v=1760785980\" target=\"_blank\" rel=\"noopener\"\u003e\u003cspan style=\"color: rgb(43, 0, 255);\"\u003e\u003cstrong\u003eDownload Size Guide \u003c\/strong\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Default Title","offer_id":43257276629101,"sku":"IK-084-01-001-01-24","price":406.32,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/unlacquered-brass-pot-filler-aged-brass-stove-faucet-9214918.jpg?v=1773579254"},{"product_id":"unlacquered-brass-3-hole-kitchen-faucet-kitchen-sink-faucet-swivel-spout","title":"Unlacquered Brass 3-Hole Kitchen Faucet | Kitchen Sink Faucet Swivel Spout","description":"\u003cp data-pm-slice=\"1 1 []\"\u003e\u003cspan\u003eExperience authentic craftsmanship and lasting quality with Widespread 3-Hole Kitchen Faucet. Built from solid brass and finished in unlacquered brass that develops warm patina over time, making each faucet one of a kind. It's designed for everyday reliability, featured with quarter-turn ceramic cartridges requiring no effort to control the faucet, and fully compatible with standard US plumbing system. Equipped with a swiveling joint for more flexibility. Carefully packed and shipped via express delivery to arrive safely and on time. \u003c\/span\u003e\u003c\/p\u003e\n\u003ch4\u003eSpecifications\u003c\/h4\u003e\n\u003ctable style=\"width: 101.462%; height: 137.2px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 23.2599%; height: 19.6px;\"\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 76.527%; height: 19.6px;\"\u003eSolid Brass\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 23.2599%; height: 19.6px;\"\u003e\u003cstrong\u003eFinish\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 76.527%; height: 19.6px;\"\u003eUnlacquered Brass (Living Finish – Develops Natural Patina)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 23.2599%; height: 19.6px;\"\u003e\u003cstrong\u003eCartridge Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 76.527%; height: 19.6px;\"\u003eCeramic Disc Cartridge Quarter Turn 1\/2\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 23.2599%; height: 19.6px;\"\u003e\u003cstrong\u003eInstallation\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 76.527%; height: 19.6px;\"\u003eDeck Mounted – All Components Included\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 23.2599%; height: 19.6px;\"\u003e\u003cstrong\u003eConnection Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 76.527%; height: 19.6px;\"\u003e1\/2″ NPT (Standard U.S. Plumbing)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 23.2599%; height: 19.6px;\"\u003e\u003cstrong\u003eSpout\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 76.527%; height: 19.6px;\"\u003eCustomizable Upon Request\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 19.6px;\"\u003e\n\u003ctd style=\"width: 23.2599%; height: 19.6px;\"\u003e\u003cstrong\u003eReturn Policy\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 76.527%; height: 19.6px;\"\u003e30-Day Return\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Insideast","offers":[{"title":"Default Title","offer_id":43257343803501,"sku":"IK-099-03-001-01-25","price":426.18,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/unlacquered-brass-3-hole-kitchen-faucet-kitchen-sink-faucet-swivel-spout-2192806.jpg?v=1773579254"},{"product_id":"unlacquered-brass-water-dispenser-kitchen-faucet-cold-water-single-hole-1","title":"Unlacquered Brass Water Dispenser Kitchen Faucet | Single Hole Cold Water Tap","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{display:grid;margin:clamp(60px,8vw,100px) 0}\n    .faucet-desc__video-container{position:relative;width:100%;max-width:500px;margin:0 auto;overflow:hidden;border-radius:12px;box-shadow:0 10px 40px var(--shadow)}\n    .faucet-desc__video-container video{width:100%;height:auto;display:block}\n\n    .faucet-desc__specs-section{margin:clamp(60px,8vw,100px) 0}\n\n    .faucet-desc__specs-table{width:100%;border-collapse:collapse;margin-bottom:30px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px var(--shadow)}\n    .faucet-desc__specs-table tr{border-bottom:1px solid var(--accent-light)}\n    .faucet-desc__specs-table tr:last-child{border-bottom:none}\n    .faucet-desc__specs-table td{padding:12px 20px;font-size:14px}\n    .faucet-desc__specs-table td:first-child{font-weight:700;color:var(--primary);width:40%;background:var(--bg-light)}\n    .faucet-desc__specs-table td:last-child{color:var(--muted)}\n\n    .faucet-desc__dimensions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;background:var(--bg-light);padding:20px;border-radius:8px;margin:15px 0;border:1px solid var(--accent-light)}\n    .faucet-desc__dimension-card{text-align:center;padding:10px}\n    .faucet-desc__dimension-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:var(--accent);margin-bottom:5px;font-weight:600}\n    .faucet-desc__dimension-value{font-size:20px;font-weight:700;color:var(--primary)}\n    .faucet-desc__dimension-unit{font-size:11px;color:#999;margin-top:2px}\n\n    .faucet-desc__download{background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);padding:25px;border-radius:8px;text-align:center;margin:40px 0;border:1px solid var(--accent-light)}\n    .faucet-desc__download h3{color:var(--primary)}\n    .faucet-desc__download p{color:var(--muted);margin-bottom:15px}\n    .faucet-desc__download a{display:inline-block;background:var(--accent);color:#fff;padding:12px 30px;border-radius:6px;text-decoration:none;font-weight:600;font-size:14px;transition:background .3s ease}\n    .faucet-desc__download a:hover{background:#8b6740}\n\n    .faucet-desc__warranty-badge{display:flex;align-items:center;gap:clamp(12px,2vw,20px);margin:clamp(30px,4vw,50px) 0;padding:clamp(16px,3vw,24px);background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);border:2px solid var(--accent);border-radius:12px;box-shadow:0 4px 15px rgba(166,124,82,.1);transition:all .3s ease}\n    .faucet-desc__warranty-badge:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(166,124,82,.15)}\n    .faucet-desc__warranty-badge-icon{flex-shrink:0;width:clamp(40px,6vw,50px);height:clamp(40px,6vw,50px);color:var(--accent);display:flex;align-items:center;justify-content:center}\n    .faucet-desc__warranty-badge-icon svg{width:100%;height:100%}\n    .faucet-desc__warranty-badge-content{flex:1;min-width:0}\n    .faucet-desc__warranty-badge-content strong{display:block;font-size:clamp(1rem,2vw,1.2rem);font-weight:700;color:var(--primary);margin-bottom:clamp(4px,1vw,8px);line-height:1.3}\n    .faucet-desc__warranty-badge-content p{margin:0;font-size:clamp(.85rem,1.5vw,1rem);color:var(--muted);line-height:1.5}\n    .faucet-desc__warranty-badge-content p strong{display:inline;font-size:inherit;font-weight:700;color:var(--accent)}\n\n    .faucet-desc__config{margin:60px 0}\n    .faucet-desc__config h2{font-size:28px;margin-bottom:15px;color:var(--primary);font-weight:600;text-align:center}\n    .faucet-desc__config-intro{text-align:center;color:var(--muted);font-size:15px;line-height:1.7;max-width:700px;margin:0 auto 35px}\n\n    .faucet-desc__config-slider-wrap{position:relative;overflow:hidden;margin:40px 0;max-width:800px;margin-left:auto;margin-right:auto}\n    .faucet-desc__config-slider-title{text-align:center;font-size:22px;font-weight:700;color:var(--accent);margin-bottom:25px;text-transform:uppercase;letter-spacing:1px}\n    .faucet-desc__config-slider-container{position:relative;overflow-x:auto;overflow-y:hidden;border-radius:12px;scroll-behavior:smooth;scroll-snap-type:x mandatory;max-height:500px;padding:0 40px}\n    .faucet-desc__config-slider-container::-webkit-scrollbar{height:8px}\n    .faucet-desc__config-slider-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}\n    .faucet-desc__config-slider-container::-webkit-scrollbar-thumb{background:var(--accent);border-radius:10px}\n    .faucet-desc__config-slider{display:flex;gap:20px;padding:5px}\n    .faucet-desc__config-slide{flex:0 0 calc(50% - 10px);min-width:calc(50% - 10px);scroll-snap-align:start}\n    .faucet-desc__config-slide-img{width:100%;height:460px;object-fit:cover;border-radius:12px;box-shadow:0 10px 40px var(--shadow);display:block;background:#fff;border:1px solid var(--accent-light)}\n    .faucet-desc__config-slide-caption{text-align:center;margin-top:12px;font-size:14px;color:var(--primary);font-weight:600;background:var(--bg-light);padding:8px 12px;border-radius:6px;border:1px solid var(--accent-light)}\n    .faucet-desc__config-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(166,124,82,.8);color:#fff;border:none;width:35px;height:35px;border-radius:50%;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;font-size:18px;box-shadow:0 4px 15px rgba(0,0,0,.2);transition:all .3s ease}\n    .faucet-desc__config-arrow:hover{background:#8b6740;transform:translateY(-50%) scale(1.1)}\n    .faucet-desc__config-arrow--left{left:4px}\n    .faucet-desc__config-arrow--right{right:4px}\n\n    .faucet-desc__config-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:40px;background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);padding:25px;border-radius:8px;border:1px solid var(--accent-light)}\n    .faucet-desc__config-section h3{font-size:16px;color:var(--accent);margin-bottom:12px;font-weight:600;text-align:center}\n    .faucet-desc__config-options{display:grid;gap:8px}\n    .faucet-desc__config-section:first-child .faucet-desc__config-options{grid-template-columns:1fr 1fr}\n    .faucet-desc__config-section:last-child .faucet-desc__config-options{grid-template-columns:1fr}\n    .faucet-desc__config-option{background:#fff;padding:10px;border-radius:6px;border:1px solid var(--accent-light);font-size:13px;color:var(--primary);text-align:center;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative}\n    .faucet-desc__config-option:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow)}\n\n    .faucet-desc__reviews h2{font-size:28px;margin-bottom:30px;color:var(--primary);font-weight:600;border-bottom:2px solid var(--accent-light);padding-bottom:15px}\n    .faucet-desc__review-slider-wrap{position:relative;overflow-x:auto;overflow-y:hidden;border-radius:12px;scroll-behavior:smooth;padding:0 10px}\n    .faucet-desc__review-slider-wrap::-webkit-scrollbar{height:6px}\n    .faucet-desc__review-slider-wrap::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}\n    .faucet-desc__review-slider-wrap::-webkit-scrollbar-thumb{background:var(--accent);border-radius:10px;cursor:grab}\n    .faucet-desc__review-slider-wrap::-webkit-scrollbar-thumb:active{cursor:grabbing}\n    .faucet-desc__review-slider{display:flex;gap:25px;padding:0}\n    .faucet-desc__review-slider-item{flex:0 0 calc(33.333% - 17px);min-width:calc(33.333% - 17px)}\n    .faucet-desc__review-arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgba(166,124,82,.8);color:#fff;border:none;width:35px;height:35px;border-radius:50%;cursor:pointer;z-index:20;display:flex;align-items:center;justify-content:center;font-size:18px;box-shadow:0 4px 15px rgba(0,0,0,.2);transition:all .3s ease}\n    .faucet-desc__review-arrow:hover{background:#8b6740;transform:translateY(-50%) scale(1.1)}\n    .faucet-desc__review-arrow--left{left:8px}\n    .faucet-desc__review-arrow--right{right:8px}\n\n    .faucet-desc__review-card{background:#fff;border:1px solid var(--accent-light);border-radius:12px;padding:25px;box-shadow:0 4px 15px var(--shadow);transition:all .3s ease;height:100%}\n    .faucet-desc__review-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.12)}\n    .faucet-desc__review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}\n    .faucet-desc__review-author{font-weight:700;color:var(--primary)}\n    .faucet-desc__review-verified{font-size:11px;background:var(--accent);color:#fff;padding:4px 10px;border-radius:20px;font-weight:600}\n    .faucet-desc__review-stars{color:var(--accent);font-size:16px;margin-bottom:10px}\n    .faucet-desc__review-text{color:var(--muted);font-size:14px;line-height:1.6;margin-bottom:12px}\n    .faucet-desc__review-highlight{font-size:12px;color:var(--accent);font-style:italic;border-left:2px solid var(--accent-light);padding-left:10px}\n\n    \/* ========== FEATURES GRID - IMPROVED ========== *\/\n    .faucet-desc__features{margin:clamp(60px,8vw,100px) 0}\n    .faucet-desc__features h2{font-size:clamp(22px,4vw,28px);margin-bottom:clamp(20px,4vw,30px);color:var(--primary);font-weight:600;border-bottom:2px solid var(--accent-light);padding-bottom:15px}\n    .faucet-desc__features-list{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;margin:0;padding:0;list-style:none}\n    .faucet-desc__features-list li{display:flex;flex-direction:column;gap:15px;padding:20px;background:#fff;border-radius:12px;border:1px solid var(--accent-light);box-shadow:0 2px 8px var(--shadow);transition:all .3s ease}\n    .faucet-desc__features-list li:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.12)}\n    .faucet-desc__feature-icon{width:50px;height:50px;background:#f0e8df;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--accent);border:1px solid var(--accent-light);align-self:flex-start}\n    .faucet-desc__feature-icon svg{width:28px;height:28px}\n    .faucet-desc__feature-content h4{font-size:clamp(15px,2vw,16px);font-weight:700;margin-bottom:8px;color:var(--primary);line-height:1.3}\n    .faucet-desc__feature-content p{font-size:clamp(13px,1.5vw,14px);color:var(--muted);line-height:1.6;margin:0}\n\n    .faucet-desc__package{margin:clamp(60px,8vw,100px) 0}\n    .faucet-desc__package h2{font-size:28px;margin-bottom:30px;color:var(--primary);font-weight:600;border-bottom:2px solid var(--accent-light);padding-bottom:15px}\n    .faucet-desc__package-list{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:0;padding:0;list-style:none}\n    .faucet-desc__package-list li{display:flex;align-items:center;gap:6px;padding:8px 12px;font-size:13px;background:var(--bg-light);border-radius:6px;border:1px solid var(--accent-light);transition:all .2s ease}\n    .faucet-desc__package-list li:hover{background:#fff;transform:translateY(-2px);box-shadow:0 2px 8px var(--shadow)}\n    .faucet-desc__package-list li:before{content:\"✓\";color:var(--accent);font-weight:bold;font-size:14px;flex-shrink:0}\n\n    .faucet-desc__faq{margin-top:clamp(60px,8vw,100px)}\n    .faucet-desc__faq h2{font-size:28px;margin-bottom:20px;color:var(--primary);font-weight:600;border-bottom:2px solid var(--accent-light);padding-bottom:15px}\n    .faucet-desc__faq details{border:none;border-radius:6px;padding:15px;background:var(--bg-light);box-shadow:0 4px 15px var(--shadow);transition:all .3s ease;margin-bottom:10px;border:1px solid var(--accent-light)}\n    .faucet-desc__faq details:hover{box-shadow:0 4px 12px rgba(166,124,82,.15);transform:translateX(4px)}\n    .faucet-desc__faq summary{font-weight:600;color:var(--primary);outline:none;user-select:none;display:flex;align-items:center;gap:10px;cursor:pointer;font-size:15px}\n    .faucet-desc__faq summary::before{content:\"→\";color:var(--accent);font-weight:bold;font-size:1.2em;transition:transform .3s ease}\n    .faucet-desc__faq details[open] summary::before{transform:rotate(90deg)}\n    .faucet-desc__faq summary:hover{color:var(--accent)}\n    .faucet-desc__faq details[open] summary{margin-bottom:10px;color:var(--accent)}\n    .faucet-desc__faq p{color:var(--muted);line-height:1.6;font-size:14px;margin:0}\n\n    .ie-warranty{font-family:inherit;margin:clamp(40px,6vw,60px) 0;border:1px solid var(--accent-light);border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);box-shadow:0 4px 15px var(--shadow)}\n    .ie-warranty__top{display:flex;align-items:center;gap:.75rem;padding:1.5rem 1.5rem 1rem;background:var(--accent);color:#fff}\n    .ie-warranty__shield{width:24px;height:24px;flex:0 0 24px;color:#fff}\n    .ie-warranty__title{margin:0;font-size:1.2rem;font-weight:700;letter-spacing:.2px;color:#fff}\n    .ie-warranty__body{padding:1.5rem}\n    .ie-warranty__body p{margin:0 0 .75rem 0;line-height:1.6;color:var(--primary)}\n    .ie-warranty__list{margin:.5rem 0 0 0;padding-left:1.25rem;color:var(--primary)}\n    .ie-warranty__list li{margin:.4rem 0;line-height:1.5}\n    .ie-warranty__note{margin-top:1rem;font-size:.9rem;opacity:.8;color:var(--muted)}\n    .ie-warranty__badge{display:flex;align-items:center;gap:.75rem;margin:1.5rem 0 1rem;padding:1rem 1.25rem;border:2px solid var(--accent);border-radius:8px;background:#fff;box-shadow:0 2px 8px rgba(166,124,82,.1)}\n    .ie-warranty__badge .tick{font-size:1.2rem;line-height:1;color:var(--accent)}\n    .ie-warranty__badge strong{font-weight:700;color:var(--primary)}\n    .ie-warranty__badge div{color:var(--primary)}\n\n    \/* ========== CRO STYLES ========== *\/\n\n    \/* CTA Section *\/\n    .faucet-desc__cta-section{text-align:center;margin:clamp(30px,4vw,40px) 0;padding:clamp(20px,3vw,30px);background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);border-radius:12px;border:2px solid var(--accent);box-shadow:0 8px 30px rgba(166,124,82,.15)}\n    .faucet-desc__price{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:var(--accent);margin-bottom:15px}\n    .faucet-desc__price-note{font-size:clamp(13px,1.5vw,16px);color:var(--muted);margin-bottom:20px}\n    .faucet-desc__cta-primary{background:var(--accent);color:#fff;border:none;padding:clamp(14px,2vw,18px) clamp(30px,4vw,40px);font-size:clamp(15px,2vw,18px);font-weight:700;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(166,124,82,.3);text-transform:uppercase;letter-spacing:.5px;width:100%;max-width:400px}\n    .faucet-desc__cta-primary:hover{background:#8b6740;transform:translateY(-2px);box-shadow:0 6px 20px rgba(166,124,82,.4)}\n    .faucet-desc__cta-primary:active{transform:translateY(0)}\n    .faucet-desc__trust-bar{display:flex;justify-content:center;gap:clamp(15px,3vw,30px);margin-top:20px;flex-wrap:wrap;font-size:clamp(11px,1.5vw,14px);color:var(--primary);font-weight:500}\n    .faucet-desc__trust-bar div{display:flex;align-items:center;gap:5px}\n    .faucet-desc__trust-bar div:before{content:\"✓\";color:var(--accent);font-weight:bold}\n\n    \/* Guarantee Bar *\/\n    .faucet-desc__guarantees-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px;margin:30px 0;padding:20px;background:#fff;border-radius:12px;border:1px solid var(--accent-light);box-shadow:0 4px 15px var(--shadow)}\n    .guarantee-item{text-align:center;padding:15px;background:var(--bg-light);border-radius:8px;transition:all .3s ease}\n    .guarantee-item:hover{transform:translateY(-4px);box-shadow:0 4px 12px var(--shadow)}\n    .guarantee-item svg{width:32px;height:32px;margin:0 auto 10px;color:var(--accent)}\n    .guarantee-item strong{display:block;font-size:clamp(12px,1.5vw,14px);color:var(--primary);margin-top:8px}\n\n    \/* Comparison Table *\/\n    .faucet-desc__comparison{margin:60px 0;padding:40px 0}\n    .faucet-desc__comparison h2{font-size:clamp(22px,4vw,28px);margin-bottom:30px;color:var(--primary);font-weight:600;text-align:center;border-bottom:2px solid var(--accent-light);padding-bottom:15px}\n    .faucet-desc__comparison-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px var(--shadow)}\n    .faucet-desc__comparison-table th{padding:15px;background:var(--accent);color:#fff;font-weight:700;text-align:left;font-size:15px}\n    .faucet-desc__comparison-table td{padding:15px;border-bottom:1px solid var(--accent-light);font-size:14px}\n    .faucet-desc__comparison-table tr:last-child td{border-bottom:none}\n    .faucet-desc__comparison-table td:first-child{font-weight:600;color:var(--primary);background:var(--bg-light);width:30%}\n    .faucet-desc__comparison-table td:nth-child(2){color:#2d5016;font-weight:500}\n    .faucet-desc__comparison-table td:nth-child(3){color:#7a271a}\n    .faucet-desc__comparison-table tr:hover{background:rgba(166,124,82,.05)}\n\n    \/* Guarantee Box *\/\n    .faucet-desc__guarantee-box{background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);border:2px solid var(--accent);border-radius:12px;padding:clamp(20px,4vw,30px);margin:40px 0;box-shadow:0 8px 25px rgba(166,124,82,.15)}\n    .faucet-desc__guarantee-box h3{font-size:clamp(20px,3vw,24px);color:var(--primary);margin-bottom:20px;text-align:center}\n    .faucet-desc__guarantee-box ul{list-style:none;padding:0;margin:0 0 20px 0}\n    .faucet-desc__guarantee-box li{padding:12px 0 12px 35px;position:relative;font-size:clamp(13px,1.5vw,15px);line-height:1.6;color:var(--primary);border-bottom:1px solid var(--accent-light)}\n    .faucet-desc__guarantee-box li:last-child{border-bottom:none}\n    .faucet-desc__guarantee-box li:before{content:\"🛡️\";position:absolute;left:0;font-size:20px}\n    .faucet-desc__guarantee-box li strong{color:var(--accent)}\n    .faucet-desc__guarantee-box p{text-align:center;color:var(--muted);font-style:italic;margin:0;font-size:clamp(12px,1.5vw,14px)}\n\n    \/* Review Stats *\/\n    .faucet-desc__review-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:30px;padding:25px;background:linear-gradient(135deg,#fff 0%,var(--bg-light) 100%);border-radius:12px;border:1px solid var(--accent-light)}\n    .stat{text-align:center;padding:15px}\n    .stat-number{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:var(--accent);margin-bottom:5px}\n    .stat-label{font-size:13px;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}\n\n    \/* Review Highlights *\/\n    .faucet-desc__review-highlights{display:flex;gap:15px;margin-bottom:25px;flex-wrap:wrap;justify-content:center}\n    .highlight{background:#fff;padding:10px 18px;border-radius:20px;font-size:13px;color:var(--primary);border:1px solid var(--accent-light);box-shadow:0 2px 8px var(--shadow)}\n\n    \/* Scarcity Notice *\/\n    .faucet-desc__scarcity-notice{background:#fff8f0;border:2px solid var(--accent);border-radius:8px;padding:clamp(12px,2vw,15px) clamp(15px,3vw,20px);margin:25px 0;text-align:center;font-size:clamp(12px,1.5vw,14px);color:var(--primary);line-height:1.6}\n    .faucet-desc__scarcity-notice a{color:var(--accent);font-weight:700;text-decoration:none;border-bottom:2px solid var(--accent)}\n    .faucet-desc__scarcity-notice a:hover{color:#8b6740}\n\n    \/* Config Price Tags *\/\n    .config-price{display:block;font-size:11px;color:var(--accent);font-weight:700;margin-top:4px}\n\n\n    \/* Customer Photos Gallery *\/\n    .faucet-desc__ugc{margin:60px 0}\n    .faucet-desc__ugc h2{font-size:28px;margin-bottom:15px;color:var(--primary);font-weight:600;text-align:center;border-bottom:2px solid var(--accent-light);padding-bottom:15px}\n    .faucet-desc__ugc-intro{text-align:center;color:var(--muted);font-size:15px;margin-bottom:30px}\n    .faucet-desc__ugc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}\n    .faucet-desc__ugc-item{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 4px 15px var(--shadow);aspect-ratio:1}\n    .faucet-desc__ugc-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}\n    .faucet-desc__ugc-item:hover img{transform:scale(1.05)}\n    .faucet-desc__ugc-credit{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.7);color:#fff;padding:8px;font-size:11px;text-align:center}\n\n    \/* Trust Signals *\/\n    .faucet-desc__trust-signals{display:flex;align-items:center;justify-content:center;gap:25px;flex-wrap:wrap;margin:30px 0;padding:20px;background:var(--bg-light);border-radius:8px}\n    .faucet-desc__trust-signals img{max-height:40px;opacity:.7;transition:opacity .3s ease}\n    .faucet-desc__trust-signals img:hover{opacity:1}\n    .faucet-desc__trust-signals .ssl-badge,.faucet-desc__trust-signals .certification{font-size:13px;color:var(--muted);font-weight:600}\n\n    \/* Lifestyle sections *\/\n    .lifestyle-section{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;margin:clamp(40px,6vw,60px) 0}\n    .lifestyle-section__image{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.1)}\n    .lifestyle-section__image img{width:100%;height:auto;display:block;transition:transform .5s ease}\n    .lifestyle-section__content h3{margin-bottom:15px;color:var(--primary);font-size:clamp(18px,2.5vw,20px);font-weight:600;line-height:1.3}\n    .lifestyle-section__content p{color:var(--muted);line-height:1.7;font-size:clamp(14px,1.5vw,15px);margin:0}\n\n    \/* ========== MOBILE RESPONSIVE FIXES ========== *\/\n    @media (max-width: 768px){\n      \/* Features Grid - Single Column on Mobile *\/\n      .faucet-desc__features-list{grid-template-columns:1fr;gap:15px}\n      .faucet-desc__features-list li{padding:15px;gap:12px}\n      .faucet-desc__feature-icon{width:45px;height:45px}\n      .faucet-desc__feature-icon svg{width:24px;height:24px}\n\n      \/* Config Grid *\/\n      .faucet-desc__config-grid{grid-template-columns:1fr;padding:20px;gap:25px}\n      .faucet-desc__config-section:first-child .faucet-desc__config-options{grid-template-columns:1fr}\n      \n      \/* Config Slider *\/\n      .faucet-desc__config-slide{flex:0 0 calc(100% - 20px);min-width:calc(100% - 20px)}\n      .faucet-desc__config-slider-wrap{max-width:100%}\n      .faucet-desc__config-slide-img{height:300px}\n      .faucet-desc__config-slider-title{font-size:18px;margin-bottom:20px}\n      \n      \/* Review Slider *\/\n      .faucet-desc__review-slider-item{flex:0 0 calc(100% - 25px);min-width:calc(100% - 25px)}\n      .faucet-desc__review-card{padding:20px}\n      \n      \/* Dimensions Grid *\/\n      .faucet-desc__dimensions-grid{grid-template-columns:repeat(2,1fr);gap:10px;padding:15px}\n      .faucet-desc__dimension-card{padding:8px}\n      .faucet-desc__dimension-value{font-size:18px}\n      \n      \/* Package List *\/\n      .faucet-desc__package-list{grid-template-columns:1fr;gap:6px}\n      .faucet-desc__package-list li{font-size:12px;padding:10px 12px}\n      \n      \/* Specs Table *\/\n      .faucet-desc__specs-table td{padding:10px 12px;font-size:13px}\n      .faucet-desc__specs-table td:first-child{width:45%}\n      \n      \/* Lifestyle Sections - Stack on Mobile *\/\n      .lifestyle-section{grid-template-columns:1fr;gap:20px}\n      .lifestyle-section[style*=\"direction:rtl\"]{direction:ltr}\n      .lifestyle-section__content{direction:ltr}\n      \n      \/* Warranty Badge *\/\n      .faucet-desc__warranty-badge{flex-direction:column;text-align:center;gap:12px;padding:20px}\n      .faucet-desc__warranty-badge-icon{width:50px;height:50px}\n      \n      \/* Review Stats *\/\n      .faucet-desc__review-stats{grid-template-columns:1fr;gap:10px;padding:20px}\n      .stat{padding:10px}\n      \n      \/* Guarantees Bar *\/\n      .faucet-desc__guarantees-bar{grid-template-columns:1fr 1fr;gap:10px;padding:15px}\n      .guarantee-item{padding:12px}\n      .guarantee-item svg{width:28px;height:28px}\n      \n      \/* Comparison Table *\/\n      .faucet-desc__comparison{padding:20px 0}\n      .faucet-desc__comparison-table{font-size:11px;display:block;overflow-x:auto}\n      .faucet-desc__comparison-table th,.faucet-desc__comparison-table td{padding:8px 6px;word-break:break-word}\n      .faucet-desc__comparison-table th{font-size:11px}\n      .faucet-desc__comparison-table td:first-child{width:25%;min-width:70px}\n      .faucet-desc__comparison-table td:nth-child(2),.faucet-desc__comparison-table td:nth-child(3){width:37.5%}\n      \n      \/* Headers *\/\n      .faucet-desc__header{padding:clamp(30px,5vw,50px) 0}\n      .faucet-desc__title{line-height:1.2}\n      .faucet-desc__sub{font-size:clamp(1rem,2vw,1.1rem)}\n      \n      \/* CTA Section *\/\n      .faucet-desc__cta-section{padding:20px 15px}\n      .faucet-desc__trust-bar{gap:10px;font-size:11px}\n      \n      \/* FAQ *\/\n      .faucet-desc__faq summary{font-size:14px}\n      .faucet-desc__faq p{font-size:13px}\n      .faucet-desc__faq details{padding:12px}\n      \n      \n      \/* Warranty *\/\n      .ie-warranty__title{font-size:1rem}\n      .ie-warranty__badge{flex-direction:column;align-items:flex-start;gap:.35rem}\n      .ie-warranty__body{padding:1.2rem}\n      \n      \/* Download Section *\/\n      .faucet-desc__download{padding:20px 15px}\n      .faucet-desc__download h3{font-size:18px}\n      .faucet-desc__download p{font-size:13px}\n      .faucet-desc__download a{padding:12px 24px;font-size:13px}\n    }\n\n    @media (max-width: 480px){\n      \/* Further mobile optimizations *\/\n      .faucet-desc__wrap{padding:20px 12px}\n      .faucet-desc__header{padding:25px 0}\n      .faucet-desc__config-slider-container{padding:0 35px}\n      .faucet-desc__config-arrow{width:30px;height:30px;font-size:16px}\n      .faucet-desc__review-arrow{width:30px;height:30px;font-size:16px}\n      .faucet-desc__guarantees-bar{grid-template-columns:1fr;gap:8px;padding:12px}\n      .guarantee-item{padding:10px}\n      .faucet-desc__trust-bar{flex-direction:column;gap:8px;align-items:center}\n      .faucet-desc__features-list{gap:12px}\n      .faucet-desc__features-list li{padding:12px}\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\/* Fix for Config Gallery Arrows *\/\n.faucet-desc__config-arrow {\n    width: 40px !important;      \/* Fixed width *\/\n    height: 40px !important;     \/* Fixed height *\/\n    min-width: 40px !important;  \/* Prevents squishing *\/\n    padding: 0 !important;       \/* Removes default button padding *\/\n    border-radius: 50% !important; \/* 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); \/* Slightly more opaque for visibility *\/\n    cursor: pointer;\n    z-index: 20;\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  \u003c\/style\u003e\n\u003cdiv class=\"faucet-desc\"\u003e\n\u003cdiv class=\"faucet-desc__wrap\"\u003e\n\u003c!-- HEADER --\u003e\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\"\u003eUnlacquered Brass Water Dispenser Kitchen Faucet | Single Hole Cold Water Tap\u003c\/h2\u003e\n\u003cp class=\"faucet-desc__sub\"\u003eExperience authentic craftsmanship with this single-hole cold water dispenser. Built from solid brass with an unlacquered finish that develops a warm, living patina over time making each faucet one of a kind. Designed for everyday reliability with quarter-turn 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 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\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\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\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 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=\"Unlacquered Brass Water Dispenser Kitchen Faucet\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/Unlacquered_Brass_Water_Dispenser_Kitchen_Faucet_Single_Hole_Cold_Water_Tap.avif?v=1762772588\u0026amp;width=1800\"\u003e\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 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 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 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 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 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 communication throughout!\u003c\/p\u003e\n\u003cdiv class=\"faucet-desc__review-highlight\"\u003e\"Very fast international shipping — great communication!\"\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!-- 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 Changed your mind? We'll refund you - just send it back unused in its original packaging.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e5-Year Fixture Warranty:\u003c\/strong\u003e Covers body and finish for residential use.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eLifetime Expert Support:\u003c\/strong\u003e From install to maintenance, we’re here for you.\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!-- PRODUCT IMAGE --\u003e\n\u003csection style=\"margin: 60px 0;\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" style=\"width: 100%; max-width: 700px; margin: 0 auto; border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,.1); display: block;\" alt=\"Unlacquered brass water dispenser in kitchen setting\" 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\u003c\/section\u003e\n\u003c!-- COMPARISON TABLE --\u003e\n\u003csection class=\"faucet-desc__comparison\"\u003e\n\u003ch2\u003eWhy Choose Artisan-Crafted Over Mass-Produced?\u003c\/h2\u003e\n\u003ctable class=\"faucet-desc__comparison-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003e\u003c\/th\u003e\n\u003cth\u003eOur Faucet\u003c\/th\u003e\n\u003cth\u003eMass-Produced Alternatives\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003e✓ Solid brass (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✓ Unlacquered—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\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 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\u003eLiving Unlacquered Finish\u003c\/h4\u003e\n\u003cp\u003eThe unlacquered brass naturally oxidizes over time, developing a warm, unique patina that tells your home’s story. This intentional aging is celebrated not considered a defect.\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\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 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\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 plumbing with your region. Ships with all 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\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\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 construction make it ideal for modern, farmhouse, or transitional spaces. The 360° rotating spout offers 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\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Close-up of unlacquered brass patina development\" src=\"https:\/\/www.insideast.com\/cdn\/shop\/files\/unlacquered-brass-water-dispenser-kitchen-faucet-single-hole-cold-water-tap-6633538.jpg\"\u003e\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 unlacquered brass surface begins bright and golden, then deepens into a rich, characterful patina, a living finish that reflects your home’s rhythm. No two faucets age identically, making yours truly one-of-a-kind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"lifestyle-section\"\u003e\n\u003cdiv class=\"lifestyle-section__image\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" alt=\"Water dispenser installed on countertop with dimensions diagram\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/unlacquered-brass-water-dispenser-kitchen-faucet-single-hole-cold-water-tap-2358298.jpg\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"lifestyle-section__content\"\u003e\n\u003ch3\u003eEngineered for Simplicity \u0026amp; Reliability\u003c\/h3\u003e\n\u003cp\u003eWith its compact single-hole design and quarter-turn ceramic valve, this faucet delivers effortless control and decades of drip-free performance. The swiveling spout provides full sink coverage without cluttering your counter space.\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  .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 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 \u003cstrong\u003eone pre-drilled hole\u003c\/strong\u003e (standard 1¼\" diameter). supply hose and mounting hardware shipped with correct fittings for your region . 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 \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. 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 minerals, humidity, and use. Some prefer the bright gold look (polish to restore); others love the antique 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 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 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, 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 want you to love what you ordered. If you don't, return it within 30 days of delivery - unused and in its original packaging - for a full refund. Items that have been installed or used cannot be returned.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- 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.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003e1-Year Warranty\u003c\/strong\u003e on ceramic cartridges and seals.\u003c\/li\u003e\n\u003cli\u003eCovered for \u003cstrong\u003erepair or replacement\u003c\/strong\u003e of defective parts (installation\/labor not included).\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 purchase.\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 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 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 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\ndocument.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)\nfunction scrollToVariations() {\n    window.scrollTo(0, 0);\n}\n\u003c\/script\u003e\n","brand":"Insideast","offers":[{"title":"Default Title","offer_id":43257375588461,"sku":"IK-061-04-001-01-23","price":262.97,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/unlacquered-brass-water-dispenser-kitchen-faucet-single-hole-cold-water-tap-6589704.jpg?v=1773579253"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/collections\/our-best-sellers-7124928.webp?v=1773578721","url":"https:\/\/www.insideast.com\/it\/collections\/our-best-sellers.oembed?page=13","provider":"Insideast","version":"1.0","type":"link"}