:root {
  --catalog-term-heading--color:#000000;
  --catalog-term-heading--color-hover:#ED1A22;
}

.cookie-banner {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 1000;
  max-width: 600px;
  width: 95%;
  display: flex;
  align-items: center;
  border-style: solid;
  font-size: 16px;
  line-height: 24px;
  font-family: "NunitoSans";
  font-weight: 400;
  gap: 16px;
  background-color: #ffffff;
  padding: 20px;
  border-width: 0;
  border-radius: 8px;
  border-color: transparent;
  color: #8c8c8c;
}

@media (max-width: 767px) {
  .cookie-banner {
    flex-direction: column;
  }
  .cookie-banner a.btn {
    width: 100%;
  }
}