/** Shopify CDN: Minification failed

Line 4496:0 Unexpected "}"
Line 4534:0 Unexpected "}"
Line 4620:0 Unexpected "#"
Line 6524:4 "font-szie" is not a known CSS property

**/
/* Color custom properties */


:root,
.color-background-1 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-1);
  --gradient-background: var(--gradient-base-background-1);
}

.color-background-2 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-2);
  --gradient-background: var(--gradient-base-background-2);
}

.color-inverse {
  --color-foreground: var(--color-base-background-1);
  --color-background: var(--color-base-text);
  --gradient-background: rgb(var(--color-base-text));
}

.color-accent-1 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-1);
  --gradient-background: var(--gradient-base-accent-1);
}

.color-accent-2 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-2);
  --gradient-background: var(--gradient-base-accent-2);
}

.color-foreground-outline-button {
  --color-foreground: var(--color-base-outline-button-labels);
}

.color-foreground-accent-1 {
  --color-foreground: var(--color-base-accent-1);
}

.color-foreground-accent-2 {
  --color-foreground: var(--color-base-accent-2);
}

:root,
.color-background-1 {
  --color-link: var(--color-base-outline-button-labels);
  --alpha-link: 0.85;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-link: var(--color-foreground);
  --alpha-link: 0.7;
}

:root,
.color-background-1 {
  --color-button: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --alpha-button-background: 1;
  --alpha-button-border: 1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-background);
}

.button--secondary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --color-button: var(--color-background);
  --alpha-button-background: 1;
}

.color-background-2 .button--secondary,
.color-accent-1 .button--secondary,
.color-accent-2 .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}

.color-inverse .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}

.button--tertiary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.color-background-2 .button--tertiary,
.color-inverse .button--tertiary,
.color-accent-1 .button--tertiary,
.color-accent-2 .button--tertiary {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-foreground);
}

:root,
.color-background-1 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-foreground);
  --alpha-badge-border: 0.1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-background);
  --alpha-badge-border: 1;
}

:root,
.color-background-1,
.color-background-2 {
  --color-card-hover: var(--color-base-text);
}

.color-inverse {
  --color-card-hover: var(--color-base-background-1);
}

.color-accent-1,
.color-accent-2 {
  --color-card-hover: var(--color-base-solid-button-labels);
}

:root,
.color-icon-text {
  --color-icon: rgb(var(--color-base-text));
}

.color-icon-accent-1 {
  --color-icon: rgb(var(--color-base-accent-1));
}

.color-icon-accent-2 {
  --color-icon: rgb(var(--color-base-accent-2));
}

.color-icon-outline-button {
  --color-icon: rgb(var(--color-base-outline-button-labels));
}

.contains-card,
.card {
  --border-radius: var(--card-corner-radius);
  --border-width: var(--card-border-width);
  --border-opacity: var(--card-border-opacity);
  --shadow-horizontal-offset: var(--card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--card-shadow-vertical-offset);
  --shadow-blur-radius: var(--card-shadow-blur-radius);
  --shadow-opacity: var(--card-shadow-opacity);
  --shadow-visible: var(--card-shadow-visible);
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
  --shadow-visible: var(--text-boxes-shadow-visible);
}

.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
  --shadow-visible: var(--media-shadow-visible);
}

/* base */

.no-js:not(html) {
  display: none !important;
}

html.no-js .no-js:not(html) {
  display: block !important;
}

.no-js-inline {
  display: none !important;
}

html.no-js .no-js-inline {
  display: inline-block !important;
}

html.no-js .no-js-hidden {
  display: none !important;
}

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  
  
  .page-width {
    padding: 0 5rem;
  }

  .header-wrapper .page-width {
    padding: 0 1rem;
  }
  .page-width--narrow {
    padding: 0 9rem;
  }

  .page-width-desktop {
    padding: 0;
  }

  .page-width-tablet {
    padding: 0 5rem;
  }
}

@media screen and (min-width: 990px) {
  
  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }

  .header__inline-menu .list-menu--inline li:last-child {
    display: none;
  }
  
}

.isolate {
  position: relative;
  z-index: 0;
}

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}

@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}

.element-margin-top {
  margin-top: 5rem;
}

@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

body,
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
}

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.overflow-hidden {
  overflow: hidden;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

::selection {
  background-color: rgba(var(--color-foreground), 0.2);
}

.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

.hxl {
  font-size: calc(var(--font-heading-scale) * 5rem);
}

@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 6.2rem);
  }
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 5.2rem);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}

h6,
.h6 {
  color: rgba(var(--color-foreground), 0.75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  text-transform: uppercase;
}

.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: .16rem;
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

.color-foreground {
  color: rgb(var(--color-foreground));
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 749px) {
  .small-hide {
    /*display: none !important;*/
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }

  #shopify-section-template--14933352120343__166369173019cb8879 .multicolumn-list li {
      max-width: 30%;
  }

  #shopify-section-template--14933352120343__166369173019cb8879 .multicolumn-list li:first-child {
      max-width: 45%;
  }

  
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}

.link--text {
  color: rgb(var(--color-foreground));
}

.link--text:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

a:not([href]) {
  cursor: not-allowed;
}

.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
  display: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
  
}


  .product-form__quantity {
    vertical-align: top;
    padding-top: 10px !important;
  }



.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
}

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link:hover,
.customer a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.icon-arrow {
  width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}

/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: ' ';
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}

@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }

  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset,
.no-js .focus-inset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.no-js .focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

h2.junip-product-review-title {
  font-family: "CircularStd-Bold", sans-serif;
  font-size: 55px;
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

.focus-offset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.focus-offset.focused,
.no-js .focus-offset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.no-js .focus-offset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/* component-title */
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}

.title-wrapper-with-link .title {
  margin: 0;
}

.title .link {
  font-size: inherit;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.title--primary {
  margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  color: rgb(var(--color-link));
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper--no-top-margin {
  margin-top: 0;
}

.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem;
  color: rgba(var(--color-foreground), 0.7);
}

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

.grid:last-child {
  margin-bottom: 0;
}

.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
}

@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid--1-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .grid--peek .grid__item {
    min-width: 35%;
  }

  .grid--peek.slider .grid__item:first-of-type {
    /*margin-left: 1.5rem; */
  }

  .grid--peek.slider .grid__item:last-of-type {
    /*margin-right: 1.5rem;*/
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item  {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
}

@media screen and (min-width: 989px) {
  
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  .slider--tablet.grid--peek .grid__item:last-of-type {
    margin-right: 1.5rem;
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
}

/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  min-height: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}

/* component-button */
/* Button - default */

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role="button"],
.cart__dynamic-checkout-buttons [role='button'],
.cart__dynamic-checkout-buttons iframe {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}


.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}

.shopify-payment-button__button--branded {
  z-index: auto;
}

.cart__dynamic-checkout-buttons iframe {
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-base-text), var(--shadow-opacity));
}

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}


.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before,
.shopify-payment-button [role="button"]:before,
.cart__dynamic-checkout-buttons [role='button']:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity));
}


.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: '';
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background));
}

.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role="button"]:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role="button"]:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused),
.shopify-payment-button [role="button"]:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.button--small {
  padding: 1.2rem 2.6rem;
}

/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button--full-width {
  display: flex;
  width: 100%;
}

.button.loading {
  color: transparent;
  position: relative;
}

@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}

.button.loading > .loading-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.button.loading > .loading-overlay__spinner .spinner {
  width: fit-content;
}

.button.loading > .loading-overlay__spinner .path {
  stroke: rgb(var(--color-button-text));
}

/* Button - social share */

.share-button {
  display: block;
  position: relative;
}

.share-button details {
  width: fit-content;
}

.share-button__button {
  font-size: 1.4rem;
  display: flex;
  min-height: 2.4rem;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
}

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  width: 1.3rem;
}

.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}

.share-button__fallback:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}

.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.share-button__fallback button:hover svg {
  transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused) + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}

.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground),.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)),0 0 0.5rem 0.4rem rgba(var(--color-foreground),.3);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

.share-button__fallback .field__input:hover {
  box-shadow: none;
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: var(--inputs-border-width);
}

.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground),var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}

.text-area,
.select {
  display: flex;
  position: relative;
  width: 100%;
}

/* Select */

.select .icon-caret,
.customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: calc(var(--inputs-border-width) + 1.5rem);
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

.customer .field {
  display: flex;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease,
    font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

.field__button > svg {
  height: 2.5rem;
  width: 2.5rem;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 10rem;
  resize: none;
}

input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.6rem;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}

.form__message .icon,
.customer .form__message svg {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message svg {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
}
/*
.quantity:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: 10px;
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
} 

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
} */


quantity-input.quantity {
  border: 3px solid #009bd9;
  border-radius: 10px;
  width: max-content;
 
}

quantity-input.quantity button {
  width: 25px;
}

quantity-input.quantity input {
  width: 30px;
}

quantity-input.quantity button,
quantity-input.quantity input{
  color: #019bd9;
  font-family: "CircularStd-Medium", sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.quantity__input {
  color: currentColor;
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}

.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}

.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}

.quantity__button svg {
  width: 1rem;
  pointer-events: none;
}

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type='number'] {
  -moz-appearance: textfield;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 5;
}

.modal__toggle-close {
  display: none;
}

.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.no-js .modal__close-button.link {
  display: none;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal {
  cursor: zoom-out;
}

.media-modal .deferred-media {
  cursor: initial;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  font-family: "CircularStd-Medium", sans-serif;
  position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
      bottom: 19px;
    left: 12px;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}

.cart-count-bubble .visually-hidden {
    min-width: 1px !important;
    min-height: 1px !important;
    clip: initial;
}

/* section-announcement-bar */
#shopify-section-announcement-bar {
  z-index: 4;
}

.announcement-bar {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  color: rgb(var(--color-foreground));
}

.announcement-bar__link {
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  text-decoration: none;
}

.announcement-bar__link:hover {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-card-hover), 0.06);
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.announcement-bar__link .announcement-bar__message {
  padding: 0;
}

.announcement-bar__message {
  text-align: center;
  padding: 1rem 2rem;
  margin: 0;
  letter-spacing: 0.1rem;
}

/* section-header */
#shopify-section-header {
  z-index: 99999999;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

.shopify-section-header-hidden {
  transform: translateY(-100%);
}

.shopify-section-header-hidden.menu-open {
  transform: translateY(0);
}

#shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
}

.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.header {
  display: grid;
  grid-template-areas: 'left-icon heading icons';
  grid-template-columns: 1.5fr 1.5fr 1.5fr;
  align-items: center;
}

@media screen and (min-width: 990px) {
  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }

  .header--top-center {
    grid-template-areas:
      'navigation heading icons';
  }

  .header:not(.header--middle-left) .header__inline-menu {
    /*margin-top: 1.05rem;*/
  }
}

.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  padding: 0.75rem;
  text-decoration: none;
  word-break: break-word;
}

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}

.header__heading-logo {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }
}

@media screen and (min-width: 990px) {
  .header__heading-link {
    margin-left: -0.75rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon {
  color: rgb(var(--color-foreground));
}

.header__icon span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07);
}

.header__icon .icon {
  height: 2.5rem;
  width: 2.5rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
  padding: 0;
}

.header__icon--cart {
  position: relative;
  padding-right: 1rem;
}

@media screen and (max-width: 989px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
}

.header__icon--menu[aria-expanded="true"]::before {
  content: "";
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), 0.5);
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icon;
  justify-self: start;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

.no-js .predictive-search {
  display: none;
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: '';
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2) );
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2) );
}

.search-modal__form {
  width: 100%;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 47.8rem;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07);
}

.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
  }

  .header--top-center .header__inline-menu {
    justify-self: left;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: .5em  1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.header__menu-item:hover {
  color: rgb(var(--color-foreground));
}

.header__menu-item span {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  transition: text-decoration var(--duration-short) ease;
}

.product-grid-container .card__information .bbn-onetime-purchase {
  display: none;
}

.header__menu-item:hover span {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

details[open] > .header__menu-item {
  text-decoration: underline;
}

details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}

details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}

.header__submenu {
  transition: opacity var(--duration-default) ease,
    transform var(--duration-default) ease;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.header__submenu.list-menu {
  padding: 2.4rem 0;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 0.5rem 0;
  margin: 0.5rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2.4rem;
}

.header__submenu .header__submenu .header__menu-item {
  padding-left: 3.4rem;
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

#bbn-home-list-items .multicolumn-card__info h3 {
    font-family: "CircularStd-Bold", sans-serif;
    font-size: 43px;
    font-weight: bold;
    color: #fff;
    margin-left: -20px;
    margin-top: -10px;
  margin-bottom: 30px;
}

#bbn-home-list-items .multicolumn-list li:last-child h3 {
  visibility: hidden;
}

.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}

header-menu > details,
details-disclosure > details {
  position: relative;
}

.bbn-locator-top-boxes {
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.bbn-locator-top-boxes-blue {
  margin: 20px auto;
  padding: 20px 35px;
  width: 310px;
  background-color: #00A3FF;
  border-radius: 8px;
  display: inline-block;
  margin-right: 10px;
}

.bbn-locator-top-boxes-blue img,
.bbn-locator-top-boxes-orange img {
  width: 100%;
}

.bbn-locator-top-boxes-orange {
  margin: 20px auto;
  padding: 20px 21px;
  width: 310px;
  background-color: #FF803E;
  border-radius: 8px;
  display: inline-block;
      margin-left: 10px;
}

.bbn-locator-top-boxes-orange input[type="text"] {
        width: 90%;
    padding: 8px;
    border-radius: 5px;
    border: 2px solid #3E3E3E;
    margin-top: 20px;
    font-size: 16px;
    
}

.bbn-locator-input-wrap {
  position: relative;
}

.bbn-locator-input-wrap::after {
        content: "\2192";
    right: 28px;
    top: 21px;
    font-size: 20px;
    position: absolute;
    z-index: 99;
}

.bbn-locator-top-boxes-orange h3 {
  font-weight: bold;
    font-family: "CircularStd-Bold", sans-serif !important;
    font-size: 16px;
    color: #fff;
    margin: 5px;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

.badge {
  border: 1px solid transparent;
  border-radius: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.5rem 1.3rem 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-foreground));
  word-break: break-word;
}

.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}

.ratio::before {
  content: '';
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}

.content-container:after {
  content: '';
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset)
    var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius)
    rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}

.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: '';
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
}

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }

  .grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 0;
  }

  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }

  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}


.button {
  background: #FFFFFF;
  border: 3px solid #019BD9;
  border-radius: 10px;
  color: #019BD9;
  font-family: "CircularStd-Medium";
}

.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}


.fw-normal {
  font-family: "CircularStd-Book", sans-serif;
}

.fw-medium {
  font-family: "CircularStd-Medium", sans-serif;
}

.fw-bold {
  font-family: "CircularStd-Bold", sans-serif;
}

.fw-black {
  font-family: "CircularStd-Black", sans-serif;
}

.header__menu-item span {
  font-size: 18px;
  color: #000;
}

.add-right-spacetwenty {
  padding-right: 20px;
}

.bbn-font-weight-bold {
  font-weight: bold;
}

.bbn-font-size-ttwo {
  font-size: 22px;  
}

#home-parner-section div.media {
  height: 125px;
  display: initial;
  line-height: 90px;
}

#home-parner-section div.media img {
  height: auto;
  width: 80%;
  position: relative;
  display: initial;
}

#home-parner-section.multicolumn .title-image {
  margin: auto;
}

#home-parner-section {
    background-repeat: no-repeat;
    background-attachment: initial;
    background-size: 100%;
    padding-top: 90px;
    margin-top: -70px;
    position: relative;
    background-color: transparent;
       
}

#bbn-desk-about-us-top .image-with-text__content,
#bbn-desk-about-us-top .image-with-text__media,
#bbn-about-page-boomboom-today .image-with-text__content,
#bbn-about-page-boomboom-today .image-with-text__media {
  background-color: transparent;
}

#bbn-desk-about-us-top .image-with-text__media {
  border: 0;
}

#bbn-desk-about-us-top .page-width,
#bbn-about-page-boomboom-today .page-width {
  padding-right: 0;
  max-width: 100%;  
}

#bbn-product-page-boost-container .banner.banner--content-align-center {
  min-height: 1000px;
}

#bbn-desk-about-us-top {
      background-image: linear-gradient(to right, #ff741f,#ff7615, #fe7717, #ff731b, #fe6f18, #ff650f);
}

#bbn-product-page-boost-container h3 {
   color: #019BD9;
   padding-bottom: 30px;
}

#bbn-product-what-does ul {
   margin-top: 120px;
}

#bbn-product-what-does h3,
#bbn-about-page-boomboom-today h2.image-with-text__heading,
#bbn-desk-about-us-top h2.image-with-text__heading {
  color: #FFFFFF;
  font-size: 43px;
  font-weight: bold;
  font-family: "CircularStd-Bold", sans-serif;
}

#bbn-desk-about-us-top .image-with-text__text p,
#bbn-about-page-boomboom-today .image-with-text__text p {
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  font-family: "CircularStd-Book", sans-serif;
}

#bbn-desk-about-us-top .image-with-text__text p {
  margin-bottom: 25px;
}

#bbn-about-page-boomboom-today .image-with-text__media-item,
#bbn-desk-what-inside-banner .image-with-text__media-item{
  width: 30%;
}

#bbn-about-page-boomboom-today .image-with-text__media {
   border: 0;
   margin-top: -15px;
}

#bbn-about-page-boomboom-today .image-with-text__text-item h2,
#bbn-about-page-boomboom-today .image-with-text__text-item div {
  margin-top: 30px;
}

#bbn-about-page-boomboom-today .button--primary,
#bbn-mobile-about-last-content .button--primary {
  color: #FF7732;
  border-color: #FF7732;
  font-size: 22px;
  font-family: "CircularStd-Bold", sans-serif;
  font-weight: bold;
}

#bbn-mobile-about-last-content .rich-text__buttons {
      position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
}

#bbn-about-page-boomboom-today .button--primary:hover {
   background-color: #FF7732;
  color: #fff;
}

.bbn-subscribtoin-wrapper .button--primary:hover {
  background-color: #FF7732;
   color: #fff;
}

#bbn-find-store-top-title .rich-text__heading {
   font-size: 38px;
   color: #FB6F31;
   font-family: "CircularStd-Bold", sans-serif;
  font-weight: bold;
}

#bbn-product-what-does ul li:first-child p {
    display: list-item;
    list-style: inside;
    color: #fff;
    font-size: 25px;
    font-family: "CircularStd-Book", sans-serif;
}

#bbn-store-locator-map {
  padding-bottom: 40px;
}

#bbn-about-out-evolition .content-container--full-width {
  background-color: #ff7521;
}

#bbn-about-out-evolition .rich-text__heading span {
  color: #fff;
  font-size: 45px;
  font-family: "CircularStd-Bold", sans-serif;
  font-weight: bold;
}

#bbn-product-what-does ul li:last-child p {
    display: list-item;
    list-style-type: none;
    font-size: 25px;
    color: #fff;
    font-family: "CircularStd-Book", sans-serif;
    position: relative;
    margin-bottom: 40px;
    max-width: 360px;
    line-height: 30px;
}

#bbn-product-what-does ul li:last-child p:before {
    content: " ";
    position: absolute;
    margin-left: -130px;
    background-color: #fff;
    height: 3px;
    width: 100px;
    top: 50%;
}

#bbn-product-what-does {
  background-attachment: initial;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60px;
    margin-top: -80px;
    z-index: 99;
    position: relative;
    background-color: transparent;
   background-position: top;
  height: 800px;
}

#bbn-product-page-boost-container h3 span {
  color: #019BD9;
  font-size: 45px;
  font-family: "CircularStd-Bold", sans-serif;
  font-weight: bold;
}

#bbn-desk-what-inside-last-banner .image-with-text__text p,
#bbn-desk-what-inside-last-banner .image-with-text__text br {
      line-height: 30px;
}

#bbn-product-page-boost-container .banner--medium.banner--desktop-transparent .banner__box {
  width: 100%;
   padding: 0;
      max-width: 1000px;
}

.bbn-image-banner-banner-top-image {
  width: 100%;
}

#bbn-home-flover-banner .content-container {
    background-attachment: initial;
    height: 820px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#shopify-section-template--15042381316119__4e0947c0-3da0-4036-b9ee-d11e346681c6 {
  margin-top: -1px;
}

#shopify-section-template--15042381316119__a9879a97-101e-4c91-9b0b-c0dd1e43e97e .gradient,
#shopify-section-template--15042381316119__4e0947c0-3da0-4036-b9ee-d11e346681c6 .content-container {
  background-color: #ff7720;
}

#shopify-section-template--15042381316119__a9879a97-101e-4c91-9b0b-c0dd1e43e97e .accordion summary:hover {
  background-color: transparent;
}

.errors.qty-error {
  display: none;
}

#stockist-widget .stockist-map .stockist-map-result a {
      color: #126ff7;
}

#stockist-widget .stockist-list-result .stockist-result-name {
  font-family: "CircularStd-Bold", sans-serif;
  line-height: 18px;
}

#stockist-widget .stockist-result-message .stockist-result-message-text,
#stockist-widget .stockist-query-entry .stockist-search-field {
  font-family: "CircularStd-Bold", sans-serif;
  line-height: 18px;
}

.stockist-result-address div {
  font-family: "CircularStd-Book", sans-serif;
  line-height: 16px;
}

.product-form__error-message {
   font-size: 14px;
   font-family: "CircularStd-Book", sans-serif;
}

#shopify-section-template--15042381316119__4e0947c0-3da0-4036-b9ee-d11e346681c6 a {
   font-size: 24px;
   font-weight: bold;
   font-family: "CircularStd-Bold", sans-serif;
}

#bbn-home-flover-banner .rich-text__buttons {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: auto;
}

.advisor {
    position: relative;
    background-attachment: fixed;
}

#bbn-home-flover-banner a.button {
    font-size: 22px;
}

#bbn-home-flover-banner .rich-text__heading {
   color: #fff;
}

#bbn-home-flover-banner {
  border-top: 8px solid #fff;
  border-bottom: 8px solid #fff;
}

#bbn-home-store-locator .image-with-text__content {
  background-color: transparent;
}

#bbn-home-store-locator .image-with-text__media {
  border: 12px solid #fff;
  padding-bottom: 0 !important;
}

#bbn-home-store-locator .h1.image-with-text__heading,
#shopify-section-template--15042381316119__a9879a97-101e-4c91-9b0b-c0dd1e43e97e h2,
#shopify-section-template--15042381316119__8823fee2-cd9e-4f48-bddf-ca1bf3dd9e9a h2 span {
    font-family: "CircularStd-Bold", sans-serif;
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    max-width: 640px;
}

#bbn-home-store-locator .h1.image-with-text__heading {
  margin: auto;
}

#shopify-section-template--15042381316119__a9879a97-101e-4c91-9b0b-c0dd1e43e97e .accordion__title {
  font-family: "CircularStd-Bold", sans-serif;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}

#shopify-section-template--15042381316119__a9879a97-101e-4c91-9b0b-c0dd1e43e97e .collapsible-content summary:hover .accordion__title {
  text-decoration: none;
}

#shopify-section-template--15042381316119__4621a9d0-b101-40fc-954a-37a81c5d3068 .video-section {
    max-width: 840px;
    border: 6px solid #000;
    padding: 10px;
}

#shopify-section-template--15042381316119__4621a9d0-b101-40fc-954a-37a81c5d3068 .video-section__media {
  border: 2px solid #000;
}

#shopify-section-template--15042381316119__a9879a97-101e-4c91-9b0b-c0dd1e43e97e .accordion__content p,
#shopify-section-template--15042381316119__8823fee2-cd9e-4f48-bddf-ca1bf3dd9e9a .rich-text__text p {
  font-family: "CircularStd-Book", sans-serif;
  font-size: 24px;
  color: #fff;
  line-height: 26px;
  margin-left: 25px;
}

#shopify-section-template--15042381316119__8823fee2-cd9e-4f48-bddf-ca1bf3dd9e9a .rich-text__text p {
  margin-left: 0;
}

#shopify-section-template--15042381316119__4621a9d0-b101-40fc-954a-37a81c5d3068 {
   padding: 45px 20px;
}

#shopify-section-template--15042381316119__a9879a97-101e-4c91-9b0b-c0dd1e43e97e .icon.icon-accordion {
    height: 27px;
    width: 17px;
    fill: #fff;
}

#shopify-section-template--15042381316119__37719d54-18f4-4761-819e-3790bed0211a .multicolumn {
    background-position: top;
    background-attachment: initial;
    background-size: cover;
    margin-bottom: -1px;
}

#shopify-section-template--15042381316119__a9879a97-101e-4c91-9b0b-c0dd1e43e97e .accordion {
  border: 0;
}

#shopify-section-template--15042381316119__a9879a97-101e-4c91-9b0b-c0dd1e43e97e details .icon.icon-accordion,
#shopify-section-template--15042381316119__a9879a97-101e-4c91-9b0b-c0dd1e43e97e  .accordion__content {
  transition: all .5s;
}

.bbn-simple-image-banner img {
  display: block;
    min-height: 150px;
}

#shopify-section-template--15042381316119__a9879a97-101e-4c91-9b0b-c0dd1e43e97e details[open] .icon.icon-accordion{
      transform: rotate(90deg);
}

#shopify-section-template--15042381316119__a9879a97-101e-4c91-9b0b-c0dd1e43e97e .icon.icon-caret {
  display: none;
}

#bbn-home-store-locator .image-with-text__text {
    font-family: "CircularStd-Book", sans-serif;
    font-size: 22px;
    color: #fff;
    max-width: 400px;
    margin: auto;
    margin-top: 0px;
    line-height: 26px;
}


#shopify-section-template--15042381316119__8823fee2-cd9e-4f48-bddf-ca1bf3dd9e9a .rich-text__text p,
#shopify-section-template--15042381316119__8823fee2-cd9e-4f48-bddf-ca1bf3dd9e9a h2 span {
  color: #000;
}

#bbn-home-list-items .page-width {
  margin: auto;
  padding-top: 10px;
}

#bbn-home-list-items .center {
  padding-left: 42%;
}


#bbn-home-store-locator .button,
#bbn-bottom-bar-mobile-topborders .button {
  font-family: "CircularStd-Bold", sans-serif;
  background: #fff;
  border: 3px solid #FF7732;
  border-radius: 10px;
  color: #FF7732;
  font-size: 22px;
  font-weight: bold;
}

#bbn-bottom-bar-mobile-topborders .button {
  border: 3px solid #019BD9;
  color:#019BD9;
}

#bbn-bottom-bar-mobile-topborders .bbn-simple-banner-button {
    position: absolute;
    bottom: 14px;
    width: 100%;
    text-align: center;
}
#bbn-bottom-bar-mobile-topborders img {
  display: block;
  min-height: 150px;
}

#bbn-bottom-bar-mobile-topborders .bbn-simple-image-banner {
}

#bbn-bottom-bar-mobile-topborders .bbn-simple-banner-button a {
      margin: auto;
}

#bbn-home-store-locator .button:hover{
  color: #fff;
  background-color: #ff7732;
}

#bbn-bottom-bar-mobile-topborders .button:hover {
   color: #fff;
  background-color: #019BD9;
}

#bbn-brand-flaviour .page-width {
  width: 100%;
    max-width: 100%;
    padding: 0;
}

.footer-menu-ul a {
  font-size: 12px;
  color: #797a7a;
  font-family: "CircularStd-Book", sans-serif;
  text-decoration: none;
}

.footer-menu-ul a u {
  color: #797a7a;
}

.footer-menu-ul a u {
  text-decoration: none;
}

.footer-menu-ul {
      margin-top: 5px;
}

.footer-menu-ul li {
  float: left;
  font-size: 12px;
  color: #797a7a;
  font-family: "CircularStd-Book", sans-serif;
}

#bbn-brand-flaviour .multicolumn-card__image-wrapper {
    padding: 0;
    margin: 0;
}

#bbn-brand-flaviour .multicolumn-card__image {
  width: 100%
}

#bbn-home-store-locator .bbn-upload-small-img1 {
    width: 80%;
    margin-bottom: 20px;
}

#bbn-brand-flaviour .contains-content-container {
      column-gap: 0;
}

#bbn-brand-flaviour .multicolumn-card__info {
    position: absolute;
    top: 15%;
    margin: auto;
    width: 100%;
    text-align: center;
}

#bbn-brand-flaviour .multicolumn-card__info h3 {
  color: #fff;
  font-family: "CircularStd-Medium", sans-serif;
  font-size: 40px;
  font-weight: bold;
}

#bbn-brand-flaviour .title-wrapper-with-link {
  position: absolute;
  top: 7%;
  width: 100%;
  text-align: center;
  z-index: 9;
}

#bbn-brand-flaviour .title-wrapper-with-link h2,
#bbn-home-page-learn-more-1 h2.image-with-text__heading {
  font-family: "CircularStd-Bold", sans-serif;
  font-size: 45px;
  color: #fff;
  width: 100%;
  font-weight: bold;
}

#bbn-home-page-learn-more-1 .page-width {
  width: 100%;
  padding: 0;
}

#bbn-brand-flaviour .center {
    position: absolute;
    bottom: 7%;
    width: 100%;
}

#bbn-home-page-learn-more-1 {
  background-image: url("/cdn/shop/files/benifits-bg.jpg");
  background-size: 100% 100%;
}


#bbn-home-page-learn-more-1 .bbn-image-with-text-button-container {
    position: absolute;
    bottom: -85px;
    left: 20%;
}

#bbn-brand-flaviour .center .button,
#bbn-home-list-items .button,
#bbn-home-page-learn-more-1 .bbn-image-with-text-button-container .button,
.bbn-shop-now-button-archive,
.bbn-shop-button-archive {
  font-family: "CircularStd-Bold", sans-serif;
  font-size: 22px;
  font-weight: bold;
}

.card__content a {
  text-decoration: none !important;
}

.bbn-shop-button-archive {
  
  margin-top: 10px;
}


#bbn-brand-flaviour {
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

#bbn-home-list-items {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-color: #009bd9;
    padding-top: 100px;
    background-possition: bottom;
}

#bbn-home-list-items .multicolumn-card__info {
  font-family: "CircularStd-Book", sans-serif;
  font-size: 24px;
  color: #fff;
  margin-bottom: 120px;
}

.footer__top--txt {
  color: #000;
  font-size: 20px;
  line-height: 22px;
  font-family: "CircularStd-Book", sans-serif;
}

.footer__top--social {
  list-style: none;
   padding-left: 0 !important;
}

.bbn-product-page-listing-variant h3 {
  font-size: 22px;
  font-family: "CircularStd-Bold", sans-serif;
  color: #363636;
  font-weight: bold;
}

.bbn-product-page-listing-variant ul {
  list-style: none;
  padding: 0;
}

.bbn-product-page-listing-variant ul li {
  display: inline-block;
  margin: 0 10px;
}

.bbn-product-page-listing-variant ul li img {
  width: 80px;
  margin: 0 10px;
}

.bbn-product-page-listing-variant ul li a {
  display: block;
  font-family: "CircularStd-Bold", sans-serif;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  color: #363636;
  text-decoration: none;
}

.bbn-product-details-price-template {
    width: 100%;
    margin: 5px auto;
}

.bbn-product-page-listing-variant ul li p {
  margin-top: 0;
  margin-bottom: 20px;
}

.footer__top--social-item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
}

.menu-drawer {
 width: 100% !important; 
}

.footer__top--social:last-child {
  margin-right: 0;
}

.footer__top--social-icon {
        display: block;
    width: 45px;
    height: 45px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: #221e20;
    border-radius: 50%;
    padding: 10px;
}

.footer__top--social-icon svg {
      fill: #fff;
}

.footer__top--social-icon:hover {
    opacity: .5;
}

.footer__top--logo svg {
  width: 270px;
}

#bbn-home-list-items .multicolumn-card__info p{
  list-style:disc outside none;
  display:list-item; 
}

#bbn-home-list-items a.button {
    margin-top: 0;
    font-weight: bold;
    display: none;
}

#bbn-brand-flaviour .grid--4-col-desktop .grid__item {
      max-width: calc(25%);
}

.bbn-upload-small-images {
  display: inline-block;
  width: 120px;
  padding: 0 15px;
  margin: 0;
  vertical-align: middle;
}

#bbn-home-store-locator .image-with-text__content {
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
}

#bbn-home-page-learn-more {
  
}


#home-parner-section .title-image img {
  width: 260px;
}

.button {
  transition: .4s all;
  padding-top: 3px;
}

.button:hover {
  color: #fff;
  background-color: #019BD9;
}

#bbn-abouve-footer-wave-bg {
  background-attachment: inherit;
  background-color: #009bd9;
  background-repeat: no-repeat;
  margin-bottom: -90px;
  position: relative;
  background-size: 100%;
}

#bbn-desk-what-inside-banner .page-width,
#bbn-desk-what-inside-last-banner .page-width {
  max-width: 100%;
    padding: 0;
}

#bbn-desk-what-inside-banner .image-with-text__grid--reverse .image-with-text__content,
#bbn-desk-what-inside-banner .image-with-text__media,
#bbn-desk-what-inside-last-banner .image-with-text__grid--reverse .image-with-text__content,
#bbn-desk-what-inside-last-banner .image-with-text__media{
      background-color: transparent !important;
}

#bbn-desk-what-inside-banner .image-with-text__media {
  border: 0;
}

#bbn-desk-what-inside-banner h2.image-with-text__heading,
#bbn-desk-what-inside-last-banner h2.image-with-text__heading {
  font-size: 45px;
  font-family: "CircularStd-Bold", sans-serif;
  font-weight: bold;
}

#bbn-desk-what-inside-banner h2.image-with-text__heading {
  margin-top: 60px;
}

#bbn-desk-what-inside-banner .image-with-text__text {
  margin-top: 5px;
}

#bbn-desk-what-inside-banner .image-with-text__text p,
#bbn-desk-what-inside-last-banner .image-with-text__text p{
  font-size: 28px;
  font-family: "CircularStd-Book", sans-serif;
  color: #fff;
  line-height: 40px;
}

#bbn-desk-what-inside-last-banner .button--primary,
.card__information .button.button--primary,
#bbn-brand-flaviour .button.button--primary{
  font-weight: bold;
  font-size: 22px;
  margin-top: 15px;
  font-family: "CircularStd-Bold",sans-serif;
}

#bbn-desk-what-inside-last-banner {
  border-top: 4px solid #fff;
}

#shopify-section-template--14933352349719__bffec1b7-574a-4b6b-8234-23cb78bf4ae5 {
    padding-bottom: 0;
      margin-top: -80px;
    position: relative;
    z-index: 99;
}

#bbn-mobile-what-inside-last-purple .button {
  font-family: "CircularStd-Bold",sans-serif;
  font-weight: bold;
}

#bbn-desk-what-inside-last-banner .gradient {
  background-color: #bbabd5 !important;
}

#bbn-store-finder-brand-logo .image-with-text__media {
  border: 1px;
}

#bbn-store-finder-brand-logo .image-with-text__media-item {
      max-width: 580px;
    margin: auto;
    padding-bottom: 40px;
}

#bbn-store-finder-brand-logo .image-with-text__text-item {
 display: none;
}

#bbn-desk-what-inside-last-banner .image-with-text__media {
  border-width: 0;
  padding-bottom: 94%;
}

@media only screen and (max-width: 1220px) {
  #bbn-home-list-items .multicolumn-card__info {
    margin-top: -15px;
    font-size: 22px;
  }
}

@media only screen and (max-width: 1086px) {
  .header-wrapper .list-menu .fw-medium,
  .header__menu-item span {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1130px) {
  .header__menu-item span {
      font-size: 16px;
  }
}

@media only screen and (max-width: 1090px) {
  #home-parner-section {
    padding-top: 55px;
  }

  #shopify-section-template--15042381316119__a9879a97-101e-4c91-9b0b-c0dd1e43e97e .accordion__content p,
  #shopify-section-template--15042381316119__8823fee2-cd9e-4f48-bddf-ca1bf3dd9e9a .rich-text__text p {
    font-size: 20px;
  }

  #shopify-section-template--15042381316119__a9879a97-101e-4c91-9b0b-c0dd1e43e97e .accordion__title {
    font-size: 24px;
  }
  
  #bbn-brand-flaviour .title-wrapper-with-link h2 {
    font-size: 35px;
  }

  #bbn-brand-flaviour .multicolumn-card__info h3 {
    font-size: 25px;
  }

  .bbn-font-size-ttwo,
  #bbn-brand-flaviour .center .button,
  #bbn-home-store-locator .button,
  .bbn-shop-button-archive,
  #bbn-bottom-bar-mobile-topborders .button,
  #bbn-bottom-bar-mobile-topborders .button {
    font-size: 18px;
  }

  #bbn-home-list-items .multicolumn-card__info {
     font-size: 20px;
  }

  .banner__heading .bbn-font-weight-bold {
        font-size: 35px;
  }

  #bbn-home-store-locator .h1.image-with-text__heading,
  #shopify-section-template--15042381316119__8823fee2-cd9e-4f48-bddf-ca1bf3dd9e9a h2 span,
  #shopify-section-template--15042381316119__a9879a97-101e-4c91-9b0b-c0dd1e43e97e h2 {
    font-size: 30px;
  }

  #bbn-home-store-locator .image-with-text__text {
    font-size: 16px;
    margin: 5px auto;
  }

  #bbn-home-store-locator .button {
    margin-top: 5px;
  }
}

#home-page-mobile-hero-banner,
#mobile-home-partner-images,
#bnn-mobile-last-item-list,
#bbn-bottom-bar-mobile-topborders{
  display: none;
}

#mobile-home-partner-images .image-with-text__media-item {
  width: 100%;
}

#mobile-home-partner-images .image-with-text__media {
  border: 0 !important;
}

#home-page-mobile-hero-banner .content-container h3 {
  margin-top: 100px;
}

.header-wrapper {
  box-shadow: 0px 4px 4px rgb(0 0 0 / 15%);
}

footer .footer__blocks-wrapper .footer-block:first-child {
  display: none;
}

#home-page-mobile-hero-banner .content-container h3 .bbn-font-weight-bold {
  font-size: 24px;
}

#mobile-home-partner-images .grid__item .image-with-text__content,
#mobile-home-partner-images .grid__item .image-with-text__media{
      background: transparent !important;
      padding-bottom: 0px !important;
}

#mobile-home-partner-images .grid__item .image-with-text__media img {
   object-fit: contain;
   max-width: 640px;
   margin: auto;
  position: relative;
}

#mobile-home-partner-images .image-with-text__content {
      
}

#mobile-home-partner-images .bbn-upload-small-img1 {
  position: absolute;
  left: 0;
  width: 210px;
  transform: rotate(-30deg);
}

.top-nav-cart-icon {
      width: 35px;
}

#mobile-home-partner-images .bbn-upload-small-img2 {
  position: absolute;
  left: 42%;
  width: 210px;
  transform: rotate(25deg);
}

.product__info-container .price.price--large {
      border: 2px solid #363636;
    border-radius: 10px;
}

#mobile-home-partner-images .bbn-upload-small-img3 {
  position: absolute;
  right: 0;
  width: 210px;
  top: -20px;
  transform: rotate(6deg);
}

#mobile-home-partner-images .bbn-upload-small-img4 {
  position: absolute;
  right: 0;
  top: 30%;
  width: 150px;
  transform: rotate(6deg);
}

#mobile-home-partner-images .bbn-upload-small-img5 {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 210px;
  transform: rotate(15deg);
}

#mobile-home-partner-images .bbn-upload-small-img6 {
  position: absolute;
  width: 210px;
  bottom: -20px;
  right: 15%;
  transform: rotate(-10deg);
}

#bnn-mobile-last-item-list {
      background-attachment: inherit;
}

#bbn-product-page-boost-container-mobile,
  #bbn-product-what-does-mobile,
#bbn-product-what-does-autoheight-mobile{
    display: none;
  }

#bnn-mobile-last-item-list h3 {
    font-size: 30px;
    color: #fff;
    font-family: "CircularStd-Bold",sans-serif;
    margin-left: -15px;
    font-weight: bold;
}

#bnn-mobile-last-item-list p {
  color: #fff;
  font-size: 18px;
  font-family: "CircularStd-Book", sans-serif;
  list-style-type: disc;
  display: list-item;
}

#bbn-product-page-boost-container-mobile .banner__heading span {
  font-size: 24px;
  color: #fff;
}

#bbn-product-page-boost-container-mobile .banner__content {
  padding: 0 15px;
}

#bbn-product-page-boost-container-mobile .banner__heading {
    position: absolute;
    top: 34px;
    text-align: center;
    width: 100%;
    margin: auto;
    right: 0;
    left: 0;
}

#bbn-product-page-boost-container-mobile .banner__images {
    position: absolute;
    top: 80px;
    width: 85%;
    left: 0;
    right: 0;
    margin: auto;
}

.bbn-product-details-price-subscription-template {
  margin-top: 10px;
}

.bbn-product-details-price-subscription-template.disabled {
      opacity: .5;
}

.card-wrapper .bbn-product-details-price-subscription-template,
 #bbn-mobile-whats-inside-green {
  display: none;
}

#bbn-product-page-boost-container-mobile .banner__buttons {
  position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    bottom: 120px;
    margin: auto;
}

#bbn-product-page-boost-container-mobile>div {
  height: 700px;
  position: relative;
}

#bbn-product-page-boost-container-mobile .banner__box.content-container {
  position: initial;
}


#bbn-about-evolution-section .banner__box.content-container {
  margin-top: -95px;
}

#bbn-about-evolution-section .banner__box.content-container h3 span {
    color: #fff;
    font-size: 45px;
    font-family: "CircularStd-Bold", sans-serif;
    font-weight: bold;
}

footer {
  background-color: #f2f2f2 !important;
}

#product-archive-what-weare-desktop .page-width {
      max-width: 1200px;
}

#bbn-archive-weare-nasal .rich-text.content-container,
#bbn-archive-hat-ingrediant-typically .rich-text.content-container,
#bbn-archive-ho-do-nasal-inha .rich-text.content-container,
#bbn-archive-ho-login-do-nasal .rich-text.content-container,
#bbn-archive-hat-ingrediant-typically-desk  .rich-text.content-container{
  margin-top: -40px;
  background-attachment: inherit;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}

#bbn-archive-weare-nasal .rich-text.content-container,
#bbn-archive-hat-ingrediant-typically .rich-text.content-container,
#bbn-archive-ho-do-nasal-inha .rich-text.content-container,
#bbn-archive-hat-are-the-benifit .rich-text.content-container,
#bbn-archive-ho-login-do-nasal .rich-text.content-container,
#bbn-archive-hat-ingrediant-typically-desk  .rich-text.content-container{
  background-color: transparent;
  padding-top: 185px;
  padding-bottom: 120px;
}

#bbn-archive-weare-nasal p,
#bbn-archive-hat-ingrediant-typically p,
#bbn-archive-hat-ingrediant-typically span,
#bbn-archive-ho-do-nasal-inha p,
#bbn-archive-hat-are-the-benifit p,
#bbn-archive-ho-login-do-nasal p,
#bbn-archive-hat-ingrediant-typically-desk p,
#product-archive-what-weare-desktop .multicolumn-card__info p,
#bbn-collection-after-product-content .rich-text__text p{
  font-size: 20px;
  line-height: 26px;
}

#bbn-archive-hat-ingrediant-typically-desk p {
  line-height: 26px;
}

#product-archive-what-weare-desktop .multicolumn-card__info p {
  line-height: 26px;
}

#bbn-archive-ho-do-nasal-inha .rich-text.content-container {
  padding-bottom: 80px;
}

#bbn-archive-hat-are-the-benifit .rich-text.content-container {
  margin-top: 4px;
  background-color: transparent;
  padding-top: 80px;
  padding-bottom: 120px;
}

#product-archive-what-weare-desktop {
    background-attachment: inherit;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #4EACEB;
    position: relative;
    padding-top: 40px;
    border-top: 4px solid #fff;
}


#bbn-archive-weare-nasal .rich-text__heading,
#bbn-archive-hat-ingrediant-typically .rich-text__heading span,
#bbn-archive-ho-do-nasal-inha .rich-text__heading,
#bbn-archive-hat-are-the-benifit .rich-text__heading,
#bbn-archive-ho-login-do-nasal .rich-text__heading,
#bbn-archive-hat-ingrediant-typically-desk .rich-text__heading,
#product-archive-what-weare-desktop .title-wrapper-with-link h2{
   font-family: "CircularStd-bold", sans-serif;
    font-weight: bold;
    color: #fff;
}

.header-wrapper .page-width {
  padding-right: 3rem;
  padding-left: 3rem;
}

#bbn-archive-weare-nasal .rich-text__text,
#bbn-archive-hat-ingrediant-typically .rich-text__text p,
#bbn-archive-ho-do-nasal-inha .rich-text__text,
#bbn-archive-hat-are-the-benifit .rich-text__text,
#bbn-archive-ho-login-do-nasal .rich-text__text,
#bbn-archive-hat-ingrediant-typically-desk .rich-text__text,
#product-archive-what-weare-desktop .multicolumn-card__info p,
#bbn-collection-after-product-content .rich-text__text p{
    font-family: "CircularStd-Book", sans-serif;
    color: #fff;
}


#bbn-collection-after-product-content .rich-text__text p {
      max-width: 590px;
    color: #000;
    margin: auto;
    font-size: 22px;
    line-height: 28px;
}

#product-archive-what-weare-desktop .title-wrapper-with-link h2 {
      padding-left: 15px;
}

#product-archive-what-weare-desktop .media.media--transparent .multicolumn-card__image {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

#product-archive-what-weare-desktop .grid--2-col-desktop .grid__item:first-child {
  width: calc(60% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(60% - var(--grid-desktop-horizontal-spacing) / 2);
}

#product-archive-what-weare-desktop .grid--2-col-desktop .grid__item:last-child {
  width: calc(40% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(40% - var(--grid-desktop-horizontal-spacing) / 2);
}

#product-archive-what-weare-desktop .grid--2-col-desktop .grid__item:last-child .media.media--transparent {
        padding-bottom: 103% !important;
    margin-top: -30px;
}

.bbn-onetime-purchase {
  font-family: "CircularStd-Bold", sans-serif;
  color: #363636;
  font-size: 19px;
  width: 60%;
  font-weight: bold;
  display: inline-block;
  float: left;
  text-align: left;
  padding-left: 15px;
      text-transform: lowercase;
}

.product__info-container .price__container  {
      min-width: 100%;
    margin: 0 !important;
    padding: 4px;
}

#shopify-section-template--14933352349719__bffec1b7-574a-4b6b-8234-23cb78bf4ae5,
#shopify-section-template--14933352349719__bffec1b7-574a-4b6b-8234-23cb78bf4ae5 .bbn-ingradiance-container.text-center {
  background-color: transparent;
}

#bbn-desk-what-inside-last-banner .image-with-text__heading {
  color: #fff;
}

#shopify-section-template--14933352349719__bffec1b7-574a-4b6b-8234-23cb78bf4ae5 {
  margin-top: -80px;
    position: relative;
    z-index: 99;
}

#shopify-section-template--14933352349719__bffec1b7-574a-4b6b-8234-23cb78bf4ae5 .bbn-ingrediant-wrapper {
  background-color: #49d9cf;
  padding-bottom: 60px;
}


.product__text.subtitle {
    font-size: 18px;
    font-family: "CircularStd-Book",sans-serif;
    color: #000;
    line-height: 20px;
}

.product__info-container a .product__text.subtitle {
  font-family: "CircularStd-Bold", sans-serif;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
}

.product__info-container .price__container .price__regular,
.product__info-container .price__container .price__sale,
.product__info-container .price__container .unit-price {
  text-align: right;
  width: 40%;
  float: right;
  padding-right: 10px;
}

#bbn-what-inside-topbanner {
  
}

.bbn-product-details-price-template {
 cursor: pointer;
}

.product__info-container .price__container span {
   font-family: "CircularStd-Book", sans-serif;
   font-size: 20px;
   color: #019BD9;
}


#bbn-archive-weare-nasal  {
  display: none;
  background-color: #4eaceb;
  min-width: 100% !important;
  
}

.product-media-modal.media-modal {
  display: none;
}

.overflow-hidden:has( .product--thumbnail_slider) {
  overflow: scroll;
}

.position-relative {
    position: relative;
}

#shopify-section-template--15026035884055__bffec1b7-574a-4b6b-8234-23cb78bf4ae5 {
      margin-top: -85px;
    z-index: 99;
}

.pop-up[open]:before {
    animation: animateOpacityUp var(--transition-time) ease;
    visibility: visible;
}
.pop-up:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #0000004d;
    animation: animateOpacityDown var(--transition-time) ease;
    visibility: hidden;
}
.bbn-subscribtoin-wrapper {
  background-image: url("/cdn/shop/files/bbn-ingretiant-green_2d6433f3-aede-490c-8e39-9147a4f9c65c.png?v=1674059907");
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 80px;
  text-align: center;
}

.pop-up[open] .pop-up__wrapper {
    animation: animateMenuOpen var(--transition-time) ease;
    opacity: 1;
}

@media (min-width: 769px){
   .footer__top--social {
        margin-top: 6rem;
  }
}

@media (min-width: 768px)
  .ingredients-list__popup {
      padding: 33px 50px;
  }
 
}

.ingredients-list__popup-title {
    margin-bottom: 18px;
}

input[type=number].js--num::-webkit-outer-spin-button,
input[type=number].js--num::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number].js--num {
    -moz-appearance:textfield;
}

@media (min-width: 1400px){
  #bbn-home-list-items {
    padding-top: 125px;
  }

  #home-banner-hero-section .banner--large {
    min-height: 85rem;
  }

  #bbn-about-page-boom-boom-today-wawe {
    padding-bottom: 71px !important;
    margin-top: -77px !important;
  }
}


@media (min-width: 768px)
  .ingredients-list__popup-content {
      font-size: 22px;
  }

  
}

.ingredients-list__popup-content {
    white-space: nowrap;
    max-width: 100%;
    font-size: 16px;
    overflow: hidden;
}

.pop-up__close {
    top: 10px;
    right: 15px;
    cursor: pointer;
}

.pop-up__close .icon-close {
    width: 14px;
    height: 14px;
}

.position-absolute {
    position: absolute;
}


.pop-up__wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: 15px;
    padding: 20px;
    transform: translate(-50%,-50%);
    background-color: #fff;
    box-shadow: 0 10px 25px #0000001f;
    z-index: 10;
    animation: animateMenuClose var(--transition-time) ease;
}

.klaviyo-form-YAgFiF button.kl-private-reset-css-Xuajs1 {
   position: absolute;
  right: 18px;
  transform: scale(.5, 1);
  font-size: 28px !important;
  top: -1px;
  color: #505050 !important;
}

.klaviyo-form-V4pqsY input.kl-private-reset-css-Xuajs1,
.klaviyo-form-V4pqsY input.kl-private-reset-css-Xuajs1::placeholder {
  text-align: center !important;
      padding: 0 !important;
  font-family: "CircularStd-Bold", sans-serif !important;
  font-weight: bold !important;
  font-size: 16px !important;
}

.klaviyo-form-V4pqsY button.kl-private-reset-css-Xuajs1 {
  font-family: "CircularStd-Bold", sans-serif !important;
  font-size: 22px !important;
  font-weight: bold !important;
      padding: 9px 3rem !important;
  transition: all .5s;
}

#message_content .confirm {
    background: #222!important;
    border: 1px solid #000!important;
}

#message_content_span {
  font-size: 13px;
  font-family: CircularStd-Book,sans-serif;
}

#message_content a {
    border-radius: 16px!important;
    transition: all .25s;
  font-family: CircularStd-Book,sans-serif;
}

#bbn-archive-hat-ingrediant-typically .banner__box.content-container {
  background-color: #ff7720;
  min-width: 100% !important;
  padding-bottom: 80px;
}

##bbn-archive-hat-ingrediant-typically-desk {
  background-color: #ff7720;
  min-width: 100% !important;
}

#bbn-archive-hat-ingrediant-typically {
  display: none;
}

#bbn-archive-hat-ingrediant-typically .banner__media.media{
      background: transparent;
      margin-top: -40px;
      height: 155px;
}

#bbn-archive-hat-ingrediant-typically .rich-text.content-container {
    background-position: top;
    background-size: cover;
    padding-top: 120px;
    margin-top: -80px;
} 

#bbn-archive-hat-ingrediant-typically .banner__media.media img {
      object-fit: none;
    object-position: top center;
}

#bbn-archive-hat-ingrediant-typically .banner__content {
  padding: 0 !important;
}

#bbn-archive-ho-do-nasal-inha {
  background-color: #47dbd0;
  min-width: 100% !important;
  position: relative;
    z-index: 99;
  
}

.product__media.global-media-settings {
  border: 0;
}

.product__modal-opener .product__media-icon {
      left: 40px;
}

.product--thumbnail_slider .thumbnail-slider {
  max-width: 400px;
    margin: auto;
}

#bbn-archive-hat-are-the-benifit {
  background-color: #B7A6D2;
  min-width: 100% !important;

}

#bbn-archive-ho-login-do-nasal {
  background-color: #ff7720;
  min-width: 100% !important;
}

#shopify-section-template--14933352022039__3251c04c-a09d-478e-abd3-8346a4cc9630 {
  border-top: 4px solid #fff;
}

#bnn-mobile-last-item-list ul li:last-child {
    position: absolute;
    right: 0;
    width: 45%;
}

.footer-menu-ul {
  list-style: none;
  padding: 0 !important;
  text-align: center;
  display: inline-block;
}

#bbn-archive-hat-ingrediant-typically-desk {
    display: block;
      background-color: #ff7720;
  }


#bnn-mobile-last-item-list ul li:first-child  {
      max-width: 80%;
    position: absolute;
    bottom: -8px;
    left: -55px;
    width: 360px;
}

#bnn-mobile-last-item-list ul {
      height: 300px;
}

#bbn-achive-mobile-content-image {
  display: none;
}

.bbn-home-store-mobile-header,
.bbn-home-store-mobile-sub-header {
  display: none;
  text-align: center;
}

.main-blog .title--primary {
  text-align: center;
  font-family: "CircularStd-Bold", sans-serif !important;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 0;
  
}

.main-blog .card__content {
  padding-top: 20px;
}

.main-blog .card__content .card__heading a {
  font-family: "CircularStd-Bold", sans-serif !important;
  font-weight: bold;
  font-size: 22px;
}

.section-template--14933352185879__main-padding {
    padding-top: 25px;
}

.main-blog .card__content .article-card__excerpt {
  display: none;
}

#bbn-about-page-boom-boom-today-wawe {
  background-image: url(/cdn/shop/files/bg-aboutpage.png?v=1671073866);
  background-attachment: initial;
  background-size: cover;
  background-position: top;
  background-color: transparent;
  position: relative;
  padding-bottom: 50px;
  margin-top: -70px;
}

.footer__top--inner,
.footer__top--social {
  text-align: center;
}

#bbn-product-page-ingradiance-block .rich-text.content-container {
      background-attachment: inherit;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 140px;
  background-color: #019edf;
}

p.product__text.caption-with-letter-spacing {
  font-size: 20px;
}

p.product__text:not(.caption-with-letter-spacing):not(.subtitle) {
  font-family: "CircularStd-Bold", sans-serif !important;
  font-weight: 700 !important;
}

#product-archive-title .rich-text__heading {
  font-family: "CircularStd-Bold", sans-serif !important;
  font-weight: bold;
  color: #67A9E6;
}
#product-archive-title .rich-text__text {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  font-family: "CircularStd-Bold", sans-serif !important;
  color: #000;
}

#product-grid .media a {
  background-color: #fff;
}

.card-wrapper {
  margin-bottom: 30px;
}

.card__information,
.card-information,
.card__information .full-unstyled-link {
  text-align: center !important;
  font-size: 16px;
  font-family: "CircularStd-Bold", sans-serif !important;
}

.bbn-subscribtoin-wrapper h2 {
  font-family: "CircularStd-Bold", sans-serif !important;
  font-weight: bold;
  font-size: 38px;
  color: #fff;
  margin-bottom: 0;
}

#bbn-desk-about-us-top .image-with-text__content {
  padding-top: 0;
}

.bbn-subscribtoin-wrapper h4 {
  font-weight: bold;
  font-family: "CircularStd-Bold", sans-serif !important;
  font-size: 16px;
  color: #fff;
  margin: 5px;
}

.klaviyo-form-YAgFiF input.kl-private-reset-css-Xuajs1,
.klaviyo-form-YAgFiF input.kl-private-reset-css-Xuajs1::placeholder {
  font-family: "CircularStd-Bold", sans-serif !important;
  font-weight: bold !important;
  font-size: 16px !important;
}

.bbn-subscribtoin-wrapper input {
  font-family: "CircularStd-Book", sans-serif !important;
  font-size: 16px;
  padding: 14px 20px; 
  text-align: center;
  border: 0;
  border-radius: 15px;
  min-width: 320px;
}

#message_content {
  margin: 0 !important;
}

#bbn-home-page-learn-more .banner__box.content-container {
    position: absolute;
    bottom: -8px;
}

#stockist-widget {
  max-width: 960px !important;
  margin: auto;
}

#message_content a {
  background-color: #000 !important;
  border-color: #000 !important;
  transition: .5s all;
}

#message_content a:hover {
  color: #000 !important;
   background-color: #fff !important;
}

div:has(> #message_content) {
  z-index: 9 !Important;
  padding: 8px 5px !important;
  background-color: #fff !important
}

.bbn-subscribtoin-wrapper .button--primary {
    font-weight: bold;
    margin-top: 20px;
    color: #FF7732;
    border-color: #FF7732;
    font-size: 22px;
}

.junip-powered-by-footer,
.junip-filters-label,
.junip-filters-container,
.junip-review-vote-container {
  display: none !important;
}

.junip-product-review-container div,
.junip-product-review-container span {
  font-family: "CircularStd-Book", sans-serif !important;
}

.product__media-icon.motion-reduce.quick-add-hidden {
  display: none;
}

.product__media-toggle:after,
.product__modal-opener--image .product__media-toggle:hover {
      cursor: initial !important;
}

#bbn-mobile-about-top-new-banner {
  display: none;
}

#bbn-about-mobile-resolution {
  display: none;
}

.card__information .card__heading a,
.price__container .card-information span {
  font-family: "CircularStd-Bold", sans-serif !important;
  font-weight: bold;
}

.card__information .card__heading a {
  text-transform: capitalize;
}

.main-blog .card__heading {
      margin-top: 2rem;
}

#shopify-block-75018ced-1633-4695-a13c-d7998c6f4e71 {
  max-width: 800px;
  margin: auto;
}

.article-template h1,
.article-template h2,
.article-template h3,
.article-template h4,
.article-template h5,
.article-template h6,
.article-template strong,
.article-template__back .article-template__link,
.pagination-wrapper a {
  font-family: "CircularStd-Bold", sans-serif !important;
  font-weight: bold;
}

.article-template p,
.article-template li {
  font-size: 18px;
  line-height: 34px;
  font-family: "CircularStd-Book", sans-serif !important;
}

.article-template p {
  margin-bottom: 30px;
}

.article-template__back {
  margin-bottom: 40px;
}

#bbn-mobile-whats-inside-banner,
#bbn-mobile-whats-inside-orange,
#bbn-mobile-what-inside-last-purple,
#bbn-mobile-about-topbanner,
#bbn-mobile-about-top-title,
#bbn-mobile-about-last-content,
#bbn-mobile-about-evelution,
#bbn-whats-inside-page-list,
.article-template__comment-wrapper,
#bbn-what-inside-global-banner {
  display: none;
}



.footer__copy--txt {
  font-size: 16px;
  color: #797a7a;
  font-family: "CircularStd-Book", sans-serif;
  margin: 2px;
}

.product-grid-container .card__information .rating {
  width: 26%;
}

.product-grid-container .card__information .rating-text,
.product-grid-container .card__information .rating-count,
.product-grid-container .card__information .rating-count span{
  font-size: 14px;
  padding: 0;
  margin: 0;
}

.product-grid-container .price__regular .price-item--regular {
  font-size: 18px;
}

@media only screen and (max-width: 1569px) {
  #bbn-home-list-items .page-width {
      margin-right: 0;
  }

  #bbn-home-list-items {
     background-position: center;
  }
}

@media only screen and (max-width: 1470px) {
  #bbn-product-what-does h3, #bbn-about-page-boomboom-today h2.image-with-text__heading, #bbn-desk-about-us-top h2.image-with-text__heading {
      font-size: 41px;
    }
}
@media only screen and (max-width: 1440px) {

    #bbn-product-what-does h3, #bbn-about-page-boomboom-today h2.image-with-text__heading, #bbn-desk-about-us-top h2.image-with-text__heading {
      font-size: 40px;
    }

}

@media only screen and (max-width: 1440px) {
  #bbn-product-what-does h3, #bbn-about-page-boomboom-today h2.image-with-text__heading, #bbn-desk-about-us-top h2.image-with-text__heading,
  #bbn-desk-what-inside-banner h2.image-with-text__heading, #bbn-desk-what-inside-last-banner h2.image-with-text__heading,
  .ingredients-title {
    font-size: 40px;
  }

  #bbn-product-what-does ul li:last-child p,
  #bbn-product-what-does ul li:first-child p {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1366px) { 
  #bbn-product-what-does h3, #bbn-about-page-boomboom-today h2.image-with-text__heading, #bbn-desk-about-us-top h2.image-with-text__heading,
  #bbn-desk-what-inside-banner h2.image-with-text__heading, #bbn-desk-what-inside-last-banner h2.image-with-text__heading,
  .ingredients-title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 1300px) { 
  #bbn-home-list-items{
    background-position: 20%;
  }
}

@media only screen and (max-width: 1290px) {
  .bbn-onetime-purchase {
    font-size: 19px;
  }

  .header__menu-item {
    padding: 0.5em 0.5rem;
  }
}

@media only screen and (max-width: 1230px) {
    #bbn-home-page-learn-more-1 ul {
      padding: 0;
      margin: 0;
    }

    #bbn-home-page-learn-more-1 .image-with-text__media img {
      margin-top: 90px;
    }

  #bbn-home-page-learn-more-1 h2.image-with-text__heading {
        margin-left: -25px;
  }
}

@media only screen and (max-width: 1251px) {
  #bbn-product-what-does h3, #bbn-about-page-boomboom-today h2.image-with-text__heading, #bbn-desk-about-us-top h2.image-with-text__heading, #bbn-desk-what-inside-banner h2.image-with-text__heading, #bbn-desk-what-inside-last-banner h2.image-with-text__heading, .ingredients-title {
        font-size: 34px;
  }
}

@media only screen and (max-width: 1200px) {
  
  #bbn-product-what-does {
    margin-top: -58px;
  }


  #bbn-product-what-does h3,
  #bbn-desk-what-inside-banner h2.image-with-text__heading, 
  #bbn-desk-what-inside-last-banner h2.image-with-text__heading {
    font-size: 33px;
  }

  #bbn-desk-what-inside-banner .image-with-text__text p, #bbn-desk-what-inside-last-banner .image-with-text__text p,
  #bbn-product-what-does ul li:last-child p {
    font-size: 24px;
    line-height: 26px;
  }

   #bbn-product-what-does h3, #bbn-about-page-boomboom-today h2.image-with-text__heading, #bbn-desk-about-us-top h2.image-with-text__heading, #bbn-desk-what-inside-banner h2.image-with-text__heading, #bbn-desk-what-inside-last-banner h2.image-with-text__heading, .ingredients-title {
        font-size: 30px;
  }

  #bbn-product-what-does ul li:first-child p {
    font-size: 24px;
    white-space: nowrap;

  }

  #bbn-product-what-does .multicolumn-card__info {
    padding-right: 0;
  }

  #shopify-section-template--15026035884055__bffec1b7-574a-4b6b-8234-23cb78bf4ae5 .bbn-ingradiance-container,
  #shopify-section-template--14933352022039__677992ca-4711-4e8d-ba22-a52b400fee5d .bbn-ingradiance-container {
    background-size: contain !important;
  }

  #bbn-product-what-does ul li:last-child p:before {
    margin-left: -100px;
    width: 60px;
  }
  
  #bbn-home-list-items {
      background-position: 22% 100% !important;
  }

  .banner__heading .bbn-font-weight-bold {
    font-size: 32px;
  }

  .footer__top--social-icon {
    width: 42px;
    height: 42px;
  }

  .footer__top--social-item {
    margin-left: 7px;
    margin-right: 7px;
  }

}


@media only screen and (max-width: 1180px) {
   #shopify-section-template--14933352120343__166369173019cb8879 .multicolumn-list li:first-child {
      max-width: 45%;
  }

  #shopify-section-template--14933352120343__166369173019cb8879 .multicolumn-list li {
    max-width: 27%;
  }

  #home-banner-hero-section .media > img {
    object-position: 66%;
  }

  .bbn-onetime-purchase {
        width: 65%;
    font-size: 18px;
  }

  .product__info-container .price__container .price__regular {
    width: 35%;
  }
}

@media only screen and (max-width: 1117px) {
  .bbn-onetime-purchase {
    font-size: 17px;
  }
}

@media only screen and (max-width: 1026px) {
  #bbn-product-what-does h3,
  #bbn-desk-what-inside-banner h2.image-with-text__heading, 
  #bbn-desk-what-inside-last-banner h2.image-with-text__heading {
    font-size: 31px;
  }

  #bbn-archive-ho-do-nasal-inha p,
  #bbn-archive-hat-are-the-benifit p,
  #bbn-archive-ho-login-do-nasal p{
    line-height: 26px;
  }
}

@media only screen and (max-width: 1024px) {
  .header__menu-item {
        padding: 0.5em 0.5rem;
  }

  #bbn-home-page-learn-more-1 .image-with-text__media img {
    margin-top: 140px;
  }

  .header-wrapper .list-menu .fw-medium, .header__menu-item span {
    font-size: 14px;
  }
  
  .bbn-product-page-listing-variant ul li:last-child {
    width: 100%;
  }

   h2.junip-product-review-title {
      font-size: 30px;
  }


  #bbn-desk-what-inside-banner .image-with-text__grid--reverse .image-with-text__content {
    padding-right: 0;
  }
  
   #shopify-section-template--14933352120343__image_banner .media > img {
         object-position: 76% center;
   }

  #shopify-section-template--15026035884055__bffec1b7-574a-4b6b-8234-23cb78bf4ae5 .ingredients-title {
    font-size: 33px;
  }

  #shopify-section-template--14933352120343__166369173019cb8879 .multicolumn-list li {
        max-width: 30%;
  }

  #bbn-home-list-items {
    background-position: 15% 100% !important;
  }

  #shopify-section-template--14933352120343__image_banner h3 {
        line-height: 40px;
  }

   #shopify-section-template--14933352120343__image_banner h3 span { 
     font-size: 40px;
   }

  #bbn-product-page-boost-container h3 span,
  #product-archive-title h2.rich-text__heading span,
  #bbn-archive-hat-ingrediant-typically-desk h2.rich-text__heading span,
  #bbn-archive-ho-do-nasal-inha h2.rich-text__heading span,
  #bbn-archive-hat-are-the-benifit h2.rich-text__heading span,
  #bbn-archive-ho-login-do-nasal h2.rich-text__heading span,
  #product-archive-what-weare-desktop .title-wrapper-with-link h2{
    font-size: 36px;
  }

   #bbn-product-what-does h3, #bbn-about-page-boomboom-today h2.image-with-text__heading, #bbn-desk-about-us-top h2.image-with-text__heading, #bbn-desk-what-inside-banner h2.image-with-text__heading, #bbn-desk-what-inside-last-banner h2.image-with-text__heading, .ingredients-title {
        font-size: 30px;
  }

  #bbn-product-what-does h3, #bbn-about-page-boomboom-today h2.image-with-text__heading, #bbn-desk-about-us-top h2.image-with-text__heading,
  #bbn-about-evolution-section .banner__box.content-container h3 span {
    font-size: 35px;
  }

  .bbn-product-page-listing-variant ul li {
        margin: 0 3px;
    width: 22%;
  }

  .bbn-product-details-price-template {
    width: 100%;
  }

  #bbn-product-what-does {
        margin-top: -90px;
    height: 760px;
  }

  #bbn-product-what-does h3 {
        font-size: 32px;
  }

  #bbn-product-what-does h3, #bbn-desk-what-inside-banner h2.image-with-text__heading, #bbn-desk-what-inside-last-banner h2.image-with-text__heading {
    font-size: 30;
  }

  #bbn-desk-what-inside-banner .image-with-text__text p, #bbn-desk-what-inside-last-banner .image-with-text__text p, #bbn-product-what-does ul li:last-child p {
    font-size: 22px;
  }

  #bbn-desk-what-inside-banner h2.image-with-text__heading {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 989px) {

  #shopify-section-template--14933352120343__image_banner h3 {
        max-width: 98%;
  }

  #bbn-home-page-learn-more,
  #bbn-home-page-learn-more-1 {
    display: none;
  }

  .section-template--15042381316119__37719d54-18f4-4761-819e-3790bed0211a-padding {
    padding-top: 40px !important;
    padding-bottom: 40px;
  }

  .section-template--15042381316119__a9879a97-101e-4c91-9b0b-c0dd1e43e97e-padding {
    padding-bottom: 0 !important;
  }

  .section-template--15042381316119__a9879a97-101e-4c91-9b0b-c0dd1e43e97e-padding {
    padding-top: 20px !important;
  }

  #shopify-section-template--14933352120343__image_banner h3 span {
    font-size: 27px;
  }

  #shopify-section-template--14933352120343__image_banner h3 {
    line-height: 24px;
  }

  #home-banner-hero-section .banner__box.content-container {
        padding: 6px
  }

  #mobile-home-partner-images .grid__item .image-with-text__media img {
        max-width: 540px;
  }

  .footer__copy--txt {
    font-size: 14px; 
  }

  .footer__blocks-wrapper .footer-block:last-child .footer__top--social {
    margin-top: 0;
  }

  
  .bbn-onetime-purchase {
    font-size: 16px;
  }

  .product-form__submit span {
    font-size: 16px !important;
  }

  #bnn-mobile-last-item-list ul li:first-child {
    max-width: 100%;
    bottom: -10px;
    left: 0;
    width: 440px;
  }

  #bbn-desk-what-inside-banner h2.image-with-text__heading {
    margin-top: 20px;
  }

  #bbn-desk-what-inside-banner .image-with-text__text p, #bbn-desk-what-inside-last-banner .image-with-text__text p, #bbn-product-what-does ul li:last-child p {
    font-size: 20px;
  }

  #bbn-product-what-does h3, #bbn-desk-what-inside-banner h2.image-with-text__heading, #bbn-desk-what-inside-last-banner h2.image-with-text__heading,
  #shopify-section-template--15026035884055__bffec1b7-574a-4b6b-8234-23cb78bf4ae5 .ingredients-title,
  #shopify-section-template--14933352022039__677992ca-4711-4e8d-ba22-a52b400fee5d .ingredients-title{
     font-size: 32px;
  }

  #shopify-section-template--15026035884055__bffec1b7-574a-4b6b-8234-23cb78bf4ae5 .bbn-ingradiance-container {
    padding-top: 70px;
  }

  #shopify-section-template--15026035884055__bffec1b7-574a-4b6b-8234-23cb78bf4ae5 .ingredient-item,
  #shopify-section-template--14933352022039__677992ca-4711-4e8d-ba22-a52b400fee5d .ingredient-item {
    width: 80%;
  }

  #bbn-desk-about-us-top .image-with-text__media {
    margin-top: 35%;
  }

   #shopify-section-template--15026035884055__bffec1b7-574a-4b6b-8234-23cb78bf4ae5 .bbn-ingradiance-container,
  #shopify-section-template--14933352022039__677992ca-4711-4e8d-ba22-a52b400fee5d .bbn-ingradiance-container {
    background-size: contain !important;
  }

  

  #bbn-product-what-does h3, 
  #bbn-about-page-boomboom-today h2.image-with-text__heading,
  #bbn-desk-about-us-top h2.image-with-text__heading,
  #bbn-about-out-evolition .rich-text__heading span {
    font-size: 30px;
  }

  #bbn-about-page-boomboom-today .button--primary {
    font-size: 18px;
  }

  #bbn-desk-about-us-top .image-with-text__text p, #bbn-about-page-boomboom-today .image-with-text__text p {
    font-size: 18px;
  }

  .bbn-product-details-price-template {
    width: 100%;
  }

  #bbn-archive-hat-ingrediant-typically .banner__media.media {
      background: transparent;
      margin-top: -40px;
      height: 155px;
  }

  .header__icons {
    
  }

  .header__icon--cart {
    margin-right: -5px;  
  }
  
  #bnn-mobile-last-item-list .button.button--primary {
    font-family: "CircularStd-Bold", sans-serif !important;
    padding-top: 1px;
  }

  #bbn-home-store-locator h2.image-with-text__heading,
  #bbn-home-store-locator .image-with-text__text {
    display: none;
  }

  .bbn-home-store-mobile-header {
    color: #fff;
    font-family: "CircularStd-Bold", sans-serif;
    font-weight: bold;
    font-weight: 26px;
  }

  .bbn-home-store-mobile-sub-header {
    color: #fff;
    font-family: "CircularStd-book", sans-serif;
    font-size: 18px;
  }

  #bbn-bottom-bar-mobile-topborders {
    background-color: #009bd9;
    position: relative;
    padding-top: 30px;
  }

  #home-page-mobile-hero-banner .button {
    border: 3px solid #FF7732;
    color: #FF7732;
  }

  #home-page-mobile-hero-banner .button:hover {
    background-color: #FF7732;
    color: #fff;
  }

  #bbn-brand-flaviour .contains-content-container {
     padding: 0;
  }

  #bbn-brand-flaviour .multicolumn-card__info h3 {
    font-size: 23px;
    margin-top: -16px;
  }

  #bbn-brand-flaviour .title-wrapper-with-link h2,
  #bbn-home-page-learn-more-1 h2.image-with-text__heading{
    font-size: 27px;
  }

  #home-banner-hero-section, 
  #home-parner-section,
  #bbn-home-list-items,
  #bbn-abouve-footer-wave-bg,
  #bbn-product-page-boost-container,
  #bbn-product-what-does{
    display: none;
  }

  #home-page-mobile-hero-banner,
  #mobile-home-partner-images,
  #bbn-home-store-locator,
  #bnn-mobile-last-item-list,
  #bbn-bottom-bar-mobile-topborders,
  .bbn-home-store-mobile-header,
  .bbn-home-store-mobile-sub-header,
  #bbn-product-page-boost-container-mobile,
  #bbn-product-what-does-mobile,
  #bbn-product-what-does-autoheight-mobile {
    display: block;
  }

  

  #bbn-product-what-does-autoheight-mobile,
  #bbn-product-what-does-mobile {
    margin-top: -80px;
  }
  
  .bbn-find-store-locator {
    display: none;
  }

  .header__icon.header__icon--cart svg {
    width: 40px;
  }


   #home-page-mobile-hero-banner .banner__box {
        margin-top: 400px;
  }

  #home-page-mobile-hero-banner .content-container h3 {
        margin-top: 300px;
  }

  .product-form__submit span {
        font-size: 18px;
    margin-top: 5px;
  }

  .product__info-container {
    padding: 0 15px;
  }

  #bbn-product-what-does {
    display: block;
    background-size: contain;
    height: 440px;
  }

  #bbn-product-what-does .multicolumn-list__item {
    width: 10%;
  }

  #bbn-product-what-does .multicolumn-list__item:first-child {
    width: 44%;
  }

  #bbn-product-what-does .multicolumn-list__item:first-child, #bbn-product-what-does .multicolumn-list__item:last-child {
    width: 33%;
  }

  #bbn-product-what-does ul {
    margin-top: 15px;
  }

  #bbn-product-what-does ul li:last-child p:before {
    margin-left: -45px;
    width: 30px;
 }

  #bbn-product-what-does ul li:first-child p {
    font-size: 20px;
    line-height: 28px;
  }

  #bbn-product-what-does ul li:last-child p {
    margin-bottom: 8px;
  }

  #home-page-mobile-hero-banner {
    display: none;
  }

  #home-banner-hero-section {
    display: block;
  }

   #shopify-section-template--14933351923735__6a0d23cc-7a06-40e8-a59c-f4afc204f790 #bbn-product-what-does {
     height: 440px;
     background-size: cover;
  }

   #shopify-section-template--14933351923735__6a0d23cc-7a06-40e8-a59c-f4afc204f790 #bbn-product-what-does .multicolumn-list__item:last-child {
     width: 15%;
   }

  #shopify-section-template--14933351923735__6a0d23cc-7a06-40e8-a59c-f4afc204f790  #bbn-product-what-does ul {
    margin-top: -13px;
  }

  #bbn-archive-weare-nasal .rich-text.content-container, #bbn-archive-hat-ingrediant-typically .rich-text.content-container, #bbn-archive-ho-do-nasal-inha .rich-text.content-container, #bbn-archive-hat-are-the-benifit .rich-text.content-container, #bbn-archive-ho-login-do-nasal .rich-text.content-container, #bbn-archive-hat-ingrediant-typically-desk .rich-text.content-container {
        padding-top: 85px;
        padding-bottom: 75px;
  }

  .section-template--14933351923735__c10f2961-2a19-4b2c-9218-a9119a82bcfb-padding {
    padding-top: 10px;
  }

  #bbn-archive-hat-are-the-benifit .rich-text.content-container {
    padding-top: 40px;
  }
  
}

@media only screen and (max-width: 840px) {

  .product__info-container .price__container span {
    font-size: 18px;
  }
  
  #bnn-mobile-last-item-list .button.button--primary {
    font-size: 16px;
    min-height: 40px;
  }

  #shopify-section-template--15026035884055__bffec1b7-574a-4b6b-8234-23cb78bf4ae5 {
    margin-top: -70px;
    z-index: 99;
  }

  #MainContent {
    overflow-x: hidden;
  } 

  #home-page-mobile-hero-banner .banner__box {
    margin-top: 350px;
  }

  #home-page-mobile-hero-banner .content-container h3 {
         margin-top: 240px;
  }

  .bbn-font-size-ttwo, #bbn-brand-flaviour .center .button, #bbn-home-store-locator .button {
    font-size: 16px;
    min-height: 40px;
  }

  .newsletter__wrapper h2 {
        font-size: 24px !important;
  }
}

@media only screen and (max-width: 820px) {
  #bbn-product-page-boost-container-mobile .banner__heading {
        top: 10px;
  }

  .bbn-image-banner-banner-top-image {
        width: 80%;
  }

  #shopify-section-template--15097586122775__bffec1b7-574a-4b6b-8234-23cb78bf4ae5.section-ingredients {
    margin-top: -40px;
    z-index: 9;
  }

  #bbn-product-page-boost-container-mobile .banner__media {
        background-color: transparent;
  }
 
}


@media only screen and (max-width: 768px) {
  #bbn-archive-hat-ingrediant-typically-desk,
  #bbn-about-evolution-section,
  #bbn-product-what-does{
    display: none;
  }

  #stockist-widget .stockist-query-entry .stockist-search-field {
    font-size: 16px;
  }

  .bbn-locator-top-boxes {
      display: block;
  }

  .bbn-locator-top-boxes-blue {
    width: 90%;
    margin: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 20px;
  }
  
  .bbn-locator-top-boxes-orange {
     width: 90%;
     margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 20px;
  }

  .footer__top--txt {
        font-size: 18px;
  }
  
  .product-grid-container .card__information .rating {
    width: 28%;
  }

  .header-wrapper .page-width {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  h2.junip-product-review-title {
    font-size: 26px;
  } 

  #bbn-bottom-bar-mobile-topborders .bbn-simple-banner-button a {
    min-height: 40px;
    font-size: 22px;
  }

  #shopify-section-template--15026035884055__bffec1b7-574a-4b6b-8234-23cb78bf4ae5 {
    margin-top: -65px;
  }

  

  #bbn-archive-weare-nasal p, #bbn-archive-hat-ingrediant-typically p, #bbn-archive-hat-ingrediant-typically span, #bbn-archive-ho-do-nasal-inha p, #bbn-archive-hat-are-the-benifit p, #bbn-archive-ho-login-do-nasal p, #bbn-archive-hat-ingrediant-typically-desk p, #product-archive-what-weare-desktop .multicolumn-card__info p, #bbn-collection-after-product-content .rich-text__text p {
        line-height: 26px;
  }

  #bbn-desk-about-us-top .image-with-text__media {
        margin-top: -18%;
  }

  #bbn-desk-about-us-top {
        background-image: linear-gradient(to right, #fe7413, #ff7720, #ff7617, #ff7015);
  }

  #bbn-about-mobile-resolution .banner__box {
    position: absolute;
    top: -30px;
  }

  #bbn-desk-about-us-top .image-with-text__text-item {
    width: 100%;
  }

  #bbn-desk-about-us-top .image-with-text__heading {
    width: 100%;
    text-align: center;
  }

  #bbn-desk-about-us-top .page-width {
    padding: 0;
  }

  #bbn-desk-about-us-top .image-with-text__content,
  #bbn-desk-about-us-top {
        padding-bottom: 0;
  }

  #bbn-about-evolution-section .banner__box.content-container {
    
  }

  #bbn-desk-about-us-top .image-with-text__text p, #bbn-about-page-boomboom-today .image-with-text__text p {
        font-size: 1.4em;
  }

  #bbn-desk-about-us-top .image-with-text__text p {
  }

  #bbn-desk-about-us-top .image-with-text__text p:nth-child(2){
    width: 66%;
  }

 

  #bbn-archive-ho-do-nasal-inha .rich-text__blocks,
  #bbn-archive-hat-are-the-benifit .rich-text__blocks,
  #bbn-archive-ho-login-do-nasal .rich-text__blocks,
  #bbn-archive-weare-nasal  .rich-text__blocks{
        max-width: 90%;
  }
  
  #bbn-archive-hat-ingrediant-typically,
  #bbn-about-mobile-resolution,
  #bbn-what-inside-global-banner {
    display: block;
  }

  #bbn-what-inside-global-banner {
    margin-top: -100px;
    position: relative;
    z-index: 9;
  }

  #shopify-section-template--14933352022039__677992ca-4711-4e8d-ba22-a52b400fee5d .ingredients-title,
  #bbn-brand-flaviour .title-wrapper-with-link h2,
  #bbn-home-page-learn-more-1 h2.image-with-text__heading{
    font-size: 36px;
  }

  #shopify-section-template--14933352022039__21f2ac66-9c85-4dd6-9cb7-95b14a2fa5bb #bbn-whats-inside-page-list .page-width {
    margin-top: -40px;
  }

  #bbn-archive-hat-ingrediant-typically .rich-text.content-container {
        margin-top: -120px;
  }
  
  #bbn-mobile-whats-inside-orange .image-with-text__content,
  #bbn-mobile-whats-inside-green .image-with-text__content{
    background-color: transparent;
    overflow: visible;
  }

  #product-archive-title .rich-text.content-container {
        padding: 20px;
  }

 

  #bbn-mobile-whats-inside-green .image-with-text__heading {
    width: 100%;
    text-align: center;
  }

  #bbn-brand-flaviour .multicolumn-card__image-wrapper .media {
    padding-bottom: 250% !important;
  }

  #bbn-mobile-whats-inside-orange .image-with-text__text,
  #bbn-mobile-whats-inside-green .image-with-text__text{
    position: absolute;
    top: 145%;
    text-align: left;
    right: 50px;
    width: 50%;
  }

   #bbn-mobile-whats-inside-orange .image-with-text__text {
     
   }

  #bbn-mobile-whats-inside-green .image-with-text__text {
    top: 72%;
  }

  #bbn-mobile-whats-inside-orange .image-with-text__media,
  #bbn-mobile-whats-inside-green .image-with-text__media{
    background-color: transparent;
    border: 0;
  }

  #bbn-mobile-whats-inside-orange .image-with-text__text-item,
  #bbn-mobile-whats-inside-green .image-with-text__text-item {
    position: absolute;
    top: 95px;
    width: 100%;
  }

  #bbn-mobile-whats-inside-green .image-with-text__text-item {
    top: 78px;
  }
  
  

  #bbn-desk-what-inside-banner .image-with-text__grid--reverse .image-with-text__content {
    padding-right: 0;
  }

  #bbn-product-what-does h3, #bbn-desk-what-inside-banner h2.image-with-text__heading {
    margin-top: 0;
  }

  #bbn-home-store-locator .image-with-text__media-item,
  #bbn-home-store-locator .image-with-text__text-item {
    width: 100%;
  }

  #bbn-home-store-locator .image-with-text__media {
    min-height: 320px;
  }

  #bnn-mobile-last-item-list .multicolumn-list__item .media--adapt .multicolumn-card__image {
    width: 100%;
  }

  #bnn-mobile-last-item-list ul li:first-child {
    bottom: -20px;
    width: 496px;
  }

  #message_content_span {
      font-size: 10px;
  }

  #home-page-mobile-hero-banner .content-container h3 .bbn-font-weight-bold,
  #bbn-brand-flaviour .title-wrapper-with-link h2,
  .bbn-home-store-mobile-header,
  #bnn-mobile-last-item-list h3,
  #bbn-home-page-learn-more-1 h2.image-with-text__heading {
    font-size: 40px;
  }

  .bbn-home-store-mobile-sub-header {
    font-size: 22px;
    margin-top: 0;
  }

  #bbn-brand-flaviour .multicolumn-card__info h3 {
    margin-top: -6px;
  }
  
  #home-page-mobile-hero-banner .content-container h3 {
    margin-top: 220px;
  }
  
  footer .footer__blocks-wrapper .footer-block:first-child {
    display: block;
    width: 100% !important;
  }

  .product__info-wrapper.grid__item,
  .product__info-container.product__info-container--sticky{
    width: 100%;
    max-width: 100%;
  }

  .product__info-container .product__title h1 {
    font-size: 22px;
  }

  #bbn-product-page-boost-container-mobile>div {
    height: 760px;
  }

  #bbn-product-page-boost-container-mobile .banner__images {
        top: 93px;
  }

  #bbn-product-page-boost-container-mobile .banner__heading {
    top: 20px;
  }

  .footer__top--social-icon {
    width: 65px;
    height: 65px;
  }

  #bbn-mobile-whats-inside-green {
    display: block;
  }

  footer .footer__blocks-wrapper .footer-block:last-child {
    display: none;
  }


  #bnn-mobile-last-item-list .button.button--primary {
    font-weight: bold;
  }
  
  .footer-block.grid__item {
    width: 48% !important;
    display: inline-block;
    margin: 2rem 0 !important;
  }

  .footer-block__details-content {
    margin-bottom: 0 !important;
  }

  .footer-block.grid__item:last-child {
     width: 100% !important;
     margin-bottom: 0 !important;
  }
  
  #mobile-home-partner-images .bbn-upload-small-img1 {
       top: 30px;
    width: 160px;
  }
  
  #mobile-home-partner-images .bbn-upload-small-img2 {
    left: 38%;
    width: 180px;
    top: 15px;
  }
  
  #mobile-home-partner-images .bbn-upload-small-img3 {
    width: 160px;
    top: -15px;
  }
  
  #mobile-home-partner-images .bbn-upload-small-img4 {
    right: 20px;
    top: 30%;
    width: 140px;
  }
  
  #mobile-home-partner-images .bbn-upload-small-img5 {
       left: 14px;
  }
  
  #mobile-home-partner-images .bbn-upload-small-img6 {
    right: 16%;
    transform: rotate(-6deg);
  }

  .bbn-home-store-mobile-header {
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .bbn-font-size-ttwo, #bbn-brand-flaviour .center .button, #bbn-home-store-locator .button, #bnn-mobile-last-item-list .button.button--primary,
   #bbn-mobile-what-inside-last-purple .button  {
    font-size: 22px;
    min-height: 40px;
  }

  #home-page-mobile-hero-banner {
    display: block;
  }

  #home-banner-hero-section {
    display: none;
  }

  #shopify-section-template--15026035884055__bffec1b7-574a-4b6b-8234-23cb78bf4ae5 .ingredients-title {
    font-size: 44px;
  }

  #bbn-desk-what-inside-banner,
  #bbn-desk-what-inside-last-banner {
    display: none;
  }

  #bbn-mobile-whats-inside-banner,
  #bbn-mobile-what-inside-last-purple,
  #bbn-whats-inside-page-list {
    display: block;
  }
  
  #bbn-whats-inside-page-list {
      background-attachment: inherit;
    background-position: top;
    background-size: cover;
    margin-top: -2px;
  }

  #bbn-whats-inside-page-list li {
        max-width: 49%;
  }

  #bbn-desk-about-us-top {
        padding-top: 20px;
  }
  
  #bbn-mobile-whats-inside-banner li:first-child .multicolumn-card.content-container {
    padding: 3.5em;
  }

  #bbn-about-page-boomboom-today .image-with-text__media-item, 
  #bbn-about-page-boomboom-today .image-with-text__text-item {
    width: 100%;
  }

  #bbn-desk-about-us-top .image-with-text__content {
        padding-top: 5px;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    margin: 0;
  }

  #bbn-desk-about-us-top .image-with-text__media-item {
    position: absolute;
        z-index: 99;
    top: 195px;
    width: 40%;
  }

  .bbn-about-us-round {
        shape-outside: ellipse(160px 160px at 30% 44%);
    clip-path: ellipse(160px 160px at 57% 43%);
    width: 280px;
    height: 370px;
    float: right;
  }

  #bbn-about-page-boomboom-today h2.image-with-text__heading {
        width: 100%;
  }

  #bbn-about-page-boomboom-today .image-with-text__content {
    overflow: visible;
  }

  #bbn-about-page-boomboom-today .bbn-image-with-text-button-container {
        position: absolute;
    top: 800px;
    overflow: visible;
    width: 100%;
  }

  #bbn-mobile-whats-inside-banner .multicolumn-card.content-container h3,
  #bbn-mobile-whats-inside-orange .image-with-text__heading.h1,
  #bbn-mobile-whats-inside-green .image-with-text__heading.h1,
  #bbn-desk-about-us-top h2.image-with-text__heading,
  #bbn-about-evolution-section .banner__box.content-container h3 span,
  #bbn-about-page-boomboom-today h2.image-with-text__heading,
  #bbn-about-mobile-resolution .banner__heading .bbn-font-weight-bold {
    font-family: "CircularStd-Bold", sans-serif;
    font-weight: bold;
    font-size: 44px;
    color: #fff;
    line-height: 26px;
  }

  #bbn-desk-about-us-top h2.image-with-text__heading {
    text-align: left;
  }

  #bbn-about-page-boomboom-today .image-with-text__text-item h2, #bbn-about-page-boomboom-today .image-with-text__text-item div {
    text-align: center;
  }

  #bbn-about-page-boomboom-today .image-with-text__text-item {
        position: absolute;
    top: -138px;
    text-align: center;
  }

  #bbn-mobile-whats-inside-banner .page-width {
    margin: 0;
    padding: 0;
  }

   #bbn-mobile-whats-inside-banner .multicolumn-card__image-wrapper {
     margin: 0;
   }

  #bbn-mobile-what-inside-last-purple .multicolumn-card__info h3 {
    font-size: 44px;
    font-family: "CircularStd-Bold", sans-serif;
    color: #fff;
    font-weight: bold;
  }

  #bbn-mobile-what-inside-last-purple .multicolumn-card__info {
    position: absolute;
    top: 40px;
    text-align: right;
    padding-right: 15px;
  }

  #bbn-mobile-what-inside-last-purple .multicolumn-card__info p {
    width: 80%;
    float: right;
    font-size: 27px;
    line-height: 28px;
    color: #fff;
    font-family: "CircularStd-Book", sans-serif;
  }

  #bbn-mobile-what-inside-last-purple .page-width>div.center {
    position: absolute;
    bottom: 40px;
    text-align: center;
    left: 0;
    right: 0;
  }

  #bbn-mobile-whats-inside-orange,
  #bbn-mobile-whats-inside-green{
    display: block;
    margin-top: -100px;
  }

  #bbn-mobile-what-inside-last-purple .button {
    font-size: 26px;
    font-weight: bold;
    font-family: "CircularStd-Bold", sans-serif;
  }

  #bbn-mobile-what-inside-last-purple .page-width,
  #bbn-mobile-whats-inside-orange .page-width,
  #bbn-mobile-whats-inside-green .page-width{
    padding: 0;
  }

  #bbn-mobile-what-inside-last-purple .multicolumn-list__item,
  #bbn-mobile-whats-inside-orange .multicolumn-list__item,
  #bbn-mobile-whats-inside-green  .multicolumn-list__item {
    max-width: 100%;
  }

  #bbn-mobile-what-inside-last-purple .multicolumn-card__image-wrapper,
  #bbn-mobile-whats-inside-orange .multicolumn-card__image-wrapper,
   #bbn-mobile-whats-inside-green .multicolumn-card__image-wrapper{
    margin: 0;
  }
  

  #shopify-section-template--15026035884055__bffec1b7-574a-4b6b-8234-23cb78bf4ae5 .bbn-ingradiance-container {
    padding-top: 95px;
  }

  #bbn-mobile-whats-inside-banner .multicolumn-card.content-container p,
  #bbn-mobile-whats-inside-orange .image-with-text__text p,
  #bbn-mobile-whats-inside-green .image-with-text__text p{
    font-family: "CircularStd-Book", sans-serif;
    font-size: 1.6em;
    color: #fff;
    line-height: 31px;
  }

  #bbn-mobile-whats-inside-orange .image-with-text__text p,
  #bbn-mobile-whats-inside-green .image-with-text__text p{
    margin-top: 30px;
    position: relative;
  }

  #bbn-mobile-whats-inside-orange .image-with-text__text p:before,
  #bbn-mobile-whats-inside-green .image-with-text__text p:before{
    content: " ";
    position: absolute;
    margin-left: -81px;
    background-color: #fff;
    height: 3px;
    width: 45px;
    top: 50%;
  }

  #bbn-whats-inside-page-list .multicolumn-card__info p {
    list-style: disc;
    display: list-item;
    color: #B64C17;
    font-family: "CircularStd-Book", sans-serif;
    font-size: 20px;
    margin: 0;
    line-height: 26px;
  }

  #bbn-whats-inside-page-list .page-width {
    padding-left: 10%;
  }

   #shopify-section-template--14933351923735__21f2ac66-9c85-4dd6-9cb7-95b14a2fa5bb #bbn-whats-inside-page-list {
         margin-top: -25px;
   }

   #shopify-section-template--14933351923735__21f2ac66-9c85-4dd6-9cb7-95b14a2fa5bb #bbn-whats-inside-page-list .multicolumn-card__info p,
   #shopify-section-template--14933352022039__21f2ac66-9c85-4dd6-9cb7-95b14a2fa5bb #bbn-whats-inside-page-list .multicolumn-card__info p {
         color: #1B968F;
         line-height: 24px;
   }

   #shopify-section-template--14933351923735__21f2ac66-9c85-4dd6-9cb7-95b14a2fa5bb #bbn-whats-inside-page-list .page-width {
      padding-top: 0;
   }

  #product-archive-title h2.rich-text__heading span {
    font-size: 44px;;
  }

  #product-archive-title .rich-text__text p strong {
     font-size: 26px;
     line-height: 26px;
  }

  #product-archive-what-weare-desktop {
    display: none;
  }

  #bbn-archive-weare-nasal,
  #bbn-achive-mobile-content-image {
    display: block;
  }
  
  #bbn-achive-mobile-content-image {
    min-height: 820px;
  }

  #bbn-archive-weare-nasal .rich-text.content-container {
       padding-top: 50px;
    padding-bottom: 30px;
    margin-top: 0;
  }

  #bbn-archive-hat-ingrediant-typically .rich-text__heading span,
  #bbn-archive-weare-nasal .rich-text__heading span,
  #bbn-mobile-whats-inside-green .image-with-text__heading.h1,
  #product-archive-title h2.rich-text__heading span,
  #bbn-archive-ho-do-nasal-inha .rich-text__heading,
  #bbn-archive-hat-are-the-benifit h2.rich-text__heading span,
  #bbn-archive-ho-login-do-nasal h2.rich-text__heading span {
    font-size: 36px;
  }

  #bbn-archive-ho-do-nasal-inha .rich-text.content-container,
  #bbn-archive-ho-login-do-nasal .rich-text.content-container {
    padding-bottom: 60px;
    padding-top: 80px;
  }

  #bbn-archive-hat-are-the-benifit .rich-text.content-container {
        padding-top: 60px;
    padding-bottom: 80px;
  }

  #bbn-archive-hat-ingrediant-typically .rich-text__blocks {
        max-width: 90%;
  }

  #bbn-archive-hat-ingrediant-typically h2 {
    line-height: 36px;
        margin-top: 40px;
  }

  #bbn-achive-mobile-content-image .banner__media.media {
    height: 820px;
    margin-bottom: -80px;
}

  #bbn-achive-mobile-content-image .banner__media.media img {
    object-position: top center;
  }

  #bbn-achive-mobile-content-image .banner__media.media img {
    object-position: top center;
  }
}

.notice {
    padding:5px;
}

.notice__txt {
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    font-family: "CircularStd-Bold", sans-serif;
    margin: 0;
}

@media only screen and (min-width: 500px){
  .notice {
      padding: 8px;
  }
  .notice__txt {
    font-size: 16px;
  }
}


@media only screen and (max-width: 750px) {

  #bbn-mobile-what-inside-last-purple .multicolumn-card__info{
    position: absolute;
        top: 40px;
    text-align: right;
    padding-right: 15px;
  }

  #bbn-mobile-whats-inside-orange .image-with-text__text {
    top: 115px;
  }

  #bbn-mobile-whats-inside-green .image-with-text__text {
    top: 74px;
  }

   #bbn-mobile-what-inside-last-purple .multicolumn-card__info h3,
   #shopify-section-template--15026035884055__bffec1b7-574a-4b6b-8234-23cb78bf4ae5 .ingredients-title,
   #bbn-mobile-whats-inside-orange .image-with-text__heading.h1,
   #bbn-mobile-whats-inside-green .image-with-text__heading.h1,
  #bbn-mobile-whats-inside-banner .multicolumn-card.content-container h3{
      font-size: 32px;
    font-family: "CircularStd-Bold", sans-serif;
     color: #fff;
     font-weight: bold;
   }

 #bbn-mobile-what-inside-last-purple .multicolumn-card__info p {
      width: 80%;
    float: right;
   font-size: 22px;
    color: #fff;
    font-family: "CircularStd-Book", sans-serif;
  }

 
  #bbn-mobile-about-top-title .content-container {
    padding-top: 40px;
  }

   #bbn-mobile-whats-inside-banner .page-width {
      padding-top: 10px;
   }

  #bbn-mobile-about-topbanner {
        padding-top: 10px;
  }
  

  #bbn-archive-weare-nasal .rich-text.content-container {
    margin-top: 0;
    padding-top: 40px;
    border-top: 8px solid #fff;
  }

  .bbn-subscribtoin-wrapper .button--primary {
    font-size: 20px;
  }

  .bbn-subscribtoin-wrapper h2,
  #bbn-find-store-top-title .rich-text__heading {
    font-size: 28px;
  }
 
  .bbn-subscribtoin-wrapper {
    padding-top: 90px;
    background-image: url("/cdn/shop/files/bbn-srtore-finder.png?v=1671206039");
  }

  #bbn-about-page-boomboom-today,
  #bbn-about-page-boom-boom-today-wawe,
  #bbn-mobile-about-topbanner .image-with-text__text-item,
  #bbn-about-evolution-section {
    display: none;
  }
  
  #bbn-mobile-whats-inside-banner,
  #bbn-mobile-whats-inside-orange,
  #bbn-mobile-what-inside-last-purple,
  #bbn-mobile-about-last-content,
  #bbn-mobile-whats-inside-green {
    display: block;
  }

  #bbn-mobile-about-last-content .content-container,
  #bbn-mobile-about-evelution .content-container {
    background-attachment: initial;
    background-position: top;
    background-size: cover;
    min-height: 600px;
  }


  #bbn-mobile-about-topbanner .page-width {
    padding-right: 0;
  }
 
  #bbn-mobile-about-top-title .content-container, 
  #bbn-mobile-about-topbanner .image-with-text__media {
    border: 0;
    background-color: #FF7521;
  }

  #bbn-mobile-what-inside-last-purple {
    border-top: 6px solid #fff;
  }

  #bbn-mobile-what-inside-last-purple .page-width>div.center {
      position: absolute;
      bottom: 40px;
      text-align: center;
      left: 0;
      right: 0;
  }  

   #bbn-mobile-what-inside-last-purple .button.button--primary {
       font-family: "CircularStd-Bold", sans-serif;
       font-weight: bold;
      font-size: 22px;
   }

  #bbn-mobile-whats-inside-banner ul.multicolumn-list,
  #bbn-mobile-whats-inside-orange  ul.multicolumn-list,
  #bbn-mobile-whats-inside-green ul.multicolumn-list,
  #bbn-mobile-what-inside-last-purple ul.multicolumn-list {
    padding: 0;
  }

  #bbn-mobile-whats-inside-banner li:first-child .multicolumn-card.content-container {
    padding: 1.5em;
  }

  #bbn-mobile-about-top-title .rich-text__heading span,
  #bbn-mobile-about-evelution .rich-text__heading span,
  #bbn-mobile-about-last-content .rich-text__heading span,
  #bbn-mobile-about-last-content .rich-text__text p {
    color: #fff;
    font-weight: bold;
  }

  #bbn-mobile-about-last-content .rich-text__buttons {
    margin: auto;
  }

  #bbn-mobile-about-last-content {
    margin-top: -45px;
    
  }
  
  #bbn-mobile-about-last-content .rich-text__text p {
     font-family: "CircularStd-Book", sans-serif;
     font-weight: normal;
     font-size: 16px;
     line-height: 20px;
  }

  #bbn-mobile-about-last-content .content-container {
        background-color: transparent;
  }

  #bbn-mobile-about-last-content .rich-text__text {
    margin-top: .8rem;
  }
  
  #bbn-mobile-whats-inside-orange .image-with-text__text p,
  #bbn-mobile-whats-inside-green .image-with-text__text p,
  #bbn-mobile-whats-inside-banner .multicolumn-card.content-container p {
    font-szie: 22px;
  }

  
  #bbn-mobile-whats-inside-orange,
  #bbn-mobile-whats-inside-green {
    margin-top: -100px;
  }
  
  #bbn-desk-what-inside-banner,
  #bbn-desk-what-inside-last-banner {
    display: none;
  }

  #shopify-section-template--14933352349719__bffec1b7-574a-4b6b-8234-23cb78bf4ae5 .ingredients-title {
    font-size: 28px !important;
  }

  #shopify-section-template--14933352349719__bffec1b7-574a-4b6b-8234-23cb78bf4ae5 .bbn-ingradiance-container.text-center{
        padding-top: 0;
        background: none !important;
  }

   #shopify-section-template--14933352349719__bffec1b7-574a-4b6b-8234-23cb78bf4ae5 .bbn-ingrediant-wrapper{
     background-color: transparent;
   }

   #shopify-section-template--14933352349719__bffec1b7-574a-4b6b-8234-23cb78bf4ae5{
      background-image: url("/cdn/shop/files/ingridiance-bg.png") !important;
      background-color: transparent;
      background-size: cover;
      padding-top: 120px;
      margin-top: -120px;
  }
  
  .thumbnail-slider .thumbnail-list.slider {
    margin: auto;
    width: auto;
    flex: inherit !important;
    margin-top: -40px;
  }

  p.product__text.caption-with-letter-spacing {
    font-size: 18px;
    margin-bottom: -5px;
  }

  .bbn-product-page-listing-variant {
    border-bottom: 1px solid #818181; 
    border-top: 1px solid #818181; 
  }

  .product__info-container .product__text.subtitle {
        text-align: center;
    font-family: "CircularStd-Book", sans-serif;
  }

  .thumbnail-slider.slider-mobile-gutter.quick-add-hidden {
    margin: auto;
  }

  .thumbnail-slider .thumbnail-list__item .thumbnail {
        border-radius: 50%;
        background: #6B6B6B;
        box-shadow: initial !Important;
  }

  .thumbnail-slider .thumbnail[aria-current] {
    background: #363636;
  }

  .thumbnail-slider .thumbnail.global-media-settings img {
    opacity: 0;
  }

  .slider-mobile-gutter .slider-buttons.quick-add-hidden {
    display: none;
  }
  
  .thumbnail-slider .thumbnail-list.slider li {
    width: 15px;
    height: 15px;
  }

  .thumbnail-slider .slider-button {
    display: none;
  }
  
  #bbn-archive-ho-do-nasal-inha .rich-text__blocks,
  #bbn-archive-hat-are-the-benifit .rich-text__blocks,
  #bbn-archive-ho-login-do-nasal .rich-text__blocks {
    text-align: center;
  }
  
  #bbn-product-page-listing-variant {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }

  .bbn-product-page-listing-variant ul li img {
    width: 80px;
    margin: 0 auto;
  }

  .product__text.subtitle {
    /*width: 72%;
    display: inline-block;*/
    text-align: left;
  }

  .product__info-container .bbn-rating-container {
      width: 150px;
      margin: auto;
  }

  .product__info-container .bbn-rating-container .rating {
    margin: 0;
    width: 70%;
  }

  .product__info-container .bbn-rating-container p.rating-text,
  .product__info-container .bbn-rating-container .rating-count span {
    font-size: 15px;
    margin: 0;
  }

  .product__info-container .bbn-rating-container .rating-count {
    margin: 0;
    /*margin-right: 15px;*/
    font-size: 15px;
  }
  
  #bbn-home-store-locator .bbn-image-with-text-button-container {
    margin-top: 0;
  }

  #bbn-home-store-locator .bbn-home-store-mobile-header {
    margin-top: 0;
  }

  #bbn-home-store-locator .bbn-upload-small-img1 {
    width: 100%;
  }
  
  #bbn-home-store-locator .image-with-text__media {
        padding-bottom: 64.11174785100287% !important;
  }


  #bbn-brand-flaviour ul div.media {
     padding-bottom: 240% !important;
  }

  #bbn-brand-flaviour ul div.media {
    padding-bottom: 420px!important;
  }

  #bbn-archive-hat-ingrediant-typically .banner__media.media{
        height: 80px;
  }

  #shopify-section-template--14933352349719__bffec1b7-574a-4b6b-8234-23cb78bf4ae5 .bbn-ingrediant-wrapper {
    padding-bottom: 0;
  }

  .bbn-ingrediant-wrapper {
    padding-bottom: 0 !important;
  }

  .product .product__info-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

}

#bbn-ing-show-on-mobile {
    display: none;
}
@media only screen and (max-width: 749px) {
  .thumbnail-slider .thumbnail-list.slider {
    display: none !important;
  }
}

@media only screen and (max-width: 640px) {

  #bbn-archive-hat-are-the-benifit {
        padding-bottom: 40px;
  }

  .footer__top--social-item {
        margin-left: 15px !important;
        margin-right: 15px !important;
  }

  .product-grid-container .card__information .rating {
    width: 30%;
  }

  #bbn-mobile-about-top-new-banner .multicolumn-card.content-container {
    background-color: transparent;
  }

  #bbn-mobile-about-top-new-banner img {
         background-image: linear-gradient(to right, #ff781e, #ff761e, #ff7617, #ff7015);
  }

  #bbn-desk-about-us-top .image-with-text__text p {
    margin-bottom: 12px;
  }
  
  #shopify-section-template--15042381316119__a9879a97-101e-4c91-9b0b-c0dd1e43e97e .icon.icon-accordion {
    align-self: flex-start;
  }

  .section-template--15042381316119__8823fee2-cd9e-4f48-bddf-ca1bf3dd9e9a-padding {
    padding-top: 30px !important;
  }

  #shopify-section-template--15042381316119__8823fee2-cd9e-4f48-bddf-ca1bf3dd9e9a .rich-text__text {
    margin-top: .5rem;
  }

  #bbn-about-mobile-resolution .banner__content {
        min-height: 49rem;
  }

  .bbn-about-us-round {
    shape-outside: ellipse(175px 145px at -63% 37%);
    clip-path: ellipse(130px 143px at 61% 55%);
    width: 196px;
    height: 279px;
    float: right;
  }

  #bbn-desk-about-us-top .image-with-text__media-item {
    top: 163px;
  }


   #bbn-desk-about-us-top .image-with-text__text p:nth-child(2){
    width: 60%;
   }

  #bbn-desk-about-us-top .image-with-text__media-item {
    width: 42%;
    right: 0;
  }

  #shopify-section-template--14933352022039__677992ca-4711-4e8d-ba22-a52b400fee5d .bbn-ingradiance-container {
        background-size: cover !important;
  }

  #bbn-product-page-boost-container-mobile .banner__heading {
        top: 30px;
  }

  #bbn-product-page-boost-container-mobile .banner__images {
        top: 110px;
  }

  #bbn-product-page-boost-container-mobile .banner__heading {
    top: 42px;
  }

  #bbn-mobile-about-last-content .rich-text__buttons {
    max-width: 100%;
  }

  #home-page-mobile-hero-banner .content-container h3 .bbn-font-weight-bold, #bbn-home-page-learn-more-1 h2.image-with-text__heading, #bbn-brand-flaviour .title-wrapper-with-link h2, .bbn-home-store-mobile-header, #bnn-mobile-last-item-list h3,
  #bbn-desk-about-us-top h2.image-with-text__heading, #bbn-about-mobile-resolution .banner__heading .bbn-font-weight-bold, #bbn-mobile-about-last-content .rich-text__heading span {
    font-size: 32px;
  }

  #shopify-section-template--15026035884055__bffec1b7-574a-4b6b-8234-23cb78bf4ae5 .bbn-ingradiance-container {
        padding-top: 145px;
        background-size: cover !important;
  }

  #bnn-mobile-last-item-list ul li:first-child {
    bottom: -8px;
    width: 420px;
    left: -40px;
  }

  .bbn-image-banner-banner-top-image {
        width: 90%;
  }

  #bbn-mobile-whats-inside-green .image-with-text__text-item .image-with-text__text p {
    font-size: 20px;
  }

  .section-template--15042381316119__a9879a97-101e-4c91-9b0b-c0dd1e43e97e-padding,
  #shopify-section-template--15042381316119__a9879a97-101e-4c91-9b0b-c0dd1e43e97e h2 {
    margin: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .section-template--15042381316119__37719d54-18f4-4761-819e-3790bed0211a-padding {
       
    padding-top: 10px !important;
    padding-bottom: 50px !important;

  }

  #shopify-section-template--15042381316119__a9879a97-101e-4c91-9b0b-c0dd1e43e97e .accordion summary {
    padding: 5px 0;
  }

  #shopify-section-template--15026035884055__bffec1b7-574a-4b6b-8234-23cb78bf4ae5 {
      margin-top: -45px;
    z-index: 99;
  }

  #bbn-mobile-about-last-content {
    margin-top: -80px;
  }

  #bnn-mobile-last-item-list .multicolumn-list__item .media--adapt .multicolumn-card__image {
    width: 100%;
  }
  
  .product__text.subtitle {
    font-size: 16px !important;
  }

  #bbn-ing-show-on-mobile {
    display: block;
  }

  #bbn-ing-show-on-dektop {
    display: none;
  }
  
  #MainContent {
        overflow-x: hidden;
  }

  .bbn-onetime-purchase,
  .product__info-container .price__container span {
    font-size: 16px;
  }

  .product__info-container .price__container .price__regular, .product__info-container .price__container .price__sale, .product__info-container .price__container .unit-price {
    width: 30%;
  }

  .bbn-onetime-purchase {
    width: 70%;
  }

  

  .ingredients-list .pop-up__wrapper {
        width: 90%;
  }

  #bbn-archive-hat-ingrediant-typically {
    display: block;
  }

  #bbn-archive-hat-ingrediant-typically-desk {
    display: none;
  }

  #bbn-archive-hat-ingrediant-typically .banner__media.media{
        height: 54px;
  }

  #bbn-achive-mobile-content-image {
    display: block;
    min-height: 600px;
  }

  #bbn-achive-mobile-content-image .banner__media.media {
        height: 600px;
      margin-bottom: -80px;
  }

  #bbn-achive-mobile-content-image .banner__media.media img {
    object-position: top center;
  }

    #bbn-archive-weare-nasal .rich-text.content-container,
    #bbn-archive-hat-ingrediant-typically .rich-text.content-container,
    #bbn-archive-ho-do-nasal-inha .rich-text.content-container,
    #bbn-archive-hat-are-the-benifit .rich-text.content-container,
    #bbn-archive-ho-login-do-nasal .rich-text.content-container,
  #bbn-archive-hat-ingrediant-typically-desk .rich-text.content-container {
      background-color: transparent;
      padding-top: 80px;
      padding-bottom: 60px;
    }

  #bbn-archive-hat-ingrediant-typically .rich-text.content-container {
    padding-top: 140px;
  }

  #bbn-archive-weare-nasal .rich-text__heading,
  #bbn-archive-hat-ingrediant-typically .rich-text__heading,
  #bbn-archive-ho-do-nasal-inha .rich-text__heading,
  #bbn-archive-hat-are-the-benifit .rich-text__heading,
  #bbn-archive-ho-login-do-nasal .rich-text__heading,
  #bbn-archive-hat-ingrediant-typically .banner__heading .bbn-font-weight-bold,
  #bbn-archive-hat-ingrediant-typically-desk .rich-text__heading{ 
    font-size: 26px;
    line-height: 26px;
  }

  #bnn-mobile-last-item-list ul li:last-child .multicolumn-card__info {
        padding-right: 15px;
  }

  #bnn-mobile-last-item-list p {
    line-height: 26px;
  }

  #bbn-brand-flaviour .multicolumn-card__info h3 {
    font-size: 22px;
    margin-top: -8px;
  }

  #bbn-desk-about-us-top .image-with-text__text p,
  #bbn-mobile-about-last-content .rich-text__text p {
    font-size: 16px;
    line-height: 26px;
  }

  #bnn-mobile-last-item-list ul li:last-child {
    top: 40px;
  }

   #bbn-bottom-bar-mobile-topborders { 
         padding-top: 15px;
   }
  
  #home-page-mobile-hero-banner .banner__box {
        margin-top: 210px;
  }

  #home-page-mobile-hero-banner .content-container h3 {
         margin-top: 234px;
  }

  .header__heading-logo {
    width: inherit;
  }

  #home-page-mobile-hero-banner .content-container h3 .bbn-font-weight-bold {
    font-size: 32px !important;
    max-width: 600px;
    display: inline-block;
  }

  #bbn-brand-flaviour .title-wrapper-with-link h2,
  #bbn-home-page-learn-more-1 h2.image-with-text__heading {
    font-weight: bold;
  }

  .footer-menu-ul a {
    font-size: 14px;
  }

  .footer__content-top {
     padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .footer-menu-ul li {
    float: left;
  }

  .footer__top--social-icon {
    width: 50px;
    height: 50px;
    padding: 8px;
  }


  #bbn-brand-flaviour ul div.media {
    padding-bottom: 380px!important;
  }

  .product-form__submit span {
    font-size: 18px;
  }

  #bbn-mobile-whats-inside-orange .image-with-text__heading.h1,
  #bbn-mobile-whats-inside-green .image-with-text__heading.h1{
        text-align: center;
      width: 100%;
        margin-top: 34px;
  }

  #bbn-mobile-whats-inside-orange .image-with-text__text,
  #bbn-mobile-whats-inside-green .image-with-text__text {
    top: 82%;
    right: -25px;
    width: 60%;
  }

  .ingredients-title {
    margin-top: -40px;
  }

  .section-ingredients .ingredient-item {
    width: 100% !important;
  }

  .section-ingredients .ingredient-item__image {
    max-width: 130px!important;
  }

  .section-ingredients .position-relative {
    padding: 15px!important;
    margin: 0 75px!important;
  }

  .section-ingredients .h6 {
    font-size: 16px!important;
  }

  .section-ingredients .ingredient-item h3 {
    font-size: 15px!important;
  }

  .section-ingredients .position-relative p {
    margin: 0!important;
    padding: 0!important;
  }

  .ingradiance-view-button {
    font-size: 16px !important;
    padding: 20px 0 !important;
  }

  .section-ingredients .d-flex {
      gap: 30px !important;
  }



  .section-ingredients .h6 {
    line-height: 16px !important;
    font-size: 14px  !important;
  }

  .section-ingredients .position-relative {
    margin: 0 30px!important;
  }

  .section-ingredients .ingredient-item__image--left-align {
    left: -40px !important;
  }


   #bbn-archive-weare-nasal .rich-text__heading span,
   #bbn-archive-hat-ingrediant-typically .rich-text__heading span,
   #bbn-archive-ho-do-nasal-inha h2.rich-text__heading span,
   #bbn-archive-hat-are-the-benifit h2.rich-text__heading span,
   #bbn-archive-ho-login-do-nasal h2.rich-text__heading span {
     font-size: 34px;
   }

  #bbn-mobile-about-last-content .content-container {
        min-height: 700px;
  }

  #bbn-mobile-about-last-content .rich-text__wrapper {
        margin-top: 10px;
  }

  #bbn-desk-about-us-top {
        padding: 30px;
        padding-bottom: 15px;
        padding-left: 15px;
  }

  #bbn-about-mobile-resolution .banner__box {
        top: -23px;
  }
}
@media only screen and (max-width: 580px) {

  #bbn-desk-about-us-top .image-with-text__media {
        margin-top: -7%;
  }

  .product-grid-container .card__information .rating {
        width: 40%;
  }

}

@media only screen and (max-width: 540px) {

  .footer-menu-ul a {
    font-size: 11px;
  }

  .footer-menu-ul li {
    font-size: 11px;
  }

  .footer-block__heading {
    margin-bottom: 0.5rem !important;
  }

  #bbn-brand-flaviour {
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
  }

  #bbn-archive-weare-nasal .rich-text.content-container {
    border-top: 4px solid #fff;
  }

  #bbn-mobile-what-inside-last-purple {
    border-top: 4px solid #fff;
  }

  #bbn-home-store-locator .image-with-text__media {
    border: 6px solid #fff;
  }

  #bbn-mobile-about-last-content .rich-text__wrapper {
        margin-top: 7px;
  }

  .footer__top--txt {
        font-size: 14px;
  }

  .footer__top--logo svg {
    width: 160px;
  }

  .product-grid-container .card__information .rating {
        width: 42%;
  }

  #bbn-mobile-about-last-content .content-container {
     min-height: 615px;
  }

  #shopify-section-template--14933351923735__21f2ac66-9c85-4dd6-9cb7-95b14a2fa5bb #bbn-whats-inside-page-list .multicolumn-card__info p,
   #shopify-section-template--14933352022039__21f2ac66-9c85-4dd6-9cb7-95b14a2fa5bb #bbn-whats-inside-page-list .multicolumn-card__info p {
         line-height: 18px;
   }

  #bbn-desk-about-us-top .image-with-text__media-item {
        width: 50%;
  }

  #bbn-desk-about-us-top .image-with-text__media {
        margin-top: -42%;
  }

  #bbn-mobile-about-top-new-banner {
    display: block;
  }

  #bbn-desk-about-us-top .image-with-text__text {
    display: none;
  }

   #bbn-desk-about-us-top .image-with-text__media-item {
    display: none;
  }

  #bbn-mobile-about-top-new-banner .multicolumn-card-spacing {
      margin: 0;
      padding: 0;
  }

  #bbn-mobile-about-top-new-banner.multicolumn .page-width {
     padding-top: 0;
    padding-bottom: 0;
  }

  #bbn-mobile-about-top-new-banner .multicolumn-list {
    padding-right: 0;
   
  }

  #bbn-desk-about-us-top .image-with-text__media-item {
    top: 208px;
  }

  .footer__copy--txt {
    font-size: 12px; 
  }

  #bbn-about-mobile-resolution .banner__content {
    min-height: 38rem;
  }

  #shopify-section-template--14933352022039__677992ca-4711-4e8d-ba22-a52b400fee5d .ingredients-title {
    font-size: 28px;
  }

  #bbn-archive-weare-nasal .rich-text__heading span, #bbn-archive-hat-ingrediant-typically .rich-text__heading span, #bbn-archive-ho-do-nasal-inha h2.rich-text__heading span, #bbn-archive-hat-are-the-benifit h2.rich-text__heading span, #bbn-archive-ho-login-do-nasal h2.rich-text__heading span,
  #bbn-archive-ho-login-do-nasal h2.rich-text__heading span {
    font-size: 28px;
  }

  #bbn-mobile-whats-inside-green .image-with-text__text {
        top: 57%;
  }

  #home-page-mobile-hero-banner .content-container h3 {
        margin-top: 183px;
  }

  #home-page-mobile-hero-banner .content-container h3 .bbn-font-weight-bold, #bbn-brand-flaviour .title-wrapper-with-link h2, .bbn-home-store-mobile-header, #bnn-mobile-last-item-list h3 {
    font-size: 28px;
  }

  #bbn-brand-flaviour .multicolumn-card__info h3 {
    font-size: 15px;
  }

  #bnn-mobile-last-item-list ul li:last-child {
    width: 54%;
  }
  
  #bbn-mobile-whats-inside-banner .multicolumn-card__info {
    padding-bottom: 0;
  }

  #bbn-mobile-what-inside-last-purple .multicolumn-card__info h3,
  #shopify-section-template--15026035884055__bffec1b7-574a-4b6b-8234-23cb78bf4ae5 .ingredients-title,
  #bbn-mobile-whats-inside-orange .image-with-text__heading.h1,
  #bbn-mobile-whats-inside-green .image-with-text__heading.h1,
  #bbn-mobile-whats-inside-banner .multicolumn-card.content-container h3 {
    font-size: 28px;
  }

  #bbn-mobile-what-inside-last-purple .multicolumn-card__info p,
  #bbn-mobile-whats-inside-banner .multicolumn-card.content-container p,
  #bbn-mobile-whats-inside-orange .image-with-text__text p,
  #bbn-mobile-whats-inside-green .image-with-text__text p{
      line-height: 24px;
      font-size: 18px;
  }

  #bbn-whats-inside-page-list .multicolumn-card__info p {
     font-size: 16px;
  }

  #bbn-whats-inside-page-list .page-width {
    padding-left: 18px;
  }

  #bbn-mobile-whats-inside-orange .image-with-text__text p,
  #bbn-mobile-whats-inside-green .image-with-text__text p {
    margin-top: 20px;
  }

  #bbn-mobile-whats-inside-orange .image-with-text__heading.h1,
  #bbn-mobile-whats-inside-green .image-with-text__heading.h1{
    margin-top: 25px;
  }

  #bbn-mobile-what-inside-last-purple .multicolumn-card__info {
    top: 0;
  }

  #bbn-home-store-locator .bbn-home-store-mobile-header {
    font-size: 20px;
        margin-bottom: 0;
  }

  .bbn-home-store-mobile-sub-header {
    font-size: 14px;
    margin-top: 0;
  }

  #bnn-mobile-last-item-list ul li:last-child .multicolumn-card__info {
    margin-left: 34px;
  }

  .footer .footer-block__details-content .list-menu__item--link {
    font-size: 14px;
  }

  #bbn-mobile-about-last-content {
    margin-top: -70px;
  }

  #bbn-mobile-about-evelution .content-container {
    background-size: contain;
    min-height: 400px;
    background-repeat: no-repeat;
  }
  
  .bbn-onetime-purchase,
  .product__info-container .price__container span {
    font-size: 18px;
    letter-spacing: 0px;
  }

  .product__info-container .price__container {
        padding: 6px 4px;
  }
  
  #bbn-image-with-text-button-container .bbn-image-with-text-button-container {
    margin-top: 1em;
  }

  #mobile-home-partner-images .bbn-upload-small-img1 {
    left: 20px;
  }

 
  #bnn-mobile-last-item-list .multicolumn-card__image-wrapper {
    margin-right: 30px;
  }


  #bnn-mobile-last-item-list p {
    font-size: 16px;
  }

  #bbn-brand-flaviour ul div.media {
    padding-bottom: 340px!important;
  }

  .product__text.subtitle {
    font-size: 15px;
  }

  .bbn-product-page-listing-variant {
    border-top: 1px solid #818181;
  }

  .bbn-product-page-listing-variant ul li img {
    width: 60px;
  }

  .bbn-product-page-listing-variant h3 {
    font-size: 18px;
  }

  #bbn-product-page-boost-container-mobile .banner__images {
        top: 100px;
  }

  #bbn-product-page-boost-container-mobile>div {
    height: 600px;
  }


  #bbn-product-page-boost-container-mobile .banner__heading span {
    font-size: 16px !important;
  }

  .product-form__submit.button {
    width: 100% !important;
  }

  .product-form__submit.button {
    margin-left: 0%!important;
  }

  .product-form__submit span {
    font-size: 18px  !important;
  }

  #product-archive-title p {
        line-height: 24px;
  }

  .section-template--14933351923735__21f02ea7-9d07-4c3d-b381-bdc3eac5bedf-padding {
    padding: 15px !important;
  }

  #shopify-section-template--15026035884055__bffec1b7-574a-4b6b-8234-23cb78bf4ae5 .bbn-ingradiance-container {
    background-size: contain !important;
        padding-top: 135px;
  }

  #bbn-desk-about-us-top .image-with-text__content {
    padding: 0;
    margin: 0;
  }
}

@media only screen and (max-width: 525px) {
  #shopify-section-template--14933352022039__677992ca-4711-4e8d-ba22-a52b400fee5d .bbn-ingradiance-container {
        background-size: contain !important;
  }
}

@media only screen and (max-width: 480px) {

  .footer__top--social-item {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  #bbn-mobile-about-last-content .rich-text__wrapper {
        margin-top: 0px;
  }

  .product-grid-container .card__information .rating {
    width: 42%;
  }

  #bbn-about-mobile-resolution .banner__media img {
        object-fit: contain;
  }

  #bbn-about-mobile-resolution .banner__media {
        background-color: #fe7416;
  }

  #bbn-mobile-about-last-content .content-container {
         min-height: 550px;
  }

  .bbn-subscribtoin-wrapper h2 {
    max-width: 280px;
    margin: auto;
  }

  #home-page-mobile-hero-banner .content-container h3 .bbn-font-weight-bold {
    font-size: 22px !important;
  }

  #bnn-mobile-last-item-list ul li:first-child {
    bottom: -8px;
    width: 360px;
    left: -60px;
  }

  .bbn-about-us-round {
    shape-outside: ellipse(163px 163px at -68% 16%);
    clip-path: ellipse(115px 111px at 77% 47%);
    width: 220px;
    height: 267px;
  }

  #bbn-mobile-about-last-content {
        margin-top: -80px;
  }

  #bbn-desk-about-us-top .image-with-text__media-item {
    top: 199px;
  }

  #bbn-desk-about-us-top .image-with-text__media {
        margin-top: -54%;
  }

  #bbn-about-mobile-resolution {
    margin-top: -2px;
  }

  #bbn-desk-about-us-top .image-with-text__text p, #bbn-mobile-about-last-content .rich-text__text p {
        line-height: 20px;
    font-size: 16px;
  }

  #bbn-mobile-about-last-content .rich-text__text p {
     line-height: 20px;
    font-size: 14px;
  }

  #bbn-archive-weare-nasal .rich-text.content-container {
    padding-bottom: 0;
  }

  #shopify-section-template--14933352022039__21f2ac66-9c85-4dd6-9cb7-95b14a2fa5bb #bbn-whats-inside-page-list .page-width {
    margin-top: -40px;
  }

  #bbn-archive-weare-nasal .rich-text__heading span, #bbn-archive-hat-ingrediant-typically .rich-text__heading span, #bbn-archive-ho-do-nasal-inha h2.rich-text__heading span, #bbn-archive-hat-are-the-benifit h2.rich-text__heading span, #bbn-archive-ho-login-do-nasal h2.rich-text__heading span, #bbn-archive-ho-login-do-nasal h2.rich-text__heading span,
  #product-archive-title h2.rich-text__heading span,
  #bbn-mobile-whats-inside-green .image-with-text__heading.h1,
  #shopify-section-template--14933352022039__677992ca-4711-4e8d-ba22-a52b400fee5d .ingredients-title,
  #bbn-brand-flaviour .title-wrapper-with-link h2 {
        font-size: 22px;
  }

  #bbn-mobile-about-last-content .content-container {
        padding-top: 68px;
  }

  #product-archive-title .rich-text__text p strong {
    font-size: 18px;
  }

  #bbn-archive-weare-nasal .rich-text__text, #bbn-archive-hat-ingrediant-typically .rich-text__text p, #bbn-archive-ho-do-nasal-inha .rich-text__text, #bbn-archive-hat-are-the-benifit .rich-text__text, #bbn-archive-ho-login-do-nasal .rich-text__text, #bbn-archive-hat-ingrediant-typically-desk .rich-text__text, #product-archive-what-weare-desktop .multicolumn-card__info p, #bbn-collection-after-product-content .rich-text__text p {
    font-size: 16px;
  }

  
  #bbn-brand-flaviour ul div.media {
    padding-bottom: 280px!important;
  }


  .footer-menu-ul a {
    font-size: 12px;
  }

  #bbn-home-store-locator .image-with-text__content {
     padding: 0;
  }

  
  #bnn-mobile-last-item-list h3 {
      font-size: 24px;
     
  }
  
  #bnn-mobile-last-item-list p {
       font-size: 14px;
  }

  .title-wrapper-with-link h2 {
    font-size: 19px;
  }

  #bbn-brand-flaviour .multicolumn-card__info {
        padding: 3rem 0;
  }

  #bbn-brand-flaviour .media--transparent {
    padding-bottom: 250% !important;
  }

  #home-page-mobile-hero-banner .banner__box {
      margin-top: 190px;
  }

  #home-page-mobile-hero-banner .content-container h3 {
      margin-top: 165px;
  }

  #shopify-section-template--15026035884055__bffec1b7-574a-4b6b-8234-23cb78bf4ae5 .bbn-ingradiance-container {
    padding-top: 120px; 
  }

   #home-page-mobile-hero-banner .content-container h3 .bbn-font-weight-bold {
     font-size: 18px;
  }

  #bbn-brand-flaviour .multicolumn-card__info h3 {
    font-size: 14px;
    margin-top: -19px;
  }

  .bbn-ingrediant-wrapper .h2.ingredients-title,
  #bbn-mobile-what-inside-last-purple .multicolumn-card__info h3{
        font-size: 26px !important;
  }

  #mobile-home-partner-images .bbn-upload-small-img1 {
    top: 30px;
    width: 140px;
  }
  
  #mobile-home-partner-images .bbn-upload-small-img2 {
    left: 38%;
    width: 160px;
    top: 15px;
  }
  
  #mobile-home-partner-images .bbn-upload-small-img3 {
    width: 140px;
    top: -15px;
  }
  
  #mobile-home-partner-images .bbn-upload-small-img4 {
    right: 20px;
    top: 30%;
    width: 120px;
  }
  
  #mobile-home-partner-images .bbn-upload-small-img5 {
       left: 14px;
  }
  
  #mobile-home-partner-images .bbn-upload-small-img6 {
    right: 0%;
  }

  .newsletter__wrapper h2 {
        font-size: 18px !important;
  }

  #bnn-mobile-last-item-list ul li:last-child {
        top: 20px;
  }

  #mobile-home-partner-images .bbn-upload-small-img1 {
    width: 110px;
    left: 10px;
  }

  #bnn-mobile-last-item-list ul li:last-child .multicolumn-card__info {
    margin-top: 40px;
    margin-left: 32px;
  }

  #bnn-mobile-last-item-list ul li:last-child {
    top: -30px;
    width: 58%;
  }

  #bnn-mobile-last-item-list ul li:last-child .multicolumn-card__info {
    padding-right: 10px;
  }

  #bnn-mobile-last-item-list {
      background-position: center;
  }

  #bnn-mobile-last-item-list ul {
    height: 240px;
  }

  #bbn-desk-about-us-top h2.image-with-text__heading, #bbn-about-mobile-resolution .banner__heading .bbn-font-weight-bold, #bbn-mobile-about-last-content .rich-text__heading span {
    font-size: 22px;
  }
}

@media only screen and (max-width: 470px) {
 

  #bbn-mobile-about-last-content .content-container {
    min-height: 495px;
  }

   .product-grid-container .card__information .rating {
        width: 48%;
  }

  #home-page-mobile-hero-banner .content-container h3 {
        margin-top: 125px;
  }

  .footer__top--social-icon {
    width: 40px;
    height: 40px;
  }

  .footer__top--social-item {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  
}

@media only screen and (max-width: 430px) {

  #bbn-mobile-about-last-content .rich-text__wrapper {
    padding: 0;
  }

  #bbn-mobile-about-last-content .rich-text__wrapper {
        margin-top: -20px;
  }

  #bbn-mobile-about-last-content .content-container {
    min-height: 480px;
  }

  #bbn-archive-weare-nasal p, #bbn-archive-hat-ingrediant-typically p, #bbn-archive-hat-ingrediant-typically span, #bbn-archive-ho-do-nasal-inha p, #bbn-archive-hat-are-the-benifit p, #bbn-archive-ho-login-do-nasal p, #bbn-archive-hat-ingrediant-typically-desk p, #product-archive-what-weare-desktop .multicolumn-card__info p, #bbn-collection-after-product-content .rich-text__text p {
    font-size: 16px;
    line-height: 20px;
  }

  #bbn-archive-weare-nasal .rich-text.content-container, #bbn-archive-hat-ingrediant-typically .rich-text.content-container, #bbn-archive-ho-do-nasal-inha .rich-text.content-container, #bbn-archive-hat-are-the-benifit .rich-text.content-container, #bbn-archive-ho-login-do-nasal .rich-text.content-container, #bbn-archive-hat-ingrediant-typically-desk .rich-text.content-container {
        padding-top: 50px;
        padding-bottom: 50px;
  }

  #bbn-archive-hat-ingrediant-typically .rich-text.content-container {
    padding-top: 60px;
  }

  #bbn-archive-hat-ingrediant-typically .rich-text.content-container {
    padding-bottom: 70px;
  }

  #bbn-bottom-bar-mobile-topborders {
    padding-top: 6px;
  }

  #bbn-mobile-whats-inside-orange .image-with-text__heading.h1,
  #bbn-mobile-whats-inside-green .image-with-text__heading.h1{
        margin-top: 0px;
  }

  #bbn-mobile-what-inside-last-purple .multicolumn-card__info p, #bbn-mobile-whats-inside-banner .multicolumn-card.content-container p,
  #bbn-mobile-whats-inside-orange .image-with-text__text p,
  #bbn-mobile-whats-inside-green .image-with-text__text p {
    line-height: 20px;
    font-size: 16px;
  }

  #bbn-mobile-whats-inside-orange .image-with-text__text,
  #bbn-mobile-whats-inside-green .image-with-text__text {
    top: 57%;
    right: -25px;
    width: 60%;
  }

  #bbn-mobile-whats-inside-orange .image-with-text__text p:before,
  #bbn-mobile-whats-inside-green .image-with-text__text p:before{
    margin-left: -63px;
    width: 44px;
    height: 2px;
  }

  #bbn-whats-inside-page-list .multicolumn-card__info p {
    font-size: 13px;
    font-family: "CircularStd-Bold", sans-serif;
    font-weight: bold;
  }
  
  #bbn-product-page-boost-container-mobile .media > img {
    object-fit: inherit;
  }

  #bbn-whats-inside-page-list .page-width {
        padding-left: 12px;
  }

  #home-page-mobile-hero-banner .content-container h3 {
      margin-top: 90px;
  }

  #bbn-find-store-top-title .rich-text__heading {
        font-size: 24px;
  }

  #bbn-product-page-boost-container-mobile .banner__media {
    background-color: transparent;
  }

  #bbn-product-page-boost-container-mobile>div {
    height: 520px;
  }


  #shopify-section-template--14933351923735__1a1bdb0b-ab82-4ddd-858d-723e8baa2afb #bbn-product-page-boost-container-mobile .banner__images {
    top: 105px;
  }

  #shopify-section-template--14933352022039__4a79cc1a-48d7-4c98-9e8e-c1c3d2c28246 #bbn-product-page-boost-container-mobile .banner__images {
    top: 80px;
  }

  #shopify-section-template--14933351923735__1a1bdb0b-ab82-4ddd-858d-723e8baa2afb #bbn-product-page-boost-container-mobile .banner__heading {
    top: 55px;
  }

  #shopify-section-template--14933352022039__4a79cc1a-48d7-4c98-9e8e-c1c3d2c28246 #bbn-product-page-boost-container-mobile .banner__heading {
    top: 35px;
  }
  
  .footer__blocks-wrapper .footer-block.grid__item.footer-block--menu:nth-child(2) {
    width: 53% !important;
  }

  .footer__blocks-wrapper .footer-block.grid__item.footer-block--menu:nth-child(3) {
    width: 42% !important;
  }

  #bbn-mobile-whats-inside-green .image-with-text__text-item .image-with-text__text p {
    font-size: 15px;
    margin-top: 0px;
     margin-right: 5px;
  }
  #bbn-archive-weare-nasal .rich-text.content-container {
    padding-bottom: 0;
  }
  #bbn-desk-about-us-top .image-with-text__media-item {
    top: 222px;
}

  #bbn-mobile-whats-inside-green .image-with-text__heading.h1 {
    margin-top: 18px;
  }
}

@media only screen and (max-width: 420px) {
  #bbn-desk-about-us-top .image-with-text__media-item {
    top: 197px;
  }

  .footer__top--txt {
    font-size: 12px;
  }

  .product-grid-container .card__information .rating {
    width: 51%;
  }

  #shopify-section-template--14933351923735__02de1773-dbbe-47df-a6ed-3b2503ee64a2 #bbn-mobile-whats-inside-green {
        margin-top: -80px;
  }

  #shopify-section-template--14933351923735__02de1773-dbbe-47df-a6ed-3b2503ee64a2 #bbn-mobile-whats-inside-green .image-with-text__media {
        padding-bottom: 106% !important;
  }

  #shopify-section-template--14933351923735__02de1773-dbbe-47df-a6ed-3b2503ee64a2 #bbn-mobile-whats-inside-orange .image-with-text__text-item, #bbn-mobile-whats-inside-green .image-with-text__text-item {
    top: 85px;
  }

  #bnn-mobile-last-item-list ul li:first-child {
    bottom: -8px;
    width: 300px;
    left: -40px;
  }

  .footer__top--logo svg {
    width: 125px;
  }
}

@media only screen and (max-width: 400px) {

  #bnn-mobile-last-item-list ul li:first-child {
    bottom: -8px;
    width: 300px;
    left: -60px;
  }

  #bbn-brand-flaviour .title-wrapper-with-link h2 {
    font-size: 24px;
  }
  
  #bbn-home-store-locator .image-with-text__content {
    padding: 0;
  }

  .bbn-upload-small-images {
    padding: 0 5px;
  }
  
  
  #mobile-home-partner-images .bbn-upload-small-img2 {
    width: 130px;
  }
  
  #mobile-home-partner-images .bbn-upload-small-img3 {
    width: 120px;
  }
  
  #mobile-home-partner-images .bbn-upload-small-img4 {
    right: 20px;
    top: 30%;
    width: 120px;
  }
  
  #mobile-home-partner-images .bbn-upload-small-img5 {
         bottom: 65px;
  }
  
  #mobile-home-partner-images .bbn-upload-small-img6 {
    right: 0%;
  }

  #bbn-archive-weare-nasal p, #bbn-archive-hat-ingrediant-typically p, #bbn-archive-hat-ingrediant-typically span, #bbn-archive-ho-do-nasal-inha p, #bbn-archive-hat-are-the-benifit p, #bbn-archive-ho-login-do-nasal p, #bbn-archive-hat-ingrediant-typically-desk p, #product-archive-what-weare-desktop .multicolumn-card__info p, #bbn-collection-after-product-content .rich-text__text p {
    line-height: 22px;
  }

  #bbn-mobile-whats-inside-banner .page-width, #bbn-mobile-about-top-title .content-container {
        padding-top: 20px;
  }

  #bbn-mobile-whats-inside-banner .multicolumn-card__info {
    padding: 0;
  }

  #shopify-section-template--15026035884055__bffec1b7-574a-4b6b-8234-23cb78bf4ae5 .bbn-ingradiance-container {
    padding-top: 110px;
  }

  #bbn-mobile-about-last-content .rich-text__buttons {
    bottom: 25px;
  }

  #bbn-desk-about-us-top .image-with-text__media-item {
        top: 216px;
        width: 54%;
  }

 
}

@media only screen and (max-width: 393px) {
  .bbn-onetime-purchase, 
  .product__info-container .price__container span {
    font-size: 17px;
  }

  .footer__top--social-icon {
        width: 40px;
    height: 40px;
  }

  .footer__top--social-item {
    
  }
}

@media only screen and (max-width: 390px) {

  #bbn-mobile-about-last-content .content-container {
    min-height: 449px;
  }

  .product-grid-container .card__information .rating {
    width: 55%;
  }

  #bnn-mobile-last-item-list ul li:last-child {
    width: 62%;
  }

  #bnn-mobile-last-item-list ul li:last-child {
    top: -25px;
  }

  #bnn-mobile-last-item-list p {
    line-height: 22px;
  }

  #home-page-mobile-hero-banner .content-container h3 .bbn-font-weight-bold {
    font-size: 24px !important;
  }

  #home-page-mobile-hero-banner .content-container h3 {
    margin-top: 75px;
  }

  .section-template--14933352120343__1663674193e6567cb7-padding {
    padding-top: 20px;
  }

  #bbn-mobile-whats-inside-orange .image-with-text__text-item,
  #bbn-mobile-whats-inside-green .image-with-text__text-item {
        top: 69px;
  }

  #bbn-whats-inside-page-list .multicolumn-card__info p {
    font-size: 11px;
  }

  .footer__blocks-wrapper .footer-block.grid__item.footer-block--menu:nth-child(2) {
    width: 55% !important;
  }

  .footer__blocks-wrapper .footer-block.grid__item.footer-block--menu:nth-child(3) {
    width: 42% !important;
  }

  .footer .footer-block__details-content .list-menu__item--link {
    font-size: 13px;
  }
  
  #bbn-archive-weare-nasal .rich-text.content-container, #bbn-archive-hat-ingrediant-typically .rich-text.content-container, #bbn-archive-ho-do-nasal-inha .rich-text.content-container, #bbn-archive-hat-are-the-benifit .rich-text.content-container, #bbn-archive-ho-login-do-nasal .rich-text.content-container, #bbn-archive-hat-ingrediant-typically-desk .rich-text.content-container {
    padding-top: 40px;
    padding-bottom: 25px;
  }

  #bbn-archive-hat-ingrediant-typically .rich-text.content-container {
        padding-bottom: 55px;
  }

  
  #bbn-mobile-about-top-title .rich-text__heading span, #bbn-mobile-about-evelution .rich-text__heading span, #bbn-mobile-about-last-content .rich-text__heading span {
    font-size: 22px;
  }

  #bbn-mobile-about-last-content .rich-text__text p {
    font-size: 14px;
  }

  .drawer-wrapper .checkout-delievery__text {
    font-size: 11px!important;
  }

  
  #shopify-section-template--14933351923735__02de1773-dbbe-47df-a6ed-3b2503ee64a2 #bbn-mobile-whats-inside-green .image-with-text__text-item {
    top: 110px !important;
  }
  .bbn-product-page-listing-variant ul li a {
    font-size: 12px;
  }

  
  .bbn-onetime-purchase, .product__info-container .price__container span {
    font-size: 14px;
  }

  .product-form__submit span,
  quantity-input.quantity button, 
  quantity-input.quantity input{
    font-size: 14px !important;
  }

  .bbn-product-page-listing-variant ul li a {
    font-size: 12px;
  }
}



@media only screen and (max-width: 380px) {
  .footer .footer-block__details-content .list-menu__item--link {
    font-size: 14px;
  }

  
  #bnn-mobile-last-item-list ul li:last-child .multicolumn-card__info { 
    margin-left: 10px;
  }

  .bbn-product-buy-button {
    width: 70% !important;
  }

  .bbn-shop-button-archive {
    font-size: 16px;
  }

  #bbn-desk-about-us-top .image-with-text__media-item {
    top: 238px;
    width: 54%;
  }
}

@media only screen and (max-width: 330px) {
  .bbn-product-page-listing-variant ul li a {
    font-size: 10px;
  }

  #bbn-desk-about-us-top .image-with-text__media-item {
    top: 245px;
  }

  .product__info-container .price__container span {
    font-size: 12px;
  }

  .product-form__submit span, quantity-input.quantity button, quantity-input.quantity input {
    font-size: 12px !important;
  }

  .footer__top--social-icon {
    width: 36px;
    height: 36px;
  }
  

  .footer__top--social-item {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
}

@media only screen and (min-width: 1800px) {
  #bbn-product-what-does {
    background-position: top;
    height: 980px;
 }

  #bbn-product-page-boost-container .banner.banner--content-align-center {
    min-height: 1200px;
  }

  #bbn-desk-what-inside-banner .image-with-text__text p, #bbn-desk-what-inside-last-banner .image-with-text__text p {
    font-size: 32px;
    line-height: 40px;
  }
     
}


@media only screen and (min-width: 992px) {
  .advisor__inner {
      padding: 70px 15px 52px;
}
}
.advisor__inner {
    padding: 29px 15px 35px;
    position: relative;
}
@media (min-width: 1200px) {
  .advisor .container {
      width: 1170px;
  }
}
@media (min-width: 992px) {
  .advisor .container {
      width: 970px;
  }

  .advisor__title, .template-index .advisor__title {
    margin-bottom: 12px;
  }

  
  .advisor__txt {
      font-size: 36px;
  }

  .advisor__items {
    margin-bottom: 56px;
  }
  .advisor__item {
    margin-top: 128px;
    padding: 0 9px;
  }

  .advisor__item--inner {
    padding-bottom: 55px;
  }

  .advisor__item--txt {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .advisor .container {
      width: 750px;
  }
}

.advisor__btns {
    text-align: center;
      margin-top: 5.5rem;
    margin-bottom: 3rem;
}

.advisor__item--img {
    width: 160px;
    height: 160px;
    position: absolute;
    left: 0;
    right: 0;
    top: -78px;
    margin: auto;
}

.advisor__item--img .image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advisor__item--name {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: bold;
    font-family: "CircularStd-Black", sans-serif;
    text-align: center;
}

.advisor__item {
    margin-top: 104px;
    padding: 0 30px;
}
.advisor .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.advisor:before {
    background-color: #f5f5f5;
    background-image: url(/cdn/shop/t/54/assets/bg-4.png?v=1721962…);
}
.advisor:before, .advisor:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: -1;
}

.advisor__item--txt {
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    padding: 0 18px 0 22px;
}

.advisor__item--txt {
  font-family: "CircularStd-Book", sans-serif;
}

.advisor__item--inner {
    background-color: #fff;
    position: relative;
    padding-top: 110px;
    padding-bottom: 48px;
}

.advisor__desc {
    text-align: center;
}


.advisor__title {
    margin-bottom: 8px;
    font-size: 55px;
  font-family: "CircularStd-Black", sans-serif;
  font-weight: bold;
}

.advisor__items {
    margin-bottom: 19px;
}

.advisor__txt {
    display: inline-block;
    font-family: CircularStd-Medium,sans-serif;
    font-size: 22px;
    letter-spacing: 1.1px;
}