/** Shopify CDN: Minification failed

Line 26:4 Unexpected "{"
Line 26:5 Expected identifier but found "%"
Line 26:82 Expected identifier but found "%"
Line 29:4 Unexpected "{"
Line 29:5 Expected identifier but found "%"
Line 29:69 Expected identifier but found "%"
Line 33:4 Unexpected "{"
Line 33:5 Expected identifier but found "%"
Line 33:64 Expected identifier but found "%"
Line 38:2 Unexpected "{"
... and 2 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:header (INDEX:24) */
shopify-account {
    font-size: inherit;
    --shopify-account-signed-in-avatar-size: 20px;
    --shopify-account-avatar-size: 20px;

    {% comment %} Used when user had a profile picture set in their Shop account {% endcomment %}
    --shop-brand-color: #000000;

    {% comment %} Used when logged in user has no img profile photo {% endcomment %}
    --shopify-account-signed-in-avatar-color-background: var(--text);
    --shopify-account-signed-in-avatar-color-text: var(--bg);

    {% comment %} Heading is just a bold instance of body font {% endcomment %}
    --shopify-account-font-heading: var(--FONT-STACK-HEADING);
    --shopify-account-font-body: var(--FONT-STACK-BODY);
  }

  {% comment %} Reset header account button styles {% endcomment %}
  shopify-account::part(signed-out-avatar) {
    min-width: auto;
    min-height: auto;
    font-size: inherit;
  }
/* END_SECTION:header */

/* START_SECTION:interactive_customer_guide (INDEX:25) */
.kc-wrapper {
    width: 95%;
    margin: 24px auto;
    min-height: 65vh;
    color: #f6f2e6;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: center;
    background: linear-gradient(225deg, #27c25c 19%, #004832 73%, #002e0c 100%);
    border-radius: 50px;
    overflow: hidden;
  }
  .kc-progress {
    position: absolute;
    inset-inline: 24px;
    top: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 5;
    pointer-events: none;
    margin-bottom: 16px;
  }
  .kc-progress__track {
    flex: 1;
    height: 4px;
    border-radius: 999px;
    overflow: hidden;
  }
  .kc-progress__bar {
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: #b9e6b9;
    transform-origin: left center;
    transition: width 220ms ease-out;
  }
  .kc-progress__label {
    min-width: 72px;
    text-align: right;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #b9e6b9;
    font-family: inherit;
  }
  .kc-view {
    width: 100%;
    height: 100%;
    max-width: 1000px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 24px 40px;
    position: absolute;
    margin-inline: auto;
    animation: slideIn 0.4s ease-out;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  @keyframes slideIn {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .kc-view::-webkit-scrollbar {
    display: none;
  }
  .kc-view.active {
    display: flex;
  }
  .kc-tag {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 16px;
    background-color: #004832;
    border-radius: 999px;
    padding: 4px 24px;
    color: #f6f2e6;
  }
  .kc-tag--result {
    display: block;
    margin-top: 24px;
  }
  .kc-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-family: inherit;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 8px;
    max-width: 720px;
    margin-top: 0;
  }
  .kc-subtitle {
    font-size: clamp(0.95rem, 2.8vw, 1.05rem);
    text-align: center;
    margin-bottom: 32px;
    max-width: 720px;
    line-height: 1.5;
    font-family: inherit;
  }
  .kc-btn-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    max-width: 720px;
    width: 100%;
    min-height: 25px;
  }
  .kc-result-card .kc-btn-grid {
    margin-top: 16px;
  }
  .kc-options {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding-inline: 16px;
    justify-content: center;
    height: 48px;
    line-height: 1;
    flex: 1 1 calc(33.333% - 8px);
    max-width: 240px;
    text-align: center;
  }
  .kc-options__icon {
    font-size: 1.1em;
    line-height: 1;
    flex: 0 0 auto;
  }
  .kc-options__label {
    white-space: normal;
  }
  .kc-btn-start {
    font-size: 16px;
    font-family: inherit;
    cursor: pointer;
  }
  .kc-btn-back {
    position: absolute;
    top: 56px;
    left: 24px;
    background: none;
    border: none;
    font-size: 14px;
    cursor: pointer;
    color: #b9e6b9;
    font-family: inherit;
    padding: 8px 12px;
    text-decoration: none;
  }
  .kc-btn-back:hover {
    color: #27c25a;
  }
  .kc-result-card {
    border-radius: 16px;
    padding: 24px;
    max-width: 720px;
    width: 100%;
    text-align: left;
    line-height: 1.6;
    font-family: inherit;
    background-color: #f6f2e6;
    color: #004832;
    box-sizing: border-box;
  }
  .kc-result-card h3 {
    font-family: inherit;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 12px;
    margin-top: 0;
  }
  .kc-result-card p {
    font-size: 14px;
    margin-bottom: 16px;
    text-align: justify;
  }
  .kc-result-card ul {
    padding-left: 0;
    margin: 0 0 16px 0;
    list-style: none;
  }
  .kc-tip-list {
    margin: 0 0 16px 16px;
    padding-left: 0;
    list-style: none;
  }
  .kc-tip {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    margin-bottom: 6px;
  }
  .kc-tip__icon-wrap {
    display: inline-block;
    flex: 0 0 auto;
  }
  .kc-icon {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: block;
    fill: currentColor;
  }
  .kc-icon--tip {
    transform: translateY(10px);
  }
  .kc-tip__text {
    line-height: 1.5;
    flex: 1 1 auto;
  }
  .kc-result-card__title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }
  .kc-btn-restart {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #ffcd00;
    outline: 1pt solid #ffcd00;
    padding: 12px 24px;
    color: #004832;
    cursor: pointer;
    border-radius: 999px;
    transition: ease 0.3s;
    margin-top: 16px;
  }
  .kc-btn-restart:hover {
    background: transparent;
  }
  .kc-tipProduct {
    color: #27c25a;
    text-decoration: underline;
  }
  @media (max-width: 900px) {
    .kc-view {
      padding-inline: 16px;
      padding-top: 72px;
    }
    .kc-result-card {
      padding: 20px;
    }
    .kc-btn-back {
      left: 16px;
    }
    .kc-progress {
      inset-inline: 16px;
      top: 16px;
    }
  }
  @media (max-width: 600px) {
    .kc-wrapper {
      min-height: 75vh;
      align-items: flex-start;
    }
    .kc-view {
      padding: 72px 16px 56px;
      justify-content: flex-start;
      margin-bottom: 48px;
    }
    .kc-title {
      margin-bottom: 8px;
    }
    .kc-subtitle {
      margin-bottom: 24px;
    }
    .kc-btn-grid {
      gap: 10px;
    }
    .kc-options {
      flex: 1 1 100%;
      max-width: none;
      height: auto;
      min-height: 44px;
      padding-block: 12px;
      padding-inline: 16px;
    }
    .kc-progress {
      inset-inline: 16px;
      top: 12px;
      gap: 8px;
    }
    .kc-progress__label {
      min-width: 0;
      font-size: 10px;
    }
    .kc-btn-back {
      top: 44px;
      left: 16px;
      padding-inline: 8px;
    }
    .kc-result-card {
      padding: 16px;
      border-radius: 12px;
    }
    .kc-result-card h3 {
      font-size: 18px;
    }
    .kc-tip-list {
      margin-left: 8px;
    }
  }
  .kc-countdown {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    background-color: #ffcd00;
    color: #004832;
    padding: 12px;
    border-radius: 12px;
    max-width: 300px;
    font-family: inherit;
  }
  .kc-countdown__label {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 4px;
    text-align: justify;
  }
  .kc-countdown__time {
    font-size: 16px;
    font-weight: 600;
  }
  .kc-countdown__grid {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  }
  .kc-countdown__unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 60px;
  }
  .kc-countdown__number {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
  }
  .kc-countdown__unit-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 4px;
  }
  @media (max-width: 900px) {
    .kc-countdown {
      left: 12px;
      top: auto;
      bottom: 12px;
      transform: none;
      max-width: 70%;
    }
  }
  /*
  @media (max-width: 600px) {
    .kc-countdown {
      left: 8px;
      right: 8px;
      max-width: none;
      padding: 4px;
    }
    .kc-countdown__label {
      font-size: 8px;
    }
    .kc-countdown__time {
    font-size: 8px;
    }
    .kc-countdown__number {
    font-size: 10px;
    line-height: 1;
    }
    .kc-countdown__unit-label {
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 4px;
    }
    .kc-btn-start {
    font-size: 12px;
    font-family: inherit;
    cursor: pointer;
    }
    .kc-options {
    height: 40px;
    padding-inline: 12px;
    gap: 6px;
    font-size: 14px;
    flex: 1 1 calc(50% - 8px);
    max-width: none;
    }
  }
    */
  .beta-label {
    position: absolute;
    inset-inline: 24px;
    top: 90%;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 5;
    pointer-events: none;
    font-family: inherit;
    font-size: 10px;
  }
  /*@media (max-width: 768px) {
  .kc-wrapper {
    display: none;
  }
}*/
/* END_SECTION:interactive_customer_guide */

/* CSS from snippet stylesheet tags */
/* START_SNIPPET:bundle-rich-text (INDEX:113) */
.bundle-wrapper {
    margin-bottom: 36px;
  }
  .bundle-card {
    background-color: #004832;
    border-radius: 24px;
    padding: 24px;
  }
  .bundle-title {
    font-size: 2rem;
    color: #f6f2e6;
  }
  .bundle-description {
    font-size: 1rem;
    color: #f6f2e6;
  }
  .bundle-products {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    align-items: stretch;
    gap: 1rem;
    margin-bottom: 24px;
    height: 100%;
  }
  .bundle-product {
    display: flex;
    align-items: flex-start;
    background-color: #f6f2e6;
    padding: 1rem;
    border-radius: 24px;
    height: 100%;
  }
  @media (min-width: 480px) {
    .bundle-products {
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }
  }
  .bundle-product__img {
    width: 33%;
    height: auto;
    flex-shrink: 0;
    margin-right: 0.75rem;
    border-radius: 24px;
  }
  @media screen and (max-width: 768px) {
    img.bundle-product__img {
      display: none;
    }
  }
  .bundle-product__info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.25rem;
    width: 100%;
  }
  .bundle-product__title {
    font-size: 20px;
    text-decoration: underline;
    color: #004832;
  }
  .bundle-product__title:hover {
    color: #27c25a;
  }
  .variant-label__text,
  .quantity-label__text {
    display: block;
    color: #004832;
    margin-bottom: 0.25rem;
  }
  .bundle-variant {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
  .bundle-variant__trigger {
    width: 100%;
    box-sizing: border-box;
    padding: 0.5rem 2.25rem 0.5rem 0.75rem;
    border-radius: 50px;
    border: 1px solid #b9e6b9;
    background-color: #f6f2e6;
    color: #004832;
    font-size: 0.95rem;
    line-height: 1.3;
    text-align: left;
    cursor: pointer;
    position: relative;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: anywhere;
  }
  .bundle-variant__trigger::after {
    content: '';
    position: absolute;
    right: 0.9rem;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 2px solid #004832;
    border-bottom: 2px solid #004832;
    transform: translateY(-50%) rotate(45deg);
  }
  .bundle-variant__trigger[aria-expanded='true']::after {
    transform: translateY(-50%) rotate(-135deg);
  }
  .bundle-variant__trigger:focus-visible {
    outline: 2px solid #27c25a;
    outline-offset: 2px;
  }
  .bundle-variant__list {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 0.25rem;
    background-color: #f6f2e6;
    border-radius: 12px;
    border: 1px solid #b9e6b9;
    z-index: 10;
    max-height: 240px;
    overflow-y: auto;
    scrollbar-color: #b9e6b9 transparent;
    scrollbar-width: thin;
  }
  .bundle-variant__list.is-hidden {
    display: none;
  }
  .bundle-variant__option {
    width: 100%;
    padding: 0.45rem 0.75rem;
    text-align: left;
    border: none;
    background: transparent;
    color: #004832;
    font-size: 0.95rem;
    cursor: pointer;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: anywhere;
  }
  .bundle-variant__option:hover {
    background-color: #b9e6b9;
  }
  .bundle-variant__option.is-active {
    background-color: #27c25a;
    color: #f6f2e6;
  }
  .bundle-variant__list::-webkit-scrollbar {
    width: 6px;
  }

  .bundle-variant__list::-webkit-scrollbar-track {
    background: transparent;
  }

  .bundle-variant__list::-webkit-scrollbar-thumb {
    background-color: #b9e6b9;
    border-radius: 50px;
  }

  .bundle-variant__list::-webkit-scrollbar-thumb:hover {
    background-color: #8fd28f;
  }
  .bundle-subscription {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .bundle-subscription__group {
    margin-bottom: 0.25rem;
  }
  .bundle-subscription__option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1rem;
    color: #004832;
    padding: 0.3rem 0.6rem;
    border-radius: 50px;
    cursor: pointer;
  }
  .bundle-subscription__option:has(input[type='radio']:checked) {
    background-color: #27c25a;
    color: #f6f2e6;
  }
  .bundle-subscription__option span {
    color: inherit;
  }
  .bundle-subscription__plans {
    margin-left: 0;
    margin-top: 0.25rem;
  }
  .quantity-wrapper {
    display: flex;
    flex-direction: column;
  }
  .bundle-qty {
    display: inline-flex;
    align-items: center;
    background-color: #f6f2e6;
    border-radius: 10px;
  }
  .bundle-qty__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    font-size: 18px;
    line-height: 1;
  }
  .bundle-qty-display {
    min-width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-align: center;
    padding: 0 4px;
    border: 1px solid #b9e6b9;
    border-radius: 10px;
    margin-left: 12px;
    margin-right: 12px;
    color: #004832;
  }
  .bundle-product__price {
    font-size: 1.15rem;
    color: #27c25a;
    align-self: start;
    margin-top: 12px;
  }
  .bundle-info {
    display: flex;
    flex-direction: column;
    color: #004832;
    margin-top: 24px;
  }
  .bundle-blurb {
    background-color: #f6f2e6;
    padding: 1rem;
    border-radius: 24px;
    min-height: 6rem;
  }
  .bundle-submit-btn {
    cursor: pointer;
    font-size: clamp(1rem, 50%, 1.25rem);
  }
/* END_SNIPPET:bundle-rich-text */