{"product_id":"solid-wood-steel-multi-hook-closet-hanger-apl","title":"HangTidy Solid Wood \u0026 Steel Multi-Hook Closet Hanger","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #e67e22;\n      --primary-hover: #d35400;\n      --text-main: #2c3e50;\n      --text-sub: #7f8c8d;\n      --bg-body: #ffffff;\n      --bg-card: #fdfefe;\n      --bg-soft: #f8f9f9;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);\n      --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.05);\n      --border-color: #eaeded;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n    }\n\n    .product-detail-container * {\n      box-sizing: border-box;\n    }\n\n    \/* Typography Reset \u0026 Constraints *\/\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container span,\n    .product-detail-container td,\n    .product-detail-container th {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n    }\n\n    \/* Common Layout Spacing *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Image Helper Classes UPDATED *\/\n    .product-image-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      background: var(--bg-soft);\n      padding: 0; \/* 取消内边距，实现顶格 *\/\n      margin-bottom: 1.5rem;\n      overflow: hidden; \/* 确保图片顶格时保留外层圆角 *\/\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n    }\n\n    \/* 确保中间的包裹层不会影响布局 *\/\n    .product-image-wrapper span {\n      width: 100%;\n      display: block;\n      font-weight: 600;\n      color: var(--text-main);\n    }\n\n    \/* 图片核心样式：适应原图尺寸、不裁剪 *\/\n    .product-image-wrapper img {\n      width: 100%;\n      height: auto;\n      object-fit: contain; \/* 保证图片完整显示不被裁剪 *\/\n      display: block;\n    }\n\n    \/* Hero Block Styles *\/\n    .hero-section {\n      text-align: center;\n      background: var(--bg-soft);\n      padding: 2.5rem 1.5rem;\n      border-radius: var(--radius-lg);\n    }\n\n    .hero-badge {\n      display: inline-block;\n      background: var(--primary);\n      color: #ffffff;\n      padding: 0.25rem 0.75rem;\n      border-radius: 50px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .hero-badge span {\n      color: #ffffff;\n    }\n\n    .hero-subtitle {\n      max-width: 800px;\n      margin: 0 auto 2rem auto;\n    }\n\n    \/* Feature Block Styles *\/\n    .feature-item {\n      display: flex;\n      gap: 2rem;\n      align-items: center;\n      margin-bottom: clamp(2rem, 4vw, 3rem);\n    }\n\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media {\n      flex: 1;\n      width: 100%;\n    }\n\n    .feature-copy {\n      flex: 1;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.5rem;\n      margin-top: 1rem;\n    }\n\n    .tag {\n      background: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      padding: 0.25rem 0.75rem;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n      color: var(--text-main);\n    }\n\n    \/* Specifications Table Styles *\/\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table td {\n      padding: 1rem;\n      vertical-align: top;\n    }\n\n    .spec-table td:first-child {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    \/* FAQ List Styles *\/\n    .faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 1.5rem;\n    }\n\n    .faq-item {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 1.5rem;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .faq-question {\n      margin-bottom: 0.5rem;\n      font-weight: 600;\n    }\n\n    \/* Desktop and Mobile Responsive System *\/\n    @media (max-width: 767px) {\n      \/* Prevent any scale down of fonts below 18px *\/\n      .product-detail-container h1 { font-size: 22px !important; }\n      .product-detail-container h2,\n      .product-detail-container h3,\n      .product-detail-container .section-title { font-size: 20px !important; }\n      .product-detail-container p,\n      .product-detail-container li,\n      .product-detail-container span,\n      .product-detail-container td,\n      .product-detail-container .tag { font-size: 18px !important; }\n\n      \/* Mobile Feature Layout Lock: Image First, Text Second *\/\n      .feature-item, \n      .feature-item:nth-child(even) {\n        flex-direction: column !important;\n      }\n\n      .feature-media {\n        order: 1;\n      }\n\n      .feature-copy {\n        order: 2;\n        text-align: center;\n      }\n\n      .feature-tags {\n        justify-content: center;\n      }\n\n      \/* Responsive Specifications System to Prevent Overlap and Horizontal Scroll *\/\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(120px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        border-bottom: 1px solid var(--border-color);\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        color: var(--text-main);\n      }\n\n      .spec-table td:first-child {\n        display: none; \/* Hide original first column to utilize grid fallback *\/\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Multi-Hook Closet Hanger\nTarget Audience: Home organization enthusiasts, small-space dwellers\nVisual Style: Clean, elegant, natural wood and warm tones\nColor Strategy: Orange\/Amber accenting (to match Natural Wood and HangTidy branding), charcoal body text, clean off-white cards\nModule Order: Hero -\u003e Feature 1 (360° Rotate) -\u003e Feature 2 (Multifunction) -\u003e Feature 3 (Space-Saving) -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_3, Feature2=detail_2, Feature3=detail_4\nSpecification Data Source: Product Analysis Report and SKU basic data (no specification image placeholder is rendered)\nCompare Section: Not included as a separate block (integrated into Hero with the before\/after detail_1 image)\nInformation Boundary: Only information explicitly provided in the product analysis report, detail images, and the current conversation has been used. No unverified product facts have been added.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-badge\"\u003e\u003cspan\u003e16 Hanging Slots\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003eSave 80% of Wardrobe Space with HangTidy\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eOrganize your camisoles, belts, and daily accessories vertically to instantly declutter your closet and keep your garments in perfect, wrinkle-free order.\u003c\/p\u003e\n\n\u003cdiv class=\"product-image-wrapper\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img58\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912154914\/22d89912a943daf52cc62617993e00cf.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"product-image-wrapper\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img59\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912154914\/605325fb4190992fba9dd0c15f247b70.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"section-title\"\u003e360° Rotating Hook for Quick Access\u003c\/h2\u003e\n\n\u003cp\u003eFind exactly what you need without digging through messy hangers. The smooth 360-degree rotating top hook allows you to spin the hanger effortlessly, putting your entire collection on clear display.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eSmooth Swivel\u003c\/span\u003e \u003cspan class=\"tag\"\u003eEasy Viewing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"product-image-wrapper\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img60\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912154914\/960f35e07210bdcbf4f7f4317dc78431.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"section-title\"\u003eMultipurpose Storage for Daily Essentials\u003c\/h2\u003e\n\n\u003cp\u003eMore than just a camisole hanger. The dual-sided wave hooks are configured to hold delicate straps, bras, scarves, neckties, leather belts, caps, umbrellas, and even small bag straps without slipping.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eMulti-Use\u003c\/span\u003e \u003cspan class=\"tag\"\u003eNon-Slip Wave Structure\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"product-image-wrapper\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img61\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912154914\/ea31095f0b61df297dbde1d42647d5d9.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"section-title\"\u003eSolid Wood \u0026amp; Steel Construction\u003c\/h2\u003e\n\n\u003cp\u003eBuilt to look beautiful and endure daily use. The elegant, rounded solid wood bar coordinates with modern closets, while the high-polish metal hangers offer a stable hold for multiple loaded garments without bending.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003ePremium Wood Body\u003c\/span\u003e \u003cspan class=\"tag\"\u003ePolished Metal Hooks\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS (Text Only, No Image Placeholders) --\u003e\n\n\u003csection\u003e\n\u003ch2 class=\"section-title\"\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eProduct Name\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Product Name\"\u003e\u003cspan class=\"spec-value\"\u003eHangTidy Solid Wood \u0026amp; Steel Multi-Hook Closet Hanger\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eMaterials\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Materials\"\u003e\u003cspan class=\"spec-value\"\u003eNatural Solid Wood, Polished Steel Hooks\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eColors Available\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Colors Available\"\u003e\u003cspan class=\"spec-value\"\u003eVintage Hue (Red-Brown), Natural Wood\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eStructure design\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Structure design\"\u003e\u003cspan class=\"spec-value\"\u003e8 dual-sided U-shaped hanging rods (16 hooks total)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003ePack Quantities\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Pack Quantities\"\u003e\u003cspan class=\"spec-value\"\u003eAvailable in 2 Pack, 4 Pack, or 8 Pack\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003csection\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eWhat items can I store on this hanger?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThis versatile organizer is designed to store fine-strap items such as camisoles, tank tops, bras, and swimsuits, as well as daily accessories including belts, ties, scarves, caps, umbrellas, and small purses.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHow does the 360-degree rotation function work?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe top metal hanger hook is connected to the wood bar via a rotating metal axis, allowing the hanger to spin freely in any direction. This makes it simple to browse, select, and hang up items inside a cramped wardrobe.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHow many items can a single hanger hold?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eEach hanger features 8 vertical steel drops curving out into dual-sided wave hooks. This provides a total of 16 secure hanging points per hanger unit to keep your accessories grouped together.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"LumaMere","offers":[{"title":"Vintage Hue \/ 2 Pack","offer_id":50154492657914,"sku":null,"price":14.95,"currency_code":"USD","in_stock":true},{"title":"Natural Wood \/ 2 Pack","offer_id":50154492690682,"sku":null,"price":14.95,"currency_code":"USD","in_stock":true},{"title":"Vintage Hue \/ 4 Pack","offer_id":50154492723450,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Natural Wood \/ 4 Pack","offer_id":50154492756218,"sku":null,"price":24.95,"currency_code":"USD","in_stock":true},{"title":"Vintage Hue \/ 8 Pack","offer_id":50154492788986,"sku":null,"price":44.95,"currency_code":"USD","in_stock":true},{"title":"Natural Wood \/ 8 Pack","offer_id":50154492821754,"sku":null,"price":44.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0852\/5686\/3994\/files\/22d89912a943daf52cc62617993e00cf.jpg?v=1789199791","url":"https:\/\/lumamere.com\/products\/solid-wood-steel-multi-hook-closet-hanger-apl","provider":"LumaMere","version":"1.0","type":"link"}