.product-search{display:flex;align-items:center;width:230px;height:42px;border:1px solid #cfd6dd;background:#fff;transition:border-color .2s,box-shadow .2s}
.product-search:focus-within{border-color:#28519a;box-shadow:0 0 0 3px rgba(40,81,154,.12)}
.product-search input{min-width:0;flex:1;height:100%;padding:0 4px 0 13px;border:0;outline:0;background:transparent;color:#18212b;font:inherit;font-size:.875rem}
.product-search input::placeholder{color:#89939d}
.product-search button{display:grid;place-items:center;flex:0 0 42px;width:42px;height:40px;padding:0;border:0;background:transparent;color:#18212b;cursor:pointer}
.product-search button:hover{color:#e42b2b}
.product-search svg{width:19px;height:19px}
@media(max-width:1100px) and (min-width:901px){.product-search{width:175px}.links{gap:20px!important}}
@media(max-width:900px){.product-search{width:100%;margin-top:4px}.product-search input{font-size:1rem}}
