{"product_id":"tajima-dg16-pulse","title":"Tajima DG16 by Pulse","description":"\u003c!-- Tajima DG16 by Pulse — Product description --\u003e\n\n\u003cstyle\u003e\n  .dg16-wrap {\n    max-width: 820px;\n    margin: 0 auto;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n    color: #333;\n    line-height: 1.6;\n    box-sizing: border-box;\n  }\n  .dg16-wrap *,\n  .dg16-wrap *::before,\n  .dg16-wrap *::after {\n    box-sizing: inherit;\n  }\n\n  \/* ---------- Badges ---------- *\/\n  .dg16-badge,\n  .dg16-badge-blue {\n    display: inline-block;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n    padding: 4px 12px;\n    border-radius: 5px;\n    margin-bottom: 14px;\n  }\n  .dg16-badge {\n    background: #0d0d0d;\n    color: #fff;\n  }\n  .dg16-badge-blue {\n    background: #e8f1fd;\n    color: #1a6fd4;\n    margin-left: 6px;\n  }\n\n  \/* ---------- Headings \u0026 text ---------- *\/\n  .dg16-h2 {\n    font-size: 22px;\n    font-weight: 800;\n    color: #0d0d0d;\n    line-height: 1.3;\n    margin: 0 0 16px;\n  }\n  .dg16-intro,\n  .dg16-seo-text {\n    font-size: 15px;\n    color: #444;\n    line-height: 1.75;\n    margin: 0 0 18px;\n  }\n  .dg16-section-title {\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    color: #888;\n    margin: 0 0 14px;\n  }\n\n  \/* ---------- Quick stats ---------- *\/\n  .dg16-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n    margin: 24px 0 8px;\n  }\n  .dg16-stat {\n    background: #f7f7f5;\n    border: 1px solid #ebebe8;\n    border-radius: 10px;\n    padding: 16px 14px;\n    text-align: center;\n  }\n  .dg16-stat-value {\n    font-size: 15px;\n    font-weight: 800;\n    color: #0d0d0d;\n    margin-bottom: 4px;\n  }\n  .dg16-stat-label {\n    font-size: 12px;\n    color: #777;\n  }\n\n  \/* ---------- System requirements ---------- *\/\n  .dg16-config {\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    overflow: hidden;\n  }\n  .dg16-config-item {\n    display: flex;\n    justify-content: space-between;\n    gap: 16px;\n    padding: 13px 20px;\n    font-size: 14px;\n  }\n  .dg16-config-item + .dg16-config-item {\n    border-top: 1px solid #efefec;\n  }\n  .dg16-config-label {\n    color: #777;\n  }\n  .dg16-config-value {\n    font-weight: 600;\n    color: #0d0d0d;\n    text-align: right;\n  }\n\n  \/* ---------- Features ---------- *\/\n  .dg16-features {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n  }\n  .dg16-feature {\n    background: #fff;\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    padding: 18px 20px;\n  }\n  .dg16-feature-title {\n    font-size: 15px;\n    font-weight: 700;\n    color: #0d0d0d;\n    margin: 0 0 6px;\n  }\n  .dg16-feature-text {\n    font-size: 13.5px;\n    color: #666;\n    line-height: 1.65;\n    margin: 0;\n  }\n\n  \/* ---------- Compatibility ---------- *\/\n  .dg16-compat-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin-top: 18px;\n  }\n  .dg16-compat-card {\n    background: #f7f7f5;\n    border: 1px solid #ebebe8;\n    border-radius: 10px;\n    padding: 16px 18px;\n  }\n  .dg16-compat-card-title {\n    font-size: 14px;\n    font-weight: 700;\n    color: #0d0d0d;\n    margin: 0 0 10px;\n  }\n  .dg16-compat-card ul {\n    margin: 0;\n    padding-left: 18px;\n  }\n  .dg16-compat-card li {\n    font-size: 13px;\n    color: #555;\n    line-height: 1.8;\n  }\n\n  \/* ---------- Divider ---------- *\/\n  .dg16-divider {\n    border: none;\n    border-top: 1px solid #ebebeb;\n    margin: 32px 0;\n  }\n\n  \/* ---------- FAQ (native accordion) ---------- *\/\n  .dg16-faq {\n    margin-bottom: 28px;\n  }\n  .dg16-faq-item {\n    background: #fff;\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    margin-bottom: 10px;\n  }\n  .dg16-faq-q {\n    font-size: 15px;\n    font-weight: 700;\n    color: #0d0d0d;\n    line-height: 1.4;\n    padding: 18px 24px;\n    cursor: pointer;\n    list-style: none;\n    position: relative;\n    padding-right: 48px;\n  }\n  .dg16-faq-q::-webkit-details-marker {\n    display: none;\n  }\n  .dg16-faq-q::after {\n    content: \"+\";\n    position: absolute;\n    right: 22px;\n    top: 50%;\n    transform: translateY(-50%);\n    font-size: 20px;\n    font-weight: 400;\n    color: #999;\n  }\n  .dg16-faq-item[open] .dg16-faq-q::after {\n    content: \"−\";\n  }\n  .dg16-faq-q:focus-visible {\n    outline: 2px solid #1a6fd4;\n    outline-offset: -2px;\n    border-radius: 10px;\n  }\n  .dg16-faq-a {\n    font-size: 14px;\n    color: #555;\n    line-height: 1.7;\n    margin: 0;\n    padding: 0 24px 20px;\n  }\n\n  \/* ---------- Responsive ---------- *\/\n  @media (max-width: 720px) {\n    .dg16-compat-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n    .dg16-grid,\n    .dg16-features {\n      grid-template-columns: 1fr;\n    }\n  }\n  @media (max-width: 420px) {\n    .dg16-compat-grid {\n      grid-template-columns: 1fr;\n    }\n    .dg16-config-item {\n      flex-direction: column;\n      gap: 2px;\n    }\n    .dg16-config-value {\n      text-align: left;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"dg16-wrap\"\u003e\n\n  \u003c!-- Badges --\u003e\n  \u003cspan class=\"dg16-badge\"\u003eTajima DG16 by Pulse\u003c\/span\u003e\n  \u003cspan class=\"dg16-badge-blue\"\u003eDelivered by email\u003c\/span\u003e\n\n  \u003c!-- Heading --\u003e\n  \u003ch2 class=\"dg16-h2\"\u003eTajima DG16 by Pulse — Professional Embroidery Digitizing Software\u003c\/h2\u003e\n\n  \u003c!-- Intro --\u003e\n  \u003cp class=\"dg16-intro\"\u003e\n    \u003cstrong\u003eTajima DG16 by Pulse\u003c\/strong\u003e is the industry-leading \u003cstrong\u003eembroidery digitizing software\u003c\/strong\u003e for professional digitizers and embroidery businesses. A true \u003cstrong\u003evector-based application for embroidery\u003c\/strong\u003e, it generates superior stitch quality with full control over stitch types, directions and densities — \u003cstrong\u003eover 180 high-quality embroidery fonts\u003c\/strong\u003e (down to 3 mm), 375+ fill patterns, auto-digitizing and \u003cstrong\u003ePulseCloud\u003c\/strong\u003e access from any device. Designed for seamless integration with Tajima machines, it reads and writes \u003cstrong\u003eall popular embroidery formats\u003c\/strong\u003e. Your \u003cstrong\u003eactivation files\u003c\/strong\u003e are delivered directly by email after purchase — no physical shipment, instant installation. Compatible with \u003cstrong\u003eWindows 10 and Windows 11 (64-bit)\u003c\/strong\u003e.\n  \u003c\/p\u003e\n\n  \u003c!-- Quick stats --\u003e\n  \u003cdiv class=\"dg16-grid\"\u003e\n    \u003cdiv class=\"dg16-stat\"\u003e\n      \u003cdiv class=\"dg16-stat-value\"\u003e180+ fonts\u003c\/div\u003e\n      \u003cdiv class=\"dg16-stat-label\"\u003eDown to 3 mm lettering\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dg16-stat\"\u003e\n      \u003cdiv class=\"dg16-stat-value\"\u003eWindows 10 \/ 11\u003c\/div\u003e\n      \u003cdiv class=\"dg16-stat-label\"\u003eRequired system (64-bit)\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dg16-stat\"\u003e\n      \u003cdiv class=\"dg16-stat-value\"\u003eEmail\u003c\/div\u003e\n      \u003cdiv class=\"dg16-stat-label\"\u003eSoftware delivery\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"dg16-divider\"\u003e\n\n  \u003c!-- System requirements --\u003e\n  \u003cp class=\"dg16-section-title\"\u003eSystem requirements\u003c\/p\u003e\n  \u003cdiv class=\"dg16-config\"\u003e\n    \u003cdiv class=\"dg16-config-item\"\u003e\n      \u003cspan class=\"dg16-config-label\"\u003eOperating system\u003c\/span\u003e\n      \u003cspan class=\"dg16-config-value\"\u003eWindows 10 or Windows 11 (64-bit)\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dg16-config-item\"\u003e\n      \u003cspan class=\"dg16-config-label\"\u003eMac \/ Linux \/ 32-bit\u003c\/span\u003e\n      \u003cspan class=\"dg16-config-value\"\u003eNot compatible\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dg16-config-item\"\u003e\n      \u003cspan class=\"dg16-config-label\"\u003eApplication type\u003c\/span\u003e\n      \u003cspan class=\"dg16-config-value\"\u003e64-bit vector-based digitizing\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dg16-config-item\"\u003e\n      \u003cspan class=\"dg16-config-label\"\u003eDelivery\u003c\/span\u003e\n      \u003cspan class=\"dg16-config-value\"\u003eEmail (download \u0026amp; activation)\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"dg16-divider\"\u003e\n\n  \u003c!-- SEO text block --\u003e\n  \u003ch2 class=\"dg16-h2\"\u003eSuperior stitch quality, true vector digitizing\u003c\/h2\u003e\n  \u003cp class=\"dg16-seo-text\"\u003e\n    DG16 is a \u003cstrong\u003etrue vector application for embroidery\u003c\/strong\u003e: digitize artwork with precision, switch stitch types without re-digitizing (you're no longer locked into one conversion), and let the engine \u003cstrong\u003eintelligently place stitches around void areas\u003c\/strong\u003e, preserving holes for flawless embroidery. Choose from \u003cstrong\u003eover 40 standard, 165+ programmed and 170+ carved fill patterns\u003c\/strong\u003e — or build your own with the Carved Fill Pattern Editor — and add gradients, textures and special stitching effects, including \u003cstrong\u003echenille and sequin\u003c\/strong\u003e for multi-decoration work.\n  \u003c\/p\u003e\n  \u003cp class=\"dg16-seo-text\"\u003e\n    Lettering is where DG16 shines: \u003cstrong\u003e180+ closest-point connected fonts\u003c\/strong\u003e including specialty fonts as small as 3 mm, baselines straight, curved, vertical, arc or circle, beautiful \u003cstrong\u003e3-letter monograms\u003c\/strong\u003e with decorations and frames, plus word collages fitted inside any outline. \u003cstrong\u003eAuto-digitizing\u003c\/strong\u003e converts simple artwork into embroidery instantly (great for quoting stitch counts), automatic trims and lock stitches speed up production, and designs preview directly \u003cstrong\u003eon garments and fabrics\u003c\/strong\u003e. With \u003cstrong\u003ePulseCloud\u003c\/strong\u003e, your designs and threads follow you on any device, while machine monitoring and production reports keep your shop under control.\n  \u003c\/p\u003e\n\n  \u003c!-- Key features --\u003e\n  \u003cp class=\"dg16-section-title\"\u003eKey features\u003c\/p\u003e\n  \u003cdiv class=\"dg16-features\"\u003e\n    \u003cdiv class=\"dg16-feature\"\u003e\n      \u003ch3 class=\"dg16-feature-title\"\u003eVector-based digitizing\u003c\/h3\u003e\n      \u003cp class=\"dg16-feature-text\"\u003ePrecise digitizing with full control over stitch types, directions and densities — and freedom to change stitch type after conversion.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dg16-feature\"\u003e\n      \u003ch3 class=\"dg16-feature-title\"\u003e180+ embroidery fonts\u003c\/h3\u003e\n      \u003cp class=\"dg16-feature-text\"\u003eHigh-quality closest-point connected fonts, specialty styles and lettering as small as 3 mm, with individual character editing.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dg16-feature\"\u003e\n      \u003ch3 class=\"dg16-feature-title\"\u003e375+ fill patterns\u003c\/h3\u003e\n      \u003cp class=\"dg16-feature-text\"\u003e40+ standard, 165+ programmed and 170+ carved fills — plus the Carved Fill Pattern Editor to create your own.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dg16-feature\"\u003e\n      \u003ch3 class=\"dg16-feature-title\"\u003eAuto-digitizing\u003c\/h3\u003e\n      \u003cp class=\"dg16-feature-text\"\u003eAutomatically convert artwork into embroidery-ready designs — perfect for fast stitch-count estimates and quoting.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dg16-feature\"\u003e\n      \u003ch3 class=\"dg16-feature-title\"\u003eSmart trims \u0026amp; locks\u003c\/h3\u003e\n      \u003cp class=\"dg16-feature-text\"\u003eTrims applied automatically between segments by distance, with lock stitches inserted around trims, color changes and stops.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dg16-feature\"\u003e\n      \u003ch3 class=\"dg16-feature-title\"\u003eLettering \u0026amp; monograms\u003c\/h3\u003e\n      \u003cp class=\"dg16-feature-text\"\u003eBaselines straight, curved, vertical, arc and circle, 3-letter monograms with frames, and word collages inside any outline.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dg16-feature\"\u003e\n      \u003ch3 class=\"dg16-feature-title\"\u003eGarment preview\u003c\/h3\u003e\n      \u003cp class=\"dg16-feature-text\"\u003ePreview designs on garments and fabrics directly in the software — you and your customers see the result before stitching.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dg16-feature\"\u003e\n      \u003ch3 class=\"dg16-feature-title\"\u003ePulseCloud \u0026amp; monitoring\u003c\/h3\u003e\n      \u003cp class=\"dg16-feature-text\"\u003eCreate, manage and access designs and threads from multiple devices, follow machine status in real time and edit production reports.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"dg16-divider\"\u003e\n\n  \u003c!-- Compatibility --\u003e\n  \u003ch2 class=\"dg16-h2\"\u003eCompatibility — Tajima DG16 by Pulse\u003c\/h2\u003e\n  \u003cp class=\"dg16-seo-text\"\u003e\n    DG16 connects with \u003cstrong\u003eTajima machines\u003c\/strong\u003e and reads and writes \u003cstrong\u003eall of the most popular embroidery formats\u003c\/strong\u003e — certain home\/family machine formats can also be used.\n  \u003c\/p\u003e\n  \u003cdiv class=\"dg16-compat-grid\"\u003e\n    \u003cdiv class=\"dg16-compat-card\"\u003e\n      \u003ch3 class=\"dg16-compat-card-title\"\u003eMachines\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eTajima (native)\u003c\/li\u003e\n        \u003cli\u003eCommercial multi-head\u003c\/li\u003e\n        \u003cli\u003eBrother \u0026amp; others via export\u003c\/li\u003e\n        \u003cli\u003eFamily formats (select)\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dg16-compat-card\"\u003e\n      \u003ch3 class=\"dg16-compat-card-title\"\u003eFile formats\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eDST (Tajima)\u003c\/li\u003e\n        \u003cli\u003eEXP\u003c\/li\u003e\n        \u003cli\u003eAll popular formats\u003c\/li\u003e\n        \u003cli\u003eStitch-to-contour conversion\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dg16-compat-card\"\u003e\n      \u003ch3 class=\"dg16-compat-card-title\"\u003eDecoration types\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eStandard embroidery\u003c\/li\u003e\n        \u003cli\u003eChenille\u003c\/li\u003e\n        \u003cli\u003eSequin\u003c\/li\u003e\n        \u003cli\u003eAppliqué \u0026amp; cording\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"dg16-compat-card\"\u003e\n      \u003ch3 class=\"dg16-compat-card-title\"\u003eApplications\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eLogos \u0026amp; uniforms\u003c\/li\u003e\n        \u003cli\u003eMonograms\u003c\/li\u003e\n        \u003cli\u003eCaps \u0026amp; apparel\u003c\/li\u003e\n        \u003cli\u003eHigh-volume production\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"dg16-divider\"\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003ch2 class=\"dg16-h2\"\u003eFrequently asked questions\u003c\/h2\u003e\n  \u003cdiv class=\"dg16-faq\"\u003e\n\n    \u003cdetails class=\"dg16-faq-item\"\u003e\n      \u003csummary class=\"dg16-faq-q\"\u003eIs the Tajima DG16 software sent physically?\u003c\/summary\u003e\n      \u003cp class=\"dg16-faq-a\"\u003eNo. The \u003cstrong\u003eDG16 download and activation files\u003c\/strong\u003e are sent by email only. You receive everything directly in your inbox after the order is confirmed — no postal shipment, no dongle, no physical item.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"dg16-faq-item\"\u003e\n      \u003csummary class=\"dg16-faq-q\"\u003eHow long does it take to receive my software?\u003c\/summary\u003e\n      \u003cp class=\"dg16-faq-a\"\u003eUsually within a few minutes after order confirmation. If there is a delay, please check your spam folder.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"dg16-faq-item\"\u003e\n      \u003csummary class=\"dg16-faq-q\"\u003eIs Tajima DG16 compatible with Mac?\u003c\/summary\u003e\n      \u003cp class=\"dg16-faq-a\"\u003eNo. \u003cstrong\u003eTajima DG16 by Pulse\u003c\/strong\u003e is a 64-bit application that runs exclusively on \u003cstrong\u003eWindows 10 and Windows 11 (64-bit)\u003c\/strong\u003e. It is not compatible with macOS, Linux or 32-bit systems.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"dg16-faq-item\"\u003e\n      \u003csummary class=\"dg16-faq-q\"\u003eDoes DG16 only work with Tajima embroidery machines?\u003c\/summary\u003e\n      \u003cp class=\"dg16-faq-a\"\u003eNo. While DG16 integrates natively with \u003cstrong\u003eTajima machines\u003c\/strong\u003e, it reads and writes \u003cstrong\u003eall of the most popular embroidery formats\u003c\/strong\u003e (DST, EXP and more), so designs can be output to most commercial machines — and certain family machine formats are supported as well.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"dg16-faq-item\"\u003e\n      \u003csummary class=\"dg16-faq-q\"\u003eCan DG16 convert images into embroidery automatically?\u003c\/summary\u003e\n      \u003cp class=\"dg16-faq-a\"\u003eYes. The \u003cstrong\u003eauto-digitizing\u003c\/strong\u003e tools convert simple artwork into digitized embroidery automatically — ideal for quick stitch-count estimates when quoting — and the vector tools then give you full manual control to refine every segment.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- FAQ structured data for Google rich results --\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is the Tajima DG16 software sent physically?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The DG16 download and activation files are sent by email only. You receive everything directly in your inbox after the order is confirmed — no postal shipment, no dongle, no physical item.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How long does it take to receive my software?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Usually within a few minutes after order confirmation. If there is a delay, please check your spam folder.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is Tajima DG16 compatible with Mac?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. Tajima DG16 by Pulse is a 64-bit application that runs exclusively on Windows 10 and Windows 11 (64-bit). It is not compatible with macOS, Linux or 32-bit systems.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does DG16 only work with Tajima embroidery machines?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. While DG16 integrates natively with Tajima machines, it reads and writes all of the most popular embroidery formats (DST, EXP and more), so designs can be output to most commercial machines — and certain family machine formats are supported as well.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can DG16 convert images into embroidery automatically?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The auto-digitizing tools convert simple artwork into digitized embroidery automatically — ideal for quick stitch-count estimates when quoting — and the vector tools then give you full manual control to refine every segment.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\n\u003c!-- end Tajima DG16 by Pulse description --\u003e","brand":"DTF Software","offers":[{"title":"Default Title","offer_id":52162164883722,"sku":null,"price":19.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0919\/3966\/8234\/files\/tajima-dg16-pulse-embroidery-software-wilcom-hatch-pe-design-embrilliance-chroma-brother.webp?v=1776162163","url":"https:\/\/dtfsoftware.com\/products\/tajima-dg16-pulse","provider":"DTF Software","version":"1.0","type":"link"}