{"product_id":"janome-sewist-725s-mechanical-sewing-machine","title":"Janome Sewist 725S - 23 Stitches","description":"\u003cstyle\u003e\n  .ds-725s {\n    --ds-black: #171717;\n    --ds-dark-grey: #414141;\n    --ds-grey: #626262;\n    --ds-light: #f7f6f4;\n    --ds-border: #e2dfdc;\n    --ds-white: #ffffff;\n    --ds-blue: #1686bd;\n    --ds-deep-blue: #11678e;\n    --ds-soft-blue: #eef8fc;\n    --ds-green: #879b55;\n    max-width: 1180px;\n    margin: 0 auto;\n    color: var(--ds-black);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .ds-725s *,\n  .ds-725s *::before,\n  .ds-725s *::after {\n    box-sizing: border-box;\n  }\n\n  .ds-725s img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .ds-725s h2,\n  .ds-725s h3,\n  .ds-725s h4 {\n    margin-top: 0;\n    color: var(--ds-black);\n    line-height: 1.18;\n  }\n\n  .ds-725s h2 {\n    margin-bottom: 20px;\n    font-size: clamp(32px, 5vw, 56px);\n    letter-spacing: -0.04em;\n  }\n\n  .ds-725s h3 {\n    margin-bottom: 18px;\n    font-size: clamp(26px, 3.4vw, 39px);\n    letter-spacing: -0.03em;\n  }\n\n  .ds-725s h4 {\n    margin-bottom: 9px;\n    font-size: 19px;\n  }\n\n  .ds-725s p {\n    margin-top: 0;\n    margin-bottom: 18px;\n  }\n\n  .ds-725s a {\n    color: inherit;\n  }\n\n  .ds-725s .ds-section {\n    padding: 58px 0;\n    border-bottom: 1px solid var(--ds-border);\n  }\n\n  .ds-725s .ds-section:last-child {\n    border-bottom: 0;\n  }\n\n  .ds-725s .ds-eyebrow {\n    display: inline-block;\n    margin-bottom: 14px;\n    color: var(--ds-deep-blue);\n    font-size: 13px;\n    font-weight: 750;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .ds-725s .ds-lead {\n    max-width: 850px;\n    color: var(--ds-dark-grey);\n    font-size: clamp(18px, 2.2vw, 22px);\n    line-height: 1.6;\n  }\n\n  .ds-725s .ds-hero {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));\n    align-items: center;\n    gap: clamp(34px, 6vw, 76px);\n    padding: 34px 0 60px;\n    border-bottom: 1px solid var(--ds-border);\n  }\n\n  .ds-725s .ds-hero-image {\n    margin: 0;\n    overflow: hidden;\n    padding: clamp(18px, 4vw, 42px);\n    background: linear-gradient(145deg, #fafafa, #eeece9);\n    border-radius: 20px;\n  }\n\n  .ds-725s .ds-hero-image img {\n    min-height: 330px;\n    aspect-ratio: 4 \/ 3;\n    object-fit: contain;\n  }\n\n  .ds-725s .ds-caption {\n    padding: 11px 15px 3px;\n    color: #696969;\n    font-size: 13px;\n    line-height: 1.45;\n    text-align: center;\n  }\n\n  .ds-725s .ds-stat-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));\n    gap: 10px;\n    margin: 30px 0;\n  }\n\n  .ds-725s .ds-stat {\n    padding: 18px 13px;\n    background: var(--ds-light);\n    border: 1px solid #ebe8e5;\n    border-radius: 12px;\n    text-align: center;\n  }\n\n  .ds-725s .ds-stat-number {\n    display: block;\n    font-size: 23px;\n    font-weight: 780;\n    line-height: 1.15;\n  }\n\n  .ds-725s .ds-stat-label {\n    display: block;\n    margin-top: 6px;\n    color: #666666;\n    font-size: 12px;\n    line-height: 1.35;\n  }\n\n  .ds-725s .ds-button-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 11px;\n    margin-top: 25px;\n  }\n\n  .ds-725s .ds-button {\n    display: inline-flex;\n    min-height: 49px;\n    align-items: center;\n    justify-content: center;\n    padding: 12px 20px;\n    border: 1px solid var(--ds-black);\n    border-radius: 7px;\n    background: var(--ds-black);\n    color: var(--ds-white);\n    font-size: 15px;\n    font-weight: 680;\n    line-height: 1.25;\n    text-align: center;\n    text-decoration: none;\n    transition: opacity 0.2s ease, transform 0.2s ease;\n  }\n\n  .ds-725s .ds-button:hover {\n    opacity: 0.86;\n    transform: translateY(-1px);\n  }\n\n  .ds-725s .ds-button-secondary {\n    background: transparent;\n    color: var(--ds-black);\n  }\n\n  .ds-725s .ds-intro {\n    max-width: 950px;\n  }\n\n  .ds-725s .ds-package {\n    padding: clamp(27px, 5vw, 46px);\n    background: var(--ds-soft-blue);\n    border: 1px solid #d5eaf3;\n    border-radius: 17px;\n  }\n\n  .ds-725s .ds-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(min(100%, 245px), 1fr));\n    gap: 16px;\n    margin-top: 31px;\n  }\n\n  .ds-725s .ds-feature-card {\n    padding: 26px;\n    background: var(--ds-light);\n    border: 1px solid #ebe8e5;\n    border-radius: 15px;\n  }\n\n  .ds-725s .ds-feature-number {\n    display: inline-flex;\n    width: 35px;\n    height: 35px;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 17px;\n    border-radius: 50%;\n    background: var(--ds-black);\n    color: var(--ds-white);\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .ds-725s .ds-feature-card p {\n    margin-bottom: 0;\n    color: var(--ds-grey);\n    font-size: 15px;\n    line-height: 1.65;\n  }\n\n  .ds-725s .ds-split {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));\n    align-items: center;\n    gap: clamp(30px, 6vw, 72px);\n  }\n\n  .ds-725s .ds-split-image {\n    margin: 0;\n    overflow: hidden;\n    background: var(--ds-light);\n    border-radius: 17px;\n  }\n\n  .ds-725s .ds-split-image img {\n    min-height: 275px;\n    aspect-ratio: 4 \/ 3;\n    object-fit: contain;\n    padding: 24px;\n    background: var(--ds-white);\n  }\n\n  .ds-725s .ds-split-image.ds-wide img {\n    aspect-ratio: 5 \/ 3;\n  }\n\n  .ds-725s .ds-check-list,\n  .ds-725s .ds-accessory-list {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(min(100%, 235px), 1fr));\n    gap: 10px 28px;\n    margin: 23px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .ds-725s .ds-check-list li,\n  .ds-725s .ds-accessory-list li {\n    position: relative;\n    padding-left: 25px;\n  }\n\n  .ds-725s .ds-check-list li::before,\n  .ds-725s .ds-accessory-list li::before {\n    position: absolute;\n    top: 0;\n    left: 0;\n    color: var(--ds-blue);\n    content: \"✓\";\n    font-weight: 750;\n  }\n\n  .ds-725s .ds-callout {\n    padding: clamp(28px, 5vw, 50px);\n    overflow: hidden;\n    background: var(--ds-black);\n    border-radius: 18px;\n    color: var(--ds-white);\n  }\n\n  .ds-725s .ds-callout h3,\n  .ds-725s .ds-callout h4 {\n    color: var(--ds-white);\n  }\n\n  .ds-725s .ds-callout p:last-child {\n    margin-bottom: 0;\n  }\n\n  .ds-725s .ds-callout-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(min(100%, 310px), 1fr));\n    align-items: center;\n    gap: 38px;\n  }\n\n  .ds-725s .ds-callout-image {\n    margin: 0;\n    overflow: hidden;\n    background: var(--ds-white);\n    border-radius: 13px;\n  }\n\n  .ds-725s .ds-callout-image img {\n    min-height: 255px;\n    aspect-ratio: 4 \/ 3;\n    object-fit: contain;\n    padding: 22px;\n  }\n\n  .ds-725s .ds-note {\n    padding: 24px 26px;\n    border-left: 4px solid var(--ds-blue);\n    background: var(--ds-soft-blue);\n    border-radius: 4px 12px 12px 4px;\n  }\n\n  .ds-725s .ds-note p:last-child {\n    margin-bottom: 0;\n  }\n\n  .ds-725s .ds-benefit-strip {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(min(100%, 205px), 1fr));\n    gap: 12px;\n    margin-top: 27px;\n  }\n\n  .ds-725s .ds-benefit {\n    padding: 19px;\n    border: 1px solid var(--ds-border);\n    border-radius: 11px;\n    background: var(--ds-white);\n  }\n\n  .ds-725s .ds-benefit h4 {\n    font-size: 16px;\n  }\n\n  .ds-725s .ds-benefit p {\n    margin-bottom: 0;\n    color: var(--ds-grey);\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  .ds-725s .ds-use-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(min(100%, 185px), 1fr));\n    gap: 12px;\n    margin-top: 25px;\n  }\n\n  .ds-725s .ds-use-item {\n    padding: 18px 15px;\n    border: 1px solid var(--ds-border);\n    border-radius: 10px;\n    background: var(--ds-white);\n    text-align: center;\n  }\n\n  .ds-725s .ds-use-item span {\n    display: block;\n    font-size: 15px;\n    line-height: 1.4;\n  }\n\n  .ds-725s .ds-table-wrap {\n    width: 100%;\n    margin-top: 23px;\n    overflow-x: auto;\n    border: 1px solid var(--ds-border);\n    border-radius: 12px;\n  }\n\n  .ds-725s table {\n    width: 100%;\n    min-width: 650px;\n    border-collapse: collapse;\n    background: var(--ds-white);\n  }\n\n  .ds-725s th,\n  .ds-725s td {\n    padding: 14px 16px;\n    border-bottom: 1px solid var(--ds-border);\n    vertical-align: top;\n    text-align: left;\n  }\n\n  .ds-725s th {\n    width: 38%;\n    background: var(--ds-light);\n    color: var(--ds-black);\n    font-size: 14px;\n    font-weight: 680;\n  }\n\n  .ds-725s td {\n    color: #4b4b4b;\n    font-size: 14px;\n  }\n\n  .ds-725s tr:last-child th,\n  .ds-725s tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .ds-725s details {\n    margin-top: 13px;\n    overflow: hidden;\n    border: 1px solid var(--ds-border);\n    border-radius: 10px;\n    background: var(--ds-white);\n  }\n\n  .ds-725s summary {\n    position: relative;\n    padding: 18px 52px 18px 19px;\n    cursor: pointer;\n    color: var(--ds-black);\n    font-size: 16px;\n    font-weight: 680;\n    list-style: none;\n  }\n\n  .ds-725s summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ds-725s summary::after {\n    position: absolute;\n    top: 50%;\n    right: 19px;\n    transform: translateY(-50%);\n    color: var(--ds-blue);\n    content: \"+\";\n    font-size: 26px;\n    font-weight: 400;\n  }\n\n  .ds-725s details[open] summary::after {\n    content: \"−\";\n  }\n\n  .ds-725s .ds-details-content {\n    padding: 0 19px 20px;\n    color: var(--ds-grey);\n  }\n\n  .ds-725s .ds-details-content p:last-child,\n  .ds-725s .ds-details-content ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .ds-725s .ds-details-content ul {\n    padding-left: 22px;\n  }\n\n  .ds-725s .ds-resource-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(min(100%, 225px), 1fr));\n    gap: 14px;\n    margin-top: 27px;\n  }\n\n  .ds-725s .ds-resource-card {\n    display: flex;\n    min-height: 205px;\n    flex-direction: column;\n    justify-content: space-between;\n    padding: 24px;\n    border: 1px solid var(--ds-border);\n    border-radius: 14px;\n    background: var(--ds-light);\n  }\n\n  .ds-725s .ds-resource-card p {\n    color: var(--ds-grey);\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  .ds-725s .ds-resource-link {\n    display: inline-block;\n    color: var(--ds-deep-blue);\n    font-size: 14px;\n    font-weight: 750;\n    text-decoration: none;\n  }\n\n  .ds-725s .ds-resource-link:hover {\n    text-decoration: underline;\n  }\n\n  .ds-725s .ds-direct-sewing {\n    padding: clamp(30px, 5vw, 52px);\n    background: var(--ds-light);\n    border-radius: 17px;\n    text-align: center;\n  }\n\n  .ds-725s .ds-direct-sewing p {\n    max-width: 850px;\n    margin-right: auto;\n    margin-left: auto;\n  }\n\n  @media (max-width: 700px) {\n    .ds-725s {\n      font-size: 15px;\n    }\n\n    .ds-725s .ds-section {\n      padding: 44px 0;\n    }\n\n    .ds-725s .ds-hero {\n      padding-top: 16px;\n      padding-bottom: 44px;\n    }\n\n    .ds-725s .ds-hero-copy {\n      order: 1;\n    }\n\n    .ds-725s .ds-hero-image {\n      order: 2;\n      padding: 18px;\n    }\n\n    .ds-725s .ds-hero-image img {\n      min-height: 270px;\n    }\n\n    .ds-725s .ds-button-row,\n    .ds-725s .ds-button {\n      width: 100%;\n    }\n\n    .ds-725s .ds-stat-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .ds-725s .ds-feature-card {\n      padding: 22px;\n    }\n\n    .ds-725s .ds-use-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ds-725s\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"ds-hero\"\u003e\n    \u003cdiv class=\"ds-hero-copy\"\u003e\n      \u003cspan class=\"ds-eyebrow\"\u003eReliable mechanical sewing machine\u003c\/span\u003e\n\n      \u003ch2\u003eJanome Sewist 725S\u003c\/h2\u003e\n\n      \u003cp class=\"ds-lead\"\u003e\n        Learn, create and sew with confidence using a mechanical machine that keeps everything clear and practical. The Janome Sewist 725S combines 23 useful stitches, adjustable foot pressure, a built-in needle threader, one-step buttonhole and solid Janome construction in an approachable everyday sewing machine.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"ds-stat-grid\" aria-label=\"Janome Sewist 725S key specifications\"\u003e\n        \u003cdiv class=\"ds-stat\"\u003e\n          \u003cspan class=\"ds-stat-number\"\u003e23\u003c\/span\u003e\n          \u003cspan class=\"ds-stat-label\"\u003ebuilt-in stitches\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ds-stat\"\u003e\n          \u003cspan class=\"ds-stat-number\"\u003e830 SPM\u003c\/span\u003e\n          \u003cspan class=\"ds-stat-label\"\u003emaximum sewing speed\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ds-stat\"\u003e\n          \u003cspan class=\"ds-stat-number\"\u003e1-step\u003c\/span\u003e\n          \u003cspan class=\"ds-stat-label\"\u003eautomatic buttonhole\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ds-stat\"\u003e\n          \u003cspan class=\"ds-stat-number\"\u003e6.6kg\u003c\/span\u003e\n          \u003cspan class=\"ds-stat-label\"\u003emachine weight\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ds-button-row\"\u003e\n        \u003ca class=\"ds-button\" href=\"https:\/\/www.janome.com\/wp-content\/uploads\/2019\/11\/inst-book-sewist-725s507g-22bh-en-507850607-compressed.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          View Instruction Manual\n        \u003c\/a\u003e\n\n        \u003ca class=\"ds-button ds-button-secondary\" href=\"https:\/\/janome.com.au\/wp-content\/uploads\/2018\/12\/19990-AW-janome-Brochure-updates-Sewist-725s-721-709-FINAL.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          Download NZ\/AU Brochure\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cfigure class=\"ds-hero-image\"\u003e\n      \u003cimg src=\"https:\/\/www7.janome.co.jp\/global\/wp-content\/uploads\/product-lineup\/20_Sewist725S.jpg\" alt=\"Janome Sewist 725S mechanical sewing machine\" width=\"400\" height=\"280\" loading=\"eager\" fetchpriority=\"high\" decoding=\"async\"\u003e\n\n      \u003cfigcaption class=\"ds-caption\"\u003e\n        A straightforward mechanical sewing machine with adjustable settings and trusted Janome construction.\n      \u003c\/figcaption\u003e\n    \u003c\/figure\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INTRODUCTION --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cdiv class=\"ds-intro\"\u003e\n      \u003cspan class=\"ds-eyebrow\"\u003eMechanical simplicity with genuinely useful features\u003c\/span\u003e\n\n      \u003ch3\u003eAn excellent machine for learning and everyday sewing\u003c\/h3\u003e\n\n      \u003cp\u003e\n        The Sewist 725S is designed for beginners, casual sewists, classrooms and experienced makers who prefer the simplicity and direct control of a mechanical sewing machine.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        There are no digital menus to navigate. Select the stitch using the upper dial, adjust the stitch length using the lower dial and set the width using the top control. The complete stitch chart is printed directly across the front of the machine.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        With utility stitches, stretch stitches, decorative options and a one-step buttonhole, the Sewist 725S provides the functions needed for garments, repairs, alterations, crafts, patchwork and home sewing.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- REGIONAL PACKAGE --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cdiv class=\"ds-package\"\u003e\n      \u003cspan class=\"ds-eyebrow\"\u003eNew Zealand and Australian package\u003c\/span\u003e\n\n      \u003ch3\u003eReady for everyday sewing from the beginning\u003c\/h3\u003e\n\n      \u003cp\u003e\n        The regional package includes five practical sewing feet, a quilting guide, foot controller, bobbins, needles, tools and a fitted hard cover.\n      \u003c\/p\u003e\n\n      \u003cul class=\"ds-check-list\"\u003e\n        \u003cli\u003eFive sewing feet\u003c\/li\u003e\n        \u003cli\u003eThree Janome plastic bobbins\u003c\/li\u003e\n        \u003cli\u003eAssorted needle set\u003c\/li\u003e\n        \u003cli\u003eAdditional spool pin\u003c\/li\u003e\n        \u003cli\u003eFelt spool cushion\u003c\/li\u003e\n        \u003cli\u003eQuilting guide bar\u003c\/li\u003e\n        \u003cli\u003eFoot controller\u003c\/li\u003e\n        \u003cli\u003eLarge spool holder\u003c\/li\u003e\n        \u003cli\u003eSmall spool holder\u003c\/li\u003e\n        \u003cli\u003eScrewdriver\u003c\/li\u003e\n        \u003cli\u003eLint brush and seam ripper\u003c\/li\u003e\n        \u003cli\u003eHard machine cover\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- KEY FEATURES --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cspan class=\"ds-eyebrow\"\u003eWhy the Sewist 725S stands out\u003c\/span\u003e\n\n    \u003ch3\u003eA strong collection of essential mechanical features\u003c\/h3\u003e\n\n    \u003cdiv class=\"ds-feature-grid\"\u003e\n\n      \u003carticle class=\"ds-feature-card\"\u003e\n        \u003cspan class=\"ds-feature-number\"\u003e01\u003c\/span\u003e\n        \u003ch4\u003e23 built-in stitches\u003c\/h4\u003e\n        \u003cp\u003e\n          Sew utility seams, stretch fabrics, hems, overcasting, patchwork and decorative details using a well-balanced stitch library.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ds-feature-card\"\u003e\n        \u003cspan class=\"ds-feature-number\"\u003e02\u003c\/span\u003e\n        \u003ch4\u003eOne-step buttonhole\u003c\/h4\u003e\n        \u003cp\u003e\n          Insert the button into the automatic buttonhole foot and sew a buttonhole sized to match it in one continuous sequence.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ds-feature-card\"\u003e\n        \u003cspan class=\"ds-feature-number\"\u003e03\u003c\/span\u003e\n        \u003ch4\u003eAdjustable foot pressure\u003c\/h4\u003e\n        \u003cp\u003e\n          Adapt the pressure applied to fine fabrics, pile fabrics, appliqué, basting and standard woven materials.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ds-feature-card\"\u003e\n        \u003cspan class=\"ds-feature-number\"\u003e04\u003c\/span\u003e\n        \u003ch4\u003eBuilt-in needle threader\u003c\/h4\u003e\n        \u003cp\u003e\n          Guide the upper thread through the threading mechanism and pull a loop through the eye of the needle more easily.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ds-feature-card\"\u003e\n        \u003cspan class=\"ds-feature-number\"\u003e05\u003c\/span\u003e\n        \u003ch4\u003eFour-piece feed system\u003c\/h4\u003e\n        \u003cp\u003e\n          The lower feed dogs move the fabric consistently through everyday seams, stretch stitches and decorative work.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ds-feature-card\"\u003e\n        \u003cspan class=\"ds-feature-number\"\u003e06\u003c\/span\u003e\n        \u003ch4\u003eDrop feed\u003c\/h4\u003e\n        \u003cp\u003e\n          Lower the feed dogs for button sewing, darning, free-motion quilting and creative surface stitching.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ds-feature-card\"\u003e\n        \u003cspan class=\"ds-feature-number\"\u003e07\u003c\/span\u003e\n        \u003ch4\u003eExtra-high foot lift\u003c\/h4\u003e\n        \u003cp\u003e\n          Raise the presser foot approximately 6mm above its normal lifted position to help position thicker fabric sections.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ds-feature-card\"\u003e\n        \u003cspan class=\"ds-feature-number\"\u003e08\u003c\/span\u003e\n        \u003ch4\u003eHard cover included\u003c\/h4\u003e\n        \u003cp\u003e\n          Protect the machine from dust and light knocks during storage or transport using the supplied fitted cover.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- STITCH CHART --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cdiv class=\"ds-callout\"\u003e\n      \u003cdiv class=\"ds-callout-grid\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"ds-eyebrow\" style=\"color:#ffffff;\"\u003eSimple visual selection\u003c\/span\u003e\n\n          \u003ch3\u003eThe complete stitch chart is always visible\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Every stitch is printed across the front of the machine and labelled with a letter.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Turn the large pattern-selection dial to the matching letter, then use the lower dial to adjust the stitch length.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Blue stitch symbols identify stretch stitches, which are selected by moving the stitch-length dial into the stretch-stitch range.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cfigure class=\"ds-callout-image\"\u003e\n          \u003cimg src=\"https:\/\/www7.janome.co.jp\/global\/wp-content\/uploads\/product-lineup\/725s_stitches.jpg\" alt=\"Front stitch reference chart on the Janome Sewist 725S\" width=\"225\" height=\"150\" loading=\"lazy\" decoding=\"async\"\u003e\n        \u003c\/figure\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CONTROL DIALS --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cdiv class=\"ds-split\"\u003e\n      \u003cfigure class=\"ds-split-image\"\u003e\n        \u003cimg src=\"https:\/\/www7.janome.co.jp\/global\/wp-content\/uploads\/product-lineup\/725s_stitchdials.jpg\" alt=\"Stitch pattern and stitch length dials on the Janome Sewist 725S\" width=\"150\" height=\"225\" loading=\"lazy\" decoding=\"async\"\u003e\n\n        \u003cfigcaption class=\"ds-caption\"\u003e\n          Large mechanical dials provide direct control over stitch selection and stitch length.\n        \u003c\/figcaption\u003e\n      \u003c\/figure\u003e\n\n      \u003cdiv\u003e\n        \u003cspan class=\"ds-eyebrow\"\u003eDirect mechanical control\u003c\/span\u003e\n\n        \u003ch3\u003eSelect and adjust stitches without navigating menus\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The upper front dial selects the required stitch pattern, while the lower dial controls stitch length and stretch-stitch balance.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          A separate width dial across the top of the machine adjusts zigzag width up to 5mm and also provides variable straight-stitch needle positioning.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The mechanical format makes it easy to see and understand how each setting affects the stitch.\n        \u003c\/p\u003e\n\n        \u003cul class=\"ds-check-list\"\u003e\n          \u003cli\u003eLarge pattern-selector dial\u003c\/li\u003e\n          \u003cli\u003eStitch-length adjustment\u003c\/li\u003e\n          \u003cli\u003eStretch-stitch balance control\u003c\/li\u003e\n          \u003cli\u003eStitch-width adjustment\u003c\/li\u003e\n          \u003cli\u003eVariable needle positioning\u003c\/li\u003e\n          \u003cli\u003eManual upper-thread tension\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FOOT PRESSURE --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cdiv class=\"ds-split\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"ds-eyebrow\"\u003eAdapt the machine to different fabrics\u003c\/span\u003e\n\n        \u003ch3\u003eFour-level presser-foot pressure adjustment\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The pressure dial is located at the left end of the machine and changes how firmly the presser foot holds the fabric against the feed dogs.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Standard pressure is suitable for most everyday sewing. Reduce the pressure for appliqué, basting, cutwork and fine fabrics such as chiffon, lace and organza.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Adjustable pressure is particularly useful when sewing materials that may stretch, mark, compress or feed unevenly under a standard setting.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"ds-benefit-strip\"\u003e\n          \u003cdiv class=\"ds-benefit\"\u003e\n            \u003ch4\u003eStandard fabrics\u003c\/h4\u003e\n            \u003cp\u003eUse the regular setting for cotton, linen and common woven materials.\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ds-benefit\"\u003e\n            \u003ch4\u003eFine fabrics\u003c\/h4\u003e\n            \u003cp\u003eReduce pressure for chiffon, lace, organza and delicate lightweight material.\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ds-benefit\"\u003e\n            \u003ch4\u003eAppliqué\u003c\/h4\u003e\n            \u003cp\u003eLower pressure to make turning and repositioning the project easier.\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ds-benefit\"\u003e\n            \u003ch4\u003ePile fabrics\u003c\/h4\u003e\n            \u003cp\u003eAdjust pressure to reduce marking and unwanted movement through raised surfaces.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cfigure class=\"ds-split-image\"\u003e\n        \u003cimg src=\"https:\/\/www7.janome.co.jp\/global\/wp-content\/uploads\/product-lineup\/725s_footpressuredial.jpg\" alt=\"Presser foot pressure adjustment dial on the Janome Sewist 725S\" width=\"225\" height=\"150\" loading=\"lazy\" decoding=\"async\"\u003e\n\n        \u003cfigcaption class=\"ds-caption\"\u003e\n          The pressure dial is positioned at the left side of the machine for easy access.\n        \u003c\/figcaption\u003e\n      \u003c\/figure\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- NEEDLE THREADER --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cdiv class=\"ds-callout\"\u003e\n      \u003cdiv class=\"ds-callout-grid\"\u003e\n        \u003cdiv\u003e\n          \u003cspan class=\"ds-eyebrow\" style=\"color:#ffffff;\"\u003eQuicker preparation\u003c\/span\u003e\n\n          \u003ch3\u003eBuilt-in one-step needle threader\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Raise the needle to its highest position, lower the threader and guide the thread beneath the threading hook.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Release the mechanism and a loop is drawn through the eye of the needle, reducing the need to thread it manually.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            This is particularly useful when changing thread colours frequently or when the needle eye is difficult to see.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cfigure class=\"ds-callout-image\"\u003e\n          \u003cimg src=\"https:\/\/www7.janome.co.jp\/global\/wp-content\/uploads\/product-lineup\/725s_needlethreader.jpg\" alt=\"Built-in needle threader on the Janome Sewist 725S\" width=\"225\" height=\"150\" loading=\"lazy\" decoding=\"async\"\u003e\n        \u003c\/figure\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- BUTTONHOLE --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cspan class=\"ds-eyebrow\"\u003eConsistent buttonholes without four manual stages\u003c\/span\u003e\n\n    \u003ch3\u003eA one-step buttonhole sized to your selected button\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Place the button into the rear section of the automatic buttonhole foot, attach the foot and lower the machine’s buttonhole lever.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The machine sews the complete buttonhole sequence to suit the button placed in the foot. Buttonhole density can be adjusted using the stitch-length dial.\n    \u003c\/p\u003e\n\n    \u003cul class=\"ds-check-list\"\u003e\n      \u003cli\u003eAutomatic one-step sequence\u003c\/li\u003e\n      \u003cli\u003eButton-size measurement\u003c\/li\u003e\n      \u003cli\u003eAdjustable stitch density\u003c\/li\u003e\n      \u003cli\u003eCorded buttonhole capability\u003c\/li\u003e\n      \u003cli\u003eManual buttonhole option\u003c\/li\u003e\n      \u003cli\u003eAutomatic Buttonhole Foot R included\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- LED --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cdiv class=\"ds-split\"\u003e\n      \u003cfigure class=\"ds-split-image\"\u003e\n        \u003cimg src=\"https:\/\/www7.janome.co.jp\/global\/wp-content\/uploads\/product-lineup\/725s_ledlamp.jpg\" alt=\"LED sewing light and clear bobbin cover on the Janome Sewist 725S\" width=\"225\" height=\"150\" loading=\"lazy\" decoding=\"async\"\u003e\n\n        \u003cfigcaption class=\"ds-caption\"\u003e\n          A white LED illuminates the presser foot, needle plate and clear bobbin area.\n        \u003c\/figcaption\u003e\n      \u003c\/figure\u003e\n\n      \u003cdiv\u003e\n        \u003cspan class=\"ds-eyebrow\"\u003eClear visibility around the needle\u003c\/span\u003e\n\n        \u003ch3\u003eLED lighting and a transparent bobbin cover\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The white LED light illuminates the immediate sewing area while producing very little heat.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The clear top-loading bobbin cover allows you to see the installed thread colour and check the remaining bobbin supply.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The needle plate and bobbin cover include seam guides and angle markings to support accurate alignment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- WORKSPACE --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cspan class=\"ds-eyebrow\"\u003eCompact but practical\u003c\/span\u003e\n\n    \u003ch3\u003eA useful workspace for garments, repairs and everyday projects\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The machine provides approximately 157mm of width and 107mm of height to the right of the needle.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      This is suitable for garment construction, cushions, repairs, alterations, craft projects, appliqué and smaller patchwork work while keeping the overall machine compact.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ds-benefit-strip\"\u003e\n      \u003cdiv class=\"ds-benefit\"\u003e\n        \u003ch4\u003eGarments\u003c\/h4\u003e\n        \u003cp\u003eConstruct everyday clothing, childrenswear, tops, dresses and simple trousers.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ds-benefit\"\u003e\n        \u003ch4\u003eRepairs\u003c\/h4\u003e\n        \u003cp\u003eComplete hemming, seam repairs, patches and general household alterations.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ds-benefit\"\u003e\n        \u003ch4\u003eHome sewing\u003c\/h4\u003e\n        \u003cp\u003eCreate cushions, lightweight curtains, table linen and decorative projects.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ds-benefit\"\u003e\n        \u003ch4\u003ePatchwork\u003c\/h4\u003e\n        \u003cp\u003ePiece smaller quilt blocks using the supplied quilting guide and optional feet.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FREE ARM --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cspan class=\"ds-eyebrow\"\u003eTubular sewing made easier\u003c\/span\u003e\n\n    \u003ch3\u003eRemove the accessory box to reveal the free arm\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The front extension table slides away from the machine and reveals a narrow free arm.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Tubular garments and small openings can be placed around the arm rather than being flattened across the full sewing bed.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ds-use-grid\"\u003e\n      \u003cdiv class=\"ds-use-item\"\u003e\u003cspan\u003eSleeves\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003e\u003cspan\u003eCuffs\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003e\u003cspan\u003eTrouser legs\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003e\u003cspan\u003eWaistbands\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003e\u003cspan\u003eChildren’s clothing\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003e\u003cspan\u003eDarning socks\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- DROP FEED --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cspan class=\"ds-eyebrow\"\u003eExpand beyond ordinary feeding\u003c\/span\u003e\n\n    \u003ch3\u003eDrop the feed dogs for darning and free-motion work\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The drop-feed lever is positioned beneath the free arm at the rear of the machine.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Lowering the feed dogs allows you to control the fabric movement manually for darning, button sewing, free-motion quilting and thread painting.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ds-note\"\u003e\n      \u003ch4\u003eOptional foot required\u003c\/h4\u003e\n\n      \u003cp\u003e\n        A darning or free-motion quilting foot is not included in the standard regional package. Compatible open-toe, closed-toe and convertible free-motion feet are available separately.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FEED SYSTEM --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cspan class=\"ds-eyebrow\"\u003eReliable everyday fabric movement\u003c\/span\u003e\n\n    \u003ch3\u003eFour-piece lower feed system\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Four feed-dog sections rise through the needle plate and move the fabric beneath the presser foot.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      Combined with adjustable foot pressure, the feed system provides controlled movement for standard woven materials, stretch stitches, decorative sewing and everyday construction.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      An optional even-feed foot can be added when upper and lower layers need to move together more closely.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- BOBBIN --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cspan class=\"ds-eyebrow\"\u003eEasy-to-see top-loading bobbin\u003c\/span\u003e\n\n    \u003ch3\u003eFull rotary hook system with auto-declutch winding\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The horizontal bobbin drops into the holder from above and remains visible beneath the transparent cover.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      To wind a bobbin, place it on the winding spindle and push the spindle to the right. The sewing mechanism automatically disengages while the bobbin winds.\n    \u003c\/p\u003e\n\n    \u003cul class=\"ds-check-list\"\u003e\n      \u003cli\u003eTop-loading bobbin access\u003c\/li\u003e\n      \u003cli\u003eFull rotary hook system\u003c\/li\u003e\n      \u003cli\u003eTransparent bobbin cover\u003c\/li\u003e\n      \u003cli\u003eAuto-declutch bobbin winder\u003c\/li\u003e\n      \u003cli\u003eAdditional spool pin included\u003c\/li\u003e\n      \u003cli\u003eThree regional bobbins included\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- THREAD CUTTER --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cdiv class=\"ds-note\"\u003e\n      \u003ch4\u003eThread-cutter clarification\u003c\/h4\u003e\n\n      \u003cp\u003e\n        The Sewist 725S has a manual thread cutter positioned beneath the machine’s faceplate.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        It does not have an automatic push-button thread cutter. After sewing, raise the presser foot and draw the upper and bobbin threads across the built-in cutter by hand.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- IDEAL FOR --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cspan class=\"ds-eyebrow\"\u003eWho is the Sewist 725S for?\u003c\/span\u003e\n\n    \u003ch3\u003eA dependable mechanical machine for a wide range of sewists\u003c\/h3\u003e\n\n    \u003cdiv class=\"ds-use-grid\"\u003e\n      \u003cdiv class=\"ds-use-item\"\u003e\u003cspan\u003eComplete beginners\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003e\u003cspan\u003eReturning sewists\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003e\u003cspan\u003eGarment sewing\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003e\u003cspan\u003eRepairs and alterations\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003e\u003cspan\u003eStretch fabrics\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003e\u003cspan\u003eHome décor\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003e\u003cspan\u003eCraft projects\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003e\u003cspan\u003eAppliqué\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003e\u003cspan\u003ePatchwork\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003e\u003cspan\u003eSewing classes\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003e\u003cspan\u003eSchool programmes\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003e\u003cspan\u003ePortable sewing\u003c\/span\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ds-note\" style=\"margin-top:30px;\"\u003e\n      \u003ch4\u003eImportant information before purchasing\u003c\/h4\u003e\n\n      \u003cp\u003e\n        The Sewist 725S is a mechanical sewing machine. It does not have a screen, automatic thread cutter, speed-control slider, start and stop button, alphabet lettering, stitch memory or electronic needle-position button.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Sewing speed is controlled entirely through the supplied foot controller.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        It is a domestic sewing machine intended for household sewing rather than continuous industrial production or repeated sewing through very dense materials.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INCLUDED FEET --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cspan class=\"ds-eyebrow\"\u003eStandard regional presser-foot package\u003c\/span\u003e\n\n    \u003ch3\u003eFive sewing feet included\u003c\/h3\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003eView all supplied presser feet\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cul class=\"ds-accessory-list\"\u003e\n          \u003cli\u003eZigzag Foot A\u003c\/li\u003e\n          \u003cli\u003eOveredge Foot C\u003c\/li\u003e\n          \u003cli\u003eZipper Foot E\u003c\/li\u003e\n          \u003cli\u003eBlind Hemming Foot G\u003c\/li\u003e\n          \u003cli\u003eAutomatic Buttonhole Foot R\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdiv class=\"ds-note\" style=\"margin-top:24px;\"\u003e\n      \u003cp\u003e\n        Some international Janome manuals also list a transparent Buttonhole Foot B. The official New Zealand and Australian package lists five standard feet, so Buttonhole Foot B has not been presented here as a guaranteed regional inclusion.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- STANDARD ACCESSORIES --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cspan class=\"ds-eyebrow\"\u003eEverything supplied\u003c\/span\u003e\n\n    \u003ch3\u003eJanome Sewist 725S standard accessories\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003ePresser feet and quilting accessory\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eZigzag Foot A\u003c\/li\u003e\n          \u003cli\u003eOveredge Foot C\u003c\/li\u003e\n          \u003cli\u003eZipper Foot E\u003c\/li\u003e\n          \u003cli\u003eBlind Hemming Foot G\u003c\/li\u003e\n          \u003cli\u003eAutomatic Buttonhole Foot R\u003c\/li\u003e\n          \u003cli\u003eQuilting guide bar\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eBobbins, needles and threading accessories\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eThree genuine Janome plastic bobbins\u003c\/li\u003e\n          \u003cli\u003eAssorted needle set\u003c\/li\u003e\n          \u003cli\u003eAdditional spool pin\u003c\/li\u003e\n          \u003cli\u003eFelt spool cushion\u003c\/li\u003e\n          \u003cli\u003eLarge spool holder\u003c\/li\u003e\n          \u003cli\u003eSmall spool holder\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eTools, controls and protection\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eFoot controller\u003c\/li\u003e\n          \u003cli\u003ePower cable\u003c\/li\u003e\n          \u003cli\u003eScrewdriver\u003c\/li\u003e\n          \u003cli\u003eLint brush\u003c\/li\u003e\n          \u003cli\u003eSeam ripper and buttonhole opener\u003c\/li\u003e\n          \u003cli\u003eInstruction book\u003c\/li\u003e\n          \u003cli\u003eFitted hard machine cover\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- SPECIFICATIONS --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cspan class=\"ds-eyebrow\"\u003eTechnical information\u003c\/span\u003e\n\n    \u003ch3\u003eJanome Sewist 725S specifications\u003c\/h3\u003e\n\n    \u003cdiv class=\"ds-table-wrap\"\u003e\n      \u003ctable\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMachine type\u003c\/th\u003e\n            \u003ctd\u003eMechanical domestic sewing machine\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMaximum sewing speed\u003c\/th\u003e\n            \u003ctd\u003eUp to 830 stitches per minute\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eSpeed control\u003c\/th\u003e\n            \u003ctd\u003eVariable pressure through the supplied foot controller\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBuilt-in stitches\u003c\/th\u003e\n            \u003ctd\u003e23 on the official New Zealand and Australian specification, including the one-step buttonhole\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eStitch selection\u003c\/th\u003e\n            \u003ctd\u003eMechanical pattern-selector dial with front reference chart\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eButtonhole\u003c\/th\u003e\n            \u003ctd\u003eOne-step automatic buttonhole\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMaximum stitch width\u003c\/th\u003e\n            \u003ctd\u003e5mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMaximum stitch length\u003c\/th\u003e\n            \u003ctd\u003e4mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eStretch stitches\u003c\/th\u003e\n            \u003ctd\u003eYes, with adjustable stretch-stitch balance\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eNeedle positions\u003c\/th\u003e\n            \u003ctd\u003eVariable through the stitch-width control for suitable straight stitches\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMachine screen\u003c\/th\u003e\n            \u003ctd\u003eNo\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBuilt-in fonts\u003c\/th\u003e\n            \u003ctd\u003eNo\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eStitch memory\u003c\/th\u003e\n            \u003ctd\u003eNo\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eHook type\u003c\/th\u003e\n            \u003ctd\u003eTop-loading horizontal full rotary hook\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eFeed system\u003c\/th\u003e\n            \u003ctd\u003eFour-piece feed dog\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eDrop feed\u003c\/th\u003e\n            \u003ctd\u003eYes, manually operated through the rear lever\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eThread tension\u003c\/th\u003e\n            \u003ctd\u003eManual numbered tension dial\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003ePresser-foot pressure\u003c\/th\u003e\n            \u003ctd\u003eFour manually adjustable levels\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003ePresser-foot lift\u003c\/th\u003e\n            \u003ctd\u003eManual lever with extra-high lift\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eNeedle threader\u003c\/th\u003e\n            \u003ctd\u003eBuilt-in one-step needle threader\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eReverse sewing\u003c\/th\u003e\n            \u003ctd\u003eFront reverse-stitch lever\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eNeedle up or down button\u003c\/th\u003e\n            \u003ctd\u003eNo\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eStart and stop button\u003c\/th\u003e\n            \u003ctd\u003eNo\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eSpeed-control slider\u003c\/th\u003e\n            \u003ctd\u003eNo\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eAutomatic thread cutter\u003c\/th\u003e\n            \u003ctd\u003eNo\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eManual thread cutter\u003c\/th\u003e\n            \u003ctd\u003eYes, positioned beneath the faceplate\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBobbin winder\u003c\/th\u003e\n            \u003ctd\u003eAuto-declutch bobbin winder\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBobbin-thread sensor\u003c\/th\u003e\n            \u003ctd\u003eNo\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eLighting\u003c\/th\u003e\n            \u003ctd\u003eOne white LED light in one location\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eWorkspace\u003c\/th\u003e\n            \u003ctd\u003eApproximately 157mm wide × 107mm high to the right of the needle\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eFree arm\u003c\/th\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eAccessory storage\u003c\/th\u003e\n            \u003ctd\u003eBuilt into the removable extension table around the free arm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eNeedle plate\u003c\/th\u003e\n            \u003ctd\u003eMetal plate with seam, angle and needle-position markings\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eFoot controller\u003c\/th\u003e\n            \u003ctd\u003eIncluded\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eStandard presser feet\u003c\/th\u003e\n            \u003ctd\u003eFive on the New Zealand and Australian package\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMachine dimensions\u003c\/th\u003e\n            \u003ctd\u003eApproximately 411mm wide × 297mm high × 174.8mm deep\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMachine weight\u003c\/th\u003e\n            \u003ctd\u003eApproximately 6.6kg\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eInternal frame\u003c\/th\u003e\n            \u003ctd\u003eRigid die-cast aluminium construction\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMachine cover\u003c\/th\u003e\n            \u003ctd\u003eHard machine cover included\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eExtra-wide extension table\u003c\/th\u003e\n            \u003ctd\u003eNot listed as a compatible regional accessory\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- OPTIONAL ACCESSORIES --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cspan class=\"ds-eyebrow\"\u003eExpand your machine\u003c\/span\u003e\n\n    \u003ch3\u003ePopular optional accessories\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eQuilting and layered-sewing accessories\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cdiv class=\"ds-table-wrap\"\u003e\n          \u003ctable\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"col\"\u003ePart number\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003eAccessory\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e202002004\u003c\/td\u003e\n                \u003ctd\u003eConvertible Free-Motion Quilting Foot Set\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e200337005\u003c\/td\u003e\n                \u003ctd\u003eOpen-Toe Darning Foot\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e200325000\u003c\/td\u003e\n                \u003ctd\u003eDarning Foot\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e200341002\u003c\/td\u003e\n                \u003ctd\u003eDitch-Quilting Foot\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e200449001\u003c\/td\u003e\n                \u003ctd\u003eClear-View Quilting Foot and Guide Set\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e200311003\u003c\/td\u003e\n                \u003ctd\u003eEven-Feed Foot with Quilting Guide\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e200339007\u003c\/td\u003e\n                \u003ctd\u003eOpen-Toe Even-Feed Foot with Quilting Guide\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e214517004\u003c\/td\u003e\n                \u003ctd\u003eConvertible Even-Feed Foot Set\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e214518005\u003c\/td\u003e\n                \u003ctd\u003eDitch-Quilting and Adjustable Quilting Guide Set\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eGarment and everyday sewing accessories\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cdiv class=\"ds-table-wrap\"\u003e\n          \u003ctable\u003e\n            \u003cthead\u003e\n              \u003ctr\u003e\n                \u003cth scope=\"col\"\u003ePart number\u003c\/th\u003e\n                \u003cth scope=\"col\"\u003eAccessory\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e820815002\u003c\/td\u003e\n                \u003ctd\u003eAppliqué Foot F\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e820817015\u003c\/td\u003e\n                \u003ctd\u003eAdjustable Blind-Hem Foot\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e200136002\u003c\/td\u003e\n                \u003ctd\u003eButton-Sewing Foot T\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e200315007\u003c\/td\u003e\n                \u003ctd\u003eGathering Foot\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e820809014\u003c\/td\u003e\n                \u003ctd\u003e2mm Rolled-Hem Foot D\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e200326001\u003c\/td\u003e\n                \u003ctd\u003e4mm and 6mm Hemming-Foot Set\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e200331009\u003c\/td\u003e\n                \u003ctd\u003eStraight-Stitch Foot\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e200333001\u003c\/td\u003e\n                \u003ctd\u003eConcealed Zipper Foot\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e200342003\u003c\/td\u003e\n                \u003ctd\u003eAdjustable Narrow Zipper Foot\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e820811008\u003c\/td\u003e\n                \u003ctd\u003eWide Invisible Zipper Foot\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e200329004\u003c\/td\u003e\n                \u003ctd\u003eUltra Glide Foot\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e801426003\u003c\/td\u003e\n                \u003ctd\u003eTricot Foot\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDecorative and creative sewing accessories\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eBeading-Foot Set\u003c\/li\u003e\n          \u003cli\u003eBinder Foot\u003c\/li\u003e\n          \u003cli\u003eBorder-Guide Foot\u003c\/li\u003e\n          \u003cli\u003eCircular-Sewing Attachment\u003c\/li\u003e\n          \u003cli\u003eCording Foot\u003c\/li\u003e\n          \u003cli\u003eOpen-Toe Satin-Stitch Foot F2\u003c\/li\u003e\n          \u003cli\u003eFringe Foot\u003c\/li\u003e\n          \u003cli\u003ePintucking-Foot Set\u003c\/li\u003e\n          \u003cli\u003ePiping Foot\u003c\/li\u003e\n          \u003cli\u003eRibbon and Sequin Foot\u003c\/li\u003e\n          \u003cli\u003eRoller Foot\u003c\/li\u003e\n          \u003cli\u003eRuffler\u003c\/li\u003e\n          \u003cli\u003eSliding-Guide Foot\u003c\/li\u003e\n          \u003cli\u003eTaping-Guide Foot\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- DOWNLOADS --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cspan class=\"ds-eyebrow\"\u003eManuals and official resources\u003c\/span\u003e\n\n    \u003ch3\u003eLearn more about the Janome Sewist 725S\u003c\/h3\u003e\n\n    \u003cdiv class=\"ds-resource-grid\"\u003e\n\n      \u003carticle class=\"ds-resource-card\"\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eInstruction Manual\u003c\/h4\u003e\n          \u003cp\u003e\n            Read the complete guide covering threading, bobbin winding, stitch selection, buttonholes, maintenance and troubleshooting.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003ca class=\"ds-resource-link\" href=\"https:\/\/www.janome.com\/wp-content\/uploads\/2019\/11\/inst-book-sewist-725s507g-22bh-en-507850607-compressed.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          Open instruction manual →\n        \u003c\/a\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ds-resource-card\"\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eNZ and AU Brochure\u003c\/h4\u003e\n          \u003cp\u003e\n            View the official regional comparison with the confirmed New Zealand and Australian specification.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003ca class=\"ds-resource-link\" href=\"https:\/\/janome.com.au\/wp-content\/uploads\/2018\/12\/19990-AW-janome-Brochure-updates-Sewist-725s-721-709-FINAL.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          Open regional brochure →\n        \u003c\/a\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ds-resource-card\"\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eJanome New Zealand\u003c\/h4\u003e\n          \u003cp\u003e\n            View the regional product information, standard package and compatible optional accessories.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003ca class=\"ds-resource-link\" href=\"https:\/\/www.janome.co.nz\/product\/sewist-725s\/\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          View NZ product information →\n        \u003c\/a\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ds-resource-card\"\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eOfficial Global Guide\u003c\/h4\u003e\n          \u003cp\u003e\n            Explore Janome’s feature information covering foot pressure, stitch controls, lighting and needle threading.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003ca class=\"ds-resource-link\" href=\"https:\/\/www7.janome.co.jp\/global\/productlineup\/sewist-725s\/\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          View global product guide →\n        \u003c\/a\u003e\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cspan class=\"ds-eyebrow\"\u003eFrequently asked questions\u003c\/span\u003e\n\n    \u003ch3\u003eJanome Sewist 725S FAQ\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs the Janome Sewist 725S suitable for a beginner?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          Yes. Its mechanical dials, front stitch chart, one-step buttonhole, needle threader and adjustable foot pressure make it an excellent machine for learning.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs the Sewist 725S computerised?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          No. It is a mechanical sewing machine controlled through stitch-selection, stitch-length, stitch-width, pressure and tension dials.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow many stitches does it have?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          The official New Zealand and Australian specification lists 23 built-in stitches, including the one-step buttonhole.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes it sew stretch fabrics?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          Yes. The machine includes stretch stitches and stretch-stitch balance adjustment. Use a suitable ballpoint or stretch needle for the fabric.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes it make an automatic buttonhole?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          Yes. It includes a one-step automatic buttonhole and Automatic Buttonhole Foot R.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes it have adjustable foot pressure?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          Yes. The pressure dial provides four settings for standard sewing, appliqué, basting and fine fabrics.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes it have a built-in needle threader?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          Yes. A mechanical one-step needle threader is built into the machine.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes it have an automatic thread cutter?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          No. It has a manual thread cutter positioned beneath the faceplate.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan it free-motion quilt?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          Yes. The feed dogs can be lowered manually. A compatible optional darning or free-motion quilting foot is required.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes it include a walking foot?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          No. Compatible even-feed and convertible even-feed feet are available separately.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes it have a free arm?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          Yes. Remove the front accessory-storage section to reveal the free arm for sleeves, cuffs and trouser legs.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs the foot controller included?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          Yes. The machine is operated through the supplied electronic foot controller.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes it include a hard cover?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          Yes. A fitted hard machine cover is included with the New Zealand and Australian package.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow heavy is the Sewist 725S?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          The detailed regional specification and official brochure list the machine at approximately 6.6kg.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat is the difference between the Sewist 725S and 740DC?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          The Sewist 725S is mechanical and uses adjustment dials. The Sewist 740DC is computerised and adds an LCD screen, direct-selection buttons, start and stop sewing, a speed slider and programmable needle up or down.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs the Sewist 725S an industrial machine?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          No. It is a domestic mechanical machine intended for garments, crafts, alterations and household sewing rather than continuous commercial production.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- DIRECT SEWING --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cdiv class=\"ds-direct-sewing\"\u003e\n      \u003cspan class=\"ds-eyebrow\"\u003eBuy from New Zealand sewing specialists\u003c\/span\u003e\n\n      \u003ch3\u003eA dependable mechanical machine backed by knowledgeable support\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Direct Sewing has supplied sewing, quilting and embroidery equipment throughout New Zealand since 2001. Our experienced team can demonstrate the Sewist 725S and help you select suitable needles, threads, feet and accessories for the projects you want to complete.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        With genuine product knowledge, nationwide support and an in-house technical workshop, you can purchase with confidence and continue receiving assistance long after your machine leaves our showroom.\n      \u003c\/p\u003e\n\n      \u003cp style=\"margin-bottom:0;\"\u003e\n        For new and returning sewists who value straightforward controls, adjustable fabric handling and trusted Janome construction, the Sewist 725S is an excellent everyday mechanical sewing machine.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Direct Sewing Machines \u0026 Supplies","offers":[{"title":"Default Title","offer_id":41153828585639,"sku":"725S","price":699.0,"currency_code":"NZD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0222\/3324\/files\/5bf12614-1f01-40d7-a969-3b55926ed4e5.jpg?v=1737760712","url":"https:\/\/www.directsewing.co.nz\/products\/janome-sewist-725s-mechanical-sewing-machine","provider":"Direct Sewing Machines \u0026 Supplies","version":"1.0","type":"link"}