{"product_id":"flexi-22","title":"Flexi 22 —  RIP Software","description":"\u003c!-- SAi Flexi 22 — Product description --\u003e\n\n\u003cstyle\u003e\n  .fx22-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  .fx22-wrap *,\n  .fx22-wrap *::before,\n  .fx22-wrap *::after {\n    box-sizing: inherit;\n  }\n\n  \/* ---------- Badges ---------- *\/\n  .fx22-badge,\n  .fx22-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  .fx22-badge {\n    background: #0d0d0d;\n    color: #fff;\n  }\n  .fx22-badge-blue {\n    background: #e8f1fd;\n    color: #1a6fd4;\n    margin-left: 6px;\n  }\n\n  \/* ---------- Headings \u0026 text ---------- *\/\n  .fx22-h2 {\n    font-size: 22px;\n    font-weight: 800;\n    color: #0d0d0d;\n    line-height: 1.3;\n    margin: 0 0 16px;\n  }\n  .fx22-intro,\n  .fx22-seo-text {\n    font-size: 15px;\n    color: #444;\n    line-height: 1.75;\n    margin: 0 0 18px;\n  }\n  .fx22-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  .fx22-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n    margin: 24px 0 8px;\n  }\n  .fx22-stat {\n    background: #f7f7f5;\n    border: 1px solid #ebebe8;\n    border-radius: 10px;\n    padding: 16px 14px;\n    text-align: center;\n  }\n  .fx22-stat-value {\n    font-size: 15px;\n    font-weight: 800;\n    color: #0d0d0d;\n    margin-bottom: 4px;\n  }\n  .fx22-stat-label {\n    font-size: 12px;\n    color: #777;\n  }\n\n  \/* ---------- System requirements ---------- *\/\n  .fx22-config {\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    overflow: hidden;\n  }\n  .fx22-config-item {\n    display: flex;\n    justify-content: space-between;\n    gap: 16px;\n    padding: 13px 20px;\n    font-size: 14px;\n  }\n  .fx22-config-item + .fx22-config-item {\n    border-top: 1px solid #efefec;\n  }\n  .fx22-config-label {\n    color: #777;\n  }\n  .fx22-config-value {\n    font-weight: 600;\n    color: #0d0d0d;\n    text-align: right;\n  }\n\n  \/* ---------- Features ---------- *\/\n  .fx22-features {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n  }\n  .fx22-feature {\n    background: #fff;\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    padding: 18px 20px;\n  }\n  .fx22-feature-title {\n    font-size: 15px;\n    font-weight: 700;\n    color: #0d0d0d;\n    margin: 0 0 6px;\n  }\n  .fx22-feature-text {\n    font-size: 13.5px;\n    color: #666;\n    line-height: 1.65;\n    margin: 0;\n  }\n\n  \/* ---------- Compatibility ---------- *\/\n  .fx22-compat-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin-top: 18px;\n  }\n  .fx22-compat-card {\n    background: #f7f7f5;\n    border: 1px solid #ebebe8;\n    border-radius: 10px;\n    padding: 16px 18px;\n  }\n  .fx22-compat-card-title {\n    font-size: 14px;\n    font-weight: 700;\n    color: #0d0d0d;\n    margin: 0 0 10px;\n  }\n  .fx22-compat-card ul {\n    margin: 0;\n    padding-left: 18px;\n  }\n  .fx22-compat-card li {\n    font-size: 13px;\n    color: #555;\n    line-height: 1.8;\n  }\n\n  \/* ---------- Divider ---------- *\/\n  .fx22-divider {\n    border: none;\n    border-top: 1px solid #ebebeb;\n    margin: 32px 0;\n  }\n\n  \/* ---------- FAQ (native accordion) ---------- *\/\n  .fx22-faq {\n    margin-bottom: 28px;\n  }\n  .fx22-faq-item {\n    background: #fff;\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    margin-bottom: 10px;\n  }\n  .fx22-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  .fx22-faq-q::-webkit-details-marker {\n    display: none;\n  }\n  .fx22-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  .fx22-faq-item[open] .fx22-faq-q::after {\n    content: \"−\";\n  }\n  .fx22-faq-q:focus-visible {\n    outline: 2px solid #1a6fd4;\n    outline-offset: -2px;\n    border-radius: 10px;\n  }\n  .fx22-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    .fx22-compat-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n    .fx22-grid,\n    .fx22-features {\n      grid-template-columns: 1fr;\n    }\n  }\n  @media (max-width: 420px) {\n    .fx22-compat-grid {\n      grid-template-columns: 1fr;\n    }\n    .fx22-config-item {\n      flex-direction: column;\n      gap: 2px;\n    }\n    .fx22-config-value {\n      text-align: left;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"fx22-wrap\"\u003e\n\n  \u003c!-- Badges --\u003e\n  \u003cspan class=\"fx22-badge\"\u003eFlexi 22\u003c\/span\u003e\n  \u003cspan class=\"fx22-badge-blue\"\u003eDelivered by email\u003c\/span\u003e\n\n  \u003c!-- Heading --\u003e\n  \u003ch2 class=\"fx22-h2\"\u003eSAi Flexi 22 — All-in-One Sign Making, Print \u0026amp; Cut Software\u003c\/h2\u003e\n\n  \u003c!-- Intro --\u003e\n  \u003cp class=\"fx22-intro\"\u003e\n    \u003cstrong\u003eSAi Flexi 22\u003c\/strong\u003e is the only all-in-one \u003cstrong\u003edesign, print and cut software\u003c\/strong\u003e for sign and print providers — engineered to further increase productivity and workflow efficiency. It combines sign-specific design tools, a powerful \u003cstrong\u003eRIP (Production Manager)\u003c\/strong\u003e and a seamless \u003cstrong\u003eprint-and-cut workflow\u003c\/strong\u003e, now with the new \u003cstrong\u003eSAi Connect dashboard\u003c\/strong\u003e and a dedicated Transparency Tab that improves DTG\/DTF jobs. Your \u003cstrong\u003eFlexi activation code\u003c\/strong\u003e is delivered directly by email after purchase — no physical shipment, instant cloud activation via SAi Cloud. Compatible with \u003cstrong\u003eWindows 10 and Windows 11\u003c\/strong\u003e.\n  \u003c\/p\u003e\n\n  \u003c!-- Quick stats --\u003e\n  \u003cdiv class=\"fx22-grid\"\u003e\n    \u003cdiv class=\"fx22-stat\"\u003e\n      \u003cdiv class=\"fx22-stat-value\"\u003eDesign + RIP + Cut\u003c\/div\u003e\n      \u003cdiv class=\"fx22-stat-label\"\u003eAll-in-one software\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"fx22-stat\"\u003e\n      \u003cdiv class=\"fx22-stat-value\"\u003eWindows 10 \/ 11\u003c\/div\u003e\n      \u003cdiv class=\"fx22-stat-label\"\u003eRequired system\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"fx22-stat\"\u003e\n      \u003cdiv class=\"fx22-stat-value\"\u003eEmail\u003c\/div\u003e\n      \u003cdiv class=\"fx22-stat-label\"\u003eSoftware key delivery\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"fx22-divider\"\u003e\n\n  \u003c!-- System requirements --\u003e\n  \u003cp class=\"fx22-section-title\"\u003eSystem requirements\u003c\/p\u003e\n  \u003cdiv class=\"fx22-config\"\u003e\n    \u003cdiv class=\"fx22-config-item\"\u003e\n      \u003cspan class=\"fx22-config-label\"\u003eOperating system\u003c\/span\u003e\n      \u003cspan class=\"fx22-config-value\"\u003eWindows 10 or Windows 11\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"fx22-config-item\"\u003e\n      \u003cspan class=\"fx22-config-label\"\u003eMac \/ Linux\u003c\/span\u003e\n      \u003cspan class=\"fx22-config-value\"\u003eNot compatible\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"fx22-config-item\"\u003e\n      \u003cspan class=\"fx22-config-label\"\u003eInternet connection\u003c\/span\u003e\n      \u003cspan class=\"fx22-config-value\"\u003eRequired for activation \u0026amp; driver setup\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"fx22-config-item\"\u003e\n      \u003cspan class=\"fx22-config-label\"\u003eDelivery\u003c\/span\u003e\n      \u003cspan class=\"fx22-config-value\"\u003eEmail (activation code)\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"fx22-divider\"\u003e\n\n  \u003c!-- SEO text block --\u003e\n  \u003ch2 class=\"fx22-h2\"\u003eThe industry standard, now more connected and efficient\u003c\/h2\u003e\n  \u003cp class=\"fx22-seo-text\"\u003e\n    Flexi is the industry standard for \u003cstrong\u003esign-specific design tools, RIP software, print-and-cut, DTF, DTG and direct vinyl cutting\u003c\/strong\u003e. Version 22 introduces \u003cstrong\u003eSAi Connect\u003c\/strong\u003e, a brand-new dashboard from which you launch the program, manage all your software licenses, access how-to information, review \u003cstrong\u003ematerial and ink usage statistics\u003c\/strong\u003e and install available updates — one central interface for your whole production.\n  \u003c\/p\u003e\n  \u003cp class=\"fx22-seo-text\"\u003e\n    Production Manager gets smarter too: Flexi 22 installs \u003cstrong\u003eonly the printer drivers you actually set up\u003c\/strong\u003e, dramatically reducing install size and letting SAi add new printers and cutters without major updates. The new \u003cstrong\u003eTransparency Tab\u003c\/strong\u003e in Job Properties improves the DTG\/DTF workflow (and helps Illustrator and CorelDRAW designers), drag-and-drop \u003cstrong\u003enesting in the queue\u003c\/strong\u003e speeds up ganging, Cut Page\/Strip Crossing handles tiled jobs with contour cut paths, and a 32-bit Production Manager option keeps older output devices running while you design in 64-bit.\n  \u003c\/p\u003e\n\n  \u003c!-- Key features --\u003e\n  \u003cp class=\"fx22-section-title\"\u003eKey features\u003c\/p\u003e\n  \u003cdiv class=\"fx22-features\"\u003e\n    \u003cdiv class=\"fx22-feature\"\u003e\n      \u003ch3 class=\"fx22-feature-title\"\u003eSAi Connect dashboard\u003c\/h3\u003e\n      \u003cp class=\"fx22-feature-text\"\u003eLaunch Flexi, manage licenses, access how-to resources, monitor material and ink usage statistics and get updates — all from one interface.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"fx22-feature\"\u003e\n      \u003ch3 class=\"fx22-feature-title\"\u003eAll-in-one workflow\u003c\/h3\u003e\n      \u003cp class=\"fx22-feature-text\"\u003eSign-specific design tools, RIP and print-and-cut in a single application — the industry standard for sign and print providers.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"fx22-feature\"\u003e\n      \u003ch3 class=\"fx22-feature-title\"\u003eTransparency Tab (DTG\/DTF)\u003c\/h3\u003e\n      \u003cp class=\"fx22-feature-text\"\u003eNew Job Properties tab that improves the DTG\/DTF workflow — also valuable for users who design in Illustrator or CorelDRAW.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"fx22-feature\"\u003e\n      \u003ch3 class=\"fx22-feature-title\"\u003eOn-demand printer drivers\u003c\/h3\u003e\n      \u003cp class=\"fx22-feature-text\"\u003eOnly the drivers you set up are installed — smaller footprint, and new printers and cutters added without major software updates.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"fx22-feature\"\u003e\n      \u003ch3 class=\"fx22-feature-title\"\u003eDrag-and-drop nesting\u003c\/h3\u003e\n      \u003cp class=\"fx22-feature-text\"\u003eAdd a new job to the queue, then simply drag and drop it into a nested group — faster ganging, less media waste.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"fx22-feature\"\u003e\n      \u003ch3 class=\"fx22-feature-title\"\u003eContour cutting engine\u003c\/h3\u003e\n      \u003cp class=\"fx22-feature-text\"\u003eCut-ready files in a few clicks, with Cut Page Crossing and Cut Strip Crossing for tiled jobs submitted with contour cut paths.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"fx22-feature\"\u003e\n      \u003ch3 class=\"fx22-feature-title\"\u003e32-bit output option\u003c\/h3\u003e\n      \u003cp class=\"fx22-feature-text\"\u003eDesign in 64-bit Flexi while outputting through the 32-bit Production Manager — keep older devices in production.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"fx22-feature\"\u003e\n      \u003ch3 class=\"fx22-feature-title\"\u003eSmarter device management\u003c\/h3\u003e\n      \u003cp class=\"fx22-feature-text\"\u003eReorder device setups in Production Manager and add color profiles in one click instead of digging through dropdowns.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"fx22-divider\"\u003e\n\n  \u003c!-- Compatibility --\u003e\n  \u003ch2 class=\"fx22-h2\"\u003eCompatibility — SAi Flexi 22\u003c\/h2\u003e\n  \u003cp class=\"fx22-seo-text\"\u003e\n    Flexi and its Production Manager support \u003cstrong\u003ethousands of printers and cutters\u003c\/strong\u003e from all major manufacturers — with new device drivers delivered on demand, no major update required.\n  \u003c\/p\u003e\n  \u003cdiv class=\"fx22-compat-grid\"\u003e\n    \u003cdiv class=\"fx22-compat-card\"\u003e\n      \u003ch3 class=\"fx22-compat-card-title\"\u003ePrinters\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eHP\u003c\/li\u003e\n        \u003cli\u003eRoland\u003c\/li\u003e\n        \u003cli\u003eMimaki\u003c\/li\u003e\n        \u003cli\u003eMutoh\u003c\/li\u003e\n        \u003cli\u003eEpson \u0026amp; many more\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"fx22-compat-card\"\u003e\n      \u003ch3 class=\"fx22-compat-card-title\"\u003eVinyl cutters\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eRoland\u003c\/li\u003e\n        \u003cli\u003eGraphtec\u003c\/li\u003e\n        \u003cli\u003eSumma\u003c\/li\u003e\n        \u003cli\u003eMimaki\u003c\/li\u003e\n        \u003cli\u003eThousands of models\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"fx22-compat-card\"\u003e\n      \u003ch3 class=\"fx22-compat-card-title\"\u003eApplications\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eSigns \u0026amp; banners\u003c\/li\u003e\n        \u003cli\u003eVehicle wraps\u003c\/li\u003e\n        \u003cli\u003eStickers \u0026amp; decals\u003c\/li\u003e\n        \u003cli\u003eDTF \/ DTG \/ apparel\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"fx22-compat-card\"\u003e\n      \u003ch3 class=\"fx22-compat-card-title\"\u003eWorkflow\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eDesign + RIP + cut\u003c\/li\u003e\n        \u003cli\u003ePrint-and-cut\u003c\/li\u003e\n        \u003cli\u003eTiled contour jobs\u003c\/li\u003e\n        \u003cli\u003eQueue nesting\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"fx22-divider\"\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003ch2 class=\"fx22-h2\"\u003eFrequently asked questions\u003c\/h2\u003e\n  \u003cdiv class=\"fx22-faq\"\u003e\n\n    \u003cdetails class=\"fx22-faq-item\"\u003e\n      \u003csummary class=\"fx22-faq-q\"\u003eIs the Flexi 22 software key sent physically?\u003c\/summary\u003e\n      \u003cp class=\"fx22-faq-a\"\u003eNo. The \u003cstrong\u003eFlexi 22 activation code\u003c\/strong\u003e is sent by email only. You receive your code directly in your inbox after the order is confirmed — no postal shipment, no disc, no physical item.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"fx22-faq-item\"\u003e\n      \u003csummary class=\"fx22-faq-q\"\u003eHow do I activate Flexi 22?\u003c\/summary\u003e\n      \u003cp class=\"fx22-faq-a\"\u003eFlexi is cloud-based: go to \u003cstrong\u003esaicloud.com\u003c\/strong\u003e, create or log in to your SAi Cloud account, enter your activation code, then download and install the software. An internet connection is also required when setting up printer drivers in Production Manager.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"fx22-faq-item\"\u003e\n      \u003csummary class=\"fx22-faq-q\"\u003eIs Flexi 22 compatible with Mac?\u003c\/summary\u003e\n      \u003cp class=\"fx22-faq-a\"\u003eNo. This version of \u003cstrong\u003eFlexi 22\u003c\/strong\u003e runs exclusively on \u003cstrong\u003eWindows 10 and Windows 11\u003c\/strong\u003e. It is not compatible with macOS or Linux.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"fx22-faq-item\"\u003e\n      \u003csummary class=\"fx22-faq-q\"\u003eIs Flexi 22 suitable for DTF and DTG printing?\u003c\/summary\u003e\n      \u003cp class=\"fx22-faq-a\"\u003eYes. Flexi offers one of the simplest \u003cstrong\u003edirect-to-film and direct-to-garment workflows\u003c\/strong\u003e in the industry, and version 22 adds the new \u003cstrong\u003eTransparency Tab\u003c\/strong\u003e in Job Properties specifically designed to improve DTG\/DTF jobs.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"fx22-faq-item\"\u003e\n      \u003csummary class=\"fx22-faq-q\"\u003eWhat is new in Flexi 22 compared to previous versions?\u003c\/summary\u003e\n      \u003cp class=\"fx22-faq-a\"\u003eFlexi 22 adds the \u003cstrong\u003eSAi Connect dashboard\u003c\/strong\u003e (licenses, statistics, updates in one place), on-demand printer driver installation, the Transparency Tab for DTG\/DTF, drag-and-drop nesting in the queue, Cut Page\/Strip Crossing for tiled contour jobs, device reordering and faster color profile management.\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 Flexi 22 software key sent physically?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The Flexi 22 activation code is sent by email only. You receive your code directly in your inbox after the order is confirmed — no postal shipment, no disc, no physical item.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do I activate Flexi 22?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Flexi is cloud-based: go to saicloud.com, create or log in to your SAi Cloud account, enter your activation code, then download and install the software. An internet connection is also required when setting up printer drivers in Production Manager.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is Flexi 22 compatible with Mac?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. This version of Flexi 22 runs exclusively on Windows 10 and Windows 11. It is not compatible with macOS or Linux.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is Flexi 22 suitable for DTF and DTG printing?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Flexi offers one of the simplest direct-to-film and direct-to-garment workflows in the industry, and version 22 adds the new Transparency Tab in Job Properties specifically designed to improve DTG\/DTF jobs.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is new in Flexi 22 compared to previous versions?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Flexi 22 adds the SAi Connect dashboard (licenses, statistics, updates in one place), on-demand printer driver installation, the Transparency Tab for DTG\/DTF, drag-and-drop nesting in the queue, Cut Page\/Strip Crossing for tiled contour jobs, device reordering and faster color profile management.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\n\u003c!-- end SAi Flexi 22 description --\u003e","brand":"DTF Software","offers":[{"title":"Default Title","offer_id":52162165178634,"sku":null,"price":29.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0919\/3966\/8234\/files\/flexi-22-sai-rip-sign-software-acrorip-caldera-onyx-wasatch-versaworks-colorgate-ergosoft-cadlink.webp?v=1776112936","url":"https:\/\/dtfsoftware.com\/products\/flexi-22","provider":"DTF Software","version":"1.0","type":"link"}