{"product_id":"portable-mini-darning-loom","title":"Portable Mini Darning Loom","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #d29d6c;\n      --primary-hover: #b88555;\n      --text-main: #2c3e50;\n      --text-sub: #566573;\n      --bg-body: #ffffff;\n      --bg-card: #ffffff;\n      --bg-soft: #fbfaf8;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);\n      --shadow-lg: 0 8px 24px rgba(0,0,0,0.08);\n      --border-color: #eae6e1;\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(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: border-box;\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 16px 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    .product-detail-container .feature-title,\n    .product-detail-container .faq-question,\n    .product-detail-container .compare-title {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 16px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-desc,\n    .product-detail-container .spec-value,\n    .product-detail-container .spec-table td,\n    .product-detail-container .faq-answer,\n    .product-detail-container .tag,\n    .product-detail-container .badge {\n      font-size: 18px;\n      line-height: 1.6;\n      font-weight: 400;\n      color: var(--text-sub);\n      margin-top: 0;\n    }\n\n    \/* Common Layout \u0026 Spacing *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n      padding: 24px 0;\n    }\n\n    \/* Global Image Rules *\/\n    .product-detail-container img {\n      max-width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    .product-detail-container .image-container {\n      width: 100%;\n      height: auto;\n      display: block;\n      margin-bottom: 24px;\n    }\n\n    .product-detail-container .image-placeholder {\n      background-color: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      text-align: center;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      justify-content: center;\n      overflow: hidden;\n      width: 100%;\n    }\n\n    \/* Non-clickable Badges \u0026 Tags *\/\n    .product-detail-container .badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-weight: 500;\n      color: var(--primary);\n      margin-bottom: 16px;\n    }\n\n    .product-detail-container .tags-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 16px;\n    }\n\n    .product-detail-container .tag {\n      background-color: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n    }\n\n    \/* Intro \/ Hero Section *\/\n    .product-detail-container .hero-section {\n      text-align: center;\n      background-color: var(--bg-soft);\n      padding: 40px 24px;\n      border-radius: var(--radius-lg);\n    }\n\n    .product-detail-container .hero-content {\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    \/* Compare Section *\/\n    .product-detail-container .compare-section {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 32px 24px;\n    }\n\n    \/* Feature Sections *\/\n    .product-detail-container .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .product-detail-container .feature-media {\n      flex: 1;\n      width: 100%;\n    }\n\n    .product-detail-container .feature-copy {\n      flex: 1;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    \/* Specifications Table *\/\n    .product-detail-container .specifications-section {\n      background-color: var(--bg-soft);\n      padding: 32px 24px;\n      border-radius: var(--radius-lg);\n    }\n\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 20px;\n    }\n\n    .product-detail-container .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .product-detail-container .spec-table td {\n      padding: 16px 12px;\n      vertical-align: top;\n    }\n\n    .product-detail-container .spec-property {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 40%;\n    }\n\n    .product-detail-container .spec-value {\n      color: var(--text-sub);\n    }\n\n    \/* FAQ Section *\/\n    .product-detail-container .faq-section {\n      border-top: 1px solid var(--border-color);\n      padding-top: 40px;\n    }\n\n    .product-detail-container .faq-item {\n      margin-bottom: 24px;\n      padding-bottom: 20px;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .faq-item:last-child {\n      margin-bottom: 0;\n      padding-bottom: 0;\n      border-bottom: none;\n    }\n\n    .product-detail-container .faq-question {\n      margin-bottom: 8px;\n      display: flex;\n      align-items: flex-start;\n      gap: 8px;\n    }\n\n    \/* Desktop Layout Overrides *\/\n    @media (min-width: 768px) {\n      .product-detail-container .feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: 48px;\n      }\n\n      .product-detail-container .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .product-detail-container .hero-section {\n        padding: 60px 40px;\n      }\n    }\n\n    \/* Mobile Optimization Rules *\/\n    @media (max-width: 767px) {\n      \/* Typography Scaling for Mobile *\/\n      .product-detail-container h1 { font-size: 20px; }\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 { font-size: 18px; }\n      \n      .product-detail-container p,\n      .product-detail-container li,\n      .product-detail-container .hero-subtitle,\n      .product-detail-container .feature-desc,\n      .product-detail-container .spec-value,\n      .product-detail-container .faq-answer,\n      .product-detail-container .tag,\n      .product-detail-container .badge { font-size: 15px; }\n\n      \/* Spacing Adjustments *\/\n      .product-detail-container { padding: 0 16px; }\n      .product-detail-container .hero-section { padding: 32px 16px; }\n      .product-detail-container .compare-section,\n      .product-detail-container .specifications-section { padding: 24px 16px; }\n      .product-detail-container .feature-item { gap: 16px; }\n\n      \/* Specifications Table Mobile Layout *\/\n      .product-detail-container .spec-table,\n      .product-detail-container .spec-table tbody,\n      .product-detail-container .spec-table tr {\n        display: block;\n        width: 100%;\n      }\n\n      .product-detail-container .spec-table td {\n        display: flex;\n        flex-direction: column;\n        gap: 6px;\n        width: 100%;\n        padding: 12px 0;\n      }\n\n      .product-detail-container .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        font-size: 16px;\n        font-weight: 600;\n        color: var(--text-main);\n      }\n\n      .product-detail-container .spec-property {\n        display: none; \/* Hide original left td since data-label provides it *\/\n      }\n    }\n\u003c\/style\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-content\"\u003e\n\u003cspan class=\"badge\"\u003eCraft \u0026amp; Care\u003c\/span\u003e\n\u003ch1\u003eRepair More Than Just Sweaters\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eMake every favorite piece of clothing last longer with visible mending. Easily turn damage into beautiful woven details.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"image-container\" style=\"margin-top: 24px;\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img63\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260920163424\/b1e6fbc60adcdbfeb79e5c8f1450a934.png\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. COMPARE SECTION --\u003e\n\n\u003csection class=\"compare-section\"\u003e\n\u003ch2 class=\"compare-title\"\u003eMend Favorite Knits at Home\u003c\/h2\u003e\n\n\u003cp\u003eTurn unwanted holes and snags into neat, decorative woven patches—no prior sewing experience needed.\u003c\/p\u003e\n\n\u003cdiv class=\"image-container\" style=\"margin-top: 20px;\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img53\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912112738\/cae36e3ae9b43ff2d8d49b0d39a6e62b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. FEATURES --\u003e\n\n\u003csection class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img48\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912112738\/a1ef4d1e3bcf134af9a2b8a2a09e9260.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eEasy 3-Step Repair Process\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eRepairing fabrics is straightforward and manageable. In just 15 to 30 minutes, you can complete a secure and beautiful patch:\u003c\/p\u003e\n\n\u003cdiv class=\"tags-container\"\u003e\n\u003cspan class=\"tag\"\u003e1. Attach Fabric\u003c\/span\u003e \u003cspan class=\"tag\"\u003e2. Weave Patch\u003c\/span\u003e \u003cspan class=\"tag\"\u003e3. Finish \u0026amp; Trim\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img49\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912112738\/f4f50ba81017d240763d8d93a6f3f906.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eBuilt with Premium Materials\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eCrafted for smooth, precise visible mending. This handheld tool combines durability with comfortable, natural ergonomics:\u003c\/p\u003e\n\n\u003cdiv class=\"tags-container\"\u003e\n\u003cspan class=\"tag\"\u003eBeech Hardwood Disc\u003c\/span\u003e \u003cspan class=\"tag\"\u003eStainless Steel Hooks\u003c\/span\u003e \u003cspan class=\"tag\"\u003eStrong Metal Spring\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img52\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260912112738\/78bf1ffa0e10dcb6aadb33cbc65ee0b7.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eBest for Knitwear \u0026amp; Soft Fabrics\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eWhether it is a tiny snag or a larger worn-out area, this darning loom is designed to work seamlessly with various soft fabrics. Once completed, your creative patches are fully machine-washable.\u003c\/p\u003e\n\n\u003cdiv class=\"tags-container\"\u003e\n\u003cspan class=\"tag\"\u003eSweaters\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSocks\u003c\/span\u003e \u003cspan class=\"tag\"\u003eHats\u003c\/span\u003e \u003cspan class=\"tag\"\u003eScarves\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- D. SPECIFICATIONS --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2\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 class=\"spec-property\"\u003eMaterials\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Materials\"\u003e\u003cspan class=\"spec-value\"\u003eBeech Hardwood, Stainless Steel, Steel Spring\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003eKit Specification\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Kit Specification\"\u003e\u003cspan class=\"spec-value\"\u003e14-Hook Kit (36 Thread Colors)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003eDesign\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Design\"\u003e\u003cspan class=\"spec-value\"\u003eCompact Handheld Design with Tension Spring Groove\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-property\"\u003ePatch Time\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Patch Time\"\u003e\u003cspan class=\"spec-value\"\u003eAverage 15–30 minutes\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!-- E. FAQ SECTION --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 What items can I repair with this darning loom?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThis compact tool is perfect for sweaters, socks, hats, scarves, canvas bags, and other soft, woven or knitted fabrics.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Do I need professional sewing experience?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNot at all. The kit is beginner-friendly and features a simple 3-step process: attach the fabric, set the warp threads on the hooks, and weave your pattern. Most patches take only 15 to 30 minutes to complete.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Are the completed patches safe to wash?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes. The hand-woven repair creates a tight, secure patch structure that is durable and machine-washable, so your repaired garments remain practical for everyday wear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"14-Hook Kit (36 Thread Colors)","offer_id":58940367241376,"sku":"20260920-163658-4051","price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/7656\/5664\/files\/7b67b8097827d3ae6901498da53255be.png?v=1789893453","url":"https:\/\/cartivra.com\/products\/portable-mini-darning-loom","provider":"Cartivra","version":"1.0","type":"link"}