{"product_id":"bates-6-pack-plastic-putty-knife-set-contractor-job-site-tools-efficient-multi-size-scraper-kit","title":"Bates 6 Pack Plastic Putty Knife Set - Contractor Job Site Tools, Efficient Multi-Size Scraper Kit","description":"\u003cdiv class=\"geo-product-body\"\u003e\n\u003csection class=\"geo-appeal\"\u003e\u003ch2\u003eWhy you'll love it\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eWon't scratch or gouge delicate surfaces the way metal putty knives can\u003c\/li\u003e\n\u003cli\u003eSix-size variety pack covers everything from tiny nail holes to wide patching jobs\u003c\/li\u003e\n\u003cli\u003eSolvent-resistant plastic handles harsh chemicals without degrading\u003c\/li\u003e\n\u003cli\u003eLightweight 6.7 oz design reduces hand fatigue during long patching sessions\u003c\/li\u003e\n\u003cli\u003eAffordable bulk value replaces the need to buy scrapers one at a time\u003c\/li\u003e\n\u003cli\u003eSafer choice around kids and pets with no sharp metal edges\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/section\u003e\u003csection class=\"geo-usecases\"\u003e\u003ch2\u003ePerfect for\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSpackling nail holes and small drywall dings before painting\u003c\/li\u003e\n\u003cli\u003ePatching cracks and gouges in interior walls and ceilings\u003c\/li\u003e\n\u003cli\u003eScraping loose paint or wallpaper residue off surfaces\u003c\/li\u003e\n\u003cli\u003eSpreading joint compound, putty, or spackle smoothly\u003c\/li\u003e\n\u003cli\u003eTackling painting prep across multiple wall areas needing different blade widths\u003c\/li\u003e\n\u003c\/ul\u003e\u003c\/section\u003e\u003csection class=\"geo-original\"\u003e\u003cdiv class=\"aplus-v2 desktop celwidget\" cel_widget_id=\"aplus\" data-cel-widget=\"aplus\" data-csa-c-id=\"50xkrd-rn1uuc-kq7ds9-gaot9k\"\u003e\n         \u003cscript type=\"text\/javascript\"\u003e(function(f) {var _np=(window.P._namespace(\"PremiumAplusModule\"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {\nP.now('premium-module-5-comparison-table-scroller').execute(function(init){\n    if (init) {\n        return;\n    }\n    P.register('premium-module-5-comparison-table-scroller', function(){\n        return function() {\n            P.when('jQuery', 'a-popover', 'A', 'ready').execute(function($, popover, A) {\n                function initCompTable(module) {\n                    \/**\n                    * Premium comparison table: popover trigger module\n                    *\/\n                    var comparisonName = $(module).data('comparison-name');\n                    (function() {\n                        var $additionalInfo = $('.aplus-v2 .aplus-popover-trigger');\n                        $additionalInfo.each(function(i, trigger) {\n                            return popover.create(trigger, $(trigger).data());\n                        });\n                        $additionalInfo.hover(\n                            function() {\n                                $(this).focus();\n                            }\n                        );\n                    })();\n                    \/**\n                    * Premium comparison table: adjust column width module\n                    *\/\n                    (function() {\n                        var VISIBLE_COLUMNS = 4.2;  \/* How many visible columns on load *\/\n                        var MIN_WIDTH = 230;\n                        var getWidth = function() {\n                            return $(this).outerWidth();\n                        }\n                        \/* cache selectors *\/\n                        var\n                            $container = $('.aplus-v2 .comparison-table #'+comparisonName),\n                            $header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'),\n                            $slider = $('.aplus-v2 .comparison-table #'+comparisonName+' .table-slider'),\n                            $columns = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column'),\n                            $activeColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column.active.active-item');\n\n                        \/* Formula for determining desired column width *\/\n\n                        var calculatedColumnWidth = Math.floor(\n                            ($container.innerWidth() - $header.innerWidth()) \/ VISIBLE_COLUMNS\n                        );\n\n                        var childWidths = $activeColumn.map(getWidth).get();\n                        var maxChildWidth = Math.max(MIN_WIDTH, Math.max.apply(Math, childWidths));\n                        var minColumnWidth = $columns.innerWidth();\n\n                        \/* set the min-width of each column to the calulated width or minWidth *\/\n                        $columns.css(\n                            'min-width',\n                            Math.max(MIN_WIDTH, (calculatedColumnWidth \u003c minColumnWidth\n                                ? calculatedColumnWidth\n                                : minColumnWidth))\n                        );\n                        $activeColumn.css('width', maxChildWidth);\n\n                        \/* show the component *\/\n                        $container.removeClass('loading');\n                    })();\n\n                    \/**\n                     * Premium comparison table: sticky attribute \u0026 column\n                     *\/\n\n                    (function() {\n                        \/* cache selectors *\/\n                        const comparisonTable = document.querySelector('.aplus-v2 .comparison-table #'+comparisonName);\n                        const header = comparisonTable.querySelector('td.attribute');\n                        const fixedColumn = comparisonTable.querySelector('td.active');\n\n                        const attributeColumnObserver = new ResizeObserver((entries) =\u003e {\n                            for (let entry of entries) {\n                                const bounds = entry.target.getBoundingClientRect().width;\n                                const activeCellWidth = window.getComputedStyle(fixedColumn).left;\n                                if (bounds + \"px\" !== activeCellWidth) {\n                                    const activeCells = document.querySelectorAll('.aplus-data-column.active');\n                                    activeCells.forEach(cell =\u003e cell.style.left = bounds + \"px\");\n\n                                }\n                            }\n\n                        })\n\n                        attributeColumnObserver.observe(header)\n                    })();\n\n                    \/**\n                    * Premium comparison table: top scroll bar\n                    *\/\n                    (function() {\n                        \/* cache selectors *\/\n                        var\n                            $header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'),\n                            $fixedColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' td.active'),\n                            $scrollWrapperTop = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-top'),\n                            $scrollWrapperBottom = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-bottom'),\n                            $scrollWidth = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-width'),\n                            $scrollBar = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-bar');\n                        \/* confirm fixed column exists and can add width to the total width of the scroll bar *\/\n                        var fixedColumnWidth = $fixedColumn.innerWidth();\n                        if ( fixedColumnWidth === null ) {\n                            fixedColumnWidth = 0;\n                        }\n                        \/* set width of scrollBar *\/\n                        $scrollBar.css('width', $scrollWidth.innerWidth() + fixedColumnWidth + $header.innerWidth());\n                        \/* connect scrolls together *\/\n                        $scrollWrapperTop.scroll(function() {\n                            $scrollWrapperBottom.scrollLeft($scrollWrapperTop.scrollLeft());\n                        });\n                        $scrollWrapperBottom.scroll(function() {\n                            $scrollWrapperTop.scrollLeft($scrollWrapperBottom.scrollLeft());\n                        });\n                    })();\n                }\n\n                $('.aplus-v2 .premium-aplus-module-5 .table-container').each(function(index, module) {\n                    initCompTable(module);\n                });\n            });\n        }\n    });\n});\n}));\u003c\/script\u003e       \u003cstyle type=\"text\/css\"\u003e\n\n\/**\n * Premium-module 5: Comparision table - scroller\n *\/\n\n.aplus-v2 .premium-aplus-module-5 h1 {\n    padding-bottom: 30px;\n}\n\n\/* position column-headers relative to this table *\/\n.aplus-v2 .premium-aplus-module-5 .table-container {\n    position: relative;\n    opacity: 1;\n}\n\n.aplus-v2 .premium-aplus-module-5 .table-container.loading {\n    opacity: 0;\n}\n\n.aplus-v2 .premium-aplus-module-5 .table-slider {\n    overflow-x: scroll;\n    overflow-y: visible;\n    width: 100%;\n}\n\n.aplus-v2 .premium-aplus-module-5 td.attribute {\n    min-width: 300px;\n    top: auto;\n    left: 0;\n    z-index: 100;\n}\n\nhtml[dir=\"rtl\"] .aplus-v2 .premium-aplus-module-5 td.attribute {\n    right: 0px;\n    left: auto;\n}\n\n.aplus-v2 .premium-aplus-module-5 td.active-item,\n.aplus-v2 .premium-aplus-module-5 th.active-item {\n    top: auto;\n    left: 300px;\n    z-index: 100;\n}\n\nhtml[dir=\"rtl\"]  .premium-aplus-module-5 td.active-item,\nhtml[dir=\"rtl\"]  .premium-aplus-module-5 th.active-item {\n    left: auto;\n    right: 300px;\n}\n\n.aplus-v2 .premium-aplus-module-5 .attribute,\n.aplus-v2 .premium-aplus-module-5 .active-item{\n    position: sticky;\n}\n\n.aplus-v2 .premium-aplus-module-5 table.a-bordered td,\n.aplus-v2 .premium-aplus-module-5 table.a-bordered th {\n    background-color: #fff;\n}\n\n.aplus-v2 .premium-aplus-module-5 table.a-bordered td.attribute .aplus-popover-trigger::after {\n    content: \"?\";\n    display: inline-block;\n    font-size: 12px;\n    position: relative;\n    bottom: 5px;\n}\n\n.aplus-v2 .premium-aplus-module-5 .product-title {\n    font-size: 15px;\n    padding: 10px 0;\n}\n\n.aplus-v2 .premium-aplus-module-5 .scroll-width {\n    overflow-x: scroll;\n    overflow-y: visible;\n}\n\n\n.aplus-v2 .premium-aplus-module-5 td.attribute.empty {\n    height: 300px;\n}\n\n.aplus-v2 .premium-aplus-module-5 .header-img {\n    padding-top: 10px;\n}\n\n\/* Override default AUI .a-bordered table borders *\/\n.aplus-v2 .premium-aplus-module-5 table.a-bordered {\n    border-width: 0;\n    border-color: #eaeaea;\n    border-style: solid;\n}\n\n\/* Size the top scroller *\/\n.aplus-v2 .premium-aplus-module-5 .scroll-wrapper-top {\n    width: 100%;\n    height: 20px;\n    overflow-x: scroll;\n    overflow-y: visible;\n}\n\n.aplus-v2 .premium-aplus-module-5 .scroll-bar {\n    height: 1px;\n}\n\n.aplus-v2 .premium-aplus-module-5 .add-to-cart {\n    line-height: 1rem;\n    font-weight: normal;\n}\n\n.aplus-v2 .premium-aplus-module-5 .review {\n    font-size: 14px;\n}\n\u003c\/style\u003e\n      \u003cstyle type=\"text\/css\"\u003e\n\n\/**\n * Premium modules global styles\n *\/\n.aplus-v2.desktop {\n  max-width: 1464px;\n  min-width: 800px;\n  margin-left: auto;\n  margin-right: auto;\n  word-wrap: break-word;\n  overflow-wrap: break-word;\n  word-break: break-word;\n}\n\/* Undo this for tech-specs because it breaks table layout *\/\n.aplus-v2.desktop .premium-aplus .aplus-tech-spec-table { word-break: initial; }\n\n.aplus-v2 .premium-aplus,\n.aplus-v2 .premium-aplus .aplus-h1,\n.aplus-v2 .premium-aplus .aplus-h2,\n.aplus-v2 .premium-aplus .aplus-p1,\n.aplus-v2 .premium-aplus .aplus-p2,\n.aplus-v2 .premium-aplus .aplus-p3,\n.aplus-v2 .premium-aplus .aplus-accent1,\n.aplus-v2 .premium-aplus .aplus-accent2\n{ font-family: Arial, sans-serif; }\n\n.aplus-v2 .premium-aplus,\n.aplus-v2 .premium-aplus .aplus-h1,\n.aplus-v2 .premium-aplus .aplus-h2,\n.aplus-v2 .premium-aplus .aplus-p1,\n.aplus-v2 .premium-aplus .aplus-p2,\n.aplus-v2 .premium-aplus .aplus-p3,\n.aplus-v2 .premium-aplus .aplus-accent1,\n.aplus-v2 .premium-aplus .aplus-accent2\n{ font-family: inherit; }\n\n\/* type *\/\n.aplus-v2 .premium-aplus .aplus-h1 { font-size: 32px; line-height: 1.2em; font-weight: 500; }\n.aplus-v2 .premium-aplus .aplus-h2 { font-size: 26px; line-height: 1.25em; font-weight: 500; }\n.aplus-v2 .premium-aplus .aplus-h3 { font-size: 18px; line-height: 1.25em; font-weight: 500; }\n.aplus-v2 .premium-aplus .aplus-p1 { font-size: 20px; line-height: 1.3em; font-weight: 300; }\n.aplus-v2 .premium-aplus .aplus-p2 { font-size: 16px; line-height: 1.4em; font-weight: 300; }\n.aplus-v2 .premium-aplus .aplus-p3 { font-size: 14px; line-height: 1.4em; font-weight: 300; }\n.aplus-v2 .premium-aplus .aplus-accent1 { font-size: 16px; line-height: 1.4em; font-weight: 600; }\n.aplus-v2 .premium-aplus .aplus-accent2 { font-size: 14px; line-height: 1.4em; font-weight: 600; }\n\n\/* spacing *\/\n.aplus-v2 .aplus-container-1 { padding: 40px; }\n.aplus-v2 .aplus-container-1-2 { padding: 40px 80px; }\n.aplus-v2 .aplus-container-2 { padding: 80px; }\n.aplus-v2 .aplus-container-3 { padding: 40px 0; }\n\n\/* Display *\/\n.aplus-v2 .premium-aplus .aplus-display-table { display: table; }\n.aplus-v2 .premium-aplus .aplus-display-table-cell { display: table-cell; }\n.aplus-v2 .premium-aplus .aplus-display-inline-block { display: inline-block; }\n\n\/* Aplus display table with min-width 1000px and fill remaining space inside parent *\/\n.aplus-v2.desktop .premium-aplus .aplus-display-table-width { min-width: 1000px; width: 100% }\n\n\/**\n* Padding and margin for element should be 10, 20, 40, or 80 px. Considering mini 10, small 20, medium 40, large 80.\n*\/\n\n\u003c\/style\u003e\n                    \u003cdiv class=\"celwidget aplus-module premium-module-5-comparison-table-scroller aplus-premium\" cel_widget_id=\"aplus-premium-module-5-comparison-table-scroller\" data-cel-widget=\"aplus-premium-module-5-comparison-table-scroller\" data-csa-c-id=\"5oyo8o-71ea9c-n8ymyj-x8eao4\"\u003e\n                                                                                                       \u003cdiv class=\"premium-aplus premium-aplus-module-5 aplus-container-3 comparison-table\"\u003e\n                                              \u003ch3 class=\"a-text-center aplus-h1 a-text-bold\"\u003e Bates Scrapers \u003c\/h3\u003e    \u003cdiv id=\"comparison-table-container-0\" data-comparison-name=\"comparison-table-container-0\" class=\"a-section a-spacing-none table-container\"\u003e  \u003cdiv class=\"table-slider scroll-wrapper-bottom\"\u003e\n                \u003ctable class=\"a-bordered a-horizontal-stripes scroll-width\"\u003e  \u003ctbody\u003e\n\u003ctr\u003e  \u003ctd class=\"attribute empty\"\u003e\u003c\/td\u003e      \u003cth class=\"aplus-data-column top-header active active-item\" style=\"min-width: 230px; width: 230px;\"\u003e     \u003ca class=\"a-link-normal a-text-normal\" title=\"Putty Knife \" href=\"\/dp\/B086JFHVQK?ref=emc_p_m_5_i_atc\"\u003e                                    \u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/c3811ada-3f13-4fa7-a102-8b97f8e4cac6.__CR0,0,200,225_PT0_SX200_V1___.png\"\u003e  \u003cp class=\"product-title\"\u003e Putty Knife  \u003c\/p\u003e \u003c\/a\u003e                         \u003cform method=\"post\" action=\"\/cart\/add-to-cart\/ref=emc_p_m_5_i_atc_c\"\u003e \u003c!-- sp:csrf --\u003e\u003cinput type=\"hidden\" name=\"anti-csrftoken-a2z\" value=\"hGoVeTTETU\/ozBmBsQHlvVC5NBnsMYeK5V3Pu2k1eT0EAAAAAGlSOL4wNDE4OTcyMy01MGZiLTQ4NzQtODZmYi03YzJiZTc4MmIxMDE=\"\u003e\u003c!-- sp:end-csrf --\u003e\n            \u003cinput type=\"hidden\" name=\"items[0.base][asin]\" value=\"B086JFHVQK\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][offerListingId]\" value=\"bGKbxgHPMz2TcJZz3CiZsNDFGkLYCzXAZO9nvRr1PofKtV2K5%2FeXOSBAGHLWF4uS1DdGONW7zWHMLuCn1Q7YQZX1%2BxMTglBTakOioiiU%2FMQQ3QRKJb9jbw91nB9PJBWtPaz%2Fl%2FcRKId5Cz%2F5qfbFfW2MmxzzRNqs0GXeLTJZUqeZjQzEDQNfowK77hxGpkC1\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][quantity]\" value=\"1\"\u003e \u003cinput type=\"hidden\" name=\"clientName\" value=\"Aplus_BuyableModules_DetailPage\"\u003e     \u003cdiv class=\"add-to-cart\"\u003e\n                        \u003cspan class=\"a-button a-spacing-small a-button-primary a-button-icon\" id=\"a-autoid-21\"\u003e\u003cspan class=\"a-button-inner\"\u003e\u003ci class=\"a-icon a-icon-cart\"\u003e\u003c\/i\u003e\u003cinput class=\"a-button-input\" type=\"submit\" aria-labelledby=\"a-autoid-21-announce\"\u003e\u003cspan class=\"a-button-text\" aria-hidden=\"true\" id=\"a-autoid-21-announce\"\u003e Add to Cart \u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e \u003c\/div\u003e\n                  \u003c\/form\u003e       \u003cscript type=\"application\/javascript\"\u003e\n        logShoppableMetrics(\"premium-module-5-comparison-table-scroller\", true)\n    \u003c\/script\u003e\n        \u003c\/th\u003e      \u003cth class=\"aplus-data-column top-header\" style=\"min-width: 230px;\"\u003e     \u003ca class=\"a-link-normal a-text-normal\" title=\"Paint Scraper\" href=\"\/dp\/B07D5782VS?ref=emc_p_m_5_i_atc\"\u003e                                    \u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/b24f6879-b53f-4920-a6b5-de357d7661d6.__CR0,0,200,225_PT0_SX200_V1___.png\"\u003e  \u003cp class=\"product-title\"\u003e Paint Scraper \u003c\/p\u003e \u003c\/a\u003e                         \u003cform method=\"post\" action=\"\/cart\/add-to-cart\/ref=emc_p_m_5_i_atc_c\"\u003e \u003c!-- sp:csrf --\u003e\u003cinput type=\"hidden\" name=\"anti-csrftoken-a2z\" value=\"hGoVeTTETU\/ozBmBsQHlvVC5NBnsMYeK5V3Pu2k1eT0EAAAAAGlSOL4wNDE4OTcyMy01MGZiLTQ4NzQtODZmYi03YzJiZTc4MmIxMDE=\"\u003e\u003c!-- sp:end-csrf --\u003e\n            \u003cinput type=\"hidden\" name=\"items[0.base][asin]\" value=\"B07D5782VS\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][offerListingId]\" value=\"rEi7jHi%2FT2yWF75yegZey28UqVJ3VP7nwfhgVuhWs1G%2BZDvyb3UwLGk6bWNBcW3ID%2FXfbYNs1P954DLOfiUR4NPJORU5CaOCgOScsdgxMcxEzPBmgB1bDVLxDkgOBJP46JxLknYI2KdXYU5Kcq2fn06lwEb6J%2FBstc0tn5GA7%2Ftx7FvhIiDqHztyC4S7mzHw\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][quantity]\" value=\"1\"\u003e \u003cinput type=\"hidden\" name=\"clientName\" value=\"Aplus_BuyableModules_DetailPage\"\u003e     \u003cdiv class=\"add-to-cart\"\u003e\n                        \u003cspan class=\"a-button a-spacing-small a-button-primary a-button-icon\" id=\"a-autoid-22\"\u003e\u003cspan class=\"a-button-inner\"\u003e\u003ci class=\"a-icon a-icon-cart\"\u003e\u003c\/i\u003e\u003cinput class=\"a-button-input\" type=\"submit\" aria-labelledby=\"a-autoid-22-announce\"\u003e\u003cspan class=\"a-button-text\" aria-hidden=\"true\" id=\"a-autoid-22-announce\"\u003e Add to Cart \u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e \u003c\/div\u003e\n                  \u003c\/form\u003e       \u003cscript type=\"application\/javascript\"\u003e\n        logShoppableMetrics(\"premium-module-5-comparison-table-scroller\", true)\n    \u003c\/script\u003e\n        \u003c\/th\u003e      \u003cth class=\"aplus-data-column top-header\" style=\"min-width: 230px;\"\u003e     \u003ca class=\"a-link-normal a-text-normal\" title=\"Paint Scraper\" href=\"\/dp\/B071XDP685?ref=emc_p_m_5_i_atc\"\u003e                                    \u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/841c111a-1cc0-4c53-a403-8e22842703a1.__CR0,0,200,225_PT0_SX200_V1___.png\"\u003e  \u003cp class=\"product-title\"\u003e Paint Scraper \u003c\/p\u003e \u003c\/a\u003e                         \u003cform method=\"post\" action=\"\/cart\/add-to-cart\/ref=emc_p_m_5_i_atc_c\"\u003e \u003c!-- sp:csrf --\u003e\u003cinput type=\"hidden\" name=\"anti-csrftoken-a2z\" value=\"hGoVeTTETU\/ozBmBsQHlvVC5NBnsMYeK5V3Pu2k1eT0EAAAAAGlSOL4wNDE4OTcyMy01MGZiLTQ4NzQtODZmYi03YzJiZTc4MmIxMDE=\"\u003e\u003c!-- sp:end-csrf --\u003e\n            \u003cinput type=\"hidden\" name=\"items[0.base][asin]\" value=\"B071XDP685\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][offerListingId]\" value=\"YJJk3i5CCVRhK6si1W%2FSfDziBpGYAiZggBBTj%2F2emCVGELezYnljKCgWb9Y6QKgO18ymNtE4dnoxKphydDdPMgxlq%2FzQa2FQI6ygZA%2Bsfhp3epm8zVAHHNeYpodIZLF0ho%2FyGlc4BouYr%2FxwTIz%2BTnkxZlxcuBRGGNNndvPw8APVy8L3E7h5G2UO5vLQRKer\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][quantity]\" value=\"1\"\u003e \u003cinput type=\"hidden\" name=\"clientName\" value=\"Aplus_BuyableModules_DetailPage\"\u003e     \u003cdiv class=\"add-to-cart\"\u003e\n                        \u003cspan class=\"a-button a-spacing-small a-button-primary a-button-icon\" id=\"a-autoid-23\"\u003e\u003cspan class=\"a-button-inner\"\u003e\u003ci class=\"a-icon a-icon-cart\"\u003e\u003c\/i\u003e\u003cinput class=\"a-button-input\" type=\"submit\" aria-labelledby=\"a-autoid-23-announce\"\u003e\u003cspan class=\"a-button-text\" aria-hidden=\"true\" id=\"a-autoid-23-announce\"\u003e Add to Cart \u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e \u003c\/div\u003e\n                  \u003c\/form\u003e       \u003cscript type=\"application\/javascript\"\u003e\n        logShoppableMetrics(\"premium-module-5-comparison-table-scroller\", true)\n    \u003c\/script\u003e\n        \u003c\/th\u003e      \u003cth class=\"aplus-data-column top-header\" style=\"min-width: 230px;\"\u003e     \u003ca class=\"a-link-normal a-text-normal\" title=\"Putty Knife \" href=\"\/dp\/B095PSQ488?ref=emc_p_m_5_i_atc\"\u003e                                    \u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/8689075d-e068-4977-b4e6-ede012cf7fea.__CR0,0,200,225_PT0_SX200_V1___.png\"\u003e  \u003cp class=\"product-title\"\u003e Putty Knife  \u003c\/p\u003e \u003c\/a\u003e                         \u003cform method=\"post\" action=\"\/cart\/add-to-cart\/ref=emc_p_m_5_i_atc_c\"\u003e \u003c!-- sp:csrf --\u003e\u003cinput type=\"hidden\" name=\"anti-csrftoken-a2z\" value=\"hGoVeTTETU\/ozBmBsQHlvVC5NBnsMYeK5V3Pu2k1eT0EAAAAAGlSOL4wNDE4OTcyMy01MGZiLTQ4NzQtODZmYi03YzJiZTc4MmIxMDE=\"\u003e\u003c!-- sp:end-csrf --\u003e\n            \u003cinput type=\"hidden\" name=\"items[0.base][asin]\" value=\"B095PSQ488\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][offerListingId]\" value=\"y%2FJzKMXAYNsT08cpbdd6hAuqFDhqb1zfXYhUPhkPriuwHpWHDLuiF%2BhshlKwuC%2BhkFb%2FePM3nghOHraEPhlwjcDynvYSSB%2F5S1Wb2VOUhObgj6cxRYKozavROV8VErhKrW%2F7qVaArJeRgPqX4QKIgjSIw1YlX7zKowdhglb%2BIgX6qkeho5hq5grweTl2qGV0\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][quantity]\" value=\"1\"\u003e \u003cinput type=\"hidden\" name=\"clientName\" value=\"Aplus_BuyableModules_DetailPage\"\u003e     \u003cdiv class=\"add-to-cart\"\u003e\n                        \u003cspan class=\"a-button a-spacing-small a-button-primary a-button-icon\" id=\"a-autoid-24\"\u003e\u003cspan class=\"a-button-inner\"\u003e\u003ci class=\"a-icon a-icon-cart\"\u003e\u003c\/i\u003e\u003cinput class=\"a-button-input\" type=\"submit\" aria-labelledby=\"a-autoid-24-announce\"\u003e\u003cspan class=\"a-button-text\" aria-hidden=\"true\" id=\"a-autoid-24-announce\"\u003e Add to Cart \u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e \u003c\/div\u003e\n                  \u003c\/form\u003e       \u003cscript type=\"application\/javascript\"\u003e\n        logShoppableMetrics(\"premium-module-5-comparison-table-scroller\", true)\n    \u003c\/script\u003e\n        \u003c\/th\u003e      \u003cth class=\"aplus-data-column top-header\" style=\"min-width: 230px;\"\u003e     \u003ca class=\"a-link-normal a-text-normal\" title=\"Razor Blade Scraper\" href=\"\/dp\/B095PRYKLK?ref=emc_p_m_5_i_atc\"\u003e                                    \u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/587c47fd-7130-4898-9a94-6beec84626bf.__CR0,0,200,225_PT0_SX200_V1___.png\"\u003e  \u003cp class=\"product-title\"\u003e Razor Blade Scraper \u003c\/p\u003e \u003c\/a\u003e                         \u003cform method=\"post\" action=\"\/cart\/add-to-cart\/ref=emc_p_m_5_i_atc_c\"\u003e \u003c!-- sp:csrf --\u003e\u003cinput type=\"hidden\" name=\"anti-csrftoken-a2z\" value=\"hGoVeTTETU\/ozBmBsQHlvVC5NBnsMYeK5V3Pu2k1eT0EAAAAAGlSOL4wNDE4OTcyMy01MGZiLTQ4NzQtODZmYi03YzJiZTc4MmIxMDE=\"\u003e\u003c!-- sp:end-csrf --\u003e\n            \u003cinput type=\"hidden\" name=\"items[0.base][asin]\" value=\"B095PRYKLK\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][offerListingId]\" value=\"HJC57uYLDCEs3nPlXhVt%2BobN7HC0SMIwFhi1Qpsj%2FhYm2MHTTbFah8XNtBwywLijjG2wmGq5qKA0e9oLdeLXRX1kJqIklbUa9GoJpw8wqyt%2F5CFAyrBpNaK7u8%2FPJEJZoiGatpUFcT0bR%2FvkRAKDmTs4qyXV32J5oQdup3yUinB7bs%2FqWu9c04xVBpI3H2aW\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][quantity]\" value=\"1\"\u003e \u003cinput type=\"hidden\" name=\"clientName\" value=\"Aplus_BuyableModules_DetailPage\"\u003e     \u003cdiv class=\"add-to-cart\"\u003e\n                        \u003cspan class=\"a-button a-spacing-small a-button-primary a-button-icon\" id=\"a-autoid-25\"\u003e\u003cspan class=\"a-button-inner\"\u003e\u003ci class=\"a-icon a-icon-cart\"\u003e\u003c\/i\u003e\u003cinput class=\"a-button-input\" type=\"submit\" aria-labelledby=\"a-autoid-25-announce\"\u003e\u003cspan class=\"a-button-text\" aria-hidden=\"true\" id=\"a-autoid-25-announce\"\u003e Add to Cart \u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e \u003c\/div\u003e\n                  \u003c\/form\u003e       \u003cscript type=\"application\/javascript\"\u003e\n        logShoppableMetrics(\"premium-module-5-comparison-table-scroller\", true)\n    \u003c\/script\u003e\n        \u003c\/th\u003e      \u003cth class=\"aplus-data-column top-header\" style=\"min-width: 230px;\"\u003e     \u003ca class=\"a-link-normal a-text-normal\" title=\"Razor Blade Scraper\" href=\"\/dp\/B08P2QD5FB?ref=emc_p_m_5_i_atc\"\u003e                                    \u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/fe38be59-af78-4540-ad0d-45852dffb798.__CR0,0,200,225_PT0_SX200_V1___.png\"\u003e  \u003cp class=\"product-title\"\u003e Razor Blade Scraper \u003c\/p\u003e \u003c\/a\u003e                         \u003cform method=\"post\" action=\"\/cart\/add-to-cart\/ref=emc_p_m_5_i_atc_c\"\u003e \u003c!-- sp:csrf --\u003e\u003cinput type=\"hidden\" name=\"anti-csrftoken-a2z\" value=\"hGoVeTTETU\/ozBmBsQHlvVC5NBnsMYeK5V3Pu2k1eT0EAAAAAGlSOL4wNDE4OTcyMy01MGZiLTQ4NzQtODZmYi03YzJiZTc4MmIxMDE=\"\u003e\u003c!-- sp:end-csrf --\u003e\n            \u003cinput type=\"hidden\" name=\"items[0.base][asin]\" value=\"B08P2QD5FB\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][offerListingId]\" value=\"h3zll8wLNTgCSkg%2BQeB%2Bc8lmNLQZ5wZGhhZeoEpcW2bIfjSjtmjYxQqwjppfMs1WFVI2ezWqB5cT8hbaYw0hFsT%2B449zUEPLLp44GxZbBAMOO8dSS7kzhfycv7cNl%2Fc0EDDB8LhoSQ5I19Q4v5Rb85jFohLQx6LggCKvnR3UoDQM0CEOZJyhX53k1lip6EBK\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][quantity]\" value=\"1\"\u003e \u003cinput type=\"hidden\" name=\"clientName\" value=\"Aplus_BuyableModules_DetailPage\"\u003e     \u003cdiv class=\"add-to-cart\"\u003e\n                        \u003cspan class=\"a-button a-spacing-small a-button-primary a-button-icon\" id=\"a-autoid-26\"\u003e\u003cspan class=\"a-button-inner\"\u003e\u003ci class=\"a-icon a-icon-cart\"\u003e\u003c\/i\u003e\u003cinput class=\"a-button-input\" type=\"submit\" aria-labelledby=\"a-autoid-26-announce\"\u003e\u003cspan class=\"a-button-text\" aria-hidden=\"true\" id=\"a-autoid-26-announce\"\u003e Add to Cart \u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e \u003c\/div\u003e\n                  \u003c\/form\u003e       \u003cscript type=\"application\/javascript\"\u003e\n        logShoppableMetrics(\"premium-module-5-comparison-table-scroller\", true)\n    \u003c\/script\u003e\n        \u003c\/th\u003e      \u003cth class=\"aplus-data-column top-header\" style=\"min-width: 230px;\"\u003e     \u003ca class=\"a-link-normal a-text-normal\" title=\"Paint Scraper\" href=\"\/dp\/B086JDRQ8T?ref=emc_p_m_5_i_atc\"\u003e                                    \u003cimg alt=\"\" src=\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media-library-service-media\/c9644c91-6170-44bd-b708-7354f4da1878.__CR0,0,200,225_PT0_SX200_V1___.png\"\u003e  \u003cp class=\"product-title\"\u003e Paint Scraper \u003c\/p\u003e \u003c\/a\u003e                         \u003cform method=\"post\" action=\"\/cart\/add-to-cart\/ref=emc_p_m_5_i_atc_c\"\u003e \u003c!-- sp:csrf --\u003e\u003cinput type=\"hidden\" name=\"anti-csrftoken-a2z\" value=\"hGoVeTTETU\/ozBmBsQHlvVC5NBnsMYeK5V3Pu2k1eT0EAAAAAGlSOL4wNDE4OTcyMy01MGZiLTQ4NzQtODZmYi03YzJiZTc4MmIxMDE=\"\u003e\u003c!-- sp:end-csrf --\u003e\n            \u003cinput type=\"hidden\" name=\"items[0.base][asin]\" value=\"B086JDRQ8T\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][offerListingId]\" value=\"Fbst3snMjpeNtqwlN3XnwXPP323vtZc1DYVvA58w3CIwCTSrLMUMAfKdNMVdsVcFChJi9KV7BvfT1vPHLvqI%2FsdaRWTcHVd31tVFDn%2BonoB1bAfL2WnEYQLMSNBHF1lf78%2FAQJPUEyEn2nmfvmTxXmKyTubSoUGp0XU0QWiqZ8Nd3%2FezvmVa1cEI%2BVnFFeKQ\"\u003e \u003cinput type=\"hidden\" name=\"items[0.base][quantity]\" value=\"1\"\u003e \u003cinput type=\"hidden\" name=\"clientName\" value=\"Aplus_BuyableModules_DetailPage\"\u003e     \u003cdiv class=\"add-to-cart\"\u003e\n                        \u003cspan class=\"a-button a-spacing-small a-button-primary a-button-icon\" id=\"a-autoid-27\"\u003e\u003cspan class=\"a-button-inner\"\u003e\u003ci class=\"a-icon a-icon-cart\"\u003e\u003c\/i\u003e\u003cinput class=\"a-button-input\" type=\"submit\" aria-labelledby=\"a-autoid-27-announce\"\u003e\u003cspan class=\"a-button-text\" aria-hidden=\"true\" id=\"a-autoid-27-announce\"\u003e Add to Cart \u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e \u003c\/div\u003e\n                  \u003c\/form\u003e       \u003cscript type=\"application\/javascript\"\u003e\n        logShoppableMetrics(\"premium-module-5-comparison-table-scroller\", true)\n    \u003c\/script\u003e\n        \u003c\/th\u003e   \u003c\/tr\u003e   \u003ctr\u003e   \u003ctd class=\"attribute a-text-bold\"\u003e \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n                                    \u003cspan class=\"a-text-bold\"\u003e Customer Reviews \u003c\/span\u003e \u003c\/div\u003e\n                            \u003c\/td\u003e      \u003ctd class=\"aplus-data-column active active-item\" style=\"min-width: 230px; width: 230px;\"\u003e                         \u003cstyle\u003e\n    .aplus-v2 .aplus-review-right-padding {\n        padding-right: 0.1rem;\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"\"\u003e\n         \u003cdiv class=\"a-size-base\"\u003e\n                    \u003ci class=\"a-icon a-icon-star-small a-star-small-4-5 a-spacing-none\"\u003e\u003cspan class=\"a-icon-alt\"\u003e4.6 out of 5 stars\u003c\/span\u003e\u003c\/i\u003e  \u003cspan class=\"a-size-mini a-color-base\"\u003e3,010\u003c\/span\u003e  \u003c\/div\u003e\n                \u003c\/div\u003e \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e                         \u003cstyle\u003e\n    .aplus-v2 .aplus-review-right-padding {\n        padding-right: 0.1rem;\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"\"\u003e\n         \u003cdiv class=\"a-size-base\"\u003e\n                    \u003ci class=\"a-icon a-icon-star-small a-star-small-4-5 a-spacing-none\"\u003e\u003cspan class=\"a-icon-alt\"\u003e4.5 out of 5 stars\u003c\/span\u003e\u003c\/i\u003e  \u003cspan class=\"a-size-mini a-color-base\"\u003e1,200\u003c\/span\u003e  \u003c\/div\u003e\n                \u003c\/div\u003e \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e                         \u003cstyle\u003e\n    .aplus-v2 .aplus-review-right-padding {\n        padding-right: 0.1rem;\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"\"\u003e\n         \u003cdiv class=\"a-size-base\"\u003e\n                    \u003ci class=\"a-icon a-icon-star-small a-star-small-4-5 a-spacing-none\"\u003e\u003cspan class=\"a-icon-alt\"\u003e4.7 out of 5 stars\u003c\/span\u003e\u003c\/i\u003e  \u003cspan class=\"a-size-mini a-color-base\"\u003e5,274\u003c\/span\u003e  \u003c\/div\u003e\n                \u003c\/div\u003e \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e                         \u003cstyle\u003e\n    .aplus-v2 .aplus-review-right-padding {\n        padding-right: 0.1rem;\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"\"\u003e\n         \u003cdiv class=\"a-size-base\"\u003e\n                    \u003ci class=\"a-icon a-icon-star-small a-star-small-4-5 a-spacing-none\"\u003e\u003cspan class=\"a-icon-alt\"\u003e4.5 out of 5 stars\u003c\/span\u003e\u003c\/i\u003e  \u003cspan class=\"a-size-mini a-color-base\"\u003e735\u003c\/span\u003e  \u003c\/div\u003e\n                \u003c\/div\u003e \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e                         \u003cstyle\u003e\n    .aplus-v2 .aplus-review-right-padding {\n        padding-right: 0.1rem;\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"\"\u003e\n         \u003cdiv class=\"a-size-base\"\u003e\n                    \u003ci class=\"a-icon a-icon-star-small a-star-small-4-5 a-spacing-none\"\u003e\u003cspan class=\"a-icon-alt\"\u003e4.4 out of 5 stars\u003c\/span\u003e\u003c\/i\u003e  \u003cspan class=\"a-size-mini a-color-base\"\u003e368\u003c\/span\u003e  \u003c\/div\u003e\n                \u003c\/div\u003e \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e                         \u003cstyle\u003e\n    .aplus-v2 .aplus-review-right-padding {\n        padding-right: 0.1rem;\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"\"\u003e\n         \u003cdiv class=\"a-size-base\"\u003e\n                    \u003ci class=\"a-icon a-icon-star-small a-star-small-4-5 a-spacing-none\"\u003e\u003cspan class=\"a-icon-alt\"\u003e4.3 out of 5 stars\u003c\/span\u003e\u003c\/i\u003e  \u003cspan class=\"a-size-mini a-color-base\"\u003e4,927\u003c\/span\u003e  \u003c\/div\u003e\n                \u003c\/div\u003e \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e                         \u003cstyle\u003e\n    .aplus-v2 .aplus-review-right-padding {\n        padding-right: 0.1rem;\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"\"\u003e\n         \u003cdiv class=\"a-size-base\"\u003e\n                    \u003ci class=\"a-icon a-icon-star-small a-star-small-4-5 a-spacing-none\"\u003e\u003cspan class=\"a-icon-alt\"\u003e4.7 out of 5 stars\u003c\/span\u003e\u003c\/i\u003e  \u003cspan class=\"a-size-mini a-color-base\"\u003e6,514\u003c\/span\u003e  \u003c\/div\u003e\n                \u003c\/div\u003e \u003c\/td\u003e   \u003c\/tr\u003e   \u003ctr\u003e   \u003ctd class=\"attribute a-text-bold\"\u003e \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n                                    \u003cspan class=\"a-text-bold\"\u003e Price \u003c\/span\u003e \u003c\/div\u003e\n                            \u003c\/td\u003e      \u003ctd class=\"aplus-data-column active active-item\" style=\"min-width: 230px; width: 230px;\"\u003e  \u003cspan class=\"description\"\u003e\n                                                        \u003cspan class=\"a-price\" data-a-size=\"medium_plus\" data-a-color=\"base\"\u003e\u003cspan class=\"a-offscreen\"\u003e$5.75\u003c\/span\u003e\u003cspan aria-hidden=\"true\"\u003e\u003cspan class=\"a-price-symbol\"\u003e$\u003c\/span\u003e\u003cspan class=\"a-price-whole\"\u003e5\u003cspan class=\"a-price-decimal\"\u003e.\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"a-price-fraction\"\u003e75\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e     \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e  \u003cspan class=\"description\"\u003e\n                                                        \u003cspan class=\"a-price\" data-a-size=\"medium_plus\" data-a-color=\"base\"\u003e\u003cspan class=\"a-offscreen\"\u003e$9.99\u003c\/span\u003e\u003cspan aria-hidden=\"true\"\u003e\u003cspan class=\"a-price-symbol\"\u003e$\u003c\/span\u003e\u003cspan class=\"a-price-whole\"\u003e9\u003cspan class=\"a-price-decimal\"\u003e.\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"a-price-fraction\"\u003e99\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e     \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e  \u003cspan class=\"description\"\u003e\n                                                        \u003cspan class=\"a-price\" data-a-size=\"medium_plus\" data-a-color=\"base\"\u003e\u003cspan class=\"a-offscreen\"\u003e$6.99\u003c\/span\u003e\u003cspan aria-hidden=\"true\"\u003e\u003cspan class=\"a-price-symbol\"\u003e$\u003c\/span\u003e\u003cspan class=\"a-price-whole\"\u003e6\u003cspan class=\"a-price-decimal\"\u003e.\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"a-price-fraction\"\u003e99\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e     \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e  \u003cspan class=\"description\"\u003e\n                                                        \u003cspan class=\"a-price\" data-a-size=\"medium_plus\" data-a-color=\"base\"\u003e\u003cspan class=\"a-offscreen\"\u003e$6.85\u003c\/span\u003e\u003cspan aria-hidden=\"true\"\u003e\u003cspan class=\"a-price-symbol\"\u003e$\u003c\/span\u003e\u003cspan class=\"a-price-whole\"\u003e6\u003cspan class=\"a-price-decimal\"\u003e.\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"a-price-fraction\"\u003e85\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e     \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e  \u003cspan class=\"description\"\u003e\n                                                        \u003cspan class=\"a-price\" data-a-size=\"medium_plus\" data-a-color=\"base\"\u003e\u003cspan class=\"a-offscreen\"\u003e$6.99\u003c\/span\u003e\u003cspan aria-hidden=\"true\"\u003e\u003cspan class=\"a-price-symbol\"\u003e$\u003c\/span\u003e\u003cspan class=\"a-price-whole\"\u003e6\u003cspan class=\"a-price-decimal\"\u003e.\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"a-price-fraction\"\u003e99\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e     \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e  \u003cspan class=\"description\"\u003e\n                                                        \u003cspan class=\"a-price\" data-a-size=\"medium_plus\" data-a-color=\"base\"\u003e\u003cspan class=\"a-offscreen\"\u003e$5.45\u003c\/span\u003e\u003cspan aria-hidden=\"true\"\u003e\u003cspan class=\"a-price-symbol\"\u003e$\u003c\/span\u003e\u003cspan class=\"a-price-whole\"\u003e5\u003cspan class=\"a-price-decimal\"\u003e.\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"a-price-fraction\"\u003e45\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e     \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e  \u003cspan class=\"description\"\u003e\n                                                        \u003cspan class=\"a-price\" data-a-size=\"medium_plus\" data-a-color=\"base\"\u003e\u003cspan class=\"a-offscreen\"\u003e$6.95\u003c\/span\u003e\u003cspan aria-hidden=\"true\"\u003e\u003cspan class=\"a-price-symbol\"\u003e$\u003c\/span\u003e\u003cspan class=\"a-price-whole\"\u003e6\u003cspan class=\"a-price-decimal\"\u003e.\u003c\/span\u003e\u003c\/span\u003e\u003cspan class=\"a-price-fraction\"\u003e95\u003c\/span\u003e\u003c\/span\u003e\u003c\/span\u003e     \u003c\/span\u003e\n                                    \u003c\/td\u003e   \u003c\/tr\u003e    \u003ctr\u003e  \u003ctd class=\"attribute a-text-bold\"\u003e \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n                                    \u003cspan class=\"a-text-bold\"\u003e Quantity \u003c\/span\u003e \u003c\/div\u003e\n                            \u003c\/td\u003e      \u003ctd class=\"aplus-data-column active active-item\" style=\"min-width: 230px; width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                                6    \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                                5    \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                                2    \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                                1    \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                                11    \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                                2    \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                                1    \u003c\/span\u003e\n                                    \u003c\/td\u003e   \u003c\/tr\u003e  \u003ctr\u003e  \u003ctd class=\"attribute a-text-bold\"\u003e \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n                                    \u003cspan class=\"a-text-bold\"\u003e Quality \u003c\/span\u003e \u003c\/div\u003e\n                            \u003c\/td\u003e      \u003ctd class=\"aplus-data-column active active-item\" style=\"min-width: 230px; width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                                Plastic    \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                                Steel \u0026amp; Wood    \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                                Steel \u0026amp; Wood    \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                                Steel \u0026amp; Plastic    \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                                Steel \u0026amp; Plastic    \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                                Steel \u0026amp; Plastic    \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                                Steel \u0026amp; Plastic    \u003c\/span\u003e\n                                    \u003c\/td\u003e   \u003c\/tr\u003e  \u003ctr\u003e  \u003ctd class=\"attribute a-text-bold\"\u003e \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n                                    \u003cspan class=\"a-text-bold\"\u003e Size \u003c\/span\u003e \u003c\/div\u003e\n                            \u003c\/td\u003e      \u003ctd class=\"aplus-data-column active active-item\" style=\"min-width: 230px; width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                                Assorted Sizes    \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                                Assorted Sizes    \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                                3\"    \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                                6\"    \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                                4\"    \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                                1.5\"    \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                                3\"    \u003c\/span\u003e\n                                    \u003c\/td\u003e   \u003c\/tr\u003e  \u003ctr\u003e  \u003ctd class=\"attribute a-text-bold\"\u003e \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n                                    \u003cspan class=\"a-text-bold\"\u003e Ergonomic Handle \u003c\/span\u003e \u003c\/div\u003e\n                            \u003c\/td\u003e      \u003ctd class=\"aplus-data-column active active-item\" style=\"min-width: 230px; width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                             \n                                                    ✔       \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                             \n                                                    ✔       \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                             \n                                                    ✔       \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                             \n                                                    ✔       \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                             \n                                                    ✔       \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                             \n                                                    ✔       \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                             \n                                                    ✔       \u003c\/span\u003e\n                                    \u003c\/td\u003e   \u003c\/tr\u003e  \u003ctr\u003e  \u003ctd class=\"attribute a-text-bold\"\u003e \u003cdiv class=\"comparison-metric-name \" data-inline-content=\"\" data-position=\"triggerRight\"\u003e\n                                    \u003cspan class=\"a-text-bold\"\u003e Heavy Duty \u003c\/span\u003e \u003c\/div\u003e\n                            \u003c\/td\u003e      \u003ctd class=\"aplus-data-column active active-item\" style=\"min-width: 230px; width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                             \n                                                    ✔       \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                             \n                                                    ✔       \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                             \n                                                    ✔       \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                             \n                                                    ✔       \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                             \n                                                    ✔       \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                             \n                                                    ✔       \u003c\/span\u003e\n                                    \u003c\/td\u003e      \u003ctd class=\"aplus-data-column\" style=\"min-width: 230px;\"\u003e \u003cspan class=\"description\"\u003e\n                                             \n                                                    ✔       \u003c\/span\u003e\n                                    \u003c\/td\u003e   \u003c\/tr\u003e  \u003c\/tbody\u003e\n\u003c\/table\u003e \u003c\/div\u003e\n        \u003c\/div\u003e \u003c\/div\u003e\n \u003cscript type=\"text\/javascript\"\u003e(function(f) {var _np=(window.P._namespace(\"PremiumAplusModule\"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {\n    P.when('premium-module-5-comparison-table-scroller', 'ready').execute(function(init){ init() });\n}));\u003c\/script\u003e     \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\u003cbr\u003e\u003cb\u003eProduct Information\u003c\/b\u003e\u003cbr\u003ePackage includes: Set of 6 with variety of size from 1.5\", 2\", 3\", 4\", 5\" and 6\" inches\nPlastic Scrapers are flexible and solvent resistant plastic\nPerfect For spackling, patching, and painting\nBates Putty Knifes set of 6 that fits your needs\nAn excellent alternative to metal knife options\u003cbr\u003e\nMaterial\t‎Plastic\nBrand\t‎Bates Choice\nHandle Material\t‎Plastic\nRecommended Uses For Product\t‎spackling, patching, painting\nProduct Dimensions\t‎6\"L x 2\"W\nManufacturer\t‎Bates Choice\nUPC\t‎850016784261\nItem Weight\t‎0.19 Kilograms\nPart Number\t‎PS06\nItem Weight\t‎6.7 ounces\nItem model number\t‎PS06\nColor\t‎Red\nShape\t‎Red\nItem Package Quantity\t‎1\nBatteries Included?\t‎No\nBatteries Required?\t‎No\u003c\/section\u003e\u003csection class=\"geo-faq\"\u003e\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWill having six blade sizes actually speed up my patching workflow?\u003c\/h3\u003e\n\u003cp\u003eYes. Instead of stopping to find the right tool, you can match the blade width to the repair on the spot. The 1.5 and 2 inch sizes handle nail holes fast, while the 5 and 6 inch sizes let you skim coat larger areas in fewer passes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eI'm a contractor. Is one set enough for a typical job site?\u003c\/h3\u003e\n\u003cp\u003eFor most residential patch and paint prep jobs, one set covers the full range of blade widths you will need. Many contractors keep a second set in the truck as backup, but a single six-pack handles the majority of daily tasks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eDo these hold up during long painting prep days?\u003c\/h3\u003e\n\u003cp\u003eYes. The lightweight 6.7 ounce total weight reduces hand fatigue across an 8 hour shift, and the solvent-resistant plastic does not soften or degrade under heavy use with spackle, joint compound, and paint chemicals.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eCan I use this set for multiple rooms in one day without switching tools?\u003c\/h3\u003e\n\u003cp\u003eYes. The variety pack is designed to move with you from one repair to the next. Whether you are patching a hallway, scraping a bedroom, or spackling a bathroom, you have the blade size you need without leaving the room to grab another tool.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIs the flexible blade a productivity advantage over rigid metal?\u003c\/h3\u003e\n\u003cp\u003eFor most spackle and joint compound work, yes. The flex lets the blade ride the wall and leave a smoother finish in fewer passes, which means less sanding and rework later. Rigid metal is still better for heavy demolition scraping.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eHow do these compare to buying individual putty knives one at a time?\u003c\/h3\u003e\n\u003cp\u003eBuying singles is more expensive per blade and means multiple trips to the store when you need a different size. This bulk six-pack gives you every common size in one purchase at a lower per-tool cost.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWill my handyman crew each need their own set, or can we share one?\u003c\/h3\u003e\n\u003cp\u003eA shared set works well for most crews, but for high-volume job sites many pros prefer one set per worker to avoid downtime. The affordable bulk pricing makes outfitting a small team practical.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIs this set compatible with the spackle and joint compound I already use?\u003c\/h3\u003e\n\u003cp\u003eYes. The blades work with all standard water-based spackling compounds, lightweight joint compounds, vinyl spackle, and patching plasters. There are no compatibility restrictions on common interior repair products.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eCan I use these for wallpaper removal on tight job timelines?\u003c\/h3\u003e\n\u003cp\u003eYes. The rigid-yet-flexible blade lifts wallpaper edges and scrapes residue efficiently. For very thick or multiple layers, a scoring tool is a helpful companion, but the putty knife handles the bulk of the scraping work.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eDo these work for skim coating an entire wall?\u003c\/h3\u003e\n\u003cp\u003eThe 5 and 6 inch blades are well suited for skim coating sections of wall, allowing you to feather joint compound smoothly across larger areas. For a full wall skim, a wider drywall knife is still faster, but for patches this set is excellent.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eHow fast can I patch a typical nail hole with this set?\u003c\/h3\u003e\n\u003cp\u003eWith the 1.5 inch blade, you can load spackle, press it into the hole, and wipe flush in under 30 seconds per hole. Drying time is the main factor, not the application, so the set actually keeps prep time to a minimum.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIs the handle comfortable for repetitive scraping motions?\u003c\/h3\u003e\n\u003cp\u003eYes. The molded plastic handle is sized for a full grip and the light overall weight keeps wrist strain low. For extended scraping sessions, that comfort translates directly into more consistent results.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWill the set hold up to being carried in a tool bag all day?\u003c\/h3\u003e\n\u003cp\u003eYes. The plastic construction is durable enough for daily transport in a tool bag or apron. Unlike metal knives, they will not rust or develop sharp burrs from being jostled against other tools.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIs this set efficient for property managers handling many units?\u003c\/h3\u003e\n\u003cp\u003eYes. Property managers turn over units frequently, and this set covers the range of patch sizes encountered in a typical apartment. Buying in bulk keeps per-unit cost low, which matters when you are patching dozens of units a year.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eCan I use these to speed up a move-out patch job before returning keys?\u003c\/h3\u003e\n\u003cp\u003eYes. The variety of sizes lets you handle small nail holes, dings, and trim scuffs in one pass through each room. Many renters complete a full apartment patch in an afternoon with this set.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eDo these help reduce cleanup time after a patching job?\u003c\/h3\u003e\n\u003cp\u003eYes. The non-marring plastic wipes clean with a damp rag, and leftover spackle does not bond to the surface the way it can on textured or corroded metal. That means faster tool cleanup at the end of the day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eHow do I use this putty knife set to patch a nail hole?\u003c\/h3\u003e\n\u003cp\u003eChoose the 1.5 or 2 inch blade, load a small amount of spackle onto the tip, and press it firmly into the hole at a slight angle. Pull the blade across the surface once to remove excess and leave the patch flush with the wall. Let it dry, then sand lightly and paint.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWhat's the best technique for spreading joint compound smoothly?\u003c\/h3\u003e\n\u003cp\u003eHold the blade at about a 30 degree angle and apply steady pressure as you draw the compound across the surface. For wider patches, use the 5 or 6 inch blade to feather the edges so the patch blends into the surrounding wall. Multiple thin coats produce a smoother result than one thick coat.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eHow do I clean the putty knives after use?\u003c\/h3\u003e\n\u003cp\u003eWipe off excess spackle or compound with a damp rag before it dries. For dried material, soak the blade briefly in warm water and flex it gently to release the residue. The non-marring plastic wipes clean far more easily than metal, which is one of the set's main advantages.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eAre these putty knives compatible with all spackling brands?\u003c\/h3\u003e\n\u003cp\u003eYes. The plastic blades work with all standard water-based spackling compounds, lightweight joint compounds, vinyl spackle, and patching plasters. There are no brand-specific restrictions, so you can use whichever product you already have on hand.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWill these work with oil-based paints and solvents?\u003c\/h3\u003e\n\u003cp\u003eThe blades are solvent-resistant, so they hold up against common oil-based products and cleaning solvents without degrading. For very heavy solvent exposure, wipe the blade clean between uses to extend its life.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWhat is included in the box when I order this set?\u003c\/h3\u003e\n\u003cp\u003eYou receive six plastic putty knife blades in graduated sizes: 1.5 inch, 2 inch, 3 inch, 4 inch, 5 inch, and 6 inch. The set is available in your choice of Red, Green, Black\/Yellow, or Black. No additional accessories are required to get started.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eDo I need to buy anything else to start patching walls?\u003c\/h3\u003e\n\u003cp\u003eYou will want a small tub of spackle or joint compound, a sanding sponge or fine sandpaper, and a damp rag for cleanup. Painter's tape and a drop cloth are helpful for larger jobs. The putty knife set itself is the only tool required from the product line.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eAre these safe to use on all wall types?\u003c\/h3\u003e\n\u003cp\u003eThe non-marring plastic is safe on standard drywall, plaster, painted wood, trim, and most finished surfaces. It is gentle enough for soft finishes that metal would scratch. For very delicate or antique surfaces, test in an inconspicuous spot first.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eHow long will these plastic putty knives last with regular use?\u003c\/h3\u003e\n\u003cp\u003eWith normal household or contractor use, the set typically lasts for years. The plastic does not rust, the handles resist solvents, and the flexible blades do not lose shape the way some metal knives do. Replace them only when the working edge becomes visibly worn.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWhat is the difference between a plastic putty knife and a metal putty knife?\u003c\/h3\u003e\n\u003cp\u003ePlastic putty knives are flexible, lightweight, non-marring, and safer around children and pets. Metal putty knives are rigid, more durable under heavy scraping pressure, and better for tough jobs like removing hardened paint or floor adhesive. For most interior spackle and paint prep, plastic is the better everyday choice.\u003c\/p\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Cleannest Goods","offers":[{"title":"Black and Yellow","offer_id":43220992131149,"sku":"OYDB0C25Q138T","price":5.79,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":43220992163917,"sku":"ZXGB0C99D8GP2","price":7.09,"currency_code":"USD","in_stock":true},{"title":"Green","offer_id":43220992196685,"sku":"DBQB0C25DC89F","price":7.09,"currency_code":"USD","in_stock":true},{"title":"Red","offer_id":43220992229453,"sku":"8UAB086JFHVQK","price":5.48,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0691\/2776\/6093\/files\/set-of-6-blades-in-graduated-sizes-1-5-2-3-4-5-and-6-1.jpg?v=1783528083","url":"https:\/\/cleannestgoods.com\/products\/bates-6-pack-plastic-putty-knife-set-contractor-job-site-tools-efficient-multi-size-scraper-kit","provider":"Cleannest Goods","version":"1.0","type":"link"}