
Share on:
Fast, FREE Delivery is available to Prime members. To join, select "Try Amazon Prime and start saving today with Fast, FREE Delivery" below the Add to Cart button.Important: Your credit card will NOT be charged when you start your free trial or if you cancel during the trial period. If you're happy with Amazon Prime, do nothing. At the end of the free trial, your membership will automatically upgrade to a monthly membership. - Sleek Socket space saving 3 foot version is a great for small spots. Discreetly hide the entire outlet, ugly plugs & cords while having full access to your outlets while neatly securing the cord to the wall with an adhesive cord concealer kit. The Sleek Socket is a one-size-fits-all that is compatible with all of the following: A “standard” outlet cover measuring 2 3/4 inches wide x 4 1/2 inches long A “mid-size” outlet cover measuring 3 1/8 inches wide x 4 7/8 inches long An “oversize” outlet cover measuring 3 3/8 inches wide x 5 1/16 inches long Technical Specifications: All models other than surge protector model: Maximum amps: 13; Maximum volts: 125; Maximum watts: 1625 Surge protector model: Maximum amps: 15; Maximum volts: 125; Maximum watts: 1875; Maximum Spike Current; 4500 Amps; Maximum Surge Dissipation: 90 joules; Voltage Protection Rating: 500V Registered Patent Numbers: 9,509,080 (U.S.), 9,525,232 (U.S.), D776064 (U.S.), CA 02947173 (Canada) Safety Certifications: UL Std. 817 (U.S.) and CSA Standard C22.2 No. 21 (Canada). Intertek certification number: 5011560 100% New condition: We only sell New product. Any appearance of scuffed or damaged product may occur from the shipping process. We stand behind all of our products and we will replace product damaged during the shipment process. Sleek Socket Ultra-Thin Outlet Concealer with Cord Concealer Kit, 3 Outlet, 3-Foot Cord, Universal Size, UL CertifiedFound 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 ); } }); if(window.mix_csa){window.mix_csa('[cel_widget_id="p13n-desktop-sims-fbt_DPSims_0"]', '#CardInstance-oxkRCUPvqd8nVo70u5gMA')('mark', 'bb')} if(window.uet){window.uet('bb','p13n-desktop-sims-fbt_DPSims_0',{wb: 1})} ._p13n-desktop-sims-fbt_style_inlineErrorDetails__1NBx-{margin-right:-2px;vertical-align:text-top} .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} ._p13n-desktop-sims-fbt_energy-efficiency_energy-efficiency-container__1Pkva{text-align:left}._p13n-desktop-sims-fbt_energy-efficiency_energy-efficiency-badge-standard__28gp8{cursor:pointer;display:inline-block;height:24px}._p13n-desktop-sims-fbt_energy-efficiency_energy-efficiency-badge-shape__1IcJY{display:inline-block;height:24px}._p13n-desktop-sims-fbt_energy-efficiency_energy-efficiency-badge-rating__3_0eN{fill:#fff;font-size:20px;vertical-align:middle}._p13n-desktop-sims-fbt_energy-efficiency_energy-efficiency-badge-rating-sign__1ronK{fill:#fff;font-size:14px;vertical-align:middle}._p13n-desktop-sims-fbt_energy-efficiency_energy-efficiency-badge-rating-2021__2Q_3P{left:24px * .6;text-shadow:-.5px -.5px 0 #000,.5px -.5px 0 #000,-.5px .5px 0 #000,.5px .5px 0 #000}._p13n-desktop-sims-fbt_energy-efficiency_energy-efficiency-badge-data-sheet-label-container__2iEi2{display:inline-block;padding-left:5px;padding-top:0;position:absolute;vertical-align:middle}._p13n-desktop-sims-fbt_energy-efficiency_energy-efficiency-badge-data-sheet-label__3b6X3{cursor:pointer;word-break:break-word} ._p13n-desktop-sims-fbt_fbt-desktop_sims-fbt-containter__2Cffh{margin:0}._p13n-desktop-sims-fbt_fbt-desktop_flex-fbt-container__3fI_9{display:-webkit-box;display:-ms-flexbox;display:flex;left:-16px;margin:0;padding:4px 0 0;position:relative}._p13n-desktop-sims-fbt_fbt-desktop_fbt-card__1_smM{overflow:auto;position:relative}[dir=rtl] ._p13n-desktop-sims-fbt_fbt-desktop_flex-fbt-container__3fI_9{left:auto;right:-16px}._p13n-desktop-sims-fbt_fbt-desktop_shift-unset__2gQnZ{left:auto!important;right:auto!important}._p13n-desktop-sims-fbt_fbt-desktop_detail-image-section__1Bw2r{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}._p13n-desktop-sims-fbt_fbt-desktop_image-background__DVFnZ{-ms-flex-item-align:center;align-self:center;background-color:#f7f8f8;border-radius:.8rem;min-height:0;padding:8px 28px;position:relative;width:100%}._p13n-desktop-sims-fbt_fbt-desktop_image-background__DVFnZ,._p13n-desktop-sims-fbt_fbt-desktop_image-display__2oZhY{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}._p13n-desktop-sims-fbt_fbt-desktop_image-display__2oZhY{-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;min-width:0;mix-blend-mode:multiply;padding:0}._p13n-desktop-sims-fbt_fbt-desktop_link-area__1VLAZ{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;max-width:140px}._p13n-desktop-sims-fbt_fbt-desktop_image-display__2oZhY>:first-child{height:auto;-o-object-fit:contain;object-fit:contain;width:100%}._p13n-desktop-sims-fbt_fbt-desktop_thumbnail-box__4jnIT{float:left;line-height:116px;margin:0 25px 0 0;padding-left:10px}[dir=rtl] ._p13n-desktop-sims-fbt_fbt-desktop_thumbnail-box__4jnIT{float:right;line-height:116px;margin:0 0 0 25px;padding-right:10px}._p13n-desktop-sims-fbt_fbt-desktop_new-thumbnail-box__36bD3{-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;margin:0;max-width:720px;min-width:450px;padding:0}._p13n-desktop-sims-fbt_fbt-desktop_thumbnail-box-spaced__3TQmo{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:750px}._p13n-desktop-sims-fbt_fbt-desktop_thumbnail-box-tight__1EkOu{max-width:660px}._p13n-desktop-sims-fbt_fbt-desktop_two-item-thumbnail-box__jV2am{max-width:480px}._p13n-desktop-sims-fbt_fbt-desktop_two-item-thumbnail-box-spaced__3yLMV{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:500px}._p13n-desktop-sims-fbt_fbt-desktop_two-item-thumbnail-box-tight__3VZen{max-width:440px}._p13n-desktop-sims-fbt_fbt-desktop_new-detail-faceout-box___WyNy{-webkit-box-flex:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:0 1 240px;flex:0 1 240px;-ms-flex-direction:column;flex-direction:column;margin:0;overflow:hidden;padding:0;position:relative}._p13n-desktop-sims-fbt_fbt-desktop_faceout-no-plus__1Sesx{-webkit-box-flex:0;-ms-flex:0 1 220px;flex:0 1 220px;margin:0 8px}._p13n-desktop-sims-fbt_fbt-desktop_fbt-checkbox__GSgEz{padding:0;position:absolute;right:0;top:6px;z-index:1}[dir=rtl] ._p13n-desktop-sims-fbt_fbt-desktop_fbt-checkbox__GSgEz{left:0;right:auto}._p13n-desktop-sims-fbt_fbt-desktop_title-component-overflow3__26ly1{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;white-space:normal}._p13n-desktop-sims-fbt_fbt-desktop_title-section__16zUG{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:flex-end}._p13n-desktop-sims-fbt_fbt-desktop_display-flex__1gorZ{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}._p13n-desktop-sims-fbt_fbt-desktop_price-section__1Wo6p{margin-right:10px;overflow:visible;white-space:nowrap}[dir=rtl] ._p13n-desktop-sims-fbt_fbt-desktop_price-section__1Wo6p{margin-left:10px;margin-right:0}._p13n-desktop-sims-fbt_fbt-desktop_thumbnail-plus__zdWox{margin:0}._p13n-desktop-sims-fbt_fbt-desktop_thumbnail-plus-new__2nZz1{float:left;margin:auto 4px}._p13n-desktop-sims-fbt_fbt-desktop_plus-padding__21zgg{padding-left:20.4px}[dir=rtl] ._p13n-desktop-sims-fbt_fbt-desktop_plus-padding__21zgg{padding-left:0;padding-right:20.4px}._p13n-desktop-sims-fbt_fbt-desktop_product-box__3PBxY{border-radius:0 0 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 2px -1px}._p13n-desktop-sims-fbt_fbt-desktop_item-details-per-asin__3DtF1{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}._p13n-desktop-sims-fbt_fbt-desktop_item-delivery-message-per-asin__WQ7q7{position:relative;top:-4px;white-space:nowrap}._p13n-desktop-sims-fbt_fbt-desktop_fbt-item-check__pUIoy{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin-right:2px;padding-left:10px}[dir=rtl] ._p13n-desktop-sims-fbt_fbt-desktop_fbt-item-check__pUIoy{border-right:initial;margin-right:2px}._p13n-desktop-sims-fbt_fbt-desktop_add-all-button__1TRXG{height:20px;line-height:20px}._p13n-desktop-sims-fbt_fbt-desktop_total-label__dI983{text-align:left}._p13n-desktop-sims-fbt_fbt-desktop_label-center__L5TW-{text-align:center!important}._p13n-desktop-sims-fbt_fbt-desktop_total-points-label__3r09H{text-align:left}._p13n-desktop-sims-fbt_fbt-desktop_add-items__16weX{display:none}._p13n-desktop-sims-fbt_fbt-desktop_choose-items__15UQx{display:none;padding-left:10px}._p13n-desktop-sims-fbt_fbt-desktop_updated-choose-items__3BN67{-webkit-box-flex:0;-ms-flex:0 1 280px;flex:0 1 280px;margin-left:50px;margin-top:60px;padding-left:0}[dir=rtl] ._p13n-desktop-sims-fbt_fbt-desktop_updated-choose-items__3BN67{margin-left:0;margin-right:50px}._p13n-desktop-sims-fbt_fbt-desktop_total-amount__wLVdU{padding-left:3px}._p13n-desktop-sims-fbt_fbt-desktop_points-amount__1SNdT{margin-right:3px;padding-left:3px}[dir=rtl] ._p13n-desktop-sims-fbt_fbt-desktop_total-amount__wLVdU{padding-left:0;padding-right:3px}._p13n-desktop-sims-fbt_fbt-desktop_price-add-to-cart-box__3OUdK{display:inline-block;padding-bottom:10px;padding-right:10px}._p13n-desktop-sims-fbt_fbt-desktop_price-points-box__1xGfe{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-flex:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:0 0 60px;flex:0 0 60px;-ms-flex-direction:column;flex-direction:column;justify-content:flex-end;padding:0}._p13n-desktop-sims-fbt_fbt-desktop_ship-message-box__t-OOr{clear:left;padding-left:10px}._p13n-desktop-sims-fbt_fbt-desktop_ship-message-box__t-OOr,[dir=rtl] ._p13n-desktop-sims-fbt_fbt-desktop_ship-message-box__t-OOr{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;padding-bottom:10px}[dir=rtl] ._p13n-desktop-sims-fbt_fbt-desktop_ship-message-box__t-OOr{clear:right;padding-right:10px}._p13n-desktop-sims-fbt_fbt-desktop_shipping-info-show-box__17yWM{display:none;overflow:hidden}._p13n-desktop-sims-fbt_fbt-desktop_show-details-box__-R3Xb{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}._p13n-desktop-sims-fbt_fbt-desktop_show-details__3GnPL{display:inline;display:initial;padding-left:4px}[dir=rtl] ._p13n-desktop-sims-fbt_fbt-desktop_show-details__3GnPL{display:inline;display:initial;padding-left:0;padding-right:4px}._p13n-desktop-sims-fbt_fbt-desktop_shift-details__gffZp{margin-left:28px;padding:0!important}[dir=rtl] ._p13n-desktop-sims-fbt_fbt-desktop_shift-details__gffZp{margin-left:0;margin-right:28px}._p13n-desktop-sims-fbt_fbt-desktop_hide-details__28l17{display:none;padding-left:4px}[dir=rtl] ._p13n-desktop-sims-fbt_fbt-desktop_hide-details__28l17{display:none;padding-left:0;padding-right:4px}._p13n-desktop-sims-fbt_fbt-desktop_sims-fbt-unselected-item__VQmZx{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;filter:alpha(opacity=20);justify-content:center;margin-right:2px;opacity:.2}._p13n-desktop-sims-fbt_fbt-desktop_sims-fbt-rows__2LJXs{clear:left}[dir=rtl] ._p13n-desktop-sims-fbt_fbt-desktop_sims-fbt-rows__2LJXs{border-right:initial;clear:right}._p13n-desktop-sims-fbt_fbt-desktop_bucket-divider__25poP{clear:left}._p13n-desktop-sims-fbt_fbt-desktop_title-truncate__1pPAM{display:inline-block;margin-right:4px;max-width:750px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._p13n-desktop-sims-fbt_fbt-desktop_detail-row-element__2WDgq{line-height:20px!important;margin-right:4px}._p13n-desktop-sims-fbt_fbt-desktop_detail-row-element-left-margin__UkZ8O{line-height:20px!important;margin-left:4px}._p13n-desktop-sims-fbt_fbt-desktop_action-details__18ZiI{visibility:visible}._p13n-desktop-sims-fbt_fbt-desktop_action-section__mpQSG{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-item-align:center;align-self:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:0;width:220px}._p13n-desktop-sims-fbt_fbt-desktop_side-panel__23vsu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-flex:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:0 1 280px;flex:0 1 280px;-ms-flex-direction:column;flex-direction:column;margin-left:12px;margin-top:0}[dir=rtl] ._p13n-desktop-sims-fbt_fbt-desktop_side-panel__23vsu{margin-left:0;margin-right:12px}._p13n-desktop-sims-fbt_fbt-desktop_total-label-discount__22kv9{display:inline;font-size:15px}._p13n-desktop-sims-fbt_fbt-desktop_total-label-standard__1E_7d{display:none}._p13n-desktop-sims-fbt_fbt-desktop_discount-total__3gWY9{display:inline}._p13n-desktop-sims-fbt_fbt-desktop_standard-total__2a-7Q{text-decoration-line:line-through}._p13n-desktop-sims-fbt_fbt-desktop_discount-total-heading__ZgTBX{font-size:12px;font-weight:400;line-height:18px}._p13n-desktop-sims-fbt_fbt-desktop_discount-percent__2eDIi{font-size:18px;font-weight:300;line-height:22px;margin-right:3px}._p13n-desktop-sims-fbt_fbt-desktop_discount-symbol__3pQa1{font-size:11px;font-weight:400;line-height:16px;position:relative;top:-.4em}._p13n-desktop-sims-fbt_fbt-desktop_discount-whole__1RPjd{box-sizing:border-box;font-size:17px;font-weight:400;line-height:20px}._p13n-desktop-sims-fbt_fbt-desktop_discount-decimal__2btcX{line-height:normal;opacity:0;position:absolute}._p13n-desktop-sims-fbt_fbt-desktop_discount-fractional__3qM96{box-sizing:border-box;font-size:10px;font-weight:400;line-height:16px;position:relative;top:-.4em}._p13n-desktop-sims-fbt_fbt-desktop_discount-strikethrough__183L7{font-size:12px;font-weight:400;line-height:18px;margin-left:5px;text-decoration:line-through}._p13n-desktop-sims-fbt_fbt-desktop_discount-experiment-header__NotSF{line-height:24px}._p13n-desktop-sims-fbt_fbt-desktop_discount-title__2VmTd{float:left;font-size:15px;font-weight:400;margin-right:5px}._p13n-desktop-sims-fbt_fbt-desktop_discount-terms__x_9hA{font-size:15px;font-weight:400}._p13n-desktop-sims-fbt_fbt-desktop_item-title__2fMKO{display:none}._p13n-desktop-sims-fbt_fbt-desktop_energy-label__23Bpn{-webkit-box-flex:1;-ms-flex:1 0 200px;flex:1 0 200px;margin-left:8px;margin-right:8px}._p13n-desktop-sims-fbt_fbt-desktop_sponsored-label__2Ap87{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;line-height:14px;margin-top:8px} .sims-grid-card-deck{clear:both}._p13n-desktop-sims-fbt_fbt-mobile_new-thumbnail-box__1hmv5{-webkit-box-align:center;-ms-flex-align:center;align-items:center}._p13n-desktop-sims-fbt_fbt-mobile_new-thumbnail-box__1hmv5,._p13n-desktop-sims-fbt_fbt-mobile_thumbnail-box__3IfTY{-webkit-box-pack:center;-ms-flex-pack:center;border:.1rem solid #d5d9d9;border-radius:.8rem .8rem 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin:0 2px -1px}._p13n-desktop-sims-fbt_fbt-mobile_thumbnail-box__3IfTY{-webkit-box-align:top;-ms-flex-align:top;align-items:top}._p13n-desktop-sims-fbt_fbt-mobile_thumbnail-background__nz6TA{-webkit-box-flex:0;background-color:#f7f8f8;border-radius:.8rem;-ms-flex:0 1 auto;flex:0 1 auto;margin:0 5px;padding:4px;width:88px}._p13n-desktop-sims-fbt_fbt-mobile_image-display__2ggEV{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:center;mix-blend-mode:multiply;padding:0;width:auto}._p13n-desktop-sims-fbt_fbt-mobile_image-display__2ggEV>:first-child{height:auto;-o-object-fit:contain;object-fit:contain;width:100%}._p13n-desktop-sims-fbt_fbt-mobile_total-box-collapsed__YfG8B{border:.1rem solid #d5d9d9;border-radius:0 0 .8rem .8rem;margin:auto 2px;padding:13px 17px 12px;text-align:center}._p13n-desktop-sims-fbt_fbt-mobile_total-box-expanded__347IH{border:.1rem solid #d5d9d9;border-radius:0 0 .8rem .8rem;margin:auto 2px;padding:13px 17px 17px;text-align:center}._p13n-desktop-sims-fbt_fbt-mobile_button-section__13pwD{margin:auto;padding:20px 0 10px;text-align:center}._p13n-desktop-sims-fbt_fbt-mobile_shipping-message__3zDca{margin:5px 0 15px;padding:0}._p13n-desktop-sims-fbt_fbt-mobile_product-box___00qE{border:.1rem solid #d5d9d9;border-radius:0 0 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 2px -1px}._p13n-desktop-sims-fbt_fbt-mobile_overall__zCYib{background-color:#fff}._p13n-desktop-sims-fbt_fbt-mobile_thumbnail-plus__3oOKD{margin-left:10px;margin-right:10px;margin-top:24px}._p13n-desktop-sims-fbt_fbt-mobile_fbt-checkbox__2hT3q{padding:0;position:absolute;right:-10px;top:15px}[dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_fbt-checkbox__2hT3q{left:-10px;padding:0;position:absolute;right:auto;top:15px}._p13n-desktop-sims-fbt_fbt-mobile_new-detail-section__7eFwU{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:0;padding:0}._p13n-desktop-sims-fbt_fbt-mobile_new-detail-section__7eFwU>:first-child{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-flex:1;-ms-flex-positive:1;-ms-flex-preferred-size:auto;flex-basis:auto;-ms-flex-direction:row;flex-direction:row;flex-grow:1;margin-left:0;margin-right:0;margin-top:0}._p13n-desktop-sims-fbt_fbt-mobile_recommendation-section__3xFpL{-webkit-box-flex:3;-ms-flex-positive:3;display:-webkit-box;display:-ms-flexbox;display:flex;flex-grow:3;margin:0;padding:0}._p13n-desktop-sims-fbt_fbt-mobile_recommendation-section__3xFpL>:first-child{margin-bottom:0;margin-left:0}._p13n-desktop-sims-fbt_fbt-mobile_recommendation-section__3xFpL>:last-child{margin-bottom:0;margin-right:0}[dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_recommendation-section__3xFpL>:first-child{margin-bottom:0;margin-left:4px;margin-right:0}[dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_recommendation-section__3xFpL>:last-child{margin-bottom:0;margin-left:0;margin-right:4px}._p13n-desktop-sims-fbt_fbt-mobile_expanded-section__3DycJ{display:none;margin:0;padding:0}._p13n-desktop-sims-fbt_fbt-mobile_new-detail-faceout-box__2T7Om{-webkit-box-flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:#f7f8f8;border-radius:.8rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1 1;flex:1 1;-ms-flex-direction:column;flex-direction:column;margin:4px;overflow-x:hidden;padding:0;position:relative}._p13n-desktop-sims-fbt_fbt-mobile_detail-image-section__1b6sO{-ms-flex-item-align:center;align-self:center;max-height:250px;max-width:250px;min-height:0;padding:40px 10px 10px;width:90%}._p13n-desktop-sims-fbt_fbt-mobile_base-image__3zk4r{-webkit-box-flex:3;-ms-flex-item-align:center;align-self:center;-ms-flex:3 1 0px;flex:3 1 0;height:100%;max-width:250px;min-height:0;padding:6px 15px 6px 11px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}._p13n-desktop-sims-fbt_fbt-mobile_detail-info-section__37837{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;padding:0 8px 9px}._p13n-desktop-sims-fbt_fbt-mobile_base-info-section__bT3og{-webkit-box-flex:8;-ms-flex:8 1 0px;flex:8 1 0;margin:auto 0;padding:7px 40px 7px 0}[dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_base-info-section__bT3og{-webkit-box-flex:8;-ms-flex:8 1 0px;flex:8 1 0;margin:auto 0;padding:7px 0 7px 40px}._p13n-desktop-sims-fbt_fbt-mobile_title-component-overflow3__3p-Qn{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;white-space:normal}._p13n-desktop-sims-fbt_fbt-mobile_title-component-overflow2__3FcFF{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;white-space:normal}._p13n-desktop-sims-fbt_fbt-mobile_title-component-overflow1__2mw4S{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;white-space:normal}._p13n-desktop-sims-fbt_fbt-mobile_title-section__At9yc{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:60.75px;justify-content:flex-end}._p13n-desktop-sims-fbt_fbt-mobile_fbt-item-details__3fpLA{border-left:.1rem solid #d5d9d9;cursor:auto;display:table-cell;height:100%;padding:9px 25px 9px 17px;position:relative;width:100%}[dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_fbt-item-details__3fpLA{border-left:initial;border-right:.1rem solid #d5d9d9;padding:9px 17px 9px 25px}._p13n-desktop-sims-fbt_fbt-mobile_fbt-item-check__3NTHo{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border-right:.1rem solid #d5d9d9;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin-right:-1px;max-height:98px;min-height:40px;min-width:48px;padding-left:12px;padding-top:9px;width:48px}[dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_fbt-item-check__3NTHo{border-left:.1rem solid #d5d9d9;border-right:initial;margin-left:-1px;margin-right:0;padding-left:0;padding-right:12px}._p13n-desktop-sims-fbt_fbt-mobile_add-all-button__29O5J{min-width:260px}._p13n-desktop-sims-fbt_fbt-mobile_go-to-detail-page-arrow__M0Mb1{margin-top:-.7rem;position:absolute;right:1.7rem;top:50%}[dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_go-to-detail-page-arrow__M0Mb1{left:1.7rem;right:auto}._p13n-desktop-sims-fbt_fbt-mobile_expand-arrow__2TOSD{margin-top:-.7rem;position:absolute;right:1.7rem;top:50%}[dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_expand-arrow__2TOSD{left:1.7rem;right:auto}._p13n-desktop-sims-fbt_fbt-mobile_relative-container__32KZm{position:relative}._p13n-desktop-sims-fbt_fbt-mobile_add-items__c-ME8,._p13n-desktop-sims-fbt_fbt-mobile_choose-items__3lEe_{display:none}._p13n-desktop-sims-fbt_fbt-mobile_total-label__1oVuL{display:block;text-align:center}._p13n-desktop-sims-fbt_fbt-mobile_total-label-discount__2PjAR{display:inline;font-size:15px}._p13n-desktop-sims-fbt_fbt-mobile_total-label-standard__2HUG6{display:none}._p13n-desktop-sims-fbt_fbt-mobile_discount-total__33z4f{display:inline}._p13n-desktop-sims-fbt_fbt-mobile_standard-total__rXHYn{text-decoration-line:line-through}._p13n-desktop-sims-fbt_fbt-mobile_total-amount__2wxzF{padding-left:3px}[dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_total-amount__2wxzF{padding-left:0;padding-right:3px}._p13n-desktop-sims-fbt_fbt-mobile_ship-message-box__1SBLP{border:.1rem solid #d5d9d9;border-radius:0 0 0 0;margin:0 2px -1px;padding:13px 41px 17px 17px;position:relative}[dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_ship-message-box__1SBLP{padding-left:41px;padding-right:17px}._p13n-desktop-sims-fbt_fbt-mobile_shipping-header__W0w92{border-bottom:.1rem solid #d5d9d9;padding-bottom:7px}._p13n-desktop-sims-fbt_fbt-mobile_shipping-product-box__k_y4Q{border-bottom:.1rem solid #d5d9d9;padding-bottom:7px;padding-top:8px}._p13n-desktop-sims-fbt_fbt-mobile_shipping-image__w-TXG{float:left;margin-right:10px;width:70px}[dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_shipping-image__w-TXG{float:right;margin-left:10px;margin-right:0}._p13n-desktop-sims-fbt_fbt-mobile_shipping-title__dXudD{display:inline}._p13n-desktop-sims-fbt_fbt-mobile_shipping-title-row__v7anR{padding-right:35px;position:relative}[dir=rtl] ._p13n-desktop-sims-fbt_fbt-mobile_shipping-title-row__v7anR{padding-left:35px;padding-right:0}._p13n-desktop-sims-fbt_fbt-mobile_discount-total-heading__3xOPv{font-size:15px;font-weight:400;line-height:18px}._p13n-desktop-sims-fbt_fbt-mobile_discount-percent__3iW1f{font-size:18px;font-weight:300;line-height:22px;margin-right:3px}._p13n-desktop-sims-fbt_fbt-mobile_discount-symbol__UmA92{font-size:10px;font-weight:400;line-height:16px;position:relative;top:-.4em}._p13n-desktop-sims-fbt_fbt-mobile_discount-whole__3q3si{box-sizing:border-box;font-size:16px;font-weight:400;line-height:20px}._p13n-desktop-sims-fbt_fbt-mobile_discount-decimal__1jljS{line-height:normal;opacity:0;position:absolute}._p13n-desktop-sims-fbt_fbt-mobile_discount-fractional__2otGt{box-sizing:border-box;font-size:10px;font-weight:400;line-height:16px;position:relative;top:-.4em}._p13n-desktop-sims-fbt_fbt-mobile_discount-strikethrough__L7Sep{font-size:13px;font-weight:400;line-height:18px;margin-left:5px;text-decoration:line-through}._p13n-desktop-sims-fbt_fbt-mobile_discount-experiment-header__-3uFW{line-height:24px}._p13n-desktop-sims-fbt_fbt-mobile_discount-title__RF3OY{font-size:15px}._p13n-desktop-sims-fbt_fbt-mobile_discount-terms__1Za5O{font-size:13px;padding:10px}._p13n-desktop-sims-fbt_fbt-mobile_item-title__1fMVP{display:none}._p13n-desktop-sims-fbt_fbt-mobile_sponsored-label__3fskN{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;line-height:18px} ._p13n-desktop-sims-fbt_prime_p13n-prime-badge__wRb4G{position:relative;top:2px} ._p13n-desktop-sims-fbt_sponsoredLabel_sponsoredLabel__122-w{color:#555;font-size:11px} ._p13n-desktop-sims-fbt_price_p13n-sc-price__bCZQt{word-wrap:normal;overflow-x:hidden}._p13n-desktop-sims-fbt_price_p13n-sc-price-animation-wrapper_







