/** Shopify CDN: Minification failed

Line 230:2 Unexpected "}"

**/
.accordion .details__header{
    font-weight:600 !important;
}

@media screen and (max-width: 749px) {
  h1, .h1.h1, .text-block.h1>*{
    font-size:45px !important;
  }
/* p {
    font-size: 16px !important;
  } */

  div:not(.article-section) p {
  font-size: 16px;
}
}

@media screen and (min-width: 750px) and (max-width: 1300px) {
  h1,
  .h1.h1,
  .text-block.h1 > * {
    font-size: 45px !important;
  }
}

/* Remove when website is live */
/* .header__column.header__column--right, search-button {
    display: none !important;
} */

/* Become a Wholesaler page */

#form-fields-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* spacing between fields */
}

#form-fields-container .css-1ub0j67 {
  flex: 1 1 calc(50% - 20px); /* each field 50% width */
  box-sizing: border-box;
  margin-bottom:0;
}

/* Make "Your Message" field full width */
#form-fields-container .css-1ub0j67:has(textarea) {
  flex: 1 1 100%;
}

/* Full width for inputs, selects, and textarea */
#form-fields-container input,
#form-fields-container select,
#form-fields-container textarea {
  width: 100%;
}

/* Submit button wrapper styling */
#form-fields-container .css-1ub0j67:last-child {
  flex: 1 1 100%;
  display: flex;
  justify-content: flex-start; /* Align to left */
}

/* Optional: stack fields on mobile */
@media (max-width: 768px) {
  #form-fields-container .css-1ub0j67 {
    flex: 1 1 100%;
  }
}

/* blog css */

.active-blog-link {
    padding: 0.35rem 24px;
    /* border: 2px solid #121821; */
    /* border-radius: 14px; */
    text-decoration: none;
    transition: 0.25s;
    /* background: #121821 !important; */
    color: #ffffff !important;
    /* border-width: 2px; */
    font-weight: 600;
    opacity: 1!important;
}

a.active-blog-link:hover {
    color: #fff !important;
}

.nav-container a[href="/"] {
  pointer-events: none;
  cursor: default;
}

@media (max-width: 768px) {
.header__columns{
        padding-inline: 10px !important;
        padding-block: 10px !important;
}


.hero__container h1{
  font-size:40px !important;
}
}

.text-block.h4 p {
  font-size: var(--font-h4--size) !important;
}


.close-button.menu-drawer__close-button .svg-wrapper{
  color: #000000;
}

html{
    scroll-padding-top: 140px;
}

/* 12-03-26 */
@media (max-width: 768px) {

  .blog-sticky-navbar .group-block-content.layout-panel-flex {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    /* gap: 25px; */
   
    padding-bottom: 6px;
    justify-content: flex-start !important;
  }

  .blog-sticky-navbar .group-block-content.layout-panel-flex::-webkit-scrollbar {
    display: none;
  }

  .blog-sticky-navbar .group-block-content.layout-panel-flex > div {
    flex: 0 0 auto;
  }

  .blog-sticky-navbar .group-block-content.layout-panel-flex a {
    display: block;
    padding: 6px 12px;
    white-space: nowrap;
  }
.blog-search-box input {
    padding: 6px 18px !important;
}
}


.bp-right-column {
  position: sticky;
  top: 20px;
  align-self: start;
  height: fit-content;
    top: calc(var(--header-height) - 5px);
}

.featured-blog-posts-card__content h4{
  font-size:16px;
}

.featured-blog-posts-card__content .blog-post-card__content-text{
  line-height: 18px;
}

.cs-product-info summary.details__header {
    text-transform: uppercase !important;
    letter-spacing: 0.1rem;
    padding: 0 15px;
}

  .cs-product-info .accordion--dividers accordion-custom:first-child .details {
    border-block-start: calc(var(--style-border-width) * var(--show-fallback-borders)) solid #000000;
  }
  .cs-product-info .accordion--dividers accordion-custom:not(:first-child) .details{
    border-block-start: var(--style-border-width) solid #000000;
  }
  .cs-product-info .accordion--dividers accordion-custom:last-child .details {
    border-block-end: calc(var(--style-border-width) * var(--show-fallback-borders)) solid #000000;
  }

/* 07-04 -------- */
  @media (max-width: 768px) {

    .testimonial-header-actions {
        max-width: fit-content;
    }
        .testimonial-header {
        align-items: center;
    }
}

product-card .product-badges__badge--rectangle{
    color: #ffffff;
    background: #fd6c0e;
}

.resource-image .image-block__image, 
.blog-post-thumbnail img{
  filter: grayscale(100%);
}

.multi-slider-mob p{
  font-weight:600;
}
  @media (min-width: 1300px) {
h1{
      font-size: 80px !important;
}
  }

/* Recharge Widget css */
.shopify-block.recharge-subscription-widget, .shopify-block.recharge-subscription-widget{
  width:80%;
}
  /* @media (max-width: 768px) {
  p{
line-height: 22px;
  } */
    
  }


  /* Hide Shop All (first column) on desktop */
@media screen and (min-width: 750px) {
  .mega-links .mega-col:first-child ul li:last-child {
    display: none;
  }
}

/* Show on mobile */
@media screen and (max-width: 749px) {
  .mega-links .mega-col:first-child ul li:last-child {
    display: block;
  }
}

@media screen and (max-width: 749px) {
  #HeaderDrawer-shop-shop-all-shop-all {
    display: none !important;
  }

  .counter-state p{
    font-size:12px !important;
  }
  .backed-by-group{
    gap:6px !important;
  }
  .banner-text-width.group-block--width-custom{
    flex-basis: 70% !important; 
  }
  .mobile-text-header p{
      font-size: 18px !important;
  }
}


.featured-blog-posts-card__content{
  gap:0 !important;
}


@media screen and (min-width: 750px) {
  .product-media-sticky {
    position: sticky;
    top: 100px; /* below header */
  }
}

/* GAS + Bloating custom css */

.learn-gas-bloating-sticky a.group-block__link.sticky-active-link {
    background: #d7df2d; 
}

.learn-gas-bloating-sticky.reflux  a.group-block__link.sticky-active-link  {
  background: #FD6C0E;
}

.learn-gas-bloating-sticky.rebalance  a.group-block__link.sticky-active-link  {
  background: #23a0b6;
}


.blog-result-title{
white-space: wrap !important;
}


.learn-gas-bloating-sticky .group-block-content .group-block--width-custom{
  padding:20px !important;
}

.group-first-time p strong{
  color: #d7df2d; 
}

/* *18-05* ---  */
 .mega-inner-main {
    display: flex;
    gap: 20px;
}

.mega-learn-btn-cs {
  display: flex;
    background: #0b1a2a;
    color: #fff !important;
    padding: 10px 22px;
    border-radius: 12px;
    font-size: 13px !important;
    text-decoration: none;
       justify-content: center;
           max-width: fit-content;
    margin: auto;
}
.mega-learn-btn-cs:hover {
    opacity: 0.9;
}
@media (max-width: 750px){
  .mega-image {
    width: 100% !important;
    height: auto;
    margin-bottom: 50px;
    padding: 10px;
}
.mega-about-right {
    width: 100% !important;
     margin-bottom: 40px;
     padding: 10px;
}
}

.cs-random-bloating{
  box-shadow: 0 10px 0 0 #1d2a36;
  margin-bottom:10px;
}

.mega-learn .mega-links .mega-col:last-child {
  display: none !important;
}

/* Blog tags filter */
.blog-tags-wrapper {
  display: flex;
  flex-direction:column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px;
}

.blog-tags-label {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  white-space: nowrap;
}

.blog-tag-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  flex: 1;
}

.blog-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border: 1px solid #d9d9d9;
  border-radius: 14px;
  background: #fff;
  color: #222;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.blog-tag:hover,
.blog-tag.active {
  background: #222;
  color: #fff;
  border-color: #222;
}

.cs-blog-post-content h2, .cs-blog-post-content h3, .cs-blog-post-content h4{
    text-transform: capitalize;
}

@media screen and (max-width: 768px) {
  .blog-tags-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}