.button:not([disabled]):hover,
.btn:not([disabled]):hover,
.shopify-payment-button__button--unbranded:not([disabled]):hover {
  color: #fff;
}

.header__link-list li summary,
.header__link-list li a {
  font-size: 16px;
}

.predictive-search > div {
  padding: 1rem;
}
.header__logo {
  margin-top: -24px;
}
@media (max-width: 767px) {
  .header__logo {
    margin-top: -12px;
  }
}