{"product_id":"wasatch-softrip-7-4","title":"Wasatch SoftRIP 7.4 —  RIP Software","description":"\u003c!-- Wasatch SoftRIP 7.4 — Product description --\u003e\n\n\u003cstyle\u003e\n  .wsr-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  .wsr-wrap *,\n  .wsr-wrap *::before,\n  .wsr-wrap *::after {\n    box-sizing: inherit;\n  }\n\n  \/* ---------- Badges ---------- *\/\n  .wsr-badge,\n  .wsr-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  .wsr-badge {\n    background: #0d0d0d;\n    color: #fff;\n  }\n  .wsr-badge-blue {\n    background: #e8f1fd;\n    color: #1a6fd4;\n    margin-left: 6px;\n  }\n\n  \/* ---------- Headings \u0026 text ---------- *\/\n  .wsr-h2 {\n    font-size: 22px;\n    font-weight: 800;\n    color: #0d0d0d;\n    line-height: 1.3;\n    margin: 0 0 16px;\n  }\n  .wsr-intro,\n  .wsr-seo-text {\n    font-size: 15px;\n    color: #444;\n    line-height: 1.75;\n    margin: 0 0 18px;\n  }\n  .wsr-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  .wsr-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n    margin: 24px 0 8px;\n  }\n  .wsr-stat {\n    background: #f7f7f5;\n    border: 1px solid #ebebe8;\n    border-radius: 10px;\n    padding: 16px 14px;\n    text-align: center;\n  }\n  .wsr-stat-value {\n    font-size: 15px;\n    font-weight: 800;\n    color: #0d0d0d;\n    margin-bottom: 4px;\n  }\n  .wsr-stat-label {\n    font-size: 12px;\n    color: #777;\n  }\n\n  \/* ---------- System requirements ---------- *\/\n  .wsr-config {\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    overflow: hidden;\n  }\n  .wsr-config-item {\n    display: flex;\n    justify-content: space-between;\n    gap: 16px;\n    padding: 13px 20px;\n    font-size: 14px;\n  }\n  .wsr-config-item + .wsr-config-item {\n    border-top: 1px solid #efefec;\n  }\n  .wsr-config-label {\n    color: #777;\n  }\n  .wsr-config-value {\n    font-weight: 600;\n    color: #0d0d0d;\n    text-align: right;\n  }\n\n  \/* ---------- Features ---------- *\/\n  .wsr-features {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n  }\n  .wsr-feature {\n    background: #fff;\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    padding: 18px 20px;\n  }\n  .wsr-feature-title {\n    font-size: 15px;\n    font-weight: 700;\n    color: #0d0d0d;\n    margin: 0 0 6px;\n  }\n  .wsr-feature-text {\n    font-size: 13.5px;\n    color: #666;\n    line-height: 1.65;\n    margin: 0;\n  }\n\n  \/* ---------- Compatibility ---------- *\/\n  .wsr-compat-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n    margin-top: 18px;\n  }\n  .wsr-compat-card {\n    background: #f7f7f5;\n    border: 1px solid #ebebe8;\n    border-radius: 10px;\n    padding: 16px 18px;\n  }\n  .wsr-compat-card-title {\n    font-size: 14px;\n    font-weight: 700;\n    color: #0d0d0d;\n    margin: 0 0 10px;\n  }\n  .wsr-compat-card ul {\n    margin: 0;\n    padding-left: 18px;\n  }\n  .wsr-compat-card li {\n    font-size: 13px;\n    color: #555;\n    line-height: 1.8;\n  }\n\n  \/* ---------- Divider ---------- *\/\n  .wsr-divider {\n    border: none;\n    border-top: 1px solid #ebebeb;\n    margin: 32px 0;\n  }\n\n  \/* ---------- FAQ (native accordion) ---------- *\/\n  .wsr-faq {\n    margin-bottom: 28px;\n  }\n  .wsr-faq-item {\n    background: #fff;\n    border: 1px solid #e8e8e5;\n    border-radius: 10px;\n    margin-bottom: 10px;\n  }\n  .wsr-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  .wsr-faq-q::-webkit-details-marker {\n    display: none;\n  }\n  .wsr-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  .wsr-faq-item[open] .wsr-faq-q::after {\n    content: \"−\";\n  }\n  .wsr-faq-q:focus-visible {\n    outline: 2px solid #1a6fd4;\n    outline-offset: -2px;\n    border-radius: 10px;\n  }\n  .wsr-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    .wsr-compat-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n    .wsr-grid,\n    .wsr-features {\n      grid-template-columns: 1fr;\n    }\n  }\n  @media (max-width: 420px) {\n    .wsr-compat-grid {\n      grid-template-columns: 1fr;\n    }\n    .wsr-config-item {\n      flex-direction: column;\n      gap: 2px;\n    }\n    .wsr-config-value {\n      text-align: left;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"wsr-wrap\"\u003e\n\n  \u003c!-- Badges --\u003e\n  \u003cspan class=\"wsr-badge\"\u003eWasatch SoftRIP 7.4\u003c\/span\u003e\n  \u003cspan class=\"wsr-badge-blue\"\u003eDelivered by email\u003c\/span\u003e\n\n  \u003c!-- Heading --\u003e\n  \u003ch2 class=\"wsr-h2\"\u003eWasatch SoftRIP 7.4 — Professional RIP Software for Wide-Format Printing\u003c\/h2\u003e\n\n  \u003c!-- Intro --\u003e\n  \u003cp class=\"wsr-intro\"\u003e\n    \u003cstrong\u003eWasatch SoftRIP 7.4\u003c\/strong\u003e is the professional \u003cstrong\u003eRIP software\u003c\/strong\u003e trusted by print shops worldwide for large format, textile, DTF\/DTG, sublimation, signage and photo production. Its high-performance raster engine combines \u003cstrong\u003eadvanced ICC color management\u003c\/strong\u003e, halftone screening and powerful layout tools (tiling, nesting, step \u0026amp; repeat) with multi-printer workflow control — consistent, color-accurate output across every device and media type. Your \u003cstrong\u003eSoftRIP activation key\u003c\/strong\u003e is delivered directly by email after purchase — no physical shipment, instant activation. 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=\"wsr-grid\"\u003e\n    \u003cdiv class=\"wsr-stat\"\u003e\n      \u003cdiv class=\"wsr-stat-value\"\u003eMulti-printer\u003c\/div\u003e\n      \u003cdiv class=\"wsr-stat-label\"\u003eWorkflow control\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wsr-stat\"\u003e\n      \u003cdiv class=\"wsr-stat-value\"\u003eWindows 10 \/ 11\u003c\/div\u003e\n      \u003cdiv class=\"wsr-stat-label\"\u003eRequired system\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wsr-stat\"\u003e\n      \u003cdiv class=\"wsr-stat-value\"\u003eEmail\u003c\/div\u003e\n      \u003cdiv class=\"wsr-stat-label\"\u003eSoftware key delivery\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"wsr-divider\"\u003e\n\n  \u003c!-- System requirements --\u003e\n  \u003cp class=\"wsr-section-title\"\u003eSystem requirements\u003c\/p\u003e\n  \u003cdiv class=\"wsr-config\"\u003e\n    \u003cdiv class=\"wsr-config-item\"\u003e\n      \u003cspan class=\"wsr-config-label\"\u003eOperating system\u003c\/span\u003e\n      \u003cspan class=\"wsr-config-value\"\u003eWindows 10 or Windows 11 (64-bit)\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wsr-config-item\"\u003e\n      \u003cspan class=\"wsr-config-label\"\u003eMac \/ Linux\u003c\/span\u003e\n      \u003cspan class=\"wsr-config-value\"\u003eNot compatible\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wsr-config-item\"\u003e\n      \u003cspan class=\"wsr-config-label\"\u003eInterface language\u003c\/span\u003e\n      \u003cspan class=\"wsr-config-value\"\u003eEnglish (multilingual support)\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wsr-config-item\"\u003e\n      \u003cspan class=\"wsr-config-label\"\u003eDelivery\u003c\/span\u003e\n      \u003cspan class=\"wsr-config-value\"\u003eEmail (activation key)\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"wsr-divider\"\u003e\n\n  \u003c!-- SEO text block --\u003e\n  \u003ch2 class=\"wsr-h2\"\u003ePrecise color, automated production, every printer brand\u003c\/h2\u003e\n  \u003cp class=\"wsr-seo-text\"\u003e\n    SoftRIP processes images through its high-precision \u003cstrong\u003eRIP engine\u003c\/strong\u003e, applies ICC profiles and halftone screening, then sends optimized data to your printers. The celebrated \u003cstrong\u003ecolor management tools\u003c\/strong\u003e support ICC and device-link profiles, spot colors and Pantone matching — critical for shops that require color precision and brand consistency across \u003cstrong\u003eeco-solvent, solvent, latex, UV, dye-sublimation and textile printers\u003c\/strong\u003e from Epson, Canon, Roland, Mimaki, Mutoh, HP and more.\n  \u003c\/p\u003e\n  \u003cp class=\"wsr-seo-text\"\u003e\n    Version 7.4 introduces the new \u003cstrong\u003eLabel Edition\u003c\/strong\u003e with a simplified drag-and-drop interface designed for on-demand full-color label printing (including rotary cut marks on continuous media), plus the \u003cstrong\u003eWasatch Automation Option\u003c\/strong\u003e: built on SoftRIP's integrated network services, XML interface and open-source scripts, it scales your production from a single printer to a fleet of hundreds — locally or over the Internet — with queue enhancements for high-production environments.\n  \u003c\/p\u003e\n\n  \u003c!-- Key features --\u003e\n  \u003cp class=\"wsr-section-title\"\u003eKey features\u003c\/p\u003e\n  \u003cdiv class=\"wsr-features\"\u003e\n    \u003cdiv class=\"wsr-feature\"\u003e\n      \u003ch3 class=\"wsr-feature-title\"\u003eAdvanced ICC color management\u003c\/h3\u003e\n      \u003cp class=\"wsr-feature-text\"\u003eICC and device-link profile support, spot colors and Pantone matching for consistent, accurate color across printers and media.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wsr-feature\"\u003e\n      \u003ch3 class=\"wsr-feature-title\"\u003eHigh-performance RIP engine\u003c\/h3\u003e\n      \u003cp class=\"wsr-feature-text\"\u003eOptimized algorithms process large and complex files fast, with high-resolution rendering and exceptional print precision.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wsr-feature\"\u003e\n      \u003ch3 class=\"wsr-feature-title\"\u003eLayout \u0026amp; imposition tools\u003c\/h3\u003e\n      \u003cp class=\"wsr-feature-text\"\u003eTiling, nesting, step \u0026amp; repeat, scaling and imposition — maximise media usage and handle oversized jobs effortlessly.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wsr-feature\"\u003e\n      \u003ch3 class=\"wsr-feature-title\"\u003eHalftone screening\u003c\/h3\u003e\n      \u003cp class=\"wsr-feature-text\"\u003eHalftone, stochastic and hybrid screening modes, including screen printing separations — full control over dot, density and resolution.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wsr-feature\"\u003e\n      \u003ch3 class=\"wsr-feature-title\"\u003eWorkflow automation (7.4)\u003c\/h3\u003e\n      \u003cp class=\"wsr-feature-text\"\u003eThe Automation Option with XML interface and configurable open-source scripts scales production from one printer to a fleet of hundreds.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wsr-feature\"\u003e\n      \u003ch3 class=\"wsr-feature-title\"\u003eLabel Edition (7.4)\u003c\/h3\u003e\n      \u003cp class=\"wsr-feature-text\"\u003eSimplified drag-and-drop interface for on-demand label printing: rows and columns layout, rotary cut marks for continuous label media.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wsr-feature\"\u003e\n      \u003ch3 class=\"wsr-feature-title\"\u003eQueue management\u003c\/h3\u003e\n      \u003cp class=\"wsr-feature-text\"\u003eRIP and Print Queues manage orders and multi-device production, with v7.4 enhancements for cleaning queues in high-volume environments.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wsr-feature\"\u003e\n      \u003ch3 class=\"wsr-feature-title\"\u003eVariable Data Printing\u003c\/h3\u003e\n      \u003cp class=\"wsr-feature-text\"\u003eVDP support for personalized jobs — names, numbers and serialized output handled directly in the RIP workflow.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"wsr-divider\"\u003e\n\n  \u003c!-- Compatibility --\u003e\n  \u003ch2 class=\"wsr-h2\"\u003eCompatibility — Wasatch SoftRIP 7.4\u003c\/h2\u003e\n  \u003cp class=\"wsr-seo-text\"\u003e\n    SoftRIP supports a \u003cstrong\u003ewide range of printers from all major manufacturers\u003c\/strong\u003e and every common digital print technology, from signage to textile.\n  \u003c\/p\u003e\n  \u003cdiv class=\"wsr-compat-grid\"\u003e\n    \u003cdiv class=\"wsr-compat-card\"\u003e\n      \u003ch3 class=\"wsr-compat-card-title\"\u003ePrinter brands\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eEpson\u003c\/li\u003e\n        \u003cli\u003eRoland\u003c\/li\u003e\n        \u003cli\u003eMimaki\u003c\/li\u003e\n        \u003cli\u003eMutoh\u003c\/li\u003e\n        \u003cli\u003eHP \/ Canon \u0026amp; more\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wsr-compat-card\"\u003e\n      \u003ch3 class=\"wsr-compat-card-title\"\u003eTechnologies\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eEco-solvent \/ solvent\u003c\/li\u003e\n        \u003cli\u003eLatex\u003c\/li\u003e\n        \u003cli\u003eUV\u003c\/li\u003e\n        \u003cli\u003eDye-sublimation\u003c\/li\u003e\n        \u003cli\u003ePigment textile\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wsr-compat-card\"\u003e\n      \u003ch3 class=\"wsr-compat-card-title\"\u003eApplications\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eSignage \u0026amp; banners\u003c\/li\u003e\n        \u003cli\u003eTextile printing\u003c\/li\u003e\n        \u003cli\u003eDTF \/ DTG\u003c\/li\u003e\n        \u003cli\u003eSublimation\u003c\/li\u003e\n        \u003cli\u003ePhoto \u0026amp; labels\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"wsr-compat-card\"\u003e\n      \u003ch3 class=\"wsr-compat-card-title\"\u003eWorkflows\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eMulti-printer queues\u003c\/li\u003e\n        \u003cli\u003eAutomation scripts\u003c\/li\u003e\n        \u003cli\u003eTiling \u0026amp; nesting\u003c\/li\u003e\n        \u003cli\u003eVariable data\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"wsr-divider\"\u003e\n\n  \u003c!-- FAQ --\u003e\n  \u003ch2 class=\"wsr-h2\"\u003eFrequently asked questions\u003c\/h2\u003e\n  \u003cdiv class=\"wsr-faq\"\u003e\n\n    \u003cdetails class=\"wsr-faq-item\"\u003e\n      \u003csummary class=\"wsr-faq-q\"\u003eIs the Wasatch SoftRIP 7.4 software key sent physically?\u003c\/summary\u003e\n      \u003cp class=\"wsr-faq-a\"\u003eNo. The \u003cstrong\u003eSoftRIP activation key\u003c\/strong\u003e is sent by email only. You receive your software key 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=\"wsr-faq-item\"\u003e\n      \u003csummary class=\"wsr-faq-q\"\u003eHow long does it take to receive my activation key?\u003c\/summary\u003e\n      \u003cp class=\"wsr-faq-a\"\u003eUsually within a few minutes after order confirmation. If there is a delay, please check your spam folder. If you haven't received anything within 24 hours, contact our customer support.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"wsr-faq-item\"\u003e\n      \u003csummary class=\"wsr-faq-q\"\u003eIs Wasatch SoftRIP 7.4 compatible with Mac?\u003c\/summary\u003e\n      \u003cp class=\"wsr-faq-a\"\u003eNo. \u003cstrong\u003eWasatch SoftRIP 7.4\u003c\/strong\u003e runs exclusively on \u003cstrong\u003eWindows 10 and Windows 11 (64-bit)\u003c\/strong\u003e. It is not compatible with macOS or Linux.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"wsr-faq-item\"\u003e\n      \u003csummary class=\"wsr-faq-q\"\u003eWhich printers does SoftRIP 7.4 support?\u003c\/summary\u003e\n      \u003cp class=\"wsr-faq-a\"\u003eSoftRIP supports a wide range of \u003cstrong\u003elarge format, textile and DTF\/DTG printers\u003c\/strong\u003e from major manufacturers including Epson, Roland, Mimaki, Mutoh, HP and Canon — covering eco-solvent, solvent, latex, UV and dye-sublimation technologies.\u003c\/p\u003e\n    \u003c\/details\u003e\n\n    \u003cdetails class=\"wsr-faq-item\"\u003e\n      \u003csummary class=\"wsr-faq-q\"\u003eWhat is new in version 7.4?\u003c\/summary\u003e\n      \u003cp class=\"wsr-faq-a\"\u003eVersion 7.4 introduces the \u003cstrong\u003eSoftRIP Label Edition\u003c\/strong\u003e (simplified drag-and-drop label printing with rotary cut marks), the \u003cstrong\u003eWasatch Automation Option\u003c\/strong\u003e to scale from one printer to a fleet of hundreds via the XML interface and open-source scripts, plus queue enhancements for high-production environments.\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 Wasatch SoftRIP 7.4 software key sent physically?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. The SoftRIP activation key is sent by email only. You receive your software key 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 activation key?\",\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. If you haven't received anything within 24 hours, contact our customer support.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is Wasatch SoftRIP 7.4 compatible with Mac?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"No. Wasatch SoftRIP 7.4 runs exclusively on Windows 10 and Windows 11 (64-bit). It is not compatible with macOS or Linux.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which printers does SoftRIP 7.4 support?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"SoftRIP supports a wide range of large format, textile and DTF\/DTG printers from major manufacturers including Epson, Roland, Mimaki, Mutoh, HP and Canon — covering eco-solvent, solvent, latex, UV and dye-sublimation technologies.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is new in version 7.4?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Version 7.4 introduces the SoftRIP Label Edition (simplified drag-and-drop label printing with rotary cut marks), the Wasatch Automation Option to scale from one printer to a fleet of hundreds via the XML interface and open-source scripts, plus queue enhancements for high-production environments.\"\n      }\n    }\n  ]\n}\n\u003c\/script\u003e\n\u003c!-- end Wasatch SoftRIP 7.4 description --\u003e","brand":"DTF Software","offers":[{"title":"Default Title","offer_id":52162580840714,"sku":null,"price":29.99,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0919\/3966\/8234\/files\/wasatch-softrip-7-4-rip-acrorip-caldera-onyx-colorgate-ergosoft-cadlink-flexi-versaworks.webp?v=1776102142","url":"https:\/\/dtfsoftware.com\/products\/wasatch-softrip-7-4","provider":"DTF Software","version":"1.0","type":"link"}