.pdp-specs-section {
  text-transform: uppercase;

  li {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 0;
  }

  table,
  thead,
  tbody,
  th,
  tr,
  td,
  table th:first-child,
  table tr:first-child,
  table td:first-child {
    border: 0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    background: transparent;
  }

  th {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    vertical-align: bottom;
    padding-top: 15px;

    @media(max-width: 900px) {
      padding-bottom: 10px;
      font-size: 16px;
      font-weight: bold;
    }

  }

  tr:nth-child(3) > th:nth-child(2) {
    @media(min-width: 901px) {
      padding-top: 50px;
    }
  }

  tbody {
    td {
      text-align: center;
      font-weight: 900;
      font-size: 45px;
      height: fit-content;
      min-height: 60px;
      vertical-align: top;
      padding-block: 20px;

      @media(max-width: 900px) {
        font-size: 25px;
      }

    }

    tr {
      @media(max-width: 900px) {
        &:nth-of-type(2n +1) {
          padding-top: 20px;
          border-top: 1px solid #a4a4a4;
        }

        &:last-of-type {
          border-bottom: 1px solid #a4a4a4;
        }
      }
    }

    td:nth-last-child(2) {
      display: grid;
      gap: 5px;

      small,
      span:last-child {
        font-size: 18px;

      }

      span:not(:last-child) {
        @media(min-width: 900px) {
          line-height: 54px;
        }
      }

      span:last-child {
        font-weight: bold;
        color: #a4a4a4;
      }
    }
  }

  .desktop {
    @media(max-width: 900px) {
      display: none;

    }
  }

  .mobile {
    @media(min-width: 900px) {
      display: none;

    }
  }

  td.mobile {
    @media(min-width: 900px) {
      display: none!important;

    }
  }
}
