/** Shopify CDN: Minification failed

Line 64:0 Unexpected "}"

**/
.component-products-as-nav .all-products-nav{padding-top:36px;}
  
.component-products-as-nav .all-products-nav .single-product-nav{
  margin:0 30px 45px;
  position:relative;
  text-align:center;
  width:150px;}
  
 .component-products-as-nav .all-products-nav .single-product-nav a{display:block;}
 .component-products-as-nav .all-products-nav .single-product-nav .product-title{
   display:block;
   font-size:14px;
   font-weight:700;
   line-height:17px;
   text-transform:uppercase; } 
.component-products-as-nav .all-products-nav .single-product-nav .image-wrapper{margin-bottom:18px;}
.component-products-as-nav .all-products-nav .single-product-nav img{height:auto;}

.component-products-as-nav .all-products-nav .single-product-nav .badges-container {
    right: -36px;
    top: -20px;
}
.component-products-as-nav .all-products-nav .single-product-nav .badge-healthline{width:58px;}

.component-products-as-nav .yotpo-reviews-star-ratings-widget{justify-content:center!important;}
.component-products-as-nav .yotpo-sr-bottom-line-summary{
      display: block!important;
    margin: 9px auto;}

.component-products-as-nav .yotpo-sr-bottom-line-summary > div{
  justify-content: center;
      margin-bottom: 4px;
    margin-right: 0!important;}


@media only screen and (min-width: 768px) {

  .component-products-as-nav .all-products-nav{
    padding-top:63px;
  }


}





.single-product-nav .badges-container {
  right: -25px;
  top: -55px;
}

.all-products-nav {
display: flex;
flex-direction:row;
justify-content: center;
}
}

.single-product-nav {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
height: auto!Important;
}
.product-title {text-align: center!Important;line-height: 1.2;}

@media screen and (min-width: 500px) {
  .single-product-nav {
  width: 180px!Important;
  }
}

.swiper-container {
    margin-top: 33px; 
    overflow: hidden;
    position:relative;
  }
.swiper-wrapper {
margin-bottom: 3em;
width: 73.8%;
}

@media (min-width: 500px) {
.swiper-wrapper {
flex-wrap: wrap;
width: 100%;
justify-content: center;
gap: 35px 15px;
margin-top: 60px;
}

}
@media screen and (max-width: 768px) {
.swiper-container {
padding-top: 50px;
}
.badges-container {
  right: -9px!Important;
  top: -50px!Important;
}
}
.swiper-slide {
  width: 100%;
  }

@media (min-width:500px) {
.swiper-slide  {
  width: 100%;
}
}


.swiper-pagination {
/* show on small viewports */
display: block;
}

@media (min-width: 500px) {
.swiper-pagination {
  /* swiper is disabled at this breakpoint */
  display: none;
}
}


@media screen and (max-width: 768px) {
  .badge-healthline {
    width: 80px;
    height: auto;
  }
}

.swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  border-radius: 100%;
  cursor: pointer;
  background-color: currentColor;
  opacity: 0.4;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: currentColor;
  width: 9px;
  height: 9px;
}

.nav_products_title {
  display: block;
  text-align: center;
  margin: 50px auto;
}
.nav_slider {
  margin-bottom: 30px;
}
@media screen and (max-width: 425px) {
  .nav_products_title {
    font-size: 18px;
  }
}