Improve your airflow, enhance your performance.Experience an increase in instant airflow allowing for easy nasal breathing, perfect when training to increase oxygen intake or during sleep to encourage nasal breathing and experience a deeper & improved sleep.B-YOND Nasal Strips are innovative breathing aids that enhance airflow through your nasal passages. Our strips are designed to improve sleep quality, increase energy levels, reduce snoring and provide other health & wellness benefits, both day & night. Experience transformative improvements in your wellbeing, both day & night. Contains 30 strips per pouch.
/* Mark the container as a query container */
.image-container {
container-type: inline-size;
}
/* When the container’s width is at least 500px, apply a max-width style to the image */
@container (min-width: 500px) {
.image-container img {
max-width: 80%;
height: auto;
}
}