.buyNow {
  position: relative;
  background-position: center top;
  background-repeat: repeat;
  z-index: 8;
  color: #000;
  padding: 5% 0;
}
.buyNow img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.buyNow .sec3 {
  position: relative;
  border: 4px solid transparent;
  border-radius: 16px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(120deg, #eb0079, #c219f2, #0599df, #1ff9fd);
  padding: 3%;
  position: relative;
  z-index: 2;
}
.buyNow .sec3__title {
  display: none;
  padding-bottom: 2vw;
  text-align: center;
}
.buyNow .sec3__title.select {
  display: block;
}
.buyNow .sec3__title--active {
  display: block;
}
.buyNow .sec3 h3 {
  font-weight: normal;
  color: #fff;
}
.buyNow .selectarea__filter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 996px) {
  .buyNow .selectarea__filter-box {
    margin: 0 0 20px;
  }
}
.buyNow .selectarea__filter-item {
  padding: 10px;
  margin: 5px;
  border-radius: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: bolder;
  width: 46%;
  border: 2px solid transparent;
  border-radius: 10px;
  background-clip: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#251b60), to(#0a0b30)), -webkit-gradient(linear, left top, left bottom, from(rgba(200, 42, 191, 0.5)), to(rgba(163, 33, 160, 0.5)));
  background-image: linear-gradient(to bottom, #251b60, #0a0b30), linear-gradient(to bottom, rgba(200, 42, 191, 0.5), rgba(163, 33, 160, 0.5));
  padding: 5px 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (min-width: 996px) {
  .buyNow .selectarea__filter-item {
    width: 14.2857142857%;
    margin: 10px 5px;
  }
}
.buyNow .selectarea__filter-item:hover {
  cursor: pointer;
  color: #fff;
  -webkit-box-shadow: inset 0 0 50px rgba(200, 42, 191, 0.3), 0 0 8px #c82abf;
          box-shadow: inset 0 0 50px rgba(200, 42, 191, 0.3), 0 0 8px #c82abf;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.buyNow .selectarea__filter-item--active {
  color: #fff;
  -webkit-box-shadow: inset 0 0 30px rgba(200, 42, 191, 0.7), 0 0 8px #c82abf;
          box-shadow: inset 0 0 30px rgba(200, 42, 191, 0.7), 0 0 8px #c82abf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#251b60), to(#0a0b30)), -webkit-gradient(linear, left top, left bottom, from(#c82abf), to(#a321a0));
  background-image: linear-gradient(to bottom, #251b60, #0a0b30), linear-gradient(to bottom, #c82abf, #a321a0);
}
.buyNow .selectarea__filter-item--active:hover {
  cursor: default;
  border: 2px solid transparent;
  border-radius: 10px;
  background-clip: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#251b60), to(#0a0b30)), -webkit-gradient(linear, left top, left bottom, from(#c82abf), to(#a321a0));
  background-image: linear-gradient(to bottom, #251b60, #0a0b30), linear-gradient(to bottom, #c82abf, #a321a0);
}
.buyNow .hatch__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.buyNow .hatch__slider .hatch__box {
  position: relative;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
}
@media (min-width: 996px) {
  .buyNow .hatch__slider .hatch__box {
    width: 50%;
  }
}
@media (min-width: 996px) {
  .buyNow .hatch__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}
.buyNow .hatch__flexBoxPic {
  padding: 10px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 996px) {
  .buyNow .hatch__flexBoxPic {
    width: 50%;
  }
}
.buyNow .hatch__flexBoxPic-product {
  max-width: 200px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  position: relative;
}
@media (min-width: 996px) {
  .buyNow .hatch__flexBoxPic-product {
    width: 100%;
    max-width: 250px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.buyNow .hatch__flexBoxPic-toplogo {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (min-width: 996px) {
  .buyNow .hatch__flexBoxPic-toplogo {
    position: relative;
  }
}
.buyNow .hatch__flexBoxPic-toplogo img {
  width: 35px;
}
@media (min-width: 996px) {
  .buyNow .hatch__flexBoxPic-toplogo img {
    width: 50px;
  }
}
.buyNow .hatch__flexBoxPic-bottomlogo {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  margin: 5px 0;
  text-align: center;
}
.buyNow .hatch__flexBoxPic-bottomlogo img {
  max-width: 150px;
  margin: 0 auto;
  width: 100%;
}
.buyNow .hatch__flexBoxTxt {
  width: 100%;
}
@media (min-width: 996px) {
  .buyNow .hatch__flexBoxTxt {
    width: 60%;
    text-align: left;
  }
}
.buyNow .hatch__flexBoxTxt-title {
  font-weight: bolder;
  font-size: 20px;
  text-align: left;
}
.buyNow .hatch__flexBoxTxt ul {
  font-size: 14px;
  list-style: disc;
  margin: 3px 0 20px 10px;
  text-align: left;
}
.buyNow .hatch__flexBoxTxt ul li {
  font-size: 14px;
  list-style: disc;
  margin: 3px 0 3px 10px;
}
.buyNow .hatch__flexBoxTxt-note {
  border: 1px solid #4f4f4f;
  padding: 3px 5px;
  display: inline-block;
}
.buyNow .hatch__flexBoxTxt-price {
  text-align: right;
  margin-top: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin: 10px 0;
}
.buyNow .hatch__flexBoxTxt-price span {
  font-size: 42px;
  line-height: 1.1;
}
.buyNow .hatch__flexBoxTxt-price del {
  font-size: 16px;
  text-decoration: line-through;
  min-height: 21px;
  display: block;
}
.buyNow .hatch__buyNowBtn {
  text-align: center;
  cursor: pointer;
}
.buyNow .hatch__buyNowBtn-buynow {
  margin-top: 1.5vw;
  text-align: center;
  display: block;
  border: 2px solid transparent;
  border-radius: 30px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(45deg, #fff, #fff), linear-gradient(to right, #eb0079, #c219f2, #0599df, #1ff9fd);
}
.buyNow .hatch__buyNowBtn-buynow span {
  background: #000;
  display: inline-block;
  padding: 5px 25px;
  text-align: center;
  font-size: var(--text-lg);
  border: 3px solid transparent;
  cursor: pointer;
  font-weight: bolder;
  text-transform: uppercase;
  background: -webkit-linear-gradient(left, #eb0079, #c219f2, #0599df, #1ff9fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #000;
}
.buyNow .hatch__buyNowBtn-buynow span:hover {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  text-shadow: 0 0 0px #000, 0 0 5px #d399fb, 0 0 10px #c219f2, 0 0 20px #1ff9fd;
}
.buyNow .hatch__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 280px;
  overflow-y: auto;
  margin-bottom: 10px;
}
.buyNow .hatch__icon-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  width: calc(50% - 20px);
  margin: 10px;
  background: rgba(255, 255, 255, 0.541176);
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.popout {
  background: rgba(54, 49, 41, 0.8392156863);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0;
}
.popout__block {
  position: relative;
  max-width: 760px;
  background: #7e7e7e;
  background-size: 100% 100%;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px;
  max-height: 70vh;
  overflow: auto;
}
.popout__block-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  cursor: pointer;
  z-index: 100;
}
.popout__dm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 30vh;
  padding: 70px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.popout__dm a {
  width: 100%;
  background: #ffffff;
  color: #000000;
  text-align: center;
  border-radius: 5px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px;
}
.popout__dm a img {
  height: 50px;
}/*# sourceMappingURL=wtb.css.map */