/** Shopify CDN: Minification failed

Line 23:0 Expected "}" to go with "{"

**/
/* Make the search icon match the account/cart size */
.icon-search {
  width: 24px !important;
  height: 25px !important;
}

/* Make the desktop header search box less tall */
@media only screen and (min-width: 769px) {
  /* Shrink the input field */
  .header__inline-search .field__input {
    height: 2.4rem;           

  }




