resbiotic.com Open in urlscan Pro
23.227.38.32  Public Scan

Submitted URL: https://trk.klclick2.com/ls/click?upn=TMSsOlqYYW776Y81yTmPcCCnB8F3TXBV8u928mnrr8d3a4im6pySbekwh6z5uDdXjc2xf0gCdgz-2BRAnh2...
Effective URL: https://resbiotic.com/a/blog?variation=A&utm_source=Klaviyo&utm_medium=campaign&utm_campaign=August%20Breather&_kx=L0e...
Submission: On September 01 via api from US — Scanned from DE

Form analysis 5 forms found in the DOM

GET /search

<form class="relative mt-10 max-w-2xl mx-auto block" action="/search" method="get" role="search">
  <label for="Search" class="visually-hidden"> Search </label>
  <input type="search" name="q" id="Search" class="pr-12 placeholder-current input w-full" value="" placeholder="Search">
  <button class="absolute right-2 top-1/2 transform -translate-y-1/2 p-1" type="submit">
    <span class="inline-block w-5 h-5"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path
          d="M2 21.1304C2 26.2041 4.01552 31.07 7.60317 34.6577C11.1908 38.2453 16.0567 40.2609 21.1304 40.2609C26.2041 40.2609 31.07 38.2453 34.6577 34.6577C38.2453 31.07 40.2609 26.2041 40.2609 21.1304C40.2609 16.0567 38.2453 11.1908 34.6577 7.60317C31.07 4.01552 26.2041 2 21.1304 2C16.0567 2 11.1908 4.01552 7.60317 7.60317C4.01552 11.1908 2 16.0567 2 21.1304V21.1304Z"
          stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M46 46L34.6576 34.6576" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </span>
    <span class="visually-hidden">Search</span>
  </button>
</form>

GET /search

<form x-ref="searchForm" action="/search" method="get" role="search" @submit="onFormSubmit" "="">
    <div class=" relative">
  <input id="header-search" type="search" name="q" value="" class="header-search-input pl-9 py-2 placeholder:text-scheme-text font-secondary w-full border-0 shadow-none bg-transparent" placeholder="Search" aria-expanded="false"
    aria-owns="predictive-search-results-list" aria-controls="predictive-search-results-list" aria-autocomplete="list" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false" x-ref="input" x-model="rawQuery"
    @input.debounce.300="onChange" @focus="onFocus">
  <label class="visually-hidden" for="header-search">Search</label>
  <input type="hidden" name="options[prefix]" value="last"><button class="absolute left-0 top-1/2 transform -translate-y-1/2 p-1" aria-label="Search">
    <span class="inline-block w-6 h-6"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path
          d="M2 21.1304C2 26.2041 4.01552 31.07 7.60317 34.6577C11.1908 38.2453 16.0567 40.2609 21.1304 40.2609C26.2041 40.2609 31.07 38.2453 34.6577 34.6577C38.2453 31.07 40.2609 26.2041 40.2609 21.1304C40.2609 16.0567 38.2453 11.1908 34.6577 7.60317C31.07 4.01552 26.2041 2 21.1304 2C16.0567 2 11.1908 4.01552 7.60317 7.60317C4.01552 11.1908 2 16.0567 2 21.1304V21.1304Z"
          stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M46 46L34.6576 34.6576" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </span>
  </button>
  <button @click="close(true,true)" class="block p-1 absolute right-0 top-1/2 transform -translate-y-1/2" type="button">
    <span class="visually-hidden">Close (esc)</span>
    <span class="inline-block w-6 h-6"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M46 2L2 46" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M46 46L2 2" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg></span>
  </button>
  </div>
  <div id="predictiveSearchResults" :class="{'opacity-0': !isOpen }" tabindex="-1"
    class="bg-scheme-background text-scheme-text pb-5 lg:pb-10 px-section absolute left-0 right-0 z-50 max-h-three-quarters-screen-height overflow-hidden overflow-y-auto opacity-0">
    <template x-if="loading &amp;&amp; !results">
      <div class="w-6 h-6 mx-auto" data-predictive-loading="">
        <div class="loading"></div>
      </div>
    </template>
    <template x-if="isOpen">
      <div x-ref="results">
      </div>
    </template>
  </div>
  <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span>
</form>

GET https://resbiotic.com/a/blog/

<form method="get" action="https://resbiotic.com/a/blog/" class="" id="dib-search">
  <input name="sq" type="text" value="" placeholder="Search for..." isp_ignore=""><button><svg viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg">
      <path d="M8 16a.999.999 0 01-.707-1.707L11.586 10 7.293 5.707a.999.999 0 111.414-1.414l5 5a.999.999 0 010 1.414l-5 5A.997.997 0 018 16z" fill=""></path>
    </svg></button>
</form>

POST /contact#FooterNewsletter

<form method="post" action="/contact#FooterNewsletter" id="FooterNewsletter" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <div class="lg:flex items-center justify-center">
    <input type="hidden" name="contact[tags]" value="newsletter">
    <label for="NewsletterForm-footer" class="sr-only"> Email Address </label>
    <div class=" w-full lg:mr-2 flex-grow">
      <input id="NewsletterForm-footer" type="email" name="contact[email]" class="input--background input-group-field w-full placeholder:text-scheme-text text-scheme-text border-scheme-text" value="" autocorrect="off" autocapitalize="off"
        autocomplete="email" placeholder="email@example.com" required="">
    </div>
    <button type="submit" class="push-btn push-btn--pop w-full lg:w-auto mt-2.5 lg:mt-0" name="commit" id="Subscribe-footer">
      <span class="push-btn-surface w-full">Subscribe</span>
    </button>
  </div>
</form>

GET /search

<form class="relative mt-10 max-w-2xl mx-auto block" action="/search" method="get" role="search">
  <label for="Search" class="visually-hidden"> Search </label>
  <input type="search" name="q" id="Search" class="pr-12 placeholder-current input w-full" value="" placeholder="Search">
  <button class="absolute right-2 top-1/2 transform -translate-y-1/2 p-1" type="submit">
    <span class="inline-block w-5 h-5"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path
          d="M2 21.1304C2 26.2041 4.01552 31.07 7.60317 34.6577C11.1908 38.2453 16.0567 40.2609 21.1304 40.2609C26.2041 40.2609 31.07 38.2453 34.6577 34.6577C38.2453 31.07 40.2609 26.2041 40.2609 21.1304C40.2609 16.0567 38.2453 11.1908 34.6577 7.60317C31.07 4.01552 26.2041 2 21.1304 2C16.0567 2 11.1908 4.01552 7.60317 7.60317C4.01552 11.1908 2 16.0567 2 21.1304V21.1304Z"
          stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M46 46L34.6576 34.6576" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </span>
    <span class="visually-hidden">Search</span>
  </button>
</form>

Text Content

Skip to content
Labor Day Sale! Use promo code LDW20 to save 20% on any order. Labor Day Sale!
Use promo code LDW20 to save 20% on any order. Labor Day Sale! Use promo code
LDW20 to save 20% on any order. Labor Day Sale! Use promo code LDW20 to save 20%
on any order. Labor Day Sale! Use promo code LDW20 to save 20% on any order.
Labor Day Sale! Use promo code LDW20 to save 20% on any order. Labor Day Sale!
Use promo code LDW20 to save 20% on any order. Labor Day Sale! Use promo code
LDW20 to save 20% on any order. Labor Day Sale! Use promo code LDW20 to save 20%
on any order. Labor Day Sale! Use promo code LDW20 to save 20% on any order.
Menu
Menu


NEW NAV

 * Shop
 * Learn
   
    * Science
    * Blog
    * Quiz

 * Connect
   
    * About Us
    * Contact Us

 * Log in
 * Create account

 * Facebook
 * Twitter
 * Instagram
 * YouTube
 * LinkedIn


NEW NAV

Close (esc)
 * Shop
 * Learn
   
    * Science
    * Blog
    * Quiz

 * Connect
   
    * About Us
    * Contact Us

 * Log in
 * Create account

Search Search
 * Facebook
 * Twitter
 * Instagram
 * YouTube
 * LinkedIn

 * Shop
 * Learn
    * Science
    * Blog
    * Quiz

 * Connect
    * About Us
    * Contact Us


Log in
Search our siteSearch
Search Close (esc)

Cart (0) items Cart (0) items
Shop Now


THE BREATHER

 * #AskTheScientists
 * Behind the Scenes
 * Environment
 * Exercise
 * In the News
 * Lung Health
 * Microbiome
 * Nutrition
 * Well Being
 * Gut Health
 * 
 * 


PROBIOTICS: WHAT YOU SHOULD KNOW



The ResBiotic Team 08/30/2022 12:00pm 4 minute read

Gut Health | Lung Health | Microbiome


HOW TO EASILY & EFFECTIVELY BUILD BREATHING EXERCISES INTO YOUR DAILY ROUTINE



Nick Heath, PhD 08/23/2022 12:00pm 5 minute read

Lung Health | Well Being


PROTECTING YOUR LUNGS DURING WILDFIRE SEASON



The ResBiotic Team 08/16/2022 12:00pm 4 minute read

Environment | Lung Health


WHY BREATHING GETS YOU FOCUSED (AND 5 WAYS TO DO IT)



Nick Heath, PhD 08/12/2022 10:53am 5 minute read

Lung Health | Well Being


FIVE WAYS SWIMMING CAN BENEFIT LUNG HEALTH



The ResBiotic Team 08/06/2022 8:00am 3 minute read

Exercise | Lung Health


HOW HIGH TEMPS CHALLENGE OUR BREATHING (AND THINGS WE CAN DO TO HELP)



Nick Heath, PhD 07/21/2022 1:26pm 5 minute read

Environment | Lung Health


THINGS TO CONSIDER WHEN CHOOSING AN AIR PURIFIER



The ResBiotic Team 07/21/2022 10:00am 4 minute read

Environment | Well Being


3 EASY WAYS TO RELAX WITH MINDFUL BREATHING



Nick Heath, PhD 07/05/2022 12:00pm 6 minute read

Lung Health | Well Being


6 FOODS THAT SUPPORT YOUR MICROBIOME



The ResBiotic Team 06/24/2022 10:00am 4 minute read

Gut Health | Microbiome | Nutrition


COOLING OFF THIS SUMMER WITH A SWIM? HOW CHLORINE IN POOL WATER MAY AFFECT OUR
LUNGS.



Asia Muhammad, ND 06/22/2022 1:00pm 4 minute read

Environment | Lung Health | Well Being

Next ⇢
Hey! Looks like you've changed your theme and now DropInBlog's code needs to be
re-added to your theme files.
Follow these instructions to solve this right away. Or hit us up on Messenger if
you'd like some help.

*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.

 * Facebook
 * Twitter
 * Instagram
 * YouTube
 * LinkedIn

 * Privacy Policy
 * Terms of Service

 * resB Lung Support
 * Our Science
 * Our Story
 * Return Policy
 * Frequently Asked Questions


STAY IN THE LOOP

Email Address

Subscribe

© 2022, ResBiotic. Powered by Shopify


ACCEPTED PAYMENTS

 * American Express
 * Apple Pay
 * Diners Club
 * Discover
 * Meta Pay
 * Google Pay
 * Mastercard
 * Shop Pay
 * Visa



 * Choosing a selection results in a full page refresh.
 * Press the space key then arrow keys to make a selection.






YOUR CART -

Close (esc)

Your cart is currently empty.

TODO: $0 USD





NEW NAV

Close (esc)
 * Shop
 * Learn
   
    * Science
    * Blog
    * Quiz

 * Connect
   
    * About Us
    * Contact Us

 * Log in
 * Create account

Search Search
 * Facebook
 * Twitter
 * Instagram
 * YouTube
 * LinkedIn


YOUR CART - 0 ITEMS

Close (esc)

Your cart is currently empty.

TODO: $0 USD