/*.btn .quantity {position: absolute;top: 0px;background-color: #23F7dd;right: -23px;padding: 6px;border-radius: 30px 3px / 70px;}
.btn .quantity.red {background-color: #DB1E55;}
.btn .quantity.green {background-color: #90cf2c;}
.btn .quantity.orange {background-color: #efa615;}
.btn.btn-black {background-color: #222222;}*/
.nft .points {
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-weight: bold;
  padding: 1rem 0.5rem 0.5rem;
}

.ribbon {
  width: 60px;
  max-height: 30px;
  font-size: 14px;
  padding: 4px;
  position: absolute;
  right: -25px;
  top: -12px;
  text-align: center;
  border-radius: 25px;
  transform: rotate(20deg);
  background-color: var(--btn-color);
  color: white;
  overflow: hidden;
}
.ribbon.icon {
  width: 34px;
  max-height: unset;
  height: 34px;
  font-size: 24px;
  right: -10px;
  border-radius: 22px;
  background-color: var(--btn-color);
  transform: rotate(0deg);
}

.btn[data-bonus]:not(.btn-big, .btn-withcolor) {
  padding: 0rem 0rem 0rem 1.5rem;
  --btn-color: #222222;
}
.btn[data-bonus].btn-withcolor {
  padding: 0rem 0rem 0rem 1.5rem;
}

.btn.disabled[data-bonus] {
  background-color: rgba(0, 0, 0, 0);
}
.btn[data-bonus]:hover {
  padding: 0rem 0rem 0rem 1.5rem;
}
.btn.btn-big.disabled[data-bonus] {
  background-color: unset;
}
.btn.btn-big[data-bonus]:hover {
  padding: unset;
}
.btn .quantity {
  background-color: var(--btn-color);
  line-height: 1.8;
  height: 2.25rem;
  padding-right: 7px;
  padding-left: 7px;
  position: relative;
  margin-left: 18px;
  border-radius: 0px 6px 6px 0px;
}
.mobile .btn .quantity {
  line-height: 2.2;
}
.btn.btn-big.disabled[data-bonus] {
  background-color: unset;
}
.btn.btn-big[data-bonus]:hover {
  padding: unset;
}
.btn.btn-big .quantity {
  width: unset;
  max-height: unset;
  font-size: 16px;
  padding: 4px 10px;
  position: absolute;
  right: -0.5rem;
  top: -0.8em;
  text-align: center;
  border-radius: 25px;
  transform: rotate(0deg);
  background-color: var(--btn-color);
  color: white;
  line-height: unset;
  height: unset;
  margin-left: 0px;
  z-index: 5;
}
.mobile .btn.btn-big .quantity {
  line-height: unset;
}

.ant-font {
  font-family: "Luckiest Guy", cursive;
  font-variant: petite-caps;
}

h1 .btn-square,
h2 .btn-square,
h3 .btn-square {
  margin-right: 1em;
}

@media (min-width: 1100px) {
  .btn.btn-big .quantity {
    font-size: 20px;
  }
}
[data-menu-state="close"] .dropdownActions {
  visibility: hidden;
  display: none;
}
[data-menu-state="open"] .dropdownActions {
  visibility: unset;
  display: grid;
}

.glow {
  overflow: hidden;
}
.glow.glow-layout {
  position: absolute;
  width: 100%;
  height: 100%;
}
.glow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
}

.glow::after {
  content: "";
  display: block;
  position: absolute;
  width: 40%;
  height: 200%;
  background: rgba(255, 255, 255, 0.2);
  top: -100%;
  filter: blur(6px);
  transform: rotate(45deg) translate(-450%, 0);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.glow:hover::after,
.glow.glowing::after {
  transform: rotate(45deg) translate(450%, 0);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
