.superman-specifications {
  background: #fffaf5;

  .specifications__header {
    padding: 80px 0 0;
    position: relative;
    overflow: hidden;
  }

  .specifications__title h2 {
    margin: 0;
    font-size: 26px;
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Outfit";
    text-align: center;
  }

  .specifications__tabs ul.specifications-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .specifications__tabs ul.specifications-tabs li {
    display: inline-block;
    padding: 15px 25px;
    cursor: pointer;
    font-size: 18px;
    line-height: 20px;
    color: #044042;
    font-weight: 400;
    font-family: Outfit, sans-serif;
    position: relative;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
  }
  @media only screen and (min-width: 768px) {
    .specifications__tabs ul.specifications-tabs li:hover {
      background-color: #d9d9d9;
    }
  }

  .specifications__tabs ul.specifications-tabs li:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    height: 100%;
    width: 2px;
    transform: scaleX(0.5);
    background: #063537;
  }

  .specifications__tabs ul.specifications-tabs li.active {
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    background-color: #044042;
  }

  .specifications__tabs .specifications-tab-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    transition: opacity 0.25s ease-in-out;
    pointer-events: none;
  }

  .specifications__tabs .specifications-tab-content.active {
    max-height: 1000px;
    opacity: 1;
    padding: 40px 0 20px;
    transition: opacity 0.4s ease-in-out;
    pointer-events: auto;
  }

  .specifications__tabs
    .specifications-tab-content.active
    .specifications-tab-content__title {
    margin: 0 0px 70px;
  }

  .specifications__tabs .specifications-tab-content.active .body-3 {
    margin-top: 30px;
    line-height: 1.5;
  }

  .specifications__tabs .specifications-tab-content.active .body-3 p {
    margin: 5px 0;
    line-height: 1.5;
  }

  .specifications__content {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
    padding-bottom: 100px;
  }

  .specifications__tabs,
  .specifications__slider {
    width: 50%;
    width: 100%;
  }

  .specifications__slider--item {
    padding: 0 40px;
  }

  .specifications-pagination {
    position: relative;
    bottom: 0;
  }

  .specifications-swiper-button,
  .image-slider-swiper-button {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s ease;
  }

  .specifications-swiper-button:hover,
  .image-slider-swiper-button:hover {
    background-color: #d9d9d9;
  }

  .specifications-swiper-button.specifications-button-prev,
  .image-slider-swiper-button.image-slider-button-prev {
    left: 10px;
    right: auto;
  }

  .specifications-swiper-button.specifications-button-next,
  .image-slider-swiper-button.image-slider-button-next {
    right: 10px;
    left: auto;
  }

  .image-slider-swiper-button.swiper-button-disabled {
    display: none;
  }

  .specifications-pagination span.swiper-pagination-bullet,
  .image-slider-pagination span.swiper-pagination-bullet {
    background: #b2b2b2;
    border: 1px solid #fff;
    width: 16px;
    height: 16px;
    opacity: 0.5;
    margin: 0 25px !important;
  }

  .specifications-pagination
    span.swiper-pagination-bullet.swiper-pagination-bullet-active,
  .image-slider-pagination
    span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #b2b2b2;
    border: 1px solid #b2b2b2;
    opacity: 1;
  }

  .specifications-tab-content__inner {
    width: 100%;
    display: flex;
  }

  .specifications-tab-content__inner .body-3,
  .specifications__slider {
    width: 50%;
    color: #073537;
  }

  .image__text--slider {
    width: 100%;
    position: relative;
  }

  .image__text--slider--inner {
    padding: 0 40px 30px;
  }

  .image__text--slider--inner .image-slider-pagination {
    bottom: -30px;
    position: relative;
  }

  .image__text--slider .image_title {
    font-family: Outfit, sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin: 20px 0 0;
    text-align: center;
  }

  @media only screen and (max-width: 768px) {
    .specifications__tabs
      .specifications-tab-content.active
      .specifications-tab-content__title {
      margin: 0 0px 20px;
      font-size: 19px;
    }

    .specifications__tabs ul.specifications-tabs li {
      font-size: 16px;
    }

    .specifications-tab-content__inner {
      flex-direction: column-reverse;
    }

    .specifications-tab-content__inner .body-3,
    .specifications__slider {
      width: 100%;
    }

    .specifications__title h2 {
      font-size: 19px;
      color: #1e1e1e;
    }

    .specifications__tabs .specifications-tab-content.active .body-3 p {
      line-height: 30px;
    }

    .specifications__content {
      margin-top: 50px;
      padding-bottom: 0px;
    }

    .specifications__slider--item {
      padding: 0;
      width: 60%;
      margin: 0 auto;
    }

    .image-slider-swiper-button {
      display: none;
    }

    .specifications-pagination span.swiper-pagination-bullet,
    .image-slider-pagination span.swiper-pagination-bullet {
      width: 9px;
      height: 9px;
      margin: 0 10px !important;
    }

    .specifications-swiper-button.specifications-button-prev,
    .image-slider-swiper-button.image-slider-button-prev {
      left: 50px;
    }

    .specifications-swiper-button.specifications-button-next,
    .image-slider-swiper-button.image-slider-button-next {
      right: 50px;
    }

    .image-slider-pagination.swiper-pagination {
      bottom: 0px;
      padding-top: 30px;
    }

    .image__text--slider {
      width: 60%;
      margin: 0 auto;
    }

    .image__text--slider--inner {
      padding-bottom: 50px;
      padding-left: 0;
      padding-right: 0;
    }
  }
}
