Pro-team - Pack of 10 Fits (Coachvac, Super Coachvac, Megavac) - 100331 & Pro Team 100565 Cloth Bag, Super Coach LineVacer Mega Raven 10Qt : Home & Kitchen

Share on:

Price USD:*

Quantity:

Description

Pro-team - Pack of 10 Fits (Coachvac, Super Coachvac, Megavac) - 100331 & Pro Team 100565 Cloth Bag, Super Coach LineVacer Mega Raven 10QtFound a lower price? Let us know. Although we can't match every price reported, we'll use your feedback to ensure that our prices remain competitive. Store (Offline) Store name: City: State: Please select province Please select province Price: ($) Date of the price: 01 02 03 04 05 06 07 08 09 10 11 12 / 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 / Please sign in to provide feedback. Submit Feedback P.when("A", "a-modal", "ready").execute(function (A, modal) { var $ = A.$; var instance; var title = $("#modalHeader").val(); A.declarative("pricingFeedback-modal-button", "click", function (event) { if (!instance) { var options = { name: "pricingFeedback-modal-content", dataStrategy: "preload", }; instance = modal.create(event.$target, options); } instance.update({ "header": title, "width": "550" }).lock().show(); }); }); P.when('A', 'ready').execute(function (A) { var $ = A.$; var csrf = $("#aapiCsrfToken").val(); var productPrice = $("#priceValue").val(); var hostname = $("#absoluteUrlPrefix").val(); var customerId = $("#customerId").val(); var isCustomerRecognized = ($("#isCustomerLoggedIn").val() === 'true'); var isCurrentGlOnlineOnly = ($("#isCurrentGlOnlineOnly").val() === 'true'); var asin = $("#asin").val(); var marketplaceId = $("#marketplaceId").val(); var country = $("#countryCode").val(); var offlineStoresList = $("#offlineStoresList").val(); var statesList = $("#statesList").val(); var errorMessages = { errorNoRetailerType: $("#errorNoType").val(), errorBadPrice: $("#errorBadPrice").val(), errorBadPriceShipping: $("#errorBadPriceShipping").val(), errorInvalidUrl: $("#errorInvalidUrl").val(), errorSubmission: $("#errorSubmission").val(), errorEmptyFields: $("#errorEmptyFields").val(), thankFeedback: $("#thankFeedback").val() }; var feedbackFormContent = document.querySelector('#feedbackForm'); var signUpContainer = document.querySelector('#signUpForm'); var feedbackFormFinalStateContainer = document.querySelector('#feedbackFormFinalState'); var states = JSON.parse(statesList); var offlineStores = JSON.parse(offlineStoresList); var offlineStoresEnabled = !isCurrentGlOnlineOnly; var currentDate = getCurrentDay(); var currentMonth = getCurrentMonth(); var currentYear = getCurrentYear(); if (isCustomerRecognized) { feedbackFormContent.style['display'] = 'block'; feedbackFormFinalStateContainer.style['display'] = 'block'; signUpContainer.style['display'] = 'none'; var enableOnlineStoreRadio = document.querySelector('#pricingFeedback_onlineRadio'); var enableOfflineStoreRadio = document.querySelector('#pricingFeedback_offlineRadio'); var onlineStoreInputForm = document.querySelector('#pricingFeedback_onlineInput'); var offlineStoreInputForm = document.querySelector('#pricingFeedback_offlineInput'); var offlineStateSelect = document.querySelector('#offlineState'); var offlineStoreSelect = document.querySelector('#offlineStoreNameList'); var submitButton = document.querySelector('#pricingFeedback_submit'); var onlineUrl = document.querySelector('#onlineUrl'); var onlinePriceRaw = document.querySelector('#onlinePriceRaw'); var onlineShippingRaw = document.querySelector('#onlineShippingRaw'); var onlineDay = document.querySelector('#onlineDay'); var onlineMonth = document.querySelector('#onlineMonth'); var onlineYear = document.querySelector('#onlineYear'); var onlineCalendar = document.querySelector('#onlineCalendar'); var offlineRadioContainer = document.querySelector('#offlineRadioContainer'); var offlineStoreName = document.querySelector('#offlineStoreName'); var offlineCity = document.querySelector('#offlineCity'); var offlineState = document.querySelector('#offlineState'); var offlinePriceRaw = document.querySelector('#offlinePriceRaw'); var offlineDay = document.querySelector('#offlineDay'); var offlineMonth = document.querySelector('#offlineMonth'); var offlineYear = document.querySelector('#offlineYear'); var offlineCalendar = document.querySelector('#offlineCalendar'); var thankYouDiv = document.querySelector('#pricingFeedback_thank'); var errorDiv = document.querySelector('#pricingFeedback_error'); var loadingGifDiv = document.querySelector('#loading'); setCalenderOrderBasedOnCountry(country); setInitialStates( onlineMonth, currentMonth, offlineMonth, onlineDay, currentDate, offlineDay, onlineYear, currentYear, offlineYear, onlineStoreInputForm, offlineStoreInputForm, enableOfflineStoreRadio, enableOnlineStoreRadio, onlineCalendar, offlineCalendar ); createPermalinkContainer(asin, hostname); for (let state of states) { var option = document.createElement('option'); option.setAttribute('value', state['value']); option.innerText = state['name']; offlineStateSelect.appendChild(option); } for (let store of offlineStores) { var option = document.createElement('option'); option.setAttribute('value', store); offlineStoreSelect.appendChild(option); } $("#pricingFeedback_onlineRadio").click(function () { onlineStoreInputForm.style['display'] = 'table'; offlineStoreInputForm.style['display'] = 'none'; }); $("#pricingFeedback_offlineRadio").click(function () { onlineStoreInputForm.style['display'] = 'none'; offlineStoreInputForm.style['display'] = 'table'; }); if (!offlineStoresEnabled) { offlineRadioContainer.style['display'] = 'none'; offlineStoreInputForm.style['display'] = 'none'; } $("#pricingFeedback_submit").click(function () { var feedbackSubmitted = submitFeedback( customerId, marketplaceId, asin, productPrice, onlineStoreInputForm, offlineStoreInputForm, onlineUrl.value, onlinePriceRaw.value, onlineShippingRaw.value, onlineDay.value, onlineMonth.value, offlineStoreName.value, offlineCity.value, offlineState.value, offlinePriceRaw.value, offlineDay.value, offlineMonth.value, thankYouDiv, errorDiv, submitButton, loadingGifDiv, errorMessages ); if (feedbackSubmitted !== null && !feedbackSubmitted) { errorDiv.innerHTML = getErrorDiv(errorMessages.errorSubmission); } }); A.on("a:popover:beforeHide:pricingFeedback-modal-content", function (data) { resetModalToInitialState(currentMonth, currentDate, currentYear); }); } else { feedbackFormContent.style['display'] = 'none'; feedbackFormFinalStateContainer.style['display'] = 'none'; signUpContainer.style['display'] = 'block'; var authPortalLink = getAuthenticationPageURL(asin, hostname); $("#signUpForm").one("click", function () { window.location = encodeURI(authPortalLink); }); } function setCalenderOrderBasedOnCountry(country) { var monthSections = document.getElementsByClassName('monthSection'); var daySections = document.getElementsByClassName('daySection'); var yearSections = document.getElementsByClassName('yearSection'); var firstDelimiters = document.getElementsByClassName('firstDelimiter'); var secondDelimiters = document.getElementsByClassName('secondDelimiter'); if (country === 'US') { for (let i = 0; i < 2; i++) { (monthSections[i]).style['order'] = '-1'; (firstDelimiters[i]).style['order'] = '0'; (daySections[i]).style['order'] = '1'; (secondDelimiters[i]).style['order'] = '2'; (yearSections[i]).style['order'] = '3'; } } else if (country === 'JP') { for (let i = 0; i < 2; i++) { (yearSections[i]).style['order'] = '-1'; (secondDelimiters[i]).style['order'] = '0'; (monthSections[i]).style['order'] = '1'; (firstDelimiters[i]).style['order'] = '2'; (daySections[i]).style['order'] = '3'; } } else { for (let i = 0; i < 2; i++) { (daySections[i]).style['order'] = '-1'; (firstDelimiters[i]).style['order'] = '0'; (monthSections[i]).style['order'] = '1'; (secondDelimiters[i]).style['order'] = '2'; (yearSections[i]).style['order'] = '3'; } } } function createPermalinkContainer(asin, hostname) { var permalinkHref = getPermalink(hostname, asin); var permalinkContainer = document.querySelector('#permalink'); var permalink = document.createElement('a'); permalink.setAttribute('href', permalinkHref); permalink.innerText = permalinkHref; permalinkContainer.append(permalink); } function getPermalink(server, asin) { return server + '/dp/' + asin; } function triggerPricingFeedback( customerId, marketplaceId, asin, price, retailerType, retailerUrl, retailerName, retailerCity, retailerState, retailerPrice, retailerShipping, sampleDate ) { var dataCart = { ourPrice: parseInt(price), retailer: { type: retailerType, name: retailerName, city: retailerCity, state: retailerState, price: parseInt(retailerPrice), shippingCost: parseInt(retailerShipping), url: retailerUrl }, date: sampleDate + "T00:00:00.102Z" }; return new Promise((resolve, reject) => { A.$.ajax($("#aapiEndpoint").val() + "/api/marketplaces/" + marketplaceId + "/products/" + asin + "/feedback/pricing", { type: 'POST', headers: { 'Accept-Language': 'en-US', 'Accept': 'application/vnd.com.amazon.api+json; type="product.feedback.pricing/v1"', 'Content-Type': 'application/vnd.com.amazon.api+json; type="product.feedback.pricing.request/v1"', 'x-api-csrf-token': csrf }, data: JSON.stringify(dataCart), xhrFields: { withCredentials: true }, success: function (responseContent) { $("#pricingFeedback_thankcontent").innerText = "Success! " + responseContent.toString(); resolve(); }, error: function (err) { $("#pricingFeedback_thankcontent").innerText = "Error! " + err.toString(); reject(); } }) }) } function getAuthenticationPageURL(asin, hostname) { return hostname + '/ap/signin?_encoding=UTF8&openid.assoc_handle=usflex&openid.claimed_id=http://specs.openid.net/auth/2.0/identifier_select&openid.identity=http://specs.openid.net/auth/2.0/identifier_select&openid.mode=checkid_setup&openid.ns=http://specs.openid.net/auth/2.0&openid.ns.pape=http://specs.openid.net/extensions/pape/1.0&openid.pape.max_auth_age=0&openid.return_to=https://www.amazon.com/dp//'; } function getCurrentDay() { var date = new Date(); return date.getDate().toString(); } function getCurrentMonth() { var date = new Date(); return (date.getMonth() + 1).toString(); } function getCurrentYear() { var date = new Date(); return date.getFullYear().toString(); } function setInitialStates(onlineMonth, currentMonth, offlineMonth, onlineDay, currentDate, offlineDay, onlineYear, currentYear, offlineYear, onlineStoreInputForm, offlineStoreInputForm, enableOfflineStoreRadio, enableOnlineStoreRadio, onlineCalendar, offlineCalendar) { onlineMonth.defaultValue = currentMonth; offlineMonth.defaultValue = currentMonth; onlineDay.defaultValue = currentDate; offlineDay.defaultValue = currentDate; onlineYear.defaultValue = currentYear; offlineYear.defaultValue = currentYear; var onlineMonthOption = document.querySelector('#onlineMonthOptionDefault'); onlineMonthOption.innerText = currentMonth; var onlineMonthPrompt = document.querySelector('#onlineMonthPrompt'); onlineMonthPrompt.innerText = currentMonth; var offlineMonthOption = document.querySelector('#offlineMonthOptionDefault'); offlineMonthOption.innerText = currentMonth; var offlineMonthPrompt = document.querySelector('#offlineMonthPrompt'); offlineMonthPrompt.innerText = currentMonth; var onlineDateOption = document.querySelector('#onlineDateOptionDefault'); onlineDateOption.innerText = currentDate; var onlineDayPrompt = document.querySelector('#onlineDatePrompt'); onlineDayPrompt.innerText = currentDate; var offlineDateOption = document.querySelector('#offlineDateOptionDefault'); offlineDateOption.innerText = currentDate; var offlineDayPrompt = document.querySelector('#offlineDatePrompt'); offlineDayPrompt.innerText = currentDate; var onlineYearOption = document.querySelector('#onlineYearOptionDefault'); onlineYearOption.setAttribute('href', currentYear); onlineYearOption.innerText = currentYear; var onlineYearPrompt = document.querySelector('#onlineYearPrompt'); onlineYearPrompt.innerText = currentYear; var offlineYearOption = document.querySelector('#offlineYearOptionDefault'); offlineYearOption.setAttribute('href', currentYear); offlineYearOption.innerText = currentYear; var offlineYearPrompt = document.querySelector('#offlineYearPrompt'); offlineYearPrompt.innerText = currentYear; if (onlineMonth.children && offlineMonth.children && onlineDay.children && offlineDay.children) { onlineMonth.children[currentMonth].setAttribute('selected', currentMonth); offlineMonth.children[currentMonth].setAttribute('selected', currentMonth); onlineDay.children[currentDate].setAttribute('selected', currentDate); offlineDay.children[currentDate].setAttribute('selected', currentDate); } onlineStoreInputForm.style['display'] = 'none'; offlineStoreInputForm.style['display'] = 'none'; enableOfflineStoreRadio.checked = false; enableOnlineStoreRadio.checked = false; if (onlineCalendar.style && offlineCalendar.style) { onlineCalendar.style['display'] = 'flex'; offlineCalendar.style['display'] = 'flex'; } } function submitFeedback( customerId, marketplaceId, asin, price, onlineStoreInputForm, offlineStoreInputForm, onlineUrl, onlinePriceRaw, onlineShippingRaw, onlineDay, onlineMonth, offlineStoreName, offlineCity, offlineState, offlinePriceRaw, offlineDay, offlineMonth, thankYouDiv, errorDiv, submitButton, loadingGifDiv, errorMessages ) { errorDiv.innerHTML = ''; let cleanRetailerType, cleanRetailerUrl, cleanRetailerName, cleanRetailerCity, cleanRetailerState, cleanRetailerPrice, cleanRetailerShipping, cleanSampleDate; var currentYear = getCurrentYear(); if (onlineStoreInputForm.style['display'] === 'table') { var onlineValidity = validateOnlineInputs(onlineUrl, onlinePriceRaw, onlineShippingRaw, errorMessages); if (onlineValidity.valid) { cleanRetailerType = 'ONLINE'; cleanRetailerUrl = truncate(trim(onlineUrl), 300); cleanRetailerPrice = trim(onlinePriceRaw); cleanRetailerShipping = trim(onlineShippingRaw); if (!cleanRetailerShipping) { cleanRetailerShipping = '0'; } cleanSampleDate = formatDate( currentYear, onlineDay ? onlineDay : getCurrentDay(), onlineMonth ? onlineMonth : getCurrentMonth() ); } else { if (onlineValidity.error) { errorDiv.innerHTML = getErrorDiv(onlineValidity.error); } return null; } } else if (offlineStoreInputForm.style['display'] === 'table') { var offlineValidity = validateOfflineInputs( offlineStoreName, offlineCity, offlineState, offlinePriceRaw, errorMessages ); if (offlineValidity.valid) { cleanRetailerType = 'OFFLINE'; cleanRetailerName = truncate(trim(offlineStoreName), 100); cleanRetailerCity = truncate(trim(offlineCity), 100); cleanRetailerState = truncate(trim(offlineState), 100); cleanRetailerPrice = trim(offlinePriceRaw); cleanRetailerShipping = '0'; cleanSampleDate = formatDate( currentYear, offlineDay ? offlineDay : getCurrentDay(), offlineMonth ? offlineMonth : getCurrentMonth() ); } else { if (offlineValidity.error) { errorDiv.innerHTML = getErrorDiv(offlineValidity.error); } return null; } } else { errorDiv.innerHTML = getErrorDiv(errorMessages.errorNoRetailerType); return null; } loadingGifDiv.innerHTML = getLoadingGifDiv(); if (price) price = parseFloat(price); return triggerPricingFeedback( customerId, marketplaceId, asin, price, cleanRetailerType, cleanRetailerUrl, cleanRetailerName, cleanRetailerCity, cleanRetailerState, parseFloat(cleanRetailerPrice), parseFloat(cleanRetailerShipping), cleanSampleDate ) .then(response => { errorDiv.innerHTML = ''; thankYouDiv.innerHTML = getThankYouDiv(errorMessages.thankFeedback); submitButton.style.display = 'none'; return response; }) .catch(err => { errorDiv.innerHTML = getErrorDiv(errorMessages.errorSubmission); return null; }); } function validateOnlineInputs(url, onlinePrice, onlineShipping, errorMessages) { if (isEmptyValue(url) || isEmptyValue(onlinePrice)) { return { valid: false, error: errorMessages.errorEmptyFields }; } else if (!isValidUrl(url)) { return { valid: false, error: errorMessages.errorInvalidUrl }; } else if (!isNumericPrice(onlinePrice) || (!isEmptyValue(onlineShipping) && !isNumericPrice(onlineShipping))) { return { valid: false, error: errorMessages.errorBadPriceShipping }; } return { valid: true, error: null }; } function validateOfflineInputs(offlineStoreName, offlineCity, offlineState, offlinePrice, errorMessages) { if ( isEmptyValue(offlineStoreName) || isEmptyValue(offlineCity) || isEmptyValue(offlineState) || isEmptyValue(offlinePrice) ) { return { valid: false, error: errorMessages.errorEmptyFields }; } else if (!isNumericPrice(offlinePrice)) { return { valid: false, error: errorMessages.errorBadPrice }; } return { valid: true, error: null }; } function getErrorDiv(errorMsg) { return ( '\n' + ' ' + errorMsg + '\n' + ' ' ); } function getThankYouDiv(thankMsg) { return ( '' + '' + thankMsg + '\n' + '' ); } function getLoadingGifDiv() { return ''; } function isValidUrl(url) { if (!url) { return false; } var encodedUrl = encodeURI(url); return encodedUrl.match( /^(https?:\/\/)?(([a-z0-9-]|%[A-F0-9]{2})+\.)+(([a-z]|%[A-F0-9]{2})([a-z0-9]|%[A-F0-9]{2})*)(:[0-9]+)?(\/[a-z0-9;:,~!+#@&=%\/$\.?_-]+)?$/ ); } function isNumericPrice(price) { if (!price) { return false; } return price.match(/^([0-9]+\.?[0-9]*)$|^([0-9]*\.[0-9]+)$/); } function isEmptyValue(input) { return !input || input.length === 0 || input.match(/^\s*$/); } function truncate(input, length) { if (!input) { return ''; } else { return input.substr(0, length); } } function formatDate(year, date, month) { return year + '-' + month + '-' + date; } function trim(input) { if (!input) { return ''; } else { return input.trim(); } } function resetModalToInitialState(currentMonth, currentDate, currentYear) { var enableOnlineStoreRadio = document.querySelector('#pricingFeedback_onlineRadio'); var enableOfflineStoreRadio = document.querySelector('#pricingFeedback_offlineRadio'); var onlineStoreInputForm = document.querySelector('#pricingFeedback_onlineInput'); var offlineStoreInputForm = document.querySelector('#pricingFeedback_offlineInput'); var onlineUrl = document.querySelector('#onlineUrl'); var onlinePriceRaw = document.querySelector('#onlinePriceRaw'); var onlineShippingRaw = document.querySelector('#onlineShippingRaw'); var onlineDay = document.querySelector('#onlineDay'); var onlineMonth = document.querySelector('#onlineMonth'); var onlineYear = document.querySelector('#onlineYear'); var onlineCalendar = document.querySelector('#onlineCalendar'); var offlineStoreName = document.querySelector('#offlineStoreName'); var offlineCity = document.querySelector('#offlineCity'); var offlineState = document.querySelector('#offlineState'); var offlinePriceRaw = document.querySelector('#offlinePriceRaw'); var offlineDay = document.querySelector('#offlineDay'); var offlineMonth = document.querySelector('#offlineMonth'); var offlineYear = document.querySelector('#offlineYear'); var offlineCalendar = document.querySelector('#offlineCalendar'); var thankYouDiv = document.querySelector('#pricingFeedback_thank'); var errorDiv = document.querySelector('#pricingFeedback_error'); var submitButton = document.querySelector('#pricingFeedback_submit'); var loadingGifDiv = document.querySelector('#loading'); var stateDefaultOption = document.querySelector('#stateDefaultOption'); var stateDefaultPrompt = document.querySelector('#stateDefaultPrompt'); if (thankYouDiv) { thankYouDiv.innerHTML = ''; } if (errorDiv) { errorDiv.innerHTML = ''; } if (loadingGifDiv) { loadingGifDiv.innerHTML = ''; } if (submitButton) { submitButton.style.display = 'block'; } onlineUrl.value = ''; onlinePriceRaw.value = ''; onlineShippingRaw.value = ''; offlineStoreName.value = ''; offlineCity.value = ''; offlineState.value = ''; offlinePriceRaw.value = ''; stateDefaultOption.innerHTML = $("#selectProvince").val(); stateDefaultPrompt.innerHTML = $("#selectProvince").val(); setInitialStates( onlineMonth, currentMonth, offlineMonth, onlineDay, currentDate, offlineDay, onlineYear, currentYear, offlineYear, onlineStoreInputForm, offlineStoreInputForm, enableOfflineStoreRadio, enableOnlineStoreRadio, onlineCalendar, offlineCalendar ); } }); .ask-product-docs-expander-content { padding-left: 0; margin-top: 0; } if(window.mix_csa){window.mix_csa('[cel_widget_id="p13n-desktop-carousel_DPSims_0"]', '#CardInstancecaInn3F7-DiBF9cxccW3ow')('mark', 'bb')} if(window.uet){window.uet('bb','p13n-desktop-carousel_DPSims_0',{wb: 1})} .p13n-sc-shoveler li.a-carousel-card-empty{min-height:250px}.p13n-sc-skeleton-loading .p13n-sc-shoveler li.a-carousel-card-empty{background:url(https://m.media-amazon.com/images/G/01/p13n/shared-components/loading.png);background-repeat:no-repeat;background-size:contain;overflow:hidden;position:relative}.p13n-sc-skeleton-loading .p13n-sc-shoveler li.a-carousel-card-empty:after{-webkit-animation:_cDEzb_placeholder-anim_3Mzpp 2s ease-in-out infinite;animation:_cDEzb_placeholder-anim_3Mzpp 2s ease-in-out infinite;background:-webkit-linear-gradient(left,hsla(180,4%,79%,0),#fff,hsla(180,4%,79%,0));background:linear-gradient(90deg,hsla(180,4%,79%,0),#fff,hsla(180,4%,79%,0));content:"";height:100%;left:0;position:absolute;top:0;width:300px}@-webkit-keyframes _cDEzb_placeholder-anim_3Mzpp{0%{background-position-x:-150px}to{background-position-x:150px}}@keyframes _cDEzb_placeholder-anim_3Mzpp{0%{background-position-x:-150px}to{background-position-x:150px}}.p13n-sc-lazy-desktop .a-carousel-viewport{min-height:244px} ._cDEzb_p13n-list-faceout-asin-row_1Arbr{margin-bottom:20px;margin-top:20px}._cDEzb_p13n-list-faceout-asin-detail-row_oQvd_{display:inline;width:650px}._cDEzb_feedback-switch_1qaMd{cursor:pointer;display:inline-block;height:50px;margin-top:5px;vertical-align:top;width:50px}._cDEzb_p13n-record-feedback-error-message_1fVND{margin-top:10px} ._cDEzb_p13n-list-faceout-asin-title_36t6X{margin-left:20px;margin-top:10px}._cDEzb_p13n-list-faceout-asin-title-wrapper_1ZzCK{width:290px}._cDEzb_p13n-list-faceout-not-interested-message-wrapper_2hNsd{padding-left:20px;padding-top:10px;width:380px}._cDEzb_feedback-button-row_i2GbB{-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-end}._cDEzb_p13n-list-faceout-remove-recs-button-content_EN5yY{margin-top:18px;width:220px!important}._cDEzb_p13n-list-faceout-undo-button-content_2NwaL{margin-top:15px;width:120px!important}._cDEzb_undo-button_2vLoX{cursor:pointer;font-weight:bolder;margin-top:3px} ._cDEzb_p13n-popover-button-divider_1Jt36{margin:6px 0}._cDEzb_p13n-feedback-popover-button_2rWBn{background:url(https://m.media-amazon.com/images/G/01/x-locale/personalization/core-recs/canaries/kebabgrey_18.png) no-repeat 0 0;background-size:18px;display:block;height:18px;text-decoration:none;width:18px}._cDEzb_p13n-feedback-popover-button_2rWBn:hover{background-position:0 -18px}._cDEzb_p13n-feedback-modal-height_1uBiC{height:450px}._cDEzb_p13n-desktop-feedback-kebab-wrapper_jo5L2{margin:0 3px 15px 10px}._cDEzb_p13n-desktop-feedback-modal-center-utils_3n1l4{height:35px;margin-top:10px;text-align:center}._cDEzb_p13n-desktop-feedback-modal-changeover_MVHoj{display:none} .p13n-report-flag-hide{cursor:none;display:none}.p13n-report-flag{background-image:url(https://m.media-amazon.com/images/S/sash/vh8ofoqOd7XyRsk.png);background-repeat:no-repeat;background-size:15px 16px;cursor:pointer;height:16px;position:absolute;right:20px;top:35px;width:15px}.p13n-report-flag:hover{background-image:url(https://m.media-amazon.com/images/S/sash/WXxFP-k55X6KCh2.png)}.p13n-report-problem-modal-root{padding:14px 18px} ._cDEzb_p13n-sc-price_31f6D{word-wrap:normal} ._cDEzb_p13n-sc-css-line-clamp-1_1ZO6n{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}._cDEzb_p13n-sc-css-line-clamp-2_2R0OL{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}._cDEzb_p13n-sc-css-line-clamp-3_OxGLy{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}._cDEzb_p13n-sc-css-line-clamp-4_Zr-Ep{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}._cDEzb_p13n-sc-css-line-clamp-5_3v9Pj{-webkit-line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}._cDEzb_p13n-sc-css-line-clamp-6_Z2TkG{-webkit-line-clamp:6;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}._cDEzb_p13n-sc-css-line-clamp-7_1VEgO{-webkit-line-clamp:7;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}._cDEzb_p13n-sc-css-line-clamp-8_2H34L{-webkit-line-clamp:8;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}._cDEzb_p13n-sc-css-line-clamp-9_2Gnhf{-webkit-line-clamp:9;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}._cDEzb_p13n-sc-css-line-clamp-10_1itnD{-webkit-line-clamp:10;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden} ._cDEzb_energy-efficiency-container_3JNRZ{text-align:left}._cDEzb_energy-efficiency-container_3JNRZ ._cDEzb_energy-efficiency-badge-standard_1DZQE{cursor:pointer;display:inline-block;height:24px}._cDEzb_energy-efficiency-container_3JNRZ ._cDEzb_energy-efficiency-badge-standard_1DZQE ._cDEzb_energy-efficiency-badge-shape_3eEPs{display:inline-block;height:24px}._cDEzb_energy-efficiency-container_3JNRZ ._cDEzb_energy-efficiency-badge-standard_1DZQE ._cDEzb_energy-efficiency-badge-rating_3ZjLJ{fill:#fff;font-size:20.4px;vertical-align:middle}._cDEzb_energy-efficiency-container_3JNRZ ._cDEzb_energy-efficiency-badge-standard_1DZQE ._cDEzb_energy-efficiency-badge-rating-sign_njBfM{fill:#fff;font-size:14.4px;vertical-align:middle}._cDEzb_energy-efficiency-container_3JNRZ ._cDEzb_energy-efficiency-badge-standard_1DZQE._cDEzb_energy-efficiency-badge-eu2021-standard_K55Xc ._cDEzb_energy-efficiency-badge-rating_3ZjLJ{left:14.4px;text-shadow:-.5px -.5px 0 #000,.5px -.5px 0 #000,-.5px .5px 0 #000,.5px .5px 0 #000}._cDEzb_energy-efficiency-container_3JNRZ ._cDEzb_energy-efficiency-badge-data-sheet-label-container_1CQmy{display:inline-block;padding-left:4.8px;padding-top:0;position:absolute;vertical-align:middle}._cDEzb_energy-efficiency-container_3JNRZ ._cDEzb_energy-efficiency-badge-data-sheet-label-container_1CQmy ._cDEzb_energy-efficiency-badge-data-sheet-label_2oTm8{cursor:pointer;word-break:break-word} ._cDEzb_p13n-flex-container-header-kebab_3IZ27{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between} ._cDEzb_subtitle_80M-d{line-height:10px} ._cDEzb_panel-text_1TvR6{width:220px}._cDEzb_panel-container_3UQaZ{float:left;width:238px}._cDEzb_panel-subsection_33Pdf{padding-left:15px;padding-right:18px}._cDEzb_panel-logo-container_3Gv6z{height:33px;margin-bottom:5px;width:220px}._cDEzb_panel-button_2-jSo{width:auto} ._cDEzb_sponsoredLabel_3SBem{color:#555;font-size:11px;line-height:23px;margin-bottom:4px} .p13n-faceout-static-left-padding .a-col-right[style]{padding-left:10px!important} ._cDEzb_asin-title_3n1UB{font-size:14px;font-weight:bolder;margin-left:20px;margin-top:10px;text-align:left}._cDEzb_asin-row_3DVqG{display:block}._cDEzb_asin-detail-row_2Lpno{margin-bottom:-12px}._cDEzb_image_2lQoz{height:90px;width:90px}._cDEzb_feedback-switch_VCHeh{cursor:pointer;display:inline-block;height:50px;margin-top:5px;vertical-align:top;width:50px} ._cDEzb_heroBanner_2MNXK{min-height:60px}._cDEzb_heroLabel_oouhw{display:block}._cDEzb_setLabel_1FmJN{display:block;margin-top:-2px}._cDEzb_baseAsinLabel_2rTtu{display:block} ._cDEzb_card_1u-hH{width:95%}._cDEzb_image-and-offer_ttP6r{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:0;margin-top:10px}._cDEzb_review-row_3GjsU{padding-right:10px;width:100%}._cDEzb_row_3mza_{width:100%}._cDEzb_icon_2LLzM{background-position:-310px -5px;height:1.6rem;width:1.6rem} ._cDEzb_scrollable-card_3dppM{text-align:left;width:95%}._cDEzb_close-icon-row_2Y0Qb{height:5px;min-width:600px;padding-right:10px;text-align:right;width:100%}[dir=rtl] ._cDEzb_close-icon-row_2Y0Qb{height:5px;min-width:600px;text-align:left;width:100%}._cDEzb_close-icon-column_1v3OL{height:inherit}._cDEzb_detail-column_2gaJv{text-align:left}[dir=rtl] ._cDEzb_detail-column_2gaJv{text-align:right}._cDEzb_scrollable-row_3BV94{width:100%}._cDEzb_icon_2Xd8T{background-position:-310px -5px;cursor:pointer;height:1.6rem;width:1.6rem}._cDEzb_feedbackText_3e5Du{cursor:pointer}._cDEzb_nonOverlapping-card_2VUqZ{width:95%}._cDEzb_nonOverlapping-row_3ch7w{-ms-flex-pack:distribute;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;justify-content:space-around;max-width:800px;min-width:600px;text-align:left;width:100%} ._cDEzb_maskStyling_12j_X{background-color:#000;height:100%;left:0;opacity:.04;position:absolute;top:0;width:100%}._cDEzb_positionRelativeCss_1GDAD{padding:6px;position:relative}._cDEzb_noop_1oBjC{-webkit-perspective:none;perspective:none} ._cDEzb_p13n-prime-badge_wRb4G{position:relative;top:2px} ._cDEzb_p13n-sc-price_bCZQt{word-wrap:normal;overflow-x:hidden}._cDEzb_p13n-sc-price-animation-wrapper_3ROfY{position:relative}._cDEzb_p13n-sc-savings-percent_1yAgx{color:#cc0c39;font-weight:300} input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield} ._cDEzb_p13n-delight-pricing-badge_3R9NU{background:#b12704;color:#fff;display:inline-block;padding:2px 10px;position:relative} ._cDEzb_p13n-coupon-badge_2YGiH{background:#7fda69;color:#111;display:inline-block;padding:0 6px;position:relative} ._cDEzb_p13n-sc-css-line-clamp-1_2o7X6{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}._cDEzb_p13n-sc-css-line-clamp-2_YmMc7{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}._cDEzb_p13n-sc-css-line-clamp-3_3xIkK{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}._cDEzb_p13n-sc-css-line-clamp-4_2oUlo{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}._cDEzb_p13n-sc-css-line-clamp-5_1Hi04{-webkit-line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}._cDEzb_p13n-sc-css-line-clamp-6_3fNYL{-webkit-line-clamp:6;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}._cDEzb_p13n-sc-css-line-clamp-7_q6tIz{-webkit-line-clamp:7;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}._cDEzb_p13n-sc-css-line-clamp-8_3HH-S{-webkit-line-clamp:8;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}._cDEzb_p13n-sc-css-line-clamp-9_jEGnm{-webkit-line-clamp:9;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}._cDEzb_p13n-sc-css-line-clamp-10_28Uvv{-webkit-line-clamp:10;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden} ._cDEzb_sponsoredLabel_122-w{color:#555;font-size:11px} ._cDEzb_curation_327u1{margin-bottom:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._cDEzb_curation_327u1 ._cDEzb_icon_3JMTe{width:20px} ._cDEzb_savingsBadgeWrapper_21yjZ{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;margin-bottom:4px;margin-top:3px}._cDEzb_savingsBadgeLabel_2IIEv{border-radius:2px;line-height:16px;margin-right:6px;padding:4px 6px;position:relative}._cDEzb_savingsBadgeMessage_15cc9{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;font-weight:700;line-height:12px;position:relative} ._cDEzb_p13nDealOfTheDayBadge_3WWAr{background:#b12704;color:#fff;padding:2px 4px} ._cDEzb_p13nDealOfTheDay_10RZg{background:#b12704;color:#fff;float:right;padding:2px 4px;position:relative}._cDEzb_dealsCardDealTimer_1Em5d{display:inline-block}._cDEzb_dealsCardPercentClaimed_1s7Ha{display:inline-block;padding-top:3px} ._cDEzb_almStore_1C46e{margin-top:2px;max-height:14px} ._cDEzb_p13n-best-seller-badge_3hEN7{background-color:#c45500!important;font-size:12px;padding-bottom:2px;padding-top:2px}[dir=rtl] ._cDEzb_p13n-best-seller-badge-container_1K6CW{float:right}._cDEzb_p13n-best-seller-badge-container_1K6CW{display:inline-block;position:relative}._cDEzb_p13n-best-seller-badge_3hEN7:before{border-bottom-color:#c45500!important}._cDEzb_p13n-best-seller-badge_3hEN7:after{border-top-color:#c45500!important}._cDEzb_p13n-sc-bestseller-badge-body_3iDBy{background-color:#c45500;float:left;line-height:18px;padding-left:6px;padding-right:3px}._cDEzb_p13n-sc-bestseller-badge-text_1i9QT{color:#fff;line-height:18px}._cDEzb_p13n-sc-bestseller-badge-triangle_2HApm{border-right:9px solid transparent;border-top:18px solid;color:#c45500;float:left;height:0;width:0} ._cDEzb_p13n-fr-text_3SCTm{color:#fff;font-size:12px;line-height:18px;margin-left:4px;margin-right:3px;padding-top:1px}[dir=rtl] ._cDEzb_p13n-fr-text_3SCTm{margin-left:3px;margin-right:8px}._cDEzb_p13n-fr-body_2o3jX{display:-webkit-box;display:-ms-flexbox;display:flex;float:left;height:20px;line-height:18px;min-width:60px}[dir=rtl] ._cDEzb_p13n-fr-body_2o3jX{float:right}._cDEzb_p13n-fr-body-charcoal_kpnZ2{background-color:#303333;border-color:#303333}._cDEzb_p13n-fr-body-stone_LEgzo{background-color:#6f7373;border-color:#6f7373}._cDEzb_p13n-fr-triangle_rUyCr{border-right:10px solid transparent;border-top:20px solid;float:left;height:0;width:0}[dir=rtl] ._cDEzb_p13n-fr-triangle_rUyCr{border-left:10px solid transparent;border-right:0;float:right}._cDEzb_p13n-fr-triangle-charcoal_mWla8{color:#303333}._cDEzb_p13n-fr-triangle-stone_1FnZL{color:#6f7373} ._cDEzb_p13n-ac-text-primary_3wp0n,._cDEzb_p13n-ac-text-secondary_15rPK{font-family:Amazon Ember,Arial!important;font-size:12px!important;line-height:22px}._cDEzb_p13n-ac-text-primary_3wp0n{color:#fff;margin-left:8px;margin-right:3px}[dir=rtl] ._cDEzb_p13n-ac-text-primary_3wp0n{margin-left:3px;margin-right:8px}._cDEzb_p13n-ac-text-secondary_15rPK{color:#f69931;margin-right:8px}[dir=rtl] ._cDEzb_p13n-ac-text-secondary_15rPK{margin-left:8px;margin-right:0}._cDEzb_p13n-ac-body_3iD7D{background-color:#232f3e;border-color:#232f3e;display:-webkit-box;display:-ms-flexbox;display:flex;float:left;height:22px;min-width:80px}[dir=rtl] ._cDEzb_p13n-ac-body_3iD7D{float:right}._cDEzb_p13n-ac-triangle_3Iygi{border-right:10px solid transparent;border-top:22px solid;color:#232f3e;float:left;height:0;width:0}[dir=rtl] ._cDEzb_p13n-ac-triangle_3Iygi{border-left:10px solid transparent;border-right:0;float:right} ._cDEzb_p13n-gg-rectangle_11B_5{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#555;border-color:#555;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;float:left;justify-content:center;min-width:36px;padding-left:8px;padding-right:3px}._cDEzb_p13n-gg-triangle_1g6bC{border-right:10px solid transparent;color:#555;float:left;height:0;width:0}._cDEzb_p13n-gg-badge-height-desktop_1AIPk{height:20px;line-height:20px}._cDEzb_p13n-gg-badge-height-mobile_2u8rg{height:18px;line-height:18px}._cDEzb_p13n-gg-triangle-height-desktop_3QwcC{border-top:20px solid}._cDEzb_p13n-gg-triangle-height-mobile_mPX05{border-top:18px solid}._cDEzb_p13n-gg-display-mobile_3UQIx{display:inline-block} ._cDEzb_p13n-sc-cpf-badge_ZydEc{color:#168342!important;text-decoration:none!important}._cDEzb_p13n-sc-cpf-badge_ZydEc i{margin-top:0;vertical-align:middle}._cDEzb_p13n-sc-cpf-cert-row_4XueG{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}._cDEzb_p13n-sc-cpf-cert-logo_2ORhu{margin-right:18px;min-width:45px}._cDEzb_p13n-sc-cpf-cert-column_15Y6W{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}._cDEzb_p13n-sc-cpf-cert-column_15Y6W,._cDEzb_p13n-sc-cpf-cert-grid_V6HwX{-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex}._cDEzb_p13n-sc-cpf-cert-grid_V6HwX{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}._cDEzb_p13n-sc-cpf-link_3qieQ{text-decoration:underline!important}._cDEzb_p13n-sc-cpf-bottom-sheet_3hVgJ{padding:21px 15px} ._cDEzb_p13nBusinessPromotionalBadgeWrapper_1obCG{color:#fff;margin-bottom:3px;margin-top:3px}._cDEzb_p13nBusinessPromotionalBadge_vij7Y{background:#025491;color:#fff;padding:4px 6px} ._cDEzb_p13nBusinessDiscountsWrapper_2BxKh{margin-bottom:3px;margin-top:3px}._cDEzb_p13nBusinessDiscountsBadge_3RfMP{background:#7fccec;padding:3px 6px} ._cDEzb_read-for-free-button-form_Mrk1b{margin-bottom:0}._cDEzb_read-for-free-button_1Khtt{width:100%} Customers who viewed this item also viewedPage 1 of 1 Start overPage 1 of 1 Previous pagePro Team 100565 Cloth Bag, Super Coach LineVacer Mega Raven 10Qt , Grey4.6 out of 5 stars 362$17.08$17.08Get it as soon as Friday, Dec 9FREE Shipping on orders over $25 shipped by AmazonPro-team - Pack of 10 Fits (Coachvac, Super Coachvac, Megavac) - 1003314.8 out of 5 stars 2,8769 offers from $20.47ProTeam Super CoachVac Commercial Backpack Vacuum Cleaner with HEPA Media Filtration, Telescoping Wand Tool Kit and 12 Extra Filter Bags, Gray4.5 out of 5 stars 797 Amazon's Choice in Commercial Indoor Canister Vacuums$578.32$578.32Get it as soon as Friday, Dec 9FREE Shipping on orders over $25 shipped by AmazonProTeam Super QuarterVac Commercial Backpack Vacuum Cleaner with HEPA Media Filtration, Multi Surface 2-Piece Wand Tool Kit and 10 Extra Filter Bags, Gray4.4 out of 5 stars 170$517.21$517.21Get it as soon as Friday, Dec 9FREE Shipping on orders over $25 shipped by AmazonNext pageif(window.mix_csa){window.mix_csa('[cel_widget_id="p13n-desktop-carousel_DPSims_0"]', '#CardInstancecaInn3F7-DiBF9cxccW3ow')('mark', 'be')} if(window.uet){window.uet('be','p13n-desktop-carousel_DPSims_0',{wb: 1})} if(window.mixTimeout){window.mixTimeout('p13n-desktop-carousel', 'CardInstancecaInn3F7-DiBF9cxccW3ow', 90000)}; P.when('mix:@amzn/mix.client-runtime', 'mix:p13n-desktop-carousel__RnI2a0AY').execute(function (runtime, cardModule) {runtime.registerCardFactory('CardInstancecaInn3F7-DiBF9cxccW3ow', cardModule).then(function(){if(window.mix_csa){window.mix_csa('[cel_widget_id="p13n-desktop-carousel_DPSims_0"]', '#CardInstancecaInn3F7-DiBF9cxccW3ow')('mark', 'functional')}if(window.uex){window.uex('ld','p13n-desktop-carousel_DPSims_0',{wb: 1})}});}); P.load.js('https://images-na.ssl-images-amazon.com/images/I/41az-C232OL.js?xcp'); (window.AmazonUIPageJS ? AmazonUIPageJS : P).when('A', 'dram-lazy-load-widget', 'ready').execute(function(A) {A.trigger('dram:register-lazy-load-widget', '#DPSims_sims-container_1_container',2500, 'DPSims_desktop');});{"encryptedLazyLoadRenderRequest":"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"} (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://images-na.ssl-images-amazon.com/images/I/01Hnb0bxJyL.js?AUIClients/DramAssets'); if(window.mix_csa){window.mix_csa('[cel_widget_id="vse-vw-dp-card_DetailPage_0"]', '#CardInstancezHAZesvYtcqiJqvZ86bBrQ')('mark', 'bb')} if(window.uet){window.uet('bb','vse-vw-dp-card_DetailPage_0',{wb: 1})} ._vse-vw-dp-card_sharedStyles_vseCarouselItem__37W2L{border:1px solid #ddd;border-radius:10px;display:inline-block;overflow:hidden;-webkit-perspective:1px;perspective:1px;text-decoration:none;width:100%}._vse-vw-dp-card_sharedStyles_vseCardsVideoThumbnail__1saad{color:#fff;position:relative}._vse-vw-dp-card_sharedStyles_vseCardsVideoThumbnail__1saad video{max-width:100%}._vse-vw-dp-card_sharedStyles_vsePlayButton__2l8Wk{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}._vse-vw-dp-card_sharedStyles_vseVideoDuration__10qBV{background:-webkit-linear-gradient(bottom,rgba(17,20,23,.741) 99%,#121417 0);background:linear-gradient(0deg,rgba(17,20,23,.741) 99%,#121417 0);border-radius:4px 0 0 0;bottom:0;height:26px;line-height:1.54;padding:3px 8px;position:absolute;right:0;text-align:center;width:50px;z-index:1}._vse-vw-dp-card_sharedStyles_vseVideoTitleBlock__2Zejt{position:relative}._vse-vw-dp-card_sharedStyles_vseVideoTitleBlock__2Zejt:before{background-color:hsla(0,0%,7%,.5);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}._vse-vw-dp-card_sharedStyles_vseThumbnailSecondaryImg__1HNia{-webkit-filter:blur(10px);filter:blur(10px);-webkit-transform:scale(1.75);-ms-transform:scale(1.75);transform:scale(1.75)}._vse-vw-dp-card_sharedStyles_vseVideoTitleBlockOverlay__fVo3U{bottom:0;height:67px;padding:6px 12px 10px;position:absolute;right:0;text-align:left;width:100%;z-index:1}._vse-vw-dp-card_sharedStyles_vseVideoTitle

Product Overview