Madeira Smocking Heat-Reactive Thread – 200m
.dms9662 { --ink: #2d2e35; --muted: #6b6d76; --plum: #6f3f68; --plum-dark: #4c2849; --rose: #cc6678; --rose-soft: #fae9ed; --peach: #f0a46f; --peach-soft: #fff1e7; --lilac: #eee8f3 ; --sand: #fbf6ea; --line: #e2dce4; --white: #ffffff; color: var(--ink); font: 16px/1.65 Arial, Helvetica, sans-serif; } .dms9662 * { box-sizing: border-box; } .dms9662 img { display: block; max-width: 100%; height: auto; } .dms9662 a { color: inherit; } .dms9662-wrap { max-width: 1180px; margin: 0 auto; } .dms9662-section { margin: 64px 0; } .dms9662 h2, .dms9662 h3 { color: var(--ink); line-height: 1.16; } .dms9662 h2 { margin: 0 0 17px; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.8px; } .dms9662 h3 { margin: 0 0 8px; font-size: 20px; } .dms9662 p { margin: 0 0 15px; } .dms9662-lead { max-width: 930px; color: var(--muted); font-size: 19px; } .dms9662-kicker { display: inline-block; margin-bottom: 11px; color: var(--rose); font-size: 13px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; } .dms9662-hero { display: grid; grid-template-columns: minmax(0, 1.07fr) minmax(290px, .68fr); gap: 42px; align-items: center; padding: clamp(30px, 5vw, 64px); overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(135deg, var(--rose-soft), var(--white) 55%, var(--peach-soft)); } .dms9662-benefits { display: grid; gap: 8px; margin: 25px 0 0; padding: 0; list-style: none; } .dms9662-benefits li { position: relative; padding-left: 27px; } .dms9662-benefits li::before { position: absolute; top: 2px; left: 0; color: var(--rose); content: "✓"; font-weight: 700; } .dms9662-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; } .dms9662-button { display: inline-block; padding: 12px 18px; border: 2px solid var(--plum); border-radius: 999px; color: var(--white) !important; background: var(--plum); font-size: 14px; font-weight: 700; line-height: 1.2; text-decoration: none; } .dms9662-button--light { color: var(--plum) !important; background: transparent; } .dms9662-packshot { margin: 0; padding: 24px; border-radius: 20px; background: var(--white); box-shadow: 0 18px 45px rgba(76,40,73,.14); } .dms9662-packshot img { width: 100%; max-height: 520px; margin: auto; object-fit: contain; } .dms9662-packshot figcaption { margin-top: 13px; color: var(--muted); font-size: 13px; text-align: center; } .dms9662-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); } .dms9662-stat { padding: 22px 18px; text-align: center; } .dms9662-stat + .dms9662-stat { border-left: 1px solid var(--line); } .dms9662-stat strong { display: block; color: var(--plum); font-size: 25px; line-height: 1.15; } .dms9662-stat span { display: block; margin-top: 5px; color: var(--muted); font-size: 13px; } .dms9662-alert { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; margin: 26px 0 0; padding: 21px 23px; border: 1px solid #ddb9d6; border-radius: 16px; background: var(--lilac); } .dms9662-alert-icon { display: grid; width: 36px; height: 36px; border-radius: 50%; place-items: center; color: var(--white); background: var(--plum); font-weight: 700; } .dms9662-alert p { margin: 0; } .dms9662-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 28px; } .dms9662-card { padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); } .dms9662-card-icon { display: grid; width: 42px; height: 42px; margin-bottom: 17px; border-radius: 50%; place-items: center; color: var(--white); background: linear-gradient(135deg, var(--plum), var(--rose)); font-weight: 700; } .dms9662-card p { margin-bottom: 0; color: var(--muted); } .dms9662-uses { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 28px; } .dms9662-use { padding: 25px; border-radius: 18px; background: var(--rose-soft); } .dms9662-use p { margin-bottom: 0; color: var(--muted); } .dms9662-setup { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 28px; } .dms9662-setup-card { padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); } .dms9662-setup-card strong { display: block; margin-bottom: 7px; color: var(--plum); font-size: 18px; } .dms9662-setup-card p { margin-bottom: 0; color: var(--muted); } .dms9662-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 28px; counter-reset: steps; } .dms9662-step { padding: 23px; border-radius: 17px; background: var(--peach-soft); counter-increment: steps; } .dms9662-step::before { display: grid; width: 34px; height: 34px; margin-bottom: 15px; border-radius: 50%; place-items: center; color: var(--white); background: var(--rose); content: counter(steps); font-weight: 700; } .dms9662-step p { margin-bottom: 0; color: var(--muted); font-size: 14px; } .dms9662-tip { margin-top: 22px; padding: 19px 22px; border-left: 4px solid var(--peach); border-radius: 0 13px 13px 0; background: var(--sand); } .dms9662-tip p { margin: 0; } .dms9662-controls { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 28px; } .dms9662-control { padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); } .dms9662-control p { margin-bottom: 0; color: var(--muted); } .dms9662-dos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 28px; } .dms9662-do { padding: 27px; border: 1px solid #e7c7bd; border-radius: 18px; background: var(--peach-soft); } .dms9662-dont { padding: 27px; border: 1px solid #d7c7e1; border-radius: 18px; background: var(--lilac); } .dms9662-checklist { display: grid; gap: 10px; margin: 16px 0 0; padding: 0; list-style: none; } .dms9662-checklist li { position: relative; padding-left: 27px; } .dms9662-do .dms9662-checklist li::before, .dms9662-dont .dms9662-checklist li::before { position: absolute; top: 0; left: 0; font-weight: 700; } .dms9662-do .dms9662-checklist li::before { color: var(--rose); content: "✓"; } .dms9662-dont .dms9662-checklist li::before { color: var(--plum); content: "×"; } .dms9662-compare { margin-top: 28px; overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; } .dms9662 table { width: 100%; border-collapse: collapse; background: var(--white); } .dms9662 th, .dms9662 td { padding: 17px 19px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; } .dms9662 thead th { color: var(--white); background: var(--plum-dark); } .dms9662 tbody th { width: 26%; color: var(--plum); background: var(--lilac); } .dms9662 tr:last-child th, .dms9662 tr:last-child td { border-bottom: 0; } .dms9662-table-wrap { margin-top: 28px; overflow-x: auto; border: 1px solid var(--line); border-radius: 18px; } .dms9662-table-wrap tbody th { width: 31%; } .dms9662-faq { margin-top: 28px; } .dms9662-faq details { border-top: 1px solid var(--line); } .dms9662-faq details:last-child { border-bottom: 1px solid var(--line); } .dms9662-faq summary { position: relative; padding: 19px 42px 19px 0; cursor: pointer; color: var(--ink); font-weight: 700; list-style: none; } .dms9662-faq summary::-webkit-details-marker { display: none; } .dms9662-faq summary::after { position: absolute; top: 15px; right: 4px; color: var(--rose); content: "+"; font-size: 26px; font-weight: 400; } .dms9662-faq details[open] summary::after { content: "−"; } .dms9662-answer { max-width: 900px; padding: 0 42px 17px 0; color: var(--muted); } .dms9662-final { padding: clamp(30px, 5vw, 58px); border-radius: 22px; color: var(--white); background: linear-gradient(135deg, var(--plum-dark), var(--plum) 58%, var(--rose)); } .dms9662-final h2, .dms9662-final p { color: var(--white); } .dms9662-final p { max-width: 840px; margin-bottom: 0; opacity: .94; } .dms9662-final .dms9662-kicker { color: #ffd6ce; } @media (max-width: 850px) { .dms9662-hero, .dms9662-grid, .dms9662-setup { grid-template-columns: 1fr; } .dms9662-stats, .dms9662-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } .dms9662-stat:nth-child(3) { border-left: 0; } .dms9662-stat:nth-child(n + 3) { border-top: 1px solid var(--line); } } @media (max-width: 700px) { .dms9662-uses, .dms9662-controls, .dms9662-dos { grid-template-columns: 1fr; } } @media (max-width: 520px) { .dms9662-section { margin: 46px 0; } .dms9662-hero { padding: 25px; border-radius: 18px; } .dms9662-stats, .dms9662-steps { grid-template-columns: 1fr; } .dms9662-stat + .dms9662-stat { border-top: 1px solid var(--line); border-left: 0; } .dms9662 th, .dms9662 td { padding: 14px; } .dms9662-alert { grid-template-columns: 1fr; } } Madeira 9662 · Heat-Reactive Smocking Thread Stitch it flat, add steam and watch the texture rise Madeira Smocking is a heat-reactive 100% polyester bobbin thread for controlled puckering. Sew embroidery or decorative stitching with the fabric flat, then apply steam from the bobbin side: the special thread shrinks while the fabric does not, drawing the stitched area into dimensional folds and textured effects. Heat creates the effect: steam activates the thread after the stitching is complete. Controlled surface texture: stitch layout, spacing, fabric and pressing influence the finished pucker. Domestic-machine compatible: suitable for household sewing and embroidery machines. How to Activate It View Specifications One 200m Snapspool · 100% polyester · Madeira article 9662 200mapproximately 220 yards 100% polyesterheat-reactive special-effect thread Bobbin threadregular thread stays in the needle NM 75–80recommended needle range ! Madeira Smocking goes in the bobbin. Keep a suitable ordinary sewing or embroidery thread in the needle. This is not conventional elastic shirring thread: the fabric remains flat while sewing and gathers only when heat and steam activate thread 9662. A transformation after stitching How the heat-reactive effect works The bobbin stitches form a hidden network on the reverse of the fabric. Heating that network makes the Smocking thread contract more than the fabric, so the surface is drawn into relief according to the stitched lines and spaces. 1Sew the design flat Use running stitches or open decorative stitching so the fabric has room to move when the thread contracts. 2Expose the reverse to steam Turn the work bobbin-side up and slowly apply controlled steam and heat while keeping the iron moving. 3Reveal the texture The bobbin thread shrinks and pulls the stitched fabric into puckers, folds, bubbles and raised surfaces. From subtle ripples to sculptural surfaces Creative ways to use Madeira Smocking Dimensional machine embroidery Choose open motifs and running-stitch designs with negative space, allowing the activated fabric to rise between stitched areas. Decorative sewing Create textured panels, borders and line patterns on suitable heat-tolerant fabric with an ordinary sewing machine. Fashion and costume details Add controlled puckering to yokes, sleeves, collars, bags and statement panels before assembling the finished item. Textile art and samples Explore grids, spirals, waves and free-motion lines, then compare how different stitching layouts transform under steam. Correct orientation matters Set up the machine for the smocking effect Needle threadUse a suitable ordinary sewing or embroidery thread that gives the desired visible colour on the right side. Bobbin threadWind Madeira Smocking 9662 onto the bobbin and place it underneath the fabric where heat can activate it later. Needle and test settingsStart with a universal sewing needle NM 75–80. Madeira article 9455 is the corresponding recommended needle. No special iron or needle is required. Madeira says the thread works in all domestic sewing and embroidery machines. Use stabiliser only when the chosen fabric or embroidery design would normally require it. Sew first, activate second How to create the finished puckered texture Always make a complete sample using the project fabric, thread, stitch settings and iron. The amount and character of the shrink effect can change considerably between combinations. Test the materials Confirm the fabric, top thread, stabiliser and trims can safely tolerate steam and the iron temperature being used. Stitch an open design Sew the motif with Smocking in the bobbin. Running stitches and generous negative space give the fabric room to pucker. Turn bobbin-side up Place the stitched work wrong-side up on a heat-safe surface so the special thread is directly exposed to the steam. Steam slowly Move the iron gradually over the reverse. Begin with light pressure, watch the fabric contract and build the effect in stages. Design the texture before activating it Four variables shape the result Stitch layout Parallel lines, grids, waves and outlines pull the cloth in different directions. Sample the full repeat rather than judging a single line. Density and negative space Open stitching leaves room for dimensional movement. Dense filled areas can restrict the fabric and produce a firmer result. Fabric character Weight, weave, fibre and heat tolerance influence the scale and softness of the puckers. The same design can look different on another cloth. Steam and pressure Activate gradually. Light controlled pressing encourages raised texture, while more pressure can create a flatter, more wrinkled appearance. Protect the fabric and the effect Helpful habits and common mistakes Do Create and activate a sample before stitching the project. Use the Smocking thread in the bobbin and regular thread in the needle. Choose simple, open stitching with room for movement. Apply steam from the reverse and build the effect gradually. Do not Do not activate without checking the fabric's heat and steam tolerance. Do not confuse this with ordinary elastic shirring or gathering thread. Do not begin with maximum heat and heavy pressure on the final project. Do not press the finished raised texture flat unless that is the intended effect. Three elastic effects, three different techniques Smocking 9662 is not knitting elastic or ordinary shirring thread Product How it is used When the gathering appears Main purpose Madeira Smocking 9662 Heat-reactive thread in the sewing or embroidery machine bobbin After stitching, when steam and heat are applied Dimensional puckers and decorative textured surfaces Elastic shirring thread Elastic thread wound in the bobbin for rows of stitching During sewing as the elastic draws in the cloth Traditional gathered rows and stretch shirring Madeira Elastic 9800B Transparent elastane carried alongside knitting or crochet yarn Elasticity is built into the stitches; no heat activation Shape retention in knitted cuffs, ribs and fitted edges Product details Madeira Smocking specifications Brand Madeira Product Smocking heat-reactive gathering and special-effect thread Article / SKU 9662 Pack contents One 200m Snapspool (approximately 220 yards) Material 100% polyester Colour One neutral / white colour Thread position Use as the heat-reactive bobbin thread with suitable ordinary thread in the needle Machine compatibility Suitable for all domestic sewing and embroidery machines Recommended needle Universal sewing needle NM 75–80; Madeira Universal Needle article 9455 Activation Slowly apply heat and steam from the reverse / bobbin side to create controlled puckering GTIN / EAN 4003760980670 Frequently asked questions Madeira Smocking thread FAQs What is Madeira Smocking 9662?It is a 100% polyester special-effect bobbin thread that contracts under heat. The contracting thread draws the stitched fabric into controlled puckers and dimensional textures. Does Smocking thread go in the needle or bobbin?Put Madeira Smocking in the bobbin and use a suitable ordinary sewing or embroidery thread in the needle. The bobbin side is then exposed to steam after stitching. Which designs work best?Begin with running-stitch motifs, decorative lines and designs with generous negative space. The fabric needs open areas in which to move and form texture as the thread contracts. How is the thread activated?Turn the work wrong-side or bobbin-side up and slowly apply steam and heat with a moving iron. Start with light pressure and build the effect gradually after testing the complete material combination. Will it work on every fabric?The amount of puckering varies with fabric weight, fibre, weave and stitch layout. Only use fabrics and trims that can tolerate the required heat and steam, and always activate a sample first. Do I need a special iron, needle or stabiliser?Madeira says no special iron or needle is required and recommends an NM 75–80 universal sewing needle. Add stabiliser only if the chosen fabric or embroidery design would normally need it. Which machines can use Madeira Smocking?It is suitable for domestic sewing and embroidery machines. Test bobbin tension, stitch formation and the heat-activated result on a project sample before sewing the final piece. Is this the same as elastic shirring thread?No. Ordinary elastic shirring thread gathers while it is sewn. Madeira Smocking is heat-reactive: the fabric is stitched flat and the puckering develops afterwards when steam and heat shrink the bobbin thread. A special effect revealed by steam Turn open stitching into dimensional textile texture Place Madeira Smocking in the bobbin, sew the design with room for movement, then activate the reverse gradually with steam. A careful sample lets you balance stitch layout, fabric and heat before transforming the final project.
More you might like
Related
Madeira Smocking Thread
Related
Madeira Smocking Thread - MA9662
Related
Madeira Hand Smocking Thread. White. 200m.
Related