@charset "UTF-8";


.tab {
 
  position: relative;
}

.tab .msi__container {
  padding: 0 0px;
}

.tab__lucky {
  display: none;
}

.tab__gift {
  display: none;
}

.tab__title {
  color: #000000;
  z-index: 20;
  font-size: var(--mainTxt);
  padding: 10px 0px;
  border-radius: 10px;
  width: 80%;
  margin: auto;
  text-align: center;
  position: relative;
  margin-top: 5%;
}

.tab__title::before {
  content: "[";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 2vw;
}

.tab__title::after {
  content: "]";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 2vw;
}

.tab__subtitle {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 15px;
  border: 2px solid #e5e5e5;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.5);
  width: 80%;
  margin: 3% auto;
  font-size: var(--mainTxt);
}

.tab__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;
  background-color: transparent;
  padding: 30px 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tab__flex--active {
  display: none;
}

.tab__flex--active .tab__flexBox {
  margin: 0;
  width: calc(100% / 3);
}

.tab__flex--active .tab__flexBoxInside-pic {
  display: none;
  cursor: pointer;
}

.tab__flex--active .tab__flexBox-icon {
  display: none;
}

.tab__flexMobile {
  display: none;
  position: fixed;
  top: 0;
  z-index: 100;
  padding: 0;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tab__flexMobile--active {
  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;
}

.tab__flexMobileBox {
  margin: 0;
  width: calc(100% / 2);
  background-color: #272727;
  border-left: 2px solid #ffffff;
}

.tab__flexMobileBox--color {
  background-color: #7f7979;
}

.tab__flexBox {
  position: relative;
  width: 48%;
  margin: 0 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tab__flexBox-icon {
  position: absolute;
  top: unset;
  bottom: -20px;
  left: 50%;
  right: unset;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
  width: 55px;
  opacity: 0;
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
}

.tab__flexBox-icon2 {
  position: absolute;
  top: unset;
  bottom: -98px;
  left: 50%;
  right: unset;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
  width: 100px;
  opacity: 0;
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
}

.tab .select .tab__flexBox-icon2 {
  opacity: 0;
}

.tab .select .tab__flexBox-icon {
  opacity: 1;
}

.tab .select .tab__flexBox {
  -webkit-filter: drop-shadow(0 0 10px #5a5a5a);
  filter: drop-shadow(0 0 10px #5a5a5a);
}

.tab__flexBoxInside {
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
  z-index: 50;
}

.tab__flexBoxInside-pic {
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
  cursor: pointer;
}

.tab__flexBoxInside:hover .tab__flexBoxInside-pic {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: 0.1s cubic-bezier(0, 0.71, 1, 0.93);
  transition: 0.1s cubic-bezier(0, 0.71, 1, 0.93);
}



.tab__flexBoxInside--active {
  border-radius: 0;
  background-color: #272727;
  color: #fff;
}

.tab__flexBoxInside-mobile {
  border-radius: 0;
  color: #fff;
}

.tab__label {
  padding: 5px 5px;
  width: 100%;
  position: relative;
  bottom: 0;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab__label p {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
  display: block;
  text-align: center;
}

.tab__label p span {
  font-size: 14px;
  display: none;
}


  .tab {  
    position: relative;
  }

  .tab .msi__container {
    padding: 0 0px;
  }

  .tab__lucky {
    display: block;
    position: absolute;
    top: -15%;
    right: 0;
    z-index: 60;
  }

  .tab__lucky img {
    width: 170px;
  }

  .tab__gift {
    display: block;
    position: absolute;
    top: 5%;
    left: 0;
    z-index: 60;
  }

  .tab__gift img {
    width: 150px;
  }

  .tab__title {
    /* position: absolute;
    left: 50%;
    top: -22px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); */
    /* background-color: #e3676c; */
    color: #000000;
    z-index: 20;
    font-size: 24px;
    padding: 15px 25px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 5%;
    /* left: calc(50% - 250px);
    transform: skewX(-15deg) */
  }

  .tab__subtitle {
    color: #ffffff;
    background: #bdbdbd;
    text-align: center;
    padding: 15px;
    border: 2px solid #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.5);
    width: 80%;
    margin: 3% auto;
    font-size: 24px;
  }

  /*  .tab__title span {
    transform: skewX(15deg);
  } */
  .tab__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;
    /* background-color: #d8cfbe; */
    padding: 60px 100px;
  }

  .tab__flexBox {
    position: relative;
    width: 48%;
    margin: 0 20px;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
  }

  .tab__flexBox:hover {
    cursor: pointer;
  }

  .tab__flexBox-icon {
    position: absolute;
    top: unset;
    bottom: -39px;
    left: 50%;
    right: unset;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10;
    width: 100px;
    opacity: 0;
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
  }

  .tab__flexBox:hover .tab__flexBox-icon {
    opacity: 1;
  }

  .tab__flexBox:hover .tab__flexBox-icon {
    /* opacity: 0.5; */
  }

  .tab__flexBox-icon2 {
    position: absolute;
    top: unset;
    bottom: -98px;
    left: 50%;
    right: unset;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10;
    width: 100px;
    opacity: 0;
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
  }

  .tab__flexBox:hover .tab__flexBox-icon2 {
    opacity: 1;
  }

  .tab .select .tab__flexBox-icon2 {
    opacity: 1;
  }

  .tab .select .tab__flexBox-icon {
    opacity: 1;
  }

  .tab .select .tab__flexBox {
    -webkit-filter: drop-shadow(0 0 10px #5a5a5a);
    filter: drop-shadow(0 0 10px #5a5a5a);
  }

  .tab__flexBoxInside {
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
    z-index: 50;
  }

  .tab__flexBoxInside-pic {
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
  }

  .tab__flexBoxInside:hover .tab__flexBoxInside-pic {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /* opacity: 0.3; */
    -webkit-transition: 0.1s cubic-bezier(0, 0.71, 1, 0.93);
    transition: 0.1s cubic-bezier(0, 0.71, 1, 0.93);
  }

  .tab__flexBoxInside:hover .tab__label {
    /* background-color: transparent; */
  }

  .tab__label {
    background-color: #fff;
    padding: 10px 20px 15px;
    width: 100%;
    position: absolute;
    bottom: 0;
    min-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
    /* text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; */
  }

  .tab__label p {
    font-size: 20px;
    font-weight: bolder;
    padding-bottom: 8px;
    display: block;
  }

  .tab__label p span {
    font-size: 14px;
    display: block;
  }
}

@media (min-width: 1300px) {
  .tab__lucky {
    top: -35%;
  }

  .tab__lucky img {
    width: 240px;
  }

  .tab__gift {
    top: -10%;
  }

  .tab__gift img {
    width: 150px;
  }
}

@media (min-width: 1600px) {
  .tab__lucky {
    top: -44%;
  }

  .tab__lucky img {
    width: 260px;
  }

  .tab__gift {
    top: -20%;
  }

  .tab__gift img {
    width: 200px;
  }
}

/*  .sec3 {
  background: url("../images/tab-bg.png") no-repeat bottom center;
  background-size: cover;
} */

.sec3__title {
  display: none;
  color: #000;
  font-weight: 700;
  max-width: 1000px;
  margin: auto;
  padding-bottom: 30px;
}

.sec3__title--active {
  display: block;
  text-align: center;
}

.sec3__intro {
  display: none;
}

.sec3__intro--active {
  display: block;
  text-align: center;
}

/*  .hatch {
    padding-bottom: 40px;
} */

.hatch__container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.hatch__slider {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sec3 .hatch__box {
  position: relative;
  background: url(https://storage-asset.msi.com/event/2024/CND/black-friday-deals/images/pd-bg.jpg);
  background-size: contain;
  z-index: 20;
}

@media (min-width: 960px) {
  .sec3 .hatch__box {
    background-size: cover;
  }
  /*  .hatch {
        padding-bottom: 40px;
    } */
}

.sec3 .hatch__box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #fff, transparent);
  z-index: -1;
}

@media (min-width: 960px) {
  .sec3 .hatch__box {
    background: linear-gradient(to left, #fff, transparent);
  }
}

.hatch__box {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  margin: 20px 0;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
    rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.sec4 .hatch__box {
  position: relative;
  width: 100%;
  background-color: transparent;
  margin: 20px 0;
  padding: 10px;
  box-shadow: none;
}

.hatch__flexBoxPic {
  width: 100%;
  padding: 10px;
  margin: 0 auto;
}

.hatch__flexBoxPic-product {
  text-align: center;
}

.sec4 .hatch__flexBoxPic {
  background: #cecece;
  border: 2px solid #968451;
  border-radius: 15px;
  box-shadow: #968451 0px 0px 10px;
  margin: 10px 4px;
  border: 2px solid transparent;
  border-radius: 30px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #cecece),
    linear-gradient(
      130deg,
      #a47a1e,
      #d3a84c,
      #ffd87c,
      #e6be69,
      #ffd87c,
      #ffec94,
      #956d13
    );
}

.sec4 .hatch__flexBoxPic-product {
  margin-bottom: 0%;
  width: 100%;
}

.hatch__flexBoxPic-toplogo {
  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: flex-start;
  margin-bottom: 10px;
  height: 50px;
}

.hatch__flexBoxPic-toplogo img {
  height: 50px;
  margin: 0 5px;
}

.hatch__flexBoxPic-bottomlogo {
  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: flex-start;
  margin-top: 10px;
}

.hatch__flexBoxPic-bottomlogo img {
  height: 60px;
}

.hatch__flexBoxTxt {
  width: 100%;
}

.hatch__flexBoxTxt-title {
  font-weight: bolder;
  font-size: 20px;
}

.sec4 .hatch__flexBoxTxt-title {
  text-align: left;
  color: #000000;
  margin-bottom: 3%;
}

.hatch__flexBoxTxt ul,
.hatch__flexBoxTxt li {
  font-size: 15px;
  /* list-style: disc; */
  margin: 5px 0;
}
  .hatch__flexBoxTxt li {
    border-bottom: 1px solid rgba(149, 131, 80, 0.6);
    padding: 5px 0;
  }
.hatch__flexBoxTxt-note {
  border: 1px solid #4f4f4f;
  padding: 3px 5px;
  margin: 5px 0 0;
  /* display: inline-block; */
  display: none;
}

.hatch__flexBoxTxt-price {
  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: 20px 0;
}

.hatch__flexBoxTxt-price del {
  display: block;
  font-size: 15px;
  margin-right: 10px;
}

.hatch__flexBoxTxt-price span {
  font-weight: bolder;
  font-size: 25px;
  line-height: 1;
}
.hatch__priceFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
  flex: 1;
  margin-top: 10px;
}
.hatch__priceBox del{
  color: #a08750;
}
.hatch__buyNowBtn {
  text-align: center;
  cursor: pointer;
  margin-top: 4%;
  width: 60%;
}

.hatch__buyNowBtn-buynow {
  position: relative;
  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;
  font-size: 16px;
  border: 2px solid transparent;
  border-radius: 30px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #000000, #221e1f),
    linear-gradient(
      130deg,
      #a47a1e,
      #d3a84c,
      #ffd87c,
      #e6be69,
      #ffd87c,
      #ffec94,
      #956d13
    );

  color: var(--primary-color);
  padding: 8px 13px;
  font-size: clamp(1rem, 1vw, 1.1rem);
}
.hatch__buyNowBtn-buynow:hover {
  box-shadow: 0 0 5px #d3a84c, 0 0 10px #d3a84c;
  color: #fff;
}
.hatch__buyNowBtn-buynow img {
  width: 25px;
  margin-left: 10px;
}

.hatch__buyNowBtn-buynow:before,
.hatch__buyNowBtn-buynow:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hatch__buyNowBtn-buynow:before {
  height: 0%;
  width: 2px;
}

.hatch__buyNowBtn-buynow:after {
  width: 0%;
  height: 2px;
}

.hatch__buyNowBtn-buynow:hover:before {
  height: 100%;
}

.hatch__buyNowBtn-buynow:hover:after {
  width: 100%;
}

.hatch__buyNowBtn-buynow span:before {
  width: 2px;
  height: 0%;
}

.hatch__buyNowBtn-buynow span:after {
  width: 0%;
  height: 2px;
}

.hatch__buyNowBtn-buynow:hover span:before {
  height: 100%;
}

.hatch__buyNowBtn-buynow:hover span:after {
  width: 100%;
}

.hatch__buyNowBtn-buynow span:before,
.hatch__buyNowBtn-buynow span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hatch__buyNowBtn-buynow--businessMonitor {
  background: #a5a5a5;
}

.hatch__buyNowBtn-buynow--businessMonitor:before,
.hatch__buyNowBtn-buynow--businessMonitor:after {
  background: #a5a5a5;
}

.hatch__buyNowBtn-buynow--businessMonitor:hover span {
  color: #a5a5a5;
}

.hatch__buyNowBtn-buynow--businessMonitor span:before,
.hatch__buyNowBtn-buynow--businessMonitor span:after {
  background: #a5a5a5;
}

.hatch__buyNowBtn-buynow--businessDesktop {
  background: #bed7d1;
}

.hatch__buyNowBtn-buynow--businessDesktop:before,
.hatch__buyNowBtn-buynow--businessDesktop:after {
  background: #bed7d1;
}

.hatch__buyNowBtn-buynow--businessDesktop:hover span {
  color: #bed7d1;
}

.hatch__buyNowBtn-buynow--businessDesktop span:before,
.hatch__buyNowBtn-buynow--businessDesktop span:after {
  background: #bed7d1;
}

.hatch__buyNowBtn-buynow--allinOnePcs {
  background: #bf9e71;
}

.hatch__buyNowBtn-buynow--allinOnePcs:before,
.hatch__buyNowBtn-buynow--allinOnePcs:after {
  background: #bf9e71;
}

.hatch__buyNowBtn-buynow--allinOnePcs:hover span {
  color: #bf9e71;
}

.hatch__buyNowBtn-buynow--allinOnePcs span:before,
.hatch__buyNowBtn-buynow--allinOnePcs span:after {
  background: #bf9e71;
}
.hatch__priceBox span {
  font-size: clamp(2rem, 1.8vw, 2.5rem);
  color: #000;
}
.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;
}

.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((100% / 2) - 20px);
  margin: 10px;
  background: #ffffff8a;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.hatch__tc {
  text-align: center;
}

.hatch__tc span {
  text-decoration: underline;
  cursor: pointer;
}

@media (min-width: 996px) {

  .hatch__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .hatch__box {
    position: relative;
    width: calc((100% / 2) - 20px);
    margin: 20px 0;
    padding: 10px;
  }

  .hatch__box--businessMonitor {
    background-image: url("https://storage-asset.msi.com/event/2023/UK/2023-easter-offer-laptop/images/gaming-bg.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
  }

  .hatch__box--businessDesktop {
    background-image: url("https://storage-asset.msi.com/event/2023/UK/2023-easter-offer-laptop/images/cc-bg.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
  }

  .hatch__box--allinOnePcs {
    background-image: url("https://storage-asset.msi.com/event/2023/UK/2023-easter-offer-laptop/images/bp-bg.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
  }

  .hatch__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .hatch__flexBoxPic {
    width: 45%;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
  }

  .sec4 .hatch__flexBoxPic-product {
    margin-bottom: 0%;
    width: 100%;
  }

  .sec4 .hatch__flexBoxPic {
    width: calc(100% / 4 - 10px);
    padding: 20px;
    margin: 4px;
  }

  .hatch__flexBoxPic-toplogo img {
    width: 50px;
    margin: 0 5px;
  }

  .hatch__flexBoxPic-bottomlogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: none;
  }

  .hatch__flexBoxPic-bottomlogo img {
    height: 60px;
  }

  .hatch__flexBoxTxt {
    width: 100%;
  }

  .hatch__flexBoxTxt-title {
    font-weight: bolder;
    font-size: 21px;
  }

  .hatch__flexBoxTxt ul,
  .hatch__flexBoxTxt li {
    font-size: 15px;
  }

  .hatch__flexBoxTxt li:nth-last-of-type(1) {
    border: 0;
  }
  .hatch__flexBoxTxt-price {
    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;
  }

  .hatch__flexBoxTxt-price del {
    display: block;
    font-size: 16px;
    margin-right: 10px;
  }

  .hatch__flexBoxTxt-price span {
    font-weight: bolder;
    font-size: 32px;
  }

  .hatch__buyNowBtn {
    text-align: center;
    cursor: pointer;
    margin-top: 4%;
  }

  .hatch__buyNowBtn-buynow img {
    width: 25px;
    margin-left: 10px;
  }

  .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;
  }

  .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((100% / 2) - 20px);
    margin: 10px;
    background: #ffffff8a;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .hatch__tc {
    text-align: center;
  }

  .hatch__tc span {
    text-decoration: underline;
    cursor: pointer;
  }
}

@media (min-width: 1600px) {
  .hatch__flexBoxTxt-price del {
    font-size: 20px;
  }

  .hatch__flexBoxTxt-price span {
    font-size: 40px;
  }
}

.popout {
  background: #363129d6;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  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;
}

.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;
  width: auto;
}

.subtab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.subtab .subtab__itembox {
  margin: 10px;
  position: relative;
  width: auto;
  cursor: pointer;
  border-radius: 8px;
}

.subtab .subtab__itembox .subtab__text {
  transition: 0.2s;
  padding: 10px 20px;
  text-align: center;
  display: none;
}

.secondTab .secondTab__second {
  background: #f9d7e3;
  color: #636363;
}

.secondTab .subtab__itembox:hover .subtab__text {
  background: #a07081;
  color: #f9d7e3;
  border-radius: 8px;
}

.secondTab .subtab__itembox .subtab__text.active {
  background: #9a4d69;
  color: #ffffff;
  border-radius: 8px;
}

.thirdTab .thirdTab__third.active {
  background: #9a4d69;
  color: #fff;
}

.thirdTab .thirdTab__third {
  background: #f9d7e3;
  color: #636363;
  transition: 0.2s;
}

.thirdTab .thirdTab__third:hover {
  background: #a07081;
  color: #f9d7e3;
  border-radius: 8px;
}

.fourthTab .fourthTab__fourth {
  display: none;
  background: #ccc;
  position: relative;
  margin: 1%;
  color: #000;
  padding: 10px 10px;
  text-align: center;
  width: auto;
  min-width: 100px;
  cursor: pointer;
  border-radius: 8px;
}

.fourthTab .fourthTab__fourth.active {
  background-color: #47a0c9;
  color: #ffffff;
}

.subtab .subtab__itembox .subtab__text {
  padding: 10px 20px;
  text-align: center;
}

.subtab__itembox-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

@media (min-width: 996px) {
  .subtab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .subtab .subtab__itembox {
    margin: 10px;
    position: relative;
    width: calc(100% / 7);
  }

  .subtab__itembox-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .fourthTab .fourthTab__fourth {
    background: #ffffff;
    position: relative;
    margin: 1%;
    color: #555555;
    padding: 10px 10px;
    text-align: center;
    width: auto;
    transition: 0.2s;
  }

  .fourthTab .fourthTab__fourth:hover {
    background: #9dd5f7;
    color: #fff;
  }
}

.hatch__buynows > p {
  display: none;
}

.eligible {
  position: relative;
  padding: 5% 0;
}
.eligible__wrapper {
  position: relative;
  z-index: 10;
}
.eligible__wrapper-pdLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 20px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (min-width: 996px) {
  .eligible__wrapper-pdLine {
    gap: 50px;
  }
}
.eligible__wrapper-pdLine .itemBox {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  width: calc(100% / 2);
  margin-top: 5%;
}
@media (min-width: 996px) {
  .eligible__wrapper-pdLine .itemBox {
    width: calc(100% / 4);
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(27, 16, 124, 0.6), 0 0 5px rgba(27, 16, 124, 0.6);
  }
}
.eligible__wrapper-pdLine .itemBox:hover {
  cursor: pointer;
}

.eligible__wrapper-pdLine .itemBox h4 {
  position: relative;
  color: rgb(121, 121, 121);
  font-size: clamp(1.2rem, 2vw , 1.5rem);
  text-align: center;
  background: #3f3f3f;
  z-index: 10;
  text-transform: uppercase;
  padding: 5px 20px;
}
@media (min-width: 996px) {
  .eligible__wrapper-pdLine .itemBox h4 {
   
    padding: 5px 20px;
  }
}
.eligible__wrapper-pdLine .itemBox.active::before {
  background: rgba(255, 255, 255, 0.63);
}
.eligible__wrapper-pdLine .itemBox.active {
  /* box-shadow: 0 0 5px rgba(255, 255, 255, 0.6), 0 0 5px rgba(255, 255, 255, 0.6); */
}
.eligible__wrapper-pdLine .itemBox.active h4 {
  background: #f9d88b;
  color: #171415;
}
