{"product_id":"precision-sewing-rolled-hemmer","title":"Precision Sewing Rolled Hemmer","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  Product Type: Sewing Machine Rolled Hemmer Attachment Set\n  Target Audience: Sewing hobbyists, professional tailors, and garment crafters\n  Visual Style: Professional, clean, instructional, and minimalist\n  Color Strategy: Clean silver metal accent (#4a5568), dark charcoal text (#1a202c), and clean white\/light gray background grids\n  Module Order: Intro\/Hero, Feature 1 (Complete Set), Feature 2 (Installation Steps), Feature 3 (Compatibility Check), Specifications (Text only), FAQ\n  Detail Image Mapping: Hero=detail_1, Feature1=detail_2, Feature2=detail_4, Feature3=detail_5\n  Specification Data Source: Extracted from detail_2 and detail_3 (no specification image placeholders rendered)\n  Compare Section: Not included (insufficient data to create verified compare facts)\n  Information Boundary: Strictly relies on facts extracted from images and provided text. 8 sizes (3mm to 10mm) confirmed. Needle plate screw hole requirement highlighted as critical compatibility factor.\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #4a5568;\n      --primary-dark: #2d3748;\n      --text-main: #1a202c;\n      --text-sub: #4a5568;\n      --bg-body: #ffffff;\n      --bg-card: #f7fafc;\n      --bg-soft: #edf2f7;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --border-color: #e2e8f0;\n      --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);\n      --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.05);\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 20px 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    \/* Fixed Typography System - Strict 22px\/20px\/18px *\/\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 16px 0;\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      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      color: var(--text-main);\n      margin: 0 0 12px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-description,\n    .product-detail-container .spec-table td,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer,\n    .product-detail-container .tag,\n    .product-detail-container .compatibility-notice {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n      margin: 0 0 16px 0;\n    }\n\n    \/* Layout Spacing *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Hero Block *\/\n    .hero-block {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .trust-badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      margin-bottom: 8px;\n    }\n\n    .trust-badge {\n      background-color: var(--bg-soft);\n      color: var(--primary-dark);\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-weight: 600;\n      font-size: 18px;\n      display: inline-block;\n    }\n\n    \/* Image Grid \u0026 Containers *\/\n    .image-placeholder {\n      width: 100%;\n      background-color: var(--bg-soft);\n      border: 2px dashed #cbd5e0;\n      border-radius: var(--radius-lg);\n      padding: 60px 20px;\n      text-align: center;\n      box-sizing: border-box;\n      font-weight: 500;\n      color: var(--primary);\n      font-size: 18px;\n    }\n\n    .image-placeholder img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Feature Sections *\/\n    .features-grid {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 4vw, 3rem);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      box-shadow: var(--shadow-md);\n      border: 1px solid var(--border-color);\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 12px;\n    }\n\n    .tag {\n      background-color: var(--bg-body);\n      border: 1px solid var(--border-color);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n      margin: 0;\n    }\n\n    \/* Specifications Grid Layout (Strictly Text-Based) *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 30px 24px;\n      border: 1px solid var(--border-color);\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 tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 16px 12px;\n      vertical-align: top;\n      margin: 0;\n    }\n\n    .spec-label {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    .spec-value {\n      font-weight: 400;\n      color: var(--text-sub);\n    }\n\n    \/* Compatibility Notice Banner *\/\n    .compatibility-banner {\n      background-color: #fffaf0;\n      border: 1px solid #feebc8;\n      border-left: 5px solid #dd6b20;\n      padding: 20px;\n      border-radius: var(--radius-md);\n      margin-bottom: 24px;\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      display: flex;\n      flex-direction: column;\n      gap: 20px;\n    }\n\n    .faq-item {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 20px;\n    }\n\n    .faq-question {\n      margin-bottom: 8px;\n    }\n\n    .faq-answer {\n      margin-bottom: 0;\n    }\n\n    \/* Desktop Responsive Media Queries *\/\n    @media (min-width: 768px) {\n      .hero-block {\n        flex-direction: row;\n        align-items: center;\n      }\n\n      .hero-copy {\n        flex: 1;\n      }\n\n      .hero-media {\n        flex: 1.1;\n      }\n\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n        padding: 40px;\n        gap: 40px;\n      }\n\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .feature-copy {\n        flex: 1.2;\n      }\n\n      .feature-media {\n        flex: 1;\n      }\n    }\n\n    \/* Strict Mobile Specifications Layout Configuration *\/\n    @media (max-width: 767px) {\n      .feature-item {\n        flex-direction: column !important; \/* Forces Image First, Text Second on Mobile *\/\n      }\n\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(130px, 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      }\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 .spec-label-column {\n        display: none; \/* Hide standard label td on mobile layout override *\/\n      }\n\n      .spec-table .spec-value-column {\n        grid-template-columns: 1fr; \/* Reset to single grid column containing our target values *\/\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!-- Intro \/ Hero Content Block --\u003e\n\u003csection class=\"hero-block\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cdiv class=\"trust-badge-container\"\u003e\u003cspan class=\"trust-badge\"\u003e8-Size Multi-Pack Set\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003eClean, Professional Rolled Hems\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eFold and guide fabric edges smoothly as you sew. This rolled hemmer attachment helps create neat, professional-looking hems without tedious manual folding or pre-pinning.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img41\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260918151449\/3d8317ba9b8a8d1288dd40e5aa07720d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"compatibility-banner\"\u003e\n\u003ch2 style=\"margin-top: 0; color: #c05621;\"\u003eCompatibility Check Required\u003c\/h2\u003e\n\n\u003cp class=\"compatibility-notice\" style=\"margin-bottom: 0;\"\u003eTo use this rolled hemmer attachment, your sewing machine needle plate \u003cstrong\u003emust be equipped with a built-in screw mounting hole\u003c\/strong\u003e. This accessory secures directly onto the plate via your plate screw rather than hanging from your presser foot bar.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- Feature Sections --\u003e\n\n\u003csection class=\"features-grid\"\u003e\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img42\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260918151056\/07f02245b180b0c31465815fb1f12d71.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eComplete 8-Size Set for Versatile Hemming\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eFind the perfect size width for any textile project. This comprehensive bundle contains eight individual caliber sizes, accommodating sewing widths from thin, delicate finishes to wide, structured seams.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003e3 mm\u003c\/span\u003e \u003cspan class=\"tag\"\u003e4 mm\u003c\/span\u003e \u003cspan class=\"tag\"\u003e5 mm\u003c\/span\u003e \u003cspan class=\"tag\"\u003e6 mm\u003c\/span\u003e \u003cspan class=\"tag\"\u003e7 mm\u003c\/span\u003e \u003cspan class=\"tag\"\u003e8 mm\u003c\/span\u003e \u003cspan class=\"tag\"\u003e9 mm\u003c\/span\u003e \u003cspan class=\"tag\"\u003e10 mm\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 reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img43\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260918151056\/8ec97807d98704d835f74506aac6d9fb.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eQuick and Secure Installation\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eMounting takes only seconds. Simply loosen your sewing machine's existing needle plate screw, slide the slotted U-shaped base plate directly underneath, and tighten to secure the hemmer firmly in place.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eU-Shape Slot Mount\u003c\/span\u003e \u003cspan class=\"tag\"\u003eNo Foot Removal Needed\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=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img44\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260918151056\/599ab30477be3665ab8e68cd6bdabb46.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eSuitable for Home \u0026amp; Industrial Machines\u003c\/h2\u003e\n\n\u003cp class=\"feature-description\"\u003eEngineered to fit standard domestic and industrial sewing machines equipped with a compatible needle-plate mounting port. The smooth, polished metal curl automatically curls fabric edges safely, feeding them aligned with the needle.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"tag\"\u003eHome Machines\u003c\/span\u003e \u003cspan class=\"tag\"\u003eIndustrial Machines\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Table (Strictly Text-Only) --\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-label-column spec-label\"\u003eAvailable Sizes\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-column\" data-label=\"Available Sizes\"\u003e\u003cspan class=\"spec-value\"\u003e3mm, 4mm, 5mm, 6mm, 7mm, 8mm, 9mm, 10mm (8 pieces total)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-column spec-label\"\u003eMounting Style\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-column\" data-label=\"Mounting Style\"\u003e\u003cspan class=\"spec-value\"\u003eNeedle plate screw mounting\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-column spec-label\"\u003eProduct Material\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-column\" data-label=\"Product Material\"\u003e\u003cspan class=\"spec-value\"\u003ePolished metal\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label-column spec-label\"\u003eCompatibility\u003c\/td\u003e\n\t\t\t\u003ctd class=\"spec-value-column\" data-label=\"Compatibility\"\u003e\u003cspan class=\"spec-value\"\u003eSewing machines equipped with a needle plate screw hole\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!-- 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\"\u003eWill this fit my sewing machine?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThis hemmer attachment is compatible with your sewing machine only if there is a pre-drilled screw mounting hole on the needle plate, right next to the feed dog area. Please verify your machine's needle plate structure before purchase.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eDo I need to remove my sewing machine's presser foot?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo, you do not need to replace your presser foot. This guide is a standalone metal plate accessory that screws directly to the needle plate itself, feeding folded fabric underneath your existing sewing foot.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eWhat sizes are included in this bundle?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe complete 8-piece set includes eight distinct hemming widths: 3mm, 4mm, 5mm, 6mm, 7mm, 8mm, 9mm, and 10mm to suit a wide array of sewing projects.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"8-Piece Set (3-10 mm) \/ 1 Set (Essential Craft Kit)","offer_id":46230560112831,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"8-Piece Set (3-10 mm) \/ 2 Sets (Share with a Friend - 10%)","offer_id":46230560145599,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"8-Piece Set (3-10 mm) \/ 3 Sets (Workshop Pack - 15%)","offer_id":46230560178367,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/3d8317ba9b8a8d1288dd40e5aa07720d.jpg?v=1789715775","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/precision-sewing-rolled-hemmer","provider":"Bak","version":"1.0","type":"link"}