{"title":"Mixer","description":"","products":[{"product_id":"globe-sp05-5-qt-bowl-lift-countertop-mixer-with-guard-standard-accessories","title":"Globe SP05 5 Qt. Bowl Lift Countertop Mixer with Guard \u0026 Standard Accessories","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n      \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 class=\"MsoNormal\" style=\"text-align: center;\"\u003e\u003cb\u003e\u003cspan\u003eGlobe Countertop Mixer SP05 \u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/01_776e42d5-e7c1-4dab-9059-caa611393d05.jpg?v=1746858631\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\u003cspan\u003eGlobe’s SP05 5-quart commercial planetary mixer is equipped with an 800-watt gear-driven motor and a 10-speed transmission system. Its powerful motor can easily handle a variety of ingredients, from 4 pounds of pizza dough to delicate meringue. The compact body features intelligent electronic speed control and load control system, ensuring consistent and stable kneading and mixing performance. It is an efficient and versatile assistant for home kitchens, bakeries, and restaurant kitchens.\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL, US\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.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/nsf-listed_cert.webp?v=1734575949\" alt=\"NSF Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eNSF Listed\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product is NSF certified to meet safety and performance standards established by the American National Standards Institute (ANSI) and the Standards Council of Canada (SCC).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Globe","offers":[{"title":"Default Title","offer_id":50440213758244,"sku":"SP05","price":987.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/01_3957d99f-bd64-44b4-902c-368a70137ab3.jpg?v=1741073737"},{"product_id":"globe-sp08-8-qt-bowl-lift-countertop-mixer-with-guard-standard-accessories","title":"Globe SP08 8 Qt. Bowl Lift Countertop Mixer with Guard \u0026 Standard Accessories","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n      \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;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003eGlobe Countertop Mixer SP08 \u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/01_1a34c453-a1fe-4f83-88a1-1724d5b98f86.jpg?v=1746860574\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\u003cspan\u003eThis Globe 8-quart countertop mixer features a 1\/4 hp gear-driven motor with 3-speed control, providing powerful performance for various mixing tasks. Heat-treated hardened alloy gears offer high torque and quiet operation. Its durable construction ensures years of reliable service, making it ideal for restaurants, school kitchens, pizzerias, and bakeries. The 6-foot cord and grounded plug allow for flexible placement in your kitchen.\u003c\/span\u003e\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\u003eETL, US\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.\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=\"NSF Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/nsf-listed_cert.webp?v=1734575949\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eNSF Listed\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product is NSF certified to meet safety and performance standards established by the American National Standards Institute (ANSI) and the Standards Council of Canada (SCC).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Globe","offers":[{"title":"Default Title","offer_id":50440232304932,"sku":"SP08","price":1627.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/01_3d9e461b-eb85-4e18-b567-ab7b09782570.jpg?v=1741076291"},{"product_id":"globe-sp10-10-qt-planetary-stand-mixer-with-guard-standard-accessories","title":"Globe SP10 10 Qt. Planetary Stand Mixer with Guard \u0026 Standard Accessories","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\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;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003eGlobe Planetary Stand Mixer SP10 \u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/01_67f02fd1-d151-4882-a3d0-0a418fd5d180.jpg?v=1746861064\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\u003cspan\u003eThe Globe SP10 10-quart mixer offers a perfect blend of value, performance, and durability. It features a front-mounted touchpad control panel with a 60-minute digital timer. The 1\/3 hp gear-driven motor with three speeds powers through any batch of ingredients. An ergonomic hand lever easily raises and lowers the bowl, while an interlock system shuts down the mixer when the bowl is lowered for added safety. The 6-foot cord and grounded plug allow for flexible placement in your kitchen.\u003c\/span\u003e\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\u003eETL, US\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.\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=\"NSF Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/nsf-listed_cert.webp?v=1734575949\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eNSF Listed\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product is NSF certified to meet safety and performance standards established by the American National Standards Institute (ANSI) and the Standards Council of Canada (SCC).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Globe","offers":[{"title":"Default Title","offer_id":50442132848932,"sku":"SP10","price":3125.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/01_e79953d2-90a5-454e-b635-5194d0190f1b.jpg?v=1741145816"},{"product_id":"globe-sp20-20-qt-planetary-stand-mixer-with-guard-standard-accessories","title":"Globe SP20 20 Qt. Planetary Stand Mixer with Guard \u0026 Standard Accessories","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\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 class=\"MsoNormal\" style=\"text-align: center;\"\u003e\u003cb\u003e\u003cspan\u003eGlobe Planetary Stand Mixer SP20 \u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/02_3eb6b4d9-fa8b-4e9f-9f3d-66787ddbebf9.jpg?v=1746862281\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\u003cspan\u003eThe Globe SP20 20-quart commercial stand mixer combines mixing power with a compact footprint, perfect for batters, mashed potatoes, and occasional pizza dough, delivering consistent results every time. Durable cast-iron construction and heat-treated gears ensure years of use and quiet operation. An ergonomic hand lever easily raises and lowers the bowl, while an interlock system shuts down the mixer when the bowl is lowered for added safety. Ideal for general-purpose, mid-volume operations, Globe SP20 Mixers power through a wide variety of products like bread dough, pastry, mashed potatoes, and more! Heavy-duty gear drive transmissions and durable construction make these long-lasting kitchen workhorses you can count on.\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL, US\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.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/nsf-listed_cert.webp?v=1734575949\" alt=\"NSF Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eNSF Listed\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product is NSF certified to meet safety and performance standards established by the American National Standards Institute (ANSI) and the Standards Council of Canada (SCC).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Globe","offers":[{"title":"Default Title","offer_id":50442172203300,"sku":"SP20","price":3399.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/02_5ced532a-b1f1-43ad-a417-3fbc21b151a5.jpg?v=1741141210"},{"product_id":"globe-sp25-25-qt-planetary-stand-mixer-with-guard-standard-accessories","title":"Globe SP25 25 Qt. Planetary Stand Mixer with Guard \u0026 Standard Accessories","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n      \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;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003eGlobe Planetary Stand Mixer SP25 \u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/02_57204126-cfb2-45d7-b439-9d5e37538c65.jpg?v=1746862567\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\u003cspan\u003eThe Globe SP25 25-quart commercial stand mixer features a 3\/4 hp, gear-driven motor with three speeds to power through any batch of ingredients! An ergonomic hand lever easily raises and lowers the bowl, while an interlock system shuts down the mixer when the bowl is lowered for added safety. Globe’s SP25 25-quart mixer offers the perfect mix of value, performance, and durability, featuring a front-mounted touch pad control panel with a 60-minute digital timer!\u003c\/span\u003e\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\u003eETL, US\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.\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=\"NSF Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/nsf-listed_cert.webp?v=1734575949\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eNSF Listed\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product is NSF certified to meet safety and performance standards established by the American National Standards Institute (ANSI) and the Standards Council of Canada (SCC).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Globe","offers":[{"title":"Default Title","offer_id":50442289873188,"sku":"SP25","price":5790.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/02_a005da0d-8554-4108-839f-779cef59ffbe.jpg?v=1741145797"},{"product_id":"globe-sp30-30-qt-planetary-floor-mixer-with-guard-standard-accessories","title":"Globe SP30 30 Qt. Planetary Floor Mixer with Guard \u0026 Standard Accessories","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n      \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 class=\"MsoNormal\" style=\"text-align: center;\"\u003e\u003cb\u003e\u003cspan\u003eGlobe Planetary Floor Mixer SP30 \u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/02_c79e51d7-6376-402b-8e60-562fa98ee393.jpg?v=1746929063\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\u003cspan\u003eThe Globe SP30 30-quart commercial stand mixer boasts a powerful, custom-built motor and high-torque transmission. Its durable, heavy-duty construction provides a higher capacity than a standard 30-quart mixer for greater yield per batch. Featuring a 1 hp, gear-driven motor with three speeds, it easily handles any batch of ingredients. An ergonomic hand lever raises and lowers the bowl with ease, while an interlock system shuts down the mixer when the bowl is lowered for added safety. The sleek digital controls with an LED display are easy to clean, and the digital timer provides excellent accuracy, restarting when the mixer is turned off\/on.\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL, US\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.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-20p_nemaplug_cert.webp?v=1735181126\" alt=\"NEMA 5-20P Plug Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e5-20P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 5-20P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/nsf-listed_cert.webp?v=1734575949\" alt=\"NSF Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eNSF Listed\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product is NSF certified to meet safety and performance standards established by the American National Standards Institute (ANSI) and the Standards Council of Canada (SCC).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Globe","offers":[{"title":"Default Title","offer_id":50442565976356,"sku":"SP30","price":7700.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/02_8a47dc06-eb6d-42fc-b66e-9d0d34cb3dfb.jpg?v=1741155503"},{"product_id":"globe-sp40-40-qt-planetary-floor-mixer-with-guard-standard-accessories","title":"Globe SP40 40 Qt. Planetary Floor Mixer with Guard \u0026 Standard Accessories","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n      \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 class=\"MsoNormal\" style=\"text-align: center;\"\u003e\u003cb\u003e\u003cspan\u003eGlobe Planetary Floor Mixer SP40 \u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/02_3dd21e8f-b71c-4696-af75-e638e51bcf52.jpg?v=1746943915\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\u003cspan\u003eThe Globe SP40 40-quart planetary mixer features a 2 hp, gear-driven motor with three speeds, an ergonomic hand lever for easy bowl raising and lowering, an interlock system for added safety, sleek digital controls with an LED display, and a digital timer that restarts when the mixer is turned off\/on. Powerful features and rugged design combine for a reliable, long-lasting mixer with operator protection features and front-facing controls.\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL, US\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.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/L15-20P_2451976a-567d-448b-b440-5b53947517b2.webp?v=1751595934\" alt=\"NEMA L15-20P Plug Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eL15-20P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA L15-20P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/nsf-listed_cert.webp?v=1734575949\" alt=\"NSF Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eNSF Listed\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product is NSF certified to meet safety and performance standards established by the American National Standards Institute (ANSI) and the Standards Council of Canada (SCC).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Globe","offers":[{"title":"Default Title","offer_id":50442756718884,"sku":"SP40","price":13012.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/02_7bd8c7a4-e4a2-4f47-878d-7d3aef49830f.jpg?v=1741158643"},{"product_id":"globe-sp60-60-qt-planetary-floor-mixer-with-guard-standard-accessories","title":"Globe SP60 60 Qt. Planetary Floor Mixer with Guard \u0026 Standard Accessories","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\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;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003eGlobe Planetary Floor Mixer SP60 \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\/01_3bde4e95-595a-4cc1-a284-0c0ea1ac1e28.jpg?v=1747012076\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\u003cspan\u003eThe Globe SP60 60-quart planetary mixer features a 3 hp, gear-driven motor with three speeds, an ergonomic hand lever for easy bowl raising and lowering, and an interlock system for added safety. Its heavy-duty motor, hardened steel alloy gears, and robust construction provide powerful performance and unmatched durability, making it a long-lasting workhorse for your kitchen.\u003c\/span\u003e\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\u003eETL, US\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.\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 L15-20P Plug Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/L15-20P_2451976a-567d-448b-b440-5b53947517b2.webp?v=1751595934\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eL15-20P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA L15-20P 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=\"NSF Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/nsf-listed_cert.webp?v=1734575949\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eNSF Listed\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product is NSF certified to meet safety and performance standards established by the American National Standards Institute (ANSI) and the Standards Council of Canada (SCC).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Globe","offers":[{"title":"Default Title","offer_id":50460970746148,"sku":"SP60","price":17436.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/01_d695820a-c948-411b-b463-2d93bfbf8f86.jpg?v=1741575744"},{"product_id":"globe-sp30p-30-qt-planetary-floor-pizza-mixer-with-guard-standard-accessories","title":"Globe SP30P 30 Qt. Planetary Floor Mixer with Guard \u0026 Standard Accessories","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n      \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 class=\"MsoNormal\" style=\"text-align: center;\"\u003e\u003cb\u003e\u003cspan\u003eGlobe Planetary Floor Mixer SP30P \u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/02_a8e89d99-bfd6-4cfa-8af9-6f50acb5c79d.jpg?v=1747013113\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\u003cspan\u003eThe Globe SP30P 30-quart commercial planetary pizza mixer features a 1.5 hp, gear-driven motor with three speeds, an ergonomic hand lever, and an interlock safety system. Its sleek digital controls with LED display and a digital timer offer precision and convenience. With a powerful, custom-built motor and high-torque transmission, the durable SP30P provides higher capacity than a standard 30-quart mixer for greater yield per batch.\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL, US\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.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/6-20P_cdc5a3ba-9502-48d0-92c7-c51ba2e0148d.webp?v=1751600888\" alt=\"NEMA 6-20P Plug Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003e6-20P\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis unit comes with a NEMA 6-20P plug.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/nsf-listed_cert.webp?v=1734575949\" alt=\"NSF Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eNSF Listed\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product is NSF certified to meet safety and performance standards established by the American National Standards Institute (ANSI) and the Standards Council of Canada (SCC).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Globe","offers":[{"title":"Default Title","offer_id":50461090545956,"sku":"SP30P","price":9273.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/02_22f1602f-35be-4fe4-85ff-3ced80b18413.jpg?v=1741576850"},{"product_id":"hobart-n50-5-qt-bowl-lift-countertop-mixer-with-standard-accessories-120v-1-6-hp","title":"Hobart N50 5 Qt. Bowl Lift Countertop Mixer with Standard Accessories - 120V, 1\/6 HP","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n      \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;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003eHobart Bowl Lift Countertop Mixer N50 \u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/3_54bae773-0d53-48a7-b835-bc5049e793b4.jpg?v=1747720936\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\u003cspan\u003eGreat for small applications, the Hobart N50 5-quart commercial stand mixer measures up! The heavy-duty 1\/6 HP motor and gear-driven transmission help ensure consistent performance. The N50 has three fixed speeds and large-easy-to-reach controls, making this commercial countertop mixer model ideal for culinary schools, small bakeries and restaurants!\u003c\/span\u003e\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=\"UL Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/UL.webp?v=1747101104\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eUL Listed\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by the Underwriters Laboratories (UL) to meet applicable safety standards required for use in the United States.\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=\"NSF Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/nsf-listed_cert.webp?v=1734575949\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eNSF Listed\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product is NSF certified to meet safety and performance standards established by the American National Standards Institute (ANSI) and the Standards Council of Canada (SCC).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Hobart","offers":[{"title":"Default Title","offer_id":50634177904932,"sku":"N50","price":4459.7,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/4_3819b5bd-5204-429a-8087-46bbd52e2efa.jpg?v=1747720936"},{"product_id":"hobart-legacy-hl120-12-qt-planetary-stand-mixer-with-guard-standard-accessories-120v-1-2-hp","title":"Hobart HL120 Legacy+ 12 Qt. Planetary Stand Mixer with Guard \u0026 Standard Accessories - 120V, 1\/2 HP","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\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;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003eHobart Planetary Stand Mixer HL120 \u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/3_21d55e0c-8746-4ac4-ac4e-f29515fb1b67.jpg?v=1747721162\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cp class=\"product-description\"\u003eThe Legacy+® countertop maximum heavy-duty mixers give you more: unmatched power and versatility in limited kitchen spaces. Small but mighty, these heavy-duty commercial countertop mixers are capable of handling a variety of applications, including egg whites, heavy bread dough, whipped cream, cookie dough and more. The new Legacy+ countertop mixers are equipped with the PLUS System, a powerful combination of three industry-leading technologies designed to elevate your mixing experience. The PLUS System includes the VFDadvantage, maximum capacity overheat protection, and a reinforced planetary shaft.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"UL Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/UL.webp?v=1747101104\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eUL Listed\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by the Underwriters Laboratories (UL) to meet applicable safety standards required for use in the United States.\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=\"NSF Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/nsf-listed_cert.webp?v=1734575949\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eNSF Listed\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product is NSF certified to meet safety and performance standards established by the American National Standards Institute (ANSI) and the Standards Council of Canada (SCC).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Hobart","offers":[{"title":"Default Title","offer_id":50636078317860,"sku":"HL120","price":8239.7,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/3_21d55e0c-8746-4ac4-ac4e-f29515fb1b67.jpg?v=1747721408"},{"product_id":"hobart-hl200-legacy-20-qt-planetary-stand-mixer-with-guard-standard-accessories-120v-1-2-hp","title":"Hobart HL200 Legacy+ 20 Qt. Planetary Stand Mixer with Guard \u0026 Standard Accessories - 120V, 1\/2 HP","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n      \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 class=\"MsoNormal\" style=\"text-align: center;\"\u003e\u003cb\u003e\u003cspan\u003eHobart Planetary Stand Mixer HL200 \u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/3_21d55e0c-8746-4ac4-ac4e-f29515fb1b67.jpg?v=1747721217\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cp class=\"product-description\"\u003eThe Legacy+® countertop maximum heavy-duty mixers give you more: unmatched power and versatility in limited kitchen spaces. Small but mighty, these heavy-duty commercial countertop mixers are capable of handling a variety of applications, including egg whites, heavy bread dough, whipped cream, cookie dough and more. The new Legacy+ countertop mixers are equipped with the PLUS System, a powerful combination of three industry-leading technologies designed to elevate your mixing experience. The PLUS System includes the VFDadvantage, maximum capacity overheat protection, and a reinforced planetary shaft.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/UL.webp?v=1747101104\" alt=\"UL Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eUL Listed\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by the Underwriters Laboratories (UL) to meet applicable safety standards required for use in the United States.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/nsf-listed_cert.webp?v=1734575949\" alt=\"NSF Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eNSF Listed\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product is NSF certified to meet safety and performance standards established by the American National Standards Institute (ANSI) and the Standards Council of Canada (SCC).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Hobart","offers":[{"title":"Default Title","offer_id":50636108529956,"sku":"HL200","price":8232.7,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/3_21d55e0c-8746-4ac4-ac4e-f29515fb1b67.jpg?v=1747721408"},{"product_id":"hobart-hl300-legacy-30-qt-planetary-floor-mixer-with-guard-standard-accessories-120v-3-4-hp","title":"Hobart HL300 Legacy+ 30 Qt. Planetary Floor Mixer with Guard \u0026 Standard Accessories - 120V, 3\/4 HP","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\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;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003eHobart Planetary Floor Mixer HL300  \u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/2_2319b037-f4e1-4701-91c6-6338978de113.jpg?v=1747721471\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cp class=\"product-description\"\u003eThe Legacy+® countertop maximum heavy-duty mixers give you more: unmatched power and versatility in limited kitchen spaces. Small but mighty, these heavy-duty commercial countertop mixers are capable of handling a variety of applications, including egg whites, heavy bread dough, whipped cream, cookie dough and more. The new Legacy+ countertop mixers are equipped with the PLUS System, a powerful combination of three industry-leading technologies designed to elevate your mixing experience. The PLUS System includes the VFDadvantage, maximum capacity overheat protection, and a reinforced planetary shaft.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"UL Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/UL_US-_-Canada.webp?v=1747202650\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eUL Listed\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by the Underwriters Laboratories (UL) to meet applicable 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=\"NSF Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/nsf-listed_cert.webp?v=1734575949\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eNSF Listed\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product is NSF certified to meet safety and performance standards established by the American National Standards Institute (ANSI) and the Standards Council of Canada (SCC).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Hobart","offers":[{"title":"Default Title","offer_id":50636145885476,"sku":"HL300","price":16070.6,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/2_2319b037-f4e1-4701-91c6-6338978de113.jpg?v=1747721610"},{"product_id":"hobart-hl400-1std-legacy-40-qt-planetary-floor-mixer-with-guard-standard-accessories-240v-3-phase-1-1-2-hp","title":"Hobart HL400 Legacy+ 40 Qt. Planetary Floor Mixer with Guard \u0026 Standard Accessories - 240V, 3 Phase, 1 1\/2 HP","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\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 class=\"MsoNormal\" style=\"text-align: center;\"\u003e\u003cb\u003e\u003cspan\u003eHobart Planetary Floor Mixer HL400  \u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/2_2319b037-f4e1-4701-91c6-6338978de113.jpg?v=1747721519\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cp class=\"product-description\"\u003eThe Legacy+® countertop maximum heavy-duty mixers give you more: unmatched power and versatility in limited kitchen spaces. Small but mighty, these heavy-duty commercial countertop mixers are capable of handling a variety of applications, including egg whites, heavy bread dough, whipped cream, cookie dough and more. The new Legacy+ countertop mixers are equipped with the PLUS System, a powerful combination of three industry-leading technologies designed to elevate your mixing experience. The PLUS System includes the VFDadvantage, maximum capacity overheat protection, and a reinforced planetary shaft.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/UL_US-_-Canada.webp?v=1747202650\" alt=\"UL Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eUL Listed\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by the Underwriters Laboratories (UL) to meet applicable 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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/nsf-listed_cert.webp?v=1734575949\" alt=\"NSF Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eNSF Listed\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product is NSF certified to meet safety and performance standards established by the American National Standards Institute (ANSI) and the Standards Council of Canada (SCC).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Hobart","offers":[{"title":"Default Title","offer_id":50637876920612,"sku":"HL400","price":20529.6,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/2_2319b037-f4e1-4701-91c6-6338978de113.jpg?v=1747721610"},{"product_id":"hobart-hl600-legacy-60-qt-planetary-floor-mixer-with-guard-standard-accessories-240v-3-phase-2-7-10-hp","title":"Hobart HL600 Legacy+ 60 Qt. Planetary Floor Mixer with Guard \u0026 Standard Accessories - 240V, 3 Phase, 2 7\/10 HP","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n      \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 class=\"MsoNormal\" style=\"text-align: center;\"\u003e\u003cb\u003e\u003cspan\u003eHobart Planetary Floor Mixer HL600  \u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/2_2319b037-f4e1-4701-91c6-6338978de113.jpg?v=1747721549\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cp class=\"product-description\"\u003eThe Legacy+® countertop maximum heavy-duty mixers give you more: unmatched power and versatility in limited kitchen spaces. Small but mighty, these heavy-duty commercial countertop mixers are capable of handling a variety of applications, including egg whites, heavy bread dough, whipped cream, cookie dough and more. The new Legacy+ countertop mixers are equipped with the PLUS System, a powerful combination of three industry-leading technologies designed to elevate your mixing experience. The PLUS System includes the VFDadvantage, maximum capacity overheat protection, and a reinforced planetary shaft.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/UL_US-_-Canada.webp?v=1747202650\" alt=\"UL Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eUL Listed\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by the Underwriters Laboratories (UL) to meet applicable 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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/nsf-listed_cert.webp?v=1734575949\" alt=\"NSF Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eNSF Listed\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product is NSF certified to meet safety and performance standards established by the American National Standards Institute (ANSI) and the Standards Council of Canada (SCC).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Hobart","offers":[{"title":"Default Title","offer_id":50641766678820,"sku":"HL600","price":28492.8,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/2_2319b037-f4e1-4701-91c6-6338978de113.jpg?v=1747721610"},{"product_id":"hobart-hl800-legacy-80-qt-planetary-floor-mixer-with-guard-standard-accessories-240v-3-phase-3-hp","title":"Hobart HL800 Legacy+ 80 Qt. Planetary Floor Mixer with Guard \u0026 Standard Accessories - 240V, 3 Phase, 3 HP","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n      \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;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003eHobart Planetary Floor Mixer HL800  \u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/2_2319b037-f4e1-4701-91c6-6338978de113.jpg?v=1747721581\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cp class=\"product-description\"\u003eThe Legacy+® countertop maximum heavy-duty mixers give you more: unmatched power and versatility in limited kitchen spaces. Small but mighty, these heavy-duty commercial countertop mixers are capable of handling a variety of applications, including egg whites, heavy bread dough, whipped cream, cookie dough and more. The new Legacy+ countertop mixers are equipped with the PLUS System, a powerful combination of three industry-leading technologies designed to elevate your mixing experience. The PLUS System includes the VFDadvantage, maximum capacity overheat protection, and a reinforced planetary shaft.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"UL Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/UL_US-_-Canada.webp?v=1747202650\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eUL Listed\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by the Underwriters Laboratories (UL) to meet applicable 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=\"NSF Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/nsf-listed_cert.webp?v=1734575949\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eNSF Listed\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product is NSF certified to meet safety and performance standards established by the American National Standards Institute (ANSI) and the Standards Council of Canada (SCC).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Hobart","offers":[{"title":"Default Title","offer_id":50643199263012,"sku":"HL800","price":42436.8,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/2_2319b037-f4e1-4701-91c6-6338978de113.jpg?v=1747721610"},{"product_id":"hobart-hl1400-legacy-140-qt-planetary-floor-mixer-with-guard-standard-accessories-240v-3-phase-5-hp","title":"Hobart HL1400 Legacy+ 140 Qt. Planetary Floor Mixer with Guard \u0026 Standard Accessories - 240V, 3 Phase, 5 HP","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n      \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;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003eHobart Planetary Floor Mixer HL1400  \u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/2_2319b037-f4e1-4701-91c6-6338978de113.jpg?v=1747721610\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cp class=\"product-description\"\u003eThe Legacy+® countertop maximum heavy-duty mixers give you more: unmatched power and versatility in limited kitchen spaces. Small but mighty, these heavy-duty commercial countertop mixers are capable of handling a variety of applications, including egg whites, heavy bread dough, whipped cream, cookie dough and more. The new Legacy+ countertop mixers are equipped with the PLUS System, a powerful combination of three industry-leading technologies designed to elevate your mixing experience. The PLUS System includes the VFDadvantage, maximum capacity overheat protection, and a reinforced planetary shaft.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg alt=\"UL Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/UL_US-_-Canada.webp?v=1747202650\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eUL Listed\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product has been certified by the Underwriters Laboratories (UL) to meet applicable 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=\"NSF Certification Logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/nsf-listed_cert.webp?v=1734575949\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eNSF Listed\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThis product is NSF certified to meet safety and performance standards established by the American National Standards Institute (ANSI) and the Standards Council of Canada (SCC).\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Hobart","offers":[{"title":"Default Title","offer_id":50643313459492,"sku":"HL1400","price":55537.3,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/2_2319b037-f4e1-4701-91c6-6338978de113.jpg?v=1747721610"},{"product_id":"hobart-legacy-hsl130-100-qt-130-lb-two-speed-spiral-dough-mixer-208v-3-phase-6-hp","title":"Hobart Legacy HSL130 100 Qt. \/ 130 lb. Two-Speed Spiral Dough Mixer - 208V, 3 Phase, 6 HP","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \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;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003eHobart Two-Speed Spiral Dough Mixer HSL130\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/4_eee448b0-e2d9-4c3a-b0cf-298e0fff8904.jpg?v=1747721656\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\u003cspan\u003eHobart spiral mixers are ideal for creating airy bread and pizza, thanks to their gentle mixing action that ensures stable dough temperature and proper yeast activation. The robust stainless steel dough hook not only rotates but also enhances the spiral mixing effect, resulting in quick mixing and superior product quality, making it perfect for large operations like pizzerias and bakeries. The hooks operate on two speeds - low (100 rpm) and high (200 rpm), while the bowl rotates at 15 rpm.\u003c\/span\u003e\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\u003eETL,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=\"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 been certified by ETL, a division of the Intertek Group, to meet applicable sanitation standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Hobart","offers":[{"title":"Default Title","offer_id":50643996475684,"sku":"HSL130","price":18973.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/3_0eebc3d8-af2e-43b5-be04-292c0a4523c0.jpg?v=1747721689"},{"product_id":"hobart-legacy-hsl180-150-qt-180-lb-two-speed-spiral-dough-mixer-208v-3-phase-6-hp","title":"Hobart Legacy HSL180 150 Qt. \/ 180 lb. Two-Speed Spiral Dough Mixer - 208V, 3 Phase, 6 HP","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \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;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003eHobart Two-Speed Spiral Dough Mixer HSL180\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\/4_eee448b0-e2d9-4c3a-b0cf-298e0fff8904.jpg?v=1747721689\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\u003cspan\u003eHobart spiral mixers are ideal for creating airy bread and pizza, thanks to their gentle mixing action that ensures stable dough temperature and proper yeast activation. The robust stainless steel dough hook not only rotates but also enhances the spiral mixing effect, resulting in quick mixing and superior product quality, making it perfect for large operations like pizzerias and bakeries. The hooks operate on two speeds - low (100 rpm) and high (200 rpm), while the bowl rotates at 15 rpm.\u003c\/span\u003e\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\u003eETL,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=\"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 been certified by ETL, a division of the Intertek Group, to meet applicable sanitation standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Hobart","offers":[{"title":"Default Title","offer_id":50644051984676,"sku":"HSL180","price":36508.5,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/3_0eebc3d8-af2e-43b5-be04-292c0a4523c0.jpg?v=1747721689"},{"product_id":"hobart-legacy-hsl220-170-qt-220-lb-two-speed-spiral-dough-mixer-208v-3-phase-6-hp","title":"Hobart Legacy HSL220 170 Qt. \/ 220 lb. Two-Speed Spiral Dough Mixer - 208V, 3 Phase, 6 HP","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \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;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003eHobart Two-Speed Spiral Dough Mixer HSL220\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/4_14edfbaf-ccc5-4105-b11a-7e54bd88fc26.jpg?v=1747723562\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\u003cspan\u003eHobart spiral mixers are ideal for creating airy bread and pizza, thanks to their gentle mixing action that ensures stable dough temperature and proper yeast activation. The robust stainless steel dough hook not only rotates but also enhances the spiral mixing effect, resulting in quick mixing and superior product quality, making it perfect for large operations like pizzerias and bakeries. The hooks operate on two speeds - low (100 rpm) and high (200 rpm), while the bowl rotates at 15 rpm.\u003c\/span\u003e\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\u003eETL,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=\"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 been certified by ETL, a division of the Intertek Group, to meet applicable sanitation standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Hobart","offers":[{"title":"Default Title","offer_id":50655151554852,"sku":"HSL220","price":43065.4,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/3_66062ea2-68f3-4dff-bcf7-7afd42dd56aa.jpg?v=1747723562"},{"product_id":"hobart-legacy-hsl300-228-qt-300-lb-two-speed-spiral-dough-mixer-208v-3-phase-7-hp","title":"Hobart Legacy HSL300 228 Qt. \/ 300 lb. Two-Speed Spiral Dough Mixer - 208V, 3 Phase, 7 HP","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\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;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003eHobart Two-Speed Spiral Dough Mixer HSL300\u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/4_14edfbaf-ccc5-4105-b11a-7e54bd88fc26.jpg?v=1747723562\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\u003cspan\u003eHobart spiral mixers are ideal for creating airy bread and pizza, thanks to their gentle mixing action that ensures stable dough temperature and proper yeast activation. The robust stainless steel dough hook not only rotates but also enhances the spiral mixing effect, resulting in quick mixing and superior product quality, making it perfect for large operations like pizzerias and bakeries. The hooks operate on two speeds - low (100 rpm) and high (200 rpm), while the bowl rotates at 15 rpm.\u003c\/span\u003e\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\u003eETL,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=\"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 been certified by ETL, a division of the Intertek Group, to meet applicable sanitation standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Hobart","offers":[{"title":"Default Title","offer_id":50655233212708,"sku":"HSL300","price":47080.6,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/3_66062ea2-68f3-4dff-bcf7-7afd42dd56aa.jpg?v=1747723562"},{"product_id":"hobart-legacy-hsu440-314-qt-440-lb-two-speed-spiral-dough-mixer-208v-3-phase-10-6-hp","title":"Hobart Legacy HSU440 314 Qt. \/ 440 lb. Two-Speed Spiral Dough Mixer - 208V, 3 Phase, 10.6 HP","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\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;\" class=\"MsoNormal\"\u003e\u003cb\u003e\u003cspan\u003eHobart Two-Speed Spiral Dough Mixer HSU440 \u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/4_14edfbaf-ccc5-4105-b11a-7e54bd88fc26.jpg?v=1747723562\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\u003cspan\u003eHobart spiral mixers are ideal for creating airy bread and pizza, thanks to their gentle mixing action that ensures stable dough temperature and proper yeast activation. The robust stainless steel dough hook not only rotates but also enhances the spiral mixing effect, resulting in quick mixing and superior product quality, making it perfect for large operations like pizzerias and bakeries. The hooks operate on two speeds - low (100 rpm) and high (200 rpm), while the bowl rotates at 15 rpm.\u003c\/span\u003e\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\u003eETL,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=\"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 been certified by ETL, a division of the Intertek Group, to meet applicable sanitation standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"Hobart","offers":[{"title":"Default Title","offer_id":50655240749348,"sku":"HSU440","price":53204.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/3_66062ea2-68f3-4dff-bcf7-7afd42dd56aa.jpg?v=1747723562"},{"product_id":"chefasst-ca-mxn7c-black-7l-bowl-lift-countertop-mixer-with-standard-accessories-110v-0-36-hp","title":"ChefAsst CA-MXN7C Black 7 Qt. Bowl Lift Countertop Mixer with Standard Accessories","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \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        .container {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    border-radius: 10px;\n    overflow: hidden;\n    border: 1px solid #ccc;\n}\n\n.box {\n    padding: 15px;\n    display: flex;\n    gap: 15px;\n    margin: -0.5px; \n    border: 1px solid #ccc;\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 class=\"MsoNormal\" style=\"text-align: center;\"\u003e\u003cb\u003e\u003cspan\u003eChefAsst Black Bowl Lift Countertop Mixer \u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/02_09614aae-fe08-4fc9-8168-ce4ef97d98c9.jpg?v=1768808554\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eDesigned for small-batch production in restaurant and bakery kitchens, this professional countertop mixer features a durable 304 stainless steel bowl and a removable safety guard, equipped with a dual micro-switch protection system (head-up safety and bowl-fixed switches). With stepless dual-speed control and an independent ON\/OFF switch, it handles 1.5kg of dry dough and 2.4kg of general mixing tasks, ensuring both operational safety and professional mixing performance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL, US\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.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\" alt=\"ETL Sanitation Certification Logo\"\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 been certified by ETL, a division of the Intertek Group, to meet applicable sanitation standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"ChefAsst","offers":[{"title":"Default Title","offer_id":51930085425444,"sku":"CA-MXN7C","price":499.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/01_4cf1756c-8b29-4014-b7ce-22640ea15f8c.jpg?v=1768808554"},{"product_id":"chefasst-ca-mx10a-10l-planetary-stand-mixer-with-guard-standard-accessories-110v-1-hp","title":"ChefAsst CA-MX10A 10 Qt. 3-Speed Planetary Stand Mixer with Guard \u0026 Standard Accessories","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\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        .container {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    border-radius: 10px;\n    overflow: hidden;\n    border: 1px solid #ccc;\n}\n\n.box {\n    padding: 15px;\n    display: flex;\n    gap: 15px;\n    margin: -0.5px; \n    border: 1px solid #ccc;\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 class=\"MsoNormal\" style=\"text-align: center;\"\u003e\u003cb\u003e\u003cspan\u003eChefAsst Planetary Stand Mixer CA-MX10A \u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/02_1a0a0568-ab45-46f4-a5a6-d7a35c69e56a.jpg?v=1768463324\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eThis electrically driven planetary mixer combines versatility and efficiency in a robust aluminum and iron construction, featuring a 304 stainless steel bowl and safety guard along with standard beater, whisk, and dough hook attachments. Designed for both tabletop and floor placement, it handles up to 2kg of dry dough and 3.2kg of general mixing tasks, with an optional timer (0-30 minutes) available for precise operation control.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL, US\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.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\" alt=\"ETL Sanitation Certification Logo\"\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 been certified by ETL, a division of the Intertek Group, to meet applicable sanitation standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"ChefAsst","offers":[{"title":"Default Title","offer_id":51930152861988,"sku":"CA-MX10A","price":899.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/01_2c86b6d8-6bc2-49d3-b418-885895753620.jpg?v=1768462468"},{"product_id":"chefasst-ca-mx20b-20l-planetary-stand-mixer-with-guard-standard-accessories-110v-1-1-2-hp","title":"ChefAsst CA-MX20B 21 Qt. 3-Speed Planetary Stand Mixer with Guard \u0026 Standard Accessories","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\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        .container {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    border-radius: 10px;\n    overflow: hidden;\n    border: 1px solid #ccc;\n}\n\n.box {\n    padding: 15px;\n    display: flex;\n    gap: 15px;\n    margin: -0.5px; \n    border: 1px solid #ccc;\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 class=\"MsoNormal\" style=\"text-align: center;\"\u003e\u003cb\u003e\u003cspan\u003eChefAsst Planetary Stand Mixer CA-MX20B \u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/02_e31037d7-7479-4f80-b30e-40f12e935b4e.jpg?v=1768628250\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eThis planetary mixer is engineered for high-volume production, featuring a floor-standing cast iron frame for stability. It incorporates a 304 stainless steel mixing bowl with safety guard and comes standard with whisk, paddle, and dough hook attachments. Capable of handling up to 5 kg of dry dough and 8 kg of regular mixing capacity, it offers an optional 0-30 minute timer for precise operation and can be equipped with an attachment hub to accommodate additional accessories such as meat grinders and vegetable slicers.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL, US\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.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\" alt=\"ETL Sanitation Certification Logo\"\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 been certified by ETL, a division of the Intertek Group, to meet applicable sanitation standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"ChefAsst","offers":[{"title":"Default Title","offer_id":51931668939044,"sku":"CA-MX20B","price":1099.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/01_92845189-6471-4325-92fa-4a1d1cacc974.jpg?v=1768628250"},{"product_id":"chefasst-ca-mx10c-10l-planetary-stand-mixer-with-guard-standard-accessories-110v-1-hp","title":"ChefAsst CA-MX10C 10 Qt. 3-Speed Planetary Stand Mixer with Guard \u0026 Standard Accessories","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \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        .container {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    border-radius: 10px;\n    overflow: hidden;\n    border: 1px solid #ccc;\n}\n\n.box {\n    padding: 15px;\n    display: flex;\n    gap: 15px;\n    margin: -0.5px; \n    border: 1px solid #ccc;\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 class=\"MsoNormal\" style=\"text-align: center;\"\u003e\u003cb\u003e\u003cspan\u003eChefAsst Planetary Stand Mixer CA-MX10C \u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/02_5048aff3-f2ff-4f62-a762-1aba17237d23.jpg?v=1768535325\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eThis electrically driven planetary mixer combines versatility and efficiency in a robust aluminum and iron construction, featuring a 304 stainless steel bowl and safety guard along with standard beater, whisk, and dough hook attachments. Designed for both tabletop and floor placement, it handles up to 2kg of dry dough and 3.2kg of general mixing tasks, with an optional timer (0-30 minutes) available for precise operation control.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL, US\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.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\" alt=\"ETL Sanitation Certification Logo\"\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 been certified by ETL, a division of the Intertek Group, to meet applicable sanitation standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"ChefAsst","offers":[{"title":"Default Title","offer_id":51931676999972,"sku":"CA-MX10C","price":849.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/01_f8648d98-b795-46e9-af69-c44f0aaa8c9d.jpg?v=1768535325"},{"product_id":"chefasst-ca-mx20c-20l-planetary-stand-mixer-with-guard-standard-accessories-110v-1-1-2-hp","title":"ChefAsst CA-MX20C 21 Qt. 3-Speed Planetary Stand Mixer with Guard \u0026 Standard Accessories","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\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        .container {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    border-radius: 10px;\n    overflow: hidden;\n    border: 1px solid #ccc;\n}\n\n.box {\n    padding: 15px;\n    display: flex;\n    gap: 15px;\n    margin: -0.5px; \n    border: 1px solid #ccc;\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 class=\"MsoNormal\" style=\"text-align: center;\"\u003e\n\u003cb\u003e\u003cspan\u003eChefAsst\u003c\/span\u003e\u003c\/b\u003e\u003cb\u003e\u003cspan\u003e Planetary Stand Mixer \u003c\/span\u003e\u003c\/b\u003e\u003cb\u003e\u003cspan\u003eCA-MX20C\u003c\/span\u003e\u003c\/b\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/02_f54edbc3-5866-49f6-a61b-6535079237f9.jpg?v=1768628823\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003eThis planetary mixer is engineered for high-volume production, featuring a floor-standing cast iron frame for stability. It incorporates a 304 stainless steel mixing bowl with safety guard and comes standard with whisk, paddle, and dough hook attachments. Capable of handling up to 5 kg of dry dough and 8 kg of regular mixing capacity, it offers an optional 0-30 minute timer for precise operation.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL, US\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.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\" alt=\"ETL Sanitation Certification Logo\"\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 been certified by ETL, a division of the Intertek Group, to meet applicable sanitation standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"ChefAsst","offers":[{"title":"Default Title","offer_id":51931681128740,"sku":"CA-MX20C","price":999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/01_f481a3c4-712a-4b67-a64e-a3947f32989e.jpg?v=1768628823"},{"product_id":"chefasst-ca-mx30b-30l-planetary-floor-mixer-with-guard-standard-accessories-110v-2-hp","title":"ChefAsst CA-MX30B 32 Qt. 3-Speed Planetary Floor Mixer with Guard \u0026 Standard Accessories","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\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        .container {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    width: 100%;\n    max-width: 1200px;\n    margin: 0 auto;\n    border-radius: 10px;\n    overflow: hidden;\n    border: 1px solid #ccc;\n}\n\n.box {\n    padding: 15px;\n    display: flex;\n    gap: 15px;\n    margin: -0.5px; \n    border: 1px solid #ccc;\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 class=\"MsoNormal\" style=\"text-align: center;\"\u003e\u003cb\u003e\u003cspan\u003eChefAsst Planetary Floor Mixer CA-MX30B \u003c\/span\u003e\u003c\/b\u003e\u003c\/h2\u003e\n\u003cdiv class=\"product-container\"\u003e\n\u003cdiv class=\"product-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/02_f2231add-7417-46cb-9b57-e54834722eee.jpg?v=1768808897\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\u003cspan\u003eThis planetary mixer is engineered for high-volume production, featuring a floor-standing cast iron frame for stability. It incorporates a 304 stainless steel mixing bowl with safety guard and comes standard with whisk, paddle, and dough hook attachments. Capable of handling up to 7.5 kg of dry dough and 11.3 kg of regular mixing capacity, it offers an optional 0-30 minute timer for precise operation and can be equipped with an attachment hub to accommodate additional accessories such as meat grinders and vegetable slicers.\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-us_cert.webp?v=1741922579\" alt=\"ETL US Certification Logo\"\u003e\u003c\/figure\u003e\n\u003cdiv class=\"text\"\u003e\n\u003ch2\u003e\u003cstrong\u003eETL, US\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.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"box\"\u003e\n\u003cfigure class=\"box-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/5-15p_nemaplug_cert.webp?v=1736838831\" alt=\"NEMA 5-15P Plug Certification Logo\"\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 src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/etl-sanitation_cert.webp?v=1733102467\" alt=\"ETL Sanitation Certification Logo\"\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 been certified by ETL, a division of the Intertek Group, to meet applicable sanitation standards required for use in the United States and Canada.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e","brand":"ChefAsst","offers":[{"title":"Default Title","offer_id":51931727823140,"sku":"CA-MX30B","price":1799.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0777\/0154\/6276\/files\/01_1dfdb3cb-46ab-42a8-ae17-3f08606aa0f8.jpg?v=1768808896"}],"url":"https:\/\/chumartusa.com\/collections\/mixer.oembed?page=2","provider":"Chumart | Commercial Kitchen Equipment for Restaurants \u0026 Food Service","version":"1.0","type":"link"}