{"product_id":"janome-memory-craft-100e-embroidery-machine","title":"Janome Memory Craft 100E","description":"\u003cstyle\u003e\n  .ds-mc100e {\n    --ds-black: #171717;\n    --ds-dark-grey: #414141;\n    --ds-grey: #626262;\n    --ds-light: #f7f5f4;\n    --ds-border: #e1dddb;\n    --ds-white: #ffffff;\n    --ds-coral: #df7773;\n    --ds-dark-coral: #a44f4c;\n    --ds-soft-coral: #fff3f1;\n    --ds-purple: #74659d;\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-mc100e *,\n  .ds-mc100e *::before,\n  .ds-mc100e *::after {\n    box-sizing: border-box;\n  }\n\n  .ds-mc100e img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .ds-mc100e h2,\n  .ds-mc100e h3,\n  .ds-mc100e h4 {\n    margin-top: 0;\n    color: var(--ds-black);\n    line-height: 1.18;\n  }\n\n  .ds-mc100e h2 {\n    margin-bottom: 20px;\n    font-size: clamp(32px, 5vw, 56px);\n    letter-spacing: -0.04em;\n  }\n\n  .ds-mc100e h3 {\n    margin-bottom: 18px;\n    font-size: clamp(26px, 3.4vw, 39px);\n    letter-spacing: -0.03em;\n  }\n\n  .ds-mc100e h4 {\n    margin-bottom: 9px;\n    font-size: 19px;\n  }\n\n  .ds-mc100e p {\n    margin-top: 0;\n    margin-bottom: 18px;\n  }\n\n  .ds-mc100e a {\n    color: inherit;\n  }\n\n  .ds-mc100e .ds-section {\n    padding: 58px 0;\n    border-bottom: 1px solid var(--ds-border);\n  }\n\n  .ds-mc100e .ds-section:last-child {\n    border-bottom: 0;\n  }\n\n  .ds-mc100e .ds-eyebrow {\n    display: inline-block;\n    margin-bottom: 14px;\n    color: var(--ds-dark-coral);\n    font-size: 13px;\n    font-weight: 750;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .ds-mc100e .ds-lead {\n    max-width: 840px;\n    color: var(--ds-dark-grey);\n    font-size: clamp(18px, 2.2vw, 22px);\n    line-height: 1.6;\n  }\n\n  .ds-mc100e .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-mc100e .ds-hero-image {\n    margin: 0;\n    overflow: hidden;\n    background: var(--ds-soft-coral);\n    border-radius: 20px;\n  }\n\n  .ds-mc100e .ds-hero-image img {\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n  }\n\n  .ds-mc100e .ds-caption {\n    padding: 11px 15px 15px;\n    color: #696969;\n    font-size: 13px;\n    line-height: 1.45;\n    text-align: center;\n  }\n\n  .ds-mc100e .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-mc100e .ds-stat {\n    padding: 18px 13px;\n    background: var(--ds-light);\n    border: 1px solid #ece8e6;\n    border-radius: 12px;\n    text-align: center;\n  }\n\n  .ds-mc100e .ds-stat-number {\n    display: block;\n    font-size: 23px;\n    font-weight: 780;\n    line-height: 1.15;\n  }\n\n  .ds-mc100e .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-mc100e .ds-button-row {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 11px;\n    margin-top: 25px;\n  }\n\n  .ds-mc100e .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-mc100e .ds-button:hover {\n    opacity: 0.86;\n    transform: translateY(-1px);\n  }\n\n  .ds-mc100e .ds-button-secondary {\n    background: transparent;\n    color: var(--ds-black);\n  }\n\n  .ds-mc100e .ds-intro {\n    max-width: 950px;\n  }\n\n  .ds-mc100e .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-mc100e .ds-feature-card {\n    padding: 26px;\n    background: var(--ds-light);\n    border: 1px solid #ebe7e5;\n    border-radius: 15px;\n  }\n\n  .ds-mc100e .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-mc100e .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-mc100e .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-mc100e .ds-split-image {\n    margin: 0;\n    overflow: hidden;\n    background: var(--ds-light);\n    border-radius: 17px;\n  }\n\n  .ds-mc100e .ds-split-image img {\n    min-height: 280px;\n    aspect-ratio: 4 \/ 3;\n    object-fit: contain;\n    padding: 25px;\n    background: var(--ds-white);\n  }\n\n  .ds-mc100e .ds-split-image.ds-wide img {\n    aspect-ratio: 5 \/ 3;\n  }\n\n  .ds-mc100e .ds-check-list,\n  .ds-mc100e .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-mc100e .ds-check-list li,\n  .ds-mc100e .ds-accessory-list li {\n    position: relative;\n    padding-left: 25px;\n  }\n\n  .ds-mc100e .ds-check-list li::before,\n  .ds-mc100e .ds-accessory-list li::before {\n    position: absolute;\n    top: 0;\n    left: 0;\n    color: var(--ds-coral);\n    content: \"✓\";\n    font-weight: 750;\n  }\n\n  .ds-mc100e .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-mc100e .ds-callout h3,\n  .ds-mc100e .ds-callout h4 {\n    color: var(--ds-white);\n  }\n\n  .ds-mc100e .ds-callout p:last-child {\n    margin-bottom: 0;\n  }\n\n  .ds-mc100e .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-mc100e .ds-callout-image {\n    margin: 0;\n    overflow: hidden;\n    background: var(--ds-white);\n    border-radius: 13px;\n  }\n\n  .ds-mc100e .ds-callout-image img {\n    min-height: 265px;\n    aspect-ratio: 4 \/ 3;\n    object-fit: contain;\n    padding: 22px;\n  }\n\n  .ds-mc100e .ds-note {\n    padding: 24px 26px;\n    border-left: 4px solid var(--ds-coral);\n    background: var(--ds-soft-coral);\n    border-radius: 4px 12px 12px 4px;\n  }\n\n  .ds-mc100e .ds-note p:last-child {\n    margin-bottom: 0;\n  }\n\n  .ds-mc100e .ds-package {\n    padding: clamp(27px, 5vw, 46px);\n    background: var(--ds-soft-coral);\n    border: 1px solid #f1d9d6;\n    border-radius: 17px;\n  }\n\n  .ds-mc100e .ds-package h3 {\n    margin-bottom: 13px;\n  }\n\n  .ds-mc100e .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-mc100e .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-mc100e .ds-benefit h4 {\n    font-size: 16px;\n  }\n\n  .ds-mc100e .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-mc100e .ds-hoop-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr));\n    gap: 13px;\n    margin-top: 26px;\n  }\n\n  .ds-mc100e .ds-hoop-card {\n    padding: 21px 18px;\n    border: 1px solid var(--ds-border);\n    border-radius: 12px;\n    background: var(--ds-white);\n    text-align: center;\n  }\n\n  .ds-mc100e .ds-hoop-card strong {\n    display: block;\n    margin-bottom: 5px;\n    font-size: 18px;\n  }\n\n  .ds-mc100e .ds-hoop-card span {\n    display: block;\n    color: var(--ds-grey);\n    font-size: 13px;\n    line-height: 1.4;\n  }\n\n  .ds-mc100e .ds-gallery {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));\n    gap: 16px;\n    margin-top: 28px;\n  }\n\n  .ds-mc100e .ds-gallery figure {\n    overflow: hidden;\n    margin: 0;\n    background: var(--ds-light);\n    border: 1px solid var(--ds-border);\n    border-radius: 14px;\n  }\n\n  .ds-mc100e .ds-gallery img {\n    height: 215px;\n    object-fit: contain;\n    padding: 17px;\n    background: var(--ds-white);\n  }\n\n  .ds-mc100e .ds-gallery figcaption {\n    min-height: 84px;\n    padding: 14px 15px;\n    color: #555555;\n    font-size: 13px;\n    line-height: 1.45;\n  }\n\n  .ds-mc100e .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-mc100e .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-mc100e .ds-use-item span {\n    display: block;\n    font-size: 15px;\n    line-height: 1.4;\n  }\n\n  .ds-mc100e .ds-video-wrap {\n    position: relative;\n    width: 100%;\n    margin-top: 28px;\n    overflow: hidden;\n    padding-bottom: 56.25%;\n    background: #000000;\n    border-radius: 16px;\n  }\n\n  .ds-mc100e .ds-video-wrap iframe {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    border: 0;\n  }\n\n  .ds-mc100e .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-mc100e table {\n    width: 100%;\n    min-width: 650px;\n    border-collapse: collapse;\n    background: var(--ds-white);\n  }\n\n  .ds-mc100e th,\n  .ds-mc100e 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-mc100e 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-mc100e td {\n    color: #4b4b4b;\n    font-size: 14px;\n  }\n\n  .ds-mc100e tr:last-child th,\n  .ds-mc100e tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .ds-mc100e 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-mc100e 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-mc100e summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ds-mc100e summary::after {\n    position: absolute;\n    top: 50%;\n    right: 19px;\n    transform: translateY(-50%);\n    color: var(--ds-coral);\n    content: \"+\";\n    font-size: 26px;\n    font-weight: 400;\n  }\n\n  .ds-mc100e details[open] summary::after {\n    content: \"−\";\n  }\n\n  .ds-mc100e .ds-details-content {\n    padding: 0 19px 20px;\n    color: var(--ds-grey);\n  }\n\n  .ds-mc100e .ds-details-content p:last-child,\n  .ds-mc100e .ds-details-content ul:last-child {\n    margin-bottom: 0;\n  }\n\n  .ds-mc100e .ds-details-content ul {\n    padding-left: 22px;\n  }\n\n  .ds-mc100e .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-mc100e .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-mc100e .ds-resource-card p {\n    color: var(--ds-grey);\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  .ds-mc100e .ds-resource-link {\n    display: inline-block;\n    color: var(--ds-dark-coral);\n    font-size: 14px;\n    font-weight: 750;\n    text-decoration: none;\n  }\n\n  .ds-mc100e .ds-resource-link:hover {\n    text-decoration: underline;\n  }\n\n  .ds-mc100e .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-mc100e .ds-direct-sewing p {\n    max-width: 840px;\n    margin-right: auto;\n    margin-left: auto;\n  }\n\n  @media (max-width: 700px) {\n    .ds-mc100e {\n      font-size: 15px;\n    }\n\n    .ds-mc100e .ds-section {\n      padding: 44px 0;\n    }\n\n    .ds-mc100e .ds-hero {\n      padding-top: 16px;\n      padding-bottom: 44px;\n    }\n\n    .ds-mc100e .ds-hero-copy {\n      order: 1;\n    }\n\n    .ds-mc100e .ds-hero-image {\n      order: 2;\n    }\n\n    .ds-mc100e .ds-button-row,\n    .ds-mc100e .ds-button {\n      width: 100%;\n    }\n\n    .ds-mc100e .ds-stat-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .ds-mc100e .ds-feature-card {\n      padding: 22px;\n    }\n\n    .ds-mc100e .ds-gallery {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .ds-mc100e .ds-gallery img {\n      height: 170px;\n      padding: 12px;\n    }\n\n    .ds-mc100e .ds-gallery figcaption {\n      min-height: 108px;\n      padding: 11px;\n      font-size: 12px;\n    }\n\n    .ds-mc100e .ds-use-grid,\n    .ds-mc100e .ds-hoop-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n\n    .ds-mc100e .ds-use-item {\n      padding: 15px 10px;\n    }\n  }\n\n  @media (max-width: 420px) {\n    .ds-mc100e .ds-gallery {\n      grid-template-columns: 1fr;\n    }\n\n    .ds-mc100e .ds-gallery figcaption {\n      min-height: 0;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ds-mc100e\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"ds-hero\"\u003e\n    \u003cdiv class=\"ds-hero-copy\"\u003e\n      \u003cspan class=\"ds-eyebrow\"\u003eCompact computerised embroidery machine\u003c\/span\u003e\n\n      \u003ch2\u003eJanome Memory Craft 100E\u003c\/h2\u003e\n\n      \u003cp class=\"ds-lead\"\u003e\n        Personalise clothing, gifts and home décor with beautiful Janome embroidery. The Memory Craft 100E combines 274 built-in designs, a generous 140mm square hoop, advanced on-screen editing, USB design import and genuine free-arm embroidery capability in one compact, dedicated embroidery machine.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"ds-stat-grid\" aria-label=\"Janome Memory Craft 100E key specifications\"\u003e\n        \u003cdiv class=\"ds-stat\"\u003e\n          \u003cspan class=\"ds-stat-number\"\u003e140 × 140mm\u003c\/span\u003e\n          \u003cspan class=\"ds-stat-label\"\u003emaximum embroidery area\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ds-stat\"\u003e\n          \u003cspan class=\"ds-stat-number\"\u003e274\u003c\/span\u003e\n          \u003cspan class=\"ds-stat-label\"\u003ebuilt-in embroidery designs\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ds-stat\"\u003e\n          \u003cspan class=\"ds-stat-number\"\u003e660 SPM\u003c\/span\u003e\n          \u003cspan class=\"ds-stat-label\"\u003emaximum embroidery speed\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ds-stat\"\u003e\n          \u003cspan class=\"ds-stat-number\"\u003e3.5-inch\u003c\/span\u003e\n          \u003cspan class=\"ds-stat-label\"\u003ecolour touchscreen\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\/2025\/06\/100E-Instruction-Book.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\/MC100E-Brochure_low_res.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\/815A_LightGray_SNS_1.png\" alt=\"Janome Memory Craft 100E compact computerised embroidery machine\" width=\"1000\" height=\"1000\" loading=\"eager\" fetchpriority=\"high\" decoding=\"async\"\u003e\n\n      \u003cfigcaption class=\"ds-caption\"\u003e\n        The Janome Memory Craft 100E is a dedicated embroidery-only machine with a built-in swing-out embroidery arm.\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\"\u003eYour compact embroidery specialist\u003c\/span\u003e\n\n      \u003ch3\u003eEverything you need to begin creating personalised embroidery\u003c\/h3\u003e\n\n      \u003cp\u003e\n        The Memory Craft 100E is designed for makers who want the creativity of computerised machine embroidery without the size or complexity of a larger sewing-and-embroidery combination machine.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        It is completely dedicated to embroidery, giving you a purpose-built platform for embellishing garments, children’s clothing, bags, quilt blocks, towels, labels, gifts, home décor and accessories.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The built-in embroidery arm swings out from behind the machine when required and folds neatly away afterwards. This keeps the machine compact for transport and storage while still providing a useful 140mm × 140mm maximum embroidery area.\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 to embroider with the full-size SQ14e hoop included\u003c\/h3\u003e\n\n      \u003cp\u003e\n        The regional package includes the largest hoop supported by the machine, together with the essential tools required to begin embroidery.\n      \u003c\/p\u003e\n\n      \u003cul class=\"ds-check-list\"\u003e\n        \u003cli\u003eSQ14e 140 × 140mm hoop\u003c\/li\u003e\n        \u003cli\u003eEmbroidery Foot P\u003c\/li\u003e\n        \u003cli\u003eFour genuine Janome bobbins\u003c\/li\u003e\n        \u003cli\u003eStandard bobbin holder\u003c\/li\u003e\n        \u003cli\u003eSpecial embroidery bobbin holder\u003c\/li\u003e\n        \u003cli\u003eNeedle set\u003c\/li\u003e\n        \u003cli\u003eEmbroidery scissors\u003c\/li\u003e\n        \u003cli\u003eTouchscreen stylus\u003c\/li\u003e\n        \u003cli\u003eBobbin-holder cleaner\u003c\/li\u003e\n        \u003cli\u003eThreading-guide sticker\u003c\/li\u003e\n        \u003cli\u003eHard-copy instruction manual\u003c\/li\u003e\n        \u003cli\u003eJanome-branded soft cover\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- CORE FEATURES --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cspan class=\"ds-eyebrow\"\u003eWhy the Memory Craft 100E stands out\u003c\/span\u003e\n\n    \u003ch3\u003eAdvanced embroidery features made approachable\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\u003e274 built-in designs\u003c\/h4\u003e\n        \u003cp\u003e\n          Explore floral, children’s, redwork, whitework, appliqué, lace, cross-stitch, name-tag, in-the-hoop and everyday embroidery categories.\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\u003e140mm square embroidery field\u003c\/h4\u003e\n        \u003cp\u003e\n          The included SQ14e hoop provides a practical embroidery area for names, motifs, quilt blocks, patches, labels and decorative projects.\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\u003eAdvanced on-screen editing\u003c\/h4\u003e\n        \u003cp\u003e\n          Resize, rotate, flip, combine, duplicate, group, zoom and recolour embroidery designs directly on the machine.\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\u003eUSB design import\u003c\/h4\u003e\n        \u003cp\u003e\n          Transfer compatible embroidery designs using a USB flash drive and save additional patterns to the machine’s built-in memory.\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\u003eFree-arm embroidery\u003c\/h4\u003e\n        \u003cp\u003e\n          Add the optional free-arm hoops to embroider finished tubular items such as sleeves, trouser legs, socks and baby clothing.\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\u003eOptical bobbin monitoring\u003c\/h4\u003e\n        \u003cp\u003e\n          The machine continuously monitors the bobbin supply and pauses with an on-screen warning when the thread is running low.\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\u003eAutomatic jump-thread trimming\u003c\/h4\u003e\n        \u003cp\u003e\n          Reduce manual finishing by allowing the machine to trim suitable jump threads automatically during embroidery.\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\u003eSuperior Needle Threader 2\u003c\/h4\u003e\n        \u003cp\u003e\n          Janome’s refined needle-threading system guides the upper thread through the eye of the needle quickly and accurately.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- COMPACT ARM --\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;\"\u003eCompact by design\u003c\/span\u003e\n\n          \u003ch3\u003eA built-in embroidery arm that swings neatly into position\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Rather than attaching a large embroidery unit to the side of the machine, the Memory Craft 100E stores its embroidery arm behind the machine.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Release the arm and swing it into position when you are ready to embroider. When your project is complete, it folds back behind the machine for carrying and storage.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            This creates a smaller overall footprint while keeping the embroidery system permanently available and correctly aligned.\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\/mc1000_embroidery_arm.jpg\" alt=\"Rear swing-out embroidery arm used by the Janome Memory Craft 100E\" 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!-- BUILT-IN DESIGNS --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cdiv class=\"ds-split\"\u003e\n      \u003cfigure class=\"ds-split-image ds-wide\"\u003e\n        \u003cimg src=\"https:\/\/www7.janome.co.jp\/global\/wp-content\/uploads\/product-lineup\/mc1000_emb-e1765240743964.png\" alt=\"Examples of built-in embroidery designs available on the Janome Memory Craft 100E\" width=\"768\" height=\"269\" loading=\"lazy\" decoding=\"async\"\u003e\n\n        \u003cfigcaption class=\"ds-caption\"\u003e\n          The built-in collection includes motifs, appliqué, children’s designs and in-the-hoop projects.\n        \u003c\/figcaption\u003e\n      \u003c\/figure\u003e\n\n      \u003cdiv\u003e\n        \u003cspan class=\"ds-eyebrow\"\u003eCreativity built into the machine\u003c\/span\u003e\n\n        \u003ch3\u003e274 embroidery designs across 18 categories\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Begin creating without purchasing additional designs. The built-in collection covers a broad range of projects, styles and techniques.\n        \u003c\/p\u003e\n\n        \u003cul class=\"ds-check-list\"\u003e\n          \u003cli\u003eFloral and garden designs\u003c\/li\u003e\n          \u003cli\u003eBaby and children’s motifs\u003c\/li\u003e\n          \u003cli\u003eEveryday and holiday designs\u003c\/li\u003e\n          \u003cli\u003eRedwork embroidery\u003c\/li\u003e\n          \u003cli\u003eWhitework embroidery\u003c\/li\u003e\n          \u003cli\u003eCross-stitch motifs\u003c\/li\u003e\n          \u003cli\u003eAppliqué designs\u003c\/li\u003e\n          \u003cli\u003eEmbroidery lace\u003c\/li\u003e\n          \u003cli\u003eFringe embroidery\u003c\/li\u003e\n          \u003cli\u003eName-tag designs\u003c\/li\u003e\n          \u003cli\u003eIn-the-hoop projects\u003c\/li\u003e\n          \u003cli\u003eDecorative alphabet motifs\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- LETTERING --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cspan class=\"ds-eyebrow\"\u003eNames, labels and personal messages\u003c\/span\u003e\n\n    \u003ch3\u003eBuilt-in lettering and monogramming\u003c\/h3\u003e\n\n    \u003cp class=\"ds-lead\"\u003e\n      Add names, dates, initials and personal messages directly from the touchscreen without creating the lettering in external software.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ds-benefit-strip\"\u003e\n\n      \u003cdiv class=\"ds-benefit\"\u003e\n        \u003ch4\u003eEleven English fonts\u003c\/h4\u003e\n        \u003cp\u003eChoose from traditional, modern, script, block and speciality lettering styles.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ds-benefit\"\u003e\n        \u003ch4\u003eAdditional character sets\u003c\/h4\u003e\n        \u003cp\u003eThe regional machine also includes three Russian and three Japanese font selections.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ds-benefit\"\u003e\n        \u003ch4\u003eTwo-letter monograms\u003c\/h4\u003e\n        \u003cp\u003eCreate balanced two-initial layouts directly from the built-in monogramming menu.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ds-benefit\"\u003e\n        \u003ch4\u003eThree-letter monograms\u003c\/h4\u003e\n        \u003cp\u003eBuild traditional three-letter monograms for towels, bags, garments and gifts.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ds-benefit\"\u003e\n        \u003ch4\u003eCurved lettering\u003c\/h4\u003e\n        \u003cp\u003eArrange suitable lettering in an arc to follow badges, circles and decorative motifs.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ds-benefit\"\u003e\n        \u003ch4\u003eBorder designs\u003c\/h4\u003e\n        \u003cp\u003eCreate repeating decorative arrangements using the built-in border design collection.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- TOUCHSCREEN --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cdiv class=\"ds-split\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"ds-eyebrow\"\u003eCreate directly on the machine\u003c\/span\u003e\n\n        \u003ch3\u003e3.5-inch high-definition colour touchscreen\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Browse designs, add lettering, change thread colours and adjust your layout on the bright colour touchscreen.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Editing controls are presented in a clear, icon-based format, with the supplied stylus providing accurate selection and positioning.\n        \u003c\/p\u003e\n\n        \u003cul class=\"ds-check-list\"\u003e\n          \u003cli\u003eResize from approximately 80% to 120%\u003c\/li\u003e\n          \u003cli\u003eRotate embroidery designs\u003c\/li\u003e\n          \u003cli\u003eFlip designs horizontally\u003c\/li\u003e\n          \u003cli\u003eCombine multiple designs\u003c\/li\u003e\n          \u003cli\u003eDuplicate design elements\u003c\/li\u003e\n          \u003cli\u003eGroup selected objects\u003c\/li\u003e\n          \u003cli\u003eZoom for closer positioning\u003c\/li\u003e\n          \u003cli\u003eChange displayed thread colours\u003c\/li\u003e\n          \u003cli\u003eSingle-colour embroidery mode\u003c\/li\u003e\n          \u003cli\u003eAdjust hoop position\u003c\/li\u003e\n        \u003c\/ul\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\/mc100e_lcd.jpg\" alt=\"Colour LCD touchscreen on the Janome Memory Craft 100E\" width=\"225\" height=\"150\" loading=\"lazy\" decoding=\"async\"\u003e\n\n        \u003cfigcaption class=\"ds-caption\"\u003e\n          Designs and lettering can be selected, edited and positioned directly on the colour screen.\n        \u003c\/figcaption\u003e\n      \u003c\/figure\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- HOOPING --\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;\"\u003eSimpler project preparation\u003c\/span\u003e\n\n          \u003ch3\u003eAn easier hoop-tightening system\u003c\/h3\u003e\n\n          \u003cp\u003e\n            The SQ14e hoop uses a lever-assisted tightening mechanism with open, adjustment and locked positions.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Leave the lever fully open while positioning the fabric and stabiliser. Move it to the intermediate position for final alignment, then close it completely to secure the project.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            The traditional tightening screw remains available for fine adjustment, helping you achieve firm hooping without unnecessary fabric distortion.\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\/mc1000_hoop.jpg\" alt=\"Lever-assisted embroidery hoop tightening system used with the Janome Memory Craft 100E\" width=\"460\" 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!-- HOOPS --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cspan class=\"ds-eyebrow\"\u003eChoose the right hoop for the project\u003c\/span\u003e\n\n    \u003ch3\u003eOne standard hoop and three optional sizes\u003c\/h3\u003e\n\n    \u003cp\u003e\n      The full-size SQ14e hoop is supplied with the machine. Smaller optional hoops can reduce stabiliser waste and improve control when embroidering compact designs or finished tubular items.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ds-hoop-grid\"\u003e\n      \u003cdiv class=\"ds-hoop-card\"\u003e\n        \u003cstrong\u003eSQ14e\u003c\/strong\u003e\n        \u003cspan\u003e140 × 140mm\u003cbr\u003eIncluded with machine\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ds-hoop-card\"\u003e\n        \u003cstrong\u003eSQ10e\u003c\/strong\u003e\n        \u003cspan\u003e100 × 100mm\u003cbr\u003eOptional square hoop\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ds-hoop-card\"\u003e\n        \u003cstrong\u003eFA10e\u003c\/strong\u003e\n        \u003cspan\u003e100 × 40mm\u003cbr\u003eOptional free-arm hoop\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ds-hoop-card\"\u003e\n        \u003cstrong\u003eFA5e\u003c\/strong\u003e\n        \u003cspan\u003e50 × 50mm\u003cbr\u003eOptional free-arm hoop\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ds-gallery\"\u003e\n      \u003cfigure\u003e\n        \u003cimg src=\"https:\/\/www7.janome.co.jp\/global\/wp-content\/uploads\/product-lineup\/SQ10ehoop.jpg\" alt=\"Optional Janome SQ10e 100 by 100mm embroidery hoop\" width=\"150\" height=\"150\" loading=\"lazy\" decoding=\"async\"\u003e\n\n        \u003cfigcaption\u003e\n          SQ10e provides a compact square field for smaller motifs and monograms.\n        \u003c\/figcaption\u003e\n      \u003c\/figure\u003e\n\n      \u003cfigure\u003e\n        \u003cimg src=\"https:\/\/www7.janome.co.jp\/global\/wp-content\/uploads\/product-lineup\/FA10ehoop.jpg\" alt=\"Optional Janome FA10e free-arm embroidery hoop\" width=\"150\" height=\"150\" loading=\"lazy\" decoding=\"async\"\u003e\n\n        \u003cfigcaption\u003e\n          FA10e is designed for narrow free-arm embroidery on suitable finished items.\n        \u003c\/figcaption\u003e\n      \u003c\/figure\u003e\n\n      \u003cfigure\u003e\n        \u003cimg src=\"https:\/\/www7.janome.co.jp\/global\/wp-content\/uploads\/product-lineup\/FA5ehoop.jpg\" alt=\"Optional Janome FA5e small free-arm embroidery hoop\" width=\"150\" height=\"150\" loading=\"lazy\" decoding=\"async\"\u003e\n\n        \u003cfigcaption\u003e\n          FA5e creates a compact 50mm square field for small names and motifs.\n        \u003c\/figcaption\u003e\n      \u003c\/figure\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FREE ARM --\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\/mc1000_freearm.jpg\" alt=\"Free-arm machine embroidery on a small tubular garment\" width=\"225\" height=\"150\" loading=\"lazy\" decoding=\"async\"\u003e\n\n        \u003cfigcaption class=\"ds-caption\"\u003e\n          Optional free-arm hoops allow suitable tubular items to slide around the machine arm.\n        \u003c\/figcaption\u003e\n      \u003c\/figure\u003e\n\n      \u003cdiv\u003e\n        \u003cspan class=\"ds-eyebrow\"\u003eEmbroider difficult finished items\u003c\/span\u003e\n\n        \u003ch3\u003eGenuine free-arm embroidery capability\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Many home embroidery machines require sleeves, trouser legs or baby garments to be opened at a seam before they can be laid flat in a hoop.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The MC100E’s optional FA10e and FA5e hoops allow suitable tubular items to slide around the free arm, helping you embroider finished garments without dismantling them first.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          This makes the machine especially useful for children’s clothing, narrow sleeves, cuffs, socks, small pockets and other compact finished projects.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- USB --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cspan class=\"ds-eyebrow\"\u003eExpand beyond the built-in collection\u003c\/span\u003e\n\n    \u003ch3\u003eImport compatible embroidery designs through USB\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Transfer compatible embroidery files from a computer to a USB flash drive, insert it into the machine and open the design from the touchscreen.\n    \u003c\/p\u003e\n\n    \u003cp\u003e\n      The New Zealand and Australian model supports USB flash drives up to 16GB. Designs must use a compatible format, fit within the selected hoop and remain within the machine’s stitch-count limits.\n    \u003c\/p\u003e\n\n    \u003cul class=\"ds-check-list\"\u003e\n      \u003cli\u003eSingle USB port\u003c\/li\u003e\n      \u003cli\u003eUSB flash drives up to 16GB\u003c\/li\u003e\n      \u003cli\u003eJanome JEF and JEF+ design support\u003c\/li\u003e\n      \u003cli\u003eJPX design support\u003c\/li\u003e\n      \u003cli\u003eUp to 200,000 stitches per design\u003c\/li\u003e\n      \u003cli\u003eApproximately 2MB built-in memory\u003c\/li\u003e\n      \u003cli\u003eAdjustable hoop positioning\u003c\/li\u003e\n      \u003cli\u003eFlexible stitch travel\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- THREAD MANAGEMENT --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cdiv class=\"ds-split\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"ds-eyebrow\"\u003eFewer interrupted stitch-outs\u003c\/span\u003e\n\n        \u003ch3\u003eAutomatic thread management and monitoring\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The Memory Craft 100E monitors both the upper and bobbin threads while embroidery is running.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          If the upper thread breaks, the machine stops and allows you to move backwards through the design before restarting. The optical bobbin sensor monitors the lower thread supply and warns you when it is nearly empty.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Suitable jump threads can be trimmed automatically, while the automatic thread cutter cuts the top and bobbin threads together at the end of a design.\n        \u003c\/p\u003e\n\n        \u003cul class=\"ds-check-list\"\u003e\n          \u003cli\u003eUpper-thread break sensor\u003c\/li\u003e\n          \u003cli\u003eOptical bobbin sensor\u003c\/li\u003e\n          \u003cli\u003eAutomatic jump-thread trimming\u003c\/li\u003e\n          \u003cli\u003eAutomatic return after thread break\u003c\/li\u003e\n          \u003cli\u003eAutomatic upper and bobbin cutter\u003c\/li\u003e\n          \u003cli\u003eAdjustable embroidery speed\u003c\/li\u003e\n        \u003c\/ul\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\/mc100e_opticalbobbinsensor.jpg\" alt=\"Optical bobbin thread sensor on the Janome Memory Craft 100E\" width=\"225\" height=\"150\" loading=\"lazy\" decoding=\"async\"\u003e\n\n        \u003cfigcaption class=\"ds-caption\"\u003e\n          The optical bobbin sensor monitors the remaining lower-thread supply during embroidery.\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;\"\u003eQuick and reliable preparation\u003c\/span\u003e\n\n          \u003ch3\u003eSuperior Needle Threader 2\u003c\/h3\u003e\n\n          \u003cp\u003e\n            Follow the clearly marked threading route, position the thread in the needle-threader guide and lower the lever.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            Release the mechanism and the thread is guided through the eye of the embroidery needle, helping you prepare the machine quickly between colour changes.\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n            The top-loading Easy Set Bobbin path also includes a built-in cutting blade for straightforward lower-thread preparation.\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\/mc100e_superior-needle-threader2.jpg\" alt=\"Superior Needle Threader 2 on the Janome Memory Craft 100E\" width=\"460\" 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!-- QR SUPPORT --\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\/mc100e_help.jpg\" alt=\"Janome Memory Craft 100E QR code help viewed on a smartphone\" width=\"460\" height=\"150\" loading=\"lazy\" decoding=\"async\"\u003e\n\n        \u003cfigcaption class=\"ds-caption\"\u003e\n          Scan supported QR codes to access additional Janome machine information on a compatible device.\n        \u003c\/figcaption\u003e\n      \u003c\/figure\u003e\n\n      \u003cdiv\u003e\n        \u003cspan class=\"ds-eyebrow\"\u003eSupport at your fingertips\u003c\/span\u003e\n\n        \u003ch3\u003eScan QR codes for useful machine guidance\u003c\/h3\u003e\n\n        \u003cp\u003e\n          The MC100E can display QR codes that connect a compatible phone or tablet to supporting Janome information.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Available resources can include machine guidance, instructional videos, embroidery design references and icon explanations.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          A complete hard-copy instruction manual is also supplied with the New Zealand and Australian machine.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- COUCHING AND CUTWORK --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cspan class=\"ds-eyebrow\"\u003eGo beyond standard embroidery thread\u003c\/span\u003e\n\n    \u003ch3\u003eCompatible with embroidery couching and cutwork\u003c\/h3\u003e\n\n    \u003cdiv class=\"ds-feature-grid\"\u003e\n      \u003carticle class=\"ds-feature-card\"\u003e\n        \u003ch4\u003eEmbroidery couching\u003c\/h4\u003e\n        \u003cp\u003e\n          Add the optional couching foot and use compatible designs to secure yarn across fabric, creating textured and dimensional embroidery.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ds-feature-card\"\u003e\n        \u003ch4\u003eCutwork embroidery\u003c\/h4\u003e\n        \u003cp\u003e\n          The optional cutwork kit replaces the ordinary needle with specialist cutting needles to create patches, appliqué pieces and decorative cutwork.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ds-feature-card\"\u003e\n        \u003ch4\u003eArtistic Digitizer\u003c\/h4\u003e\n        \u003cp\u003e\n          Optional Janome Artistic Digitizer software lets you create and edit original embroidery designs on compatible Windows and Mac computers.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ds-feature-card\"\u003e\n        \u003ch4\u003eAcuStitch\u003c\/h4\u003e\n        \u003cp\u003e\n          Optional Windows software provides another route for organising, editing and transferring compatible embroidery designs.\n        \u003c\/p\u003e\n      \u003c\/article\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ds-gallery\"\u003e\n      \u003cfigure\u003e\n        \u003cimg src=\"https:\/\/www7.janome.co.jp\/global\/wp-content\/uploads\/product-lineup\/mc100e_couching.jpg\" alt=\"Textured embroidery couching examples created for the Janome Memory Craft 100E\" width=\"460\" height=\"150\" loading=\"lazy\" decoding=\"async\"\u003e\n\n        \u003cfigcaption\u003e\n          Couching designs secure yarn to the fabric for textured embroidery effects.\n        \u003c\/figcaption\u003e\n      \u003c\/figure\u003e\n\n      \u003cfigure\u003e\n        \u003cimg src=\"https:\/\/www7.janome.co.jp\/global\/wp-content\/uploads\/product-lineup\/cutwork-kit.jpg\" alt=\"Optional Janome cutwork embroidery kit\" width=\"460\" height=\"150\" loading=\"lazy\" decoding=\"async\"\u003e\n\n        \u003cfigcaption\u003e\n          The optional cutwork kit includes cutting needles, a needle holder and supporting resources.\n        \u003c\/figcaption\u003e\n      \u003c\/figure\u003e\n\n      \u003cfigure\u003e\n        \u003cimg src=\"https:\/\/www7.janome.co.jp\/global\/wp-content\/uploads\/product-lineup\/cutwork-kit_sample1.jpg\" alt=\"Cutwork embroidery patches made with the optional Janome cutwork kit\" width=\"460\" height=\"150\" loading=\"lazy\" decoding=\"async\"\u003e\n\n        \u003cfigcaption\u003e\n          Create patches, lettering and shaped appliqué elements using compatible cutwork designs.\n        \u003c\/figcaption\u003e\n      \u003c\/figure\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- USES --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cspan class=\"ds-eyebrow\"\u003eWhat can you create?\u003c\/span\u003e\n\n    \u003ch3\u003eA versatile embroidery machine for personalisation and small creative production\u003c\/h3\u003e\n\n    \u003cdiv class=\"ds-use-grid\"\u003e\n      \u003cdiv class=\"ds-use-item\"\u003e\u003cspan\u003eNames and monograms\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\u003eBaby gifts\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003e\u003cspan\u003eQuilt blocks\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003e\u003cspan\u003eTowels and linen\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003e\u003cspan\u003eBags and pouches\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003e\u003cspan\u003eGarment embellishment\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003e\u003cspan\u003ePatches and badges\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003e\u003cspan\u003eName tags\u003c\/span\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ds-use-item\"\u003e\u003cspan\u003eIn-the-hoop projects\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\u003eSmall creative businesses\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 Memory Craft 100E is an embroidery-only machine. It does not sew ordinary construction seams, buttonholes or decorative sewing-machine stitches outside embroidery mode.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        The maximum embroidery area is 140 × 140mm. Designs larger than this must be resized, split using suitable embroidery software or created on a machine with a larger embroidery field.\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n        Free-arm embroidery requires the optional FA10e or FA5e hoop. The extra-wide table, digitising software, couching foot and cutwork equipment are also optional purchases.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- VIDEO --\u003e\n  \u003csection class=\"ds-section\"\u003e\n    \u003cspan class=\"ds-eyebrow\"\u003eSee the MC100E in action\u003c\/span\u003e\n\n    \u003ch3\u003eOfficial Janome Memory Craft 100E overview\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Explore the machine’s compact embroidery arm, touchscreen, hooping system and principal embroidery features in Janome’s official overview.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"ds-video-wrap\"\u003e\n      \u003ciframe src=\"https:\/\/www.youtube-nocookie.com\/embed\/yBHNvYHilbs\" title=\"Official Janome Memory Craft 100E embroidery machine overview\" loading=\"lazy\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen\u003e\n      \u003c\/iframe\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 Memory Craft 100E standard accessories\u003c\/h3\u003e\n\n    \u003cdetails open\u003e\n      \u003csummary\u003eEmbroidery hoop and machine equipment\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eSQ14e embroidery hoop, 140 × 140mm\u003c\/li\u003e\n          \u003cli\u003eSQ14e hoop template\u003c\/li\u003e\n          \u003cli\u003eMetal Embroidery Foot P\u003c\/li\u003e\n          \u003cli\u003eStandard bobbin holder fitted in the machine\u003c\/li\u003e\n          \u003cli\u003eSpecial embroidery bobbin holder for alternative bobbin thread\u003c\/li\u003e\n          \u003cli\u003eSingle-hole embroidery needle plate\u003c\/li\u003e\n          \u003cli\u003eTouch-panel stylus\u003c\/li\u003e\n          \u003cli\u003eEmbroidery scissors\u003c\/li\u003e\n          \u003cli\u003eBobbin-holder cleaner\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\u003eFour genuine Janome plastic bobbins\u003c\/li\u003e\n          \u003cli\u003eNeedle set\u003c\/li\u003e\n          \u003cli\u003eAdditional spool pin\u003c\/li\u003e\n          \u003cli\u003eLarge spool holders × 2\u003c\/li\u003e\n          \u003cli\u003eSmall spool holders × 2\u003c\/li\u003e\n          \u003cli\u003eScrewdriver\u003c\/li\u003e\n          \u003cli\u003eLint brush\u003c\/li\u003e\n          \u003cli\u003eThreading-guide sticker\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eManuals, reference material and cover\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cul\u003e\n          \u003cli\u003eHard-copy instruction manual\u003c\/li\u003e\n          \u003cli\u003eDownloadable built-in design chart\u003c\/li\u003e\n          \u003cli\u003eOfficial instructional video resources\u003c\/li\u003e\n          \u003cli\u003ePower cable\u003c\/li\u003e\n          \u003cli\u003eJanome-branded soft 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 Memory Craft 100E 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\u003eDedicated single-needle computerised embroidery machine\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMaximum embroidery area\u003c\/th\u003e\n            \u003ctd\u003e140 × 140mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eStandard embroidery hoop\u003c\/th\u003e\n            \u003ctd\u003eSQ14e 140 × 140mm hoop and template\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBuilt-in embroidery designs\u003c\/th\u003e\n            \u003ctd\u003e274 designs arranged across 18 categories\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eEnglish embroidery fonts\u003c\/th\u003e\n            \u003ctd\u003e11\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eAdditional regional fonts\u003c\/th\u003e\n            \u003ctd\u003eThree Russian and three Japanese font selections\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMonogramming\u003c\/th\u003e\n            \u003ctd\u003eTwo-letter and three-letter monograms, lettering, emblems and border designs\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMaximum embroidery speed\u003c\/th\u003e\n            \u003ctd\u003eUp to 660 stitches per minute\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eAdjustable embroidery speed\u003c\/th\u003e\n            \u003ctd\u003eYes, approximately 400 to 660 stitches per minute\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMaximum stitches per design\u003c\/th\u003e\n            \u003ctd\u003e200,000\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMachine screen\u003c\/th\u003e\n            \u003ctd\u003e3.5-inch high-definition colour LCD touchscreen\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eOn-screen editing\u003c\/th\u003e\n            \u003ctd\u003eResize, rotate, combine, duplicate, flip, arc, group, zoom, recolour and single-colour stitching\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eDesign transfer\u003c\/th\u003e\n            \u003ctd\u003eUSB flash drive through one USB port\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eRegional USB capacity\u003c\/th\u003e\n            \u003ctd\u003eCompatible USB flash drives up to 16GB\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eEmbroidery formats\u003c\/th\u003e\n            \u003ctd\u003eCompatible Janome embroidery formats including JEF, JEF+ and JPX\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBuilt-in memory\u003c\/th\u003e\n            \u003ctd\u003eApproximately 2MB\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eJump-thread trimming\u003c\/th\u003e\n            \u003ctd\u003eProgrammable automatic trimming\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eThread-break recovery\u003c\/th\u003e\n            \u003ctd\u003eAutomatic return and flexible stitch travel\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eUpper-thread sensor\u003c\/th\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBobbin-thread sensor\u003c\/th\u003e\n            \u003ctd\u003eOptical constant-monitoring sensor\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eAutomatic thread cutter\u003c\/th\u003e\n            \u003ctd\u003eYes, cuts the upper and bobbin threads together\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eNeedle threader\u003c\/th\u003e\n            \u003ctd\u003eSuperior Needle Threader 2\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eThread tension\u003c\/th\u003e\n            \u003ctd\u003eManual adjustment\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBobbin system\u003c\/th\u003e\n            \u003ctd\u003eTop-loading full rotary hook with Easy Set Bobbin path\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eBobbin winding\u003c\/th\u003e\n            \u003ctd\u003eAutomatic-declutch bobbin winder with plate and built-in cutter\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eEmbroidery unit\u003c\/th\u003e\n            \u003ctd\u003eBuilt-in rear swing-out embroidery arm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eFree-arm embroidery\u003c\/th\u003e\n            \u003ctd\u003eYes, using optional FA10e or FA5e hoops\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eWorkspace\u003c\/th\u003e\n            \u003ctd\u003eApproximately 183.5mm wide × 110mm high\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eLighting\u003c\/th\u003e\n            \u003ctd\u003eTwo white LED lights across two locations\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eStart and stop button\u003c\/th\u003e\n            \u003ctd\u003eYes\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eSafety lock button\u003c\/th\u003e\n            \u003ctd\u003eYes, for threading, needle changes and maintenance\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eFoot controller\u003c\/th\u003e\n            \u003ctd\u003eNot required or supplied\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMulti-language interface\u003c\/th\u003e\n            \u003ctd\u003e16 selectable languages\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMachine dimensions\u003c\/th\u003e\n            \u003ctd\u003e432mm wide × 301mm high × 270mm deep, including embroidery unit\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003cth scope=\"row\"\u003eMachine weight\u003c\/th\u003e\n            \u003ctd\u003eApproximately 9.1kg\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\u003eJanome-branded soft 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\u003eOptional 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 embroidery setup\u003c\/span\u003e\n\n    \u003ch3\u003ePopular optional accessories\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eOptional embroidery hoops\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\u003e819401007\u003c\/td\u003e\n                \u003ctd\u003eSQ10e embroidery hoop and template, 100 × 100mm\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e819402008\u003c\/td\u003e\n                \u003ctd\u003eFA10e free-arm embroidery hoop and template, 100 × 40mm\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e819403009\u003c\/td\u003e\n                \u003ctd\u003eFA5e free-arm embroidery hoop and template, 50 × 50mm\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\u003eTables, thread stands and embroidery attachments\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\u003e819404206\u003c\/td\u003e\n                \u003ctd\u003eExtra-wide extension table\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e859429016\u003c\/td\u003e\n                \u003ctd\u003eTwo-thread spool stand\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e859430009\u003c\/td\u003e\n                \u003ctd\u003eFive-thread spool stand\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e202316004\u003c\/td\u003e\n                \u003ctd\u003eEmbroidery couching foot set\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e202543002\u003c\/td\u003e\n                \u003ctd\u003eCutwork embroidery kit\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e202233006\u003c\/td\u003e\n                \u003ctd\u003eSpecial spool holder\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\u003eOptional embroidery software\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\"\u003eSoftware\u003c\/th\u003e\n              \u003c\/tr\u003e\n            \u003c\/thead\u003e\n\n            \u003ctbody\u003e\n              \u003ctr\u003e\n                \u003ctd\u003e202390002\u003c\/td\u003e\n                \u003ctd\u003eJanome Artistic Digitizer full version for compatible Windows or Mac computers\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e202395007\u003c\/td\u003e\n                \u003ctd\u003eJanome Artistic Digitizer Junior for compatible Windows or Mac computers\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e202419008\u003c\/td\u003e\n                \u003ctd\u003eJanome AcuStitch software for compatible Windows computers\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\u003eRecommended needles and bobbins\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\u003e202122001\u003c\/td\u003e\n                \u003ctd\u003eJanome Purple Tip Needles, size 14, pack of five\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e200346007\u003c\/td\u003e\n                \u003ctd\u003eJanome Blue Tip Needles, size 11, pack of five\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e5117075BL\u003c\/td\u003e\n                \u003ctd\u003eOrgan anti-glue embroidery needles, size 11\/75, pack of five\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e202010027\u003c\/td\u003e\n                \u003ctd\u003eJanome plastic bobbins, pack of ten\u003c\/td\u003e\n              \u003c\/tr\u003e\n\n              \u003ctr\u003e\n                \u003ctd\u003e202010038\u003c\/td\u003e\n                \u003ctd\u003eJanome plastic bobbins, pack of five\u003c\/td\u003e\n              \u003c\/tr\u003e\n            \u003c\/tbody\u003e\n          \u003c\/table\u003e\n        \u003c\/div\u003e\n\n        \u003cp style=\"margin-top:16px;\"\u003e\n          Accessory availability and regional part numbers can change. Contact Direct Sewing to confirm current compatibility and stock.\n        \u003c\/p\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 Memory Craft 100E\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 operating guide covering threading, hooping, editing, embroidery, care 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\/2025\/06\/100E-Instruction-Book.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 brochure with machine specifications and New Zealand accessory information.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003ca class=\"ds-resource-link\" href=\"https:\/\/janome.com.au\/wp-content\/uploads\/MC100E-Brochure_low_res.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\u003eOfficial Feature Sheet\u003c\/h4\u003e\n          \u003cp\u003e\n            Review a concise overview of the embroidery features, accessories and optional hoop sizes.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003ca class=\"ds-resource-link\" href=\"https:\/\/www.janome.com\/wp-content\/uploads\/2025\/06\/MC100E-FeatureSheet-1.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          Open feature sheet →\n        \u003c\/a\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ds-resource-card\"\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eBuilt-In Design Chart\u003c\/h4\u003e\n          \u003cp\u003e\n            Browse the built-in embroidery motifs, lettering, monograms, borders and normal-sew patterns.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003ca class=\"ds-resource-link\" href=\"https:\/\/www7.janome.co.jp\/global\/wp-content\/uploads\/Pera_E_815A_EN_DesignChart_DG25815036_Webs.pdf\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          View design chart →\n        \u003c\/a\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ds-resource-card\"\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eOfficial Global Product Guide\u003c\/h4\u003e\n          \u003cp\u003e\n            Explore detailed Janome information about free-arm embroidery, editing, hooping and optional accessories.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003ca class=\"ds-resource-link\" href=\"https:\/\/www7.janome.co.jp\/global\/productlineup\/memory-craft-100e\/\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          View global guide →\n        \u003c\/a\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ds-resource-card\"\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eEmbroidery Couching Designs\u003c\/h4\u003e\n          \u003cp\u003e\n            Access official couching information and compatible design downloads for the optional couching foot.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003ca class=\"ds-resource-link\" href=\"https:\/\/www7.janome.co.jp\/global\/product\/machineupdates\/couching-for-mc100e\/\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          View couching resources →\n        \u003c\/a\u003e\n      \u003c\/article\u003e\n\n      \u003carticle class=\"ds-resource-card\"\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eRegional Product Information\u003c\/h4\u003e\n          \u003cp\u003e\n            View Janome Australia and New Zealand’s specifications, accessories and official product information.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003ca class=\"ds-resource-link\" href=\"https:\/\/janome.com.au\/product\/memory-craft-100e\/\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n          Visit Janome →\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 Memory Craft 100E FAQ\u003c\/h3\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs the Janome Memory Craft 100E embroidery only?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          Yes. The MC100E is a dedicated embroidery-only machine. It does not perform ordinary sewing-machine construction stitches.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat is the maximum embroidery size?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          The maximum embroidery area is 140 × 140mm using the included SQ14e hoop.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow many embroidery designs are built in?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          The machine includes 274 embroidery designs arranged across 18 categories, together with built-in lettering, monograms, borders and related pattern options.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan I import my own embroidery designs?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          Yes. Compatible embroidery designs can be transferred using a USB flash drive. The design must fit within the selected hoop and machine limits.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhich embroidery hoop is included?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          The SQ14e 140 × 140mm hoop and template are supplied as standard.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan the MC100E embroider sleeves and small tubular items?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          Yes, using the optional FA10e or FA5e free-arm hoop. These allow suitable sleeves, trouser legs and small finished garments to slide around the machine arm.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eAre the free-arm embroidery hoops included?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          No. The FA10e and FA5e free-arm hoops are optional accessories.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes the machine automatically cut jump threads?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          Yes. Programmable jump-thread trimming is available for suitable embroidery designs and settings.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eWhat happens if the upper thread breaks?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          The upper-thread sensor stops the machine. You can rethread it, travel backwards through the design and continue from the required position.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes it warn me when the bobbin is running low?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          Yes. An optical sensor continuously monitors the bobbin thread and displays a warning when the supply becomes low.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan I resize and combine designs on the machine?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          Yes. The colour touchscreen supports resizing, rotating, flipping, combining, duplicating, grouping, zooming and colour editing.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eDoes it include embroidery lettering?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          Yes. It includes 11 English fonts, additional regional character sets and two-letter and three-letter monogramming.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs embroidery software included?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          The machine can be used without digitising software because it includes built-in designs and USB import. Artistic Digitizer and AcuStitch are optional software packages for creating or editing additional designs.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan the MC100E do embroidery couching?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          Yes. Embroidery couching is supported when the optional couching foot and compatible couching designs are used.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eCan it do cutwork embroidery?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          Yes. Janome’s optional cutwork embroidery kit allows compatible cutwork projects to be created using specialist cutting needles and designs.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eIs the extra-wide table included?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          No. The extra-wide table is available separately as an optional accessory.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow large and heavy is the machine?\u003c\/summary\u003e\n\n      \u003cdiv class=\"ds-details-content\"\u003e\n        \u003cp\u003e\n          The machine measures approximately 432mm wide × 301mm high × 270mm deep and weighs approximately 9.1kg, including the built-in embroidery unit.\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 embroidery specialists\u003c\/span\u003e\n\n      \u003ch3\u003eStart embroidery with knowledgeable local support\u003c\/h3\u003e\n\n      \u003cp\u003e\n        Direct Sewing has supplied sewing and embroidery equipment throughout New Zealand since 2001. Our experienced team can demonstrate the Memory Craft 100E and help you understand hooping, stabilisers, embroidery threads, needles, USB design transfer and optional accessories.\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 makers looking for an approachable, compact and capable introduction to dedicated computerised embroidery, the Janome Memory Craft 100E is an outstanding place to begin.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Janome","offers":[{"title":"Default Title","offer_id":46768544678109,"sku":"MC100E","price":1799.0,"currency_code":"NZD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0222\/3324\/files\/image_a85b9f80-c425-4f7e-8518-a7e61951aa17.jpg?v=1757648317","url":"https:\/\/www.directsewing.co.nz\/products\/janome-memory-craft-100e-embroidery-machine","provider":"Direct Sewing Machines \u0026 Supplies","version":"1.0","type":"link"}