/** Shopify CDN: Minification failed

Line 74:22 Unexpected "{"
Line 74:34 Expected ":"
Line 79:22 Unexpected "{"
Line 79:34 Expected ":"
Line 85:14 Unexpected "{"
Line 85:23 Expected ":"
Line 85:30 Unexpected "{"

**/
body,
h1, h2, h3, h4, h5, h6,
p,
a {
  font-family: "Nimbus Sans L", Helvetica, Arial, sans-serif !important;
}
body.page-width-narrow.card-hover-effect-none {
    background: #5FAEDC;
}
.plan_card{

  display: flex;
    flex-direction: column-reverse;
    border-width: 1px;
      border : 1px solid #5FAEDC !important;
    background: #e0e9eeff !important;
    border-radius: 10px !important;
    color: black !important;
}
.subscription_group {
  border-top: 1px solid #5FAEDC;
  border-bottom:none !important;
}
.plan_card .subscription_group:nth-child(2) {
  border-top: none !important;
}
.title_and_price_wrapper span{

  font-size:16px;
  font-weight:600;
}
.in_widget_price{
  font-size:16px !important;
}
    .cart-page {

      padding:20px 50px;
    }
    .cart-drawer__dialog {
      top:0;
      z-index:10000 !important;
    }
   .text-block>*:first-child {
    text-align:center;
   }
   button.jm-button.jm-button--primary.jm-action-buttons__button{

    background-color:#5FAEDC !important;
    border:none !important;
   }
   /* @supports (-webkit-hyphens:none) { */
   @media (max-width: 768px) {

  .btn-arrow {
    padding: 15px 4px 11px 24px !important;
  }

  .small-text-badge {
    padding: 10px 14px 6px !important;
    line-height: 1;
  }

  #featured-products-{{ section_id }} .fp-card__btn {
    padding: 12px 28px 8px !important;
    line-height: 1;
  }

  #featured-products-{{ section_id }} .fp-card__tag {
    padding: 6px 8px 2px !important;
    line-height: 1;
  }

  /* Secondary button */
  .hb__btn2--{{ section.id }} {
    line-height: 1;
  }

  /* Primary button */
  .hb__btn1 {
    padding: 13px 28px 10px !important;
  }

  .hb__badge {
    padding: 4px 14px 1px !important;
  }

  span.hb__badge2 {
    line-height: 0.5;
  }

  span.tv-btn-text {
    line-height: 1.3;
    margin-bottom: -2px;
  }

  a.dual-card-hero__button {
    line-height: 1.3;
    padding: 14px 28px 12px !important;
  }

  .mobile-tab {
    padding: 9px 6px 6px !important;
    line-height: 1.3;
  }

  .product-tags .tag {
    padding: 5px 8px 2px !important;
    line-height: 1.3;
  }

  span.custom-pdp__badge {
    line-height: 1.3;
    padding: 6px 10px 2px !important;
    margin: 0px 0px 5px;
  }

  span.custom-pdp__pill {
    line-height: 1.3;
    padding: 6px 10px 2px !important;
  }

  span.benefits-timeline__badge {
    line-height: 1.3;
    padding: 6px 10px 2px !important;
  }

  .jm-action-buttons__button {
    padding: 12px 24px 8px !important;
    line-height: 1.3;
  }

  /* Extra small devices */
  @media (max-width: 480px) {
    .mobile-cta {
      padding: 12px 16px 8px !important;
      line-height: 1;
    }
  }

}
   /* } */