/** Shopify CDN: Minification failed

Line 114:5 Cannot use type selector "-tax-text" directly after nesting selector "&"

**/
.bundle-card {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 40px;
  box-shadow: 0px 0px 2px rgba(145, 158, 171, 0.2),
    0px 12px 24px -4px rgba(145, 158, 171, 0.12);

  & .bundle-card__icon {
    margin-bottom: 16px;
    width: 64px;
    height: 64px;
  }

  & .bundle-card__price-tax-text {
    color: #708495;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
  }

  & .bundle-card__notification {
    padding-bottom: 32px;
    font-size: 16px;
    line-height: 18px;
    color: #708495;
    border-bottom: 1px solid #e6e9ec;
    & .money {
      font-size: inherit;
      line-height: inherit;
      color: inherit;
    }
  }

  & .bundle-card__recommended {
    display: flex;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(
      90.1deg,
      rgba(83, 167, 248, 0.7) 19.82%,
      rgba(219, 96, 206, 0.7) 83.21%,
      rgba(255, 77, 195, 0.7) 110.63%
    );

    & strong {
      color: #fff;
      font-size: 16px;
      line-height: 24px;
      font-weight: 600;
    }
  }
  & .bundle-card__wrapper {
    margin-bottom: 80px;
  }

  & .bundle-card__content {
    display: flex;
    flex-direction: column;
    padding: 32px 20px;
    min-height: 715px;
    height: 100%;

    & h3 {
      padding: 0;
      margin: 0;
      font-size: 32px;
      line-height: 40px;
      font-weight: normal;
      margin-bottom: 12px;

      & + h6 {
        margin-top: 0;
      }
    }
  }

  & .bundle-card__price {
    margin-bottom: 0;
    margin-top: 0;

    & .bundle-card__price-title {
      margin-right: 8px;
      font-size: 24px;
      line-height: 30px;
      color: #708495;
      font-weight: 300;
    }

    & .bundle-card__price-value {
      font-size: 22px;
      line-height: 28px;
      color: #008df9;
      font-weight: 500;
      & .money {
        font-size: 22px;
        line-height: 28px;
        color: #008df9;
        font-weight: 500;
      }
    }

    & .bundle-card__price-term {
      font-size: 18px;
      line-height: 24px;
      color: #708495;
      font-weight: 300;
    }
    &-tax-text {
      color: #708495;
      font-weight: 300;
      font-size: 18px;
      line-height: 24px;
    }
  }

  & .bundle-card__actions {
    position: relative;
    margin-top: auto;
    & .bundle-card__actions-book {
      width: 100%;
    }
    & .btn--disabled {
      pointer-events: none;
      border-radius: 100px;
      opacity: 0.3;
    }
  }

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

.bundle-card--recommended {
  margin-top: 0;
  height: calc(100% - 40px);
  & .bundle-card__content {
    padding-top: 20px;
  }

  @media screen and (max-width: 767px) {
    & strong {
      font-size: 12px;
      line-height: 20px;
    }
  }
}
