<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">button, input[type="button"], input[type="reset"], input[type="submit"],
button, .button, .search-input .tt-dataset-product-search .more-message, .search-input .tt-dataset-product-search .tt-suggestion .button, .product .fav-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #477dca;
  border-radius: 3px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  button:hover,
  button:focus, .button:hover, .search-input .tt-dataset-product-search .more-message:hover, .search-input .tt-dataset-product-search .tt-suggestion .button:hover, .product .fav-button:hover, .button:focus, .search-input .tt-dataset-product-search .more-message:focus, .search-input .tt-dataset-product-search .tt-suggestion .button:focus, .product .fav-button:focus {
    background-color: #2c5999;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled, .button:disabled, .search-input .tt-dataset-product-search .more-message:disabled, .search-input .tt-dataset-product-search .tt-suggestion .button:disabled, .product .fav-button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }</pre></body></html>