{"product_id":"hurom-table-blender","title":"Hurom Table Blender","description":"\u003cstyle id=\"ace-base\" class=\"ace-style\"\u003e\n.ace-template, .ace-template * {\n  box-sizing: border-box;\n}\n.ace-template :is(img, video) {\n  max-width: 100%;\n  border-radius: 0;\n  vertical-align: top;\n}\n.ace-template [data-type=\"image\"] {\n  font-size: 0;\n}\n.ace-template [data-type=\"image\"]:not(img):empty {\n  display: none;\n}\n.ace-template [data-type=\"link\"]:empty {\n  display: none;\n}\n\n\/* Product *\/\n.ace-product__price .ace-product__price-integer {\n  display: none;\n}\n.ace-product__price[data-has-sale=\"true\"] .ace-product__regular-price {\n  margin-left: 4px;\n  text-decoration: line-through;\n  opacity: 0.7;\n}\n.ace-product__price[data-currency-symbol], .ace-product__price [data-currency-symbol] {\n  display: flex;\n  align-items: flex-end;\n}\n.ace-product__price[data-currency-symbol]::before, .ace-product__price [data-currency-symbol]::before {\n  content: attr(data-currency-symbol);\n}\n\n\/* Hotspot *\/\n.ace-hotspot {\n  --dot-size: 20px;\n  --dot-color: rgba(255, 0, 0, 0.8);\n  --dot-border-width: 2px;\n  --dot-border-style: solid;\n  --dot-border-color: white;\n  --dot-border-radius: 50%;\n  --content-spacing: 8px;\n  --content-border-radius: 8px;\n  --content-box-shadow: 0 2px 8px rgba(0,0,0,0.2);\n  --content-background-color: white;\n  --content-padding: 15px;\n  --content-min-width: 200px;\n  --content-max-width: 300px;\n  position: relative;\n  display: grid;\n  place-items: center;\n}\n.ace-hotspot .ace-hotspot-image-container {\n  position: relative;\n  display: inline-block;\n  padding: 0;\n  margin: 0;\n}\n.ace-hotspot .ace-hotspot-image-container img {\n  display: block;\n  max-width: 100%;\n  height: auto;\n}\n.ace-hotspot .ace-hotspot-dot {\n  display: block !important;\n  position: absolute;\n  width: var(--dot-size);\n  height: var(--dot-size);\n  background: var(--dot-color);\n  border: var(--dot-border-width) var(--dot-border-style) var(--dot-border-color);\n  border-radius: var(--dot-border-radius);\n  box-sizing: border-box;\n  cursor: pointer;\n  transform: translate(-50%, -50%);\n  z-index: 10;\n}\n.ace-hotspot .ace-hotspot-item {\n  position: absolute;\n  background: var(--content-background-color);\n  padding: var(--content-padding);\n  border-radius: var(--content-border-radius);\n  box-shadow: var(--content-box-shadow);\n  z-index: 20;\n  min-width: var(--content-min-width);\n  max-width: var(--content-max-width);\n  display: none;\n}\n.ace-hotspot .ace-hotspot-item.active {\n  display: block;\n}\n.ace-hotspot .ace-hotspot-item[data-pointer-position=\"top-left\"] {\n  transform: translate(calc(var(--dot-size) * 0.5 + var(--content-spacing)), calc(var(--dot-size) * -0.5));\n}\n.ace-hotspot .ace-hotspot-item[data-pointer-position=\"top-right\"] {\n  transform: translate(calc(-100% - var(--dot-size) * 0.5 - var(--content-spacing)), calc(var(--dot-size) * -0.5));\n}\n.ace-hotspot .ace-hotspot-item[data-pointer-position=\"bottom-left\"] {\n  transform: translate(calc(var(--dot-size) * 0.5 + var(--content-spacing)), calc(-100% + var(--dot-size) * 0.5));\n}\n.ace-hotspot .ace-hotspot-item[data-pointer-position=\"bottom-right\"] {\n  transform: translate(calc(-100% - var(--dot-size) * 0.5 - var(--content-spacing)), calc(-100% + var(--dot-size) * 0.5));\n}\n\n\/* Divider *\/\n.ace-divider {\n  width: 100%;\n  margin: 20px 0;\n  border: none;\n  height: 1px;\n  background-color: #e0e0e0;\n}\n.ace-divider.ace-divider-solid {\n  border-top: 1px solid #ccc;\n}\n.ace-divider.ace-divider-dashed {\n  border-top: 1px dashed #ccc;\n}\n.ace-divider.ace-divider-dotted {\n  border-top: 1px dotted #ccc;\n}\n.ace-divider.ace-divider-thick {\n  border-top: 3px solid #ccc;\n}\n.ace-divider.ace-divider-thin {\n  border-top: 0.5px solid #ccc;\n}\n\n\/* Carousel *\/\n.ace-carousel {\n  position: relative;\n  overflow: hidden;\n  margin: 20px 0;\n}\n.ace-carousel .swiper {\n  width: 100%;\n  height: 100%;\n}\n.ace-carousel .swiper-slide {\n  height: auto;\n  text-align: center;\n  font-size: 18px;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n}\n.ace-carousel .swiper-slide img {\n  display: block;\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}\n.ace-carousel .swiper-pagination {\n  position: relative;\n  margin-top: 20px;\n}\n.ace-carousel .swiper-button-next, .ace-carousel .swiper-button-prev {\n  color: #000;\n}\n.ace-carousel .swiper-button-next:empty, .ace-carousel .swiper-button-prev:empty {\n  display: block;\n}\n.ace-carousel .swiper-navigation-disabled ~ .swiper-button-next, .ace-carousel .swiper-navigation-disabled ~ .swiper-button-prev {\n  display: none;\n}\n.ace-carousel .swiper-button-next.swiper-button-disabled, .ace-carousel .swiper-button-prev.swiper-button-disabled {\n  display: none;\n}\n\n\/* Tab *\/\n.ace-tab {\n  width: 100%;\n  margin: 20px 0;\n}\n.ace-tab .ace-tab-buttons {\n  display: flex;\n  border-bottom: 1px solid #ddd;\n  margin-bottom: 20px;\n}\n.ace-tab .ace-tab-button {\n  padding: 10px 20px;\n  border: none;\n  background: none;\n  cursor: pointer;\n  border-bottom: 2px solid transparent;\n  transition: all 0.3s ease;\n}\n.ace-tab .ace-tab-button:hover {\n  background: #f5f5f5;\n}\n.ace-tab .ace-tab-button.active {\n  border-bottom-color: #007cba;\n  color: #007cba;\n}\n.ace-tab .ace-tab-panel {\n  display: none;\n}\n.ace-tab .ace-tab-panel.active {\n  display: block;\n}\n.ace-tab-pills .ace-tab-buttons {\n  border-bottom: none;\n}\n.ace-tab-pills .ace-tab-button {\n  border: 1px solid #ddd;\n  border-radius: 20px;\n  margin-right: 10px;\n  background: #fff;\n}\n.ace-tab-pills .ace-tab-button.active {\n  background: #007cba;\n  color: #fff;\n  border-color: #007cba;\n}\n.ace-tab-underline .ace-tab-buttons {\n  border-bottom: 2px solid #ddd;\n}\n.ace-tab-underline .ace-tab-button {\n  border-bottom: 2px solid transparent;\n  margin-bottom: -2px;\n}\n.ace-tab-underline .ace-tab-button.active {\n  border-bottom-color: #007cba;\n}\n.ace-template .ace-tab .ace-tab-buttons, .ace-template .ace-tab .ace-tab-content {\n  display: none !important;\n}\n.ace-template .ace-tab .ace-field[data-name*=\"tab-label\"] {\n  font-weight: bold;\n  color: #007cba;\n  border-bottom: 2px solid #007cba;\n  padding: 10px 0;\n  margin-bottom: 15px;\n}\n.ace-template .ace-tab .ace-group[data-name*=\"tab-content\"] {\n  margin-bottom: 30px;\n  padding: 15px;\n  border: 1px solid #ddd;\n  border-radius: 4px;\n  background: #f8f9fa;\n}\n.ace-preview .ace-tab .ace-tab-buttons, .ace-preview .ace-tab .ace-tab-content, .ace-tab:not(.ace-template .ace-tab) .ace-tab-buttons, .ace-tab:not(.ace-template .ace-tab) .ace-tab-content {\n  display: block !important;\n}\n.ace-preview .ace-tab .ace-field[data-name*=\"tab-label\"], .ace-preview .ace-tab .ace-group[data-name*=\"tab-content\"], .ace-tab:not(.ace-template .ace-tab) .ace-field[data-name*=\"tab-label\"], .ace-tab:not(.ace-template .ace-tab) .ace-group[data-name*=\"tab-content\"] {\n  display: none !important;\n}\n\n\/* Accordion *\/\n.ace-accordion {\n  width: 100%;\n  margin: 20px 0;\n}\n.ace-accordion-item {\n  border: 1px solid #ddd;\n  border-radius: 4px;\n  margin-bottom: 10px;\n}\n.ace-accordion-item:last-child {\n  margin-bottom: 0;\n}\n.ace-accordion-header {\n  padding: 15px;\n  cursor: pointer;\n  background: #f8f9fa;\n  border: none;\n  width: 100%;\n  text-align: left;\n  font-weight: 500;\n  box-sizing: border-box;\n  transition: background-color 0.3s ease;\n}\n.ace-accordion-header:hover {\n  background: #e9ecef;\n}\n.ace-accordion-content {\n  display: block !important;\n  padding: 15px;\n  border-top: 1px solid #ddd;\n}\n.ace-accordion-item[open] .ace-accordion-header {\n  background: #e9ecef;\n}\n\n\/* Video *\/\n.video-container {\n  position: relative;\n  display: inline-block;\n  width: 100%;\n  overflow: hidden;\n}\n.video-container::before,\n.video-container:has(img)::before {\n  pointer-events: none;\n}\n.video-container img {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  cursor: pointer;\n  z-index: 2;\n}\n.video-container .play-button {\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%);\n  background: rgba(0,0,0,0.7);\n  border-radius: 50%;\n  width: 60px;\n  height: 60px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  cursor: pointer;\n  z-index: 3;\n}\n.video-container.playing img {\n  display: none;\n}\n.video-container.playing .play-button {\n  display: none !important;\n}\n.video-container video, .video-container iframe {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}\n\u003c\/style\u003e\n\u003cstyle id=\"ace-1v61kqv\" class=\"ace-style\"\u003e\n\/* Common *\/\nbody:has(.ace-template) .shopify-section-group-footer-group {\n  padding-top: 40px;\n}\n@media screen and (min-width: 768px) {\n  body:has(.ace-template) .shopify-section-group-footer-group {\n    padding-top: 80px;\n  }\n}\n.ace-template {\n  margin: 24px auto 0;\n  color: var(--color-gray-100);\n}\n@media screen and (min-width: 768px) {\n  .ace-template {\n    margin-top: 0;\n  }\n}\n.ace-template img:not([src^=\"http\"]):not([src^=\"\/\/\"]) {\n  display: none;\n}\n.ace-template .ace-carousel {\n  margin: 0;\n}\n.ace-template .ace-carousel .swiper-button-next, .ace-template .ace-carousel .swiper-button-prev {\n  right: calc(100% * 0.5 - min(100%, 1208px) * 0.5 - 20px);\n  width: 36px;\n  height: 36px;\n  transform: translateX(100%);\n}\n.ace-template .ace-carousel .swiper-button-prev {\n  right: auto;\n  left: calc(100% * 0.5 - min(100%, 1208px) * 0.5 - 20px);\n  transform: translateX(-100%);\n}\n.ace-template .ace-carousel .swiper-button-next::after, .ace-template .ace-carousel .swiper-button-prev::after {\n  content: \"\";\n  display: block;\n  width: 100%;\n  height: 100%;\n  background-size: contain;\n  background-repeat: no-repeat;\n  background-position: center;\n  background-image: url('data:image\/svg+xml,\u003csvg width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M11.9467 4.23574C12.4485 3.73392 13.2613 3.73392 13.7631 4.23574L26.6205 17.0922C27.1223 17.594 27.1223 18.4077 26.6205 18.9096L13.7631 31.767C13.2613 32.2684 12.4484 32.2684 11.9467 31.767C11.4449 31.2652 11.4449 30.4514 11.9467 29.9496L23.8939 18.0004L11.9467 6.05215C11.4449 5.55033 11.4449 4.73757 11.9467 4.23574Z\" fill=\"%23201E19\"\/\u003e\u003c\/svg\u003e');\n}\n.ace-template .ace-carousel .swiper-button-prev::after {\n  transform: rotate(180deg);\n}\n.ace-template .ace-carousel .swiper-pagination {\n  top: 0;\n  margin-top: 16px;\n  line-height: 0;\n}\n.ace-template .ace-carousel .swiper-pagination-bullet {\n  width: 8px;\n  height: 8px;\n  border-radius: 0;\n  background-size: contain;\n  background-repeat: no-repeat;\n  background-position: center;\n  background-image: url('data:image\/svg+xml,\u003csvg width=\"8\" height=\"8\" viewBox=\"0 0 8 8\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M7.99954 2.35473C7.99954 0.280875 6.20774 0 3.99772 0C1.7877 0 0 0.280875 0 2.35473L0.00046481 5.64527C0.00046481 7.71913 1.79226 8.00001 3.99818 8.00001C6.2041 8.00001 8 7.71913 8 5.64527L7.99954 2.35473Z\" fill=\"%23201E19\"\/\u003e\u003c\/svg\u003e');\n  background-color: transparent;\n  opacity: 0.5;\n}\n.ace-template .ace-carousel .swiper-pagination-bullet-active {\n  opacity: 1;\n}\n.ace-template .video {\n  max-width: 1336px;\n  margin: 0 auto;\n  font-size: 0;\n}\n.ace-template .video iframe {\n  width: 100%;\n}\n@media screen and (min-width: 768px) {\n  .ace-template .video {\n    padding: 128px 64px;\n  }\n}\n.ace-template .video-container:has(img)::before {\n  content: \"\";\n  display: block;\n  width: 100%;\n  height: 100%;\n  background-color: rgba(0, 0, 0, 0.24);\n  position: absolute;\n  top: 0;\n  left: 0;\n  z-index: 3;\n}\n.ace-template .video-container.playing:has(img)::before {\n  content: none;\n}\n.ace-template .video-container .play-button {\n  width: 48px !important;\n  height: 48px !important;\n  border-radius: 50% !important;\n  background-size: contain !important;\n  background-repeat: no-repeat !important;\n  background-position: center !important;\n  background-image: url(\"data:image\/svg+xml,%3Csvg width='72' height='72' viewBox='0 0 72 72' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3CforeignObject x='-8' y='-8' width='88' height='88'%3E%3Cdiv xmlns='http:\/\/www.w3.org\/1999\/xhtml' style='backdrop-filter:blur(4px);clip-path:url(%23bgblur_0_4392_1910_clip_path);height:100%25;width:100%25'%3E%3C\/div%3E%3C\/foreignObject%3E%3Cg data-figma-bg-blur-radius='8'%3E%3Crect width='72' height='72' rx='36' fill='%23201E19' fill-opacity='0.54'\/%3E%3Cpath d='M42.2835 28.0797C48.3787 31.5988 51.4263 33.3584 51.4263 35.9977C51.4263 38.637 48.3787 40.3965 42.2835 43.9156L38.8549 45.8951C32.7597 49.4142 29.7121 51.1737 27.4263 49.8541C25.1406 48.5344 25.1406 45.0153 25.1406 37.9772L25.1406 34.0182C25.1406 26.98 25.1406 23.4609 27.4263 22.1413C29.7121 20.8216 32.7597 22.5812 38.8549 26.1002L42.2835 28.0797Z' fill='white'\/%3E%3C\/g%3E%3Cdefs%3E%3CclipPath id='bgblur_0_4392_1910_clip_path' transform='translate(8 8)'%3E%3Crect width='72' height='72' rx='36'\/%3E%3C\/clipPath%3E%3C\/defs%3E%3C\/svg%3E%0A\");\n  background-color: transparent !important;\n}\n.ace-template .video-container .play-button svg {\n  display: none;\n}\n@media screen and (min-width: 768px) {\n  .ace-template .video-container:has(img)::before {\n    background-color: rgba(0, 0, 0, 0.3);\n  }\n  .ace-template .video-container .play-button {\n    width: 72px !important;\n    height: 72px !important;\n  }\n}\n\n.ace-template .ace-hotspot {\n  --dot-size: 36.67px;\n  --dot-color: transparent;\n  --dot-border-width: 0px;\n  --dot-border-style: none;\n  --dot-border-color: transparent;\n  --dot-border-radius: 0px;\n  --content-border-radius: 0px;\n  --content-box-shadow: none;\n  --content-padding: 12px;\n  --content-max-width: 311px;\n  width: calc(100% - 32px);\n  max-width: 1208px;\n  padding: 0;\n  margin: 24px auto;\n}\n@media screen and (min-width: 768px) {\n  .ace-template .ace-hotspot {\n    --dot-size: 44px;\n    --content-padding: 20px;\n    --content-spacing: 12px;\n    --content-max-width: 320px;\n    width: calc(100% - 128px);\n    margin: 48px auto;\n  }\n}\n.ace-template .ace-hotspot-dot {\n  width: 36.67px;\n  height: 36.67px;\n  background-size: contain;\n  background-repeat: no-repeat;\n  background-position: center;\n  background-image: url('data:image\/svg+xml,\u003csvg width=\"44\" height=\"44\" viewBox=\"0 0 44 44\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M12 0.5H32C38.3513 0.5 43.5 5.64873 43.5 12V32C43.5 38.3513 38.3513 43.5 32 43.5H12C5.64873 43.5 0.5 38.3513 0.5 32V12C0.5 5.64873 5.64873 0.5 12 0.5Z\" fill=\"white\"\/\u003e\u003cpath d=\"M12 0.5H32C38.3513 0.5 43.5 5.64873 43.5 12V32C43.5 38.3513 38.3513 43.5 32 43.5H12C5.64873 43.5 0.5 38.3513 0.5 32V12C0.5 5.64873 5.64873 0.5 12 0.5Z\" stroke=\"%23706F6C\"\/\u003e\u003cpath d=\"M21.1426 30.5684V22.8525H13.4258C12.9536 22.8525 12.5703 22.4693 12.5703 21.9971C12.5704 21.5249 12.9536 21.1426 13.4258 21.1426H21.1426V13.4258C21.1426 12.9536 21.5249 12.5704 21.9971 12.5703C22.4693 12.5703 22.8525 12.9536 22.8525 13.4258V21.1426H30.5684L30.6562 21.1465C31.0873 21.1903 31.4238 21.5545 31.4238 21.9971C31.4238 22.4397 31.0873 22.8038 30.6562 22.8477L30.5684 22.8525H22.8525V30.5684C22.8525 31.0406 22.4693 31.4238 21.9971 31.4238C21.5249 31.4238 21.1426 31.0405 21.1426 30.5684Z\" fill=\"%23706F6C\"\/\u003e\u003c\/svg\u003e');\n}\n@media screen and (min-width: 768px) {\n  .ace-template .ace-hotspot-dot {\n    width: 44px;\n    height: 44px;\n  }\n}\n.ace-template .ace-hotspot-dot.active {\n  background-image: url('data:image\/svg+xml,\u003csvg width=\"44\" height=\"44\" viewBox=\"0 0 44 44\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M12 0.5H32C38.3513 0.5 43.5 5.64873 43.5 12V32C43.5 38.3513 38.3513 43.5 32 43.5H12C5.64873 43.5 0.5 38.3513 0.5 32V12C0.5 5.64873 5.64873 0.5 12 0.5Z\" fill=\"white\"\/\u003e\u003cpath d=\"M12 0.5H32C38.3513 0.5 43.5 5.64873 43.5 12V32C43.5 38.3513 38.3513 43.5 32 43.5H12C5.64873 43.5 0.5 38.3513 0.5 32V12C0.5 5.64873 5.64873 0.5 12 0.5Z\" stroke=\"%23706F6C\"\/\u003e\u003cpath d=\"M13.4297 21.1445L30.5723 21.1445C31.0445 21.1445 31.4277 21.5278 31.4277 22C31.4277 22.4722 31.0445 22.8555 30.5723 22.8555L13.4297 22.8555C12.9575 22.8555 12.5742 22.4722 12.5742 22C12.5742 21.5278 12.9575 21.1445 13.4297 21.1445Z\" fill=\"%23706F6C\"\/\u003e\u003c\/svg\u003e');\n}\n.ace-template .ace-hotspot .hotspot-item {\n  width: calc(100% - 88px);\n  box-shadow: inset 0 0 0 1px var(--color-gray-012);\n}\n.ace-template .hotspot .hotspot-item__title {\n  margin-bottom: 4px;\n  font: var(--typo-inter-title-2);\n  color: var(--color-gray-100);\n}\n.ace-template .ace-hotspot .hotspot-item__desc {\n  margin-bottom: 12px;\n  font: var(--typo-inter-info-2);\n  color: var(--color-gray-076);\n}\n.ace-template .ace-hotspot .hotspot-item__image {\n  font-size: 0;\n}\n@media screen and (min-width: 768px) {\n  .ace-template .hotspot .hotspot-item__title {\n    margin-bottom: 8px;\n    font: var(--typo-inter-title-1);\n  }\n  .ace-template .ace-hotspot .hotspot-item__desc {\n    margin-bottom: 16px;\n  }\n}\n@media screen and (max-width: 767px) {\n  .ace-template .ace-hotspot .hotspot-item[data-pointer-position=\"top-left\"], .ace-template .ace-hotspot .hotspot-item[data-pointer-position=\"top-right\"] {\n    left: 50% !important;\n    transform: translate(-50%, calc(var(--dot-size) * 0.5 + var(--content-spacing)));\n  }\n  .ace-template .ace-hotspot .hotspot-item[data-pointer-position=\"bottom-left\"], .ace-template .ace-hotspot .hotspot-item[data-pointer-position=\"bottom-right\"] {\n    left: 50% !important;\n    transform: translate(-50%, calc(-100% + var(--dot-size) * -0.5 - var(--content-spacing)));\n  }\n}\n\n\/* Bundler *\/\n.ace-template .bundler-target-element:not(:empty) {\n  margin-top: 32px;\n  border-top: 8px solid var(--color-beige-040);\n}\n@media screen and (min-width: 768px) {\n  .ace-template .bundler-target-element:not(:empty) {\n    margin-top: 56px;\n  }\n}\n\n\/* Award *\/\n.ace-template .award {\n  padding: 24px 16px;\n}\n@media screen and (min-width: 768px) {\n  .ace-template .award {\n    padding: 48px 16px;\n  }\n}\n.ace-template .award .swiper {\n  max-width: 1208px;\n  margin: 0 auto;\n}\n.ace-template .award .award-item {\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n  align-items: center;\n  position: relative;\n  width: 100%;\n  height: 100%;\n  padding: 24px 16px;\n  background-color: var(--color-beige-020);\n  box-sizing: border-box;\n}\n.ace-template .award .award-item:not(:has(.award-item__image a)) {\n  justify-content: center;\n}\n@media screen and (min-width: 768px) {\n  .ace-template .award .award-item {\n    padding: 32px 24px;\n  }\n}\n.ace-template .award .award-item__image {\n  width: 64px;\n  height: 64px;\n  margin-bottom: 16px;\n  object-fit: contain;\n}\n@media screen and (min-width: 768px) {\n  .ace-template .award .award-item__image {\n    width: 88px;\n    height: 88px;\n  }\n}\n.ace-template .award .award-item__title {\n  font: var(--typo-inter-title-1);\n  color: var(--color-gray-100);\n}\n.ace-template .award .award-item:has(.award-item__link a) .award-item__title::after {\n  content: \"\";\n  display: inline-block;\n  width: 12px;\n  height: 12px;\n  background-image: url('data:image\/svg+xml,\u003csvg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cg clip-path=\"url(%23clip0_2535_31740)\"\u003e\u003cpath d=\"M3.5625 12.4375L12.0478 3.95222\" stroke=\"%23201E19\" stroke-width=\"1.14667\" stroke-linecap=\"round\"\/\u003e\u003cpath d=\"M5.17188 3.54688H12.445V10.82\" stroke=\"%23201E19\" stroke-width=\"1.14667\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/\u003e\u003c\/g\u003e\u003cdefs\u003e\u003cclipPath id=\"clip0_2535_31740\"\u003e\u003crect width=\"16\" height=\"16\" fill=\"white\"\/\u003e\u003c\/clipPath\u003e\u003c\/defs\u003e\u003c\/svg\u003e');\n  background-size: contain;\n  background-repeat: no-repeat;\n  background-position: center;\n  vertical-align: top;\n  margin-top: calc((1lh - 12px) * 0.5 - 1px);\n}\n@media screen and (min-width: 768px) {\n  .ace-template .award .award-item:has(.award-item__link a) .award-item__title::after {\n    width: 16px;\n    height: 16px;\n    margin-top: calc((1lh - 16px) * 0.5 - 1px);\n  }\n}\n.ace-template .award .award-item__desc {\n  font: var(--typo-inter-info-3);\n  color: var(--color-gray-076);\n}\n.ace-template .award .award-item__link {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n}\n.ace-template .award .award-item__link a {\n  display: block;\n  width: 100%;\n  height: 100%;\n  font-size: 0;\n  opacity: 0;\n}\n.ace-template .award .award-item__link:empty {\n  display: none;\n}\n\n\/* Review *\/\n.ace-template .ace-code-y59f6a {\n  max-width: 1240px;\n  padding: 24px 16px;\n  margin: 0 auto;\n}\n@media screen and (min-width: 768px) {\n  .ace-template .ace-code-y59f6a {\n    max-width: 1336px;\n    padding: 48px 64px;\n  }\n}\n\n\/* Key visual *\/\n.ace-template .kv {\n  position: relative;\n  width: 100%;\n}\n.ace-template .kv-text {\n  position: absolute;\n  top: 80px;\n  left: 50%;\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n  align-items: center;\n  width: 100%;\n  max-width: 608px;\n  padding: 0 16px;\n  box-sizing: border-box;\n  transform: translateX(-50%);\n}\n.ace-template .kv-text .product-kv-info {\n  display: flex;\n  gap: 24px;\n  align-items: center;\n  font: var(--typo-edit-h4-strong);\n  text-transform: uppercase;\n}\n.ace-template .kv-text .product-kv-info--title {\n  color: var(--color-gray-100);\n}\n.ace-template .kv-text .product-kv-info--category {\n  position: relative;\n  color: var(--color-gray-100);\n}\n.ace-template .kv-text .product-kv-info--category:not(:empty)::before {\n  content: \"\";\n  position: absolute;\n  top: 50%;\n  left: -12px;\n  width: 2px;\n  height: 16px;\n  background-color: var(--color-gray-096);\n  transform: translate(-50%, -50%);\n}\n.ace-template .kv-text .kv-text__title {\n  font: var(--typo-edit-h1-strong);\n  color: var(--color-gray-100);\n  text-align: center;\n}\n.ace-template .kv-text .kv-text__desc {\n  margin-top: 8px;\n  font: var(--typo-edit-h4);\n  color: var(--color-gray-100);\n  text-align: center;\n}\n@media screen and (min-width: 768px) {\n  .ace-template .kv-text {\n    top: min(160px, 80px + (160 - 80) * (100vw - 768px) \/ (1336 - 768));\n    gap: calc(8px + (12 - 8) * (100vw - 768px) \/ (1336 - 768));\n    max-width: calc(576px + (897 - 576) * (100vw - 768px) \/ (1336 - 768));\n    padding: 0;\n  }\n  .ace-template .kv-text .product-kv-info {\n    gap: calc(24px + (32 - 24) * (100vw - 768px) \/ (1336 - 768));\n    font-size: calc(18px + (24 - 18) * (100vw - 768px) \/ (1336 - 768));\n    line-height: calc(25px + (31 - 25) * (100vw - 768px) \/ (1336 - 768));\n  }\n  .ace-template .kv-text .product-kv-info--category:not(:empty)::before {\n    left: -16px;\n  }\n  .ace-template .kv-text .kv-text__title {\n    font-size: calc(32px + (60 - 32) * (100vw - 768px) \/ (1336 - 768));\n    line-height: calc(40px + (68 - 40) * (100vw - 768px) \/ (1336 - 768));\n  }\n  .ace-template .kv-text .kv-text__desc {\n    margin-top: calc(8px + (12 - 8) * (100vw - 768px) \/ (1336 - 768));\n    font-size: calc(18px + (24 - 18) * (100vw - 768px) \/ (1336 - 768));\n    line-height: calc(25px + (31 - 25) * (100vw - 768px) \/ (1336 - 768));\n  }\n}\n@media screen and (min-width: 1336px) {\n  .ace-template .kv-text {\n    gap: 12px;\n    max-width: 897px;\n  }\n  .ace-template .kv-text .product-kv-info {\n    gap: 32px;\n    font-size: 24px;\n    line-height: 31px;\n  }\n  .ace-template .kv-text .kv-text__title {\n    font-size: 60px;\n    line-height: 68px;\n  }\n  .ace-template .kv-text .kv-text__desc {\n    margin-top: 12px;\n    font-size: 24px;\n    line-height: 31px;\n  }\n}\n.ace-template .kv[data-opt-text-color=\"light\"] .kv-text .kv-text__title,\n.ace-template .kv[data-opt-text-color=\"light\"] .kv-text .kv-text__desc,\n.ace-template .kv[data-opt-text-color=\"light\"] .kv-text .product-kv-info--title,\n.ace-template .kv[data-opt-text-color=\"light\"] .kv-text .product-kv-info--category {\n  color: var(--color-gray-000);\n}\n.ace-template .kv[data-opt-text-color=\"light\"] .kv-text .product-kv-info--category:not(:empty)::before {\n  background-color: var(--color-gray-000);\n  opacity: 0.48;\n}\n.ace-template .kv .kv-image {\n  display: flex;\n  justify-content: center;\n  overflow: hidden;\n}\n.ace-template .kv .kv-image img {\n  --gap: calc(392 * (100vw \/ 767));\n  max-width: calc(100% + var(--gap));\n  min-width: 767px;\n  width: 100%;\n  flex-shrink: 0;\n}\n.ace-template .kv:has(.kv-image.mo:not(:empty)) .kv-image.pc {\n  display: none;\n}\n@media screen and (min-width: 768px) {\n  .ace-template .kv:has(.kv-image.pc:not(:empty)) .kv-image.pc {\n    display: flex;\n  }\n  .ace-template .kv:has(.kv-image.pc:not(:empty)) .kv-image.mo {\n    display: none;\n  }\n  .ace-template .kv .kv-image img {\n    --gap: calc(585 * (100vw \/ 1335));\n    max-width: calc(100% + var(--gap));\n    width: 1920px;\n  }\n}\n@media screen and (min-width: 1336px) {\n  .ace-template .kv .kv-image img {\n    width: 100%;\n    min-width: 1920px;\n    max-width: 100%;\n  }\n}\n\n\/* Main USP *\/\n.ace-template .main-usp { \n  margin: 0 auto;\n}\n.ace-template .main-usp[data-opt-bg-color=\"light-gray\"] {\n  background-color: var(--color-beige-020);\n}\n.ace-template .main-usp:has(.main-usp-image.mo:not(:empty)) .main-usp-image.pc {\n  display: none;\n}\n@media screen and (min-width: 768px) {\n  .ace-template .main-usp:has(.main-usp-image.pc:not(:empty)) .main-usp-image.pc {\n    display: block;\n  }\n  .ace-template .main-usp:has(.main-usp-image.pc:not(:empty)) .main-usp-image.mo {\n    display: none;\n  }\n}\n.ace-template .main-usp .main-usp-text {\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n  align-items: center;\n  width: 100%;\n  max-width: 1025px;\n  padding: 80px 16px 48px;\n  margin: 0 auto;\n  box-sizing: border-box;\n}\n.ace-template .main-usp[data-opt-design-option=\"kf-1\"][data-opt-text-color=\"light\"] {\n  background-color: #101010;\n}\n.ace-template .main-usp[data-opt-design-option=\"kf-2\"] {\n  position: relative;\n}\n.ace-template .main-usp[data-opt-design-option=\"kf-2\"] .main-usp-text{\n  position: absolute;\n  top: 0;\n  left: 50%;\n  transform: translateX(-50%);\n}\n.ace-template .main-usp .main-usp-text__subtitle {\n  font: var(--typo-edit-h5-strong);\n  color: var(--color-gray-100);\n  text-align: center;\n}\n.ace-template .main-usp[data-opt-text-color=\"light\"] .main-usp-text__subtitle {\n  color: var(--color-gray-000);\n}\n.ace-template .main-usp .main-usp-text__title {\n  margin-bottom: 16px;\n  font: var(--typo-edit-h2-strong);\n  color: var(--color-gray-100);\n  text-align: center;\n}\n.ace-template .main-usp[data-opt-text-color=\"light\"] .main-usp-text__title {\n  color: var(--color-gray-000);\n}\n.ace-template .main-usp .main-usp-text__desc {\n  font: var(--typo-edit-h5);\n  color: var(--color-gray-100);\n  text-align: center;\n}\n.ace-template .main-usp .main-usp-text__link a {\n  position: relative;\n  display: inline-flex;\n  justify-content: center;\n  align-items: center;\n  gap: 8px;\n  height: 40px;\n  padding: 0 27.5px;\n  margin-top: 24px;\n  font: var(--typo-inter-title-3);\n  color: var(--color-gray-100);\n  text-decoration: none;\n  box-shadow: inset 0 0 0 1px var(--color-gray-096);\n}\n.ace-template .main-usp .main-usp-text__link a::after {\n  content: \"\";\n  display: block;\n  width: 16px;\n  height: 16px;\n  background-image: url('data:image\/svg+xml,\u003csvg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M13.7129 7.43061L13.8281 7.44233C14.0877 7.4956 14.2832 7.72558 14.2832 8.00092C14.2832 8.27627 14.0877 8.50625 13.8281 8.55952L13.7129 8.57124L1.71289 8.57124C1.39809 8.57124 1.14258 8.31573 1.14258 8.00093C1.14258 7.68612 1.39809 7.43061 1.71289 7.43061L13.7129 7.43061Z\" fill=\"%23201E19\"\/\u003e\u003cpath d=\"M8.73926 2.45405C8.93394 2.25937 9.23484 2.23497 9.45605 2.38081L9.5459 2.45405L14.6885 7.59761C14.9109 7.82022 14.911 8.18074 14.6885 8.40327L9.5459 13.5458L9.45605 13.6191C9.23481 13.7651 8.93401 13.7406 8.73926 13.5458C8.51701 13.3233 8.51696 12.9627 8.73926 12.7402L13.4795 7.99995L8.73926 3.26069L8.66602 3.17085C8.52017 2.94963 8.54458 2.64873 8.73926 2.45405Z\" fill=\"%23201E19\"\/\u003e\u003c\/svg\u003e');\n  background-size: contain;\n  background-repeat: no-repeat;\n  background-position: center;\n}\n.ace-template .main-usp[data-opt-text-color=\"light\"] .main-usp-text__link a {\n  color: var(--color-gray-000);\n  box-shadow: inset 0 0 0 1px var(--color-gray-000);\n}\n.ace-template .main-usp[data-opt-text-color=\"light\"] .main-usp-text__link a::after {\n  background-image: url('data:image\/svg+xml,\u003csvg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M13.7129 7.43061L13.8281 7.44233C14.0877 7.4956 14.2832 7.72558 14.2832 8.00092C14.2832 8.27627 14.0877 8.50625 13.8281 8.55952L13.7129 8.57124L1.71289 8.57124C1.39809 8.57124 1.14258 8.31573 1.14258 8.00093C1.14258 7.68612 1.39809 7.43061 1.71289 7.43061L13.7129 7.43061Z\" fill=\"%23ffffff\"\/\u003e\u003cpath d=\"M8.73926 2.45405C8.93394 2.25937 9.23484 2.23497 9.45605 2.38081L9.5459 2.45405L14.6885 7.59761C14.9109 7.82022 14.911 8.18074 14.6885 8.40327L9.5459 13.5458L9.45605 13.6191C9.23481 13.7651 8.93401 13.7406 8.73926 13.5458C8.51701 13.3233 8.51696 12.9627 8.73926 12.7402L13.4795 7.99995L8.73926 3.26069L8.66602 3.17085C8.52017 2.94963 8.54458 2.64873 8.73926 2.45405Z\" fill=\"%23ffffff\"\/\u003e\u003c\/svg\u003e');\n}\n.ace-template .main-usp[data-opt-text-color=\"light\"] .main-usp-text__desc {\n  color: var(--color-gray-000);\n}\n.ace-template .main-usp .main-usp-image img {\n  min-width: 100%;\n}\n.ace-template .main-usp:not([data-opt-design-option=\"kf-1\"]) .main-usp-image {\n  width: 100%;\n  display: flex;\n  justify-content: center;\n  overflow: hidden;\n}\n.ace-template .main-usp:not([data-opt-design-option=\"kf-1\"]) .main-usp-image img {\n  --gap: calc(392 * (100vw \/ 767));\n  max-width: calc(100% + var(--gap));\n  min-width: 767px;\n  width: 100%;\n  flex-shrink: 0;\n}\n.ace-template .main-usp:has(.main-usp-image.mo:not(:empty)) .main-usp-image.pc {\n  display: none;\n}\n@media screen and (min-width: 768px) {\n  .ace-template .main-usp:has(.main-usp-image.pc:not(:empty)) .main-usp-image.pc {\n    display: flex;\n  }\n  .ace-template .main-usp:has(.main-usp-image.pc:not(:empty)) .main-usp-image.mo {\n    display: none;\n  }\n  .ace-template .main-usp:not([data-opt-design-option=\"kf-1\"]) .main-usp-image img {\n    --gap: calc(585 * (100vw \/ 1335));\n    max-width: calc(100% + var(--gap));\n    width: 1920px;\n  }\n}\n@media screen and (min-width: 1336px) {\n  .ace-template .main-usp:not([data-opt-design-option=\"kf-1\"]) .main-usp-image img {\n    width: 100%;\n    min-width: 1920px;\n    max-width: 100%;\n  }\n}\n\n.ace-template .main-usp[data-opt-design-option=\"kf-3\"] {\n  position: relative;\n  width: 100%;\n}\n.ace-template .main-usp[data-opt-design-option=\"kf-3\"] .main-usp-text {\n  position: absolute;\n  top: 0;\n  left: 0;\n  padding-bottom: 32px;\n  background-color: rgba(255, 255, 255, 0.52);\n  backdrop-filter: blur(12px);\n}\n.ace-template .main-usp[data-opt-design-option=\"kf-3\"][data-opt-text-color=\"light\"] .main-usp-text {\n  background-color: rgba(0, 0, 0, 0.54);\n}\n.ace-template .main-usp[data-opt-design-option=\"kf-3\"] .main-usp-text \u003e div {\n  max-width: 576px;\n}\n.ace-template .main-usp:not([data-opt-design-option=\"kf-3\"]) .main-usp-text {\n  max-width: 608px;\n}\n@media screen and (min-width: 768px) {\n  .ace-template .main-usp .main-usp-text__link a {\n    height: 44px;\n    padding: 0 38px;\n    margin-top: 36px;\n  }\n  .ace-template .main-usp .main-usp-text {\n    gap: calc(8px + (12 - 8) * (100vw - 768px) \/ (1336 - 768));\n    padding: calc(80px + (160 - 80) * (100vw - 768px) \/ (1336 - 768)) 64px calc(48px + (80 - 48) * (100vw - 768px) \/ (1336 - 768));\n  }\n  .ace-template .main-usp:not([data-opt-design-option=\"kf-3\"]) .main-usp-text {\n    max-width: calc(576px + (897 - 576) * (100vw - 768px) \/ (1336 - 768));\n    padding-top: min(160px, 80px + (100vw - 768px) * 80 \/ 568);\n    padding-right: 0;\n    padding-left: 0;\n  }\n  .ace-template .main-usp .main-usp-text__subtitle {\n    font-size: calc(16px + (20 - 16) * (100vw - 768px) \/ (1336 - 768));\n    line-height: calc(24px + (27 - 24) * (100vw - 768px) \/ (1336 - 768));\n  }\n  .ace-template .main-usp .main-usp-text__title {\n    margin-bottom: calc(16px + (20 - 16) * (100vw - 768px) \/ (1336 - 768));\n    font-size: calc(28px + (48 - 28) * (100vw - 768px) \/ (1336 - 768));\n    line-height: calc(36px + (56 - 36) * (100vw - 768px) \/ (1336 - 768));\n  }\n  .ace-template .main-usp .main-usp-text__desc {\n    font-size: calc(16px + (20 - 16) * (100vw - 768px) \/ (1336 - 768));\n    line-height: calc(24px + (27 - 24) * (100vw - 768px) \/ (1336 - 768));\n  }\n  .ace-template .main-usp[data-opt-design-option=\"kf-3\"] .main-usp-text {\n    align-items: flex-start;\n    position: absolute;\n    top: 50%;\n    left: calc(36.79px + (64 - 36.79) * (100vw - 768px) \/ (1336 - 768));\n    max-width: calc(342.61px + (596 - 342.61) * (100vw - 768px) \/ (1336 - 768));\n    padding: calc(32px + (48 - 32) * (100vw - 768px) \/ (1336 - 768));\n    margin: 0 auto;\n    background-color: rgba(255, 255, 255, 0.52);\n    backdrop-filter: blur(12px);\n    transform: translateY(-50%);\n  }\n  .ace-template .main-usp[data-opt-design-option=\"kf-3\"] .main-usp-text \u003e div {\n    text-align: left;\n  }\n}\n@media screen and (min-width: 1336px) {\n  .ace-template .main-usp .main-usp-text {\n    gap: 12px;\n    padding: 160px 0 80px;\n  }\n  .ace-template .main-usp:not([data-opt-design-option=\"kf-3\"]) .main-usp-text {\n    max-width: 897px;\n  }\n  .ace-template .main-usp .main-usp-text__subtitle {\n    font-size: 20px;\n    line-height: 27px;\n  }\n  .ace-template .main-usp .main-usp-text__title {\n    margin-bottom: 20px;\n    font-size: 48px;\n    line-height: 56px;\n  }\n  .ace-template .main-usp .main-usp-text__desc {\n    font-size: 20px;\n    line-height: 27px;\n  }\n  .ace-template .main-usp[data-opt-design-option=\"kf-3\"] .main-usp-text {\n    left: calc(64px + (356 - 64) * (100vw - 1336px) \/ (1920 - 1336));\n    max-width: 596px;\n    padding: 48px;\n  }\n}\n\n\/* Main USP\/Sub *\/\n.ace-template .main-usp-sub {\n  margin: 0 auto;\n}\n.ace-template .main-usp-sub .ace-option-branch:not(:has(.ace-option-branch)) {\n  display: flex;\n  flex-direction: column;\n  gap: 48px;\n  align-items: center;\n  width: 100%;\n  max-width: 1336px;\n  padding: 48px 16px 80px;\n  margin: 0 auto;\n  box-sizing: border-box;\n}\n.ace-template .main-usp-sub .ace-option-branch[data-opt-design-option=\"usp-3\"],\n.ace-template .main-usp-sub .ace-option-branch[data-opt-design-option=\"usp-3\"] .ace-option-branch {\n  max-width: none;\n  padding: 0;\n}\n@media screen and (min-width: 768px) {\n  .ace-template .main-usp-sub .ace-option-branch:not(:has(.ace-option-branch)) {\n    flex-direction: row;\n    align-items: flex-start;\n    gap: 20px;\n    padding: 96px 64px 160px;\n  }\n  .ace-template .main-usp-sub [data-opt-design-option=\"usp-1\"] .ace-option-branch:not(:has(.ace-option-branch)) {\n    max-width: 1336px;\n    padding-right: 64px;\n    padding-left: 64px;\n  }\n}\n.ace-template .main-usp-sub img {\n  width: 100%;\n}\n.ace-template .main-usp-sub [data-opt-design-option=\"usp-1\"] img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}\n.ace-template .main-usp-sub [data-opt-design-option=\"usp-1\"]:has(.main-usp-sub-item):not(:has(.main-usp-sub-item ~ .main-usp-sub-item)) {\n  max-width: 928px;\n  margin: 0 auto;\n}\n@media screen and (min-width: 768px) {\n  .ace-template .main-usp-sub [data-opt-design-option=\"usp-1\"]:has(.main-usp-sub-item:nth-of-type(3)) .ace-option-branch {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    row-gap: 48px;\n  }\n}\n@media screen and (min-width: 1024px) {\n  .ace-template .main-usp-sub [data-opt-design-option=\"usp-1\"]:has(.main-usp-sub-item:nth-of-type(3)) .ace-option-branch {\n    display: flex;\n  }\n  .ace-template .main-usp-sub [data-opt-design-option=\"usp-1\"]:has(.main-usp-sub-item:nth-of-type(4)) .ace-option-branch {\n    display: grid;\n  }\n}\n.ace-template .main-usp-sub [data-opt-design-option=\"usp-3\"] {\n  padding: 0;\n}\n.ace-template .main-usp-sub .main-usp-sub-item {\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n  width: 100%;\n}\n.ace-template .main-usp-sub .main-usp-sub-item .main-usp-sub-item__title:empty,\n.ace-template .main-usp-sub .main-usp-sub-item .main-usp-sub-item__desc:empty {\n  display: none;\n}\n.ace-template .main-usp-sub .main-usp-sub-item .main-usp-sub-item__title {\n  margin-top: 8px;\n  font: var(--typo-edit-h4-strong);\n  color: var(--color-gray-100);\n}\n.ace-template .main-usp-sub .main-usp-sub-item .main-usp-sub-item__desc {\n  font: var(--typo-edit-h5);\n  color: var(--color-gray-076);\n}\n@media screen and (min-width: 768px) and (max-width: 1023px) {\n  .ace-template .main-usp-sub [data-opt-design-option=\"usp-1\"] .main-usp-sub-item {\n    gap: calc(8px + (100vw - 768px) * 4 \/ 255);\n  }\n  .ace-template .main-usp-sub [data-opt-design-option=\"usp-1\"] .main-usp-sub-item .main-usp-sub-item__title {\n    margin-top: calc(8px + (100vw - 768px) * 4 \/ 255);\n    font-size: calc(18px + (100vw - 768px) * 6 \/ 255);\n    line-height: calc(25px + (100vw - 768px) * 6 \/ 255)\n  }\n  .ace-template .main-usp-sub [data-opt-design-option=\"usp-1\"] .main-usp-sub-item .main-usp-sub-item__desc {\n    font-size: calc(16px + (100vw - 768px) * 4 \/ 255);\n    line-height: calc(24px + (100vw - 768px) * 3 \/ 255);\n  }\n}\n@media screen and (min-width: 1024px) {\n  .ace-template .main-usp-sub [data-opt-design-option=\"usp-1\"] .main-usp-sub-item {\n    gap: 12px;\n  }\n  .ace-template .main-usp-sub [data-opt-design-option=\"usp-1\"] .main-usp-sub-item .main-usp-sub-item__title {\n    margin-top: 12px;\n  }\n}\n.ace-template .main-usp-sub [data-opt-design-option=\"usp-1\"] .main-usp-sub-item__image {\n  aspect-ratio: 3 \/ 2;\n  overflow: hidden;\n}\n.ace-template .main-usp-sub-item:has(.main-usp-sub-item__image.mo:not(:empty)) .main-usp-sub-item__image.pc {\n  display: none;\n}\n@media screen and (min-width: 768px) {\n  .ace-template .main-usp-sub-item:has(.main-usp-sub-item__image.pc:not(:empty)) .main-usp-sub-item__image.pc {\n    display: block;\n  }\n  .ace-template .main-usp-sub-item:has(.main-usp-sub-item__image.pc:not(:empty)) .main-usp-sub-item__image.mo {\n    display: none;\n  }\n}\n\n\/* Banner *\/\n.ace-template .banner {\n  display: flex;\n  gap: 16px;\n  align-items: center;\n  padding: 16px max((100vw - 576px) * 0.5, 16px);\n  margin: 0 auto;\n  background-color: var(--color-beige-040);\n}\n@media screen and (min-width: 768px) {\n  .ace-template .banner {\n    gap: 64px;\n    padding-block: 48px;\n  }\n}\n.ace-template .banner .banner-image {\n  width: 120px;\n}\n@media screen and (min-width: 768px) {\n  .ace-template .banner .banner-image {\n    width: 180px;\n  }\n}\n.ace-template .banner .banner-text {\n  flex: 1;\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n  align-items: center;\n}\n.ace-template .banner .banner-text__title {\n  font: var(--typo-inter-heading-4);\n  color: var(--color-gray-100);\n  text-align: center;\n}\n.ace-template .banner .banner-text__link a {\n  display: block;\n  font: var(--typo-inter-title-2);\n  color: var(--color-gray-064);\n  text-decoration: underline;\n}\n.ace-template .image-banner {\n  position: relative;\n  max-width: 1240px;\n  padding: 0 16px;\n  margin: 0 auto;\n  text-align: center;\n}\n@media screen and (min-width: 768px) {\n  .ace-template .image-banner {\n    max-width: 1336px;\n    padding: 0 64px;\n  }\n}\n.ace-template .image-banner__link {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n}\n.ace-template .image-banner__link a {\n  opacity: 0;\n}\n.ace-template .image-banner__image img {\n  width: 100%;\n}\n.ace-template .image-banner__image.pc {\n  display: none;\n}\n.ace-template .image-banner:has(.image-banner__image.mo:empty) .image-banner__image.pc {\n  display: block;\n}\n@media screen and (min-width: 768px) {\n  .ace-template .image-banner__image.pc {\n    display: block;\n  }\n  .ace-template .image-banner:has(.image-banner__image.mo:not(:empty)) .image-banner__image.mo {\n    display: none;\n  }\n}\n\n\/* Sub USP *\/\n.ace-template .sub-usp {\n  display: flex;\n  flex-direction: column;\n  gap: 16px;\n  align-items: center;\n  padding: 80px 16px;\n  max-width: 1240px;\n  margin: 0 auto;\n}\n@media screen and (min-width: 768px) {\n  .ace-template .sub-usp {\n    gap: 20px;\n    padding: 160px 16px;\n  }\n}\n.ace-template .sub-usp .sub-usp-title {\n  margin-bottom: 8px;\n  font: var(--typo-inter-heading-3);\n  color: var(--color-gray-100);\n}\n@media screen and (min-width: 768px) {\n  .ace-template .sub-usp .sub-usp-title {\n    margin-bottom: 28px;\n  }\n}\n.ace-template .sub-usp \u003e .sub-usp-item {\n  display: flex;\n  flex-direction: column-reverse;\n  align-items: center;\n  width: 100%;\n  background-color: var(--color-beige-040);\n}\n@media screen and (min-width: 768px) {\n  .ace-template .sub-usp \u003e .sub-usp-item {\n    flex-direction: row;\n  }\n  .ace-template .sub-usp \u003e .sub-usp-item:nth-child(odd) {\n    flex-direction: row-reverse;\n  }\n}\n.ace-template .sub-usp \u003e .sub-usp-item .sub-usp-text {\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n  width: 100%;\n  padding: 16px;\n  box-sizing: border-box;\n}\n@media screen and (min-width: 768px) {\n  .ace-template .sub-usp \u003e .sub-usp-item .sub-usp-text {\n    gap: 16px;\n    width: 50%;\n    padding: 48px 64px;\n  }\n}\n.ace-template .sub-usp \u003e .sub-usp-item .sub-usp-item__image {\n  width: 100%;\n}\n.ace-template .sub-usp \u003e .sub-usp-item .sub-usp-item__image img {\n  width: 100%;\n}\n@media screen and (min-width: 768px) {\n  .ace-template .sub-usp \u003e .sub-usp-item .sub-usp-item__image {\n    width: 50%;\n    height: -webkit-fill-available;\n  }\n  .ace-template .sub-usp \u003e .sub-usp-item .sub-usp-item__image img {\n    height: 100%;\n    object-fit: cover;\n  }\n}\n.ace-template .sub-usp \u003e .sub-usp-item .sub-usp-text__title {\n  font: var(--typo-inter-heading-4);\n  color: var(--color-gray-100);\n}\n.ace-template .sub-usp \u003e .sub-usp-item .sub-usp-text__desc {\n  font: var(--typo-inter-para-2);\n  color: var(--color-gray-076);\n}\n\n\/* People *\/\n.ace-template .people {\n  display: flex;\n  flex-direction: column;\n  gap: 32px;\n  align-items: center;\n  max-width: 1920px;\n  padding: 48px 0;\n  margin: 0 auto;\n  background-color: var(--color-beige-020);\n}\n@media screen and (min-width: 1537px) {\n  .ace-template .people {\n    gap: 48px;\n    padding: 64px 0;\n  }\n}\n.ace-template .people \u003e .people-title {\n  padding: 0 32px;\n  font: var(--typo-inter-heading-3);\n  color: var(--color-gray-100);\n  text-align: center;\n  text-wrap-style: balance;\n}\n.ace-template .people-quote {\n  width: 100%;\n}\n.ace-template .people-quote .swiper {\n  max-width: 1208px;\n  margin: 0 auto;\n}\n@media screen and (min-width: 768px) {\n  .ace-template .people-quote:not(:has(.swiper-slide:nth-child(3))) .swiper-wrapper {\n    justify-content: center;\n  }\n  .ace-template .people-quote:not(:has(.swiper-slide:nth-child(3))) .swiper-slide {\n    flex: 1;\n    max-width: 800px;\n  }\n}\n.ace-template .people-quote .swiper-pagination {\n  margin-top: 32px;\n}\n.ace-template .people-quote .swiper-button-next, .ace-template .people-quote .swiper-button-prev {\n  top: 120px;\n  margin-top: 0;\n}\n.ace-template .people-quote .quote-item {\n  display: flex;\n  flex-direction: column;\n  gap: 4px;\n  align-items: center;\n  padding: 0 32px;\n}\n@media screen and (min-width: 1537px) {\n  .ace-template .people-quote .quote-item {\n    gap: 8px;\n  }\n}\n.ace-template .quote-item__image {\n  position: relative;\n  width: calc(100% - 144px);\n  max-width: 180px;\n  aspect-ratio: 1;\n  background: #000;\n  mask-image: url('data:image\/svg+xml,\u003csvg width=\"167\" height=\"167\" viewBox=\"0 0 167 167\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M166.99 49.155C166.99 5.86326 129.587 0 83.4524 0C37.3182 0 0 5.86326 0 49.155L0.0097029 117.845C0.0097029 161.137 37.4135 167 83.4621 167C129.511 167 167 161.137 167 117.845L166.99 49.155Z\" fill=\"%23000000\"\/\u003e\u003c\/svg\u003e');\n  mask-size: cover;\n  mask-repeat: no-repeat;\n}\n.ace-template .quote-item__image img {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}\n.ace-template .quote-item__name {\n  margin-top: 12px;\n  font: var(--typo-inter-title-1);\n  color: var(--color-gray-100);\n}\n.ace-template .quote-item__title {\n  font: var(--typo-inter-caption-1);\n  color: var(--color-gray-076);\n}\n.ace-template .quote-item__message {\n  margin-top: 12px;\n  font: var(--typo-inter-para-3);\n  color: var(--color-gray-100);\n  text-align: center;\n  text-wrap-style: balance;\n}\n@media screen and (min-width: 1537px) {\n  .ace-template .quote-item__name, .ace-template .quote-item__message {\n    margin-top: 16px;\n  }\n}\n\n\/* Inside the juicer *\/\n.ace-template .inside-the-juice {\n  display: flex;\n  flex-direction: column;\n  gap: 16px;\n  align-items: center;\n  padding: 48px 0;\n  margin: 0 auto;\n  background-color: var(--color-beige-040);\n}\n@media screen and (min-width: 768px) {\n  .ace-template .inside-the-juice {\n    gap: 48px;\n    padding: 120px 64px 96px;\n  }\n}\n.ace-template .inside-the-juice .inside-the-juice__title {\n  font: var(--typo-inter-heading-3);\n  color: var(--color-gray-100);\n}\n.ace-template .inside-the-juice img {\n  width: 100%;\n  max-width: 800px;\n}\n\n\/* Accordion *\/\n.ace-template .accordion {\n  padding: 24px 16px;\n  margin: 0 auto;\n  box-sizing: border-box;\n}\n@media screen and (min-width: 768px) {\n  .ace-template .accordion {\n    max-width: 1336px;\n    padding: 48px 64px;\n  }\n}\n.ace-template .accordion .ace-accordion-item {\n  border-bottom: 1px solid var(--color-gray-012);\n}\n.ace-template .accordion .ace-accordion-item:last-child {\n  border-bottom: none;\n}\n.ace-template .accordion .ace-accordion-item {\n  margin-bottom: 0;\n  border: none;\n  border-radius: 0;\n}\n.ace-template .accordion .ace-accordion-header {\n  position: relative;\n  padding: 16px 0;\n  font: var(--typo-inter-title-1);\n  color: var(--color-gray-100);\n  box-shadow: inset 0 1px 0 0 var(--color-gray-012);\n  background: none;\n}\n@media screen and (min-width: 768px) {\n  .ace-template .accordion .ace-accordion-header {\n    padding: 32px 0;\n  }\n}\n.ace-template .accordion .ace-accordion-header::before, .ace-template .accordion .ace-accordion-header::after {\n  content: \"\";\n  position: absolute;\n  top: 50%;\n  right: 0;\n  width: 16px;\n  height: 16px;\n  background-repeat: no-repeat;\n  background-position: center;\n  background-size: contain;\n  background-image: url('data:image\/svg+xml,\u003csvg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M2.28516 7.42969L13.7139 7.42969C14.0287 7.42969 14.2842 7.6852 14.2842 8C14.2842 8.3148 14.0287 8.57031 13.7139 8.57031L2.28516 8.57031C1.97042 8.57024 1.71484 8.31476 1.71484 8C1.71484 7.68524 1.97042 7.42976 2.28516 7.42969Z\" fill=\"%23201E19\"\/\u003e\u003c\/svg\u003e');\n  transform: translateY(-50%);\n}\n@media screen and (min-width: 768px) {\n  .ace-template .accordion .ace-accordion-header::before, .ace-template .accordion .ace-accordion-header::after {\n    width: 24px;\n    height: 24px;\n  }\n}\n.ace-template .accordion .ace-accordion-header::before {\n  transform: translateY(-50%) rotate(90deg);\n}\n.ace-template .accordion .ace-accordion-item[open] .ace-accordion-header::before {\n  opacity: 0;\n}\n.ace-template .accordion .ace-accordion-header::marker {\n  content: none;\n}\n.ace-template .accordion .ace-accordion-content {\n  padding: 0;\n  border: none;\n}\n.ace-template .accordion .ace-accordion-content:has(.ace-product) {\n  padding-bottom: 32px;\n}\n.ace-template .accordion .accordion-content__inside-the-box {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 24px 8px;\n}\n@media screen and (min-width: 768px) {\n  .ace-template .accordion .accordion-content__inside-the-box {\n    grid-template-columns: repeat(6, 1fr);\n    gap: 20px;\n    padding-bottom: 40px;\n  }\n}\n.ace-template .accordion .accordion-content__inside-the-box .ace-product {\n  text-decoration: none;\n}\n.ace-template .accordion .accordion-content__inside-the-box .ace-product__thumbnail {\n  font-size: 0;\n  aspect-ratio: 1 \/ 1;\n}\n.ace-template .accordion .accordion-content__inside-the-box .ace-product__thumbnail img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}\n.ace-template .accordion .accordion-content__inside-the-box .ace-product__title {\n  margin: 0;\n  font: var(--typo-inter-title-3);\n  color: var(--color-gray-100);\n  text-align: center;\n  text-wrap: balance;\n}\n.ace-template .accordion .accordion-content__inside-the-box .ace-product__price {\n  display: none;\n}\n.ace-template .accordion .accordion-content__link {\n  margin: 32px 0 0;\n  text-align: center;\n}\n.ace-template .accordion .accordion-content__link a {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  height: 40px;\n  padding: 0 16px;\n  font: var(--typo-inter-title-3);\n  color: var(--color-gray-100);\n  text-align: center;\n  text-wrap: balance;\n  text-decoration: none;\n  box-shadow: inset 0 0 0 1px var(--color-gray-064);\n}\n@media screen and (min-width: 768px) {\n  .ace-template .accordion .accordion-content__link a {\n    height: 44px;\n  }\n}\n.ace-template .accordion .accordion-content__rich-text {\n  padding: 0 0 8px;\n}\n@media screen and (min-width: 768px) {\n  .ace-template .accordion .accordion-content__rich-text {\n    padding: 0 0 14px;\n  }\n}\n.ace-template .accordion .accordion-content__rich-text p {\n  margin: 0 0 8px;\n  font: var(--typo-inter-info-2);\n  color: var(--color-gray-076);\n}\n@media screen and (min-width: 768px) {\n  .ace-template .accordion .accordion-content__rich-text p {\n    margin: 0 0 12px;\n  }\n}\n.ace-template .accordion .accordion-content__rich-text strong {\n  font: var(--typo-inter-title-2);\n}\n\n\/* How to use *\/\n.ace-template .how-to-use {\n  padding: 24px 16px;\n  margin: 0 auto;\n  box-sizing: border-box;\n}\n@media screen and (min-width: 768px) {\n  .ace-template .how-to-use {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 16px;\n    max-width: 1336px;\n    padding: 48px 64px;\n  }\n}\n.ace-template .how-to-use .how-to-use__title {\n  width: 100%;\n  margin-bottom: 16px;\n  font: var(--typo-inter-heading-4);\n  color: var(--color-gray-100);\n}\n@media screen and (min-width: 768px) {\n  .ace-template .how-to-use .how-to-use__title {\n    margin-bottom: 8px;\n  }\n}\n.ace-template .how-to-use .how-to-use-item {\n  flex: 1;\n  position: relative;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  align-items: flex-start;\n  gap: 2px;\n  height: 72px;\n  padding: 0 16px 0 60px;\n  box-shadow: inset 0 0 0 1px var(--color-gray-064);\n}\n@media screen and (min-width: 768px) {\n  .ace-template .how-to-use .how-to-use-item {\n    gap: 8px;\n    height: 110px;\n    padding: 0 32px 0 96px;\n  }\n}\n.ace-template .how-to-use .how-to-use-item::before {\n  content: \"\";\n  position: absolute;\n  top: 50%;\n  left: 16px;\n  width: 28px;\n  height: 28px;\n  background-repeat: no-repeat;\n  background-position: center;\n  background-size: contain;\n  transform: translateY(-50%);\n}\n@media screen and (min-width: 768px) {\n  .ace-template .how-to-use .how-to-use-item::before {\n    left: 32px;\n    width: 40px;\n    height: 40px;\n  }\n}\n.ace-template .how-to-use .how-to-use-item[data-opt-type=\"user-guide\"]::before {\n  background-image: url('data:image\/svg+xml,\u003csvg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M25.0007 9.9987C25.0007 7.23758 22.7616 4.9992 20.0007 4.9987C17.2392 4.9987 15.0007 7.23727 15.0007 9.9987C15.0012 12.7597 17.2395 14.9987 20.0007 14.9987V17.8535L19.1966 17.8145C15.4991 17.4391 12.5578 14.5 12.1816 10.8027L12.1426 9.9987C12.1426 5.65932 15.6613 2.14062 20.0007 2.14062L20.8047 2.17969C24.766 2.58272 27.8555 5.93103 27.8555 9.9987L27.8164 10.8027C27.4133 14.7637 24.0679 17.853 20.0007 17.8535V14.9987C22.7613 14.9982 25.0001 12.7594 25.0007 9.9987Z\" fill=\"%23201E19\"\/\u003e\u003cpath d=\"M20.0039 19.2858C26.7056 19.2858 30.0588 19.2854 32.3672 21.0566C32.9613 21.5126 33.4933 22.0446 33.9492 22.6387C35.7203 24.9469 35.7201 28.298 35.7201 34.9987C35.7201 35.7879 35.0803 36.4277 34.291 36.4277C33.5018 36.4277 32.862 35.7879 32.862 34.9987C32.862 31.5822 32.8593 29.2587 32.6602 27.4922C32.4675 25.7834 32.1206 24.9541 31.6803 24.3802C31.3763 23.984 31.0218 23.6263 30.6257 23.3223C30.0519 22.8825 29.2211 22.5382 27.5137 22.3457C25.7469 22.1465 23.4212 22.1439 20.0039 22.1439C16.5874 22.1439 14.2639 22.1466 12.4974 22.3457C10.79 22.5382 9.95925 22.8825 9.38542 23.3223C8.98923 23.6263 8.63148 23.984 8.32747 24.3802C7.88775 24.954 7.5434 25.7848 7.35091 27.4922C7.15177 29.2587 7.14909 31.5822 7.14909 34.9987C7.14909 35.7879 6.50929 36.4277 5.72005 36.4277C4.93082 36.4277 4.29102 35.7879 4.29102 34.9987C4.29102 28.298 4.29072 24.9469 6.06185 22.6387C6.51778 22.0445 7.04974 21.5126 7.64388 21.0566C9.95207 19.2855 13.3032 19.2858 20.0039 19.2858Z\" fill=\"%23201E19\"\/\u003e\u003c\/svg\u003e');\n}\n.ace-template .how-to-use .how-to-use-item[data-opt-type=\"faq\"]::before {\n  background-image: url('data:image\/svg+xml,\u003csvg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M34.2881 20.002C34.2879 12.1125 27.8918 5.7168 20.002 5.7168C12.1124 5.71695 5.71695 12.1124 5.7168 20.002C5.7168 27.8918 12.1125 34.2879 20.002 34.2881V37.1455C10.5343 37.1454 2.85938 29.4696 2.85938 20.002C2.85953 10.5344 10.5344 2.85953 20.002 2.85938C29.4696 2.85938 37.1454 10.5343 37.1455 20.002C37.1455 23.3412 36.1885 26.4566 34.5371 29.0918L35.8906 34.1406C36.1753 35.2029 35.2029 36.1753 34.1406 35.8906L29.0918 34.5371C26.4566 36.1885 23.3412 37.1455 20.002 37.1455V34.2881C22.7875 34.2881 25.3793 33.4917 27.5742 32.1162L28.6289 31.4551L32.4893 32.4893L31.4551 28.6289L32.1162 27.5742C33.4917 25.3793 34.2881 22.7875 34.2881 20.002Z\" fill=\"%23201E19\"\/\u003e\u003cpath d=\"M26.1741 29.172C25.6657 29.5947 24.9161 29.5488 24.4631 29.0672L22.8566 27.3594C21.9871 27.7072 21.0525 27.881 20.0091 27.881C15.7488 27.881 12.8145 24.7945 12.8145 19.9908C12.8145 15.1871 15.7488 12.1006 20.0091 12.1006C24.2694 12.1006 27.2038 15.1871 27.2038 19.9908C27.2038 22.5339 26.3778 24.5989 24.965 25.9683L26.2795 27.3467C26.7795 27.8709 26.7311 28.7088 26.1741 29.172ZM15.5749 19.9908C15.5749 23.4903 17.2704 25.4249 20.0091 25.4249C22.7479 25.4249 24.4433 23.4903 24.4433 19.9908C24.4433 16.4696 22.7696 14.5568 20.0091 14.5568C17.2704 14.5568 15.5749 16.4696 15.5749 19.9908Z\" fill=\"%23201E19\"\/\u003e\u003c\/svg\u003e');\n}\n.ace-template .how-to-use .how-to-use-item[data-opt-type=\"manual\"]::before {\n  background-image: url('data:image\/svg+xml,\u003csvg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M18.5677 29.2884V4.28841C18.5677 3.49943 19.2078 2.85938 19.9967 2.85938C20.7857 2.85938 21.4258 3.49943 21.4258 4.28841V29.2884C21.4258 30.0774 20.7857 30.7174 19.9967 30.7174C19.2078 30.7174 18.5677 30.0774 18.5677 29.2884Z\" fill=\"%23201E19\"\/\u003e\u003cpath d=\"M30.4167 16.8503C30.9746 16.2924 31.8803 16.2924 32.4382 16.8503C32.9954 17.408 32.9954 18.3107 32.4382 18.8685L21.0091 30.2975C20.4514 30.8553 19.5488 30.8549 18.9909 30.2975L7.56185 18.8685C7.00396 18.3106 7.00396 17.4082 7.56185 16.8503C8.11974 16.2924 9.02219 16.2924 9.58008 16.8503L19.9967 27.2669L30.4167 16.8503Z\" fill=\"%23201E19\"\/\u003e\u003cpath d=\"M2.85156 29.4316V29.2884C2.85156 28.4994 3.49162 27.8594 4.2806 27.8594C5.06958 27.8594 5.70964 28.4994 5.70964 29.2884V29.4316C5.70964 30.7472 5.71044 31.5983 5.79102 32.2279C5.86686 32.8199 5.99037 33.0117 6.08724 33.1165C6.11263 33.144 6.14115 33.1693 6.16862 33.1947C6.27354 33.2915 6.46534 33.4151 7.05729 33.4909C7.68684 33.5713 8.53846 33.5755 9.85352 33.5755H30.1367C31.4521 33.5755 32.3034 33.5714 32.9329 33.4909C33.5254 33.4151 33.7167 33.2916 33.8216 33.1947C33.8486 33.1697 33.8747 33.1435 33.8997 33.1165C33.9966 33.0117 34.1201 32.8197 34.196 32.2279C34.2765 31.5983 34.2806 30.7472 34.2806 29.4316V29.2884C34.2806 28.4994 34.9207 27.8594 35.7096 27.8594C36.4984 27.8596 37.1387 28.4996 37.1387 29.2884V29.4316C37.1387 30.6706 37.1404 31.7362 37.0313 32.5892C36.9174 33.479 36.6609 34.3372 35.9994 35.0534C35.9232 35.1358 35.8441 35.2181 35.7617 35.2943C35.0458 35.9558 34.1871 36.2122 33.2975 36.3262C32.4444 36.4354 31.376 36.4303 30.1367 36.4303H9.85352C8.61421 36.4303 7.54587 36.4354 6.69271 36.3262C5.80311 36.2122 4.94449 35.9557 4.22852 35.2943C4.14612 35.2181 4.06706 35.1358 3.99089 35.0534C3.32913 34.3372 3.07288 33.4791 2.95899 32.5892C2.84986 31.7362 2.85156 30.6706 2.85156 29.4316Z\" fill=\"%23201E19\"\/\u003e\u003c\/svg\u003e');\n}\n.ace-template .how-to-use .how-to-use-item[data-opt-type=\"contact\"]::before {\n  background-image: url('data:image\/svg+xml,\u003csvg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M7.14062 17.1451V15.7165C7.14062 8.61572 12.897 2.85938 19.9978 2.85938C27.0986 2.85938 32.8549 8.61572 32.8549 15.7165V17.1451\" stroke=\"%23201E19\" stroke-width=\"2.85714\" stroke-linecap=\"round\"\/\u003e\u003cpath d=\"M8.57227 17.1436H9.04883C10.0264 17.1436 10.2352 17.156 10.3711 17.1924C10.8639 17.3245 11.2488 17.7093 11.3809 18.2021C11.4173 18.338 11.4297 18.5468 11.4297 19.5244V26.1914C11.4297 27.1678 11.4172 27.3768 11.3809 27.5127C11.2488 28.0056 10.864 28.3913 10.3711 28.5234C10.2352 28.5598 10.0264 28.5723 9.04883 28.5723H8.57227C7.17642 28.5723 6.6868 28.5647 6.30762 28.4893C4.60767 28.151 3.27858 26.8221 2.94043 25.1221C2.86506 24.7429 2.8584 24.2531 2.8584 22.8574C2.8584 21.4616 2.86501 20.972 2.94043 20.5928C3.27866 18.8928 4.60769 17.5638 6.30762 17.2256C6.6868 17.1502 7.17642 17.1436 8.57227 17.1436Z\" stroke=\"%23201E19\" stroke-width=\"2.85714\"\/\u003e\u003cpath d=\"M31.4277 17.1436H30.9512C29.9736 17.1436 29.7648 17.156 29.6289 17.1924C29.1361 17.3245 28.7512 17.7093 28.6191 18.2021C28.5827 18.338 28.5703 18.5468 28.5703 19.5244V26.1914C28.5703 27.1678 28.5828 27.3768 28.6191 27.5127C28.7512 28.0056 29.136 28.3913 29.6289 28.5234C29.7648 28.5598 29.9736 28.5723 30.9512 28.5723H31.4277C32.8236 28.5723 33.3132 28.5647 33.6924 28.4893C35.3923 28.151 36.7214 26.8221 37.0596 25.1221C37.1349 24.7429 37.1416 24.2531 37.1416 22.8574C37.1416 21.4616 37.135 20.972 37.0596 20.5928C36.7213 18.8928 35.3923 17.5638 33.6924 17.2256C33.3132 17.1502 32.8236 17.1436 31.4277 17.1436Z\" stroke=\"%23201E19\" stroke-width=\"2.85714\"\/\u003e\u003cpath d=\"M20.7119 32.8584H23.5693C24.7527 32.8585 25.7118 33.8176 25.7119 35.001C25.7119 36.1844 24.7527 37.1435 23.5693 37.1436H20.7119C19.5285 37.1435 18.5693 36.1844 18.5693 35.001C18.5694 33.8176 19.5286 32.8585 20.7119 32.8584Z\" stroke=\"%23201E19\" stroke-width=\"2.85714\"\/\u003e\u003cpath d=\"M25.7148 33.5703C24.9259 33.5703 24.2863 34.2099 24.2863 34.9989C24.2863 35.7879 24.9259 36.4275 25.7148 36.4275V34.9989V33.5703ZM32.8577 28.5703H31.4291V30.7132H32.8577H34.2863V28.5703H32.8577ZM28.572 34.9989V33.5703H25.7148V34.9989V36.4275H28.572V34.9989ZM32.8577 30.7132H31.4291C31.4291 32.2911 30.1499 33.5703 28.572 33.5703V34.9989V36.4275C31.7279 36.4275 34.2863 33.8691 34.2863 30.7132H32.8577Z\" fill=\"%23201E19\"\/\u003e\u003c\/svg\u003e');\n}\n.ace-template .how-to-use .how-to-use-item + .how-to-use-item {\n  margin-top: 8px;\n}\n@media screen and (min-width: 768px) {\n  .ace-template .how-to-use .how-to-use-item + .how-to-use-item {\n    margin-top: 0;\n  }\n}\n.ace-template .how-to-use .how-to-use-item[data-opt-type=\"contact\"] \u003e a {\n  display: block;\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n}\n.ace-template .how-to-use .how-to-use-item .how-to-use-item__title {\n  font: var(--typo-inter-title-2);\n  color: var(--color-gray-100);\n}\n.ace-template .how-to-use .how-to-use-item .how-to-use-item__desc {\n  font: var(--typo-inter-info-3);\n  color: var(--color-gray-076);\n}\n.ace-template .how-to-use .how-to-use-item .how-to-use-item__link, .ace-template .how-to-use .how-to-use-item .how-to-use-item__download {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n}\n.ace-template .how-to-use .how-to-use-item .how-to-use-item__link a, .ace-template .how-to-use .how-to-use-item .how-to-use-item__download a {\n  display: block;\n  width: 100%;\n  height: 100%;\n  font-size: 0;\n  opacity: 0;\n}\n.ace-template .how-to-use .how-to-use-item:has(.how-to-use-item__download a) .how-to-use-item__link, .ace-template .how-to-use .how-to-use-item:not(:has(.how-to-use-item__download a)) .how-to-use-item__download {\n  display: none;\n}\n\n\/* How it compares *\/\n.ace-template .ace-code-146zlq2 {\n  max-width: 1240px;\n  padding: 24px 0;\n  margin: 0 auto;\n}\n.ace-template .ace-code-146zlq2:has(quick-comparison-table:empty) {\n  padding-top: 0;\n  padding-bottom: 0;\n}\n@media screen and (min-width: 768px) {\n  .ace-template .ace-code-146zlq2 {\n    max-width: 1336px;\n    padding: 48px 64px;\n  }\n}\n\n\/* Common Section *\/\n.ace-template .common-section {\n  margin: 0 auto;\n  line-height: 0;\n}\n.ace-template .common-section [data-type=\"image\"]:not(.img-type--mo):has(~ .img-type--mo) {\n  display: none;\n  @media screen and (min-width: 768px) {\n    display: block;\n  }\n}\n.ace-template .common-section .img-type--mo img {\n  width: 100%;\n}\n@media screen and (min-width: 768px) {\n  .ace-template .common-section .img-type--mo {\n    display: none;\n  }\n  .ace-template .common-section .img-type--cover {\n    display: flex !important;\n    justify-content: center;\n    overflow: hidden;\n  }\n  .ace-template .common-section .img-type--cover img {\n    --gap: calc(585px * (100vw \/ 1335px));\n    max-width: calc(100% + var(--gap));\n    flex-shrink: 0;\n  }\n}\n@media screen and (min-width: 1336px) {\n  .ace-template .common-section .img-type--cover img {\n    min-width: 1920px;\n    max-width: 100%;\n  }\n}\n.common-section .block-type--bg {\n  position: relative;\n}\n.common-section .block-type--bg \u003e [data-type=\"image\"] {\n  position: relative;\n  z-index: 10;\n}\n.common-section .block-type--bg .img-type--bg {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  z-index: 0;\n}\n.common-section .block-type--bg .img-type--bg img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}\n\n\/* Crossfade *\/\n.ace-template .crossfade {\n  position: relative;\n}\n.ace-template .crossfade .crossfade__after {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  opacity: 0;\n  transition: opacity 0.6s ease-in-out;\n  z-index: 10;\n}\n.ace-template .crossfade--active .crossfade__after {\n  opacity: 1;\n}\n\n\/* Counter *\/\n.ace-template .counter {\n  position: relative;\n}\n.ace-template .counter .counter__content {\n  display: flex;\n  flex-direction: column;\n  gap: max(32px, min(64px, 64 * (100vw \/ 768)));\n  padding: 64px 16px 32px;\n  background-color: #0d0c10;\n  @media screen and (min-width: 768px) {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    gap: max(32px, min(64px, 64 * (100vw \/ 1336)));\n    width: calc(100% - (64 * (100vw \/ 1336) * 2));\n    padding: 0;\n    background-color: transparent;\n    transform: translate(-50%, -50%);\n    transform-origin: center left;\n    box-sizing: content-box;\n  }\n  @media screen and (min-width: 1336px) {\n    width: calc(100% - (min(356px, 64px + 292px * ((100vw - 1336px) \/ (1920px - 1336px))) * 2));\n  }\n}\n.ace-template .counter .counter-info {\n  display: flex;\n  flex-direction: column;\n  gap: max(16px, min(32px, 32 * (100vw \/ 768)));\n  text-align: center;\n  @media screen and (min-width: 768px) {\n    gap: max(16px, min(32px, 32 * (100vw \/ 1336)));\n    width: max(288px, min(500px, 500 * (100vw \/ 1336)));\n    text-align: left;\n  }\n}\n.ace-template .counter .counter-info__title {\n  font: var(--typo-edit-h2-strong);\n  font-size: max(28px, min(60px, 60 * (100vw \/ 768)));\n  line-height: max(36px, min(68px, 68 * (100vw \/ 768)));\n  color: var(--color-gray-000);\n  @media screen and (min-width: 768px) {\n    font-size: max(28px, min(48px, 48 * (100vw \/ 1336)));\n    line-height: max(36px, min(56px, 56 * (100vw \/ 1336)));\n  }\n}\n.ace-template .counter .counter-info__description {\n  font: var(--typo-edit-h5);\n  color: var(--color-gray-000);\n  font-size: max(16px, min(36px, 36 * (100vw \/ 768)));\n  line-height: max(24px, min(42px, 42 * (100vw \/ 768)));\n  @media screen and (min-width: 768px) {\n    font-size: max(16px, min(20px, 20 * (100vw \/ 1336)));\n    line-height: max(24px, min(27px, 27 * (100vw \/ 1336)));\n  }\n}\n.ace-template .counter .counter-animation {\n  display: flex;\n  gap: 8px;\n  @media screen and (min-width: 768px) {\n    gap: min(48px, 48 * (100vw \/ 1336));\n  }\n}\n.ace-template .counter .counter-item {\n  flex: 1;\n  font-size: 0;\n  text-align: center;\n  @media screen and (min-width: 768px) {\n    flex: none;\n    text-align: left;\n  }\n}\n.ace-template .counter .counter-item:first-of-type {\n  min-width: min(193px, 193 * (100vw \/ 1336));\n}\n.ace-template .counter .counter-item \u003e * {\n  display: inline-block;\n  font: var(--typo-edit-h2-strong);\n  font-size: max(28px, min(60px, 60 * (100vw \/ 768)));\n  line-height: max(36px, min(68px, 68 * (100vw \/ 768)));\n  color: var(--color-gray-000);\n  @media screen and (min-width: 768px) {\n    font-size: max(28px, min(48px, 48 * (100vw \/ 1336)));\n    line-height: max(36px, min(56px, 56 * (100vw \/ 1336)));\n  }\n}\n.ace-template .counter .counter-item__prefix {\n  display: block;\n  padding: 0 0 max(4px, min(8px, 8 * (100vw \/ 768)));\n  font: var(--typo-edit-body-strong);\n  font-size: max(14px, min(20px, 20 * (100vw \/ 768)));\n  line-height: max(21px, min(27px, 27 * (100vw \/ 768)));\n  color: var(--color-gray-064);\n  @media screen and (min-width: 768px) {\n    padding-bottom: max(4px, min(12px, 12 * (100vw \/ 1336)));\n    font-size: max(14px, min(16px, 16 * (100vw \/ 1336)));\n    line-height: max(21px, min(24px, 24 * (100vw \/ 1336)));\n  }\n}\n.ace-template .counter .counter-item__goal {\n  display: none;\n}\n\u003c\/style\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.css\"\u003e\n    \u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/swiper@11\/swiper-bundle.min.js\"\u003e\u003c\/script\u003e\n  \u003cdiv class=\"ace-template ace-1v61kqv ace-1k03pp0\" data-id=\"copy-1ekrenk\" data-ace-children-order=\"code-4a8nn6,carousel-18g483w,group-key-visual-6awgha,group-knzizj,video-video-1tboi5h,group-2dpucu-1mtgqo7,group-dc4rtr,group-14ocs3b,code-reviews-y59f6a,group-1rv5blp,group-inside-the-juicer-not1ds,hotspot-hotspot-1wdj31e,accordion-accordion-jlbzk2,code-how-it-compares-146zlq2,group-how-to-use-av8k84,group-13zammk\"\u003e\n\n\u003c!-- \u003cdiv class=\"ace-field ace-code-4a8nn6\" data-schema=\"code-4a8nn6\" data-name=\"code-4a8nn6\" data-type=\"code\" data-label=\"Bundler\" data-unused data-variables='{\"ccid\":\"\"}'\u003e\u003cdiv class=\"bundler-target-element\" data-bndlr-ccid=\"\"\u003e\u003c\/div\u003e\u003c\/div\u003e --\u003e\n\u003c!-- \u003cdiv id=\"carousel-18g483w\" class=\"ace-carousel ace-carousel-18g483w award\" data-schema=\"carousel-18g483w\" data-name=\"carousel-18g483w\" data-type=\"carousel\" data-label=\"Award\" data-unused data-swiper-options='{\"slidesPerView\":1,\"spaceBetween\":0,\"pagination\":{\"el\":\"#carousel-18g483w .swiper-pagination\",\"type\":\"bullets\",\"clickable\":true,\"enabled\":true},\"navigation\":{\"nextEl\":\"#carousel-18g483w .swiper-button-next\",\"prevEl\":\"#carousel-18g483w .swiper-button-prev\",\"enabled\":false},\"breakpoints\":{\"769\":{\"slidesPerView\":2,\"spaceBetween\":16},\"1281\":{\"slidesPerView\":3,\"spaceBetween\":16},\"1537\":{\"slidesPerView\":3,\"spaceBetween\":16,\"pagination\":{\"enabled\":false},\"navigation\":{\"enabled\":true}}\u003c\/span\u003e}}\u003c\/span\u003e'\u003e\n\u003cdiv class=\"swiper\"\u003e\n\n\u003cdiv class=\"swiper-wrapper\"\u003e\n\n\u003cdiv class=\"swiper-slide\"\u003e\n\n\u003cdiv class=\"ace-group ace-group-jhn9xw award-item\" data-schema=\"group-bqtm3k\" data-name=\"group-award-item-jhn9xw\" data-type=\"group\" data-label=\"Award Item\" data-ace-children-order=\"image-image-1sqix3h,text-title-1a5ab64,textarea-description-g2xtdh,link-link-1ofmcvm\"\u003e\n\n\u003cdiv class=\"ace-field ace-image-1sqix3h award-item__image\" data-schema=\"image-7ew9fx\" data-name=\"image-image-1sqix3h\" data-type=\"image\" data-label=\"Image\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-text-1a5ab64 award-item__title\" data-schema=\"text-op8a0\" data-name=\"text-title-1a5ab64\" data-type=\"text\" data-label=\"Title\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-textarea-g2xtdh award-item__desc\" data-schema=\"textarea-gqltbn\" data-name=\"textarea-description-g2xtdh\" data-type=\"textarea\" data-label=\"Description\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-link-1ofmcvm award-item__link\" data-schema=\"link-vzi4uo\" data-name=\"link-link-1ofmcvm\" data-type=\"link\" data-label=\"Link\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"swiper-pagination\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"swiper-button-next\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"swiper-button-prev\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e --\u003e\n\u003cdiv class=\"ace-group ace-group-6awgha kv\" data-schema=\"group-1qexm3s\" data-name=\"group-key-visual-6awgha\" data-type=\"group\" data-label=\"Key visual\" data-opt-text-color=\"dark\" data-ace-children-order=\"group-text-1yuocau,image-image-sb5c9c,image-mobile-image-j2bt4h\"\u003e\n\n\u003cdiv class=\"ace-group ace-group-1yuocau kv-text\" data-schema=\"group-pua889\" data-name=\"group-text-1yuocau\" data-type=\"group\" data-label=\"Text\" data-ace-children-order=\"textarea-title-bkh18p,textarea-description-1u2sw9k\"\u003e\n\n\u003cdiv class=\"ace-field ace-textarea-bkh18p kv-text__title\" data-schema=\"textarea-1q4idcm\" data-name=\"textarea-title-bkh18p\" data-type=\"textarea\" data-label=\"Title\"\u003eMélangez, hachez, broyez, le tout en un seul appareil\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-textarea-1u2sw9k kv-text__desc\" data-schema=\"textarea-gegvc5\" data-name=\"textarea-description-1u2sw9k\" data-type=\"textarea\" data-label=\"Description\"\u003ePassez facilement des boissons à la préparation des repas en changeant simplement de récipient, \u003cbr\u003esans avoir besoin de changer de lame.\u003cbr\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-raqhlb kv-image pc\" data-schema=\"image-raqhlb\" data-name=\"image-image-sb5c9c\" data-type=\"image\" data-label=\"Image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/3p_03.jpg?v=1776146286\" alt=\"Deux mixeurs de table Hurom sur un comptoir, un avec des baies et un avec des fruits et légumes mélangés\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-16s3108 kv-image mo\" data-schema=\"image-16s3108\" data-name=\"image-mobile-image-j2bt4h\" data-type=\"image\" data-label=\"Image mobile (facultatif)\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/3p_-mo_1.jpg?v=1776157447\" alt=\"Deux mixeurs de table Hurom sur un comptoir, un avec des baies et un avec des fruits et légumes mélangés\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003c!-- \u003cdiv class=\"ace-group ace-group-knzizj common-section\" data-schema=\"group-knzizj\" data-name=\"group-knzizj\" data-type=\"group\" data-label=\"Common\" data-unused data-ace-children-order=\"group-5zpv9g,group-9hphqg,group-full-imagecover-7c64un,group-full-imagecover-nezmry,group-full-imagecover-1givx30,group-z3i2oz,group-1nacc0s\"\u003e\n\u003cdiv class=\"ace-group ace-group-5zpv9g crossfade\" data-schema=\"group-5zpv9g\" data-name=\"group-5zpv9g\" data-type=\"group\" data-label=\"Motion(Crossfade)\" data-ace-children-order=\"group-1qf8q4,group-84hdva\"\u003e\n\n\u003cdiv class=\"ace-group ace-group-1qf8q4 crossfade__before\" data-schema=\"group-1qf8q4\" data-name=\"group-1qf8q4\" data-type=\"group\" data-label=\"Before\" data-ace-children-order=\"image-image-8diwbq,image-mobile-image-10i89vs\"\u003e\n\n\u003cdiv class=\"ace-field ace-image-image-8diwbq img-type--cover\" data-schema=\"image-image-8diwbq\" data-name=\"image-image-8diwbq\" data-type=\"image\" data-label=\"Image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/image_876452986.jpg?v=1774523647\" alt=\"Deux verres de jus de tomate côte à côte avec la question : « Quel type de jus buvez-vous ? » L’image illustre que le processus de préparation définit la texture et la valeur nutritionnelle, mettant en valeur l’engagement de Hurom envers une qualité de jus supérieure grâce à sa méthode d’extraction unique.Deux verres de jus de tomate côte à côte avec la question : « Quel type de jus buvez-vous ? » L’image illustre que le processus de préparation définit la texture et la valeur nutritionnelle, mettant en valeur l’engagement de Hurom envers une qualité de jus supérieure grâce à sa méthode d’extraction unique.Deux verres de jus de tomate côte à côte avec la question : « Quel type de jus buvez-vous ? » L’image illustre que le processus de préparation définit la texture et la valeur nutritionnelle, mettant en valeur l’engagement de Hurom envers une qualité de jus supérieure grâce à sa méthode d’extraction unique.Deux verres de jus de tomate côte à côte avec la question : « Quel type de jus buvez-vous ? » L’image illustre que le processus de préparation définit la texture et la valeur nutritionnelle, mettant en valeur l’engagement de Hurom envers une qualité de jus supérieure grâce à sa méthode d’extraction unique.Deux verres de jus de tomate côte à côte avec la question : « Quel type de jus buvez-vous ? » L’image illustre que le processus de préparation définit la texture et la valeur nutritionnelle, mettant en valeur l’engagement de Hurom envers une qualité de jus supérieure grâce à sa méthode d’extraction unique.Deux verres de jus de tomate côte à côte avec la question : « Quel type de jus buvez-vous ? » L’image illustre que le processus de préparation définit la texture et la valeur nutritionnelle, mettant en valeur l’engagement de Hurom envers une qualité de jus supérieure grâce à sa méthode d’extraction unique.Deux verres de jus de tomate côte à côte avec la question : « Quel type de jus buvez-vous ? » L’image illustre que le processus de préparation définit la texture et la valeur nutritionnelle, mettant en valeur l’engagement de Hurom envers une qualité de jus supérieure grâce à sa méthode d’extraction unique.Deux verres de jus de tomate côte à côte avec la question : « Quel type de jus buvez-vous ? » L’image illustre que le processus de préparation définit la texture et la valeur nutritionnelle, mettant en valeur l’engagement de Hurom envers une qualité de jus supérieure grâce à sa méthode d’extraction unique.\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-mobile-image-10i89vs img-type--mo\" data-schema=\"image-mobile-image-10i89vs\" data-name=\"image-mobile-image-10i89vs\" data-type=\"image\" data-label=\"Image mobile\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/image_876453019.jpg?v=1774581674\" alt=\"Deux verres de jus de tomate côte à côte avec la question : « Quel type de jus buvez-vous ? » L’image illustre que le processus de préparation définit la texture et la valeur nutritionnelle, mettant en valeur l’engagement de Hurom envers une qualité de jus supérieure grâce à sa méthode d’extraction unique.\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ace-group ace-group-84hdva crossfade__after\" data-schema=\"group-84hdva\" data-name=\"group-84hdva\" data-type=\"group\" data-label=\"After\" data-ace-children-order=\"image-image-sydi5k,image-mobile-image-kz5gbd\"\u003e\n\n\u003cdiv class=\"ace-field ace-image-image-sydi5k img-type--cover\" data-schema=\"image-image-sydi5k\" data-name=\"image-image-sydi5k\" data-type=\"image\" data-label=\"Image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/image_876453004.jpg?v=1774523673\" alt=\"Deux verres de jus de tomate côte à côte sur un fond blanc, démontrant la différence définitive de résultat entre deux méthodes de jus. Le verre de gauche montre des couches distinctes de séparation, tandis que le verre de droite, représentant la méthode définitive de jus lent, est un liquide parfaitement uniforme et richement texturé. Le texte superposé demande : « Quel type de jus buvez-vous ? », suivi de l'histoire de la marque qui indique que le processus définit le résultat.\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-mobile-image-kz5gbd img-type--mo\" data-schema=\"image-mobile-image-kz5gbd\" data-name=\"image-mobile-image-kz5gbd\" data-type=\"image\" data-label=\"Image mobile\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/image_876453020.jpg?v=1774581752\" alt=\"Deux verres de jus de tomate côte à côte sur un fond blanc, démontrant la différence définitive de résultat entre deux méthodes de jus. Le verre de gauche montre des couches distinctes de séparation, tandis que le verre de droite, représentant la méthode définitive de jus lent, est un liquide parfaitement uniforme et richement texturé. Le texte superposé demande : « Quel type de jus buvez-vous ? », suivi de l'histoire de la marque qui indique que le processus définit le résultat.\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"ace-group ace-group-9hphqg common__full-image--cover\" data-schema=\"group-9hphqg\" data-name=\"group-9hphqg\" data-type=\"group\" data-label=\"Full Image(Cover)\" data-ace-children-order=\"image-image-pi54qe,image-mobile-image-lla7gc\"\u003e\n\n\u003cdiv class=\"ace-field ace-image-pi54qe img-type--cover\" data-schema=\"image-image-pi54qe\" data-name=\"image-image-pi54qe\" data-type=\"image\" data-label=\"Image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/image_876452982.jpg?v=1774524154\" alt=\"Infographie comparant le mixage et l'extraction de jus. Le mixage à haute vitesse détruit les parois cellulaires (montré dans une vue microscopique de bulles brisées), provoquant une couleur trouble et une séparation. La méthode de pressage lent de Hurom minimise les dommages aux nutriments, en gardant les structures cellulaires intactes (montré dans une vue microscopique de cellules végétales préservées) pour une couleur naturelle et une meilleure nutrition.\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-lla7gc img-type--mo\" data-schema=\"image-mobile-image-lla7gc\" data-name=\"image-mobile-image-lla7gc\" data-type=\"image\" data-label=\"Image mobile\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/image_876453009.jpg?v=1774581791\" alt=\"Infographie comparant le mixage et l'extraction de jus. Le mixage à haute vitesse détruit les parois cellulaires (montré dans une vue microscopique de bulles brisées), provoquant une couleur trouble et une séparation. La méthode de pressage lent de Hurom minimise les dommages aux nutriments, en gardant les structures cellulaires intactes (montré dans une vue microscopique de cellules végétales préservées) pour une couleur naturelle et une meilleure nutrition.\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"ace-group ace-group-7c64un common__full-image--cover\" data-schema=\"group-9hphqg\" data-name=\"group-full-imagecover-7c64un\" data-type=\"group\" data-label=\"Full Image(Cover)\" data-ace-children-order=\"image-image-1apkb0x,image-mobile-image-xqqili\"\u003e\n\n\u003cdiv class=\"ace-field ace-image-1apkb0x img-type--cover\" data-schema=\"image-image-1apkb0x\" data-name=\"image-image-1apkb0x\" data-type=\"image\" data-label=\"Image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/image_876452983.webp?v=1776402543\" alt=\"Une comparaison montrant une tomate rouge entière et deux vues microscopiques de sa structure cellulaire. La première vue montre la « structure cellulaire d'une tomate fraîche » et la seconde la « structure cellulaire du jus Hurom », démontrant que la méthode d'extraction de jus Hurom maintient les cellules intactes.\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-xqqili img-type--mo\" data-schema=\"image-mobile-image-xqqili\" data-name=\"image-mobile-image-xqqili\" data-type=\"image\" data-label=\"Image mobile\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/image_876453021.webp?v=1776402597\" alt=\"Une comparaison montrant une tomate rouge entière et deux vues microscopiques de sa structure cellulaire. La première vue montre la « structure cellulaire d'une tomate fraîche » et la seconde la « structure cellulaire du jus Hurom », démontrant que la méthode d'extraction de jus Hurom maintient les cellules intactes.\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"ace-group ace-group-nezmry common__full-image--cover\" data-schema=\"group-9hphqg\" data-name=\"group-full-imagecover-nezmry\" data-type=\"group\" data-label=\"Full Image(Cover)\" data-ace-children-order=\"image-image-10axbha,image-mobile-image-1jx3el1\"\u003e\n\n\u003cdiv class=\"ace-field ace-image-10axbha img-type--cover\" data-schema=\"image-image-10axbha\" data-name=\"image-image-10axbha\" data-type=\"image\" data-label=\"Image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/image_876453046.jpg?v=1776323222\" alt=\"Une chronologie de l'histoire de Hurom intitulée « DEPUIS 1974 : Le premier extracteur de jus lent au monde ». Elle présente les étapes clés : développement de la technologie de base en 1980, brevet du premier extracteur de jus électrique au monde en 1993, premier extracteur de jus lent vertical en 2005, l'Inno Drum en 2018 et le prix King Sejong pour la vis multiple tout-en-un en 2023.\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-1jx3el1 img-type--mo\" data-schema=\"image-mobile-image-1jx3el1\" data-name=\"image-mobile-image-1jx3el1\" data-type=\"image\" data-label=\"Image mobile\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/image_876453022.jpg?v=1776323302\" alt=\"Une chronologie de l'histoire de Hurom intitulée « DEPUIS 1974 : Le premier extracteur de jus lent au monde ». Elle présente les étapes clés : développement de la technologie de base en 1980, brevet du premier extracteur de jus électrique au monde en 1993, premier extracteur de jus lent vertical en 2005, l'Inno Drum en 2018 et le prix King Sejong pour la vis multiple tout-en-un en 2023.\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"ace-group ace-group-1givx30 common__full-image--cover\" data-schema=\"group-9hphqg\" data-name=\"group-full-imagecover-1givx30\" data-type=\"group\" data-label=\"Full Image(Cover)\" data-ace-children-order=\"image-image-1fnu7pe,image-mobile-image-188bmnt\"\u003e\n\n\u003cdiv class=\"ace-field ace-image-1fnu7pe img-type--cover\" data-schema=\"image-image-1fnu7pe\" data-name=\"image-image-1fnu7pe\" data-type=\"image\" data-label=\"Image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/image_876452981.jpg?v=1774524262\" alt=\"Une infographie présentant les nombreux prix mondiaux de Hurom, avec le titre « Un héritage de prix mondiaux valide la véritable valeur d'être le 'premier' ». L'image affiche les logos de prestigieuses distinctions, notamment Inventions Genève, Red Dot Design Award et iF Design Award, au-dessus d'une série de certificats de prix physiques qui mettent en évidence les 50 ans d'histoire de la marque en matière d'innovation technologique et d'excellence.\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-188bmnt img-type--mo\" data-schema=\"image-188bmnt\" data-name=\"image-mobile-image-188bmnt\" data-type=\"image\" data-label=\"Image mobile\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/image_876453023.jpg?v=1774581858\" alt=\"Une infographie présentant les nombreux prix mondiaux de Hurom, avec le titre « Un héritage de prix mondiaux valide la véritable valeur d'être le 'premier' ». L'image affiche les logos de prestigieuses distinctions, notamment Inventions Genève, Red Dot Design Award et iF Design Award, au-dessus d'une série de certificats de prix physiques qui mettent en évidence les 50 ans d'histoire de la marque en matière d'innovation technologique et d'excellence.\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"ace-group ace-group-z3i2oz counter\" data-schema=\"group-z3i2oz\" data-name=\"group-z3i2oz\" data-type=\"group\" data-label=\"Motion(Counter)\" data-ace-children-order=\"group-content-1n21qs5,image-image-rj5uj2,image-mobile-image-gjqa1j\"\u003e\n\n\u003cdiv class=\"ace-group ace-group-1n21qs5 counter__content\" data-schema=\"group-content-1n21qs5\" data-name=\"group-content-1n21qs5\" data-type=\"group\" data-label=\"Content\" data-ace-children-order=\"group-x1d5z,group-17n49j8\"\u003e\n\n\u003cdiv class=\"ace-group ace-group-x1d5z counter-info\" data-schema=\"group-x1d5z\" data-name=\"group-x1d5z\" data-type=\"group\" data-label=\"Text\" data-ace-children-order=\"text-title-dwcl4l,textarea-description-k2sg05\"\u003e\n\n\u003cdiv class=\"ace-field ace-text-dwcl4l counter-info__title\" data-schema=\"text-title-dwcl4l\" data-name=\"text-title-dwcl4l\" data-type=\"text\" data-label=\"Title\"\u003eAu-delà des produits, Hurom établit la norme\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-textarea-k2sg05 counter-info__description\" data-schema=\"textarea-description-k2sg05\" data-name=\"textarea-description-k2sg05\" data-type=\"textarea\" data-label=\"Description\"\u003eLe choix constant à travers le monde n'est pas un hasard. Avec plus de 12,77 millions d'unités vendues à ce jour, nous avons bâti une confiance durable sur le marché en étant une préférence continue, et non une tendance éphémère. Ce chiffre prouve que Hurom est la norme définitive.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ace-group ace-group-17n49j8 counter-animation\" data-schema=\"group-17n49j8\" data-name=\"group-17n49j8\" data-type=\"group\" data-label=\"Counter\" data-ace-children-order=\"group-1k04ia1,group-1n2ycmk\"\u003e\n\n\u003cdiv class=\"ace-group ace-group-1k04ia1 counter-item\" data-schema=\"group-1k04ia1\" data-name=\"group-1k04ia1\" data-type=\"group\" data-label=\"Count 1\" data-ace-children-order=\"text-prefix-5elts,text-start-1d61tg2,text-goal-bkmpp0,text-suffix-1uu1qr5\"\u003e\n\n\u003cdiv class=\"ace-field ace-text-prefix-5elts counter-item__prefix\" data-schema=\"text-prefix-5elts\" data-name=\"text-prefix-5elts\" data-type=\"text\" data-label=\"prefix\"\u003eUnités vendues au total\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-text-start-1d61tg2 counter-item__start\" data-schema=\"text-start-1d61tg2\" data-name=\"text-start-1d61tg2\" data-type=\"text\" data-label=\"Démarrer\"\u003e10.00\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-text-goal-bkmpp0 counter-item__goal\" data-schema=\"text-goal-bkmpp0\" data-name=\"text-goal-bkmpp0\" data-type=\"text\" data-label=\"Objectif\"\u003e12.77\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-text-suffix-1uu1qr5 counter-item__suffix\" data-schema=\"text-suffix-1uu1qr5\" data-name=\"text-suffix-1uu1qr5\" data-type=\"text\" data-label=\"Suffix\"\u003eM+\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ace-group ace-group-1n2ycmk counter-item\" data-schema=\"group-1n2ycmk\" data-name=\"group-1n2ycmk\" data-type=\"group\" data-label=\"Count 2\" data-ace-children-order=\"text-prefix-x0c7b3,text-start-13emlr4,text-goal-1jyeea1,text-suffix-1d7mu1z\"\u003e\n\n\u003cdiv class=\"ace-field ace-text-prefix-x0c7b3 counter-item__prefix\" data-schema=\"text-prefix-x0c7b3\" data-name=\"text-prefix-x0c7b3\" data-type=\"text\" data-label=\"prefix\"\u003ePays vendus dans\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-text-start-13emlr4 counter-item__start\" data-schema=\"text-start-13emlr4\" data-name=\"text-start-13emlr4\" data-type=\"text\" data-label=\"Start\"\u003e1\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-text-goal-1jyeea1 counter-item__goal\" data-schema=\"text-goal-1jyeea1\" data-name=\"text-goal-1jyeea1\" data-type=\"text\" data-label=\"Goal\"\u003e88\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-text-suffix-1d7mu1z counter-item__suffix\" data-schema=\"text-suffix-1d7mu1z\" data-name=\"text-suffix-1d7mu1z\" data-type=\"text\" data-label=\"Suffix\"\u003e+\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-rj5uj2 img-type--cover\" data-schema=\"image-image-rj5uj2\" data-name=\"image-image-rj5uj2\" data-type=\"image\" data-label=\"Image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/BG_1.jpg?v=1774524291\" alt=\"Three Hurom slow juicers in different colors (green, white, and black) standing majestically above the Earth against a vast starry space background, symbolizing Hurom's global leadership and its \u0026quot;definitive standard\u0026quot; in the juicer market.\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-gjqa1j img-type--mo\" data-schema=\"image-mobile-image-gjqa1j\" data-name=\"image-mobile-image-gjqa1j\" data-type=\"image\" data-label=\"Mobile Image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/BG_2.jpg?v=1774581890\" alt=\"Three Hurom slow juicers in different colors (green, white, and black) standing majestically above the Earth against a vast starry space background, symbolizing Hurom's global leadership and its \u0026quot;definitive standard\u0026quot; in the juicer market.\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"ace-group ace-group-1nacc0s common__full-image--contain block-type--bg\" data-schema=\"group-1nacc0s\" data-name=\"group-1nacc0s\" data-type=\"group\" data-label=\"Full Image(Contain)\" data-ace-children-order=\"image-imagedescription-1dgbjgp,image-imagequote-gk8njn,image-imagebg-4tbuyf,image-mobile-image-1uyu6x5\"\u003e\n\n\u003cdiv class=\"ace-field ace-image-1dgbjgp img-type--cover\" data-schema=\"image-imagedescription-1dgbjgp\" data-name=\"image-imagedescription-1dgbjgp\" data-type=\"image\" data-label=\"Image(Description)\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/image_876453005.png?v=1774524527\" alt='\"The juicer acclaimed by international media.\" It highlights that from Forbes in the US to BBC Good Food in the UK, Hurom juicers are globally recognized and trusted by prestigious media outlets.'\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-gk8njn\" data-schema=\"image-imagequote-gk8njn\" data-name=\"image-imagequote-gk8njn\" data-type=\"image\" data-label=\"Image(Quote)\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/image_876452959.png?v=1774524557\" alt=\"A collection of floating testimonial bubbles featuring logos and quotes from major global media outlets like Forbes, BBC Good Food, and Tom's Guide. These international reviews highlight Hurom's slow juicing technology, sophisticated design, and nutrient preservation, reinforcing the brand's story of global trust and premium quality.\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-4tbuyf img-type--bg\" data-schema=\"image-imagebg-4tbuyf\" data-name=\"image-imagebg-4tbuyf\" data-type=\"image\" data-label=\"Image(BG)\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/image_876453006.jpg?v=1774524499\" alt=\"A dark blue and charcoal gradient background featuring large, faint quotation mark icons. This background serves as a professional and modern backdrop for displaying customer testimonials or media reviews as part of Hurom's brand story of trust and global recognition.\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-1uyu6x5 img-type--mo\" data-schema=\"image-mobile-image-1uyu6x5\" data-name=\"image-mobile-image-1uyu6x5\" data-type=\"image\" data-label=\"Mobile Image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/image_876453024.jpg?v=1774581950\" alt=\"A collection of positive reviews from international media outlets titled \u0026quot;The juicer acclaimed by international media.\u0026quot; It features logos and quotes from Forbes (USA), BBC Good Food (UK), Haus \u0026amp; Garten (Germany), Tom's Guide (UK), and JoongAng Daily (Korea), all praising Hurom juicers for their performance, design, and nutrient preservation.\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n --\u003e\n\u003cdiv class=\"ace-field ace-video-1tboi5h video\" data-schema=\"video-17e66wr\" data-name=\"video-video-1tboi5h\" data-type=\"video\" data-label=\"Video\"\u003e\u003cvideo controls style=\"aspect-ratio: 16\/9;\"\u003e\u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/e0c1d4356690435291fca06f2d9b9d43.mp4\" type=\"video\/mp4\"\u003eVotre navigateur ne prend pas en charge la balise vidéo.\u003c\/source\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv class=\"ace-group ace-group-1mtgqo7 usp\" data-schema=\"group-rjvrww\" data-name=\"group-2dpucu-1mtgqo7\" data-type=\"group\" data-label=\"USP\" data-ace-children-order=\"group-main-usp-xko4by,group-main-uspsub-1myxn38,group-main-usp-q9os46,group-main-uspsub-kyk69r,group-main-usp-na8icb,group-main-usp-1rqhm61,group-main-usp-qc2t20,group-main-usp-a79hav\"\u003e\n\n\u003cdiv class=\"ace-group ace-group-xko4by main-usp\" data-schema=\"group-43r4yg\" data-name=\"group-main-usp-xko4by\" data-type=\"group\" data-label=\"Main USP\" data-opt-design-option=\"kf-1\" data-opt-text-color=\"dark\" data-opt-bg-color=\"none\" data-ace-children-order=\"group-text-1jhp4gm,image-image-xdaojn,image-mobile-image-optional-mso6u2\"\u003e\n\n\u003cdiv class=\"ace-group ace-group-1jhp4gm main-usp-text\" data-schema=\"group-tjm94h\" data-name=\"group-text-1jhp4gm\" data-type=\"group\" data-label=\"Text\" data-ace-children-order=\"text-subtitle-oecs6w,textarea-title-gvv1l3,textarea-description-pxr5s2,link-link-t5jy15\"\u003e\n\n\u003cdiv class=\"ace-field ace-text-1ancntf main-usp-text__subtitle\" data-schema=\"text-1ancntf\" data-name=\"text-subtitle-oecs6w\" data-type=\"text\" data-label=\"Subtitle\"\u003eCONÇU POUR LA POLYVALENCE\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-textarea-2j14k5 main-usp-text__title\" data-schema=\"textarea-2j14k5\" data-name=\"textarea-title-gvv1l3\" data-type=\"textarea\" data-label=\"Title\"\u003eTrois fonctions. Un seul mixeur.\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-textarea-ddqgiv main-usp-text__desc\" data-schema=\"textarea-ddqgiv\" data-name=\"textarea-description-pxr5s2\" data-type=\"textarea\" data-label=\"Description\"\u003eDes smoothies onctueux aux ingrédients finement hachés et aux noix moulues. \u003cbr\u003eCréez une variété de recettes avec un seul mixeur.\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-link-14ts3cj main-usp-text__link\" data-schema=\"link-14ts3cj\" data-name=\"link-link-t5jy15\" data-type=\"link\" data-label=\"Link\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-xdaojn main-usp-image pc\" data-schema=\"image-1anrtt8\" data-name=\"image-image-xdaojn\" data-type=\"image\" data-label=\"Image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/5p.jpg?v=1776151175\" alt=\"Hand pouring a pink smoothie from a blender into a glass beside bananas, lemon, and strawberries\" data-file-id=\"gid:\/\/shopify\/MediaImage\/51981903495300\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-mso6u2 main-usp-image mo\" data-schema=\"image-ojbx3a\" data-name=\"image-mobile-image-optional-mso6u2\" data-type=\"image\" data-label=\"Mobile Image (optional)\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/5p_-mo.jpg?v=1776207897\" alt=\"Hand pouring a pink smoothie from a blender into a glass beside bananas, lemon, and strawberries\" data-file-id=\"gid:\/\/shopify\/MediaImage\/51985069473924\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ace-group ace-group-1myxn38 main-usp-sub\" data-schema=\"group-2pdc7q\" data-name=\"group-main-uspsub-1myxn38\" data-type=\"group\" data-label=\"Main USP\/Sub\" data-ace-children-order=\"opt-branch-vnsph0-1vdc47x\"\u003e\n\n\u003cdiv class=\"ace-group ace-option-branch ace-group-1vdc47x\" data-schema=\"opt-branch-vnsph0-1vdc47x\" data-name=\"opt-branch-vnsph0-1vdc47x\" data-type=\"group\" data-label=\"Card: With Text\" data-ace-option-branch=\"1\" data-opt-design-option=\"usp-1\" data-ace-children-order=\"option-media-type-1ry4kkx\"\u003e\n\n\u003cdiv class=\"ace-group ace-option-branch ace-group-ed2hb9\" data-schema=\"opt-branch-1ry4kkx-ed2hb9\" data-name=\"opt-branch-1ry4kkx-ed2hb9\" data-type=\"group\" data-label=\"Image\" data-ace-option-branch=\"1\" data-opt-media-type=\"image\" data-ace-children-order=\"group-group-1v3bubt,group-group-1nwjecb,group-group-rzm291\"\u003e\n\n\u003cdiv class=\"ace-group ace-group-1v3bubt main-usp-sub-item\" data-schema=\"group-group-1v3bubt\" data-name=\"group-group-1v3bubt\" data-type=\"group\" data-label=\"Group\"\u003e\n\n\u003cdiv class=\"ace-field ace-image-1cdso88 main-usp-sub-item__image pc\" data-schema=\"image-image-1cdso88\" data-name=\"image-image-1cdso88\" data-type=\"image\" data-label=\"Image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/0f5f5f6d4ef78311d2c23cd134f66bc0_195497cd-874e-4cd5-b724-2a53a0a410cc.jpg?v=1776148764\" alt=\"Blender jar with measurement markings and blades, shown with a close-up of pink blended mixture texture\" data-file-id=\"gid:\/\/shopify\/MediaImage\/51981636829316\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-15xs6lq main-usp-sub-item__image mo\" data-schema=\"image-mobile-image-optional-15xs6lq\" data-name=\"image-mobile-image-optional-15xs6lq\" data-type=\"image\" data-label=\"Mobile Image (optional)\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-textarea-jrze9n main-usp-sub-item__title\" data-schema=\"textarea-title-jrze9n\" data-name=\"textarea-title-jrze9n\" data-type=\"textarea\" data-label=\"Title\"\u003eLame Hexa\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-textarea-oduw6l main-usp-sub-item__desc\" data-schema=\"textarea-description-oduw6l\" data-name=\"textarea-description-oduw6l\" data-type=\"textarea\" data-label=\"Description\"\u003eUn design à 3 lames pour un mélange lisse et uniforme de tous les ingrédients.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ace-group ace-group-1v3bubt main-usp-sub-item\" data-schema=\"group-group-1v3bubt\" data-name=\"group-group-1nwjecb\" data-type=\"group\" data-label=\"Group\"\u003e\n\n\u003cdiv class=\"ace-field ace-image-1cdso88 main-usp-sub-item__image pc\" data-schema=\"image-image-1cdso88\" data-name=\"image-image-1uay0pv\" data-type=\"image\" data-label=\"Image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/96ae410216e557d28c0ba2e8fcee43fb.jpg?v=1776151196\" alt=\"Chopper blade attachment with a close-up of finely chopped orange ingredients\" data-file-id=\"gid:\/\/shopify\/MediaImage\/51981905985668\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-15xs6lq main-usp-sub-item__image mo\" data-schema=\"image-mobile-image-optional-15xs6lq\" data-name=\"image-mobile-image-optional-jruod\" data-type=\"image\" data-label=\"Mobile Image (optional)\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-textarea-jrze9n main-usp-sub-item__title\" data-schema=\"textarea-title-jrze9n\" data-name=\"textarea-title-8uhay0\" data-type=\"textarea\" data-label=\"Title\"\u003eLame à hacher\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-textarea-oduw6l main-usp-sub-item__desc\" data-schema=\"textarea-description-oduw6l\" data-name=\"textarea-description-3urgl2\" data-type=\"textarea\" data-label=\"Description\"\u003eDouble lame pour hacher rapidement et uniformément divers ingrédients.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ace-group ace-group-1v3bubt main-usp-sub-item\" data-schema=\"group-group-1v3bubt\" data-name=\"group-group-rzm291\" data-type=\"group\" data-label=\"Group\"\u003e\n\n\u003cdiv class=\"ace-field ace-image-1cdso88 main-usp-sub-item__image pc\" data-schema=\"image-image-1cdso88\" data-name=\"image-image-16oq7cr\" data-type=\"image\" data-label=\"Image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/87aaf632ed70cf8bef0f115407e6c214.jpg?v=1776151225\" alt=\"Crush blade attachment with a close-up of finely ground beige mixture\" data-file-id=\"gid:\/\/shopify\/MediaImage\/51981909622916\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-15xs6lq main-usp-sub-item__image mo\" data-schema=\"image-mobile-image-optional-15xs6lq\" data-name=\"image-mobile-image-optional-1dp9kc2\" data-type=\"image\" data-label=\"Mobile Image (optional)\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-textarea-jrze9n main-usp-sub-item__title\" data-schema=\"textarea-title-jrze9n\" data-name=\"textarea-title-1m7ngyo\" data-type=\"textarea\" data-label=\"Title\"\u003eLame de broyage\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-textarea-oduw6l main-usp-sub-item__desc\" data-schema=\"textarea-description-oduw6l\" data-name=\"textarea-description-1gjql9e\" data-type=\"textarea\" data-label=\"Description\"\u003eConception de lame optimisée pour un broyage fin et homogène sans résidus.\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ace-group ace-group-xko4by main-usp\" data-schema=\"group-43r4yg\" data-name=\"group-main-usp-q9os46\" data-type=\"group\" data-label=\"Main USP\" data-opt-design-option=\"kf-1\" data-opt-text-color=\"dark\" data-opt-bg-color=\"none\" data-ace-children-order=\"group-text-1q470q6,image-image-1xjojtg,image-mobile-image-optional-1goq6gr\"\u003e\n\n\u003cdiv class=\"ace-group ace-group-1jhp4gm main-usp-text\" data-schema=\"group-tjm94h\" data-name=\"group-text-1q470q6\" data-type=\"group\" data-label=\"Text\" data-ace-children-order=\"text-subtitle-ze49rj,textarea-title-hhv8jq,textarea-description-1rh5k9c,link-link-xj9bc5\"\u003e\n\n\u003cdiv class=\"ace-field ace-text-1ancntf main-usp-text__subtitle\" data-schema=\"text-1ancntf\" data-name=\"text-subtitle-ze49rj\" data-type=\"text\" data-label=\"Subtitle\"\u003eTEXTURES LISSES À GROSSIÈRES\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-textarea-2j14k5 main-usp-text__title\" data-schema=\"textarea-2j14k5\" data-name=\"textarea-title-hhv8jq\" data-type=\"textarea\" data-label=\"Title\"\u003ePersonnalisez votre texture avec 2 vitesses\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-textarea-ddqgiv main-usp-text__desc\" data-schema=\"textarea-ddqgiv\" data-name=\"textarea-description-1rh5k9c\" data-type=\"textarea\" data-label=\"Description\"\u003eDes mélanges délicats aux résultats riches et texturés, tout sous votre contrôle.\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-link-14ts3cj main-usp-text__link\" data-schema=\"link-14ts3cj\" data-name=\"link-link-xj9bc5\" data-type=\"link\" data-label=\"Link\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-xdaojn main-usp-image pc\" data-schema=\"image-1anrtt8\" data-name=\"image-image-1xjojtg\" data-type=\"image\" data-label=\"Image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/6p.jpg?v=1776151522\" alt=\"Hand operating a blender with a mixture inside on a kitchen counter\" data-file-id=\"gid:\/\/shopify\/MediaImage\/51981935542404\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-mso6u2 main-usp-image mo\" data-schema=\"image-ojbx3a\" data-name=\"image-mobile-image-optional-1goq6gr\" data-type=\"image\" data-label=\"Mobile Image (optional)\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/6p_-mo.jpg?v=1776207933\" alt=\"Hand operating a blender with a mixture inside on a kitchen counter\" data-file-id=\"gid:\/\/shopify\/MediaImage\/51985072914564\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ace-group ace-group-1myxn38 main-usp-sub\" data-schema=\"group-2pdc7q\" data-name=\"group-main-uspsub-kyk69r\" data-type=\"group\" data-label=\"Main USP\/Sub\" data-ace-children-order=\"opt-branch-vnsph0-1vdc47x\"\u003e\n\n\u003cdiv class=\"ace-group ace-option-branch ace-group-1vdc47x\" data-schema=\"opt-branch-vnsph0-1vdc47x\" data-name=\"opt-branch-vnsph0-1vdc47x\" data-type=\"group\" data-label=\"Card: With Text\" data-ace-option-branch=\"1\" data-opt-design-option=\"usp-1\" data-ace-children-order=\"option-media-type-1ry4kkx\"\u003e\n\n\u003cdiv class=\"ace-group ace-option-branch ace-group-ed2hb9\" data-schema=\"opt-branch-1ry4kkx-ed2hb9\" data-name=\"opt-branch-1ry4kkx-ed2hb9\" data-type=\"group\" data-label=\"Image\" data-ace-option-branch=\"1\" data-opt-media-type=\"image\" data-ace-children-order=\"group-group-l7qi9g,group-group-5sq4yg\"\u003e\n\n\u003cdiv class=\"ace-group ace-group-1v3bubt main-usp-sub-item\" data-schema=\"group-group-1v3bubt\" data-name=\"group-group-l7qi9g\" data-type=\"group\" data-label=\"Group\"\u003e\n\n\u003cdiv class=\"ace-field ace-image-1cdso88 main-usp-sub-item__image pc\" data-schema=\"image-image-1cdso88\" data-name=\"image-image-dgp4s2\" data-type=\"image\" data-label=\"Image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/2ab732ad823f11e61d61e06c442e7c94.jpg?v=1776152393\" alt=\"Comparison of blending levels showing three ingredients at level 1 and level 2 with different textures\" data-file-id=\"gid:\/\/shopify\/MediaImage\/51982008713348\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-15xs6lq main-usp-sub-item__image mo\" data-schema=\"image-mobile-image-optional-15xs6lq\" data-name=\"image-mobile-image-optional-1bffktr\" data-type=\"image\" data-label=\"Mobile Image (optional)\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/mo_e385aad7-8e27-4d71-807e-51e3870901c4.jpg?v=1776207943\" alt=\"Comparison of blending levels showing three ingredients at level 1 and level 2 with different textures\" data-file-id=\"gid:\/\/shopify\/MediaImage\/51985073864836\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-textarea-jrze9n main-usp-sub-item__title\" data-schema=\"textarea-title-jrze9n\" data-name=\"textarea-title-10wvguv\" data-type=\"textarea\" data-label=\"Title\"\u003eAjustez votre mélange par étapes pour correspondre à votre texture préférée.\u003c\/div\u003e\n\n\u003c!-- \u003cdiv class=\"ace-field ace-textarea-oduw6l main-usp-sub-item__desc\" data-schema=\"textarea-description-oduw6l\" data-name=\"textarea-description-1186v8b\" data-type=\"textarea\" data-label=\"Description\" data-unused\u003eAdjust your blending in stages to match your preferred texture\u003cbr\u003e\u003c\/div\u003e --\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ace-group ace-group-1v3bubt main-usp-sub-item\" data-schema=\"group-group-1v3bubt\" data-name=\"group-group-5sq4yg\" data-type=\"group\" data-label=\"Group\"\u003e\n\n\u003cdiv class=\"ace-field ace-image-1cdso88 main-usp-sub-item__image pc\" data-schema=\"image-image-1cdso88\" data-name=\"image-image-1tqjm63\" data-type=\"image\" data-label=\"Image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/5c3b91baa3a02bf91df6da5b505f2a92.jpg?v=1776152404\" alt=\"Blender motor and blade mechanism shown in operation with ingredients being blended above\" data-file-id=\"gid:\/\/shopify\/MediaImage\/51982009106564\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-15xs6lq main-usp-sub-item__image mo\" data-schema=\"image-mobile-image-optional-15xs6lq\" data-name=\"image-mobile-image-optional-164nbwa\" data-type=\"image\" data-label=\"Mobile Image (optional)\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/mo_ab92a674-d0c4-4ee5-ba3f-adfe0d2667a0.jpg?v=1776207951\" alt=\"Blender motor and blade mechanism shown in operation with ingredients being blended above\" data-file-id=\"gid:\/\/shopify\/MediaImage\/51985074258052\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-textarea-jrze9n main-usp-sub-item__title\" data-schema=\"textarea-title-jrze9n\" data-name=\"textarea-title-1sdj9y6\" data-type=\"textarea\" data-label=\"Title\"\u003ePropulsé par 22 000 tr\/min, il mélange même les ingrédients durs en une texture lisse.\u003c\/div\u003e\n\n\u003c!-- \u003cdiv class=\"ace-field ace-textarea-oduw6l main-usp-sub-item__desc\" data-schema=\"textarea-description-oduw6l\" data-name=\"textarea-description-a2gs6q\" data-type=\"textarea\" data-label=\"Description\" data-unused\u003eDual blades for quick and even chopping of various ingredients\u003c\/div\u003e --\u003e\n\n\u003c\/div\u003e\n\n\n\n\n\n\n\n\n\n\n\u003cdiv class=\"ace-group ace-group-xko4by main-usp\" data-schema=\"group-43r4yg\" data-name=\"group-main-usp-na8icb\" data-type=\"group\" data-label=\"Main USP\" data-opt-design-option=\"kf-1\" data-opt-text-color=\"dark\" data-opt-bg-color=\"none\" data-ace-children-order=\"group-text-1x518ej,image-image-12wc34r,image-mobile-image-optional-1xg5o0a\"\u003e\n\n\u003cdiv class=\"ace-group ace-group-1jhp4gm main-usp-text\" data-schema=\"group-tjm94h\" data-name=\"group-text-1x518ej\" data-type=\"group\" data-label=\"Text\" data-ace-children-order=\"text-subtitle-w5qyqf,textarea-title-1qn0ir5,textarea-description-1cz2vyr,link-link-113llcl\"\u003e\n\n\u003cdiv class=\"ace-field ace-text-1ancntf main-usp-text__subtitle\" data-schema=\"text-1ancntf\" data-name=\"text-subtitle-w5qyqf\" data-type=\"text\" data-label=\"Subtitle\"\u003e1,5 L POUR LA PRÉPARATION, 600 ML À EMPORTER\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-textarea-2j14k5 main-usp-text__title\" data-schema=\"textarea-2j14k5\" data-name=\"textarea-title-1qn0ir5\" data-type=\"textarea\" data-label=\"Title\"\u003eMélangez plus. Emportez-le partout.\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-textarea-ddqgiv main-usp-text__desc\" data-schema=\"textarea-ddqgiv\" data-name=\"textarea-description-1cz2vyr\" data-type=\"textarea\" data-label=\"Description\"\u003eAvec un grand pichet de 1,5 L et un gobelet portable de 600 ml,\u003cbr\u003epréparez plus en une seule fois et savourez-le en déplacement.\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-link-14ts3cj main-usp-text__link\" data-schema=\"link-14ts3cj\" data-name=\"link-link-113llcl\" data-type=\"link\" data-label=\"Link\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-xdaojn main-usp-image pc\" data-schema=\"image-1anrtt8\" data-name=\"image-image-12wc34r\" data-type=\"image\" data-label=\"Image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/7p.jpg?v=1776151639\" alt=\"Hand holding a portable blender bottle filled with a red smoothie outdoors\" data-file-id=\"gid:\/\/shopify\/MediaImage\/51981953990788\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-mso6u2 main-usp-image mo\" data-schema=\"image-ojbx3a\" data-name=\"image-mobile-image-optional-1xg5o0a\" data-type=\"image\" data-label=\"Mobile Image (optional)\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/7p_-mo.jpg?v=1776326527\" alt=\"\" data-file-id=\"gid:\/\/shopify\/MediaImage\/51999134089348\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ace-group ace-group-xko4by main-usp\" data-schema=\"group-43r4yg\" data-name=\"group-main-usp-1rqhm61\" data-type=\"group\" data-label=\"Main USP\" data-opt-design-option=\"kf-1\" data-opt-text-color=\"dark\" data-opt-bg-color=\"none\" data-ace-children-order=\"group-text-1r5ryen,image-image-x2i9tb,image-mobile-image-optional-1moi5hj\"\u003e\n\n\u003cdiv class=\"ace-group ace-group-1jhp4gm main-usp-text\" data-schema=\"group-tjm94h\" data-name=\"group-text-1r5ryen\" data-type=\"group\" data-label=\"Text\" data-ace-children-order=\"text-subtitle-1p9hvtq,textarea-title-ks68t4,textarea-description-lm7m1d,link-link-veucao\"\u003e\n\n\u003cdiv class=\"ace-field ace-text-1ancntf main-usp-text__subtitle\" data-schema=\"text-1ancntf\" data-name=\"text-subtitle-1p9hvtq\" data-type=\"text\" data-label=\"Subtitle\"\u003eDURABILITÉ ET SÉCURITÉ\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-textarea-2j14k5 main-usp-text__title\" data-schema=\"textarea-2j14k5\" data-name=\"textarea-title-ks68t4\" data-type=\"textarea\" data-label=\"Title\"\u003eLéger mais durable,\u003cbr\u003eMatériau Tritan\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-textarea-ddqgiv main-usp-text__desc\" data-schema=\"textarea-ddqgiv\" data-name=\"textarea-description-lm7m1d\" data-type=\"textarea\" data-label=\"Description\"\u003eConçu pour la solidité et une utilisation quotidienne sûre.\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-link-14ts3cj main-usp-text__link\" data-schema=\"link-14ts3cj\" data-name=\"link-link-veucao\" data-type=\"link\" data-label=\"Link\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-xdaojn main-usp-image pc\" data-schema=\"image-1anrtt8\" data-name=\"image-image-x2i9tb\" data-type=\"image\" data-label=\"Image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/8p_d9c5eabe-f450-4658-a9d5-7f7f84498f56.jpg?v=1776151685\" alt=\"Person placing a blender jar onto a blender base on a kitchen counter\" data-file-id=\"gid:\/\/shopify\/MediaImage\/51981959069828\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-mso6u2 main-usp-image mo\" data-schema=\"image-ojbx3a\" data-name=\"image-mobile-image-optional-1moi5hj\" data-type=\"image\" data-label=\"Mobile Image (optional)\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/8p_-mo.jpg?v=1776326536\" alt=\"\" data-file-id=\"gid:\/\/shopify\/MediaImage\/51999134187652\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ace-group ace-group-xko4by main-usp\" data-schema=\"group-43r4yg\" data-name=\"group-main-usp-qc2t20\" data-type=\"group\" data-label=\"Main USP\" data-opt-design-option=\"kf-1\" data-opt-text-color=\"dark\" data-opt-bg-color=\"none\" data-ace-children-order=\"group-text-sj0w58,image-image-3vj0lx,image-mobile-image-optional-1wfdri4\"\u003e\n\n\u003cdiv class=\"ace-group ace-group-1jhp4gm main-usp-text\" data-schema=\"group-tjm94h\" data-name=\"group-text-sj0w58\" data-type=\"group\" data-label=\"Text\" data-ace-children-order=\"text-subtitle-xocccf,textarea-title-1q0uouk,textarea-description-ity8jr,link-link-1q7mv7l\"\u003e\n\n\u003cdiv class=\"ace-field ace-text-1ancntf main-usp-text__subtitle\" data-schema=\"text-1ancntf\" data-name=\"text-subtitle-xocccf\" data-type=\"text\" data-label=\"Subtitle\"\u003eSYSTÈME DE VERROUILLAGE DE SÉCURITÉ\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-textarea-2j14k5 main-usp-text__title\" data-schema=\"textarea-2j14k5\" data-name=\"textarea-title-1q0uouk\" data-type=\"textarea\" data-label=\"Title\"\u003eFonctionne uniquement lorsqu'il est correctement assemblé\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-textarea-ddqgiv main-usp-text__desc\" data-schema=\"textarea-ddqgiv\" data-name=\"textarea-description-ity8jr\" data-type=\"textarea\" data-label=\"Description\"\u003ePour des raisons de sécurité, le mixeur ne fonctionnera pas tant que toutes les pièces ne seront pas bien en place.\u003cbr\u003e*Les récipients à jus et à broyer utilisent un bouton de verrouillage. Le récipient de hachage s'ouvre en le faisant pivoter lorsqu'il est fixé à la base.\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-link-14ts3cj main-usp-text__link\" data-schema=\"link-14ts3cj\" data-name=\"link-link-1q7mv7l\" data-type=\"link\" data-label=\"Link\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-xdaojn main-usp-image pc\" data-schema=\"image-1anrtt8\" data-name=\"image-image-3vj0lx\" data-type=\"image\" data-label=\"Image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/9p.jpg?v=1776151737\" alt=\"Blender jar with fruit pieces and liquid inside, showing measurement markings\" data-file-id=\"gid:\/\/shopify\/MediaImage\/51981961887876\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-mso6u2 main-usp-image mo\" data-schema=\"image-ojbx3a\" data-name=\"image-mobile-image-optional-1wfdri4\" data-type=\"image\" data-label=\"Mobile Image (optional)\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/9p_-mo.jpg?v=1776326545\" alt=\"\" data-file-id=\"gid:\/\/shopify\/MediaImage\/51999135039620\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ace-group ace-group-xko4by main-usp\" data-schema=\"group-43r4yg\" data-name=\"group-main-usp-a79hav\" data-type=\"group\" data-label=\"Main USP\" data-opt-design-option=\"kf-1\" data-opt-text-color=\"dark\" data-opt-bg-color=\"none\" data-ace-children-order=\"group-text-1in2z9m,image-image-6cmq4e,image-mobile-image-optional-17977iu\"\u003e\n\n\u003cdiv class=\"ace-group ace-group-1jhp4gm main-usp-text\" data-schema=\"group-tjm94h\" data-name=\"group-text-1in2z9m\" data-type=\"group\" data-label=\"Text\" data-ace-children-order=\"text-subtitle-1cqy0yn,textarea-title-1x069gq,textarea-description-1p33av5,link-link-awtqir\"\u003e\n\n\u003cdiv class=\"ace-field ace-text-1ancntf main-usp-text__subtitle\" data-schema=\"text-1ancntf\" data-name=\"text-subtitle-1cqy0yn\" data-type=\"text\" data-label=\"Subtitle\"\u003eRECETTES POLYVALENTES\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-textarea-2j14k5 main-usp-text__title\" data-schema=\"textarea-2j14k5\" data-name=\"textarea-title-1x069gq\" data-type=\"textarea\" data-label=\"Title\"\u003ePrêt pour toutes vos préparations\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-textarea-ddqgiv main-usp-text__desc\" data-schema=\"textarea-ddqgiv\" data-name=\"textarea-description-1p33av5\" data-type=\"textarea\" data-label=\"Description\"\u003eSavourez des saveurs infinies. Broyez, mixez et préparez vos recettes dans votre cuisine avec un seul appareil puissant, qu'il s'agisse de glace, de noix, de grains de café ou d'assaisonnements naturels.\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-link-14ts3cj main-usp-text__link\" data-schema=\"link-14ts3cj\" data-name=\"link-link-awtqir\" data-type=\"link\" data-label=\"Link\"\u003e\u003ca href=\"https:\/\/jbftzy-0y.myshopify.com\/blogs\/recipes\" target=\"_self\"\u003eRecette\u003c\/a\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-xdaojn main-usp-image pc\" data-schema=\"image-1anrtt8\" data-name=\"image-image-6cmq4e\" data-type=\"image\" data-label=\"Image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/recipes_PC.png?v=1775538462\" alt=\"A collage of diverse culinary uses for a Hurom personal blender, including crushing grains, fresh juices, green smoothies, pesto pasta, salad dressings, and creamy pumpkin soup.\" data-file-id=\"gid:\/\/shopify\/MediaImage\/51917088555140\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-mso6u2 main-usp-image mo\" data-schema=\"image-ojbx3a\" data-name=\"image-mobile-image-optional-17977iu\" data-type=\"image\" data-label=\"Mobile Image (optional)\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/recipe_MO.png?v=1775538470\" alt=\"A collage of diverse culinary uses for a Hurom personal blender, including crushing grains, fresh juices, green smoothies, pesto pasta, salad dressings, and creamy pumpkin soup.\" data-file-id=\"gid:\/\/shopify\/MediaImage\/51917088718980\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\n\u003c!-- \u003cdiv class=\"ace-group ace-group-dc4rtr common-section\" data-schema=\"group-dc4rtr\" data-name=\"group-dc4rtr\" data-type=\"group\" data-label=\"Common\" data-unused data-ace-children-order=\"group-full-imagecover-tzivck,group-full-imagecontain-1ckogd2,group-full-imagecontain-8lc28r\"\u003e\n\u003cdiv class=\"ace-group ace-group-tzivck common__full-image--cover\" data-schema=\"group-9hphqg\" data-name=\"group-full-imagecover-tzivck\" data-type=\"group\" data-label=\"Full Image(Cover)\" data-ace-children-order=\"image-image-s6p1yc,image-mobile-image-p8772d\"\u003e\n\n\u003cdiv class=\"ace-field ace-image-s6p1yc img-type--cover\" data-schema=\"image-image-s6p1yc\" data-name=\"image-image-s6p1yc\" data-type=\"image\" data-label=\"Image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/image_876452999.jpg?v=1774524762\" alt=\"An infographic detailing the premium materials used in Hurom juicers with the headline \u0026quot;Because health is never a compromise.\u0026quot; It showcases four key technical components: high-performance AC motor, BPA-free Ecozen, food \u0026amp; medical grade stainless steel (SUS), and aerospace-grade Ultem, highlighting Hurom's story of uncompromised quality and durability for long-term health.\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-p8772d img-type--mo\" data-schema=\"image-mobile-image-p8772d\" data-name=\"image-mobile-image-p8772d\" data-type=\"image\" data-label=\"Mobile Image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/image_876453028.jpg?v=1774581987\" alt=\"An infographic detailing the premium materials used in Hurom juicers with the headline \u0026quot;Because health is never a compromise.\u0026quot; It showcases four key technical components: high-performance AC motor, BPA-free Ecozen, food \u0026amp; medical grade stainless steel (SUS), and aerospace-grade Ultem, highlighting Hurom's story of uncompromised quality and durability for long-term health.\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"ace-group ace-group-1ckogd2 common__full-image--contain\" data-schema=\"group-1nacc0s\" data-name=\"group-full-imagecontain-1ckogd2\" data-type=\"group\" data-label=\"Full Image(Contain)\" data-ace-children-order=\"image-imagedescription-cmlrel,image-imagegallery-os5ly,image-mobile-image-1ellgbi\"\u003e\n\n\u003cdiv class=\"ace-field ace-image-cmlrel img-type--cover\" data-schema=\"image-imagedescription-cmlrel\" data-name=\"image-imagedescription-cmlrel\" data-type=\"image\" data-label=\"Image(Description)\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/image_876453007.jpg?v=1774524784\" alt=\"An infographic highlighting Hurom's global quality standards, titled \u0026quot;Quality assured by global certification.\u0026quot; It features the TÜV Rheinland logo and various international certification marks from Canada (UL), Korea (KC), USA (UL), Indonesia (SNI), Europe (CE), China (CCC), Middle East, India, and Japan (PSE), reinforcing Hurom's commitment to uncompromising quality and safety worldwide.\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-os5ly\" data-schema=\"image-imagegallery-os5ly\" data-name=\"image-imagegallery-os5ly\" data-type=\"image\" data-label=\"Image(Gallery)\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/image_876453001.jpg?v=1774524804\" alt=\"A series of four photos showing Hurom’s rigorous quality control and manufacturing process. It features precision assembly, computerized inspection by a technician, and stress-testing of juicer components using advanced factory machinery.\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-1ellgbi img-type--mo\" data-schema=\"image-mobile-image-1ellgbi\" data-name=\"image-mobile-image-1ellgbi\" data-type=\"image\" data-label=\"Mobile Image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/image_876453027.jpg?v=1774582037\" alt=\"An infographic demonstrating Hurom's rigorous quality control, titled \u0026quot;Quality assured by global certification.\u0026quot; It displays various international safety marks alongside the TÜV Rheinland logo, paired with four photos of the high-precision manufacturing and testing process to emphasize Hurom's story of uncompromising global standards and technical excellence.\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"ace-group ace-group-8lc28r common__full-image--contain\" data-schema=\"group-1nacc0s\" data-name=\"group-full-imagecontain-8lc28r\" data-type=\"group\" data-label=\"Full Image(Contain)\" data-ace-children-order=\"image-imagedescription-ssej04,image-imagegallery-68a58v,image-mobile-image-1tayhds\"\u003e\n\n\u003cdiv class=\"ace-field ace-image-ssej04 img-type--cover\" data-schema=\"image-imagedescription-ssej04\" data-name=\"image-imagedescription-ssej04\" data-type=\"image\" data-label=\"Image(Description)\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/image_876453002.jpg?v=1774524819\" alt=\"A text infographic on a clean white background with the headline \u0026quot;Beyond kitchen appliances, We research natural nutrition.\u0026quot; The description highlights the Hurom Food and Nutrition Research Institute's mission to study how different extraction techniques preserve the full value of nature, emphasizing Hurom's brand story as a health-focused research pioneer.\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-68a58v\" data-schema=\"image-imagegallery-68a58v\" data-name=\"image-imagegallery-68a58v\" data-type=\"image\" data-label=\"Image(Gallery)\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/image_876453003.jpg?v=1774524838\" alt=\"A collage of researchers in white lab coats conducting scientific experiments in a modern laboratory. The images show specialists analyzing juice samples, using pipettes and beakers with colorful liquids, and performing detailed nutritional research to ensure product quality.\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-1tayhds img-type--mo\" data-schema=\"image-mobile-image-1tayhds\" data-name=\"image-mobile-image-1tayhds\" data-type=\"image\" data-label=\"Mobile Image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/image_876453026.jpg?v=1774582078\" alt=\"A vertical infographic titled \u0026quot;Beyond kitchen appliances, We research natural nutrition,\u0026quot; featuring the mission of the Hurom Food and Nutrition Research Institute. The layout combines this scientific vision with a collage of photos showing researchers in white lab coats conducting juice analysis and experiments, visually telling the story of Hurom's commitment to health through rigorous nutritional research.\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n --\u003e\n\u003cdiv class=\"ace-group ace-group-14ocs3b banner\" data-schema=\"group-14ocs3b\" data-name=\"group-14ocs3b\" data-type=\"group\" data-label=\"Inside the juice - Banner\" data-ace-children-order=\"image-2b6dwy,group-1nm9ci2\"\u003e\n\n\u003cdiv class=\"ace-field ace-image-2b6dwy banner-image\" data-schema=\"image-2b6dwy\" data-name=\"image-2b6dwy\" data-type=\"image\" data-label=\"Image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/Frame_2085678329.png?v=1761527517\" alt=\"juice\" data-file-id=\"gid:\/\/shopify\/MediaImage\/50830816346244\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-group ace-group-1nm9ci2 banner-text\" data-schema=\"group-1nm9ci2\" data-name=\"group-1nm9ci2\" data-type=\"group\" data-label=\"Text\" data-ace-children-order=\"text-tp5mvb,link-btolcj\"\u003e\n\n\u003cdiv class=\"ace-field ace-text-tp5mvb banner-text__title\" data-schema=\"text-tp5mvb\" data-name=\"text-tp5mvb\" data-type=\"text\" data-label=\"Title\"\u003eUn jus non seulement savoureux mais aussi bénéfique pour la santé\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-link-btolcj banner-text__link\" data-schema=\"link-btolcj\" data-name=\"link-btolcj\" data-type=\"link\" data-label=\"Link\"\u003e\u003ca href=\"\/fr-de\/blogs\/inside-juice\" target=\"_self\"\u003eEn savoir plus\u003c\/a\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"ace-field ace-code-y59f6a\" data-schema=\"code-ylm0ls\" data-name=\"code-reviews-y59f6a\" data-type=\"code\" data-label=\"Reviews\" data-variables=\"{}\"\u003e\u003cdiv class=\"gw-rv-main-widget-placeholder\" data-gw-reviews-per-page=\"5\" data-gw-min-images-for-slider-visibility=\"6\" style=\"display: block\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c!-- \u003cdiv class=\"ace-group ace-group-1rv5blp people\" data-schema=\"group-1rv5blp\" data-name=\"group-1rv5blp\" data-type=\"group\" data-label=\"People\" data-unused data-ace-children-order=\"text-title-1dm06y1,carousel-quote-rigqp4\"\u003e\n\u003cdiv class=\"ace-field ace-text-1k020pt people-title\" data-schema=\"text-1k020pt\" data-name=\"text-title-1dm06y1\" data-type=\"text\" data-label=\"Title\"\u003eVoices That Matter, Trust That Lasts\u003c\/div\u003e\n\u003cdiv id=\"carousel-rigqp4\" class=\"ace-carousel ace-carousel-rigqp4 people-quote\" data-schema=\"carousel-16lrqoc\" data-name=\"carousel-quote-rigqp4\" data-type=\"carousel\" data-label=\"Quote\" data-swiper-options='{\"slidesPerView\":1,\"pagination\":{\"el\":\"#carousel-rigqp4 .swiper-pagination\",\"type\":\"bullets\",\"clickable\":true,\"enabled\":true},\"navigation\":{\"nextEl\":\"#carousel-rigqp4 .swiper-button-next\",\"prevEl\":\"#carousel-rigqp4 .swiper-button-prev\",\"enabled\":false},\"breakpoints\":{\"769\":{\"slidesPerView\":2,\"pagination\":{\"enabled\":true},\"navigation\":{\"enabled\":false}}\u0026lt;\/span\u0026gt;,\"1281\":{\"slidesPerView\":3,\"pagination\":{\"enabled\":true},\"navigation\":{\"enabled\":false}}\u0026lt;\/span\u0026gt;,\"1537\":{\"slidesPerView\":3,\"pagination\":{\"enabled\":false},\"navigation\":{\"enabled\":true}}\u0026lt;\/span\u0026gt;}}\u0026lt;\/span\u0026gt;'\u003e\n\n\u003cdiv class=\"swiper\"\u003e\n\n\u003cdiv class=\"swiper-wrapper\"\u003e\n\n\u003cdiv class=\"swiper-slide\"\u003e\n\n\u003cdiv class=\"ace-group ace-group-pylx27 quote-item\" data-schema=\"group-1tdn1p8\" data-name=\"group-quote-item-pylx27\" data-type=\"group\" data-label=\"Quote Item\" data-ace-children-order=\"image-image-17vqu98,text-name-hulgl2,text-title-1is7awy,textarea-message-1xmzjpz\"\u003e\n\n\u003cdiv class=\"ace-field ace-image-1kngu3p quote-item__image\" data-schema=\"image-1kngu3p\" data-name=\"image-image-17vqu98\" data-type=\"image\" data-label=\"Image\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-text-nao1az quote-item__name\" data-schema=\"text-nao1az\" data-name=\"text-name-hulgl2\" data-type=\"text\" data-label=\"Name\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-text-1fqv7pv quote-item__title\" data-schema=\"text-1fqv7pv\" data-name=\"text-title-1is7awy\" data-type=\"text\" data-label=\"Title\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-textarea-yz7bdb quote-item__message\" data-schema=\"textarea-yz7bdb\" data-name=\"textarea-message-1xmzjpz\" data-type=\"textarea\" data-label=\"Message\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"swiper-pagination\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"swiper-button-next\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"swiper-button-prev\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n --\u003e\n\u003cdiv class=\"ace-group ace-group-not1ds inside-the-juice\" data-schema=\"group-ym4n96\" data-name=\"group-inside-the-juicer-not1ds\" data-type=\"group\" data-label=\"Inside the juicer\" data-ace-children-order=\"text-title-1rn72th,image-image-oj9fqi\"\u003e\n\n\u003cdiv class=\"ace-field ace-text-peghup inside-the-juice__title\" data-schema=\"text-peghup\" data-name=\"text-title-1rn72th\" data-type=\"text\" data-label=\"Title\"\u003eDans le mixeur\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-hwk6g0 inside-the-juice__image\" data-schema=\"image-hwk6g0\" data-name=\"image-image-oj9fqi\" data-type=\"image\" data-label=\"Image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/d04bf7274906f1c297ab8daf6bad692f.jpg?v=1776326425\" alt=\"Exploded view of a blender showing container, blade cap, and motor base with labeled parts\" data-file-id=\"gid:\/\/shopify\/MediaImage\/51999076974724\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"ace-hotspot ace-hotspot-1wdj31e hotspot\" id=\"hotspot-1wdj31e\" data-schema=\"hotspot-152awmz\" data-name=\"hotspot-hotspot-1wdj31e\" data-type=\"hotspot\" data-label=\"Hotspot\"\u003e\n\n\u003cdiv class=\"ace-hotspot-image-container\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/11p.jpg?v=1776151792\" alt=\"Image\" class=\"ace-field ace-image-1e05a0j hotspot-image\" data-schema=\"image-1e05a0j\" data-name=\"image-image-1dtq54\" data-type=\"image\" data-label=\"Image\" data-file-id=\"gid:\/\/shopify\/MediaImage\/51981966082180\"\u003e\u003cdiv class=\"ace-hotspot-dot\" data-hotspot=\"0\" style=\"top: 43.52%; left: 48.68%;\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ace-hotspot-item ace-group ace-group-bhsbqm hotspot-item\" data-hotspot=\"0\" data-schema=\"group-1bjkpy9\" data-name=\"group-hotspot-item-bhsbqm\" data-type=\"group\" data-label=\"Hotspot Item\" data-top=\"43.52%\" data-left=\"48.68%\"\u003e\n\n\u003cdiv class=\"ace-field ace-text-1r8tteo hotspot-item__title\" data-schema=\"text-1h86xbe\" data-name=\"text-title-1r8tteo\" data-type=\"text\" data-label=\"Title\"\u003eTritan\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-textarea-s3f9nv hotspot-item__desc\" data-schema=\"textarea-li5bn0\" data-name=\"textarea-description-s3f9nv\" data-type=\"textarea\" data-label=\"Description\"\u003eLéger et très durable avec une excellente clarté et une bonne résistance aux taches et aux odeurs.\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-image-td77sy hotspot-item__image\" data-schema=\"image-1vi15gk\" data-name=\"image-image-td77sy\" data-type=\"image\" data-label=\"Image\"\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cdiv class=\"ace-accordion ace-accordion-default ace-accordion-jlbzk2 accordion\" data-schema=\"accordion-1uusdh9\" data-name=\"accordion-accordion-jlbzk2\" data-type=\"accordion\" data-label=\"Accordion\" data-expand-mode=\"single\"\u003e\n\n\u003cdetails class=\"ace-accordion-item open\"\u003e\n\u003csummary class=\"ace-accordion-header ace-field ace-text-jrro0e accordion-item__label\" data-schema=\"text-26dmwo\" data-name=\"text-accordion-label-jrro0e\" data-type=\"text\" data-label=\"Title de l'accordéon\"\u003eDans la boîte\u003c\/summary\u003e\n\u003cdiv class=\"ace-accordion-content\"\u003e\n\n\u003cdiv class=\"ace-group ace-group-p1tn0i accordion-content\" data-schema=\"group-1p30vfo\" data-name=\"group-accordion-content-p1tn0i\" data-type=\"group\" data-label=\"Accordion Content\"\u003e\n\n\u003cdiv class=\"ace-field ace-product-1p1eqwx accordion-content__inside-the-box\" data-schema=\"product-1p1eqwx\" data-name=\"product-inside-the-box-1md4tl1\" data-type=\"product\" data-label=\"Inside the box\" data-multiple\u003e\n\n    \u003cdiv class=\"ace-product\" data-id=\"gid:\/\/shopify\/Product\/10308541055108\" data-handle=\"power-base\" data-url=\"\" data-thumbnail=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/4fd108f13d16830bd8a509d1766341a2_0689e109-aff0-47fa-9dfe-709c039cb034.png?v=1776649616\" data-alt=\"Power Base \" data-title=\"Power Base\" data-price=\"0.0\" data-currency=\"EUR\"\u003e\n\n      \u003cdiv class=\"ace-product__thumbnail\"\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/4fd108f13d16830bd8a509d1766341a2_0689e109-aff0-47fa-9dfe-709c039cb034.png?v=1776649616\" alt=\"Power Base\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ace-product__info\"\u003e\n\n        \u003cp class=\"ace-product__title\"\u003eBase d'alimentation\u003c\/p\u003e\n\n        \n          \u003cp class=\"ace-product__price\" data-currency=\"EUR\" data-currency-symbol=\"€\"\u003e\n            \u003cspan class=\"ace-product__price-integer\"\u003e0\u003c\/span\u003e\n            \u003cspan class=\"ace-product__price-decimal\"\u003e0.00\u003c\/span\u003e\n          \u003c\/p\u003e\n\n        \n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \n    \u003cdiv class=\"ace-product\" data-id=\"gid:\/\/shopify\/Product\/10308541120644\" data-handle=\"jar-hexa-blade\" data-url=\"\" data-thumbnail=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/21bcd820e85780e22fe8b3a723f99781_bad90d1b-3daf-499d-b549-f06d80c67ac0.png?v=1776649689\" data-alt=\"Jar (Hexa Blade)\" data-title=\"Jar (Hexa Blade)\" data-price=\"0.0\" data-currency=\"EUR\"\u003e\n\n      \u003cdiv class=\"ace-product__thumbnail\"\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/21bcd820e85780e22fe8b3a723f99781_bad90d1b-3daf-499d-b549-f06d80c67ac0.png?v=1776649689\" alt=\"Pot (lame Hexa)\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ace-product__info\"\u003e\n\n        \u003cp class=\"ace-product__title\"\u003ePot (lame Hexa)\u003c\/p\u003e\n\n        \n          \u003cp class=\"ace-product__price\" data-currency=\"EUR\" data-currency-symbol=\"€\"\u003e\n            \u003cspan class=\"ace-product__price-integer\"\u003e0\u003c\/span\u003e\n            \u003cspan class=\"ace-product__price-decimal\"\u003e0.00\u003c\/span\u003e\n          \u003c\/p\u003e\n\n        \n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \n    \u003cdiv class=\"ace-product\" data-id=\"gid:\/\/shopify\/Product\/10308541153412\" data-handle=\"grinder-crush-blade\" data-url=\"\" data-thumbnail=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/02_1fd11a7d-7494-4fc2-97ea-954c2ea7b6e9.png?v=1776649749\" data-alt=\"Grinder (Crush Blade)\" data-title=\"Grinder (Crush Blade)\" data-price=\"0.0\" data-currency=\"EUR\"\u003e\n\n      \u003cdiv class=\"ace-product__thumbnail\"\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/02_1fd11a7d-7494-4fc2-97ea-954c2ea7b6e9.png?v=1776649749\" alt=\"Broyeur (lame Crush)\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ace-product__info\"\u003e\n\n        \u003cp class=\"ace-product__title\"\u003eBroyeur (lame Crush)\u003c\/p\u003e\n\n        \n          \u003cp class=\"ace-product__price\" data-currency=\"EUR\" data-currency-symbol=\"€\"\u003e\n            \u003cspan class=\"ace-product__price-integer\"\u003e0\u003c\/span\u003e\n            \u003cspan class=\"ace-product__price-decimal\"\u003e0.00\u003c\/span\u003e\n          \u003c\/p\u003e\n\n        \n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \n    \u003cdiv class=\"ace-product\" data-id=\"gid:\/\/shopify\/Product\/10308541218948\" data-handle=\"chopper-chop-blade\" data-url=\"\" data-thumbnail=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/01_46e79ad2-d227-4a69-a313-ba6e98957a30.png?v=1776649791\" data-alt=\"Chopper (Chop Blade)\" data-title=\"Chopper (Chop Blade)\" data-price=\"0.0\" data-currency=\"EUR\"\u003e\n\n      \u003cdiv class=\"ace-product__thumbnail\"\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/01_46e79ad2-d227-4a69-a313-ba6e98957a30.png?v=1776649791\" alt=\"Hachoir (lame Chop)\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ace-product__info\"\u003e\n\n        \u003cp class=\"ace-product__title\"\u003eHachoir (lame Chop)\u003c\/p\u003e\n\n        \n          \u003cp class=\"ace-product__price\" data-currency=\"EUR\" data-currency-symbol=\"€\"\u003e\n            \u003cspan class=\"ace-product__price-integer\"\u003e0\u003c\/span\u003e\n            \u003cspan class=\"ace-product__price-decimal\"\u003e0.00\u003c\/span\u003e\n          \u003c\/p\u003e\n\n        \n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \n    \u003cdiv class=\"ace-product\" data-id=\"gid:\/\/shopify\/Product\/10308541710468\" data-handle=\"tumbler\" data-url=\"\" data-thumbnail=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/3d6adedb63f91be91b0080e8d726f587_087fcbb9-d59c-4bcd-ad47-610505e63b9a.png?v=1776650157\" data-alt=\"Tumbler\" data-title=\"Tumbler\" data-price=\"0.0\" data-currency=\"EUR\"\u003e\n\n      \u003cdiv class=\"ace-product__thumbnail\"\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/3d6adedb63f91be91b0080e8d726f587_087fcbb9-d59c-4bcd-ad47-610505e63b9a.png?v=1776650157\" alt=\"Tumbler\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ace-product__info\"\u003e\n\n        \u003cp class=\"ace-product__title\"\u003eGobelet\u003c\/p\u003e\n\n        \n          \u003cp class=\"ace-product__price\" data-currency=\"EUR\" data-currency-symbol=\"€\"\u003e\n            \u003cspan class=\"ace-product__price-integer\"\u003e0\u003c\/span\u003e\n            \u003cspan class=\"ace-product__price-decimal\"\u003e0.00\u003c\/span\u003e\n          \u003c\/p\u003e\n\n        \n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-link-1my0irg accordion-content__link\" data-schema=\"link-1my0irg\" data-name=\"link-link-1kzgq6f\" data-type=\"link\" data-label=\"Lien\"\u003e\u003ca href=\"https:\/\/jbftzy-0y.myshopify.com\/collections\/bl-e01e\" target=\"_self\"\u003eAcheter des composants\u003c\/a\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails class=\"ace-accordion-item\"\u003e\n\u003csummary class=\"ace-accordion-header ace-field ace-text-170wons accordion-item__label\" data-schema=\"text-170wons\" data-name=\"text-170wons\" data-type=\"text\" data-label=\"Title de l'accordéon\"\u003eSpécifications\u003c\/summary\u003e\n\u003cdiv class=\"ace-accordion-content\"\u003e\n\n\u003cdiv class=\"ace-group ace-group-annks5 accordion-content\" data-schema=\"group-nu77zk\" data-name=\"group-accordion-content-annks5\" data-type=\"group\" data-label=\"Accordion Content\"\u003e\n\n\u003cdiv class=\"ace-field ace-richtext-6u6th7 accordion-content__rich-text\" data-schema=\"richtext-6u6th7\" data-name=\"richtext-rich-text-editor-l9cg9w\" data-type=\"richtext\" data-label=\"Éditeur de texte enrichi\"\u003e\n\n\u003cp\u003e\u003cstrong\u003ePoids : \u003c\/strong\u003e2,32 kg\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eDimensions : \u003c\/strong\u003e41,5 × 18,8 × 17,2 cm\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eFréquence : \u003c\/strong\u003e50-60 Hz\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eConsommation électrique : \u003c\/strong\u003e1 000 W\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eTr\/min : \u003c\/strong\u003e22 000 tr\/min\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eTension : \u003c\/strong\u003e220-240V\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eCapacité de la chambre : \u003c\/strong\u003ePot 1 500 ml, Hachoir 450 ml, Broyeur 300 ml, Gobelet 600 ml\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eAccessoires (spécifiques au pays) : \u003c\/strong\u003ePot (avec lame Hexa), Broyeur (avec lame Crush), Hachoir (avec lame Chop), Gobelet, Base d'alimentation\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eCouleur : \u003c\/strong\u003eGris Milestone, Champignon\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\u003c!-- \u003cdiv class=\"ace-field ace-code-146zlq2\" data-schema=\"code-oy5eyl\" data-name=\"code-how-it-compares-146zlq2\" data-type=\"code\" data-label=\"How it compares\" data-unused data-variables='{}'\u003e\u003cquick-comparison-table class=\"quick-comparison-table\"\u003e\u003c\/quick-comparison-table\u003e\u003c\/div\u003e --\u003e\n\u003cdiv class=\"ace-group ace-group-av8k84 how-to-use\" data-schema=\"group-dp0r8u\" data-name=\"group-how-to-use-av8k84\" data-type=\"group\" data-label=\"How to use\" data-ace-children-order=\"text-title-l2tmqo,opt-branch-px9oyr-emg2ko,opt-branch-14rkj4k-115xuep,opt-branch-12urzdh-d7dk4p,opt-branch-hw4d3b-1n6lq2y\"\u003e\n\n\u003cdiv class=\"ace-field ace-text-lfawej how-to-use__title\" data-schema=\"text-lfawej\" data-name=\"text-title-l2tmqo\" data-type=\"text\" data-label=\"Titre\"\u003eComment utiliser\u003c\/div\u003e\n\n\u003cdiv class=\"ace-group ace-option-branch ace-group-emg2ko how-to-use-item\" data-schema=\"opt-branch-px9oyr-emg2ko\" data-name=\"opt-branch-px9oyr-emg2ko\" data-type=\"group\" data-label=\"User guide\" data-ace-option-branch=\"1\" data-opt-type=\"user-guide\" data-ace-children-order=\"text-n89kpm,textarea-1mnzdp1,link-1fe80s1\"\u003e\n\n\u003cdiv class=\"ace-field ace-text-n89kpm how-to-use-item__title\" data-schema=\"text-n89kpm\" data-name=\"text-n89kpm\" data-type=\"text\" data-label=\"Titre\"\u003eGuide d'utilisation\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-textarea-1mnzdp1 how-to-use-item__desc\" data-schema=\"textarea-1mnzdp1\" data-name=\"textarea-1mnzdp1\" data-type=\"textarea\" data-label=\"Description\"\u003eConsultez le guide\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-link-1fe80s1 how-to-use-item__link\" data-schema=\"link-1fe80s1\" data-name=\"link-1fe80s1\" data-type=\"link\" data-label=\"Lien\"\u003e\u003ca href=\"https:\/\/jbftzy-0y.myshopify.com\/blogs\/care-and-use\/table-blender-bl-e01\" target=\"_self\"\u003e\u003c\/a\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ace-group ace-option-branch ace-group-115xuep how-to-use-item\" data-schema=\"opt-branch-14rkj4k-115xuep\" data-name=\"opt-branch-14rkj4k-115xuep\" data-type=\"group\" data-label=\"FAQ\" data-ace-option-branch=\"1\" data-opt-type=\"faq\" data-ace-children-order=\"text-title-qwc9at,textarea-description-pf9dzg,link-link-1wgj3vc\"\u003e\n\n\u003cdiv class=\"ace-field ace-text-yoe8jg how-to-use-item__title\" data-schema=\"text-yoe8jg\" data-name=\"text-title-qwc9at\" data-type=\"text\" data-label=\"Titre\"\u003eFAQ\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-textarea-18s1rt5 how-to-use-item__desc\" data-schema=\"textarea-18s1rt5\" data-name=\"textarea-description-pf9dzg\" data-type=\"textarea\" data-label=\"Description\"\u003eObtenez des réponses aux questions courantes\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-link-13c4mdc how-to-use-item__link\" data-schema=\"link-13c4mdc\" data-name=\"link-link-1wgj3vc\" data-type=\"link\" data-label=\"Lien\"\u003e\u003ca href=\"\/fr-de\/blogs\/faq\" target=\"_self\"\u003e\u003c\/a\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ace-group ace-option-branch ace-group-d7dk4p how-to-use-item\" data-schema=\"opt-branch-12urzdh-d7dk4p\" data-name=\"opt-branch-12urzdh-d7dk4p\" data-type=\"group\" data-label=\"Manual download\" data-ace-option-branch=\"1\" data-opt-type=\"manual\" data-ace-children-order=\"text-title-12awucs,textarea-description-apspvs,file-download-7vgmn2\"\u003e\n\n\u003cdiv class=\"ace-field ace-text-1n3jdzj how-to-use-item__title\" data-schema=\"text-1n3jdzj\" data-name=\"text-title-12awucs\" data-type=\"text\" data-label=\"Titre\"\u003eTéléchargement du manuel\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-textarea-2tgpxz how-to-use-item__desc\" data-schema=\"textarea-2tgpxz\" data-name=\"textarea-description-apspvs\" data-type=\"textarea\" data-label=\"Description\"\u003eVous pouvez télécharger le manuel\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-file-1rmv3k6 how-to-use-item__download\" data-schema=\"file-1rmv3k6\" data-name=\"file-download-7vgmn2\" data-type=\"file\" data-label=\"Télécharger\"\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/BL-E01_manual.pdf?v=1776146882\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eTélécharger\u003c\/a\u003e\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ace-group ace-option-branch ace-group-1n6lq2y how-to-use-item\" data-schema=\"opt-branch-hw4d3b-1n6l2y\" data-name=\"opt-branch-hw4d3b-1n6lq2y\" data-type=\"group\" data-label=\"Contact us\" data-ace-option-branch=\"1\" data-opt-type=\"contact\" data-ace-children-order=\"text-title-1ssqd3b,textarea-description-3jctkz\"\u003e\n\n\u003cdiv class=\"ace-field ace-text-4j6yjf how-to-use-item__title\" data-schema=\"text-4j6yjf\" data-name=\"text-title-1ssqd3b\" data-type=\"text\" data-label=\"Titre\"\u003eContactez-nous\u003c\/div\u003e\n\n\u003cdiv class=\"ace-field ace-textarea-j6bhrn how-to-use-item__desc\" data-schema=\"textarea-j6bhrn\" data-name=\"textarea-description-3jctkz\" data-type=\"textarea\" data-label=\"Description\"\u003eNous vous apporterons un support rapide\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003c!-- \u003cdiv class=\"ace-group ace-group-13zammk image-banner\" data-schema=\"group-13zammk\" data-name=\"group-13zammk\" data-type=\"group\" data-label=\"Image Banner\" data-unused data-ace-children-order=\"image-image-1cev3y8,image-mobile-image-1xrk2xo\"\u003e\n\u003cdiv class=\"ace-field ace-image-gnnx0d image-banner__image pc\" data-schema=\"image-gnnx0d\" data-name=\"image-image-1cev3y8\" data-type=\"image\" data-label=\"Image\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"ace-field ace-image-1ymbncz image-banner__image mo\" data-schema=\"image-1ymbncz\" data-name=\"image-mobile-image-1xrk2xo\" data-type=\"image\" data-label=\"Mobile Image\"\u003e\u003c\/div\u003e\n --\u003e\n\u003c!--$3--\u003e\n\u003cscript\u003e\n(function() {\nfunction aceScheduleAceInit(run) {\n  function safeRun() {\n    try { run(); } catch (e) { console.warn(\"[ACE] init:\", e); }\n  }\n  if (document.readyState === \"loading\") {\n    document.addEventListener(\"DOMContentLoaded\", safeRun, { once: true });\n  } else {\n    safeRun();\n  }\n  if (typeof requestAnimationFrame === \"function\") {\n    requestAnimationFrame(safeRun);\n  }\n  setTimeout(safeRun, 0);\n  setTimeout(safeRun, 50);\n  setTimeout(safeRun, 300);\n}\n  function initVideos() {\n    if (typeof document === 'undefined') return;\n\n    var videoContainers = document.querySelectorAll('.video-container');\n    var ytPlayersToBind = [];\n\n    videoContainers.forEach(function (container) {\n      if (container.getAttribute('data-ace-video-init') === '1') return;\n\n      var video = container.querySelector('video, iframe');\n      var playButton = container.querySelector('.play-button');\n      var coverImg = container.querySelector('img');\n\n      if (!coverImg || !playButton) return;\n\n      container.setAttribute('data-ace-video-init', '1');\n\n      if (video \u0026\u0026 video.tagName === 'IFRAME') {\n        var src = video.getAttribute('src') || '';\n        var playEmbeddedVideo = function () {\n          container.classList.add('playing');\n          video.setAttribute('tabindex', '0');\n          try {\n            if (src.indexOf('youtube.com') !== -1 || src.indexOf('youtu.be') !== -1) {\n              video.contentWindow \u0026\u0026 video.contentWindow.postMessage(JSON.stringify({\n                event: 'command',\n                func: 'playVideo',\n                args: []\n              }), '*');\n            } else if (src.indexOf('vimeo.com') !== -1) {\n              video.contentWindow \u0026\u0026 video.contentWindow.postMessage(JSON.stringify({\n                method: 'play'\n              }), '*');\n            }\n          } catch (e) {\n            console.log('Embedded video play failed:', e);\n          }\n        };\n\n        if (src.indexOf('autoplay=1') !== -1) {\n          container.classList.add('playing');\n        } else {\n          coverImg.addEventListener('click', playEmbeddedVideo);\n          playButton.addEventListener('click', playEmbeddedVideo);\n          coverImg.addEventListener('keydown', function (e) {\n            if (e.key === 'Enter') playEmbeddedVideo();\n          });\n          playButton.addEventListener('keydown', function (e) {\n            if (e.key === 'Enter') playEmbeddedVideo();\n          });\n          if (src.indexOf('youtube.com') !== -1 || src.indexOf('youtu.be') !== -1) {\n            var iframeId = 'yt_ace_' + Math.random().toString(36).slice(2, 10);\n            video.id = iframeId;\n            ytPlayersToBind.push({ container: container, iframeId: iframeId });\n          }\n        }\n      } else {\n        if (video \u0026\u0026 video.hasAttribute('autoplay')) {\n          container.classList.add('playing');\n        }\n        var playVideo = function () {\n          container.classList.add('playing');\n          if (video) {\n            video.setAttribute('tabindex', '0');\n            video.play().catch(function (e) { console.log('Video play failed:', e); });\n          }\n        };\n        coverImg.addEventListener('click', playVideo);\n        playButton.addEventListener('click', playVideo);\n        coverImg.addEventListener('keydown', function (e) {\n          if (e.key === 'Enter') playVideo();\n        });\n        playButton.addEventListener('keydown', function (e) {\n          if (e.key === 'Enter') playVideo();\n        });\n      }\n    });\n\n    if (ytPlayersToBind.length \u003e 0) {\n      function bindYtPlayers() {\n        for (var i = 0; i \u003c ytPlayersToBind.length; i++) {\n          (function (item) {\n            try {\n              new window.YT.Player(item.iframeId, {\n                events: {\n                  onStateChange: function (e) {\n                    if (e.data === 1) item.container.classList.add('playing');\n                  }\n                }\n              });\n            } catch (err) {\n              console.log('YT.Player init failed:', err);\n            }\n          })(ytPlayersToBind[i]);\n        }\n      }\n      if (window.YT \u0026\u0026 window.YT.Player) {\n        bindYtPlayers();\n      } else {\n        if (!window.__aceYtReadyQueue) window.__aceYtReadyQueue = [];\n        window.__aceYtReadyQueue.push(bindYtPlayers);\n        if (!window.__aceYtApiLoading) {\n          window.__aceYtApiLoading = true;\n          var prev = window.onYouTubeIframeAPIReady;\n          window.onYouTubeIframeAPIReady = function () {\n            if (typeof prev === 'function') prev();\n            var q = window.__aceYtReadyQueue || [];\n            window.__aceYtReadyQueue = [];\n            q.forEach(function (fn) { try { fn(); } catch (e) {} });\n          };\n          var existing = document.querySelector('script[src*=\"youtube.com\/iframe_api\"]');\n          if (!existing) {\n            var tag = document.createElement('script');\n            tag.src = 'https:\/\/www.youtube.com\/iframe_api';\n            var firstScript = document.getElementsByTagName('script')[0];\n            firstScript.parentNode.insertBefore(tag, firstScript);\n          }\n        }\n      }\n    }\n  }\n\n  aceScheduleAceInit(initVideos);\n})();\n\u003c\/script\u003e\n\u003cscript\u003e\n(function() {\nfunction aceScheduleAceInit(run) {\n  function safeRun() {\n    try { run(); } catch (e) { console.warn(\"[ACE] init:\", e); }\n  }\n  if (document.readyState === \"loading\") {\n    document.addEventListener(\"DOMContentLoaded\", safeRun, { once: true });\n  } else {\n    safeRun();\n  }\n  if (typeof requestAnimationFrame === \"function\") {\n    requestAnimationFrame(safeRun);\n  }\n  setTimeout(safeRun, 0);\n  setTimeout(safeRun, 50);\n  setTimeout(safeRun, 300);\n}\n  function initCarousels() {\n    if (typeof Swiper === 'undefined' || typeof document === 'undefined') return;\n\n    document.querySelectorAll('.ace-carousel').forEach(function (carouselContainer) {\n      var swiperElement = carouselContainer.querySelector('.swiper');\n      if (!swiperElement) return;\n      if (swiperElement.swiper || swiperElement.classList.contains('swiper-initialized')) return;\n\n      var swiperOptions = {\n        slidesPerView: 1,\n        spaceBetween: 0,\n        effect: \"slide\",\n        loop: false,\n        autoplay: false,\n        navigation: false,\n        pagination: false\n      };\n\n      var dataOptions = carouselContainer.getAttribute('data-swiper-options');\n      if (dataOptions) {\n        try {\n          var parsed = JSON.parse(dataOptions);\n          for (var k in parsed) {\n            if (Object.prototype.hasOwnProperty.call(parsed, k)) {\n              swiperOptions[k] = parsed[k];\n            }\n          }\n        } catch (e) {\n          console.warn('Failed to parse swiper options:', dataOptions);\n        }\n      }\n\n      new Swiper(swiperElement, swiperOptions);\n    });\n  }\n\n  aceScheduleAceInit(initCarousels);\n})();\n\u003c\/script\u003e\n\u003cscript\u003e\n(function() {\nfunction aceScheduleAceInit(run) {\n  function safeRun() {\n    try { run(); } catch (e) { console.warn(\"[ACE] init:\", e); }\n  }\n  if (document.readyState === \"loading\") {\n    document.addEventListener(\"DOMContentLoaded\", safeRun, { once: true });\n  } else {\n    safeRun();\n  }\n  if (typeof requestAnimationFrame === \"function\") {\n    requestAnimationFrame(safeRun);\n  }\n  setTimeout(safeRun, 0);\n  setTimeout(safeRun, 50);\n  setTimeout(safeRun, 300);\n}\n  function initAccordions() {\n    if (typeof document === 'undefined') return;\n\n    document.querySelectorAll('.ace-accordion').forEach(function (accordionContainer) {\n      if (accordionContainer.getAttribute('data-ace-acc-init') === '1') return;\n      accordionContainer.setAttribute('data-ace-acc-init', '1');\n\n      var details = accordionContainer.querySelectorAll('details');\n      var expandMode = accordionContainer.getAttribute('data-expand-mode') || 'single';\n\n      details.forEach(function (detail) {\n        detail.addEventListener('toggle', function () {\n          if (detail.open \u0026\u0026 expandMode === 'single') {\n            details.forEach(function (otherDetail) {\n              if (otherDetail !== detail) {\n                otherDetail.open = false;\n              }\n            });\n          }\n        });\n      });\n    });\n  }\n\n  aceScheduleAceInit(initAccordions);\n})();\n\u003c\/script\u003e\n","brand":"Hurom","offers":[{"title":"Gris clair","offer_id":51754340876420,"sku":"BL-E01EMG","price":149.0,"currency_code":"EUR","in_stock":false},{"title":"Champignon","offer_id":51754340909188,"sku":"BL-E01EMS","price":149.0,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0943\/1446\/3364\/files\/30c689d9653acdc2ae2a3486809eadd7_a3cfbf8a-ccdb-498a-ab7f-385c82be0153.png?v=1776125608","url":"https:\/\/jbftzy-0y.myshopify.com\/fr-de\/products\/hurom-table-blender","provider":"Hurom Europe","version":"1.0","type":"link"}