/** Shopify CDN: Minification failed

Line 334:12 Expected ":"

**/
.sharing_button {
  display: none;
  position: absolute;
  z-index: 2;
  padding: 10px;
  right: 0;
  top: 32px;
  background: #fff;
  box-shadow: 1px 2px 14px 1px #ddd;
  border-radius: 10px;
}
.share_icon {
  position: absolute;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
.sharing-wrapper {
    position: relative;
}
#sharing {
  display: flex;
  align-items: center;
  gap: 10px;
}
#sharing a {
  padding: 0;
  margin: 0;
}
.homepage-indiv-section-wrappe-overhidden{
  overflow: hidden;
}
/* product form */
#AddToCartForm {
    display: grid;
    grid-template-columns: calc(60% - 23px) calc(40% - 23px);
    gap: 46px;
}
/* Right wrapper */
.delivery-details {
  margin-bottom: 16px;
}
.free-delivery {
  color: #009247;
  font-weight: bold;
  margin-bottom: 4px;
}
.location {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
}
.location .icon {
  margin-right: 6px;
  color: #009247;
}
.address {
  background-color: #d9f2ff;
  color: #0070c9;
  padding: 2px 6px;
  margin: 0 4px;
  border-radius: 4px;
  font-size: 13px;
}
.pincode-check {
  display: flex;
  gap: 8px;
  position: relative;
}
.pincode-check input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.pincode-check button {
    padding: 8px 16px;
    background-color: transparent;
    color: #009247;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
}
.offers-box {
  border: 1px solid #D7D7D7;
  padding: 16px;
  border-radius: 8px;
  background-color: #f9f9f9;
}
.offers-box .icon {
  color: #009247;
}
.offer-text {
  margin-top: 8px;
  font-weight: bold;
}
.coupon-code strong {
  color: #009247;
  font-size: 16px;
}
.instruction {
  font-size: 12px;
  color: #555;
  margin-top: 4px;
}
/*more about tab*/
.product-tabs {
  font-family: sans-serif;
  padding: 60px 0 0 0;
}
.blog-posts-wrapper {
  margin-top: 60px;
}
.tab-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}
.tab-button {
  padding: 8.82px 14.11px;
  border: 1px solid #898989;
  background-color: white;
  border-radius: 7.05px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14.11px;
  color: #898989;
  letter-spacing: 0;
}
.tab-button.active {
  background-color: #D7FFEB;
  border: 1px solid #007036;
  color: #007036;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.ingredients {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.ingredient {
  width: calc(50% - 20px);
  display: flex;
  gap: 15px;
  align-items: center;
}
.ingredient img {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  object-fit: cover;
}
.product-single-wrapper .share_icon{
  z-index: 3;
  top: 40px;
  right: 31px;
}
.left-wrapper .meta-suitable-label{
  border: 0.5px solid #009247;
  border-radius: 40px;
  width: auto;
  display: flex  ;
  max-width: max-content;
  padding: 4px 14px;
  gap: 10px;
}

.swatch .swatch-items-wrapper {
    margin-left: 5px;
}
.linked-option-label {
  font-weight: 500;
  font-size: 18px;
  color: #3C3C3C;
  text-transform: capitalize;
}

span.linked-option-product-title {
  color: #AFAFAF;
}
.left-wrapper .meta-label{
  color: #009247;
  font-weight: 500;
}
.left-wrapper .meta-suitable-label .meta-icon{
  width: auto;
}
.product-form-block .product-details-product-title{
  font-weight: 600;
  font-size: 32px; 
  color: #009247;
  text-transform: capitalize;
  padding-top: 16px;
}
.product-custom-review{
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  color: #009247;
  margin-bottom: 0px;
}
.review-stars .star-rating{
  display: flex;
  gap: 11px;
  align-items: center;
}
.custom-total-review{
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  color: #292929;
}
.option-label-wrapper .header {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  padding-top: 4px;
  text-transform: capitalize;
}
.swatch:not(.is-color-swatch):not(.linked-products-swatch) .swatch-element label {
  min-width: 240px;
}
.left-wrapper .meta-label-comman-grid .swatch-items-wrapper{
  display: block;
}
.left-wrapper .meta-label-comman-grid .swatch-items-wrapper .swatch-element {
  display: block;
}
.swatch:not(.is-color-swatch):not(.linked-products-swatch) .swatch-element input:checked + label{
  background: transparent;
  color: #000;
  border: 1px solid #e9ecef;
  outline: none;
}
.right_wrapper .money{
  font-size: 32px !important;
  font-weight: 600;
}
.right_wrapper{
  position: sticky;
  top: 185px;
  height: 0px;
}
.free-delivery span{
  font-weight: 400;
  font-size: 14px;
  color: #535353;
}
.delivery-details .location{
  color: #009247;
  font-weight: 500;
  font-size: 14px;
}
.pincode-check button{
  position: absolute;
  right: 0;
  top: 1px;
}
.pincode-check input::placeholder{
  color: #C9C9C9;
  font-size: 16px;
  font-weight: 400;
}
.main-custom-product-card{
  border: 1px solid #D7D7D7;
  padding: 16px;
  border-radius: 8px;
  background-color: #f9f9f9;
  margin-bottom: 16px;
}
.add-cart-btn{
  margin-top: 10px;
}
.shopify-product-form .shopify-payment-button__button--unbranded {
  margin-top: 0px !important;
  background: #009247;
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
}
.shopify-product-form .shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background: #fff;
  color: #009247;
  border: 1px solid #009247;
}
.add-cart-btn .add-to-cart--secondary{
  background: #fff !important;
  color: #009247 !important;
  border: 1px solid #009247 !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
.add-cart-btn .add-to-cart--secondary:hover{
  background: #009247 !important;
  color: #fff !important;
}
.offers-box h4{
  font-weight: 500;
  font-size: 16px;
  color: #009247;
}
.offer-text{
  font-size: 16px;
  font-weight: 400;
  color: #535353
}
.offer-main ul{
  margin: 0 0 0px 0px !important;
}
.coupon-code small{
  font-weight: 400;
  font-size: 10px;
  color: #535353;
  width: 100%;
  margin: 0 0 8px 0;
}
.coupon-code strong{
  font-sizeL 16px;
  font-weight: 600;
  color: #009247;
}
.coupon-code{
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 8px 0;
}
.offer-text{
  margin: 0 0 8px 0 !important
}
.instruction{
  font-weight: 400;
  font-size: 10px;
  color: #535353;
  margin: 0 0 8px 0;
}
.slick-dots li button{
  font-size: 0px;
}
.right_wrapper .slick-dots{
  justify-content: left;
  padding: 0px;
}
.slick-dots button{
  height: 8px;
  border-radius: 999px;
  background-color: #E5E5E5;
  transition: all 0.3s ease;
  width: 16px;
}
.slick-dots slick-active {
  background-color: #2e8b57; /* green */
}
.slick-dots .slick-active{
  width: 24px;
  background-color: #2e8b57;
  border-radius: 8px;
}
.slick-dots li.slick-active button {
    background-color: transparent;
}
.product-tabs h2{
  font-weight: 600;
  font-size: 32px;
  color: #007036;
  margin: 0 0 21px 0 !important;
  text-transform: capitalize;
}
.ingredient-img{
  width: 132px;
  height: 132px;
  flex: 0 0 132px;
}
.ingredient-content{
  width: 75%;
}
.ingredient-content h4{
  font-weight: 500;
  font-size: 17.63px;
  color: #000;
  text-transform: capitalize;
}
.ingredient-content p{
  font-weight: 400;
  font-size: 14.11px;
  color: #000;
  width: 75%;
}
.wrapper-padded .homepage-sections--title{
  text-align: left;
  color: #007036;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.wrapper-padded .sitewide--title-wrapper{
  margin-bottom: 24px !important;
}
.article-image-wrap .article-image img{
  max-height: 175px !important;
  min-height: 175px !important;
  object-fit: cover;
  max-width: none !important;
  border-radius: 8px;
}
.slick-track .homepage-blog--date{
  display: none;
}
.row.custom_articles {
  margin-left: -25px;
}
.custom_articles .grid__item.large--one-quarter.slick-slide {
    padding-left: 25px;
}
.product-page-related-products {
  padding: 50px 0 0 !important;
}
.homepage-blog--title a{
  font-weight: 500;
  font-size: 17.68px;
  color: #464646 !important;
}
.slick-track .rte p{
  font-weight: 200;
  font-size: 11.79px;
  color: #848484 !important;
}
.slick-track .homepage-blog--title{
  margin: 11.79px 0 5px 0;
}
.homepage-indiv-section-wrapper.homepage-indiv-section-wrappe-overhidden {
  max-width: 75%;
}
.product-tab-inner{
  max-width: 75%;
}
.accordion--faq-wrapper .accordion-container.wrapper-padded{
  max-width: 1660px !important;
}

.fether-block .ft-slider__wrapper{
  margin: initial !important;
}
.fether-block .fether-widget{
  box-shadow: none;
  border: none;
}
.ft-slider__header .ft-slider__title{
  color: #007036;
  font-weight: 600;
  font-size: 32px;
  text-transform: none;
  text-align: left;
  width: 100%;
  padding-bottom: 24px;
}
.ft-slider--xl{
  padding: 40px 0 !important;
}
.ft-slider--xl .ft-slider__wrapper{
  padding: 0px !important;
}
.ft-slider__item{
  border: none;
}
  .fether-block {
    margin-bottom: 0;
}
.ft-slider__item-media{
  border-bottom: none;
}
.ft-slider__item-info a{
  background: none !important;
  font-weight: 500;
  color: #2A2A2A;
  font-size: 22px;
  line-height: 100%;
}
.ft-slider__item-info{
  gap: 8px;
}
.ft-checkbox input:checked+label::before{
  display: none;
}
.ft-checkbox input:checked+label::after{
  display: none;
}
.ft-slider__item-variant{
  display: none;
}  
.ft-slider-plus svg{
  width: 35px;
  height: 35px;
}
.ft-slider__wrapper{
  width: 75%;
  max-width: none;
}
.ft-slider-item {
  width: 225px;
  padding-bottom: 14px;
}
.ft-widget__price{
  font-weight: 700 !important;
  font-size: 26.81px !important;
  line-height: 100% !important;
  color: #000000 !important;
}
.ft-slider__footer:after{
  background-color: transparent !important;
}
.ft-slider ft-slider[data-shadow]:after{
  display: none;
}
.ft-slider__footer{
  border: none;
}
.ft-widget__total{
  font-weight: 500 !important;
  font-size: 26.81px !important;
  color: #000000 !important;
}
.ft-btn-buy-now{
  display: none !important;
}

.ft-btn-add-to-cart span {
  color: #fff;
  font-weight: 500;
  font-size: 17.87px;
}
.ft-btn-add-to-cart:after{
  background-color: #009247;
}
.ft-slider__buttons .ft-btn{
  min-width: 300px;
}
.text-with-icon--text{
  color: #00371B;
  font-size: 18px;
  font-weight: 400;
}
.main-accordion--wrapper .text-link-animated{
  color: #00371B;
  font-size: 18px;
  font-weight: 400;
}
.product-section .right_wrapper  .product-form-block {
  --custom-margin-bottom: 0 !important;
}
.product-description .text-link-animated {
  color: #3F3F3F;
}
.sitewide--title-wrapper .page--title{
  text-align: left;
  text-transform: capitalize;
  color: #007036;
  font-weight: 600;
  font-size: 32px;
}
.blog-posts-wrapper .responsive-image-wrapper img{
  width: 250px;
  height: 250px;
}
.product-grid--title a{
  color: #464646;
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  line-height: 1;
}
.product-grid--title{
  text-align: left !important;
}
.product-price--regular{
  text-align: left;
  font-size: 26.81px;
  font-weight: 500;
  color: #000000;
}
.quick-add-wrapper{
  display: none !important;
}
.footer-header {
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}
.footer-bottom-logo img{ 
  width: 72px;
  height: 66px;
}
.new-section{
  background: #fff;
  padding: 0px 60px 0 60px !important;
}
.footer-bottom-logo{
  position: relative;
  right: 100px;
}
.custom-footer-bottom-main{
  display: flex;
  justify-content: space-between;
  padding: 26px 60px !important;
  align-items: center;
}
.custom-copyright-content{
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}
.custom-main-footer{
  border-bottom: 1px solid #D1D1D1;
  border-top: 2px solid #009247;
  padding-bottom: 60px;
  padding-top: 60px;
}
.footer-header a svg{
  border: 1.32px solid #009247;
  border-radius: 50px;
  padding: 4px;
}

/* Header */
.site-header .site-header__nav-standalone{
    text-align: left;
}
.site-header__nav-standalone .site-nav__link .site-nav--link-text{
  color: #535353 !important;
}
.site-header__nav-standalone .site-nav__link .site-nav--link-text:hover{
  color: #009247 !important;
}
.nav-link-animated a span.animated-underline{
  background-image: linear-gradient(to top, #009247 0, #009247 0), linear-gradient(to top, transparent 0, transparent 0);
}
.site-header .site-header__nav-standalone{
  margin: 0;
}
.site-nav__link:first-child{
    padding: 15px 24px 16px 0;
}
.site-nav--link-wrapper .site-nav--link-text {
  padding-bottom: 0px !important;
}
/* .swatch .swatch-items-wrapper .swatch-element:not(.sibling-hover-active) input:checked + label{
  outline: 1px solid #F05B67;
} */
.search-button-main input::placeholder {
  font-size: 14px;
  color: #818181;
  font-weight: 500;
  line-height: 100%;
}
.search-button-main{
  display: flex;
  align-items: center;
  background-color: #E3FFF0;
  border-radius: 8px;
  padding: 0px 15px;
  width: 194px;
}
.search-button-main input {
  border: none;
  outline: none;
  background: transparent;
  margin-left: 10px;
  padding: 9px 13px 9px 0px !important;
  width: 100%;
}
.search-button-main svg {
  width: 29px;
  height: 29px;
  stroke: #818181;
}
.search-button-main input:not(.btn):focus{
  border-bottom: none !important;
}
.ft-slider-plus svg path:first-child {
  display: none;
}
.ft-slider-plus svg path{
    fill: #C6C6C6;
}
.ft-slider-list {
  border-bottom: 1.12px solid #E4E4E4;
}

/* Review */
.jdgm-rev-widg__title{
  color: #007036;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  text-transform: capitalize;
}
.jdgm-rev__author{
  color: #383838 !important;
  font-weight: 500 !important;
  font-size: 24px !important;
  line-height: 100% !important;
}
.jdgm-rev__icon{
  display: none !important;
}
.jdgm-row-extra{
  display: none;
}
.jdgm-rev__title, .jdgm-rev__body{
  font-weight: 400;
  font-size: 18px !important;
  color: #343434;
  line-height: 100%;
}
.jdgm-rev__rating{
  padding: 4px 10px;
  border-radius: 5.4px;
  background: #009247;
}
.jdgm-rev-widg__body .jdgm-row-rating .jdgm-star{
  color: #fff !important;
}
.jdgm-rev__header {
  display: flex;
  justify-content: flex-start;
}
.jdgm-row-profile {
  order: 1;
}
.jdgm-row-rating {
  order: 2;
  padding-left: 10px;
}
.jdgm-rev__timestamp{
  display: none !important;
}
.jdgm-row-product {
  display: none !important;
}
.wrapper-padded{
  padding: 0 45px !important;
}
.wrap-banner .breadcrumbs__list{
  margin: 0 0 15px 4px;
}
.custom-main-footer .grid__item{
  padding-left: 20px;
}
.top-links--icon-links li a {
    position: relative;
    display: block;
    padding: 12px 0;
    text-align: center;
}
.top-links--icon-links li a span.label {
  display: block;
  width: 100%;
  text-align: center;
}
.cart-icon {
  position: relative;
}
  .top-links--icon-links {
    gap: 20px;
}
.site-header__nav-standalone {
    border-bottom: 1px solid #DEDEDE;
}
.product-section {
  margin-top: 40px;
}
.product-medias__main .swiper-slide {
  background: #FFF3F3;
}
.product-medias__thumbnail {
  background: #FFF3F3;
}
a.product-medias__thumbnail.product-single__media--selected {
  border: 1px solid #AA4B54;
}
:not(#ShopNowContainer) > div > [data-wetheme-section-type="template--product"] .product-single-wrapper .product-details-wrapper, :not(#ShopNowContainer) > div > [data-wetheme-section-type="template--product"] .product-single-wrapper .product-images-container {
  margin-top: 0;
}
  span.linked-option-product-title:before {
    content: '•';
    margin-right: 5px;
}
.linked-products .swatch .swatch-items-wrapper .swatch-element.image-swatch label.image-swatch-small .aspect-ratio--square {
  width: 44px;
  height: 60px;
}
.linked-products .swatch .swatch-items-wrapper .swatch-element {
    background-image: linear-gradient(#FFF6F7, #FFE0E3 );
    padding: 0;
  border-radius: 8px
}

.linked-products .swatch .swatch-items-wrapper {
    gap: 8px;
}
  .shopify-product-form .shopify-payment-button__button--unbranded {
    text-transform: capitalize;
}

.product-form-block .paymentButtonsWrapper .add-cart-btn {
    text-transform: capitalize;
}

.paymentButtonsWrapper #AddToCart, .paymentButtonsWrapper .shopify-payment-button {
    text-transform: capitalize;
}

.linked-products .swatch .swatch-items-wrapper .swatch-element label:hover,.linked-products .swatch .swatch-items-wrapper .swatch-element:not(.sibling-hover-active) input:checked + label {
  border: 1px solid #F05B67;
  border-radius: 8px;
  outline: 0;
}
.linked-products .swatch .swatch-items-wrapper .swatch-element.image-swatch label{
  border-radius: 8px;
}
#AddToCartForm .product-sub-label, #AddToCartForm .selector-wrapper label{
  font-weight: bold;
  text-transform: capitalize;
}
.meta-origin-label .meta-obj-main-title {
  text-transform: capitalize;
}
    .homepage-content--image{
    margin-top: 30px !important;
  }
  .jdgm-paginate__page.jdgm-curt {
  color: #007036 !important;
}
 .text-link-animated #judgeme_product_reviews a:not(.spr-icon):before,.text-link-animated #judgeme_product_reviews a:not(.spr-icon) {
  background: #007036 !important;
}
.jdgm-paginate__page.jdgm-curt{
  font-size: inherit  !important;
}
.jdgm-rev-widg{
  padding: 40px 0px !important;
}
.custom-image-banners li {
  display: block;
}
@media (min-width: 767px) {
h2.homepage-sections--title.center-header.header-Text,h2.header-Text.story_header,h2.rte.homepage-sections--title,.header-Text {
    margin-top: 30px !important;
}
  .certi-slider {
    margin-bottom: 50px;
}
}
  @media (max-width: 1493px) {
    .left-wrapper .meta-suitable-label{
      width: auto;
      display: flex;
      align-items: center;
      max-width: max-content;
    }
 
}
  @media (max-width: 1024px) {
  .left-wrapper .meta-suitable-label{
    width: 42%;
  }
  .product-form-block .product-details-product-title {
    font-size: 28px;
  }

  .linked-option-product-title{
    font-size: 16px;
  }
  .tab-button {
    padding: 5px 7px;
    font-size: 16px;
  }
  .ingredient img {
    width: 100px;
    height: 100px;
    display: flex;
    margin: 0 auto;
  }
  .ingredient{
    margin-top: 15px;
  }
  .ingredient-content h4 {
    font-size: 20px;
  }
  .ingredient-content p {
    width: 100%;
    font-size: 16px;
  }
  .product-page-related-products .grid-view-item{
    margin-bottom: 0px;
  }
  .product-page-related-products{
    padding: 50px 0 0 0 !important;
  }
    .craft-grid-item .grid-caption {
        text-indent: 0px !important;
  }
}
@media (max-width: 1000px) {
  .product-single {
    display: block;
  }
  .product-form-wrapper {
    width: 100%;
    position: relative;
    top: 0 !important;
    margin-bottom: 30px;
  }
  :not(#ShopNowContainer) > div > [data-wetheme-section-type="template--product"] .product-single-wrapper .product-sticky-wrapper .product-sticky {
    position: relative;
    width: 100%;
    top: 0 !important;
  }
  .product-medias__thumbnails {
    display: none !important;
  }
  .product-medias__with-thumbnails.product-medias__with-thumbnails--left .product-medias__main {
    width: 100%;
  }
  .product-medias__with-thumbnails .swiper-pagination {
    display: block;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {
    background: #009247;
  }
  .right_wrapper {
    position: static;
    height: auto;
  }
  #AddToCartForm {
    display: block;
  }
  .product-tab-inner {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
 
  .homepage-indiv-section-wrapper.homepage-indiv-section-wrappe-overhidden {
  max-width: 100%;
}
.product-tab-inner{
  max-width: 100%;
}
  .ft-slider--sm .ft-slider__wrapper {
    padding: 0;
}

div#ft-slider-1 {
    padding: 0;
}
  .custom-main-footer .grid__item.large--one-third.medium--one-half.small--one-whole {
    padding-left: 0;
}
  .new-section.site-footer {
    padding: 0 !important;
}

.custom-main-footer div#footerGrid {
    padding: 0 !important;
}
.custom-main-footer .grid__item.large--one-third.medium--one-half.small--one-whole {
    width: 100%;
}
  .mobile-nav-bar-wrapper .mobile-grid--table .grid__item{
    width: auto;
  }
  a.log-in-button {
    padding-right: 0;
  }
  .product-description .text-link-animated {
    font-size: 16px;
  }
  .delivery-details {
    margin-bottom: 5px;
  }
  .product-grid--title {
    margin-top: 15px;
}
  .main-accordion--wrapper .text-link-animated {
    font-size: 14px;
}
  .site-title {
    padding: 8px 0 !important;
  }
  .site-header__logo img{
    width: 75px !important;
  }
  .site-title {
    padding: 10px 0;
  }
  .mobile-nav-bar-wrapper .mobile-grid--table {
    display: flex;
    width: 100%;
    align-items: center;
  }
  .grid__item.three-twelfths.right-side.has-search-icon {
    flex: 1;
  }
  .wrapper-padded{
    padding: 0 15px !important;
  }
  .right_wrapper {
    position: static;
    height: auto;
  }
  .blog-posts-wrapper {
    margin-top: 30px;
  }
  .breadcrumbs__list {
     margin: 0 0 0 0px;
  }    
  .product-single-wrapper .share_icon {
    z-index: 3;
    top: 15px;
    right: 0px;
  }
  .product-medias__main .swiper-pagination {
    margin-top: 0px;
  }
  #AddToCartForm{
    display: block;
  }
  .product-form-block .product-details-product-title{
    font-size: 24px;
  }
  .linked-option-label {
    font-weight: 500;
    font-size: 14px;
    color: #3C3C3C;
    text-transform: capitalize;
  }
  .linked-option-product-title{
    font-weight: 500;
    font-size: 14px;
    color: #AFAFAF;
  }
  .option-label-wrapper .header{
    padding-top: 0px;
  }
  .product-form-block .metafield-grid{
    flex-wrap: nowrap;
  }
  .tab-button{
    padding: 4.82px 5.11px;
  }
  .product-tabs{
    width: 100%;
    padding: 40px 0 0 0;
  }
  .product-tabs h2{
    font-size: 24px;
  }
  .ingredients{
    display: block;
  }
  .ingredient img {
    width: 100%;
    height: 100%;
  }
  .ingredient{
    width: 100% !important;
  }
  .ingredient-content h4{
    font-size: 18px;
  }
  .ingredient-content p{
    width: 100%;
    font-size: 16px;
  }
  .blog-posts-wrapper .homepage-sections-wrapper .wrapper-padded{
    width: 100%;
  }
  .homepage-sections--title{
    font-size: 20px !important;
  }
  .ft-slider--xs{
    padding: 0px;
  }
  .ft-slider__wrapper{
    width: 100%;
  }
  .ft-slider__header .ft-slider__title{
    line-height: 2;
    font-size: 20px;
    padding-bottom: 0;
  }
  .ft-slider__item-info a{
    font-size: 16px;
  }
  .ft-widget__price{
    font-size: 16px !important;
  }
  .ft-slider__item-info{
    gap: 10px;
  }
  .ft-slider__footer-right{
    display: flex;
    flex-direction: unset !important;
    align-items: center !important;
    justify-content: space-between;
  }
  .ft-slider__buttons .ft-btn{
    min-width: auto;
  }
  .ft-widget__total {
    font-size: 16px;
  }
  .ft-widget__total{
    font-size: 20px;
  }
  .ft-slider__buttons-inner{
    width: fit-content;
  }
  .ft-slider__footer-right .ft-slider__buttons{
    justify-content: end;
    display: flex;
  }
  .accordion--faq-wrapper .title-bar .homepage-sections--title{
    margin-top: 0px;
    font-size: 23px;
  }
  .accordion--faq-wrapper .accordion-container.wrapper-padded{
    width: 100%;
  }
  .collapsible-tab .summary .text-with-icon {
    margin: 5px 0;
  }
  .accordion-content .text-with-icon--text{
    font-size: 14px;
  }
  .sitewide--title-wrapper .page--title{
    font-size: 24px;
  }
  .product-grid--title a{
    font-size: 14px;
  }
  .price--regular-price{
    font-size: 18px !important;
  }
  .jdgm-rev-widg__title{
    font-size: 23px;
  }
  .accordion-content .summary span svg{
    width: 12px;
  }
  .product-page-related-products .grid-view-item{
    margin-bottom: 0px;
  }
  .header-section--wrapper {
    box-shadow: 1px 2px 4px #00000014;
  }
  section.wrap-banner {
    display: none;
  }
  .product-section {
    margin-top: 0;
  }
  .product-images-container {
    margin: 0 -20px;
  }
  .product-medias__main .swiper-pagination {
    margin-top: 16px;
  }
  .swiper-pagination-bullet {
    width: 10px;
    background: #D9D9D9;
    height: 10px;
    border: 0;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {
    background: #009247;
  }
  .product-section .product-form-block {
    margin-bottom: 8px;
  }
  p.product-custom-review {
    margin-bottom: 10px;
  }
  linked-products.product-form-block.linked-products {
    margin-bottom: 16px;
  }
  .meta-label-comman-grid {
    margin-bottom: 10px;
  }
  .product-medias__main .swiper-pagination {
    margin-top: 16px;
  }
  .swiper-pagination-bullet {
    width: 10px;
    background: #D9D9D9;
    height: 10px;
    border: 0;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {
    background: #009247;
  }
  .product-section .product-form-block {
    margin-bottom: 8px;
  }
  p.product-custom-review {
    margin-bottom: 10px;
  }
  linked-products.product-form-block.linked-products {
    margin-bottom: 16px;
  }
  .meta-label-comman-grid {
    margin-bottom: 10px;
  }
  .right_wrapper {
    margin-top: 40px;
  }
  
  .delivery-details .free-delivery {
    margin-bottom: 0;
  }
  .delivery_text .location {
    margin: 0 0 5px -5px;
  }
  .location .icon svg {
    width: 16px;
    height: 16px;
  }
  product-tabs {
    padding: 0;
  }
  .tab-buttons {
    flex-wrap: nowrap;
    overflow: auto;
  }
  button.tab-button {
    font-size: 14px;
    flex: 0 0 auto;
  }
  .jdgm-review-widget--small .jdgm-rev-widg {
    padding: 40px 0 0 !important;
  }
  .jdgm-rev__title, .jdgm-rev__body {
    font-size: 16px !important;
  }
  .right_wrapper .slick-dots {
    display: none !important;
  }
  .offers-box {
    background-color: transparent;
    border: 0;
    padding: 0;
  }
  .offers-box li.slick-slide {
    border: 1px solid #D7D7D7;
    border-radius: 8px;
    padding: 10px 8px;
  }
  button#AddToCart {
    padding: 0;
  }
  .product-form-block .product-details-product-title {
    padding-top: 0;
  }
  .healthy-food-one__list {
    justify-content: center;
    gap: 25px;
}

.craft-grid-item {
    text-align: center;
}

li.craft-grid {
    text-align: center;
    display: flex;
    justify-content: center;
}

.craft-content .craft-blocks p, .new-section .main-content p {
    display: flex;
    justify-content: center;
    text-align: center;
    text-indent: 0;
}
  h2.homepage-sections--title.center-header.header-Text{
    margin: 0px;
  }
  .header-Text{
    margin-top: 25px !important;
  }
  
  .healthy-food-one__list{
    margin-bottom: 20px !important;
  }
  .feature-two__icon{
    height: 60px;
    width: 60px;
  }
  .custom-main-footer{
    padding-top: 0px;
  }
  .custom-main-footer{
    margin-top: 20px;
  }
  .homepage-sections--title{
    margin-top: 25px !important;
  }
  .services-two__hover-text {
    flex: 0 0 33% !important;
  }
  .excerpt_or_content, .blog-art-content, .blog-main--article-read-more-link{
    padding: 0 15px !important;
  }
  .feature-two__title{
    font-size: 12px !important;
  }
  .store_benefits {
        gap: 7px !important;
  }
  
}
  
@media (max-width: 425px) {
  .left-wrapper .meta-suitable-label {
        display: none;
    }
  .product-form-block .product-details-product-title {
        font-size: 24px;
    }
  .product-custom-review {
    font-size: 14px;
  }
  .jdgm-prev-badge__text{
    text-decoration: underline;
  }
  .swatch-items-wrapper .image-swatch__image{
    width: 45px !important;
    height: 72px !important;
  }
  .swatch:not(.is-color-swatch):not(.linked-products-swatch) .swatch-element input:checked + label {
    width: 60% !important;
  }
  .main-custom-product-card{
    background: transparent;
    border: none;
  }
  .main-custom-product-card .product-price-group{
    display: none;
  }
  .left-wrapper .product-form-block{
    --custom-margin-bottom: 20px !important;
  }
  .delivery_text .location{
    margin: 0 0 11px 0;
  }
  .delivery-details .free-delivery{
    margin-bottom: 8px;
  }
  .paymentButtonsWrapper{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    z-index: 999;
  }
  .shopify-payment-button__button {
    flex: 1;
    padding: 15px 0;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #228B22; /* Green */
    border: none;
    text-decoration: none;
  }
  .product-form-block .paymentButtonsWrapper .add-cart-btn{
    position: unset;
    padding: 0px;
    border-top: none;
    margin-top: 0px;
  }
  .shopify-product-form .shopify-payment-button__button--unbranded{
    border-radius: 0px;
  }
  .add-cart-btn .add-to-cart--secondary{
    border-radius: 0 !important;
  }
  .new-section{
    padding: 0px 15px 0 15px !important;
  }
}

