.elvtd-table-of-specifications {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 150px 0 0;
  @media (max-width: 767px) {
    gap: 30px;
  }
  .table-of-specifications {
    @media (max-width: 767px) {
      padding: 25px 30px 0;
    }
  }

  .heading-wrapper {
    display: block;
    h2{
      span{
      color:transparent;
      background:#F4001C;
      background-clip: text;
    -webkit-background-clip: text;
    text-shadow: 0 0 1px #F4001C; 
      }
    }
    @media (max-width: 767px) {
      max-width: 100%;
      margin-bottom: 30px;
    }

    em {
      font-style: normal;
      font-weight: bold;
      color: #f4001c;
    }
  }

  ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  ::-webkit-scrollbar-thumb {
    background-color: lightgray;
    border-radius: 10px;
  }

  ::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
  }

  * {
    scrollbar-width: thin;
    scrollbar-color: lightgray transparent;
  }

  .blocks-wrapper {
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    overflow: visible;
    

    @media (max-width: 1050px) {
      overflow-x: auto;
      padding: 0 0 30px;
      flex-direction: row;
      align-items: start;
      overflow: initial;
    }
    @media (max-width: 767px) {
      flex-direction: column;
      gap: 30px;
    }

    .table-spec-col {
      display: flex;
      flex-direction: column;
      flex: 1;
      padding: 0 0 40px;
      max-width: 300px;
      position:relative;

      @media (max-width: 767px) {
        padding: 30px 15px 20px;
        width: 100%;
        max-width: initial;
        transition: 0.2s;
        box-shadow: 10px 10px 50px #00000026;
        background: #fff;

        &:first-child {
          display: none;
        }
      }

      &:not(:first-child) {
        transition: 0.2s;
        border-radius: 20px;

        &:hover {
          box-shadow: 10px 10px 100px #00000026;
          background: #fff;
          padding-bottom:90px;
          margin-bottom:-50px!important;
          p {
            border: none !important;
            background: #fff;
          }
          .shop-btn{
            bottom:14px;
          }
        }
      }

      > * {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 12px 15px;

        @media (max-width: 767px) {
          height: auto !important;
          &:not(p) {
            justify-content: center;
            padding-top: 0;
          }
        }
      }

      .item-image {
        img {
          margin:0 auto;
          margin-top: -150px;
          mix-blend-mode: darken;
          max-width: 80%;
          align-self: flex-end;
          @media (max-width: 767px) {
            max-height: 200px !important;
            margin-top: 0 !important;
          }
        }
      }

      .item-title {
        font-size: 1.25em;
        font-style: normal;
        font-weight: 300;
        margin-bottom: 0;
        line-height: 1.5;
        text-align: center;
        justify-content: center;
        padding: 8px;
        &.highlighted{
          color:#F4001C;
          font-size:24px;
        }

        @media (max-width: 767px) {
          font-size: 1.25em;
        }
      }

      .item-price {
        color: #000;
        font-size: 35px;
        line-height: 1.3;
        letter-spacing: -0.7px;
        text-align: center;
        justify-content: center;
        padding: 8px;

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

      p {
        border-bottom: 1px solid #dfdfdf;
        margin: 0;
        padding-bottom: 12px;
        color: #000;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.3;
        padding: 20px 15px;
        flex-direction: column;
        justify-content: center;
        text-align: center;

        strong {
          font-weight: 700;
        }

        &:nth-of-type(even) {
          background: #f6f6f6;
        }

        @media (max-width: 767px) {
          font-size: 14px;
          gap: 20px;
          max-height: 0;
          padding-top: 0;
          padding-bottom: 0;
          overflow: hidden;
          transition: 0.5s;
          border-bottom-width: 0;

          span:first-child {
            flex: 0 0 35%;
          }
        }
        &:first-of-type {
          border-top: 1px solid #d3d3d3;
        }

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

      &.expanded p {
        @media (max-width: 767px) {
          max-height: 180px;
          min-height: fit-content;
          padding-top: 12px;
          padding-bottom: 12px;
          border-bottom-width: 1px;
          margin-top: 0;
        }
      }

      .show-more {
        display: none;
        background: initial;
        border: none;
        outline: none;
        color: #000;
        font-weight: bold;
        font-size: 18px;
        margin: 20px 0 0;

        @media (max-width: 767px) {
          display: flex;
        }
      }

      .shop-btn {
        margin-top: 20px;
        justify-content: center;
        position:absolute;
        bottom:-36px;
        left:0;

        a {
          border-radius: 30px;
          background: #f4001c;
          box-shadow: 0px 0px 50px 0px rgba(255, 21, 21, 0.2);
          color: #fff;
          font-size: 18px;
          font-weight: 700;
          line-height: 1.3;
          letter-spacing: 0;
          padding: 9px 30px;
          border: 2px solid #f4001c;
          text-decoration: none;

          &:hover {
            background: transparent;
            color: #f4001c;
            p {
              background-color: #fff;
            }
          }
        }
      }
      &:first-child {
        p {
          border-left: 1px solid #d3d3d3;
          &:first-of-type {
            border-top-left-radius: 20px;
          }

          &:last-of-type {
            border-bottom-left-radius: 20px;
          }
        }
      }

      &:last-child {
        p {
          border-right: 1px solid #d3d3d3;
          &:first-of-type {
            border-top-right-radius: 20px;
          }

          &:last-of-type {
            border-bottom-right-radius: 20px;
          }
        }
      }
    }
  }
  .button-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
}
.button-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}