{"product_id":"standing-frame-warping-board","title":"Standing Frame Warping Board","description":"\u003cstyle\u003e\n  \/* === 全体レイアウト === *\/\n  .product-page-container {\n    display: flex;\n    flex-direction: row;\n    gap: 40px;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 20px;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: #333333;\n    line-height: 1.6;\n  }\n\n  \/* === 左側：製品説明エリア === *\/\n  .product-info-section {\n    flex: 1.2;\n  }\n\n  .product-title {\n    font-size: 28px;\n    font-weight: 700;\n    margin: 0 0 16px 0;\n    color: #1a1a1a;\n  }\n\n  \/* 仕様パラメーターのグリッドレイアウト *\/\n  .spec-grid {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px 24px;\n    margin-bottom: 24px;\n    border-top: 1px solid #eaeaea;\n    border-bottom: 1px solid #eaeaea;\n    padding: 16px 0;\n  }\n\n  .spec-item {\n    font-size: 14px;\n    color: #4b5563;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n\n  .spec-label {\n    font-weight: 600;\n    color: #666666;\n    background-color: #f3f4f6;\n    padding: 2px 8px;\n    border-radius: 4px;\n    font-size: 12px;\n    white-space: nowrap;\n  }\n\n  .spec-value {\n    font-weight: 700;\n    color: #1a1a1a;\n  }\n\n  .description-block p {\n    margin-bottom: 16px;\n    font-size: 15px;\n  }\n\n  \/* === 右側：注文規約エリア === *\/\n  .product-policy-section {\n    flex: 0.8;\n    display: flex;\n    flex-direction: column;\n    gap: 16px;\n  }\n\n  .policy-card {\n    background-color: #ffffff;\n    border: 1px solid #e5e7eb;\n    border-radius: 8px;\n    padding: 20px;\n  }\n\n  .policy-header {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 10px;\n  }\n\n  .policy-header .icon {\n    font-size: 20px;\n  }\n\n  .policy-header h3 {\n    font-size: 15px;\n    font-weight: 700;\n    margin: 0;\n    color: #1f2937;\n  }\n\n  .policy-card p {\n    font-size: 14px;\n    margin: 0;\n    color: #4b5563;\n  }\n\n  \/* 規約リスト *\/\n  .bullet-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .bullet-list li {\n    font-size: 14px;\n    color: #4b5563;\n    margin-bottom: 8px;\n    position: relative;\n    padding-left: 15px;\n  }\n\n  .bullet-list li::before {\n    content: \"•\";\n    position: absolute;\n    left: 0;\n    color: #9ca3af;\n  }\n\n  .bullet-list li:last-child {\n    margin-bottom: 0;\n  }\n\n  \/* === カードごとの色付け調整 === *\/\n  \n  \/* 🌿 納期カード：薄緑 *\/\n  .timeline-card {\n    border-left: 4px solid #3d5a45;\n    background-color: #f7faf8;\n    border-color: #d1dfd6;\n  }\n  .timeline-card h3 {\n    color: #2b4031;\n  }\n\n  \/* 📦 同梱発送カード：薄青 *\/\n  .shipping-card {\n    border-left: 4px solid #3b82f6;\n    background-color: #f0f6ff;\n    border-color: #bfdbfe;\n  }\n  .shipping-card h3 {\n    color: #1e3a8a;\n  }\n  .shipping-card p {\n    color: #1e40af;\n  }\n\n  \/* 💳 決済・キャンセルカード：薄赤（ピンク） *\/\n  .alert-card {\n    border-left: 4px solid #ef4444;\n    background-color: #fef2f2;\n    border-color: #fca5a5;\n  }\n  .alert-card h3 {\n    color: #7f1d1d;\n  }\n  .alert-card .bullet-list li {\n    color: #991b1b;\n  }\n  .alert-card .bullet-list li::before {\n    color: #f87171;\n  }\n\n  \/* === レスポンシブ対応（スマホ表示） === *\/\n  @media (max-width: 768px) {\n    .product-page-container {\n      flex-direction: column;\n      gap: 30px;\n    }\n    \n    .product-info-section, \n    .product-policy-section {\n      flex: none;\n      width: 100%;\n    }\n\n    .spec-grid {\n      flex-direction: column;\n      gap: 8px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-page-container\"\u003e\n\u003c!-- 左側：製品説明セクション --\u003e\n\u003cdiv class=\"product-info-section\"\u003e\n\u003ch1 class=\"product-title\"\u003eInagaki Standing Frame Warping Board\u003c\/h1\u003e\n\u003c!-- 仕様パラメーターの綺麗に整列させたグリッド --\u003e\n\u003cdiv class=\"spec-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eHeight\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e 177 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eWidth\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e 116 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eDepth\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e 70 cm\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003ePost Distance\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e 110 cm \u003csmall style=\"font-weight: normal; color: #666;\"\u003e(Center-to-Center)\u003c\/small\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eMax Warping Length\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e 16.5 m\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-label\"\u003eNumber of Guides\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e30\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"description-block\"\u003e\n\u003cp\u003eThis standing frame warping board is designed for precise and efficient thread preparation. It ensures that all warp threads are kept at a perfectly uniform length while establishing a consistent twill pattern and precise warp arrangement.\u003c\/p\u003e\n\u003cp\u003eThe frame is equipped with \u003cstrong\u003e8 pegs on each side\u003c\/strong\u003e, along with \u003cstrong\u003e4 pegs at the top and bottom\u003c\/strong\u003e specifically designed to set the weave pattern and rough warp configuration. It allows for a maximum warping capacity of approximately 16.5 meters.\u003c\/p\u003e\n\u003cp\u003eFor optimal operation, place your small bobbin frames or weaving creels behind this warping stand, thread the yarn seamlessly through the double guides, and begin your warping process.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 右側：注文規約セクション --\u003e\n\u003cdiv class=\"product-policy-section\"\u003e\n\u003c!-- 納期50日カード --\u003e\n\u003cdiv class=\"policy-card timeline-card\"\u003e\n\u003cdiv class=\"policy-header\"\u003e\n\u003cspan class=\"icon\"\u003e🌿\u003c\/span\u003e\n\u003ch3\u003eStanding Frame Warping Board: 50 Days\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe production process for custom-made items takes the time indicated above.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 同梱発送カード --\u003e\n\u003cdiv class=\"policy-card shipping-card\"\u003e\n\u003cdiv class=\"policy-header\"\u003e\n\u003cspan class=\"icon\"\u003e📦\u003c\/span\u003e\n\u003ch3\u003eNote on Combined Shipping\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eIf your order includes multiple items with different production times or items in stock, all items will be shipped together once the final item is ready.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- 決済・キャンセルカード --\u003e\n\u003cdiv class=\"policy-card alert-card\"\u003e\n\u003cdiv class=\"policy-header\"\u003e\n\u003cspan class=\"icon\"\u003e💳\u003c\/span\u003e\n\u003ch3\u003e【Note on Payment \u0026amp; Cancellations】\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cul class=\"bullet-list\"\u003e\n\u003cli\u003e\n\u003cstrong\u003eDeposit:\u003c\/strong\u003e The initial payment (Shipping, Duties, and Fees) is required as a non-refundable deposit.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCancellations:\u003c\/strong\u003e If you cancel after production has begun, the deposit will be retained to cover specialized labor and material costs.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Inagaki Kiryou","offers":[{"title":"Default Title","offer_id":53476063641968,"sku":null,"price":1150.0,"currency_code":"SGD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0987\/3365\/4384\/files\/seikeidai_dai.jpg?v=1775015616","url":"https:\/\/inagakikiryo-weaving.com\/products\/standing-frame-warping-board","provider":"Inagaki Kiryo","version":"1.0","type":"link"}