{"product_id":"multi-functional-pants-hanger","title":"Multi-Functional Pants Hanger","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary-color: #1a1a1a;\n      --secondary-color: #555555;\n      --bg-light: #f9f9f9;\n      --border-color: #e0e0e0;\n      --radius-lg: 8px;\n      --radius-sm: 4px;\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      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--primary-color);\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1,\n    .product-detail-container .hero-title {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\n      font-weight: 700;\n      margin: 0 0 16px 0;\n      color: var(--primary-color);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .faq-question,\n    .product-detail-container .compare-title {\n      font-size: 20px !important;\n      line-height: 1.4 !important;\n      font-weight: 600;\n      margin: 0 0 12px 0;\n      color: var(--primary-color);\n    }\n\n    .product-detail-container p,\n    .product-detail-container span,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-description,\n    .product-detail-container .faq-answer,\n    .product-detail-container .spec-value,\n    .product-detail-container .badge {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      font-weight: 400;\n      color: var(--secondary-color);\n    }\n\n    \/* Ensure minimum font size rule *\/\n    .product-detail-container * {\n      font-size: inherit;\n    }\n\n    \/* Spacing System *\/\n    .product-detail-section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Trust Badge \/ Pill *\/\n    .badge-container {\n      margin-bottom: 16px;\n    }\n    \n    .badge {\n      display: inline-block;\n      background-color: var(--primary-color);\n      color: #ffffff !important;\n      padding: 6px 16px;\n      border-radius: var(--radius-sm);\n      font-weight: 600 !important;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n\n    \/* Image Rules *\/\n    .image-placeholder {\n      width: 100%;\n      aspect-ratio: 16 \/ 9;\n      background-color: #ededed;\n      border: 2px dashed #cccccc;\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 20px;\n      box-sizing: border-box;\n    }\n\n    .image-placeholder-inner {\n      text-align: center;\n      padding: 20px;\n    }\n\n    .image-placeholder img-icon {\n      display: block;\n      font-size: 24px;\n      margin-bottom: 8px;\n    }\n\n    \/* Intro \/ Hero Section *\/\n    .hero-section {\n      text-align: center;\n      padding: 30px 0;\n      background-color: var(--bg-light);\n      border-radius: var(--radius-lg);\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n      box-sizing: border-box;\n    }\n\n    .hero-content {\n      max-width: 800px;\n      margin: 0 auto;\n      padding: 0 20px;\n    }\n\n    .hero-subtitle {\n      margin-bottom: 24px;\n    }\n\n    \/* Feature Sections (Mobile Order Lock: Image first, text second) *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      width: 100%;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    \/* Dual Mode Compare Section *\/\n    .dual-mode-section {\n      background-color: var(--bg-light);\n      padding: 30px 20px;\n      border-radius: var(--radius-lg);\n      box-sizing: border-box;\n    }\n\n    .grid-two-column {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 24px;\n    }\n\n    \/* Before \/ After Closet Comparison *\/\n    .compare-container {\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      margin-top: 24px;\n    }\n\n    .compare-header {\n      background-color: var(--primary-color);\n      color: #ffffff;\n      padding: 12px 20px;\n      font-weight: 600;\n      text-align: center;\n    }\n\n    \/* Specifications Table *\/\n    .specifications-section {\n      border-top: 1px solid var(--border-color);\n      padding-top: clamp(2rem, 5vw, 4rem);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table td {\n      padding: 16px;\n      vertical-align: top;\n    }\n\n    .spec-table td:first-child {\n      font-weight: 600;\n      width: 30%;\n      color: var(--primary-color);\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      border-top: 1px solid var(--border-color);\n      padding-top: clamp(2rem, 5vw, 4rem);\n    }\n\n    .faq-item {\n      margin-bottom: 24px;\n      padding-bottom: 20px;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .faq-item:last-child {\n      border-bottom: none;\n      margin-bottom: 0;\n      padding-bottom: 0;\n    }\n\n    .faq-question {\n      margin-bottom: 8px;\n      display: flex;\n      align-items: flex-start;\n      gap: 8px;\n    }\n\n    .faq-answer {\n      padding-left: 28px;\n    }\n\n    \/* Desktop Adjustments (\u003e= 768px) *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: 40px;\n      }\n\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media,\n      .feature-copy {\n        width: 50%;\n      }\n\n      .grid-two-column {\n        grid-template-columns: 1fr 1fr;\n        gap: 32px;\n      }\n    }\n\n    \/* Mobile Specifications System *\/\n    @media (max-width: 767px) {\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 thead {\n        display: none;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 10px;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px !important;\n        font-weight: 600;\n        line-height: 1.5;\n        color: var(--primary-color);\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px !important;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n      \n      \/* Hide the desktop label cell from rendering explicitly as a normal td *\/\n      .spec-table td:first-child {\n        display: none;\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-functional Space-Saving Pants Hanger\nTarget Audience: Home organization enthusiasts, closet space seekers\nVisual Style: Modern, clean, organized, high contrast\nColor Strategy: Charcoal dark slate for text, light metallic gray for backgrounds, subtle black accents\nModule Order: Hero -\u003e Dual-Mode Switch -\u003e Feature 1 (5-in-1 Space Saver) -\u003e Feature 2 (Upgraded Anti-Slip) -\u003e Compare Section (Before\/After Closet Space) -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_3, Feature2=detail_4, Compare=detail_6\nSpecification Data Source: spec_1 (data extraction only; no specification image placeholder is rendered)\nCompare Section: Included (Shows Horizontal vs Vertical modes and Before\/After organization states)\nInformation Boundary: Strictly relies on the provided analysis report and images. Materials confirmed as stainless steel rods with matte non-slip coatings. Configuration options mapped directly from SKU list (5-tier and 6-tier options, black and white colors). 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\u003cheader class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"badge\"\u003eSpace Optimizer\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1 class=\"hero-title\"\u003eMaximize Your Closet Space with the Multi-Functional Pants Hanger\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eFree up valuable storage and keep your wardrobe organized. Hang up to five garments on a single structure while preventing wrinkles, clutter, and unwanted slipping.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv class=\"image-placeholder-inner\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img53\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917095224\/6775935246be8ec77cd10494c8ec3b82.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv class=\"image-placeholder-inner\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img54\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917095224\/c0bfb03587118c292ae21701901a0d34.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003e5-in-1 Closet Consolidation\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eConsolidate your wardrobe efficiently. The heavy-duty 5-tier setup holds up to five garments on one single structural hanger. This simple shift replaces five individual standard hangers, keeping pants layered perfectly while clearing up closet rods.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE 2: Dual Mode Hanging System --\u003e\n\n\u003csection class=\"product-detail-section dual-mode-section\"\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv class=\"image-placeholder-inner\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img55\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917095224\/e7fcc0aa2f36ff5896d01fa5ad19e847.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eTwo-Way Hanging Design\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eAdapt your wardrobe setup dynamically. Use Horizontal Mode with dual hooks to easily browse, select, and access your clothes. Swing the frame down into Vertical Mode with a single hook to compress storage and save critical horizontal closet rod space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE 3: Anti-Slip \u0026 Stability Upgrades --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv class=\"image-placeholder-inner\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img56\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917095224\/e3bb50819300cb6b19cd664dfc0496df.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eUpgraded Secure Non-Slip Bars\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eKeep your garments firmly in place. Equipped with a matte non-slip coating on the stainless steel rods, integrated balance holders, and sturdiness stoppers at the outer tips. Even soft, silky fabrics hang steadily without sliding off or causing unwanted floor drops.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COMPARE SECTION (Before vs After) --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003ch2 class=\"compare-title\"\u003eTransform Your Closet Storage\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eDitch overcrowded hangers that bunch up your clothes and cause deep creases. Switching to a vertical layout clears rod space instantly, making clothes simpler to sort.\u003c\/p\u003e\n\n\u003cdiv class=\"compare-container\"\u003e\n\u003cdiv class=\"image-placeholder\" style=\"margin-bottom: 0; border-radius: 0; border: none;\"\u003e\n\u003cdiv class=\"image-placeholder-inner\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img57\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917095224\/64656a27dd345548b1a9ec1561fdd94b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"product-detail-section specifications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eConfiguration Options\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Configuration Options\"\u003e\u003cspan class=\"spec-value\"\u003e5-Tier Rod Hanger \/ 6-Tier Rod Hanger\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eColor Options\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Color Options\"\u003e\u003cspan class=\"spec-value\"\u003eBlack \/ White\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eHanging Configurations\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Hanging Configurations\"\u003e\u003cspan class=\"spec-value\"\u003eHorizontal (Dual Hooks) or Vertical (Single Hook)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eKey Features\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Key Features\"\u003e\u003cspan class=\"spec-value\"\u003eAnti-slip rod coatings, balance holder rings, and end stoppers\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eMaterial Components\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Material Components\"\u003e\u003cspan class=\"spec-value\"\u003eStainless steel rods, matte protective coatings, and reinforced joints\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eAssembly Style\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Assembly Style\"\u003e\u003cspan class=\"spec-value\"\u003eSimple assembly required\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 class=\"product-detail-section faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e\n\u003cspan\u003e🔄\u003c\/span\u003e How do I change the hanger from horizontal to vertical mode?\u003c\/h3\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eSimply release one of the two top hooks from your wardrobe hanging rod. The main body will naturally swing downwards to hang from the remaining hook, converting the setup to vertical space-saving mode in seconds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e\n\u003cspan\u003e🧣\u003c\/span\u003e Can this hold garments other than pants?\u003c\/h3\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eYes. The open-ended, non-slip parallel rods are also perfect for organizing scarves, neckties, belts, towels, and lightweight shawls without causing folds or wrinkles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e\n\u003cspan\u003e🛠️\u003c\/span\u003e Does this hanger require manual assembly?\u003c\/h3\u003e\n\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eYes, this is an assembled-style pants rack designed for easy home setup. The rods and non-slip components slip securely into the core reinforced frame to create a stable, non-bending support system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Midnight Black \/ 5-Tier (5-in-1) \/ 2-Pack (Closet Essential)","offer_id":46215120912575,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Minimalist White \/ 5-Tier (5-in-1) \/ 2-Pack (Closet Essential)","offer_id":46215120945343,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Midnight Black \/ 6-Tier (6-in-1) \/ 2-Pack (Closet Essential)","offer_id":46215120978111,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Minimalist White \/ 6-Tier (6-in-1) \/ 2-Pack (Closet Essential)","offer_id":46215121010879,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Midnight Black \/ 5-Tier (5-in-1) \/ 4-Pack (Most Popular - 10% OFF)","offer_id":46215121043647,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Midnight Black \/ 6-Tier (6-in-1) \/ 4-Pack (Most Popular - 10% OFF)","offer_id":46215121076415,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Minimalist White \/ 5-Tier (5-in-1) \/ 4-Pack (Most Popular - 10% OFF)","offer_id":46215121109183,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Minimalist White \/ 6-Tier (6-in-1) \/ 4-Pack (Most Popular - 10% OFF)","offer_id":46215121141951,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Midnight Black \/ 5-Tier (5-in-1) \/ 6-Pack (Family Pack - 15% OFF)","offer_id":46215121174719,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Midnight Black \/ 6-Tier (6-in-1) \/ 6-Pack (Family Pack - 15% OFF)","offer_id":46215121207487,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Minimalist White \/ 5-Tier (5-in-1) \/ 6-Pack (Family Pack - 15% OFF)","offer_id":46215121240255,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Minimalist White \/ 6-Tier (6-in-1) \/ 6-Pack (Family Pack - 15% OFF)","offer_id":46215121273023,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Midnight Black \/ 5-Tier (5-in-1) \/ 8-Pack (Complete Closet Reset - 20% OFF)","offer_id":46215121305791,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Midnight Black \/ 6-Tier (6-in-1) \/ 8-Pack (Complete Closet Reset - 20% OFF)","offer_id":46215121338559,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Minimalist White \/ 5-Tier (5-in-1) \/ 8-Pack (Complete Closet Reset - 20% OFF)","offer_id":46215121371327,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Minimalist White \/ 6-Tier (6-in-1) \/ 8-Pack (Complete Closet Reset - 20% OFF)","offer_id":46215121404095,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/6775935246be8ec77cd10494c8ec3b82.jpg?v=1789612261","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/multi-functional-pants-hanger","provider":"Bak","version":"1.0","type":"link"}