{"title":"Meat Grinder","description":"","products":[{"product_id":"chefasst-hm-12-meat-grinder-850w","title":"ChefAsst HM-12 Meat Grinder - 850W","description":"\u003cstyle\u003e\n        \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start;\n    \n    padding: 20px;\n    transition: opacity 0.3s ease; \n\n        }\n\n      \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n        \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n      \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 style=\"text-align: center;\"\u003e\u003cb\u003e\u003cspan\u003eChefAsst Meat Grinder HM-12\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/02_837c4e6b-5319-4919-8f91-00d7af28d785.jpg?v=1755766762\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cspan\u003eOur powerful 850W meat grinder handles high volumes, grinding up to 264.56 lb.\/h. It offers precision with 0.2\" \u0026amp; 0.3\" grinding plates and is built from stainless steel for durability. Easy to clean and safe with overload protection and ETL certifications, it's ideal for restaurants and butchers.\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL US Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"NEMA 5-15P Plug Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL Sanitation Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"ChefAsst","offers":[{"title":"Default Title","offer_id":49735151255844,"sku":"HM-12","price":399.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/01_47714ff0-96c6-47dc-bcab-b9b17ea64330.jpg?v=1755766761"},{"product_id":"chefasst-hm-22-meat-grinder-1100w","title":"ChefAsst HM-22 Meat Grinder - 1100W","description":"\u003cstyle\u003e\n        \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px;\n    transition: opacity 0.3s ease; \n\n        }\n\n        \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n       \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n      \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 style=\"text-align: center;\"\u003e\u003cb\u003e\u003cspan\u003eChefAsst Meat Grinder HM-22\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/02_c1ba0008-e9a8-452f-96c5-45d651a2f2b1.jpg?v=1755825115\"\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cspan\u003eOur powerful 1100W meat grinder handles high volumes, grinding up to 485.02 lb.\/h. It offers precision with 0.2\" \u0026amp; 0.3\" grinding plates and is built from stainless steel for durability. Easy to clean and safe with overload protection and ETL certifications, it's ideal for restaurants and butchers.\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL US Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"NEMA 5-15P Plug Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL Sanitation Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"ChefAsst","offers":[{"title":"Default Title","offer_id":49735192183076,"sku":"HM-22","price":499.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/02_c1ba0008-e9a8-452f-96c5-45d651a2f2b1.jpg?v=1755825205"},{"product_id":"chefasst-hm-22a-meat-grinder-1100w","title":"ChefAsst HM-22A Meat Grinder - 1100W","description":"\u003cstyle\u003e\n      \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n     \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n      \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n        \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 style=\"text-align: center;\"\u003e\u003cstrong\u003eChefAsst Meat Grinder HM-22A\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/02_c1ba0008-e9a8-452f-96c5-45d651a2f2b1.jpg?v=1755825171\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cspan\u003eOur powerful 1100W meat grinder handles high volumes, grinding up to 485.02 lb.\/h. It offers precision with 0.2\" \u0026amp; 0.3\" grinding plates and is built from stainless steel for durability. Easy to clean and safe with overload protection and ETL certifications, it's ideal for restaurants and butchers.\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL US Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"NEMA 5-15P Plug Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL Sanitation Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"ChefAsst","offers":[{"title":"Default Title","offer_id":49735236944164,"sku":"HM-22A","price":599.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/02_c1ba0008-e9a8-452f-96c5-45d651a2f2b1.jpg?v=1755825205"},{"product_id":"chefasst-hm-12n-meat-grinder-850w","title":"ChefAsst HM-12N Meat Grinder - 850W","description":"\u003cstyle\u003e\n       \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n     \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n       \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n       \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 style=\"text-align: center;\"\u003e\u003cb\u003e\u003cspan\u003eChefAsst Meat Grinder HM-12N\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/02_87bd7519-4683-4080-bf63-3c99f0e14da4.jpg?v=1755766813\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cspan\u003eOur powerful 850W meat grinder handles high volumes, grinding up to 264.56 lb.\/h. It offers precision with 0.2\" \u0026amp; 0.3\" grinding plates and is built from stainless steel for durability. Easy to clean and safe with overload protection and ETL certifications, it's ideal for restaurants and butchers.\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL US Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"NEMA 5-15P Plug Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL Sanitation Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"ChefAsst","offers":[{"title":"Default Title","offer_id":49735279444260,"sku":"HM-12N","price":399.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/01_2efaecff-7828-478a-88ec-3a0b767d41f6.jpg?v=1755766812"},{"product_id":"chefasst-hfm-8-meat-grinder-250w","title":"ChefAsst HFM-8 Meat Grinder - 250W","description":"\u003cstyle\u003e\n        \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n       \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n       \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n       \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 style=\"text-align: center;\"\u003e\u003cstrong\u003eChefAsst Meat Grinder HFM-8 \u003c\/strong\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/3_cced89fe-be9b-461b-83e0-f40f3946c636.jpg?v=1755324429\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cspan\u003eOur powerful 250W meat grinder handles high volumes, grinding up to 176.37 lb.\/h. It offers precision with 0.2\" \u0026amp; 0.3\" grinding plates and is built from stainless steel for durability. Easy to clean and safe with overload protection and ETL certifications, it's ideal for restaurants and butchers.\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL US Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"NEMA 5-15P Plug Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL Sanitation Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"ChefAsst","offers":[{"title":"Default Title","offer_id":49735308640548,"sku":"HFM-8","price":350.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/3_cced89fe-be9b-461b-83e0-f40f3946c636.jpg?v=1755325263"},{"product_id":"chefasst-hfm-12-meat-grinder-550w","title":"ChefAsst HFM-12 Meat Grinder - 550W","description":"\u003cstyle\u003e\n       \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n       \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n      \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n      \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 style=\"text-align: center;\"\u003e\u003cb\u003e\u003cspan\u003eChefAsst Meat Grinder HFM-12 \u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/3_c7327acc-d9cf-4ea7-8768-18b25522d884.jpg?v=1755325374\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cspan\u003eOur powerful 550W meat grinder handles high volumes, grinding up to 264.56 lb.\/h. It offers precision with 0.2\" \u0026amp; 0.3\" grinding plates and is built from stainless steel for durability. Easy to clean and safe with overload protection and ETL certifications, it's ideal for restaurants and butchers.\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL US Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"NEMA 5-15P Plug Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL Sanitation Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"ChefAsst","offers":[{"title":"Default Title","offer_id":49735334494500,"sku":"HFM-12","price":399.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/3_598f8118-0ed0-49f3-97a7-252885f70ae9.jpg?v=1755325382"},{"product_id":"chefasst-hfm-22-meat-grinder-1100w","title":"ChefAsst HFM-22 Meat Grinder - 1100W","description":"\u003cstyle\u003e\n        \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease;\n\n        }\n\n       \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n       \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n       \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 style=\"text-align: center;\"\u003e\u003cb\u003e\u003cspan\u003eChefAsst Meat Grinder HFM-22\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/3_4fcf8858-62b4-4a38-9e2c-17642cad5105.jpg?v=1755324561\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cspan\u003eOur powerful 1100W meat grinder handles high volumes, grinding up to 485.02 lb.\/h. It offers precision with 0.2\" \u0026amp; 0.3\" grinding plates and is built from stainless steel for durability. Easy to clean and safe with overload protection and ETL certifications, it's ideal for restaurants and butchers.\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL US Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"NEMA 5-15P Plug Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL Sanitation Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"ChefAsst","offers":[{"title":"Default Title","offer_id":49735376142628,"sku":"HFM-22","price":599.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/3_4fcf8858-62b4-4a38-9e2c-17642cad5105.jpg?v=1755325344"},{"product_id":"chefasst-hfm-32-meat-grinder-1500w","title":"ChefAsst HFM-32 Meat Grinder - 1500W","description":"\u003cstyle\u003e\n       \n        .product-container {\n            display: flex;\n            justify-content: space-between;\n            gap: 0%;\n            margin: 20px auto;\n            flex-wrap: wrap;\n            max-width: 1200px;\n        }\n\n        .product-image {\n            width: 48%;\n        }\n\n        .product-image img {\n            width: 100%;\n            height: auto;\n            display: block;\n            justify-content: center;\n        }\n\n        .product-description {\n   width: 52%;\n    text-align: left;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: flex-start; \n    \n    padding: 20px; \n    transition: opacity 0.3s ease; \n\n        }\n\n        \n        .container {\n            display: flex;\n            flex-wrap: wrap;\n            width: 100%;\n            margin: 0 auto;\n            padding: 0;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            overflow: hidden;\n            max-width: 1200px;\n        }\n\n        .box {\n            width: 33.33%;\n            box-sizing: border-box;\n            padding: 15px;\n            display: flex;\n            flex-direction: row;\n            gap: 15px;\n            position: relative;\n            margin: 0;\n        }\n\n        .box-image {\n            margin: 0;\n            padding: 0;\n            flex-shrink: 0;\n        }\n\n        .box-image img {\n            width: 50px;\n            height: 50px;\n            display: block;\n            object-fit: contain;\n        }\n\n        .text {\n            display: flex;\n            flex-direction: column;\n            align-items: flex-start;\n            flex: 1;\n        }\n\n        .text h2 {\n            font-size: 14px;\n            line-height: 1.2;\n            color: #000000;\n            margin: 0 0 6px 0;\n            font-weight: 600;\n        }\n\n        .text p {\n            font-size: 11px;\n            line-height: 1.4;\n            color: #333;\n            margin: 0;\n        }\n\n        .box:not(:last-child):after {\n            content: '';\n            position: absolute;\n            right: 0;\n            top: 0%;\n            height: 100%;\n            width: 1px;\n            background-color: #ccc;\n        }\n\n       \n        .video-player-container {\n            max-width: 1200px;\n          margin: 40px auto 0; \n\n        }\n\n        .video-player-wrapper {\n            position: relative;\n            width: 100%;\n            height: 0;\n            padding-bottom: 56.25%;\n            border-radius: 12px;\n            background: #000;\n            overflow: hidden;\n            margin-bottom: 20px;\n        }\n\n        #videoPlayerMain {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100% !important;\n            height: 100% !important;\n            border-radius: 12px;\n            transition: opacity 0.3s ease;\n            object-fit: fill;\n        }\n\n        #videoPlayerTitle {\n            font-size: 24px;\n            margin: 20px 0;\n            color: #333;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-thumbnail-grid {\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(6, 1fr);\n            gap: 20px;\n            margin-top: 20px;\n        }\n\n        .video-player-thumbnail {\n            cursor: pointer;\n            transition: transform 0.2s;\n            overflow: hidden;\n            border-radius: 8px;\n            position: relative;\n            width: 100%;\n        }\n\n        .video-player-thumbnail:hover {\n            transform: scale(1.05);\n        }\n\n        .video-player-thumbnail img {\n            width: 110px;\n            height: auto;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        .video-player-thumbnail p {\n            display: none;\n        }\n\n        .video-player-content-wrapper {\n            display: flex;\n            gap: 2%;\n            flex-wrap: wrap;\n        }\n\n        .video-player-section {\n            flex: 0 0 65%;\n            width: 65%;\n            min-width: 65%;\n            max-width: 65%;\n        }\n\n        .video-player-description {\n            flex: 0 0 33%;\n            width: 33%;\n            min-width: 33%;\n            padding: 20px;\n            background: #f5f5f5;\n            border-radius: 12px;\n            align-self: flex-start;\n            transition: opacity 0.3s ease;\n        }\n\n        .video-player-description h3 {\n            margin-top: 0;\n            font-size: 20px;\n            color: #333;\n        }\n\n        .video-player-description p {\n            line-height: 1.6;\n            color: #666;\n            text-align: left;\n        }\n\n       \n        @media (max-width: 768px) {\n          * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box; \n}\n\n            .product-container {\n                flex-direction: column-reverse;\n            }\n            \n            .product-image,\n            .product-description {\n                width: 100%;\n                margin: 10px 0;\n            }\n\n            .product-description h4 {\n                font-size: 12px;\n            }\n\n            .product-description p {\n                font-size: 10px;\n            }\n\n            .container {\n                flex-direction: column;\n            }\n            \n            .box {\n                width: 100%;\n                padding: 15px;\n            }\n            \n            .box:not(:last-child):after {\n                right: 0%;\n                left: 0%;\n                top: auto;\n                bottom: 0;\n                width: 100%;\n                height: 1px;\n            }\n\n            .video-player-content-wrapper {\n                flex-direction: column;\n            }\n\n            .video-player-section,\n            .video-player-description {\n                flex: 0 0 100%;\n                width: 100%;\n                min-width: 100%;\n                max-width: 100%;\n            }\n\n            .video-player-wrapper {\n                width: 100%;\n                padding-bottom: 56.25%;\n            }\n\n            #videoPlayerMain {\n                width: 100% !important;\n                height: 100% !important;\n            }\n\n            .video-player-description {\n                margin-top: 20px;\n                width: calc(100% - 40px);\n            }\n\n            .video-player-thumbnail-grid {\n                width: 100%;\n                grid-template-columns: repeat(4, 1fr);\n                gap: 10px;\n            }\n\n            .video-player-thumbnail img {\n                width: 100%;\n                height: auto;\n            }\n        }\n    \u003c\/style\u003e\n\u003ch2 style=\"text-align: center;\"\u003e\u003cb\u003e\u003cspan\u003eChefAsst Meat Grinder HFM-32\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/1_c6d5d8cb-4f86-455d-9819-c9b025ee4b72.jpg?v=1755324561\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cspan\u003eOur powerful 1500W meat grinder handles high volumes, grinding up to 705.48 lb.\/h. It offers precision with 0.2\" \u0026amp; 0.3\" grinding plates and is built from stainless steel for durability. Easy to clean and safe with overload protection and ETL certifications, it's ideal for restaurants and butchers.\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL US Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e ETL US \u0026amp; Canada\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by ETL, a division of the Intertek Group, to meet applicable electrical product safety standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"NEMA 5-15P Plug Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-15P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-15P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"ETL Sanitation Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL Sanitation\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has obtained ETL Sanitary Certification and meets NSF\/ANSI standards for sanitary performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"ChefAsst","offers":[{"title":"Default Title","offer_id":49735410417956,"sku":"HFM-32","price":699.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/3_4fcf8858-62b4-4a38-9e2c-17642cad5105.jpg?v=1755325344"}],"url":"https:\/\/chumartusa.com\/collections\/meat-grinder.oembed","provider":"Chumart | Commercial Kitchen Equipment for Restaurants \u0026 Food Service","version":"1.0","type":"link"}