Bezmaksas piegāde pasūtījumiem no 39 Eur!
jQuery(document).ready(function(){ console.log("loaded"); let isMobileDevice = window.matchMedia("only screen and (max-width: 768px)").matches; if(isMobileDevice){ console.log("is phone"); document.getElementById("aws-search-icon-header").addEventListener("click", function() { jQuery("div.ast-below-header-wrap").toggle(); console.log("click"); if (jQuery("div.ast-below-header-bar").css('display') == 'none') { jQuery("div.ast-below-header-bar").toggle(); } }) } });
form.aws-search-form {height:28px!important;width: calc(100vw - 2.5em) !important;}.ast-header-search.ast-header-search { display: none;}@media only screen and (max-width: 768px) { .ast-below-header-wrap { display: none; } #aws-search-icon-header:before { color: #003399!important; } #aws-search-icon-header:hover:before { color: #da5c4c!important; }}@media only screen and (min-width: 768px) {#aws-search-icon-header {display: none;}.ast-header-search.ast-header-search { display: flex; }}