/** Shopify CDN: Minification failed

Line 71:26 Expected ":"

**/
.product-description .page-width:after {
  content: '';
  display: table;
  clear: both;
}

.product-description__image {
  max-width: 300px;
  max-height: 375px;
  width: auto;
  height: auto;
  float: left;
  margin-right: 5.4rem;
}

.custom-tabs-wrapper:empty {
  display: none !important;
}
  .custom-tab {
    cursor: pointer;
    padding: 10px;
    display: inline-block;

  }
  .custom-tabs-wrapper {
    margin-top: 95px;
    margin-bottom: 103px;
    background: #E5E5E5;
    border-radius: 10px;
    border: unset;
    padding: 10px;
}
  .custom-tab {
    max-width: calc(98% / 4);
    width: 100%;
}
.custom-active {
    background-color: #fff;
    border-bottom: none;
}
  .custom-tab.custom-active {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
  .custom-tab:hover {
    background: #F1EFEF;
        border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.custom-tab-content {
    display: none;
    padding: 20px;
    border-top: none;
  margin-top: -1px;
}
  .custom-tab-content{
    background: #fff;
        border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
    .custom-tab.custom-active:hover {
      background: #fff;
    }
  .custom-tab {
    color: #222323;
    font-weight: lighter;s
    font-size: 17px;
    letter-spacing: 0.09px;
    line-height: 47px;
    text-align: center;
}
  .custom-tab.custom-active {
    color: #1E90FF;
        font-weight: 500;
  }
  .custom-tab {
    padding: unset;
}
  .custom-tab-content {
    padding-top: 57px;
    padding-left: 68px;
    padding-bottom: 66px;
    padding-right: 79px;
}
  img.custom-tab-wrapper-benefits-image {
    max-height: 375px;
}
  img.custom-tab-wrapper-benefits_chart_image {
    max-height: 221px;
}

  .custom-tab-wrapper-benefits-text-wrapper {
    max-width: 476px;
    width: 100%;
}

.custom-tab-wrapper-benefits-text-wrapper:only-child {
  max-width: 100%;
}
  .custom-tab-wrapper-flex {
    display: flex;

}
  .custom-tab-wrapper-benefits-text-wrapper p {
    font-size: 17px;
    color: #222323;
    letter-spacing: 0.09px;
    line-height: 27px;
}
  .custom-tab-wrapper-benefits-image-wrapper {
    margin-right: 54px;
}
  .custom-tab-wrapper-benefits-chart-image-wrapper {
    margin-left: 24px;
}
  .col-12.testimonials-slider.hide-delay.mx-auto.pt-4.slick-initialized.slick-slider {
    border-top: unset !important;
}
  @media only screen and (max-width: 1000px) {
.custom-tab-wrapper-benefits-text-wrapper {
    max-width: 400px;
    width: 100%;
}
    img.custom-tab-wrapper-benefits_chart_image {
    max-height: initial;
    
}
  }
    @media only screen and (max-width: 900px) {
      .custom-tab-wrapper-flex {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
      .product-description__image {
            max-width: 100%;
        margin-right: 0;
      }
      .custom-tab-wrapper-benefits-text-wrapper {
    max-width: unset;
    width: 100%;
}
      .custom-tab {
    max-width: calc(90% / 4);
    width: 100%;
}
    }
      @media only screen and (max-width: 800px) {
        .custom-tab {
            line-height: 29px;
        }
        .custom-tab {
    line-height: 29px;
    padding-inline: 10px;
}
          .custom-tab-content {
    padding: 40px;
}
      }
  
  .custom-desktop-only{
    display:inline-block;
  }
    .custom-mobile-only{
    display:none;
  }
        @media only screen and (max-width: 700px) {
    .custom-desktop-only{
      display:none;
    }
    .custom-mobile-only{
      display:block;
    }
        
  .custom-tab.custom-mobile-only {
    max-width: 100%;
    text-align: left;
    padding-top: 10px;
    background: white;
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 10px;
    padding-bottom: 10px;
}
  .custom-tab.custom-mobile-only.custom-active {
    margin-bottom: unset;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}
  .custom-tab.custom-mobile-only {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
  .custom-tab.custom-mobile-only svg{
        transform: rotate(90deg);
  }
    .custom-tab.custom-mobile-only.custom-active svg{
        transform: rotate(270deg);
  }
          }




@media (max-width: 480px) {
  .product-description__image {
    float: none;
    display: block;
    margin: 0 auto 2rem;
  }
}