Husqvarna Viking Emerald 116 Sewing Machine
.ds-emerald116 { --ds-teal: #087b83; --ds-teal-dark: #075d64; --ds-teal-light: #eaf7f7; --ds-blue-light: #eef7fb; --ds-gold-light: #fff8e8; --ds-ink: #20272b; --ds-muted: #5e696d; --ds-border: #dce4e5; --ds-white: #ffffff; --ds-soft: #f7f9f9; max-width: 1180px; margin: 0 auto; color: var(--ds-ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.65; } .ds-emerald116 * { box-sizing: border-box; } .ds-emerald116 img { display: block; max-width: 100%; height: auto; } .ds-emerald116 a { color: var(--ds-teal-dark); } .ds-emerald116 h2, .ds-emerald116 h3 { margin-top: 0; color: var(--ds-ink); line-height: 1.25; } .ds-emerald116 h2 { margin-bottom: 18px; font-size: clamp(26px, 4vw, 38px); } .ds-emerald116 h3 { margin-bottom: 10px; font-size: 20px; } .ds-emerald116 p { margin-top: 0; } .ds-emerald116 .ds-section { padding: 58px 24px; } .ds-emerald116 .ds-section-heading { max-width: 780px; margin: 0 auto 32px; text-align: center; } .ds-emerald116 .ds-section-heading p { color: var(--ds-muted); font-size: 17px; } .ds-emerald116 .ds-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr); align-items: center; overflow: hidden; border: 1px solid var(--ds-border); border-radius: 24px; background: linear-gradient(135deg, #eefafa 0%, #ffffff 58%, #eef7fb 100%); } .ds-emerald116 .ds-hero-copy { padding: 54px 48px; } .ds-emerald116 .ds-eyebrow { display: inline-block; margin-bottom: 16px; padding: 7px 13px; border-radius: 999px; background: var(--ds-teal); color: var(--ds-white); font-size: 13px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; } .ds-emerald116 .ds-hero h2 { margin-bottom: 18px; font-size: clamp(34px, 5vw, 54px); } .ds-emerald116 .ds-lead { margin-bottom: 24px; color: #394448; font-size: 18px; } .ds-emerald116 .ds-hero-points { display: grid; gap: 10px; margin: 24px 0 28px; padding: 0; list-style: none; } .ds-emerald116 .ds-hero-points li { position: relative; padding-left: 29px; font-weight: 600; } .ds-emerald116 .ds-hero-points li::before { position: absolute; top: 1px; left: 0; color: var(--ds-teal); content: "✓"; font-size: 19px; font-weight: 800; } .ds-emerald116 .ds-button-row { display: flex; flex-wrap: wrap; gap: 12px; } .ds-emerald116 .ds-button { display: inline-block; padding: 13px 20px; border: 2px solid var(--ds-teal-dark); border-radius: 8px; background: var(--ds-teal-dark); color: var(--ds-white); font-weight: 700; line-height: 1.25; text-align: center; text-decoration: none; } .ds-emerald116 .ds-button:hover { opacity: 0.9; } .ds-emerald116 .ds-button-secondary { background: var(--ds-white); color: var(--ds-teal-dark); } .ds-emerald116 .ds-hero-image { display: flex; min-height: 500px; align-items: center; justify-content: center; padding: 36px; background: rgba(255, 255, 255, 0.65); } .ds-emerald116 .ds-hero-image img { width: 100%; max-width: 520px; mix-blend-mode: multiply; } .ds-emerald116 .ds-stat-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-top: 22px; } .ds-emerald116 .ds-stat { padding: 23px 14px; border: 1px solid var(--ds-border); border-radius: 14px; background: var(--ds-white); text-align: center; } .ds-emerald116 .ds-stat strong { display: block; margin-bottom: 4px; color: var(--ds-teal-dark); font-size: 26px; line-height: 1.1; } .ds-emerald116 .ds-stat span { color: var(--ds-muted); font-size: 14px; } .ds-emerald116 .ds-intro { max-width: 890px; margin: 0 auto; font-size: 17px; text-align: center; } .ds-emerald116 .ds-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; } .ds-emerald116 .ds-feature-card { height: 100%; padding: 25px; border: 1px solid var(--ds-border); border-radius: 15px; background: var(--ds-white); box-shadow: 0 5px 18px rgba(20, 50, 53, 0.05); } .ds-emerald116 .ds-icon { display: flex; width: 44px; height: 44px; margin-bottom: 16px; align-items: center; justify-content: center; border-radius: 12px; background: var(--ds-teal-light); color: var(--ds-teal-dark); font-size: 22px; } .ds-emerald116 .ds-feature-card p { margin-bottom: 0; color: var(--ds-muted); } .ds-emerald116 .ds-guide { display: grid; grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr); gap: 38px; align-items: center; padding: 40px; border-radius: 22px; background: var(--ds-teal-light); } .ds-emerald116 .ds-guide-image { padding: 20px; border: 1px solid #cbdfe0; border-radius: 14px; background: var(--ds-white); } .ds-emerald116 .ds-guide-list, .ds-emerald116 .ds-check-list { display: grid; gap: 9px; margin: 20px 0 0; padding: 0; list-style: none; } .ds-emerald116 .ds-guide-list li, .ds-emerald116 .ds-check-list li { position: relative; padding-left: 27px; } .ds-emerald116 .ds-guide-list li::before, .ds-emerald116 .ds-check-list li::before { position: absolute; left: 0; color: var(--ds-teal); content: "✓"; font-weight: 800; } .ds-emerald116 .ds-project-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; } .ds-emerald116 .ds-project { padding: 24px 18px; border-radius: 14px; background: var(--ds-soft); text-align: center; } .ds-emerald116 .ds-project span { display: block; margin-bottom: 10px; font-size: 31px; } .ds-emerald116 .ds-project strong { display: block; margin-bottom: 5px; } .ds-emerald116 .ds-project small { color: var(--ds-muted); font-size: 14px; } .ds-emerald116 .ds-spec-wrap { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr); gap: 30px; align-items: start; } .ds-emerald116 .ds-spec-table { width: 100%; overflow: hidden; border: 1px solid var(--ds-border); border-collapse: separate; border-spacing: 0; border-radius: 14px; } .ds-emerald116 .ds-spec-table th, .ds-emerald116 .ds-spec-table td { padding: 13px 16px; border-bottom: 1px solid var(--ds-border); text-align: left; vertical-align: top; } .ds-emerald116 .ds-spec-table th { width: 45%; background: var(--ds-soft); font-weight: 700; } .ds-emerald116 .ds-spec-table tr:last-child th, .ds-emerald116 .ds-spec-table tr:last-child td { border-bottom: 0; } .ds-emerald116 .ds-package { padding: 28px; border-radius: 16px; background: var(--ds-blue-light); } .ds-emerald116 .ds-package ul { columns: 2; column-gap: 30px; margin: 18px 0 0; padding-left: 20px; } .ds-emerald116 .ds-package li { margin-bottom: 7px; break-inside: avoid; } .ds-emerald116 .ds-note { margin-top: 18px; padding: 14px 16px; border-left: 4px solid var(--ds-teal); background: var(--ds-white); color: var(--ds-muted); font-size: 14px; } .ds-emerald116 .ds-resource-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; max-width: 850px; margin: 0 auto; } .ds-emerald116 .ds-resource { padding: 25px; border: 1px solid var(--ds-border); border-radius: 14px; background: var(--ds-white); } .ds-emerald116 .ds-resource a { font-weight: 700; } .ds-emerald116 .ds-support { overflow: hidden; border-radius: 22px; background: var(--ds-teal-dark); color: var(--ds-white); } .ds-emerald116 .ds-support-inner { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr); gap: 40px; padding: 46px; } .ds-emerald116 .ds-support h2, .ds-emerald116 .ds-support h3, .ds-emerald116 .ds-support a { color: var(--ds-white); } .ds-emerald116 .ds-support-card { padding: 27px; border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 15px; background: rgba(255, 255, 255, 0.1); } .ds-emerald116 .ds-support-card p:last-child { margin-bottom: 0; } .ds-emerald116 .ds-link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 24px; } .ds-emerald116 .ds-link-grid a { display: block; padding: 13px; border: 1px solid rgba(255, 255, 255, 0.28); border-radius: 8px; text-align: center; text-decoration: none; } .ds-emerald116 .ds-link-grid a:hover { background: rgba(255, 255, 255, 0.1); } .ds-emerald116 .ds-faq { max-width: 900px; margin: 0 auto; } .ds-emerald116 .ds-faq details { margin-bottom: 12px; border: 1px solid var(--ds-border); border-radius: 11px; background: var(--ds-white); } .ds-emerald116 .ds-faq summary { position: relative; padding: 18px 50px 18px 20px; cursor: pointer; font-weight: 700; list-style: none; } .ds-emerald116 .ds-faq summary::-webkit-details-marker { display: none; } .ds-emerald116 .ds-faq summary::after { position: absolute; top: 50%; right: 19px; color: var(--ds-teal); content: "+"; font-size: 25px; font-weight: 400; transform: translateY(-50%); } .ds-emerald116 .ds-faq details[open] summary::after { content: "−"; } .ds-emerald116 .ds-faq-answer { padding: 0 20px 18px; color: var(--ds-muted); } .ds-emerald116 .ds-faq-answer p:last-child { margin-bottom: 0; } .ds-emerald116 .ds-final-cta { padding: 48px 26px; border-radius: 22px; background: linear-gradient(135deg, var(--ds-gold-light), var(--ds-teal-light)); text-align: center; } .ds-emerald116 .ds-final-cta p { max-width: 720px; margin-right: auto; margin-bottom: 24px; margin-left: auto; color: #465155; font-size: 17px; } @media (max-width: 900px) { .ds-emerald116 .ds-hero, .ds-emerald116 .ds-guide, .ds-emerald116 .ds-spec-wrap, .ds-emerald116 .ds-support-inner { grid-template-columns: 1fr; } .ds-emerald116 .ds-hero-image { min-height: auto; } .ds-emerald116 .ds-stat-grid { grid-template-columns: repeat(3, 1fr); } .ds-emerald116 .ds-feature-grid { grid-template-columns: repeat(2, 1fr); } .ds-emerald116 .ds-project-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 640px) { .ds-emerald116 .ds-section { padding: 42px 16px; } .ds-emerald116 .ds-hero-copy, .ds-emerald116 .ds-hero-image, .ds-emerald116 .ds-guide, .ds-emerald116 .ds-support-inner { padding: 28px 20px; } .ds-emerald116 .ds-stat-grid, .ds-emerald116 .ds-feature-grid, .ds-emerald116 .ds-resource-grid, .ds-emerald116 .ds-link-grid { grid-template-columns: 1fr; } .ds-emerald116 .ds-project-grid { grid-template-columns: repeat(2, 1fr); } .ds-emerald116 .ds-package ul { columns: 1; } .ds-emerald116 .ds-button-row { flex-direction: column; } .ds-emerald116 .ds-button { width: 100%; } .ds-emerald116 .ds-spec-table th, .ds-emerald116 .ds-spec-table td { display: block; width: 100%; } .ds-emerald116 .ds-spec-table th { padding-bottom: 5px; border-bottom: 0; } .ds-emerald116 .ds-spec-table td { padding-top: 5px; } } Reliable mechanical sewing Husqvarna Viking Emerald 116 Sewing Machine A solid, easy-to-use mechanical sewing machine for dressmaking, home furnishings, repairs and everyday creative sewing. 16 stitches providing 60 useful stitch functions Effortless one-step automatic buttonhole Built-in needle threader and thread cutter Adjustable stitch width, length and presser foot pressure Sturdy construction with a practical hard cover Explore the features Ask Direct Sewing 16 Built-in stitches 60 Stitch functions 1-Step Automatic buttonhole 5mm Maximum stitch width 8 Presser feet listed A dependable machine for everyday sewing The Husqvarna Viking Emerald 116 combines straightforward mechanical controls with the practical features most sewists use regularly. It is equally at home completing a simple clothing alteration, constructing a new garment, sewing curtains or working on craft projects. Its clearly marked controls let you adjust stitch selection, length, width, thread tension and presser foot pressure without working through menus. A built-in Sewing Guide Reference Chart helps you choose suitable settings for different fabrics and techniques. Practical features that make sewing easier Designed to give beginners confidence while providing the control experienced home sewists expect from a quality mechanical machine. ✦ 16 Built-In Stitches A useful selection for construction, stretch sewing, finishing, hemming, mending, quilting and decorative details. ▭ One-Step Buttonhole Create consistent buttonholes in one straightforward operation using the included automatic buttonhole foot. ↝ Built-In Needle Threader Helps guide the thread through the needle eye, reducing fiddly setup and helping you begin sewing sooner. ↔ Adjustable Stitch Width Adjust stitch width up to 5mm to suit construction, finishing and decorative sewing. ↕ Adjustable Stitch Length Fine-tune stitch length up to 4mm for lightweight fabric, standard seams, topstitching and basting. ◫ Adjustable Foot Pressure Adapt presser foot pressure for better feeding across lightweight, standard and more challenging fabrics. ⌁ Automatic Bobbin Thread Pickup A convenient threading feature that helps streamline preparation before you begin your seam. ↶ Reverse Sewing Lever Reinforce the beginning and end of seams quickly using the conveniently positioned reverse lever. ○ Drop Feed Lower the feed teeth for button sewing, free-motion work and selected mending or darning techniques. ◒ Free-Arm Sewing Remove the extension table for easier access when sewing sleeves, trouser legs, cuffs and other tubular pieces. ✂ Built-In Thread Cutter Trim threads at the machine without needing to reach for separate scissors after every seam. ⬡ Stable Construction A one-piece metal casting provides a reassuringly solid platform with reduced vibration during everyday sewing. Helpful guidance at a glance Sewing Guide Reference Chart Unsure which settings to use? The reference chart helps take the guesswork out of getting started by recommending suitable settings for common fabrics and sewing techniques. Recommended stitch selection Suggested stitch length and width Thread tension guidance Presser foot pressure guidance Recommended presser foot From repairs to complete garments The Emerald 116 covers the core sewing techniques needed for a wide range of household and creative projects. 👗 Dressmaking Seams, zips, hems, buttonholes and topstitching 🏠 Home Furnishings Cushions, curtains, table linen and décor projects 🧵 Repairs & Alterations Mending, reinforcing, shortening and resizing ✂️ Craft & Quilting Piecing, straight-line quilting and creative sewing Useful stitch applications include: Straight stitching and topstitching Zigzag and three-step zigzag Seaming and overcasting Reinforced straight stitching Stretch fabric construction Blind hemming Zipper insertion Button sewing Automatic buttonholes Darning and free-motion work Husqvarna Emerald 116 specifications Machine type Mechanical sewing machine Built-in stitches 16 Stitch functions 60 Buttonhole One-step automatic buttonhole Maximum stitch width 5mm Maximum stitch length 4mm Needle position Adjustable Presser foot pressure Adjustable Needle threader Built in Thread cutter Built in Feed system Drop-feed capability Bobbin/hook system Rotary hook Sewing speed Controlled using the foot controller Free arm Yes, with removable extension table Storage Accessory storage in the extension table Cover Hard cover Included accessories The Emerald 116 manual lists eight useful snap-on presser feet plus essential setup and maintenance accessories. Utility Foot A Utility Foot B Buttonhole Foot C Adjustable Blind Hem Foot D Zipper Foot E Non-stick Glide Foot H Edging Foot J Automatic Buttonhole Foot R Self-adhesive glide plates Edge/quilting guide Needles Bobbins Screwdriver Lint brush Seam ripper/buttonhole opener Large and small spool holders Vertical spool pin Felt cushion Hard cover Accessory contents can occasionally be updated by the manufacturer. Please contact Direct Sewing if you need to confirm a particular item before ordering. Manuals and helpful resources Review the operating instructions or explore compatible accessories before or after your purchase. Emerald 116 Instruction Manual Read the operating, threading, stitch selection and maintenance instructions. View the instruction manual → Find Compatible Accessories Browse sewing machine feet, needles and accessories for expanding what you can create. Find accessories by machine → Local expertise matters Buy with confidence from Direct Sewing Direct Sewing is an official Husqvarna Viking dealer with more than 30 years of sewing industry experience. Purchasing from an established New Zealand specialist gives you access to genuine products, applicable manufacturer warranty support and knowledgeable help after your machine arrives. Official Husqvarna Viking dealer More than 30 years of sewing industry experience New Zealand warranty and after-sales assistance Experienced machine technicians Nationwide delivery Ongoing access to feet, needles and accessories Husqvarna Viking Machine Feet Sewing Needles Showroom, service centre and workshop Need help choosing a machine, learning its features or arranging future servicing? Talk to the Direct Sewing team or visit the Henderson showroom and technical workshop. Direct Sewing Machines & Supplies 138 Railside Avenue Henderson, Auckland Contact Direct Sewing → Request machine servicing → Husqvarna Emerald 116 FAQs Answers to common questions from people considering this mechanical sewing machine. Is the Husqvarna Emerald 116 suitable for beginners? Yes. Its clearly marked mechanical controls, built-in needle threader, one-step buttonhole and Sewing Guide Reference Chart make it approachable for a beginner. It also has enough adjustment and stitch choice to remain useful as sewing skills develop. Is the Emerald 116 mechanical or computerised? The Emerald 116 is a mechanical sewing machine. Stitch selection, stitch length, width, tension and presser foot pressure are adjusted manually using the machine’s controls. What does 16 stitches and 60 stitch functions mean? The machine has 16 main built-in stitch patterns. By changing settings and using those stitches for different sewing applications, they provide 60 practical stitch functions. Does the Emerald 116 sew an automatic buttonhole? Yes. It has a one-step automatic buttonhole function and includes the appropriate automatic buttonhole presser foot. Can it sew stretch fabrics? Yes. The stitch selection includes options suitable for stretch sewing. For best results, match the stitch with an appropriate stretch or jersey needle, suitable thread and the correct machine settings for your fabric. Can I sew sleeves and trouser legs? Yes. Removing the extension table reveals the free arm, making it easier to sew cuffs, sleeves, trouser legs and other tubular items. Can the feed teeth be lowered? Yes. The Emerald 116 has drop-feed capability for techniques such as button sewing, darning and selected free-motion work. How is the sewing speed controlled? Sewing speed is controlled with the supplied foot controller. This model uses straightforward mechanical controls rather than a computerised speed-control slider. How many presser feet are included? The Emerald 116 instruction manual lists eight snap-on presser feet, including utility, buttonhole, blind hem, zipper, non-stick glide and edging feet. Package contents can change, so please check with Direct Sewing if a particular accessory is essential. What support is available after purchase? Direct Sewing provides local product advice, applicable warranty assistance and ongoing technical support. The Henderson location also includes a showroom, service centre and technical workshop. Does Direct Sewing deliver throughout New Zealand? Yes. Direct Sewing offers nationwide delivery. Current delivery terms and any free-shipping offer will be displayed on the product page or during checkout. Ready for reliable, straightforward sewing? The Husqvarna Viking Emerald 116 is a strong choice for anyone wanting quality mechanical controls, useful everyday stitches and knowledgeable New Zealand support. Ask us about the Emerald 116 View Husqvarna Viking machines { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "Is the Husqvarna Emerald 116 suitable for beginners?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. Its mechanical controls, built-in needle threader, one-step buttonhole and Sewing Guide Reference Chart make it approachable for beginners, while its adjustable settings allow room for skills to develop." } }, { "@type": "Question", "name": "Is the Emerald 116 mechanical or computerised?", "acceptedAnswer": { "@type": "Answer", "text": "The Husqvarna Viking Emerald 116 is a mechanical sewing machine. Stitch selection, stitch length, width, tension and presser foot pressure are adjusted manually." } }, { "@type": "Question", "name": "How many stitches does the Husqvarna Emerald 116 have?", "acceptedAnswer": { "@type": "Answer", "text": "The Emerald 116 has 16 built-in stitches providing 60 practical stitch functions." } }, { "@type": "Question", "name": "Does the Emerald 116 sew an automatic buttonhole?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. It has a one-step automatic buttonhole function and includes an automatic buttonhole presser foot." } }, { "@type": "Question", "name": "Can the Husqvarna Emerald 116 sew stretch fabrics?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. It includes stitches suitable for stretch sewing. Use the correct stretch or jersey needle, suitable thread and settings for the chosen fabric." } }, { "@type": "Question", "name": "Does the Emerald 116 have a free arm?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. The removable extension table reveals a free arm for sewing sleeves, cuffs, trouser legs and other tubular pieces." } }, { "@type": "Question", "name": "Can the feed teeth be lowered on the Emerald 116?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. The Emerald 116 has drop-feed capability for button sewing, darning and selected free-motion techniques." } }, { "@type": "Question", "name": "What support is available from Direct Sewing?", "acceptedAnswer": { "@type": "Answer", "text": "Direct Sewing provides local product advice, applicable warranty assistance, technical support and machine servicing through its Henderson showroom, service centre and workshop." } } ] }
More you might like
Related
Husqvarna Viking Emerald 116
Related
Husqvarna Viking EMERALD 116
Related
Husqvarna Viking Emerald™ 116
Related