{"product_id":"slushi-with-rapidchill-technology-88-oz-frozen-drink-slushie-machine-5-preset-programs-margaritas-frappes-and-more-premium-accents-black-fs301-1","title":"SLUSHi with RapidChill Technology, 88 oz. Frozen Drink \u0026 Slushie Machine, 5 Preset Programs, Margaritas, Frappés, and More, Premium Accents, Black, FS301","description":"\u003cdiv class=\"product__info-description body3 rte\"\u003e\u003cdiv class=\"product-description\"\u003e\u003csection class=\"desc-box richtext-box\"\u003e\u003cdiv class=\"product-description\"\u003e\u003csection class=\"desc-box richtext-box\"\u003e\u003cdiv class=\"product-description\"\u003e\u003csection class=\"desc-box richtext-box\"\u003e\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e \u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e NO ICE NEEDED: RapidChill Technology is our innovative two-part system that spins an auger around a cooling cylinder to freeze liquid evenly and maintain optimal temperature for perfect icy treats. \u003c\/span\u003e\u003c\/li\u003e \u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e A SUPERIOR FROZEN DRINK EXPERIENCE: With this versatile machine. turn your favorite liquids into smooth. flavorful frozen drinks: wine. coffee. soda. juice. chocolate milk. and more. Simply pour the liquid in. select your program. and watch it transform. \u003c\/span\u003e\u003c\/li\u003e \u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e ONE-TOUCH FROZEN DRINKS: Temperature and texture controls deliver consistently smooth results in up to 60 minutes at max capacity. *Creating drinks can take 15-60 minutes depending on ingredients. volume. and starting temperature. Must include sugar to slush. \u003c\/span\u003e\u003c\/li\u003e \u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e HACK YOUR SUGAR-FREE RECIPES: Sugar-free recipes will not slush properly on their own. Add one of our recommended sugar substitutes to the recipe to ensure perfect slushing. \u003c\/span\u003e\u003c\/li\u003e \u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e 5 PRESET SETTINGS: Automated programs give you tailored temperature settings to yield the perfect output every time. \u003c\/span\u003e\u003c\/li\u003e \u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e TEMPERATURE CONTROL: Customize whether you want the output to be thicker or thinner than the preset setting. \u003c\/span\u003e\u003c\/li\u003e \u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003e EASY-FILL VESSEL: Easy to fill up. top off. and remove for cleaning. Creates slush quickly and keeps drinks frozen for up to 12 hours. \u003c\/span\u003e\u003c\/li\u003e \u003c\/ul\u003e \u003cbr\u003e\u003cdiv cel_widget_id=\"aplus\" class=\"aplus-v2 desktop celwidget\"\u003e \u003cscript type=\"text\/javascript\"\u003e(function(f) {var _np=(window.P._namespace(\"PremiumAplusModule\"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {P.now('premium-module-10-hotspot-desktop').execute(function(init) { if (init) { return; } P.register('premium-module-10-hotspot-desktop'. function() { return function() { P.when('jQuery'. 'a-popover'. 'ready').execute(function ($. popover) { var $hoverPoints = $('.aplus-v2 .premium-aplus-module-10 .hover-point'); $hoverPoints.each(function(i. trigger) { return popover.create(trigger. $(trigger).data()); }); $hoverPoints.hover( function() { $(this).focus(); $(this).addClass('selected'); }. function() { $(this).removeClass('selected'); } ); }); }; });});}));\u003c\/script\u003e \u003cscript type=\"text\/javascript\"\u003e(function(f) {var _np=(window.P._namespace(\"PremiumAplusModule\"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {P.now('premium-module-12-nav-carousel').execute(function(init) { if (init) { return; } P.register('premium-module-12-nav-carousel'. function(){ return function() { P.when('A'. 'jQuery'. 'a-carousel-framework'. 'ready').execute(function (A. $. framework) { function initiateCarousel(module) { var MODULE_ID = $(module).data('module-id'); \/** * Carousel button element classname * @const *\/ var GOTO_BTN_CLASS_NAME = \"aplus-goto-btn-\" + MODULE_ID; \/** * Carousel button element active classname * @const *\/ var GOTO_BTN_ACTIVE_CLASS_NAME = \"aplus-active\"; \/** * AUI name for aui carousel * @const *\/ var CAROUSEL_NAME = \"premium-aplus-12-carousel-\" + MODULE_ID; \/** * Module class name * @const *\/ var MODULE_CLASS_NAME = \".aplus-v2 .premium-aplus-module-12\"; \/** * Carousel text container class name * @const *\/ var TEXT_CONTAINER_CLASS_NAME = MODULE_CLASS_NAME + \" .aplus-carousel-text-container-\" + MODULE_ID; \/** * Carousel text hidden class name * @const *\/ var TEXT_CONTAINER_HIDDEN = \"aplus-hidden\"; \/** * Carousel horizontal scroll container class name * @const *\/ var HORIZONTAL_SCROLL_CONTAINER_CLASS_NAME = MODULE_CLASS_NAME + \" .aplus-horizontal-scroll-container-\" + MODULE_ID; function showCarouselText(oldIndex. newIndex) { var oldClass = TEXT_CONTAINER_CLASS_NAME + \"-\" + oldIndex; var newClass= TEXT_CONTAINER_CLASS_NAME + \"-\" + newIndex; $(oldClass).addClass(TEXT_CONTAINER_HIDDEN); $(newClass).removeClass(TEXT_CONTAINER_HIDDEN); } function scrollToCarouselButton(scrollLeft) { if ($(HORIZONTAL_SCROLL_CONTAINER_CLASS_NAME).length) { $(HORIZONTAL_SCROLL_CONTAINER_CLASS_NAME).animate({scrollLeft}. 200); } } \/** * Creates a CarouselButton class for provided carousel instance * @param {object} carousel - AUI Carousel instance * @returns {Class} - CarouselButton Class *\/ function CarouselButtonTemplate(carousel) { \/** * Button for controlling the active slide * @constructor * @param {number} index - slide index * @param {DOMElement} elem - optional DOM element to use as this objects DOM representation *\/ function CarouselButton(index. elem) { var self = this; this.index = index; this.carousel = carousel; \/* create the button element *\/ this.elem = this.getElem(elem); this.$elem = $(this.elem); \/* store jquery version *\/ this.elem.addEventListener('click'. self.handleClick.bind(self)); this.elem.setAttribute('role'. 'tab'); \/* add this object to the object manager *\/ CarouselButton.objects.byIdindex = this; CarouselButton.objects.all.push(this); } \/** * Describe behavior for click events on this.elem * @memberOf CarouselButton *\/ CarouselButton.prototype.handleClick = function(e) { e.preventDefault(); this.carousel.gotoPage(this.index); }; \/** * Enter active state * @memberOf CarouselButton *\/ CarouselButton.prototype.activate = function() { this.$elem.addClass(GOTO_BTN_ACTIVE_CLASS_NAME).attr('aria-selected'. 'true'); }; \/** * Enter inactive state * @memberOf CarouselButton *\/ CarouselButton.prototype.deactivate = function() { this.$elem.removeClass(GOTO_BTN_ACTIVE_CLASS_NAME).attr('aria-selected'. 'false'); }; \/** * Returns an existing or creates a new bound element for this object * @memberOf CarouselButton * @param {DOMElement} elem - optionally provide an existing element in the DOM to use * @returns {DOMElement} - this objects DOM representation *\/ CarouselButton.prototype.getElem = function(elem) { if (this.elem) return this.elem; if (elem) return elem; var createdElem = document.createElement('span'); createdElem.className = GOTO_BTN_CLASS_NAME; return createdElem; }; \/** @const Object manager *\/ CarouselButton.objects = { byId: {}. all: . }; return CarouselButton; } framework.onInit(CAROUSEL_NAME. function(carousel) { \/** @const {Class} *\/ var CarouselButton = CarouselButtonTemplate(carousel); \/* create carousel controls *\/ var $carouselBtns = $(safeClassSelector(GOTO_BTN_CLASS_NAME)); var btns = $carouselBtns.map(function(i. btnElem) { return new CarouselButton(i + 1. btnElem); }); \/* activate first one *\/ CarouselButton.objects.byId1.activate(); \/* Listen to slide changes *\/ A.on(\"a:carousel:\" + CAROUSEL_NAME + \":change:pageNumber\". function (data) { var newCarouselButton = CarouselButton.objects.byIddata.newValue; var marginLeft = parseInt(getComputedStyle(newCarouselButton.elem).getPropertyValue('margin-left')); var positionLeft = newCarouselButton.elem.offsetLeft - marginLeft; newCarouselButton.activate(); CarouselButton.objects.byIddata.oldValue.deactivate(); scrollToCarouselButton(positionLeft); showCarouselText(data.oldValue. data.newValue); }); }); \/** * @returns {string} - css classname prefixed with module selector *\/ function safeClassSelector(className) { return '.' + MODULE_CLASS_NAME + ' .' + className; } } $('.aplus-v2 .premium-aplus-module-12 .aplus-carousel-container').each(function (index. module) { initiateCarousel(module); }); framework.createAll(); framework.initializeAll(); }); } })});}));\u003c\/script\u003e\u003cdiv cel_widget_id=\"aplus-premium-module-8-hero-video\" class=\"celwidget aplus-module premium-module-8-hero-video aplus-premium\"\u003e\u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-8\"\u003e \u003cdiv class=\"a-section a-spacing-none premium-aplus-module-8-video\"\u003e \u003cdiv class=\"a-section a-spacing-none video-placeholder\"\u003e\u003c\/div\u003e \u003cdiv class=\"a-section a-spacing-none video-container\"\u003e \u003cdiv id=\"2dfbc73c-53b7-42dc-9dfa-565db5147792\"\u003e \u003clink href=\"https:\/\/images-na.ssl-images-amazon.com\/images\/I\/01cUckQOW-L.css?AUIClients\/VSEPlayer\" rel=\"stylesheet\"\u003e \u003clink href=\"https:\/\/images-na.ssl-images-amazon.com\/images\/I\/51NP-5Gx4JL._RC|11UTSuNrVnL.css_.css?AUIClients\/Brila\" rel=\"stylesheet\"\u003e \u003cscript data-a-state='{\"key\":\"aplus-530732-player-ps\"}' type=\"a-state\"\u003e{\"clickstreamNexusMetricsConfig\":{\"actionType\":\"DISCOVERY\".\"productId\":\"\".\"eventOwner\":\"vsemetrics_playercards\".\"schemaId\":\"clickstream.CustomerEvent.4\".\"producerId\":\"vsemetrics_playercards\".\"eventType\":\"IVEVideoView\"}.\"clientPrefix\":\"aplus-530732\".\"ccvDisclosure\":\"\".\"closedCaptionsConfig\":{\"captionsOnTexts\":{\"en\":\"English (Automated)\"}.\"captionsOffText\":\"Captions off\".\"languageToLabelTexts\":{\"English\":\"English\"}}.\"sushiMetricsConfig\":{\"isRobot\":false.\"clientId\":\"VSE-US\".\"videoAsinList\":\"\".\"weblabIds\":\"\".\"eventSource\":\"Player\".\"sessionId\":\"147-7134009-8724102\".\"refMarkers\":\"aplus-530732_ref\".\"placementContext\":\"AplusWidget\".\"marketplaceId\":\"ATVPDKIKX0DER\".\"isInternal\":false.\"endpoint\":\"https:\/\/unagi-na.amazon.com\/1\/events\/com.amazon.eel.vse.metrics.prod.events.test\".\"requestId\":\"F61B83690FC848209EA9\".\"customerId\":\"0\".\"sessionType\":1}.\"mimeType\":\"video\/mp4\".\"nexusMetricsConfig\":{\"isInternal\":false.\"widgetMetricsSchemaId\":\"vse.VSECardsEvents.9\".\"clientId\":\"VSE-US\".\"videoAsinList\":\"\".\"weblabIds\":\"\".\"eventSource\":\"Player\".\"videoAsin\":\"hero-video\".\"customerId\":\"0\".\"producerId\":\"vsemetrics_playercards\".\"refMarkers\":\"aplus-530732_ref\".\"placementContext\":\"AplusWidget\".\"playerTSMMetricsSchemaId\":\"vse.VSECardsPlayerEvents.9\"}.\"videoHeight\":0.\"videoWidth\":0.\"videoUrl\":\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/626bc4ca-2ae9-4fa4-9e3d-ae64f33eeacb.mp4\".\"metricsEmissionMethod\":\"nexus\".\"imageUrl\":\"https:\/\/m.media-amazon.com\/images\/S\/aplus-media\/vc\/f66c127e-e285-4c8d-b22d-8e169cbd01a6.__CR0.0.1464.600_PT0_SX1464_V1___.jpg\".\"awaConfig\":{\"useUpNextComponent\":false.\"clickstreamNexusMetricsConfig\":{\"actionType\":\"DISCOVERY\".\"productId\":\"\".\"eventOwner\":\"vsemetrics_playercards\".\"schemaId\":\"clickstream.CustomerEvent.4\".\"producerId\":\"vsemetrics_playercards\".\"eventType\":\"IVEVideoView\"}.\"initialVideo\":\"hero-video\".\"shouldPreload\":false.\"enableClickBasedAttribution\":false.\"isChromelessPlayer\":false.\"closedCaptionsConfig\":{\"captionsOnTexts\":{\"en\":\"English (Automated)\"}.\"captionsOffText\":\"Captions off\".\"languageToLabelTexts\":{\"English\":\"English\"}}.\"enableDynamicBlur\":false.\"showPlayerPlayButton\":false.\"isVideoImmersivePlayer\":false.\"metricsEmissionMethod\":\"nexus\".\"skipInitialFocus\":false.\"playerSkin\":\"none\".\"disabledViewIds\":\"replayHint\".\"includeEarnsComissionDisclosure\":false.\"customerId\":\"0\".\"containerId\":\"aplus-530732-player-357d96a0-b2d6-426a-bb71-594e9557fd04\".\"allowCrossOrigin\":false.\"requestMetadata\":{\"marketplaceId\":\"ATVPDKIKX0DER\".\"clientId\":\"VSE-US\".\"method\":\"AplusWidget\".\"requestId\":\"F61B83690FC848209EA9\".\"pageAsin\":\"\".\"sessionId\":\"147-7134009-8724102\"}.\"shouldLoop\":false.\"shouldDisableControls\":false.\"alwaysSetInitialVideo\":true.\"showPlayerCloseButton\":false.\"clientPrefix\":\"\".\"useAutoplayFallback\":false.\"sushiMetricsConfig\":{\"isRobot\":false.\"clientId\":\"VSE-US\".\"videoAsinList\":\"\".\"weblabIds\":\"\".\"eventSource\":\"Player\".\"sessionId\":\"147-7134009-8724102\".\"refMarkers\":\"aplus-530732_ref\".\"placementContext\":\"AplusWidget\".\"marketplaceId\":\"ATVPDKIKX0DER\".\"isInternal\":false.\"endpoint\":\"https:\/\/unagi-na.amazon.com\/1\/events\/com.amazon.eel.vse.metrics.prod.events.test\".\"requestId\":\"F61B83690FC848209EA9\".\"customerId\":\"0\".\"sessionType\":1}.\"ospLinkCode\":\"\".\"showPosterImage\":true.\"languageCode\":\"en\".\"languageLocalization\":{\"play\":\"Play\".\"volumeLevel\":\"Volume Level\".\"subtitles\":\"Subtitles\".\"volumeSlider\":\"Volume Slider\".\"playVideo\":\"Click to play video\".\"fullscreen\":\"Fullscreen\".\"scrubberBar\":\"Scrubber bar\".\"mute\":\"Mute\".\"unmute\":\"Unmute\".\"pause\":\"Pause\".\"captions\":\"Captions\".\"nonfullscreen\":\"Non-Fullscreen\"}.\"version\":\"\".\"isMoreVideosButtonEnabled\":false.\"nexusMetricsConfig\":{\"isInternal\":false.\"widgetMetricsSchemaId\":\"vse.VSECardsEvents.9\".\"clientId\":\"VSE-US\".\"videoAsinList\":\"\".\"weblabIds\":\"\".\"eventSource\":\"Player\".\"videoAsin\":\"hero-video\".\"customerId\":\"0\".\"producerId\":\"vsemetrics_playercards\".\"refMarkers\":\"aplus-530732_ref\".\"placementContext\":\"AplusWidget\".\"playerTSMMetricsSchemaId\":\"vse.VSECardsPlayerEvents.9\"}.\"shouldStartMuted\":false.\"airyVersion\":\"VideoJS\".\"languagePreferenceStrings\":{}.\"enableInactiveFocus\":true.\"isReactFactory\":false.\"enableDelphiAttribution\":false.\"includeReportWidget\":false.\"shouldAutoplay\":false}.\"needPlayerFactory\":false.\"isMobile\":false}\u003c\/script\u003e\u003cdiv class=\"vse-airy-container vse-player-container none\"\u003e \u003cdiv class=\"a-section a-spacing-none ive-player-label-container\" data-element-id=\"ive-player-label-container\" id=\"ive-aplus-530732-player-label-container\"\u003e \u003cspan class=\"a-declarative\" data-a-popover='{\"dataStrategy\":\"preload\".\"name\":\"ive-aplus-530732-label-type-tooltip\".\"width\":\"300\".\"position\":\"triggerRight\"}' data-action=\"a-popover\"\u003e\u003c\/span\u003e\u003cdiv class=\"a-popover-preload\" id=\"a-popover-ive-aplus-530732-label-type-tooltip\"\u003e \u003cspan class=\"ive-demo-label-tooltip ive-player-label-tooltip aok-hidden\"\u003eThe video showcases the product in use.\u003c\/span\u003e\u003cspan class=\"ive-assembly-label-tooltip ive-player-label-tooltip aok-hidden\"\u003eThe video guides you through product setup.\u003c\/span\u003e\u003cspan class=\"ive-comparison-label-tooltip ive-player-label-tooltip aok-hidden\"\u003eThe video compares multiple products.\u003c\/span\u003e\u003cspan class=\"ive-unboxing-label-tooltip ive-player-label-tooltip aok-hidden\"\u003eThe video shows the product being unpacked.\u003c\/span\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"vse-player\" data-element-id=\"vse-player-container\" id=\"aplus-530732-player-357d96a0-b2d6-426a-bb71-594e9557fd04\"\u003e\u003c\/div\u003e \u003c\/div\u003e \u003cscript\u003e (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https:\/\/images-na.ssl-images-amazon.com\/images\/I\/51WIDEtuTuL.js?AUIClients\/VSEPlayer'); (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https:\/\/images-na.ssl-images-amazon.com\/images\/I\/21fOfDNeAIL._RC|01x4giTy+uL.js.01r9LpT6pbL.js.41hfXdtHKjL.js.11QfrzttlqL.js.91qahXPBdEL.js.01ELLYeIOkL.js_.js?AUIClients\/Brila');\u003c\/script\u003e\u003cscript type=\"text\/javascript\"\u003e(function(f) {var _np=(window.P._namespace(\"vse-ns-initVSEPlayerOnLoad\"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('VSEPlayer').execute(function(vsePlayer){vsePlayer.initPlayer('aplus-530732-player-ps');}); \/\/Please use below event to register FeedbackForm P.when('A'. 'VSEComponentAssets').execute('vse-ns-player-initialization'. function(A. asset) { A.trigger('vse:ns:player:aplus-530732:init'. 'aplus-530732-player-ps'); });}));\u003c\/script\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"a-section a-text-center\"\u003e\u003c\/div\u003e \u003c\/div\u003e\u003c\/div\u003e \u003cdiv cel_widget_id=\"aplus-premium-module-2-fullbackground-text\" class=\"celwidget aplus-module premium-module-2-fullbackground-text aplus-premium\"\u003e\u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-2\"\u003e \u003cdiv class=\"a-section a-spacing-none premium-background-wrapper\"\u003e\u003cdiv class=\"a-section a-spacing-none background-image\"\u003e \u003cimg alt=\"RAPID CHiLL technology\" class=\"a-lazy-loaded lazyload\" data-sizes=\"auto\" src=\"https:\/\/img-va.myshopline.com\/image\/store\/1740553540051\/484652032adb4091a401c5f5157d1af7.jpg?w=1464\u0026amp;h=600\"\u003e\u003cnoscript\u003e\u003cimg alt=\"RAPID CHiLL technology\" class=\"lazyload\" data-sizes=\"auto\" src=\"https:\/\/img-va.myshopline.com\/image\/store\/1740553540051\/484652032adb4091a401c5f5157d1af7.jpg?w=1464\u0026amp;h=600\"\u003e\u003c\/noscript\u003e \u003c\/div\u003e\u003c\/div\u003e \u003cdiv class=\"a-section a-text-center\"\u003e\u003c\/div\u003e \u003c\/div\u003e\u003c\/div\u003e \u003cdiv cel_widget_id=\"aplus-premium-module-12-nav-carousel\" class=\"celwidget aplus-module premium-module-12-nav-carousel aplus-premium\"\u003e\u003cdiv class=\"a-section a-spacing-none premium-aplus premium-aplus-module-12 premium-aplus-module-12--top-nav\"\u003e\u003cdiv class=\"a-section a-spacing-none aplus-carousel-container\" data-module-id=\"2\"\u003e\u003cdiv aria-label=\"Featured content carousel\" aria-roledescription=\"carousel\" class=\"a-begin a-carousel-container a-carousel-static a-carousel-display-single a-carousel-transition-slideCircular aplus-image-carousel-container\" data-a-carousel-options='{\"peek_percentage\":0.\"minimum_gutter_width\":0.\"show_partial_next\":false.\"name\":\"premium-aplus-12-carousel-2\"}' data-a-display-strategy=\"single\" data-a-transition-strategy=\"slideCircular\" id=\"premium-aplus-12-carousel-2-id\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e \u003c\/div\u003e\u003c\/section\u003e\u003c\/div\u003e\u003c\/section\u003e\u003c\/div\u003e\u003c\/section\u003e\u003c\/div\u003e\u003c\/div\u003e","brand":"Cotostore","offers":[{"title":"Black","offer_id":53359329771819,"sku":"Black -541657988","price":139.99,"currency_code":"USD","in_stock":true},{"title":"Teal","offer_id":53359329902891,"sku":"Teal -541657987","price":139.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0996\/5767\/9147\/files\/e55390429d9794ac518788d2eb20f27ce54a3cfcb61b304988aedc0097613a88_4995c985-5a60-4475-9314-7ca671715ff2.jpg?v=1777381682","url":"https:\/\/cotostore.com\/products\/slushi-with-rapidchill-technology-88-oz-frozen-drink-slushie-machine-5-preset-programs-margaritas-frappes-and-more-premium-accents-black-fs301-1","provider":"Cotostore","version":"1.0","type":"link"}