{"product_id":"solid-brass-clothes-hooks-holder-handcrafted-wall-hooks-rack","title":"Solid Brass Clothes Hooks Holder, Handcrafted Wall Hooks Rack","description":"\u003cstyle\u003e\n\/* ============================================================\n   INSIDEAST - Solid Brass Clothes Hooks Holder\n   Product Description Block · Shopify Compatible\n   All classes prefixed ie-ch- · No JS except slider scroll · No external deps\n   ============================================================ *\/\n\n.ie-ch-page {\n  --font-display: Georgia, 'Times New Roman', 'Palatino Linotype', serif;\n  --font-body: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n\n  --primary: #1a1a1a;\n  --accent: #a67c52;\n  --accent-light: #d4b896;\n  --accent-dark: #8b6542;\n  --muted: #666;\n  --text-light: #9A948D;\n  --bg-light: #fafaf8;\n  --bg-creme: #fcf9f2;\n  --border: rgba(166, 124, 82, 0.20);\n  --border-light: rgba(0, 0, 0, 0.08);\n  --success: #2D6A4F;\n  --white: #FFFFFF;\n  --shadow: rgba(0,0,0,.1);\n\n  --space-xs: 8px;\n  --space-sm: 16px;\n  --space-md: 24px;\n  --space-lg: 40px;\n  --space-xl: 64px;\n\n  --max-width: 900px;\n  --radius-sm: 4px;\n  --radius-md: 8px;\n  --radius-lg: 14px;\n  --radius-pill: 100px;\n\n  color: var(--primary);\n  font-family: var(--font-body);\n  line-height: 1.6;\n  background: linear-gradient(to bottom, #fff 0%, var(--bg-light) 100%);\n}\n\n@keyframes ie-ch-fade-up {\n  from { opacity: 0; transform: translateY(18px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n@keyframes ie-ch-fade-in {\n  from { opacity: 0; }\n  to { opacity: 1; }\n}\n\n.ie-ch-page {\n  max-width: var(--max-width);\n  margin: 0 auto;\n  padding: 0 var(--space-sm);\n}\n.ie-ch-page * { box-sizing: border-box; }\n\n.ie-ch-section {\n  padding: var(--space-xl) 0;\n  border-bottom: 1px solid var(--border-light);\n  animation: ie-ch-fade-up 0.6s ease both;\n}\n.ie-ch-section:nth-child(1) { animation-delay: 0.05s; }\n.ie-ch-section:nth-child(2) { animation-delay: 0.12s; }\n.ie-ch-section:nth-child(3) { animation-delay: 0.19s; }\n.ie-ch-section:nth-child(4) { animation-delay: 0.26s; }\n.ie-ch-section:nth-child(5) { animation-delay: 0.33s; }\n.ie-ch-section:last-child:not(.ie-ch-final-cta) { border-bottom: none; }\n\n.ie-ch-eyebrow {\n  font-family: var(--font-body);\n  font-size: 11px;\n  font-weight: 600;\n  letter-spacing: 0.10em;\n  text-transform: uppercase;\n  color: var(--accent);\n  margin: 0 0 var(--space-xs);\n}\n.ie-ch-h2 {\n  font-family: var(--font-display);\n  font-size: clamp(24px, 4vw, 36px);\n  font-weight: 700;\n  line-height: 1.2;\n  letter-spacing: -0.01em;\n  color: var(--accent);\n  margin: 0 0 var(--space-sm);\n}\n.ie-ch-h3 {\n  font-family: var(--font-display);\n  font-size: clamp(18px, 2.5vw, 22px);\n  font-weight: 700;\n  line-height: 1.3;\n  color: var(--accent);\n  margin: 0 0 var(--space-xs);\n}\n.ie-ch-body {\n  font-family: var(--font-body);\n  font-size: 15px;\n  line-height: 1.75;\n  color: var(--muted);\n}\n\n.ie-ch-badges {\n  display: flex;\n  flex-wrap: wrap;\n  gap: var(--space-sm);\n  justify-content: center;\n  margin: var(--space-md) 0;\n}\n.ie-ch-badge {\n  font-family: var(--font-body);\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.05em;\n  text-transform: uppercase;\n  color: #8a6020;\n  padding: 8px 18px;\n  border: 1px solid #d4a84740;\n  border-radius: var(--radius-pill);\n  background: #fdf9f3;\n  box-shadow: 0 2px 8px rgba(212, 168, 71, 0.08);\n  display: flex;\n  align-items: center;\n  gap: 6px;\n  animation: ie-ch-fade-up 0.5s ease both;\n}\n.ie-ch-badge:nth-child(1) { animation-delay: 0.15s; }\n.ie-ch-badge:nth-child(2) { animation-delay: 0.25s; }\n.ie-ch-badge:nth-child(3) { animation-delay: 0.35s; }\n.ie-ch-badge:nth-child(4) { animation-delay: 0.45s; }\n\n.ie-ch-btn {\n  display: inline-block;\n  background: var(--accent);\n  color: var(--white);\n  font-family: var(--font-body);\n  font-size: 15px;\n  font-weight: 600;\n  letter-spacing: 0.02em;\n  padding: 14px 32px;\n  border-radius: var(--radius-md);\n  text-decoration: none;\n  border: none;\n  cursor: pointer;\n  transition: background-color 0.18s ease, transform 0.12s ease;\n}\n.ie-ch-btn:hover { background-color: var(--accent-dark); transform: translateY(-1px); }\n.ie-ch-btn:active { transform: translateY(0); }\n.ie-ch-btn-full { width: 100%; text-align: center; display: block; box-sizing: border-box; }\n\n.ie-ch-feature-row {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: var(--space-lg);\n  align-items: center;\n}\n@media (max-width: 768px) {\n  .ie-ch-feature-row { display: flex; flex-direction: column; gap: var(--space-md); }\n}\n\n.ie-ch-img-wrap {\n  border-radius: var(--radius-lg);\n  overflow: hidden;\n  width: 100%;\n  aspect-ratio: 1 \/ 1;\n  background: var(--bg-light);\n}\n.ie-ch-img-wrap img {\n  width: 100%;\n  height: 100%;\n  object-fit: contain;\n  display: block;\n}\n\n\/* Hook-count variation boxes *\/\n.ie-ch-variation-row {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: var(--space-md);\n  margin-top: var(--space-md);\n}\n.ie-ch-variation-box {\n  width: 220px;\n  border: 1.5px solid var(--border-light);\n  border-radius: var(--radius-lg);\n  overflow: hidden;\n  background: var(--white);\n  text-align: center;\n  transition: border-color 0.15s;\n}\n.ie-ch-variation-box:hover { border-color: var(--accent); }\n.ie-ch-variation-img {\n  width: 100%;\n  aspect-ratio: 1 \/ 1;\n  background: var(--bg-light);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.ie-ch-variation-img img {\n  width: 100%;\n  height: 100%;\n  object-fit: contain;\n  display: block;\n}\n.ie-ch-variation-label {\n  padding: var(--space-sm);\n  font-size: 14px;\n  font-weight: 600;\n  color: var(--primary);\n}\n@media (max-width: 600px) {\n  .ie-ch-variation-box { width: 45%; }\n}\n\n\/* Review slider *\/\n.ie-ch-reviews-row {\n  display: flex;\n  gap: var(--space-sm);\n  overflow-x: auto;\n  scroll-snap-type: x mandatory;\n  padding-bottom: var(--space-xs);\n  scrollbar-width: thin;\n}\n.ie-ch-review-card {\n  min-width: 260px;\n  max-width: 260px;\n  flex-shrink: 0;\n  scroll-snap-align: start;\n  background: var(--white);\n  border: 1px solid var(--border-light);\n  border-radius: var(--radius-md);\n  padding: var(--space-sm);\n  transition: transform 0.22s ease, box-shadow 0.22s ease;\n}\n.ie-ch-review-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.10); }\n.ie-ch-review-text { font-size: 13px; line-height: 1.6; color: var(--text-primary); margin: 0 0 var(--space-xs); color: var(--primary); }\n.ie-ch-review-name { font-size: 12px; font-weight: 700; color: var(--muted); }\n.ie-ch-review-meta { font-size: 11px; color: var(--text-light); margin-bottom: 6px; }\n.ie-ch-review-tag {\n  display: inline-block;\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.03em;\n  text-transform: uppercase;\n  color: var(--accent-dark);\n  background: var(--accent-light);\n  padding: 3px 10px;\n  border-radius: var(--radius-pill);\n  margin-top: 8px;\n}\n\n.ie-ch-specs-table { width: 100%; border-collapse: collapse; max-width: 650px; margin: 0 auto; }\n.ie-ch-specs-table tr { border-bottom: 1px solid var(--border-light); }\n.ie-ch-specs-table td { padding: 10px 0; font-size: 14px; vertical-align: top; }\n.ie-ch-specs-table td:first-child {\n  width: 40%;\n  color: var(--muted);\n  font-weight: 500;\n  padding-right: var(--space-sm);\n}\n\n.ie-ch-faq-item {\n  border-bottom: 1px solid var(--border-light);\n}\n.ie-ch-faq-item summary {\n  cursor: pointer;\n  list-style: none;\n  padding: var(--space-sm) 0;\n  font-size: 15px;\n  font-weight: 500;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  color: var(--primary);\n}\n.ie-ch-faq-item summary::-webkit-details-marker { display: none; }\n.ie-ch-faq-item summary::after { content: '+'; color: var(--accent); font-size: 20px; font-weight: 300; margin-left: var(--space-sm); flex-shrink: 0; }\n.ie-ch-faq-item[open] summary::after { content: '-'; }\n.ie-ch-faq-answer { animation: ie-ch-fade-in 0.2s ease; }\n.ie-ch-faq-answer p {\n  font-size: 14px;\n  line-height: 1.75;\n  color: var(--muted);\n  padding-bottom: var(--space-sm);\n  margin: 0;\n}\n\n.ie-ch-final-cta {\n  border: 4px solid var(--accent);\n  background: var(--bg-light);\n  border-radius: var(--radius-lg);\n  padding: var(--space-lg);\n  text-align: center;\n  max-width: 750px;\n  margin: 0 auto var(--space-xl);\n}\n\u003c\/style\u003e\n\u003cdiv class=\"ie-ch-page\"\u003e\n\n\u003c!-- SECTION 1: HERO (SPLIT 50\/50) --\u003e\n\u003cdiv style=\"padding-top: var(--space-md);\" class=\"ie-ch-section\"\u003e\n  \u003cdiv class=\"ie-ch-feature-row\"\u003e\n    \u003cdiv style=\"text-align: left;\" class=\"ie-ch-feature-text\"\u003e\n      \u003cp class=\"ie-ch-eyebrow\"\u003eArtisan Hardware Series · Handcrafted in Morocco\u003c\/p\u003e\n      \u003ch2 class=\"ie-ch-h2\"\u003eSolid Brass Clothes Hooks Holder\u003c\/h2\u003e\n      \u003cp class=\"ie-ch-body\"\u003eA handcrafted wall hooks rack in solid unlacquered brass, made of high quality brass, not just a thin coating, built to develop natural patina and blend effortlessly into any room.\u003c\/p\u003e\n      \u003cdiv style=\"margin-top: var(--space-md); justify-content: flex-start;\" class=\"ie-ch-badges\"\u003e\n        \u003cspan class=\"ie-ch-badge\"\u003e✦ Handcrafted to Order\u003c\/span\u003e \u003cspan class=\"ie-ch-badge\"\u003e✦ 5-Year Warranty\u003c\/span\u003e \u003cspan class=\"ie-ch-badge\"\u003e✦ Free Shipping\u003c\/span\u003e \u003cspan class=\"ie-ch-badge\"\u003e✦ 30-Day Returns\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ie-ch-img-wrap\"\u003e\u003cimg loading=\"lazy\" alt=\"Solid brass clothes hooks holder, handcrafted wall hooks rack, Marrakesh Morocco\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Brass_Clothes_Hooks_Holder_1.webp?v=1787252066\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SECTION 2: FEATURE ROW --\u003e\n\u003cdiv class=\"ie-ch-section\"\u003e\n  \u003cdiv class=\"ie-ch-feature-row\"\u003e\n    \u003cdiv class=\"ie-ch-img-wrap\"\u003e\u003cimg loading=\"lazy\" alt=\"Solid brass wall hooks, unlacquered finish detail\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Brass_Clothes_Hooks_Holder_2h.webp?v=1787252067\"\u003e\u003c\/div\u003e\n    \u003cdiv style=\"text-align: left;\" class=\"ie-ch-feature-text\"\u003e\n      \u003cp class=\"ie-ch-eyebrow\"\u003eBuilt to Last, Easy to Install\u003c\/p\u003e\n      \u003ch3 class=\"ie-ch-h3\"\u003eSolid Brass, Not Just Plated\u003c\/h3\u003e\n      \u003cp class=\"ie-ch-body\"\u003eMade of high quality solid brass, not just coated with a thin layer, this hook rack is built for durability. The unlacquered finish develops a natural patina over time, effortlessly blending into any room. It comes with mounting hardware included for hassle-free installation, and is shipped securely via express shipping to arrive safely on time.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SECTION 3: HOOK COUNT VARIATIONS --\u003e\n\u003cdiv class=\"ie-ch-section\" style=\"text-align:center;\"\u003e\n  \u003ch2 class=\"ie-ch-h2\"\u003eChoose Your Hook Count\u003c\/h2\u003e\n  \u003cp class=\"ie-ch-body\" style=\"max-width:600px;margin-left:auto;margin-right:auto;\"\u003eAvailable in 2, 3, or 4 hook configurations to match your space.\u003c\/p\u003e\n  \u003cdiv class=\"ie-ch-variation-row\"\u003e\n    \u003cdiv class=\"ie-ch-variation-box\"\u003e\n      \u003cdiv class=\"ie-ch-variation-img\"\u003e\u003cimg loading=\"lazy\" alt=\"Solid brass clothes hooks, 2 hooks configuration\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Brass_Clothes_Hooks_Holder_2h.webp?v=1787252067\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ie-ch-variation-label\"\u003e2 Hooks\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ie-ch-variation-box\"\u003e\n      \u003cdiv class=\"ie-ch-variation-img\"\u003e\u003cimg loading=\"lazy\" alt=\"Solid brass clothes hooks, 3 hooks configuration\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Brass_Clothes_Hooks_Holder_3h.webp?v=1787252066\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ie-ch-variation-label\"\u003e3 Hooks\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ie-ch-variation-box\"\u003e\n      \u003cdiv class=\"ie-ch-variation-img\"\u003e\u003cimg loading=\"lazy\" alt=\"Solid brass clothes hooks, 4 hooks configuration\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Brass_Clothes_Hooks_Holder_4h.webp?v=1787252066\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ie-ch-variation-label\"\u003e4 Hooks\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cp style=\"font-size:13px;color:var(--text-light);margin-top:var(--space-sm);\"\u003eNeed a different hook count? \u003ca href=\"mailto:contact@insideast.com\" style=\"color:var(--accent);\"\u003eContact us\u003c\/a\u003e for custom configurations.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- SECTION 4: REVIEWS (SLIDER, ONE ROW) --\u003e\n\u003cdiv class=\"ie-ch-section\"\u003e\n  \u003cp class=\"ie-ch-eyebrow\" style=\"text-align:center;\"\u003eLoved by Homeowners\u003c\/p\u003e\n  \u003ch2 class=\"ie-ch-h2\" style=\"text-align:center; font-size:24px;\"\u003eInsideast Brass Hooks\u003c\/h2\u003e\n  \u003cdiv class=\"ie-ch-reviews-row\"\u003e\n    \u003cdiv class=\"ie-ch-review-card\"\u003e\n      \u003cp class=\"ie-ch-review-text\"\u003e\"As exactly as shown, well made beautiful piece!\"\u003c\/p\u003e\n      \u003cdiv class=\"ie-ch-review-name\"\u003eAl\u003c\/div\u003e\n      \u003cdiv class=\"ie-ch-review-meta\"\u003e20 Dec, 2025\u003c\/div\u003e\n      \u003cspan class=\"ie-ch-review-tag\"\u003e4 Hooks\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ie-ch-review-card\"\u003e\n      \u003cp class=\"ie-ch-review-text\"\u003e\"Item is beautiful! Using it as our towel hooks in the master bath. Heavy and well made!\"\u003c\/p\u003e\n      \u003cdiv class=\"ie-ch-review-name\"\u003eWhitney\u003c\/div\u003e\n      \u003cdiv class=\"ie-ch-review-meta\"\u003e26 Nov, 2023\u003c\/div\u003e\n      \u003cspan class=\"ie-ch-review-tag\"\u003e2 Hooks\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ie-ch-review-card\"\u003e\n      \u003cp class=\"ie-ch-review-text\"\u003e\"Absolutely beautiful hooks exactly as described and extremely fast delivery. Courteous communication from seller also appreciated, many thanks.\"\u003c\/p\u003e\n      \u003cdiv class=\"ie-ch-review-name\"\u003eGillian\u003c\/div\u003e\n      \u003cdiv class=\"ie-ch-review-meta\"\u003e13 Dec, 2022\u003c\/div\u003e\n      \u003cspan class=\"ie-ch-review-tag\"\u003e3 Hooks\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ie-ch-review-card\"\u003e\n      \u003cp class=\"ie-ch-review-text\"\u003e\"Absolutely stunning product! Arrived carefully packed with installation hardware included. Great communication with the shop.\"\u003c\/p\u003e\n      \u003cdiv class=\"ie-ch-review-name\"\u003eMonika\u003c\/div\u003e\n      \u003cdiv class=\"ie-ch-review-meta\"\u003e26 Jul, 2021\u003c\/div\u003e\n      \u003cspan class=\"ie-ch-review-tag\"\u003e2 Hooks\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ie-ch-review-card\"\u003e\n      \u003cp class=\"ie-ch-review-text\"\u003e\"Beautiful and well crafted, this is the second one I purchased. There was a small mismatch on my first set and the seller kindly sent a replacement. Great customer service!\"\u003c\/p\u003e\n      \u003cdiv class=\"ie-ch-review-name\"\u003eVivian\u003c\/div\u003e\n      \u003cdiv class=\"ie-ch-review-meta\"\u003e23 May, 2020\u003c\/div\u003e\n      \u003cspan class=\"ie-ch-review-tag\"\u003e2 Hooks\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ie-ch-review-card\"\u003e\n      \u003cp class=\"ie-ch-review-text\"\u003e\"I purchased a few brass items for my powder room and they were of such great quality and beauty I purchased more. Fast shipping too. Thanks Abdel!\"\u003c\/p\u003e\n      \u003cdiv class=\"ie-ch-review-name\"\u003eVivian\u003c\/div\u003e\n      \u003cdiv class=\"ie-ch-review-meta\"\u003e14 Aug, 2020\u003c\/div\u003e\n      \u003cspan class=\"ie-ch-review-tag\"\u003e3 Hooks\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SECTION 5: TECHNICAL SPECS --\u003e\n\u003cdiv class=\"ie-ch-section\"\u003e\n  \u003ch2 class=\"ie-ch-h2\" style=\"text-align:center;\"\u003eTechnical Details\u003c\/h2\u003e\n  \u003ctable class=\"ie-ch-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 (Develops Natural Patina)\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eHook Options\u003c\/td\u003e\n\u003ctd\u003e2 Hooks \/ 3 Hooks \/ 4 Hooks\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eIncluded\u003c\/td\u003e\n\u003ctd\u003eHook Rack + Mounting Hardware\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eInstallation\u003c\/td\u003e\n\u003ctd\u003eWall-Mounted\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eShipping\u003c\/td\u003e\n\u003ctd\u003eExpress Shipping\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003ctr\u003e\n\u003ctd\u003eOrigin\u003c\/td\u003e\n\u003ctd\u003eHandcrafted in Marrakesh, Morocco\u003c\/td\u003e\n\u003c\/tr\u003e\n    \u003c\/tbody\u003e\n  \u003c\/table\u003e\n  \u003cdiv style=\"background: var(--bg-light); border-left: 3px solid var(--accent); border-radius: 0 var(--radius-md) var(--radius-md) 0; padding: var(--space-sm) var(--space-md); margin-top: var(--space-md); max-width:650px; margin-left:auto; margin-right:auto; font-size: 13px; color: var(--muted); line-height: 1.7;\"\u003e\n    \u003cstrong\u003eLiving Finish Note:\u003c\/strong\u003e The unlacquered brass develops a natural patina over time. This cosmetic aging is expected and celebrated, not considered a defect.\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- SECTION 6: FAQ --\u003e\n\u003cdiv class=\"ie-ch-section\"\u003e\n  \u003ch2 class=\"ie-ch-h2\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n  \u003cdetails class=\"ie-ch-faq-item\"\u003e\n    \u003csummary\u003eHow many hooks can I choose from?\u003c\/summary\u003e\n    \u003cdiv class=\"ie-ch-faq-answer\"\u003e\n      \u003cp\u003eThis hook rack is available in 2, 3, or 4 hook configurations. Select your preferred option before ordering.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n  \u003cdetails class=\"ie-ch-faq-item\"\u003e\n    \u003csummary\u003eDoes it come with mounting hardware?\u003c\/summary\u003e\n    \u003cdiv class=\"ie-ch-faq-answer\"\u003e\n      \u003cp\u003eYes, mounting hardware is included for hassle-free installation.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n  \u003cdetails class=\"ie-ch-faq-item\"\u003e\n    \u003csummary\u003eHow does the unlacquered brass patina develop?\u003c\/summary\u003e\n    \u003cdiv class=\"ie-ch-faq-answer\"\u003e\n      \u003cp\u003eOver time and with normal exposure to air and handling, the brass gradually darkens and develops warm tones. This is a natural process, not a flaw.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n  \u003cdetails class=\"ie-ch-faq-item\"\u003e\n    \u003csummary\u003eHow is it shipped?\u003c\/summary\u003e\n    \u003cdiv class=\"ie-ch-faq-answer\"\u003e\n      \u003cp\u003eIt's shipped securely via express shipping to arrive safely and on time.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/details\u003e\n  \u003cdetails class=\"ie-ch-faq-item\"\u003e\n    \u003csummary\u003eWhat if I'm not satisfied with my purchase?\u003c\/summary\u003e\n    \u003cdiv class=\"ie-ch-faq-answer\"\u003e\n      \u003cp\u003eReturn 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\/div\u003e\n  \u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003c!-- SECTION 7: FINAL CTA --\u003e\n\u003cdiv style=\"margin-bottom: var(--space-xl);\" class=\"ie-ch-section ie-ch-final-cta\"\u003e\n  \u003ch2 style=\"text-align: center;\" class=\"ie-ch-h2\"\u003eReady to Upgrade Your Wall Hardware?\u003c\/h2\u003e\n  \u003cp style=\"text-align: center; margin-bottom: var(--space-md);\" class=\"ie-ch-body\"\u003eJoin homeowners who chose solid brass that lasts.\u003c\/p\u003e\n  \u003cdiv style=\"text-align: center;\"\u003e\u003ca style=\"max-width: 400px; margin: 0 auto var(--space-md);\" class=\"ie-ch-btn ie-ch-btn-full\" href=\"#\"\u003eAdd to Cart →\u003c\/a\u003e\u003c\/div\u003e\n  \u003cdiv style=\"margin-bottom: 0;\" class=\"ie-ch-badges\"\u003e\n    \u003cspan class=\"ie-ch-badge\"\u003e✦ Handcrafted to Order\u003c\/span\u003e \u003cspan class=\"ie-ch-badge\"\u003e✦ 5-Year Warranty\u003c\/span\u003e \u003cspan class=\"ie-ch-badge\"\u003e✦ Free Shipping\u003c\/span\u003e \u003cspan class=\"ie-ch-badge\"\u003e✦ 30-Day Returns\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c!-- end .ie-ch-page --\u003e","brand":"Insideast","offers":[{"title":"2 Hooks","offer_id":45675269849197,"sku":null,"price":78.99,"currency_code":"USD","in_stock":true},{"title":"3 Hooks","offer_id":45675269881965,"sku":null,"price":112.47,"currency_code":"USD","in_stock":true},{"title":"4 Hooks","offer_id":45675269914733,"sku":null,"price":156.7,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0639\/7329\/4189\/files\/Brass_Clothes_Hooks_Holder_1.webp?v=1787252066","url":"https:\/\/www.insideast.com\/fr\/products\/solid-brass-clothes-hooks-holder-handcrafted-wall-hooks-rack","provider":"Insideast","version":"1.0","type":"link"}