* {
  font-family: Montserrat !important;
}
.section-header {
  grid-template-columns: auto;
  .h2 {
    text-align: center;
    margin: 0 !important;
    &::before {
      content: none !important;
    }
  }
}
[data-section='section-mystery-box'] {
  z-index: 2;
  position: relative;
  padding-top: 0;
  padding-bottom: 0px;
  picture,
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
    .title_1 {
      .h2 {
        font-weight: 600;
        font-size: 40px !important;
        line-height: 49px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 8px !important;
        color: #fff !important;
      }
    }
    .title_2 {
      .h2 {
        font-weight: 500;
        font-size: 26px !important;
        line-height: 32px;
        text-align: center;
        text-transform: capitalize !important;
        margin-bottom: 8px !important;
        color: #fff !important;
      }
    }
    .title_3 {
      .h2 {
        font-weight: 400;
        font-size: 18px !important;
        line-height: 22px;
        text-align: center;
        text-transform: none !important;
        color: #fff !important;
      }
    }
  }
  .mystery-box-swiper {
    width: 100%;

    .swiper-slide {
      position: relative;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: opacity 0.3s ease;
    }
    .swiper-slide-active {
      opacity: 1;
    }
    .slide-content {
      border-radius: 25px;
      text-align: center;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      color: inherit;
      overflow: hidden;
      .slide-img {
        width: 100%;
      }
      .slide-info {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 50px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        color: #ffffff;
        .slide-price {
          font-weight: 900;
          font-size: 80px;
          line-height: 1.5em;
          text-transform: uppercase;
        }
        .slide-title_1 {
          font-weight: 600;
          font-size: 40px;
          line-height: 100%;
          text-transform: uppercase;
          margin-bottom: 4px;
        }
        .slide-title_2 {
          font-family: Montserrat;
          font-weight: 600;
          font-size: 26px;
          line-height: 100%;
          text-transform: capitalize;
          margin-left: 2px;
        }
        .quick-buy {
          margin-top: 38px;
          .button {
            border-radius: 50px;
            padding: 13px 28px;
            font-weight: 700;
            font-size: 16px;
            line-height: 20px;
            text-align: center;
            text-transform: uppercase;
            background: #e20612;
            color: #fff !important;
          }
        }
      }
    }

    .swiper-button-prev,
    .swiper-button-next {
      color: #818181;
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      background: #d9d9d9;
      top: calc(50% - 40px);
      transform: translateY(-50%);
      &::after {
        width: 10px;
        height: 20px;
        font-size: 20px;
      }
      &.swiper-button-disabled {
        display: none;
      }
    }

    .swiper-button-prev {
      left: 20%;
    }
    .swiper-button-next {
      right: 20%;
    }

    .swiper-pagination-bullet-active {
      background: #e20612 !important;
    }

    .swiper-pagination {
      position: relative;
      margin-top: 40px;
      .swiper-pagination-bullet {
        width: 300px;
        height: 10px;
        border-radius: 50px;
        background: #d9d9d9;
      }
    }
  }
}

@media screen and (max-width: 1200px) {
  #main.anchor [data-section='section-mystery-box'] {
    .mystery-box-swiper {
      .slide-content {
        .slide-info {
          padding: 0 18px;
          .slide-price {
            font-size: 36px;
            line-height: 44px;
            background: linear-gradient(180deg, #e3dc73 0%, #ffc800 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
          }
          .slide-title_1 {
            font-weight: 900;
            font-size: 18px;
            line-height: 22px;
            margin-bottom: 2px;
          }
          .slide-title_2 {
            font-size: 13px;
            line-height: 16px;
            margin-left: 1px;
          }
          .quick-buy {
            .pointer-fine\:hidden {
              display: none !important;
            }
            .pointer-coarse\:hidden {
              display: block !important;
            }
            margin-top: 18px;
            .button {
              border-radius: 50px;
              padding: 8px 12px;
              font-size: 13px;
            }
          }
        }
      }
    }
  }
}

@media screen and (max-width: 750px) {
  #main.anchor [data-section='section-mystery-box'] {
    /* padding-bottom: 60px; */

    .title {
      padding: 0 32px;
      margin-bottom: 12px;
      .title_1 {
        max-width: 208px;
        margin: 0 auto;
        .h2 {
          font-size: 28px !important;
          line-height: 1em;
          margin-bottom: 12px !important;
        }
      }
      .title_2 {
        max-width: 304px;
        margin: 0 auto;

        .h2 {
          font-size: 14px !important;
          line-height: 17px;
          margin-bottom: 8px !important;
        }
      }
      .title_3 {
        max-width: 319px;
        margin: 0 auto;

        .h2 {
          font-size: 12px !important;
          line-height: 16px;
        }
      }
    }
    .mystery-box-swiper {
      width: 100%;
      padding-bottom: 0;
      .swiper-slide {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: opacity 0.3s ease;
      }
      .swiper-slide-active {
        opacity: 1;
      }
      .slide-content {
        border-radius: 15px;
        text-align: center;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: inherit;
        overflow: hidden;
        .slide-img {
          width: 100%;
        }
      }

      .swiper-button-prev,
      .swiper-button-next {
        color: #818181;
        width: 25px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background: #d9d9d9;
        top: calc(50%);
        transform: translateY(-50%);
        font-weight: 600;
        &::after {
          width: 5px;
          height: 10px;
          font-size: 12px;
        }
        &.swiper-button-disabled {
          display: none;
        }
      }

      .swiper-button-prev {
        left: 6px;
      }
      .swiper-button-next {
        right: 6px;
      }

      .swiper-pagination-bullet-active {
        background: #e20612 !important;
      }

      .swiper-pagination {
        position: relative;
        margin-top: 16px;
        .swiper-pagination-bullet {
          width: 90px;
          height: 3px;
          border-radius: 50px;
          background: #d9d9d9;
        }
      }
    }
  }
}
