#html-body [data-pb-style=M9GUDD8]{justify-content:flex-start;display:flex;flex-direction:column;background-position:left top;background-size:cover;background-repeat:no-repeat;background-attachment:scroll} If you're searching for a simple, budget-friendly, easy to use machine – the Janome 2200XT could be the sewing machine for you! Free delivery | Collect in store available | Expert support included | Ready to start sewing straight away If you're searching for a simple, budget-friendly, easy to use machine – the Janome 2200XT could be the machine for you. Small but mighty – the 2200XT includes 22 built-in stitch options plus an automatic 4-step buttonhole. Lightweight and portable, this is a great all round mechanical machine with a good selection of popular stitches and features. With just two dials to control; one for stitch selection and the other for adjusting stitch length, it is a really easy to use model. The automatic 4-step buttonhole creates perfect buttonholes and there’s plenty of accessory storage as well as a handy soft cover for protection. Janome 2200XT's Features: 22 built-in stitch choicesVariable stitch width & lengthQuick foot conversionFreearm for circular sewingAuto 4-step buttonholeDrop feed for freehand embroideryConvenient thread cutterLightweight & portable – perfect for taking along to workshops, classes and patchwork groups. Weight: 6.0kg Feet & Accessories: Category A Feet Included:Sliding buttonhole foot (200123006)Standard foot (940200000)Zipper foot (940300000)Hemmer foot (940130000)Overcasting foot (200132008)Buttonhole foot/Satin Stitch foot (940340000) Accessories Included:C-2022 Foot controlHem guide (674401002)Screwdrivers (366413003 & 820832005)Seam ripper (200133009)Soft Cover, Bobbins, Needles, Oil, Instruction Book const accordions = document.querySelectorAll('.accordion-button');accordions.forEach(button => { button.addEventListener('click', () => { // Close all other sections accordions.forEach(btn => { if(btn !== button) { btn.classList.remove('active'); btn.nextElementSibling.style.maxHeight = null; } }); // Toggle current section button.classList.toggle('active'); const content = button.nextElementSibling; if (content.style.maxHeight) { content.style.maxHeight = null; } else { content.style.maxHeight = content.scrollHeight + "px"; } });});// Open first section by defaultdocument.addEventListener('DOMContentLoaded', () => { const firstButton = accordions[0]; const firstContent = firstButton.nextElementSibling; firstButton.classList.add('active'); firstContent.style.maxHeight = firstContent.scrollHeight + "px";});