.buy {
  z-index: 100;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
}
.buy-bg {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
.buy:not(.buy--active) {
  display: none;
}
.buy__close {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.buy__close:before {
  content: "X";
  font-size: 24px;
  font-family: Arial, sans-serif;
}

/*# sourceMappingURL=buy.css.map */
