.section-product-tabs {
  .container {
    max-width: calc(var(--container-width) - 20px);
  }
  .product-tab {
    background-color: #f5ede2;
    padding: 24px 40px 24px 32px;
    display: none;
    min-height: 400px;
    @media screen and (max-width: 989px) {
      padding: 24px 12px 0;
    }
    &.active {
      display: block;
    }
  }

  .product-tab__title {
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 20px 44px;
    font-size: 18px;
    font-family: Sora;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    margin-right: 6px;
    background-color: rgba(245, 237, 226, 0.4);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #1e1e1e;
    &.active {
      background-color: #f5ede2;
      font-weight: 600;
    }
    @media screen and (max-width: 989px) {
      padding: 12px 9px;
      font-size: 16px;
    }

    &:last-of-type {
      margin-right: 0;
    }
  }

  .product-tab__head {
    display: flex;
    flex-flow: wrap;
    gap: 12px;
    @media screen and (min-width: 990px) {
      min-height: 30px;
    }
    @media screen and (max-width: 989px) {
      width: 100%;
      overflow-x: scroll;
      flex-flow: nowrap;
    }
  }

  .product-tab__item-title {
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
    line-height: 21.51px;
    letter-spacing: 0.26px;
    border: 1px solid #c7c0ba;
    padding: 13px 18px 13px 27px;
    cursor: pointer;
    border-radius: 6px;
    background-color: #fff;
    position: relative;
    color: #2b2b2b;
    transition: all 0.3s ease;
    @media screen and (max-width: 989px) {
      flex: 1 0 auto;
      font-size: 15px;
      padding: 13px 12px 13px 27px;
    }
    &::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 10px;
      transform: translateY(-50%);
      width: 10px;
      height: 10px;
      border-radius: 50%;
      border: 1px solid #c7c0ba;
      transition: all 0.3s ease;
    }
    &.active {
      border-color: var(--color-green);
      font-weight: 500;
      &::after {
        background-color: var(--color-green);
        border-color: var(--color-green);
      }
    }
  }

  .product-tab__text-content {
        display: flex;
        flex-direction: column;
    p {
      margin: 0 0 0px;
      line-height: 32px;
      color: var(--color-black);
      font-weight: 300;
      letter-spacing: 0;

      /* button */
      a {
        justify-content: center;
        align-items: center;
        padding: 0.8rem 3.5rem;
        cursor: pointer;
        font: inherit;
        font-size: 16px;
        text-decoration: none;
        letter-spacing: 0 !important;
        color: var(--color-white);
        transition: box-shadow var(--duration-short) ease;
        -webkit-appearance: none;
        appearance: none;
        background-color: var(--color-green);
        border-radius: 58px;
        border: none;
        transition: background-color 0.3s ease;
        font-weight: 500;
        display: inline-flex;
        text-align: center;
        &:hover {
          background-color: var(--color-lightgreen);
          color: var(--color-white);
        }
      }
    }
    h2,
    h3,
    h4,
    h5,
    h6 {
      margin: 0 0 12px;
      color: var(--color-black);
    }

    h4 {
      font-size: 18px;
      font-weight: 500;
    }
    strong {
      font-weight: 500;
    }

    ul {
      padding-left: 26px;
      color: var(--color-black);
      margin: 0 0 24px;
      li {
        line-height: 32px;
        letter-spacing: 0;
        color: var(--color-black);
        font-weight: 300;
      }
    }

    ol {
      padding-left: 26px;
      color: var(--color-black);
      margin: 0 0 24px;
      list-style: none;
      li {
        line-height: 32px;
        letter-spacing: 0;
        color: var(--color-black);
        font-weight: 300;
        position: relative;
        &::before {
          content: '';
          position: absolute;
          top: 10px;
          left: -25px;
          width: 16px;
          height: 16px;
          background: url(icon-list.svg) no-repeat;
        }
      }
    }

    table {
      margin: 20px 0 30px;
      border: 1px solid var(--color-brown);
      box-shadow: none;
      text-align: left;
      font-size: 16px;
      font-weight: 300;
      color: var(--color-black);
      th {
        font-weight: 400;
      }
      tbody,
      th,
      td,
      tr {
        border: 1px solid var(--color-brown);
        padding: 12px 15px;
      }
    }

    .product-tab--richtext {
      font-size: 16px;
      line-height: 30.5px;
      letter-spacing: 0;
      flex-grow: 5;
      display: flex;
      align-items: flex-end;
      em {
        font-style: normal;
        color: #fbbc05;
        font-size: 18px;
      }
    }
  }

  .product-tab__button {
    margin: 0 0 20px;
    text-align: center;
    @media screen and (max-width: 989px) {
      width: 100%;
    }
  }

  .product-tab__item {
    display: none;
    flex-flow: nowrap;
    gap: 46px;
    width: 100%;
    margin-top: 30px;
    @media screen and (max-width: 989px) {
      flex-flow: column;
      gap: 0;
    }
    &.active {
      display: flex;
    }
  }

  .product-tab__text-content {
    @media screen and (min-width: 990px) {
      width: calc(100% - 552px);
    }
  }

  .product-tab__video-content {
    position: relative;
    @media screen and (min-width: 1280px) {
      margin-top: -32px;
    }
    @media screen and (min-width: 990px) {
      width: 552px;
      flex: 1 0 auto;
    }
    .product-tab__image {
      width: 100%;
      display: block;
      margin-top: 32px;
      margin-bottom: 12px;
    }
    .video-wrapper {
      max-height: 100%;
      width: 100%;
      @media screen and (min-width: 1280px) {
        height: 100%;
        max-height: 456px;
      }
    }

    .play-button {
      @media screen and (min-width: 990px) {
        height: 65px;
        width: 156px;
        font-size: 15px;
        svg {
          width: 32px;
          height: 32px;
        }
      }
    }
  }
}
