/** Shopify CDN: Minification failed

Line 350:1 Expected "}" to go with "{"

**/
.comparison-table {
  max-width: var(--base-max-width);
  padding: 0 20px;
  font-family: Helvetica Neue;
  margin: 0 auto;
  overflow-x: auto;

  &.desktop {
    /* @media (max-width: 767px) {
      display: none;
    } */
  }

  &.mobile {
    display: none;
    border: 1px solid #d3d3d3;
    border-radius: 20px;
    margin: 0 20px;
    @media (max-width: 767px) {
      display: block;
    }
  }

  @media (max-width: 767px) {
    margin-top: 50px;
    padding: 0;
  }

  .heading {
    display: block;
    margin: 0;
    color: #000;
    font-size: 52px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -2px;

    @media (max-width: 767px) {
      max-width: 100%;
      margin-bottom: 30px;
      font-size: 42px;
    }

    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;
  }

  .wrapper {
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    overflow: visible;
    padding: 150px 0 40px;
    margin-bottom: 60px;
    gap: 24px;

    @media (max-width: 767px) {
      overflow-x: auto;
      padding: 0 0 30px;
      gap: 0px;
      width: fit-content;
    }

    .col {
      display: flex;
      flex-direction: column;
      flex: 1;
      padding: 0 0 1px;
      border: 1px solid #d3d3d3;
      border-radius: 20px;
      p {
        &:last-of-type {
          border-bottom-left-radius: 20px;
          border-bottom-right-radius: 20px;
        }
      }

      @media (max-width: 767px) {
        padding: 30px 0px 20px;
        /* width: 350px; */
        border: 0;
        max-width: initial;
        transition: 0.2s;
        background: #fff;

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

        p {
          padding: 12px 15px 12px 15px;
        }
      }

      &:not(:first-child) {
        transition: 0.2s;
        text-align: center;
        /* padding: 12px 15px 12px 15px; */
        p {
          padding: 12px 15px 12px 15px;
          strong {
            font-weight: 700;
          }
        }
        > * {
          justify-content: center;
        }

        /* &:hover {
          box-shadow: 10px 10px 100px #00000026;
          background: #fff;
        }*/
        .item-title.highlighted-text {
          background: var(--base-heading-bg-color);
          color: transparent;
          background-clip: text;
          font-size: 32px;
          letter-spacing: 0;
        }
        .item-title {
          min-height: 42px;
        }
      }

      > * {
        width: 100%;
        display: flex;
        /* align-items: center; */
        padding: 24px 40px;

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

      .item-image {
        text-align: center;
        img {
          mix-blend-mode: darken;
          max-width: 80%;
          max-height: 280px;

          @media (max-width: 767px) {
            max-height: 200px !important;
            margin-top: 0 !important;
          }
        }
      }

      .item-title {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        margin-bottom: 0;
        line-height: 1.3;
        font-family: "Helvetica Neue";
        letter-spacing: 2px;

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

      .item-subtitle {
        color: #000;
        font-weight: 300;
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: 0px;
      }

      p {
        /* border-bottom: 1px solid #dfdfdf; */
        margin: 0;
        color: #000;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.3;
        padding: 12px 15px 12px 40px;

        &:nth-child(even) {
          background-color: #f5f5f5;
        }

        &:last-child {
          border-bottom: none;
        }

        @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%;
          }
        }

        img {
          width: 27px;
        }
      }

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

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

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

      .shop-btn {
        margin-top: 20px;
        justify-content: center;

        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;
          }
        }
      }
    }
  }

  .comparison-row {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 10px 20px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    &:nth-child(even) {
      background-color: #f5f5f5;
    }
    &:last-child {
      border-radius: 0 0 20px 20px;
    }

    .feature-name {
      text-align: left;
      max-width: 40%;
      width: 40%;
    }

    .feature-values {
      border-left: 1px solid #000;
      width: 60%;
      min-width: 60%;
      padding-left: 10px;

      .feature-column {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
      }
    }
  }
}

@media (max-width: 767px) {
  .comparison-table {
    .wrapper {
      .col {
        p {
          padding: 12px 15px;
        }

        &:not(:first-child) {
          .item-title.highlighted-text {
            font-size: 1.25em;
          }
        }
    
        > * {
          padding: 10px 10px;
        }
    }
  }

}