/** Shopify CDN: Minification failed

Line 779:21 Unexpected "{"
Line 779:30 Expected ":"

**/
@font-face {
    font-family: 'F37 Ginger';
    src: url('/cdn/shop/files/F37Ginger.woff2?v=1759907698') format('woff2'),
        url('/cdn/shop/files/F37Ginger.woff?v=1759907698') format('woff'),
        url('/cdn/shop/files/F37Ginger.ttf?v=1759907698') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilmer';
    src: url('/cdn/shop/files/GilmerBold.woff2?v=1759907960') format('woff2'),
        url('/cdn/shop/files/GilmerBold.woff?v=1759907960') format('woff'),
        url('/cdn/shop/files/GilmerBold.ttf?v=1759907959') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilmer';
    src: url('/cdn/shop/files/Gilmer-Heavy-Trial.woff2?v=1759986479') format('woff2'),
        url('/cdn/shop/files/Gilmer-Heavy-Trial.woff?v=1759986452') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilmer';
    src: url('/cdn/shop/files/Gilmer-Bold-Trial.woff2?v=1759986479') format('woff2'),
        url('/cdn/shop/files/Gilmer-Bold-Trial.woff?v=1759986452') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilmer';
    src: url('/cdn/shop/files/Gilmer-Medium-Trial.woff2?v=1759986479') format('woff2'),
        url('/cdn/shop/files/Gilmer-Medium-Trial.woff?v=1759986451') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilmer';
    src: url('/cdn/shop/files/Gilmer-Regular-Trial.woff2?v=1759986479') format('woff2'),
        url('/cdn/shop/files/Gilmer-Regular-Trial.woff?v=1759986452') format('woff'),
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


body{
    font-family: 'F37 Ginger';    
}
.h1,.h2,.h3,.h4,.h5,.h6
h1,h2,h3,h4,h5,h6{
        font-family: 'Gilmer';    
}


/* cart upsell css start here  */

.cart-upsell-section {
    padding-left: var(--drawer-gutter);
    padding-right: var(--drawer-gutter);
}

.cart-upsell-slider {
  overflow: hidden;
}

.cart-upsell-item {
  background-color: #f9fafb;
  border-radius: 1rem;
  text-align: center;
  padding: 1rem;
}

.cart-upsell-image-wrap img {
  max-width: 100%;
  height: 100px;
  margin: 0 auto 0.75rem;
}

.cart-upsell-title {
  font-weight: 600;
  text-transform: lowercase;
  margin-bottom: 0.25rem;
}

.cart-upsell-subtitle {
  color: #6b7280;
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
}

.cart-upsell-add-btn {
  display: inline-block;
  border: 1px solid currentColor;
  border-radius: 10px;
  padding: 0.4rem 1rem;
  font-weight: 600;
  font-size: 0.9rem;
  background: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
}

.cart-upsell-add-btn:hover {
  background-color: #fff;
}
.cart-upsell-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

/* Heading text */
.cart-upsell-heading {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: none;
  margin: 0;
}

/* Arrow container */
.cart-upsell-arrows {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Arrows themselves */
.swiper-button-prevv,
.swiper-button-nextt {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  position: static; /* override swiper default absolute positioning */
}

.swiper-button-prevv:hover,
.swiper-button-nextt:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* Use simple chevrons */
.swiper-button-prevv::before,
.swiper-button-nextt::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.swiper-button-prevv::before {
  transform: rotate(-135deg);
}

.swiper-button-nextt::before {
  transform: rotate(45deg);
}


/* cart upsell css end here  */
.site-nav__item {
    text-transform: capitalize;
}
.hero__wrap h2.hero__heading {
    font-size: 48px;
    line-height: 58px;
    margin-top: 10px;
    margin-bottom: 20px;
        font-weight: 600;
}
.hero__wrap p.hero__subtext {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
}
.hero__wrap .hero__badge span {
    font-weight: 400;
}
.hero__wrap span.stars {
    gap: 0;
}
.hero__wrap span.stars svg {
    width:20px;
    height:20px;
}
.hero__wrap  a.hero__btn {
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
}
.hero__wrap .hero__btn:after {
    border-radius: 8px !important;
    --btn-underlay-x: 4px;
    --btn-underlay-y: 4px;
}
.marquee-section {
    padding-top: 20px;
    padding-bottom: 20px;
}
.marquee-section .marquee-item span {
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #333333BB;
}
.marquee-section .marquee-item img {
    width: 28px !important;
}
.cust-wellness.s-wellness-blends-3 h2.s-wb__heading, .cust-action h2, .cust-nature h2.hmt__title, .s-reviews-swiper h2.reviews__title, .cust-simple h2.it3-heading, 
.cust-faq h2.section-header__title  {
    font-weight: 500 !important;
    line-height: 50px !important;
    text-transform: capitalize;
}
.cust-nature h2.hmt__title, .cust-action h2  {
   font-size:40px;
}
.sit1__label {
        font-size: 18px !important;
        line-height: 26px !important;
    }
   .sit1__list {
        gap: 70px !important;
    }
    .s-wb__card  .s-wb__cta {
    display: flex;
    gap: 5px;
    flex-direction: column;
}
.cust-action p , .cust-nature p, .cust-simple p, .cust-wellness .s-wb__subtitle, .cust-faq .faq-question p  {
    font-weight: 400;
        font-family: Gilmer;
}
.cust-faq .faq-question p  {
        color:#636366;
}
.cust-simple p  {
    max-width: 100% !important;
}
.cust-nature p.hmt__sub {
    margin-bottom: 40px !important;
}
.cust-nature a.hmt__btn {
    padding-inline: 80px !important;
    display: inline-block;
        box-shadow: 4px 4px 0px 0px #d9d7d1 !important;
}
.cust-plant .s-itf__copy {
    max-width: 450px;
}
 .cust-wellness .s-wb__image{
    margin: auto;
}
.cust-review .swiper-slide {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.cust-review .review-card__quote {
    padding: 0;
    margin-bottom: 60px;
    font-family: 'Gilmer';
}
.review-card__verified span {
    color: #333333;
}
.cust-simple .it3-inner {
    direction: rtl;
}
.cust-wellness h3.s-wb__title {
    font-weight: 600;
    margin-bottom: 10px !important;
}
.reels__arrow{
width: 30px !important;
    height: 30px !important;
    background-color: transparent !important;
    border: 1px solid #000 !important;
}
    .reels__track::-webkit-scrollbar {
    display: none;
}
.cust-action.page-width {
    max-width: 1300px;
}
.cust-faq {
    background-color: #edf4f2;
}
.cust-faq .faq-question {
    border-bottom: 1px solid #13131399;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.cust-faq .faq-question span {
    font-size: 18px;
    font-family: Gilmer;
    font-weight: 500;
    color: #000;
}
.s-hero-media-text-1 video.hmt__video {
    max-width: 100%;
    max-height: 450px;
}
.cust-faq  .collapsible-trigger--inline {
    width: 100%;
    display: flex;
    padding-left: 0;
    padding-right: 30px;
}
.cust-faq .collapsible-trigger--inline .collapsible-trigger__icon {
    right: 0 !important;
    left: unset !important;
    border-color: #000000;
}
.cust-faq .collapsible-trigger.is-open .collapsible-trigger__icon--open {
    background-color: #000;
    color: #fff;
}
.cust-faq .collapsible-trigger__icon--circle {
    width: 24px;
    height: 24px;
}
.cust-faq  .collapsible-content--all .is-open {
    height:60px !important;
}
.cust-faq  .collapsible-content__inner--faq {
    padding-bottom: 10px !important;
}
.cust-action .reels__card.slick-slide {
    margin: 0 8px;
}
/* .reviews__inner {
    max-width: 100% !important;
    padding: 0 !important;
} */
.cust-faq .page-width--narrow {
    max-width: 800px;
}
.site-footer .footer-bottom-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-footer .rte.footer-right-text {
    border: 2px solid;
    padding: 5px;
    border-radius: 10px;
    width: 30%;
}
.site-footer .rte.footer-right-text p {
    font-size: 12px;
    line-height: 20px;
}
.site-footer .footer_bottom_menu ul {
    display: flex;
    gap: 20px;
}

.site-footer .footer_bottom_menu ul li {
    font-size: 14px;
}

.site-footer .footer_bottom_menu ul li a {
    text-decoration: underline;
}
.site-footer .footer__collapsible h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
}
.site-footer .footer__newsletter input {
    background-color: #fff;
    color: #000 !important;
    border-radius: 8px;
    padding: 10px;
    min-height: 48px;
}
.site-footer .footer__newsletter input::placeholder {
    color: #333333;
}
.site-footer ul.no-bullets.footer__social li {
    margin: 0;
}

.site-footer ul.no-bullets.footer__social {
    display: flex;
    gap: 30px;
        margin-bottom: 30px;
}
.footer__newsletter-btn {
    color: #000000;
    margin-right: 10px;
}
p.h4.footer__title {
    font-size: 16px;
    font-weight: 600;
}
.footer__content ul li a {
    font-weight: 400;
    text-transform: uppercase;
    font-family: Gilmer;
    font-size: 14px;
}
.site-footer .footer__newsletter-btn .icon {
    width: 18px;
    height: 18px;
}
.drawer .cart__image {
    flex: 0 0 40px !important;
}
.cart-link .cart-link__bubble{
width: 18px;
height: 18px;
font-size: 10px;
display: inline-flex;
align-items: center;
justify-content: center;
padding-top: 2px;
padding-left: 1px;
color: #fff;
right: 30px;
}
.site-nav__icons .site-nav__link {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
}
.site-nav__icons {
    display: flex;
}
.cust-plant .s-itf__inner {
    max-width: 1500px !important;
}
.cust-plant img.s-itf__packshot {
    width: 230px;
}
.drawer__inner .cart-upsell-section {
    padding: 20px !important;
}
.drawer__inner .cart-upsell-header h3 {
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 600;
}
.drawer__inner .swiper-button-prevv, .drawer__inner .swiper-button-nextt {
    background: none;
    padding: 0 !important;
    width: 12px;
    height: 12px;
}
.drawer__inner .swiper-button-prevv::before, .drawer__inner .swiper-button-nextt::before {
    width: 12px;
    height: 12px;
}
.drawer__inner .swiper-button-prevv.swiper-button-disabled {
    color: #a9a9a9;
}
.drawer__inner .cart-upsell-item {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    margin: 1px;
    padding: 15px 5px;
    border-radius: 8px;
}
.drawer__inner h4.cart-upsell-title {
    text-transform: capitalize;
    letter-spacing: 0.3px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.drawer__inner h4.cart-upsell-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.drawer__inner .cart-upsell-subtitle {
    text-transform: capitalize;
    font-size: 12px;
    margin-bottom: 15px;
}
.drawer__inner button.cart-upsell-add-btn {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.2px;
    padding-inline: 5px;
    border-radius: 8px;
}

.reviews__slider .swiper-button-prev, .swiper-button-next {
    width: 30px !important;
    height: 30px !important;
}
.reviews__slider .swiper-button-prev:after, .reviews__slider .swiper-button-next:after {
    width: 8px;
    height: 8px;
}
@media only screen and (min-width: 320px) and (max-width: 768px)  {
.hero__wrap h2.hero__heading {
    font-size: 36px;
    line-height: 46px;
}
.cart-link .cart-link__bubble{
right: 0px;
}
span.icon__bag-text, .icon__account-text {
    display: none;
}
.drawer__contents .mobile-nav__social {
    flex-wrap: nowrap;
    gap: 20px;
}
.drawer__contents .mobile-nav__social-item {
    border: none;
    width: auto !important;
    flex: none;
}
.drawer__contents .mobile-nav__social a {
    padding: 0px;
    
}
.cust-wellness .slick-slide .s-wb__cta button {
    font-size: 12px !important;
    padding-inline: 10px;
    line-height: 14px !important;
}
.site-footer .footer__collapsible h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
    text-align: left;
}
.site-footer .grid__item:after {
    display:none;
}
.site-footer ul.no-bullets.footer__social {
    margin-bottom: 10px;
}
.site-footer .footer_bottom_menu ul {
    gap: 0px;
    flex-direction: column;
    margin-bottom: 20px;
}
.site-footer .footer_bottom_menu ul li, .site-footer .rte.footer-right-text p  {
    text-align: left;
}
.newsletter {
    max-width: 100%;
}
.site-footer .footer__newsletter input, .footer__newsletter {
    max-width: 100%;
}
footer.site-footer {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-inline: 15px;
}
    .site-footer .grid__item {
        padding-left: 0px;
    }
    .site-footer .grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .site-footer .grid>* {
    width: 100%;
}
.site-footer .grid__item.menu {
    order: -1;
}
.site-footer .footer-bottom-grid {
    margin-left: -17px;
}
.site-footer .footer__small-text {
    text-align: left;
}
.site-footer .grid__item.menu {
    width: 45%;
    text-align: left;
        margin-right: 15px !important;
}
.site-footer .grid__item.menu p.h4.footer__title {
    text-align: left;
}
.site-footer .grid__item.custom .footer__collapsible.footer_collapsible--disabled {
    position: absolute;
    right: 0;
}
.s-wb__media {
    margin: 10px 0 !important;
}
.reviews__company-badge {
    margin-bottom: 0px !important;
}
.cust-action .reels__arrow {
    transform: translateX(50%) !important;
}
.cust-action .reels__arrow.reels__arrow--next {
    right: 43% !important;
    left: unset;
}
.cust-action .reels__arrow.reels__arrow--prev {
    left: 37% !important;
}
.cust-action .reels__track {
    padding: 0 !important;
}
.shaktiman .slick-slide {
    margin: 0 8px !important;
}
.shaktiman h3.s-wb__title, .shaktiman .s-wb__subtitle {
    font-size: 14px !important;
}

.cust-faq .faq-question span {
    font-size: 16px;
    line-height: 26px;
}
.cust-action .reels__arrow {
    bottom: -50px !important;
    top: unset !important;
}
.cust-action  .reels__arrow--next {
        left: 60px;
    }
.cust-simple .it3-inner {
    padding-inline: 0 !important;
}

.cust-nature .hmt__content {
    text-align: center;
}
.cust-nature p.hmt__sub {
    margin-bottom: 20px !important;
    max-width: 100%;
}
.hero__wrap .hero__content {
    text-align: center !important;
}
.hero__wrap .hero__badge {
    justify-content: center;
}
.hero__wrap .hero__inner {
    align-items: self-start !important;
            justify-content: center;
            padding-top: 40px !important;
        padding-bottom: 40px !important;
}
.hero__wrap .hero__content {
    height: 100%;
}
.hero__wrap .hero__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.marquee-section {
    padding-top: 10px;
    padding-bottom: 10px;
}
.marquee-section .marquee-item span {
    font-size: 14px !important;
}
.marquee-section .marquee-item img {
    width: 24px !important;
}
.s-wellness-blends-3 h2.s-wb__heading, .cust-action h2.reels__title, .cust-plant .s-itf__title, .cust-nature h2.hmt__title, .s-reviews-swiper h2.reviews__title, .cust-action h2,
 .cust-simple h2.it3-heading, .cust-faq h2.section-header__title  {
    font-size: 24px !important;
    line-height: 32px !important;
}

.s-wellness-blends-3 h2.s-wb__heading {
     margin-bottom: 20px;
}
 .cust-action h2.reels__title {
    margin-bottom: 10px;
}
.sit1__label {
    font-size: 14px !important;
    line-height: 20px !important;
}
 .sit1__item {
    flex: 0 0 24% !important;
}
  .sit1__list {
        gap: 20px !important;
    }
    .hero__inner, .cust-width {
    padding-inline: 15px !important;
}

}
@media only screen and (min-width: 769px)  {
.site-nav__link {
    font-size: 15px !important;
}
}
@media only screen and (min-width: 769px) and (max-width: 1499px)  {
.hero__inner, .cust-width {
    padding-inline: 20px !important;
}
.cust-nature .hmt__grid {
    gap: 80px !important;
}

}
@media only screen and (min-width: 1500px)  {
.hero__inner, .cust-width {
    padding-inline: 0px !important;
}
/* .cust-review .swiper-wrapper {
    padding-left: calc(-750px + 50vw);
} */
.cust-review .swiper-slide {
        margin-right: 0 !important;
}
}
@media only screen and (min-width: 320px) and (max-width: 900px)  {
.cust-plant .s-itf__features {
        left: 0 !important;
        width: 90%;
        margin: auto;
        margin-bottom: 40px;
    }
     .cust-plant .s-itf__feat-text {
    white-space: unset !important;
}
    .cust-plant img.s-itf__packshot {
        margin-top: -100px !important;
        position: absolute;
        top: 0px;
        left: 50% !important;
        transform: translate(-50%, 0px);
    }
    
    .cust-plant .s-itf__features {
            max-width: 375px !important;
        position: absolute !important;
        bottom: 0;
        left: 50% !important;
        transform: translate(-50%, 0px) !important;
    }
    
 .s-itf__rule {
    width: 100% !important; 
}

.cust-plant .s-itf__copy, .cust-plant .s-itf__text {
    max-width: 100% !important;
    text-align: center;
}
}
@media only screen and (min-width: 320px) and (max-width: 1100px)  {
 .cust-plant .s-itf-{{ section.id }} .s-itf__icon {
      width: 40px !important;
      height: 40px !important;
    }
    .cust-plant .s-itf__packshot {
    left: -80px !important;
    max-width: 150px !important;
}
.cust-plant .s-itf__media-card {
    min-height: 560px !important;
}
.cust-plant .s-itf__feat-text {
    color: #fff;
    font-size: 16px !important; 
}

}
@media only screen and (min-width: 320px) and (max-width: 1200px)  {
.site-footer .footer-bottom-grid {
    flex-wrap: wrap;
}
.site-footer .rte.footer-right-text {
    width: 100%;
}
}