/*
Theme Name: neiroservice
Theme URI: https://neiroservice.ru
Template: generatepress
Author: Karastel
Author URI: https://fresh-trip.ru
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 1.0.1772994207
Updated: 2026-03-08 21:23:27

*/

form.woocommerce-product-search {
	white-space: nowrap;
}

.widget .search-field {
    width: auto;
}

@media screen and (max-width: 768px) {
  /* Стили для экранов < 768px */
	.widget .search-field {
		width: 100%;
   		 max-width: 70%;
	}
}