www.biogaia.com Open in urlscan Pro
2620:127:f00f:e::  Public Scan

Submitted URL: https://reuteri.com/
Effective URL: https://www.biogaia.com/
Submission: On January 18 via api from US — Scanned from SE

Form analysis 10 forms found in the DOM

POST /localization

<form method="post" action="/localization" id="localization-form-header" accept-charset="UTF-8" class="popout--header" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/"><!-- /snippets/select-locale.liquid -->
  <style>
    .popout {
      position: relative;
      display: flex;
      font-size: calc(var(--font-2)* var(--TYPE-ADJUST-NAV));
    }

    button.popout__toggle.js {
      border: none;
      margin: 0;
      display: flex;
      padding: 0px;
      align-items: center;
    }

    .language--selector-container {
      padding-left: 10px;
      font-size: calc(var(--font-2)* var(--TYPE-ADJUST-NAV));
    }

    .popout-list {
      bottom: unset;
      margin-top: 25px;
      position: absolute;
      top: 100%;
      transform: translateY(-1rem);
      z-index: 2;
      background-color: #fff;
      color: #000;
      max-width: 22rem;
      min-width: 10rem;
      padding: 15px;
      padding: 0 10px 10px 10px;
    }

    svg {
      fill: currentColor;
    }

    .disclosure--dropdown-title {
      padding: 15px;
      padding-bottom: 5px;
      font-weight: 600;
    }

    .popout-list__option {
      font-weight: 600;
      font-size: calc(var(--font-2)* var(--TYPE-ADJUST-NAV));
    }

    .horizontal-line {
      width: 83%;
      margin: auto;
    }

    .drawer__top__center {
      align-content: center;
    }

    .drawer--language-selector {
      align-content: center;
    }

    .drawer--language-selector form {
      margin: 0
    }

    .button.drawer__button.drawer__close {
      position: unset;
    }
  </style>
  <div class="header__select header__select--locale js">
    <popout-select>
      <div class="popout" data-popout="">
        <button type="button" class="popout__toggle js" aria-expanded="false" aria-controls="lang-list-localization-form-header" aria-describedby="lang-heading-localization-form-header" data-popout-toggle=""><svg fill="#fff" width="20px"
            height="30px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120" style="enable-background:new 0 0 120 120" xml:space="preserve">
            <switch>
              <g>
                <path d="M60 120C26.9 120 0 93.1 0 60S26.9 0 60 0s60 26.9 60 60-26.9 60-60 60zM60 5C29.7 5 5 29.7 5 60s24.7 55 55 55 55-24.7 55-55S90.3 5 60 5z"></path>
                <path d="M60 120c-19.3 0-34.4-26.4-34.4-60S40.7 0 60 0s34.4 26.4 34.4 60-15.1 60-34.4 60zM60 5C43.8 5 30.5 29.7 30.5 60s13.2 55 29.5 55 29.5-24.7 29.5-55S76.2 5 60 5z"></path>
                <path d="M12.2 25.6h95.6v5H12.2zM12.2 89.5h95.6v5H12.2zM2.5 57.5h115v5H2.5z"></path>
                <path d="M57.5 2.5h5v115h-5z"></path>
              </g>
            </switch>
          </svg>
          <div class="language--selector-container"> English </div>
        </button>
        <input type="checkbox" name="lang-list-toggle" id="lang-list-toggle-localization-form-header-checkbox" class="no-js no-js-checkbox">
        <label for="lang-list-toggle-localization-form-header-checkbox" class="popout__toggle no-js"> English </label>
        <ul id="lang-list-localization-form-header" class="popout-list no-js-dropdown .disclosure__list-wrapper" data-popout-list="" style="max-width: 230px;">
          <p class="disclosure--dropdown-title navtext">Choose language</p>
          <hr class="horizontal-line">
          <li class="popout-list__item popout-list__item--current">
            <a class="popout-list__option" href="#" lang="en" aria-current="true" data-value="en" data-popout-option="">
              <span>English</span>
            </a>
          </li>
          <li class="popout-list__item ">
            <a class="popout-list__option" href="#" lang="es" data-value="es" data-popout-option="">
              <span>Español</span>
            </a>
          </li>
        </ul>
        <input type="hidden" name="language_code" id="LocaleSelector-localization-form-header" value="en" data-popout-input="">
      </div>
    </popout-select>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="localization-form-header-noscript" accept-charset="UTF-8" class="locale-header-nojs" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <h2 class="visually-hidden" id="localization-form-header-noscript-locale-heading"> Language </h2>
  <select name="locale_code" aria-labelledby="localization-form-header-noscript-locale-heading">
    <option value="en" lang="en" selected=""> English </option>
    <option value="es" lang="es"> Español </option>
  </select>
  <button class="btn btn--primary btn--full">Update</button>
</form>

POST /localization

<form method="post" action="/localization" id="localization-form-header" accept-charset="UTF-8" class="popout--header" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/"><!-- /snippets/select-locale.liquid -->
  <style>
    .popout {
      position: relative;
      display: flex;
      font-size: calc(var(--font-2)* var(--TYPE-ADJUST-NAV));
    }

    button.popout__toggle.js {
      border: none;
      margin: 0;
      display: flex;
      padding: 0px;
      align-items: center;
    }

    .language--selector-container {
      padding-left: 10px;
      font-size: calc(var(--font-2)* var(--TYPE-ADJUST-NAV));
    }

    .popout-list {
      bottom: unset;
      margin-top: 25px;
      position: absolute;
      top: 100%;
      transform: translateY(-1rem);
      z-index: 2;
      background-color: #fff;
      color: #000;
      max-width: 22rem;
      min-width: 10rem;
      padding: 15px;
      padding: 0 10px 10px 10px;
    }

    svg {
      fill: currentColor;
    }

    .disclosure--dropdown-title {
      padding: 15px;
      padding-bottom: 5px;
      font-weight: 600;
    }

    .popout-list__option {
      font-weight: 600;
      font-size: calc(var(--font-2)* var(--TYPE-ADJUST-NAV));
    }

    .horizontal-line {
      width: 83%;
      margin: auto;
    }

    .drawer__top__center {
      align-content: center;
    }

    .drawer--language-selector {
      align-content: center;
    }

    .drawer--language-selector form {
      margin: 0
    }

    .button.drawer__button.drawer__close {
      position: unset;
    }
  </style>
  <div class="header__select header__select--locale js">
    <popout-select>
      <div class="popout" data-popout="">
        <button type="button" class="popout__toggle js" aria-expanded="false" aria-controls="lang-list-localization-form-header" aria-describedby="lang-heading-localization-form-header" data-popout-toggle=""><svg fill="#fff" width="20px"
            height="30px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120" style="enable-background:new 0 0 120 120" xml:space="preserve">
            <switch>
              <g>
                <path d="M60 120C26.9 120 0 93.1 0 60S26.9 0 60 0s60 26.9 60 60-26.9 60-60 60zM60 5C29.7 5 5 29.7 5 60s24.7 55 55 55 55-24.7 55-55S90.3 5 60 5z"></path>
                <path d="M60 120c-19.3 0-34.4-26.4-34.4-60S40.7 0 60 0s34.4 26.4 34.4 60-15.1 60-34.4 60zM60 5C43.8 5 30.5 29.7 30.5 60s13.2 55 29.5 55 29.5-24.7 29.5-55S76.2 5 60 5z"></path>
                <path d="M12.2 25.6h95.6v5H12.2zM12.2 89.5h95.6v5H12.2zM2.5 57.5h115v5H2.5z"></path>
                <path d="M57.5 2.5h5v115h-5z"></path>
              </g>
            </switch>
          </svg>
          <div class="language--selector-container"> English </div>
        </button>
        <input type="checkbox" name="lang-list-toggle" id="lang-list-toggle-localization-form-header-checkbox" class="no-js no-js-checkbox">
        <label for="lang-list-toggle-localization-form-header-checkbox" class="popout__toggle no-js"> English </label>
        <ul id="lang-list-localization-form-header" class="popout-list no-js-dropdown .disclosure__list-wrapper" data-popout-list="" style="max-width: 1600px;">
          <p class="disclosure--dropdown-title navtext">Choose language</p>
          <hr class="horizontal-line">
          <li class="popout-list__item popout-list__item--current">
            <a class="popout-list__option" href="#" lang="en" aria-current="true" data-value="en" data-popout-option="">
              <span>English</span>
            </a>
          </li>
          <li class="popout-list__item ">
            <a class="popout-list__option" href="#" lang="es" data-value="es" data-popout-option="">
              <span>Español</span>
            </a>
          </li>
        </ul>
        <input type="hidden" name="language_code" id="LocaleSelector-localization-form-header" value="en" data-popout-input="">
      </div>
    </popout-select>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="localization-form-header-noscript" accept-charset="UTF-8" class="locale-header-nojs" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden"
    name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <h2 class="visually-hidden" id="localization-form-header-noscript-locale-heading"> Language </h2>
  <select name="locale_code" aria-labelledby="localization-form-header-noscript-locale-heading">
    <option value="en" lang="en" selected=""> English </option>
    <option value="es" lang="es"> Español </option>
  </select>
  <button class="btn btn--primary btn--full">Update</button>
</form>

GET /search

<form action="/search" method="get" role="search">
  <div class="item--loadbar" data-loading-indicator="" style="display: none;"></div>
  <div class="search__predictive__outer">
    <div class="wrapper">
      <div class="search__predictive__main">
        <div class="search__predictive__actions">
          <button class="search__predictive__button" type="submit">
            <span class="visually-hidden">Search</span>
            <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 16 16">
              <path
                d="M16 14.864 14.863 16l-4.24-4.241a6.406 6.406 0 0 1-4.048 1.392 6.61 6.61 0 0 1-4.65-1.925A6.493 6.493 0 0 1 .5 9.098 6.51 6.51 0 0 1 0 6.575a6.536 6.536 0 0 1 1.922-4.652A6.62 6.62 0 0 1 4.062.5 6.52 6.52 0 0 1 6.575 0 6.5 6.5 0 0 1 9.1.5c.8.332 1.51.806 2.129 1.423a6.454 6.454 0 0 1 1.436 2.13 6.54 6.54 0 0 1 .498 2.522c0 1.503-.468 2.853-1.4 4.048L16 14.864zM3.053 10.091c.973.972 2.147 1.461 3.522 1.461 1.378 0 2.551-.489 3.525-1.461.968-.967 1.45-2.138 1.45-3.514 0-1.37-.482-2.545-1.45-3.524-.981-.968-2.154-1.45-3.525-1.45-1.376 0-2.547.483-3.513 1.45-.973.973-1.46 2.146-1.46 3.523 0 1.375.483 2.548 1.45 3.515z">
              </path>
            </svg>
          </button>
          <input type="search" data-predictive-search-input="search-popdown-results" name="q" value="" placeholder="Search..." aria-label="Search our store" aria-controls="predictive-search-results">
          <div class="search__predictive__clear">
            <button type="reset" class="search__predictive__close__inner search-reset is-hidden" aria-label="Reset">
              <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 15 15">
                <g fill-rule="evenodd">
                  <path d="m2.06 1 12.02 12.021-1.06 1.061L1 2.062z"></path>
                  <path d="M1 13.02 13.022 1l1.061 1.06-12.02 12.02z"></path>
                </g>
              </svg> Clear</button>
          </div>
        </div>
        <div class="search__predictive__close">
          <button type="button" class="search__predictive__close__inner" data-close-popdown="" aria-label="Close">
            <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close-small" viewBox="0 0 15 15">
              <g fill-rule="evenodd">
                <path d="m2.237 1.073 12.021 12.021-1.414 1.414L.824 2.488z"></path>
                <path d="m.823 13.094 12.021-12.02 1.414 1.413-12.02 12.021z"></path>
              </g>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </div>
  <div class="header__search__results" tabindex="-1" data-predictive-search-results=""></div>
  <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true" data-predictive-search-status=""></span>
</form>

POST /cart

<form action="/cart" method="post" novalidate="" class="cart">
  <button type="submit" name="checkout" class="btn btn--primary btn--large btn--full checkout__button"> Check Out • <span data-cart-final=""> $0.00 USD </span>
  </button>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product_form_8313296191772" accept-charset="UTF-8" class="shopify-product-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="product"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="id" value="45720810651932">
  <product-add-button>
    <button data-add-to-cart="" type="submit" name="add" class="inline__variant__add product-grid-item__btn inline-add-product__options-menu-list-item-button">
      <span class="btn-state-ready"> Mint </span>
      <span class="btn-state-loading">
        <svg height="18" width="18" class="svg-loader">
          <circle r="7" cx="9" cy="9"></circle>
          <circle stroke-dasharray="87.96459430051421 87.96459430051421" r="7" cx="9" cy="9"></circle>
        </svg>
      </span>
      <span class="btn-state-complete">&nbsp;</span>
    </button>
  </product-add-button><input type="hidden" name="product-id" value="8313296191772"><input type="hidden" name="section-id" value="template--21989185421596__d340e0c2-a322-4b20-9abf-edd1d4e6d378">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product_form_8313296191772" accept-charset="UTF-8" class="shopify-product-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="product"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="id" value="45720810684700">
  <product-add-button>
    <button data-add-to-cart="" type="submit" name="add" class="inline__variant__add product-grid-item__btn inline-add-product__options-menu-list-item-button">
      <span class="btn-state-ready"> Apple </span>
      <span class="btn-state-loading">
        <svg height="18" width="18" class="svg-loader">
          <circle r="7" cx="9" cy="9"></circle>
          <circle stroke-dasharray="87.96459430051421 87.96459430051421" r="7" cx="9" cy="9"></circle>
        </svg>
      </span>
      <span class="btn-state-complete">&nbsp;</span>
    </button>
  </product-add-button><input type="hidden" name="product-id" value="8313296191772"><input type="hidden" name="section-id" value="template--21989185421596__d340e0c2-a322-4b20-9abf-edd1d4e6d378">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product_form_9123353329948" accept-charset="UTF-8" class="shopify-product-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="product"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="id" value="48097213448476">
  <product-add-button>
    <button data-add-to-cart="" type="submit" name="add" class="product-grid-item__btn">
      <span class="btn-state-ready"> Add to cart </span>
      <span class="btn-state-loading">
        <svg height="18" width="18" class="svg-loader">
          <circle r="7" cx="9" cy="9"></circle>
          <circle stroke-dasharray="87.96459430051421 87.96459430051421" r="7" cx="9" cy="9"></circle>
        </svg>
      </span>
      <span class="btn-state-complete">&nbsp;</span>
    </button>
  </product-add-button><input type="hidden" name="product-id" value="9123353329948"><input type="hidden" name="section-id" value="template--21989185421596__custom">
</form>

GET /search

<form action="/search" method="get" role="search">
  <div class="item--loadbar" data-loading-indicator="" style="display: none;"></div>
  <div class="search__predictive__outer">
    <div class="wrapper">
      <div class="search__predictive__main">
        <div class="search__predictive__actions">
          <button class="search__predictive__button" type="submit">
            <span class="visually-hidden">Search</span>
            <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 16 16">
              <path
                d="M16 14.864 14.863 16l-4.24-4.241a6.406 6.406 0 0 1-4.048 1.392 6.61 6.61 0 0 1-4.65-1.925A6.493 6.493 0 0 1 .5 9.098 6.51 6.51 0 0 1 0 6.575a6.536 6.536 0 0 1 1.922-4.652A6.62 6.62 0 0 1 4.062.5 6.52 6.52 0 0 1 6.575 0 6.5 6.5 0 0 1 9.1.5c.8.332 1.51.806 2.129 1.423a6.454 6.454 0 0 1 1.436 2.13 6.54 6.54 0 0 1 .498 2.522c0 1.503-.468 2.853-1.4 4.048L16 14.864zM3.053 10.091c.973.972 2.147 1.461 3.522 1.461 1.378 0 2.551-.489 3.525-1.461.968-.967 1.45-2.138 1.45-3.514 0-1.37-.482-2.545-1.45-3.524-.981-.968-2.154-1.45-3.525-1.45-1.376 0-2.547.483-3.513 1.45-.973.973-1.46 2.146-1.46 3.523 0 1.375.483 2.548 1.45 3.515z">
              </path>
            </svg>
          </button>
          <input type="search" data-predictive-search-input="search-popdown-results" name="q" value="" placeholder="Search..." aria-label="Search our store" aria-controls="predictive-search-results">
          <div class="search__predictive__clear">
            <button type="reset" class="search__predictive__close__inner search-reset is-hidden" aria-label="Reset">
              <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 15 15">
                <g fill-rule="evenodd">
                  <path d="m2.06 1 12.02 12.021-1.06 1.061L1 2.062z"></path>
                  <path d="M1 13.02 13.022 1l1.061 1.06-12.02 12.02z"></path>
                </g>
              </svg> Clear</button>
          </div>
        </div>
        <div class="search__predictive__close">
          <button type="button" class="search__predictive__close__inner" data-close-popdown="" aria-label="Close">
            <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close-small" viewBox="0 0 15 15">
              <g fill-rule="evenodd">
                <path d="m2.237 1.073 12.021 12.021-1.414 1.414L.824 2.488z"></path>
                <path d="m.823 13.094 12.021-12.02 1.414 1.413-12.02 12.021z"></path>
              </g>
            </svg>
          </button>
        </div>
      </div>
    </div>
  </div>
  <div class="header__search__results" tabindex="-1" data-predictive-search-results=""></div>
  <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true" data-predictive-search-status=""></span>
</form>

Text Content

Press Alt+1 for screen-reader mode, Alt+0 to cancelAccessibility Screen-Reader
Guide, Feedback, and Issue Reporting

This website uses cookies to ensure you get the best experience on our
website.Privacy Policy

PreferencesAccept

Choose Type of Cookies You Accept Using

Strictly Required Cookies

These cookies are required for the website to run and cannot be switched off.
Such cookies are only set in response to actions made by you such as language,
currency, login session, privacy preferences. You can set your browser to block
these cookies but this might affect the way our site is working.

Analytics and Statistics

These cookies allow us to measure visitors traffic and see traffic sources by
collecting information in data sets. They also help us understand which products
and actions are more popular than others.

Marketing and Retargeting

These cookies are usually set by our marketing and advertising partners. They
may be used by them to build a profile of your interest and later show you
relevant ads. If you do not allow these cookies you will not experience targeted
ads for your interests.

Functional Cookies

These cookies enable our website to offer additional functions and personal
settings. They can be set by us or by third-party service providers that we have
placed on our pages. If you do not allow these cookies, these or some of these
services may not work properly.

Save my choiceAccept All
*By clicking on the above buttons, I give my consent on collecting my IP and
email (if registered). For more check GDPR Compliance
en
Skip to content

15% off ALL products with code BIOGAIA15

Congratulations! Your order qualifies for free shipping Spend $50 for free
shipping

15% off ALL products with code BIOGAIA15

Congratulations! Your order qualifies for free shipping Spend $50 for free
shipping

15% off ALL products with code BIOGAIA15

Congratulations! Your order qualifies for free shipping Spend $50 for free
shipping

15% off ALL products with code BIOGAIA15

Congratulations! Your order qualifies for free shipping Spend $50 for free
shipping

15% off ALL products with code BIOGAIA15

Congratulations! Your order qualifies for free shipping Spend $50 for free
shipping

15% off ALL products with code BIOGAIA15

Congratulations! Your order qualifies for free shipping Spend $50 for free
shipping

15% off ALL products with code BIOGAIA15

Congratulations! Your order qualifies for free shipping Spend $50 for free
shipping

15% off ALL products with code BIOGAIA15

Congratulations! Your order qualifies for free shipping Spend $50 for free
shipping

15% off ALL products with code BIOGAIA15

Congratulations! Your order qualifies for free shipping Spend $50 for free
shipping

15% off ALL products with code BIOGAIA15

Congratulations! Your order qualifies for free shipping Spend $50 for free
shipping

15% off ALL products with code BIOGAIA15

Congratulations! Your order qualifies for free shipping Spend $50 for free
shipping

15% off ALL products with code BIOGAIA15

Congratulations! Your order qualifies for free shipping Spend $50 for free
shipping

15% off ALL products with code BIOGAIA15

Congratulations! Your order qualifies for free shipping Spend $50 for free
shipping

HCP Samples
Cart $0.00 (0)
Shop
Life stages Babies & Toddlers Children & Teenagers Adults
Health Area Colic Gut Health Prenatal Health Bone Health Immunity Oral Care
All products
Probiotics 101
What are probiotics? Science and research Child health Gut health Oral health
Skin health
About us
Experts
Find us in your country
HCP Patient Sample Portal


Health Care Professionals Login For Patient Samples
English
English

   Choose language

   --------------------------------------------------------------------------------

 * English
 * Español


LANGUAGE

English Español Update
My Account
Search
Cart $0.00 (0)
My Account
English
English

   Choose language

   --------------------------------------------------------------------------------

 * English
 * Español


LANGUAGE

English Español Update
Search
Clear


Shop Expand menu
Hide menu Shop
Life stages Expand menu
Hide menu Life stages
Babies & Toddlers
Children & Teenagers
Adults

Health Area Expand menu
Hide menu Health Area
Colic
Gut Health
Prenatal Health
Bone Health
Immunity
Oral Care

All products
Probiotics 101 Expand menu
Hide menu Probiotics 101
What are probiotics?
Science and research
Child health
Gut health
Oral health
Skin health

About us Expand menu
Hide menu About us
Experts

Find us in your country
HCP Patient Sample Portal

Cart

Your cart is empty.




Continue browsing



Shipping & taxes calculated at checkout


Check Out • $0.00 USD






PROBIOTICS THROUGHOUT LIFE.

We love science. It’s part of our DNA. Literally.
Discover our probiotics for adults and probiotics for children.

Shop All




BIOGAIA IS A WORLD LEADER IN PROBIOTIC RESEARCH AND DEVELOPMENT. OUR CLINICALLY
PROVEN PROBIOTICS HAVE BEEN SUPPORTING THE HEALTH AND WELL-BEING OF PEOPLE
EVERYWHERE, THROUGHOUT EVERY STAGE OF LIFE, SINCE 1990.

Adults Children & Teenagers Babies
See all See all
 
123456


BioGaia Gastrus - Probiotic Chewables

BioGaia Gastrus - Probiotic Chewables

$28.99
 
123456

Sold Out

BioGaia Osfortis - Probiotic Capsules

BioGaia Osfortis - Probiotic Capsules

$48.99

Sold Out

 
123456

Quick add
 * Mint  
 * Apple  

BioGaia Prodentis 3-Pack Bundle - Probiotic Lozenges

BioGaia Prodentis 3-Pack Bundle - Probiotic Lozenges

$67.50
 
123456


BioGaia Prodentis - Probiotic Lozenges

BioGaia Prodentis - Probiotic Lozenges

$26.99
 
123456


BioGaia Protectis MUM - Probiotic Capsules

BioGaia Protectis MUM - Probiotic Capsules

$26.99
PreviousNext

 
123456


BioGaia Protectis KIDS - Probiotic Chewables

BioGaia Protectis KIDS - Probiotic Chewables

$26.99
 
1234567


BioGaia Immune Active KIDS - Probiotic Chewables

BioGaia Immune Active KIDS - Probiotic Chewables

From $26.99
 
123456


BioGaia Prodentis KIDS - Probiotic Lozenges

BioGaia Prodentis KIDS - Probiotic Lozenges

$26.99
PreviousNext

 
123456


BioGaia Protectis BABY - Probiotic Drops

BioGaia Protectis BABY - Probiotic Drops

$24.99
 
123456


BioGaia Protectis BABY with Vitamin D - Probiotic Drops

BioGaia Protectis BABY with Vitamin D - Probiotic Drops

$32.99
 
1234567


BioGaia Immune Active BABY - Probiotic Drops

BioGaia Immune Active BABY - Probiotic Drops

From $24.99
 
123456


BioGaia Nurture & Grow - Probiotic Drops

BioGaia Nurture & Grow - Probiotic Drops

$24.99
 
123456


BioGaia Aldermis BABY - Probiotic Ointment

BioGaia Aldermis BABY - Probiotic Ointment

$14.99
PreviousNext



EXPLORE OUR LEARNING LAB

Good health starts with good education. Learn all you need to know about
probiotics, good bacteria, and much more.

Visit now



Probiotics for babies

 
123456


BioGaia Protectis BABY - Probiotic Drops

BioGaia Protectis BABY - Probiotic Drops

$24.99
 
123456


BioGaia Protectis BABY with Vitamin D - Probiotic Drops

BioGaia Protectis BABY with Vitamin D - Probiotic Drops

$32.99
 
1234567


BioGaia Immune Active BABY - Probiotic Drops

BioGaia Immune Active BABY - Probiotic Drops

From $24.99
 
123456


BioGaia Nurture & Grow - Probiotic Drops

BioGaia Nurture & Grow - Probiotic Drops

$24.99
 
123456


BioGaia Aldermis BABY - Probiotic Ointment

BioGaia Aldermis BABY - Probiotic Ointment

$14.99
 
123456

Add to cart  

BioGaia Baby Essentials Bundle

BioGaia Baby Essentials Bundle

$28.95
PreviousNext
View slide 1View slide 2View slide 3View slide 4View slide 5View slide 6



HOW TO CHOOSE PROBIOTICS

There are several key things you need to look for when choosing a probiotic.
Here, we outline the essentials.

Learn more


Play video



Discover more on our blog


THE MAGIC TOUCH: YOUR GUIDE TO BABY MASSAGE

Have you ever noticed how a gentle touch can instantly calm a fussy baby? A
practice used for centuries, baby massage is a wonderful way...

Read more


GUT HEALTH WHILE TRAVELING : TIPS TO AVOID TRAVELERS' DIARRHEA AND JET BELLY

Travelling opens doors to new cultures, experiences, and... unfortunately,
potential digestive disruptions. Travelers' diarrhea, bloating after flights,
and "jet belly" are all common complaints that...

Read more


TWO SURPRISING KIWI BENEFITS FOR GUT AND IMMUNE HEALTH

When it comes to small fruits with big health benefits, kiwis are the unsung
heroes. These fuzzy little powerhouses are not only delicious, but also...

Read more


PROBIOTICS: A POWERFUL ALLY FOR WOMEN’S HEALTH

In the realm of women's health, there's a growing buzz about probiotics – those
tiny, live bacteria that hold the promise of enhancing our overall...

Read more


PROBIOTICS AND BABIES: A COMPREHENSIVE GUIDE

Navigating the world of baby care can be overwhelming, especially when it comes
to supplements like probiotics. These "good bacteria" are quickly gaining
attention for...

Read more


GASSY BABY OR COLIC

Gassy baby or colicky infant? Life with a newborn can be a rollercoaster of
sweet smiles and cuddles, combined with grunts, grimaces and restless nights....

Read more
PreviousNext
View all


Why choose BioGaia's probiotics?

Our clinically proven probiotics support your gut bacteria and overall health
and wellbeing.

We have spent over 30 years of research to develop probiotics for your body’s
good bacteria.

One daily dose of any of our products contains a minimum of 100 million live
bacteria.

Subscribe and save 15%. You can change or cancel your subscription at any time.



BioGaia probiotics

BioGaia probiotics
 * Shop
 * Subscribe & Save
 * Articles
 * What are probiotics?
 * Find us in your country
 * HCP Patient Samples Portal

Who we are

Who we are
 * Our story
 * Find us in your market
 * Corporate site
 * Career

Customer care

Customer care
 * Contact us
 * FAQ
 * Manage subscription
 * Privacy Policy
 * Return and Refund Policy
 * Terms of Service

*These statements have not been evaluated by the Food and Drug Administration.
This product is not intended to diagnose, treat, cure or prevent any disease.



Disclaimer: The content on this website is intended solely for residents of the
United States. By continuing to use this website, you confirm that you are a
resident of the United States.

Health Care Professional login

Health Care Professional login

© BioGaia 2025 Contact us FAQ Manage subscription Privacy Policy Return and
Refund Policy Terms of Service
Search
Clear