/** Shopify CDN: Minification failed

Line 338:40 Unexpected "{"

**/
/* css for new homepage */
.hero__animation-contents.h2 h2{
	font-size:46px;
	font-weight:700;
}
.section-header.small--text-center .section-header__title{
      font-size: 15px !important;
    text-transform: uppercase;
    padding-top: 0;
    font-weight: 600 !important;
    margin: 0 !important;
}
.testimonials-slide blockquote {
  background: #f7f7f7;
  border-radius: 27px;
  padding: 48px 12px 31px 56px;
  box-shadow: none !important;
}
.flickity-slider .testimonials-slide {
  opacity: 1;
  padding: 0px 24px;
}

.testimonials-section .flickity-page-dots {
  bottom: -65px !important;
}
.testimonial-stars {
  font-size: 37px;
  margin-bottom: 22px;
  color: #ee6924;
}
.testimonials-slider__text cite {
  font-style: italic;
  font-weight: 800;
}
.testimonials-slider__text p {
    color: #454A5D;
    font-size: 17px;
}

.flickity-viewport{
  position:static !important;
}
body{
    overflow-x:hidden;
}
.flickity-page-dots .dot {
  width: 14px;
  height: 14px;
  margin: 0 4px;
  background: rgba(69, 74, 93, 0.1);
  opacity: 1 !important;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: rgba(238, 105, 36, 1) !important;
}
.bestseller_section{
      background: rgba(240, 237, 229, 1);
}
.product-grid-carousel-wrapper .carousel-btn {
    width: 48px;
    height: 48px;
    background: transparent;
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    cursor: pointer;
    position: static;
    top: 50%;
    transform: unset;
    z-index: 2;
    padding: 0;
    transition: all 0.3s ease;
}
.product-grid-carousel-wrapper  .carousel-btn svg {
  width: 48px;
  height: 48px;
  display: block; /* FIX */
}
#shopify-section-template--15761723818118__logo_list_nDRFeB{
  background: rgba(240, 237, 229, 1);
      margin-top: 0;
       margin-bottom: 0;
}
#shopify-section-template--15761723818118__logo_list_nDRFeB .page-width{
  max-width:100%;
  min-width:100%;
  width:100%;
}
#shopify-section-template--15761723818118__logo_list_nDRFeB .logo-bar__item{
  background:transparent;
  padding:0px;
}
#shopify-section-template--15761723818118__logo_list_nDRFeB h2.section-header__title{
margin:0;
}
.logo-marquee{
  padding:15px 0px;
}
.product-grid-carousel-wrapper { padding: 40px 0; }

.carousel-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  /* margin-bottom: 32px; */
}

.carousel-title {
  font-size: 32px;
  color: #454A5D;
  font-weight: 600;
}

.carousel-nav { display: flex; gap: 7px; }

.carousel-btn {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  border: none;
}

.product-grid-carousel { overflow: hidden; }

.carousel-track {
  display: flex;
  transition: transform 0.4s ease;
}

.carousel-item {
  flex: 0 0 25%;
  min-width: 25%;
  padding: 0 12.5px;
}

.carousel-item img {
  width: 100%;
  border-radius: 26px;
}

.product-card { text-align: left; }
.product-card h4{
        font-weight: 500;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 16px;
}
.product-details {
     background: #fff;
    border-radius: 16px;
    position: relative;
    margin-bottom: 14.21px;
}
.swiper-slide .logo-bar__item img{
  width:200px;
  height:200px;
  object-fit:contain;
  max-height:120px;
}
.swiper-slide  .logo-bar__item {
   
    background-color: #fff;
    margin: 0;
    border: 1px solid #eaeaea;
    padding: 20px;
}
/* ===== GRID ===== */
.new-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
}

@media(max-width:768px){
  .new-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* CUSTOM RATING */
.rating {
  position: absolute;
  top: 10px;
  left: 10px;
}

/* Hide Yotpo default UI */
.rating .yotpo-stars,
.rating .text-m,
.rating .sr-only {
  display: none !important;
}

.rating-value {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 600;
}

@media(max-width:1024px){
  .carousel-item { flex: 0 0 33.33%; }
}
@media(max-width:768px){
  .carousel-item { flex: 0 0 50%; }
}

@media only screen and (min-width: 769px) {
    .testimonial-stars {
        font-size: 37px !important;
    }
}
.testimonials-slider__text cite {
    font-style: italic !important;
  }
  .logo-carousel.swiper .carousel-btn{
    position: absolute;
    top: 0;
    z-index: 99;
    padding: 0;
  }
   .logo-carousel.swiper .carousel-btn.prev{
   
    right: 50px;
  }
   .logo-carousel.swiper .carousel-btn.next{
    
    right: 0px;
  }
  h2.carousel-title ,h2.section-header__title,p.h3,.section-header h2{
    font-size: 32px;
    color: #454a5d;
    font-weight: 600;
    margin-bottom:32px;
}

#shopify-section-template--15761723818118__logo_list_nDRFeB .page-width{
      display: flex;
    align-items: center;
}
#shopify-section-template--15761723818118__logo_list_nDRFeB  .section-header{
      min-width: 116px;
    margin: 0px !important;
    font-size: 15px !important;
    letter-spacing: 1px;
    text-transform: uppercase;

}
#shopify-section-template--15761723818118__logo_list_nDRFeB  .section-header h2{
  font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Outer container */
.logo-marquee {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

/* Moving track */
.marquee-track {
  display: flex;
  align-items: center;
}

/* Each group of logos */
.marquee-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Individual logo item */
.logo-bar__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0px; /* spacing between logos */
}

/* Logo image */
.logo-bar__item img {
  display: block;
  max-height: 50px; /* adjust as needed */
  width: auto;
  margin: 0 auto;
}
.shopify-section .section-header{
  margin-bottom:32px;
}
.feature-row-wrapper .btn,.hero__link .btn,.hero .slideshow__slide--hero_4Mfnxq .btn,.hero .slideshow__slide--hero_ydHBGE .btn{
  padding:12px 48px;
  border-radius:30px;
  background:#EE6924 !important;
  color:#fff !important;
  font-weight:500;
  text-transform:uppercase;
  font-Size:16px;;
  line-height:20px;
}
.feature-row-wrapper .btn:hover,
.hero__link .btn:hover{ 
  background:#000 !important;
  color:#fff !important;
}
.announcement-item{
  font-weight:500;
}
p{
  font-size:18px;
  line-height:32px;
}
.footer__section.footer__section--border{
  display:none;
}
.feature-row__text .btn{
    margin-top: 32px !important;
    display: inline-block;
}
.hero__animation-contents h1,.h1,.h2 h2,{
  font-size:28px;
  font-weight:800;
}
.section-header .h2,
.section-title.h2,
p.h3,
  .section-header__title.h2,.newsletter-title.h2{
    font-size:32px;
  font-weight:700;
  color:rgb(69, 74, 93)
  }
.hero__text-wrap .horizontal-left .hero__text-shadow {
    max-width: 45%;
}
.product-card p.price{
  font-weight:700;
  font-size:16px;
  line-height:20px;
}
.product-card p.price .pack{
  font-weight:500;
}
#shopify-section-template--18559909363846__logo-list .section-header{
    margin: 0;
    height: 0;
}
#shopify-section-template--18559909363846__logo-list .section-header h2.section-header__title{
   display: inline-block;
    top: 0;
    position: relative;
}
#shopify-section-template--18559909363846__logo-list .swiper-wrapper{
  padding-top:70px;
}
.logo-carousel  .swiper-wrapper{
	    margin-top: 70px;
}
#shopify-section-template--15761723818118__logo_list_XQHBUP .section-header__title{
  position: relative;
    display: inline-block;
    top: 0px;
    margin: 0;
    height: 0;
    z-index: 99;
}
#shopify-section-template--15761723818118__logo_list_XQHBUP .section-header {
    margin-bottom: 0;    height: 0;
}
.slideshow-wrapper .hero[data-arrows=true] .flickity-prev-next-button {
    top: auto !important;
     bottom: 50px;
   
}
.flickity-prev-next-button {
    width: 34px !important;
    height: 34px !important;
  }
.feature-row-wrapper{
  margin-top:64px;
}
.hero[data-arrows=true] .flickity-previous {
    left: 50% !important;
    right: auto !important;
}
.hero[data-arrows=true] .flickity-next {
    right: calc(50% - 78px) !important;
    left: auto !important;
}
.page-width.feature-row-wrapper{
  margin-top: 64px;
}
.flickity-page-dots .dot{
	width: 14px !important;
    height: 14px !important;
    margin: 0 3px !important;
    background: rgba(69, 74, 93, 0.1) !important;
}
.flickity-page-dots .dot.is-selected {
    background: #ee6924 !important;
}
@media only screen and (max-width:768px){
  .newsletter-section {
    padding: 40px 20px !important;
    
}
  #shopify-section-template--15761723818118__logo_list_nDRFeB .section-header h2 {
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0 !important;
}
  #shopify-section-template--15761723818118__text_and_image_CNhp6g.shopify-section .feature-row-wrapper .feature-row {
    flex-direction: column !important;
    gap: 0 !important;
  }
  .announcement-item p {
    font-size: 10px !important;
}
  .newsletter-section {
    padding: 40px 20px;
  }
  .testimonials-slide blockquote {
    padding: 32px;
}
  .carousel-item {
    padding: 0 !important;
}
.hero__animation-contents.h2 h2 {
    font-size: 20px;
    font-weight: 700;
}
.rte featured-row__subtext p{
  font-size:16px;
}
  h2.carousel-title, h2.section-header__title, p.h3,.h1.carousel-title,
  .section-header h2,.section-title,
  .section-header .h2,
  .section-header__title.h2,
  .section-header .h2, .section-title.h2, p.h3, .section-header__title.h2,.section-header__title,.newsletter-title.h2
  {
      font-size: 24px !important;
      margin-bottom: 20px !important;
      font-weight:700 !important;
      line-height: 30px;
  }
  .shopify-section .section-header {
    margin-bottom: 20px;
}
  .testimonials-slide blockquote.testimonials-slider__text{
    margin:0px !important;
  }
  .carousel-nav {
      gap: 0px;
  }
.product-grid-carousel-wrapper .carousel-btn,
.product-grid-carousel-wrapper .carousel-btn svg {
    width: 40px;
    height: 40px;
}
.club-bg {
  
    height: 400px !important;
}
 .page-width.feature-row-wrapper .feature-row {
    
    flex-direction: column !important;    gap: 0;
  }
.small--text-center {
        text-align: left !important;
    }
    .hero__animation-contents{
        font-size: 12px !important;
        line-height: 16px !important;
    }
    .hero__animation-contents h1 {
      font-size: 18px;
      font-weight: 600;
}
    .hero-natural--template--18559909363846__slideshow_Y9gW9c {
        padding-bottom: 50% !important;
    }
    .hero__text-wrap .horizontal-left .hero__text-shadow {
    max-width: 75% !important;
}
.feature-row-wrapper .btn, .hero__link .btn, .hero .slideshow__slide--hero_4Mfnxq .btn, .hero .slideshow__slide--hero_ydHBGE .btn {
    padding: 6px 10px !important;
    border-radius: 30px;
    font-Size: 12px !important;
    line-height: 20px;
}
.flickity-prev-next-button {
    width: 24px !important;
    height: 24px !important;
}
.hero[data-arrows=true] .flickity-previous {
    left: auto !important;
    right: 60px !important;
}
.hero[data-arrows=true] .flickity-next {
    right: 28px !important;
    left: auto !important;
}
.slideshow-wrapper .hero[data-arrows=true] .flickity-prev-next-button {
    top: 78% !important;
  }
  .announcement-item p{
    font-size:12px;
  }
  .announcement-static{
    gap:0px !important;
    padding: 0px 10px;
  }
  .announcement-bar {
    padding: 2px 0 !important;
  }
}

.product-grid-carousel-wrapper .product-card .pack{
	display:none;
}

/* .product-grid-carousel-wrapper .product-grid-carousel,.logo-bar .logo-carousel
{
   margin-right:-120px;
} */

.rating-value{
  background: #454a5d;
    border-radius: 30px;
    padding: 2px 6px 1px 3px;
    color: #fff;
    font-size: 10px;
    gap: 0px;
}
@media screen and (max-width:576px){
      .footer-promotions .grid__item:last-child, .footer__menu, .payment-icons {
       
        padding-right: 24px !important;
    }
  .logo-marquee {
    padding: 0px 0 10px 0px;
}
  .newsletter-title ,.section-title {
   font-size: 20px !important;
        margin-bottom: 20px !important;
        font-weight: 600 !important;
        line-height: 32px;
    }
  #shopify-section-template--15761723818118__logo_list_nDRFeB .page-width {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0px;
}
.page-width.feature-row-wrapper {
    margin-top: 0;
}
p {
    font-size: 14px;
    line-height: 26px;
}
.subscription-clubs,.product-grid-carousel-wrapper{
  padding:40px 0px !important;
}
  
  .swiper-slide .logo-bar__item img{
  width:80px !important;
  height:80px !important;
  object-fit:contain;
  max-height:80px !important;
}
.swiper-slide .logo-bar__item{
  padding:0px;
}
.logo-bar__item img {

  max-height:30px !important; 
}
.product-grid-carousel-wrapper .product-grid-carousel,.logo-bar .logo-carousel
{
   margin-right:0;
}
.logo-carousel.swiper .carousel-btn.prev {
    right: 50px;
}
.logo-carousel.swiper .carousel-btn.next {
    right: 0px;
}
}
 .slideshow__slide .hero__animation-contents h1,
.slideshow__slide h3.hero__animation-contents,
.h1,
.h2 h2{
	color:#454A5D !important;
}
.slideshow__slide .hero__text-shadow{
text-shadow:unset !important;
}
 .slideshow__slide a.btn {
    color: #fff !important;
}
 .slideshow__slide .hero__animation-contents{
  max-width:460px;
}
.grid-item__content{
  background:transparent;
}

/* Custom carousel action buttons */
.brh-card-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 20;
}

.product-card-wrapper:hover .brh-card-actions {
  opacity: 1;
}

.brh-action-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  color: #ed6921;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.brh-action-btn:hover {
  background: #ed6921;
  color: #fff;
}

.brh-action-btn.loading {
  opacity: 0.6;
  pointer-events: none;
}

.brh-action-btn.added {
  background: #ed6921;
  color: #fff;
}
.grid-product__title{
      height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.product-grid-carousel .grid-item__content{
  border-radius:16px;
}


.grid-product__actions {
  top: 3px !important;
    z-index: 99 !important;
    right: -5px !important;
}
.product-grid-carousel .btn.btn--circle.btn--icon.quick-product__btn{
  display:none;
}


@media only screen and (max-width:1199px){
 
.page-width,.disclosure, .pswp__button, .slideshow-wrapper {
   overflow:hidden;
}
}
.grid-product__tag.grid-product__tag--sold-out{
  color:red !important;
}

.logo-bar .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
}
.logo-bar .swiper-pagination {
    
    margin-top: 38px;
    gap: 0px !important;
    padding-bottom: 10px;
}
.logo-bar .swiper-pagination-bullet-active {
    background: #ee6924 !important;
    transform: unset !important;
}
.logo-marquee .marquee-track .marquee-item .logo-bar__item{
	width:100px;
}
.logo-marquee .marquee-track .marquee-item .logo-bar__item img{
	width:100px;
  height:100px;
  object-fit:contain
}
.bestseller_section .grid-product__image-wrap .grid-product__tag--best-seller{
  display:none;
}   
      
.hero.loaded .slideshow__slide.is-selected .hero__text-shadow:after{
  opacity:0 !important;
}
@media only screen and (max-width:576px){
.hero__animation-contents{
  max-width: 186px !important;
}
}

@media only screen and (max-width:768px){
  .hero__animation-contents h1, .h1, .h2 h2 {
    font-size: 18px;
    font-weight: 800;
}
  .logo-bar .swiper-pagination-bullet,.flickity-page-dots .dot {
    width: 10px !important;
    height: 10px !important;
}
  .grid-product__price--current,.grid-product__title ,grid-product__price--current,.grid-product__price--original,.grid-product__price--savings{
    font-size: 16px !important;
}
  .quick-add-btn .icon{
        width: 20px !important;
        height: 20px !important;
  }
    [data-grid-style*=gridlines] .quick-add-btn .btn {
        padding: 8px;
     
        border-radius: 30px !important;
    }
    .grid-item__content .grid-product__actions {
   
    right: 0px !important;
}
  .testimonials-section .flickity-page-dots {
    bottom: 9px !important;
}
  .grid-product__title {
    height: auto;
}
.carousel-item {
    min-width: 100%;
}

}
@media only screen and (min-width:300px) and (max-width:380px){
  .logo-carousel.swiper .carousel-btn.prev {
        right: 34px !important;
    }
    .carousel-btn {
      width: 40px !important;
      height: 40px !important;
  }
      .carousel-nav {
        gap: 0px;
        top: -6px;
        position: relative;
    }
  h2.carousel-title, h2.section-header__title, p.h3, .h1.carousel-title, .section-header h2, .section-title, .section-header .h2, .section-header__title.h2, .section-header .h2, .section-title.h2, p.h3, .section-header__title.h2, .section-header__title, .newsletter-title.h2 {
        font-size: 20px !important;
        margin-bottom: 20px !important;
        font-weight: 700 !important;
        line-height: 22px;
    }
}