{"product_id":"tr3-truvis-eco-solvent-ink-500ml","title":"TR3 TruVIS Eco-Solvent Ink 500ml","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* Scoped Styles *\/\n\n        .Roland-section * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        .Roland-section {\n            font-family: Arial, sans-serif;\n            line-height: 1.6;\n            padding: 20px;\n        }\n\n        .Roland-section .container {\n            max-width: 1200px;\n            margin: auto;\n        }\n\n        .Roland-section .header {\n            display: flex;\n            flex-wrap: wrap;\n            align-items: center;\n            justify-content: space-between;\n            gap: 20px;\n            margin-bottom: 40px;\n        }\n\n        .Roland-section .header-text {\n            flex: 1 1 50%;\n        }\n\n        .Roland-section .header-text h1 {\n            font-size: 36px;\n            font-weight: bold;\n            color: #c40d6b;\n            margin-bottom: 10px;\n        }\n\n        .Roland-section .header-text h3 {\n            font-size: 18px;\n            color: #333;\n            margin-bottom: 15px;\n        }\n\n        .Roland-section .header-text p {\n            font-size: 16px;\n            color: #;\n            line-height: 1.5;\n            margin-right: 40px;\n        }\n\n        .Roland-section .header-image {\n            flex: 1 1 45%;\n            text-align: center;\n        }\n\n        .Roland-section .header-image img {\n            width: 100%;\n            max-width: 400px;\n            height: auto;\n            border-radius: 8px;\n        }\n\n        .Roland-section .features-heading {\n            color: #c40d6b;\n            border-bottom: 2px solid #c40d6b;\n            padding-bottom: 10px;\n            margin-bottom: 20px;\n            font-size: 1.8rem;\n        }\n\n        .Roland-section .features {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 20px;\n        }\n\n        .Roland-section .feature-item {\n            border: 1px solid #ddd;\n            border-radius: 12px;\n            padding: 20px;\n            background-color: #fff;\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\n            text-align: center;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .Roland-section .feature-item:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);\n        }\n\n        .Roland-section .feature-item img {\n            width: 100%;\n            height: 200px;\n            object-fit: cover;\n            border-radius: 12px;\n            margin-bottom: 15px;\n        }\n\n        .Roland-section .feature-item h3 {\n            color: #c40d6b;\n            font-size: 1.5rem;\n            margin-bottom: 10px;\n            text-align: left;\n        }\n\n        .Roland-section .feature-item p {\n            color: #;\n            font-size: 16px;\n            line-height: 1.5;\n            text-align: left;\n        }\n\n        .Roland-section .next-gen {\n            margin: 40px 0;\n        }\n\n        .Roland-section .next-gen-header {\n            color: #c40d6b;\n            font-size: 2rem;\n            font-weight: bold;\n            margin-bottom: 20px;\n        }\n\n        .Roland-section .next-gen-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 20px;\n            align-items: center;\n        }\n\n        .Roland-section .next-gen-item {\n            display: flex;\n            align-items: flex-start;\n            gap: 15px;\n        }\n\n        .Roland-section .next-gen-item img {\n            width: 50px;\n            height: 50px;\n            object-fit: contain;\n        }\n\n        .Roland-section .next-gen-item p {\n            font-size: 16px;\n        }\n\n        .Roland-section .picture-perfect {\n            margin: 40px 0;\n        }\n\n        .Roland-section .picture-perfect .content {\n            display: flex;\n            flex-wrap: wrap;\n            align-items: center;\n            justify-content: space-between;\n            gap: 20px;\n        }\n\n        .Roland-section .picture-perfect .content .text {\n            flex: 6 1 30%;\n            text-align: left;\n        }\n\n        .Roland-section .picture-perfect h2 {\n            color: #c40d6b;\n            font-size: 2rem;\n            font-weight: bold;\n            margin-bottom: 20px;\n            text-align: left;\n            \/* Centers the header across the full width *\/\n            width: 100%;\n            \/* Ensures it spans the entire section *\/\n        }\n\n        .Roland-section .picture-perfect .content .text p {\n            font-size: 16px;\n            line-height: 1.5;\n            color: #;\n            margin-bottom: 1px;\n        }\n\n        .Roland-section .picture-perfect .content .image {\n            flex: 1 1 60%;\n            text-align: center;\n        }\n\n        .Roland-section .picture-perfect .content .image img {\n            width: 100%;\n            border-radius: 8px;\n        }\n\n        .Roland-section .additional-section {\n            margin-top: 40px;\n            padding-top: 20px;\n            border-top: 1px solid #ddd;\n        }\n\n        .Roland-section .additional-section .content {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 20px;\n            align-items: flex-start;\n            margin-bottom: 20px;\n        }\n\n        .Roland-section .additional-section .icon {\n            flex: 0 0 50px;\n        }\n\n        .Roland-section .additional-section .icon img {\n            width: 180px;\n            \/* Set desired width *\/\n            height: auto;\n            \/* Maintain aspect ratio *\/\n            margin-right: 10px;\n            \/* Add spacing between the icon and text *\/\n            display: inline-block;\n            \/* Ensure it aligns properly *\/\n            vertical-align: middle;\n            \/* Align icon with the text *\/\n        }\n\n        .Roland-section .additional-section .text {\n            flex: 1;\n        }\n\n        .Roland-section .additional-section .text p {\n            font-size: 16px;\n            line-height: 1.4;\n            margin: 0 0 5px 0;\n        }\n\n        .Roland-section .additional-section .text .disclaimer {\n            font-size: 14px;\n            color: #666;\n            margin-top: 10px;\n        }\n\n        .Roland-section .additional-section .text strong {\n            color: #c40d6b;\n            \/* Replace this with your desired color *\/\n        }\n\n        @media (max-width: 768px) {\n            .Roland-section .header-text {\n                text-align: center;\n                margin-bottom: 20px;\n            }\n            .Roland-section .header-text p {\n                margin-right: 0;\n            }\n            .Roland-section .header-image {\n                text-align: center;\n            }\n            .Roland-section .features {\n                grid-template-columns: 1fr;\n            }\n            .Roland-section .next-gen-grid {\n                grid-template-columns: 1fr;\n            }\n            .Roland-section .picture-perfect .content {\n                flex-direction: column;\n            }\n            .Roland-section .picture-perfect .content .text {\n                text-align: center;\n            }\n            .Roland-section .picture-perfect .content .image {\n                flex: 1 1 100%;\n            }\n            .Roland-section .picture-perfect .content .text {\n                flex: 1 1 100%;\n            }\n            .Roland-section .reliability-section .content {\n                display: flex;\n                flex-wrap: wrap;\n                align-items: stretch;\n                \/* Ensures image aligns with the text height *\/\n                gap: 20px;\n            }\n            .Roland-section .reliability-section .content .text {\n                flex: 1 1 60%;\n            }\n            .Roland-section .reliability-section .content .image {\n                flex: 1 1 35%;\n                text-align: center;\n                display: flex;\n                align-items: center;\n                \/* Centers the image vertically with the text *\/\n                justify-content: center;\n                \/* Centers the image horizontally *\/\n            }\n            .Roland-section .reliability-section .content .image img \n                max-width: 100%;\n                max-height: 100%;\n                height: auto;\n                \/* Maintain aspect ratio *\/\n                border-radius: 8px;\n                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\n            }\n            .datasheet-button {\n                text-decoration: none;\n                \/* Remove underline *\/\n                background-color: #c40d6b;\n                \/* Background color *\/\n                color: white !important;\n                \/* Ensure text is always white *\/\n                padding: 12px 25px;\n                border-radius: 5px;\n                font-size: 1rem;\n                font-weight: bold;\n                display: inline-block;\n                transition: background-color 0.3s ease, transform 0.2s ease;\n                \/* Smooth hover transition *\/\n            }\n            \/* Ensure all link states keep text white *\/\n            .datasheet-button:link,\n            .datasheet-button:visited,\n            .datasheet-button:hover,\n            .datasheet-button:focus,\n            .datasheet-button:active {\n                color: white !important;\n                \/* Force text color to remain white in all states *\/\n                text-decoration: none;\n                \/* No underline *\/\n            }\n            \/* Add hover effect *\/\n            .datasheet-button:hover {\n                background-color: #9c0a54;\n                \/* Slightly darker red on hover *\/\n                transform: scale(1.05);\n                \/* Slight zoom effect *\/\n            }\n        }\n    \u003c\/style\u003e\n\u003csection class=\"Roland-section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"header\"\u003e\n\u003cdiv class=\"header-text\"\u003e\n\u003ch1\u003eVG3 Eco-Solvent Ink\u003c\/h1\u003e\n\u003cp\u003eWith fast-drying, GBL-free TR3 inks and high-opacity White, you'll maximize uptime and complete jobs faster—ideal for high-demand production environments. The TR3 ink lineup includes Cyan, Magenta, Yellow, Black, Light Cyan, Light Magenta, Orange, Green, and White (TR3-CY\/MG\/YE\/BK\/Lc\/Lm\/OR\/GR\/Wh). Each color is available in 500 ml cartridges, except for White, which comes in a 220 ml cartridge due to its formulation. Additionally, the TR3-CL cleaning liquid is available in 750 ml capacity and is essential for both routine maintenance and printer installation.\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"next-gen\"\u003e\n\u003ch2 class=\"next-gen-header\"\u003eRoland's Widest Color Gamut Yet\u003c\/h2\u003e\n\u003cdiv class=\"next-gen-grid\"\u003e\n\u003cdiv class=\"next-gen-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0252\/9384\/8628\/files\/art.png?v=1732122714\" alt=\"Icon 1\"\u003e\n\u003cp\u003e\u003cstrong\u003eExpanded Color Gamut\u003c\/strong\u003e\u003cbr\u003eAchieve richer, bolder hues with Orange, Green, and Light Cyan and Magenta inks that brings printed graphics to life.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"next-gen-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0252\/9384\/8628\/files\/ink-drops.png?v=1732028904\" alt=\"Icon 3\"\u003e\n\u003cp\u003e\u003cstrong\u003e Enhanced Color Accuracy\u003c\/strong\u003e\u003cbr\u003eConfidently reproduce challenging brand tones—from bright reds to subtle corporate hues.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"next-gen-item\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0252\/9384\/8628\/files\/target.png?v=1737645786%22\" alt=\"Icon 4\"\u003e\n\u003cp\u003e\u003cstrong\u003e Precision Tools\u003c\/strong\u003e\u003cbr\u003eUse VersaWorks 6’s Approximate Color Finder for faster, more accurate color matching every time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Roland","offers":[{"title":"Cyan","offer_id":41753647743070,"sku":"TR3-CY","price":129.99,"currency_code":"USD","in_stock":true},{"title":"Magenta","offer_id":41753647775838,"sku":"TR3-MG","price":129.99,"currency_code":"USD","in_stock":true},{"title":"Yellow","offer_id":41753647808606,"sku":"TR3-YE","price":129.99,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":41753647841374,"sku":"TR3-BK","price":129.99,"currency_code":"USD","in_stock":true},{"title":"Light Cyan","offer_id":41753705447518,"sku":"TR3-LC","price":129.99,"currency_code":"USD","in_stock":true},{"title":"Light Magenta","offer_id":41753705480286,"sku":"TR3-LM","price":129.99,"currency_code":"USD","in_stock":true},{"title":"Light Black","offer_id":43153419796574,"sku":"TR3-LK","price":129.99,"currency_code":"USD","in_stock":true},{"title":"Green","offer_id":41753647906910,"sku":"TR3-GR","price":129.99,"currency_code":"USD","in_stock":true},{"title":"Red","offer_id":42962007294046,"sku":"TR3-RE","price":129.99,"currency_code":"USD","in_stock":true},{"title":"Orange","offer_id":41753647939678,"sku":"TR3-OR","price":129.99,"currency_code":"USD","in_stock":true},{"title":"White 220ml","offer_id":41753705513054,"sku":"TR3-WH","price":94.99,"currency_code":"USD","in_stock":true},{"title":"TR3 Cleaning 750ml","offer_id":41753705545822,"sku":"TR3-CL","price":79.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0252\/9384\/8628\/files\/roland-ink-tr3-truvis-eco-solvent-ink-500ml-1171012789.png?v=1751917802","url":"https:\/\/gpisupplies.com\/products\/tr3-truvis-eco-solvent-ink-500ml","provider":"GPI Supplies","version":"1.0","type":"link"}