html {
  margin-top: 0 !important;
}
pre {
  color: #dbdada;
}
a {
  color: #a782e9;
}

#wpadminbar {
  display: none;
}
.post__descr {
  color: #fff;
  margin-top: 15px;
  font-size: 14px;
}
.text-center {
  text-align: center;
}
.header__logo img {
  width: auto;
  height: 24px;
}
.btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  height: 24px;
  padding: 0 13px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
}
  .btn:hover {
    cursor: pointer;
  }
  .btn-preorder {
    color: #fff;
    background-color: #f26c2a;
  }
  .btn-new {
    color: #fff;
    background-color: #a782e9;
  }
.tab-header.active {
  background-color: #f26c2a;
}

.owl-carousel .owl-item img {
  display: revert;
}