.cookie-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: #000;
  padding: 15px;
  color: #fff;
}
.cookie-popup a {
  color: var(--primary-color);
}
.cookie-popup .container {
  max-width: 1200px;
  margin: 0 auto;
}
.cookie-popup .text {
  margin-bottom: 15px;
}
.cookie-popup .action {
  display: flex;
  align-items: center;
}
.cookie-popup .btn {
  padding: 8px 12px;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  background-color: var(--primary-color);
  color: #fff;
  display: block;
  margin-right: 15px;
}
