/** Shopify CDN: Minification failed

Line 387:0 Unexpected "}"

**/

.intensity-comparison-chart {
  display: flex;
  flex-direction: column;
  max-width: 1440px;
  align-items: center;
  gap: 60px;
  margin: 0 auto;

  @media (max-width: 1440px) {
    padding: 32px;
    max-width: calc(100vw - 48px);
    gap: 32px;
    margin: auto;
  }
  @media (max-width: 1200px) {
    padding: 24px;
  }
  @media (max-width: 770px) {
    max-width: 100vw;
    gap: 12px;
  }

  .intensity-comparison-inner {
    display: flex;
    flex-direction: column;
    gap: 36px;
    border-radius: 50px;
    padding: 60px 40px;
    width: 100%;

    @media (max-width: 1440px){
      max-width: 100%;
      padding: 32px;
      gap:32px;
    }
    @media (max-width: 767px) {
      display: none;
    }

    .comparison-header {
      display: flex;
      width: 100%;
      justify-content: space-between;
      flex-direction: column;
      align-content: center;
      align-items: center;
      gap: 24px;
      @media (max-width: 770px) {
        flex-direction: column;
        gap: 12px;
      }
      .section-title * {
        margin: 0;
        line-height: 1.1;
        color:#000;
        text-align: center;
      }

      .intensity-titles {
        display: flex;
        flex-wrap: wrap;
        /* max-width: 540px; */
        row-gap: 24px;
        column-gap: 24px;
        justify-content: center;
        
        @media (max-width: 770px) {
          flex-direction: column;
          max-width: initial;
          gap: 8px;
        }
        .intensity-tab {
          /* width: 45%; */
          min-width: fit-content;
          white-space: nowrap;
          cursor: pointer;
          color: #838383;
          font-size: 24px;
          text-transform: uppercase;
          margin: 0;
          font-weight: 300;
          @media (max-width: 1200px){
            font-size: 20px;
          }
          @media (max-width: 770px) {
            width: 100%;
            text-align: center;
            font-size: 16px;
          }
          &.active {
            font-weight: 500;
            white-space: nowrap;
          }
         
          
            @media (max-width: 770px) {
              transform: scale(1);
              transition: 0;
              font-weight: 300;
            }
          }
        }
      }
    }

    .intensity-main-images {
      min-height: 460px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      @media (max-width: 1200px){
        min-height: 360px;
        max-height: 360px;
      }

      @media (max-width: 770px) {
        min-height: 140px;
        margin: 0 -24px;
      }
      .main-image {
        display: none;
        max-width: 1240px;
        width: 100%;
        margin: 0 auto;

        &.visible {
          display: block;
        }
      }
    }
    .image-caption, .main-image-caption {
      display: flex;
      flex-direction: column;
      align-items: center;

      p {
        margin: 0;
        font-size: 20px;
        color: #000;
        font-weight: 400;
        line-height: 1.1;
        margin-bottom: 40px;
       
        @media (max-width: 1200px) {
          margin-bottom: 20px;
          font-size: 16px;
        }
      }
      .caption-link {
        font-size: 1.5em;
        line-height: 1.2;
        position: relative;
        padding-right: 15px;
        font-weight: 700;
        letter-spacing: 0;
        display: inline-block;
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
        @media (max-width: 770px) {
          font-size: 16px;
          text-align: center;
        }
        &.hiden {
          display: none;
        }
        &.visible {
          display: inline-block;
        }
        &:after {
          content: "\279C";
        }
      }
    }

    .main-image-caption {
      align-items: flex-end;
      padding-top: 16px;
      width: 100%;
      max-width: 1240px;
      margin: 0 auto;
      @media (max-width: 767px) {
        align-items: center;
        text-align: center;
      }
      p {
        text-align: right;
      }
      .caption-link {
        font-size: 1em;
        padding-right: 0;
        padding-top: 16px;
      }
    }
  }

  .intensity-graph-images {
    border-radius: 50px;
    padding: 60px 40px;
    width: 100%;
    border: 1px solid #7b7b7b;
    @media (max-width: 1440px){
      max-width: 100%;
    }
    @media (max-width: 767px) {
      display: none;
    }

    .graph-image {
      display: none;
      width: 100%;

      &.visible {
        display: block;
      }
    }
  }
  .button-wrapper {
    display: flex;
    gap: 24px;

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

  .mobile-collapsibles {
    display: none;
    width: 100%;
    flex-direction: column;
    gap: 12px;
    /* padding: 0 24px; */

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

    .mobile-section-title {
      text-align: center;
      margin-bottom: 12px;

      * {
        margin: 0;
        line-height: 1.1;
        color: #000;
        text-align: center;
      }
    }

    .collapsible-item {
      width: 100%;
      border-radius: 16px;
      background: #fff;
      overflow: hidden;

      .collapsible-header {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        padding: 16px 20px;
        background: transparent;
        border: none;
        cursor: pointer;
        text-align: center;

        .collapsible-title {
          font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
          font-weight: 300;
          font-size: 25px;
          line-height: 25px;
          letter-spacing: -0.05em;
          text-transform: uppercase;
          color: rgba(131, 131, 131, 1);
        }

        .collapsible-chevron {
          width: 12px;
          height: 12px;
          border-right: 2px solid rgba(131, 131, 131, 1);
          border-bottom: 2px solid rgba(131, 131, 131, 1);
          transform: rotate(45deg);
          transition: transform 0.3s ease;
        }
      }

      .collapsible-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding 0.3s ease;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: center;

        .collapsible-main-image,
        .collapsible-graph-image {
          width: 100%;

          img {
            width: 100%;
            height: auto;
          }
        }

        .collapsible-caption,
        .collapsible-block-caption {
          text-align: center;

          a {
            font-size: 14px;
            font-weight: 700;
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            -webkit-text-fill-color: transparent;
            text-decoration: none;

            &:after {
              content: "\279C";
            }
          }
        }

        .collapsible-mobile-heading {
          width: 100%;
          text-align: center;
          margin: 16px 0;
          font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: 500;
          font-size: 35px;
          line-height: 100%;
          letter-spacing: -3px;
          color: transparent;
          background: linear-gradient(93.07deg, #A71AE9 44.27%, #FF0000 81.6%),
            linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
          -webkit-background-clip: text;
          background-clip: text;

          p {
            margin: 0;
          }
        }

        .collapsible-button {
          display: flex;
          justify-content: center;
          width: 100%;
        }
      }

      &.expanded {
        .collapsible-header {
          .collapsible-title {
            background: var(--tab-color);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
          }

          .collapsible-chevron {
            transform: rotate(-135deg);
            border-color: transparent;
            border-image: var(--tab-color) 1;
          }
        }

        .collapsible-content {
          max-height: 1500px;
          padding: 0;
        }
      }
    }
  }

}
