window.isMobile=!1;if(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)){window.isMobile=!0} function t_throttle(fn,threshhold,scope){var last;var deferTimer;threshhold||(threshhold=250);return function(){var context=scope||this;var now=+new Date();var args=arguments;if(last&&now0){column.style.height=elementDimension.height} var columnTop=column.getBoundingClientRect().top+window.pageYOffset;var columnBottom=columnTop+columnDimension.height;var windowTop=window.pageYOffset;var offset=parseFloat(element.getAttribute('data-offset-top'));if(windowTop+elementDimension.height+offset>=columnBottom){element.style.top='';element.classList.add('t760__fixedBottom');element.classList.remove('t760__fixedTop');element.classList.remove('t760__floating')}else if(windowTop+offset>columnTop){element.style.top=offset+'px';element.classList.add('t760__floating');element.classList.remove('t760__fixedBottom');element.classList.remove('t760__fixedTop')}else{element.style.top='';element.classList.add('t760__fixedTop');element.classList.remove('t760__fixedBottom');element.classList.remove('t760__floating')}})} function t760_getElementDimension(element){var elementStyles=window.getComputedStyle(element);return{height:parseInt(elementStyles.height,10)||0,width:parseInt(elementStyles.width,10)||0,}} function t706_onSuccessCallback(){var products=document.querySelector('.t706__cartwin-products');var cartBottom=document.querySelector('.t706__cartwin-bottom');var cartForm=document.querySelector('.t706 .t-form__inputsbox');if(products)t706_slideUp(products,10);if(cartBottom)t706_slideUp(cartBottom,10);if(cartForm)t706_slideUp(cartForm,700);try{tcart__unlockScroll()}catch(error){}} function t706_slideUp(target,duration){if(!target)return;if(!duration&&duration!==0)duration=500;target.style.transitionProperty='height, margin, padding';target.style.transitionDuration=duration+'ms';target.style.boxSizing='border-box';target.style.height=target.offsetHeight+'px';target.style.overflow='hidden';target.style.height='0';target.style.paddingTop='0';target.style.paddingBottom='0';target.style.marginTop='0';target.style.marginBottom='0';setTimeout(function(){target.style.display='none';target.style.height='';target.style.paddingTop='';target.style.paddingBottom='';target.style.marginTop='';target.style.marginBottom='';target.style.overflow='';target.style.transitionDuration='';target.style.transitionProperty=''},duration)}