/** Shopify CDN: Minification failed

Line 78:19 Unexpected "{"
Line 78:28 Expected ":"
Line 81:19 Unexpected "{"
Line 81:28 Expected ":"

**/
/* START_SECTION:colostrum-review-cards (INDEX:43) */
.colostrum_review_inn img {
    max-width: 96px;
}
.colostrum_review_inn p {
    color: #000;
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.colostrum_review_inn {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin: 0 0 5px;
}
.colostrum_review_slide img {
    max-width: 92px;
    margin: 0 0 5px;
}
.colostrum_review_slide h5 {
    color: #000;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 10px;
}
.colostrum_review_slide>p {
    color: #000;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    flex: 1;
}
.colostrum_review_slide_bottom p {
    color: #000;
    font-family: 'Inter';
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
}
.colostrum_review_slide_bottom span {
    color: #790D0D;
    font-family: 'Inter';
    font-size: 11px;
    font-weight: 400;
    line-height: 1.3;
}
.colostrum_review_slide_bottom {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 10px 0 0;
}
.colostrum_review_slide {
    border-radius: 20px;
    border: 2px solid transparent;
    background: #FFF;
    padding: 20px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.colostrum_swiper_{{ section.id }} .swiper-slide.swiper-slide-active .colostrum_review_slide{
  border: 2px solid rgba(0, 0, 0, 0.50);  
}
.colostrum_swiper_{{ section.id }} .swiper-slide{
  height: auto;
}
.colostrum_review_main .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #D9D9D9;
    opacity: 1;
    cursor: pointer;
}
.colostrum_review_main{
  padding: 30px;
}
.colostrum_review_main .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2D2D2D;
}
.colostrum_review_bottom_inner {
    display: flex;
    align-items: center;
    margin: 25px 0 0;
    justify-content: center;
    gap: 10px;
}
.colostrum_review_main .swiper-pagination-bullets {
  display: flex;
  align-items: center;
  width: fit-content;
}
.colostrum_review_main .swiper_button_prev,
.colostrum_review_main .swiper_button_next{
cursor: pointer;
}
.colostrum_review_cards{
  padding: 60px 0;
}

@media (max-width: 767px) {
  .colostrum_review_main {
      padding-block: 10px;
  }
  .colostrum_review_main .swiper_button_prev svg, .colostrum_review_main .swiper_button_next svg {
        width: 24px;
    }
  .colostrum_review_bottom_inner {
        margin: 15px 0 0;
    }
  .colostrum_review_cards{
    padding: 25px 0;
  }
}
/* END_SECTION:colostrum-review-cards */
/* START_SECTION:fiber-gummies-faq (INDEX:104) */
.new_faq_section{
    background-color: #F4F6E8;
    border: 3px solid #8B8B8B;
    border-width: 3px 0;
    padding: clamp(25px, 3.69vw, 50px) 0;
  }
  .faq-content-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(30px, 5.21vw, 75px);
  }
  .faq-content-wrap .content-right {
    display: flex;
    align-items: center;
  }
  .faq-content-wrap .content-right .content-right-wpr {
    width: 100%;
  }
  .faq-content-wrap .title {
    font-weight: 400;
    font-family: var(--font-body);
    margin-bottom: 12px;
  }
  .new_faq_section .new_faq_col_title {
    display: grid;
    grid-template-columns: 24px 1fr 20px;
    gap: 8px;
    color: var(--black);
    font: var(--text-lg);
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 0;
    cursor: pointer;
  }
  .new_faq_col_title .custom-icon {
    background-image: none !important;
  }
  .new_faq_col.active .new_faq_col_title .custom-icon {
    transform: rotate(180deg);
  }
  .new_faq_col_title .image {
    width: 24px;
  }
  .new_faq_col_title .image img,
  .new_faq_col_title .image svg {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .new_faq_wpr .new_faq_col:last-child {
    border-bottom: 1px solid #28473A26;
  }
  .new_faq_col + .new_faq_col{
    border-top: 1px solid #28473A26;
  }
  .faq-content-wrap .content-left .aspect-ratio {
    height: 100%;
  }
  @media screen and (max-width:991px){
    .faq-content-wrap {
      gap: 24px;
    }
    .new_faq_section .new_faq_col_title {
      padding: 14px 0;
    }
  }
  @media screen and (max-width:767px){
    .faq-content-wrap .title {
      text-align: center;
    }
    .new_faq_section .new_faq_col_title {
      padding: 10px 0;
    }
    .new_faq_section{
      padding: 0;
    }
    .faq-content-wrap {
      grid-template-columns: 1fr;
      margin: 0;
      gap: 0;
    }
    .faq-content-wrap .content-right {
      padding: 20px;
    }
    .new_faq_section .page-width{
      padding: 0;
    }
  }
/* END_SECTION:fiber-gummies-faq */
/* START_SECTION:gut-gummy-bundle-why-choose (INDEX:213) */
.gut-gummy-bundle-why-choose-inner{
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.gut-gummy-bundle-why-choose-heading {
    margin: 0 0 50px;
    font-size: 35px;
    line-height: 1.25;
    font-weight: 700;
    font-family: 'Inter';
}
.gut-gummy-bundle-why-choose-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px;
  margin-bottom: 50px;
}

.gut-gummy-bundle-why-choose-card{
  text-align: center;
}

.gut-gummy-bundle-why-choose-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
}

.gut-gummy-bundle-why-choose-icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  animation: upDown 2s ease-in-out infinite;
}
@keyframes upDown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px); /* upar move */
  }
  100% {
    transform: translateY(0px); /* niche pachha */
  }
}
.gut-gummy-bundle-why-choose-title {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    font-family: 'Inter';
}

.gut-gummy-bundle-why-choose-text{
  font-size: 15px;
  line-height: 1.65;
}

.gut-gummy-bundle-why-choose-text p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}

.gut-gummy-bundle-why-choose-bottom{
  max-width: 570px;
  margin: 0 auto;
}

.gut-gummy-bundle-why-choose-button {
    width: 100%;
    min-height: 65px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    padding: 18px 24px;
    transition: .25s ease;
    border: 1px solid transparent;
}

.gut-gummy-bundle-why-choose-button:hover{
  border-color:#166847 ;
  color: #166847 !important;
  background-color: transparent !important;
}

.gut-gummy-bundle-why-choose-note {
    margin-top: 10px;
    font-size: 13px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.gut-gummy-bundle-why-choose-note p {
    margin: 0;
    color: #000000;
    font-family: Inter;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0;
}
.gut-gummy-bundle-why-choose-note-icon {
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
}
.gut-gummy-bundle-why-choose-note-icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}



@media (max-width: 1024px) {
  .gut-gummy-bundle-why-choose-heading {
      font-size: 30px;
      line-height: 1.1;
      margin: 0 0 40px;
  }
  .gut-gummy-bundle-why-choose-grid {
      gap: 20px;
      margin: 0 0 40px;
  }
  .gut-gummy-bundle-why-choose-button {
      min-height: 52px;
      padding: 10px;
      font-size: 20px;
  }
  .gut-gummy-bundle-why-choose-bottom {
      max-width: 420px;
  }
}

@media (max-width: 767px) {
  .gut-gummy-bundle-why-choose-grid {
      grid-template-columns: repeat(1, 1fr);
      gap: 40px;
  }
  .gut-gummy-bundle-why-choose-note p {
      font-size: 12px;
  }
}
/* END_SECTION:gut-gummy-bundle-why-choose */
/* START_SECTION:how-to-take (INDEX:244) */
.how-to-take-section {
        padding: 60px 0;
        background: #fff;
    }
    .how-to-wrapper {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .how-left, .how-right {
        width: calc(50% - 35px);
    }
    .how-left .aspect-ratio {
        max-width: 500px;
        margin: 0 auto;
    }
    .how-to-wrapper .how-left img {
      object-fit: contain;
    }
    .how-right .how-title {
        color: #3C4755;
        font-family: Inter;
        font-size: 38px;
        font-weight: 800;
        line-height: 1.1;
        letter-spacing: -1px;
        margin: 0 0 25px;
    }
    .how-right .how-title span {
        color: #1C6047;
        display: block;
    }
    .how-to-wrapper .how-desc {
        color: #3C4755;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }
    .how-step .icon {
      border-radius: 100px;
      background: #1C6047;
      max-width: 50px;
      padding: 8px;
      min-height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .how-step .desc {
      color: #3C4755;
      font-family: Inter;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      display: flex;
      gap: 5px;
  }
  .how-step {
      display: flex;
      align-items: center;
      gap: 16px;
      margin: 0 0 20px;
  }
  .how-steps {
      margin: 25px 0 0;
  }
/* END_SECTION:how-to-take */
/* START_SECTION:new-marquee (INDEX:315) */
.new_marquee_section {
    overflow: hidden;
  }
  .new_marquee_wpr{
    padding: 17px 0;
  }  
  .new_marquee_inn .main-content {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
  }
  .new_marquee_inn .main-content img {
      height: 30px;
      width: 30px;
      object-fit: scale-down;
      flex-shrink: 0;
  }

  .new_marquee_group {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 24px;
    white-space: nowrap;
    animation: scroll-x 50s linear infinite; 
    -webkit-animation: scroll-x 50s linear infinite;
  }
  .new_marquee_inn .main-content p {
      color: #000;
      font-family: 'Inter';
      font-size: 20px;
      font-weight: 600;
      line-height: 1.3;
  }
  .new_marquee {
    display: flex;
    align-items: center;
    gap: 24px;
    overflow: hidden;
  }
@-webkit-keyframes scroll-x {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes scroll-x {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
  .new_marquee {
    display: flex;
    align-items: center;
  }
  .new_marquee_wpr.only-images {
    padding: 0;
  }
  .new_marquee_wpr.only-images .new_marquee_group {
    gap: 0;
  }

  .new_marquee_wpr.only-images .new_marquee {
    gap: 0;
  }

  .new_marquee_wpr.only-images .new_marquee_inn .main-content img {
    height: 180px;
    width: 180px;
    flex-shrink: 0;
  }

  @media screen and (max-width:767px){
    .new_marquee_group {
      gap: 20px;
    }
    .new_marquee_inn .main-content p{
      font-size: 18px;
    }
    .new_marquee_inn .main-content img {
      height: 24px;
      width: 24px;
  }
  }
/* END_SECTION:new-marquee */
