{"product_id":"chroma-luxe-24","title":"Chroma luxe 24","description":"\u003c!-- Chroma 24 Luxe — Product description --\u003e\n\n\u003cstyle\u003e\n  .chl-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  .chl-wrap *,\n  .chl-wrap *::before,\n  .chl-wrap *::after {\n    box-sizing: inherit;\n  }\n\n  \/* ---------- Badges ---------- *\/\n  .chl-badge,\n  .chl-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  .chl-badge {\n    background: #0d0d0d;\n    color: #fff;\n  }\n  .chl-badge-blue {\n    background: #e8f1fd;\n    color: #1a6fd4;\n    margin-left: 6px;\n  }\n\n  \/* ---------- Headings \u0026 text ---------- *\/\n  .chl-h2 {\n    font-size: 22px;\n    font-weight: 800;\n    color: #0d0d0d;\n    line-height: 1.3;\n    margin: 0 0 16px;\n  }\n  .chl-intro,\n  .chl-seo-text {\n    font-size: 15px;\n    color: #444;\n    line-height: 1.75;\n    margin: 0 0 18px;\n  }\n  .chl-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  .chl-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n    margin: 24px 0 8px;\n  }\n  .chl-stat {\n    background: #f7f7f5;\n    border: 1px solid #ebebe8;\n    border-radius: 10px;\n    padding: 16px 14px;\n    text-align: center;\n  }\n  .chl-stat-value {\n    font-size: 15px;\n    font-weight: 800;\n    color: #0d0d0d;\n    margin-bottom: 4px;\n  }\n  .chl-stat-label {\n    font-size: 12px;\n    color: #777;\n  }\n\n  \/* ---------- System requirements ---------- *\/\n  .chl-config {\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    overflow: hidden;\n  }\n  .chl-config-item {\n    display: flex;\n    justify-content: space-between;\n    gap: 16px;\n    padding: 13px 20px;\n    font-size: 14px;\n  }\n  .chl-config-item + .chl-config-item {\n    border-top: 1px solid #efefec;\n  }\n  .chl-config-label {\n    color: #777;\n  }\n  .chl-config-value {\n    font-weight: 600;\n    color: #0d0d0d;\n    text-align: right;\n  }\n\n  \/* ---------- Features ---------- *\/\n  .chl-features {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n  }\n  .chl-feature {\n    background: #fff;\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    padding: 18px 20px;\n  }\n  .chl-feature-title {\n    font-size: 15px;\n    font-weight: 700;\n    color: #0d0d0d;\n    margin: 0 0 6px;\n  }\n  .chl-feature-text {\n    font-size: 13.5px;\n    color: #666;\n    line-height: 1.65;\n    margin: 0;\n  }\n\n  \/* ---------- Compatibility ---------- *\/\n  .chl-compat-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin-top: 18px;\n  }\n  .chl-compat-card {\n    background: #f7f7f5;\n    border: 1px solid #ebebe8;\n    border-radius: 10px;\n    padding: 16px 18px;\n  }\n  .chl-compat-card-title {\n    font-size: 14px;\n    font-weight: 700;\n    color: #0d0d0d;\n    margin: 0 0 10px;\n  }\n  .chl-compat-card ul {\n    margin: 0;\n    padding-left: 18px;\n  }\n  .chl-compat-card li {\n    font-size: 13px;\n    color: #555;\n    line-height: 1.8;\n  }\n\n  \/* ---------- Divider ---------- *\/\n  .chl-divider {\n    border: none;\n    border-top: 1px solid #ebebeb;\n    margin: 32px 0;\n  }\n\n  \/* ---------- FAQ (native accordion) ---------- *\/\n  .chl-faq {\n    margin-bottom: 28px;\n  }\n  .chl-faq-item {\n    background: #fff;\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    margin-bottom: 10px;\n  }\n  .chl-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  .chl-faq-q::-webkit-details-marker {\n    display: none;\n  }\n  .chl-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  .chl-faq-item[open] .chl-faq-q::after {\n    content: \"−\";\n  }\n  .chl-faq-q:focus-visible {\n    outline: 2px solid #1a6fd4;\n    outline-offset: -2px;\n    border-radius: 10px;\n  }\n  .chl-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    .chl-compat-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n    .chl-grid,\n    .chl-features {\n      grid-template-columns: 1fr;\n    }\n  }\n  @media (max-width: 420px) {\n    .chl-compat-grid {\n      grid-template-columns: 1fr;\n    }\n    .chl-config-item {\n      flex-direction: column;\n      gap: 2px;\n    }\n    .chl-config-value {\n      text-align: left;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"chl-wrap\"\u003e\n\n  \u003c!-- Badges --\u003e\n  \u003cspan class=\"chl-badge\"\u003eChroma 24 Luxe\u003c\/span\u003e\n  \u003cspan class=\"chl-badge-blue\"\u003eDelivered by email\u003c\/span\u003e\n\n  \u003c!-- Heading --\u003e\n  \u003ch2 class=\"chl-h2\"\u003eChroma 24 Luxe — Advanced Embroidery Digitizing Software\u003c\/h2\u003e\n\n  \u003c!-- Intro --\u003e\n  \u003cp class=\"chl-intro\"\u003e\n    \u003cstrong\u003eChroma 24 Luxe\u003c\/strong\u003e is the most advanced version of Ricoma's Chroma \u003cstrong\u003eembroidery digitizing software\u003c\/strong\u003e — the Luxe edition hosts the software's full range of tools, including everything from the Inspire and Plus levels and much more. Create advanced digitized designs with speed and ease: \u003cstrong\u003eauto-digitizing, 133 pre-digitized fonts, puffy fonts, font editor, appliqué, stippling, gradients\u003c\/strong\u003e and on-screen embroidery simulation, all in a user-friendly interface built for beginners and professionals alike. Your \u003cstrong\u003eactivation\u003c\/strong\u003e is delivered directly by email after purchase — no physical shipment, instant installation. Supplied for \u003cstrong\u003eWindows 10 and Windows 11\u003c\/strong\u003e.\n  \u003c\/p\u003e\n\n  \u003c!-- Quick stats --\u003e\n  \u003cdiv class=\"chl-grid\"\u003e\n    \u003cdiv class=\"chl-stat\"\u003e\n      \u003cdiv class=\"chl-stat-value\"\u003e133 fonts\u003c\/div\u003e\n      \u003cdiv class=\"chl-stat-label\"\u003ePre-digitized + puffy fonts\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"chl-stat\"\u003e\n      \u003cdiv class=\"chl-stat-value\"\u003eWindows 10 \/ 11\u003c\/div\u003e\n      \u003cdiv class=\"chl-stat-label\"\u003eSupplied system\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"chl-stat\"\u003e\n      \u003cdiv class=\"chl-stat-value\"\u003eEmail\u003c\/div\u003e\n      \u003cdiv class=\"chl-stat-label\"\u003eSoftware delivery\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"chl-divider\"\u003e\n\n  \u003c!-- System requirements --\u003e\n  \u003cp class=\"chl-section-title\"\u003eSystem requirements\u003c\/p\u003e\n  \u003cdiv class=\"chl-config\"\u003e\n    \u003cdiv class=\"chl-config-item\"\u003e\n      \u003cspan class=\"chl-config-label\"\u003eOperating system\u003c\/span\u003e\n      \u003cspan class=\"chl-config-value\"\u003eWindows 10 or Windows 11\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"chl-config-item\"\u003e\n      \u003cspan class=\"chl-config-label\"\u003eEdition\u003c\/span\u003e\n      \u003cspan class=\"chl-config-value\"\u003eLuxe (most advanced — all tools included)\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"chl-config-item\"\u003e\n      \u003cspan class=\"chl-config-label\"\u003eInterface\u003c\/span\u003e\n      \u003cspan class=\"chl-config-value\"\u003eUser-friendly, beginner to pro\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"chl-config-item\"\u003e\n      \u003cspan class=\"chl-config-label\"\u003eDelivery\u003c\/span\u003e\n      \u003cspan class=\"chl-config-value\"\u003eEmail (download \u0026amp; activation)\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"chl-divider\"\u003e\n\n  \u003c!-- SEO text block --\u003e\n  \u003ch2 class=\"chl-h2\"\u003eThe full Chroma toolbox, without limits\u003c\/h2\u003e\n  \u003cp class=\"chl-seo-text\"\u003e\n    Chroma is the practical digitizing tool made for both beginners and advanced users: a quick solution for \u003cstrong\u003eautomatic digitizing\u003c\/strong\u003e and an unlimited source of tools like the \u003cstrong\u003emagic wand\u003c\/strong\u003e and font editor. Create and edit designs and lettering with built-in styles and a complete font library, simulate the embroidery \u003cstrong\u003eon screen in real time\u003c\/strong\u003e before stitching, run the basting function for stabilizing, and analyze designs with the dedicated \u003cstrong\u003edesign analysis tools\u003c\/strong\u003e — clean files, fewer trims and jumps, smoother sew-outs.\n  \u003c\/p\u003e\n  \u003cp class=\"chl-seo-text\"\u003e\n    The \u003cstrong\u003eLuxe edition unlocks everything\u003c\/strong\u003e: 133 pre-digitized fonts, puffy fonts for 3D caps, bubble text, the font editor, combine\/break apart, automatic \u003cstrong\u003eappliqué\u003c\/strong\u003e, magic wand, \u003cstrong\u003ecolor blending and gradients\u003c\/strong\u003e, jagged type, \u003cstrong\u003estippling\u003c\/strong\u003e, motifs and emboss effects, wave fill and cross stitch. Whether you run a small embroidery business that wants to stop outsourcing digitizing, a large-scale production shop, or a classroom, Luxe scales with you — and exports to virtually \u003cstrong\u003eevery embroidery machine format\u003c\/strong\u003e on the market.\n  \u003c\/p\u003e\n\n  \u003c!-- Key features --\u003e\n  \u003cp class=\"chl-section-title\"\u003eKey features\u003c\/p\u003e\n  \u003cdiv class=\"chl-features\"\u003e\n    \u003cdiv class=\"chl-feature\"\u003e\n      \u003ch3 class=\"chl-feature-title\"\u003eAuto-digitizing\u003c\/h3\u003e\n      \u003cp class=\"chl-feature-text\"\u003eConvert artwork into embroidery automatically with the easy auto-digitization engine — production-ready files in minutes.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"chl-feature\"\u003e\n      \u003ch3 class=\"chl-feature-title\"\u003e133 fonts + font editor\u003c\/h3\u003e\n      \u003cp class=\"chl-feature-text\"\u003ePre-digitized fonts, puffy fonts for 3D effects and bubble text — plus a full font editor to customize or build your own lettering.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"chl-feature\"\u003e\n      \u003ch3 class=\"chl-feature-title\"\u003eCreative fills \u0026amp; effects\u003c\/h3\u003e\n      \u003cp class=\"chl-feature-text\"\u003eColor blending, gradients, jagged type, stippling, motifs, emboss and wave fill — the most extensive effect range in the Chroma family.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"chl-feature\"\u003e\n      \u003ch3 class=\"chl-feature-title\"\u003eAppliqué \u0026amp; cross stitch\u003c\/h3\u003e\n      \u003cp class=\"chl-feature-text\"\u003eAutomatic appliqué generation and cross-stitch tools widen what you can produce — from patches to decorative pieces.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"chl-feature\"\u003e\n      \u003ch3 class=\"chl-feature-title\"\u003eMagic wand\u003c\/h3\u003e\n      \u003cp class=\"chl-feature-text\"\u003eSelect and digitize areas of your artwork in one click — combine and break apart elements for total layout control.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"chl-feature\"\u003e\n      \u003ch3 class=\"chl-feature-title\"\u003eOn-screen simulation\u003c\/h3\u003e\n      \u003cp class=\"chl-feature-text\"\u003eReal-time embroidery simulation shows exactly how the design will stitch out — catch issues before they reach the machine.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"chl-feature\"\u003e\n      \u003ch3 class=\"chl-feature-title\"\u003eDesign analysis \u0026amp; basting\u003c\/h3\u003e\n      \u003cp class=\"chl-feature-text\"\u003eBuilt-in design analysis tools and a basting function help you stabilize fabric and validate files before production.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"chl-feature\"\u003e\n      \u003ch3 class=\"chl-feature-title\"\u003eFree cloud upgrades\u003c\/h3\u003e\n      \u003cp class=\"chl-feature-text\"\u003eChroma is cloud-based software with access to free upgrades — your tools stay current without extra installs.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"chl-divider\"\u003e\n\n  \u003c!-- Compatibility --\u003e\n  \u003ch2 class=\"chl-h2\"\u003eCompatibility — Chroma 24 Luxe\u003c\/h2\u003e\n  \u003cp class=\"chl-seo-text\"\u003e\n    Built by Ricoma, Chroma integrates naturally with \u003cstrong\u003eRicoma embroidery machines\u003c\/strong\u003e and imports\/exports an exceptionally wide range of \u003cstrong\u003emachine file formats\u003c\/strong\u003e — so your designs run on virtually any brand.\n  \u003c\/p\u003e\n  \u003cdiv class=\"chl-compat-grid\"\u003e\n    \u003cdiv class=\"chl-compat-card\"\u003e\n      \u003ch3 class=\"chl-compat-card-title\"\u003eMachines\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eRicoma (native)\u003c\/li\u003e\n        \u003cli\u003eTajima (DST)\u003c\/li\u003e\n        \u003cli\u003eBrother (PES)\u003c\/li\u003e\n        \u003cli\u003eJanome \/ Husqvarna\u003c\/li\u003e\n        \u003cli\u003eMost other brands\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"chl-compat-card\"\u003e\n      \u003ch3 class=\"chl-compat-card-title\"\u003eCommercial formats\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eDST \/ DSB \/ DSZ\u003c\/li\u003e\n        \u003cli\u003eEXP \/ RDE\u003c\/li\u003e\n        \u003cli\u003eT01 \/ T03 \/ T05\u003c\/li\u003e\n        \u003cli\u003eZSK \/ TAP \/ SST\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"chl-compat-card\"\u003e\n      \u003ch3 class=\"chl-compat-card-title\"\u003eHome formats\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003ePES \/ PCS \/ PCM\u003c\/li\u003e\n        \u003cli\u003eJEF \/ SEW\u003c\/li\u003e\n        \u003cli\u003eHUS \/ SHV \/ CSD\u003c\/li\u003e\n        \u003cli\u003eVIP \/ VP3 \/ VP4 \/ XXX\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"chl-compat-card\"\u003e\n      \u003ch3 class=\"chl-compat-card-title\"\u003eApplications\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eLogos \u0026amp; patches\u003c\/li\u003e\n        \u003cli\u003e3D puff caps\u003c\/li\u003e\n        \u003cli\u003eMonograms \u0026amp; lettering\u003c\/li\u003e\n        \u003cli\u003eAppliqué designs\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"chl-divider\"\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003ch2 class=\"chl-h2\"\u003eFrequently asked questions\u003c\/h2\u003e\n  \u003cdiv class=\"chl-faq\"\u003e\n\n    \u003cdetails class=\"chl-faq-item\"\u003e\n      \u003csummary class=\"chl-faq-q\"\u003eIs the Chroma 24 Luxe software sent physically?\u003c\/summary\u003e\n      \u003cp class=\"chl-faq-a\"\u003eNo. Your \u003cstrong\u003eChroma 24 Luxe\u003c\/strong\u003e download and activation details are sent by email only. You receive everything directly in your inbox after the order is confirmed — no postal shipment, no physical item.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"chl-faq-item\"\u003e\n      \u003csummary class=\"chl-faq-q\"\u003eHow long does it take to receive my software?\u003c\/summary\u003e\n      \u003cp class=\"chl-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=\"chl-faq-item\"\u003e\n      \u003csummary class=\"chl-faq-q\"\u003eWhich operating systems does this version support?\u003c\/summary\u003e\n      \u003cp class=\"chl-faq-a\"\u003eThis version of \u003cstrong\u003eChroma 24 Luxe\u003c\/strong\u003e is supplied for \u003cstrong\u003eWindows 10 and Windows 11\u003c\/strong\u003e.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"chl-faq-item\"\u003e\n      \u003csummary class=\"chl-faq-q\"\u003eWhat is the difference between Chroma Inspire, Plus and Luxe?\u003c\/summary\u003e\n      \u003cp class=\"chl-faq-a\"\u003eChroma comes in three versions: basic \u003cstrong\u003eInspire\u003c\/strong\u003e, advanced \u003cstrong\u003ePlus\u003c\/strong\u003e, and the most advanced \u003cstrong\u003eLuxe\u003c\/strong\u003e. The Luxe edition includes \u003cstrong\u003eall the features of Inspire and Plus\u003c\/strong\u003e plus the exclusive tools: 133 fonts, puffy fonts, bubble text, font editor, appliqué, magic wand, gradients, stippling, motifs\/emboss, wave fill and more.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"chl-faq-item\"\u003e\n      \u003csummary class=\"chl-faq-q\"\u003eDoes Chroma 24 Luxe only work with Ricoma machines?\u003c\/summary\u003e\n      \u003cp class=\"chl-faq-a\"\u003eNo. While Chroma is built by Ricoma, it imports and exports a very wide range of formats — \u003cstrong\u003eDST, EXP, PES, JEF, HUS, VIP, VP3\/VP4, XXX\u003c\/strong\u003e and many more — so your designs can run on virtually any commercial or home embroidery machine.\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 Chroma 24 Luxe software sent physically?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. Your Chroma 24 Luxe download and activation details are sent by email only. You receive everything directly in your inbox after the order is confirmed — no postal shipment, 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\": \"Which operating systems does this version support?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"This version of Chroma 24 Luxe is supplied for Windows 10 and Windows 11.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the difference between Chroma Inspire, Plus and Luxe?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Chroma comes in three versions: basic Inspire, advanced Plus, and the most advanced Luxe. The Luxe edition includes all the features of Inspire and Plus plus the exclusive tools: 133 fonts, puffy fonts, bubble text, font editor, appliqué, magic wand, gradients, stippling, motifs\/emboss, wave fill and more.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does Chroma 24 Luxe only work with Ricoma machines?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. While Chroma is built by Ricoma, it imports and exports a very wide range of formats — DST, EXP, PES, JEF, HUS, VIP, VP3\/VP4, XXX and many more — so your designs can run on virtually any commercial or home embroidery machine.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\n\u003c!-- end Chroma 24 Luxe description --\u003e","brand":"DTF Software","offers":[{"title":"Default Title","offer_id":52162162491658,"sku":null,"price":29.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0919\/3966\/8234\/files\/chroma-24-embroidery-digitizing-wilcom-hatch-pe-design-tajima-pulse-embrilliance-brother.webp?v=1776113584","url":"https:\/\/dtfsoftware.com\/products\/chroma-luxe-24","provider":"DTF Software","version":"1.0","type":"link"}