{"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","url":"https:\/\/chumartusa.com\/products\/chefasst-ca-mx10c-10l-planetary-stand-mixer-with-guard-standard-accessories-110v-1-hp","provider":"Chumart | Commercial Kitchen Equipment for Restaurants \u0026 Food Service","version":"1.0","type":"link"}