/** Shopify CDN: Minification failed

Line 634:45 Unexpected "{"
Line 644:48 Unexpected ";"

**/
/*
@font-face {
  font-family: "Untitled Sans";
  src: url("https://cdn.shopify.com/s/files/1/0833/0756/1242/files/UntitledSans-Medium.eot?v=1696082533");
  src: url("https://cdn.shopify.com/s/files/1/0833/0756/1242/files/UntitledSans-Medium.eot?v=1696082533?#iefix")
      format("embedded-opentype"),
    url("https://cdn.shopify.com/s/files/1/0833/0756/1242/files/UntitledSans-Medium.woff2?v=1696082533")
      format("woff2"),
    url("https://cdn.shopify.com/s/files/1/0833/0756/1242/files/UntitledSans-Medium.woff?v=1696082533")
      format("woff"),
    url("https://cdn.shopify.com/s/files/1/0833/0756/1242/files/UntitledSans-Medium.ttf?v=1696082533")
      format("truetype"),
    url("UntitledSans-Medium.svg#UntitledSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Untitled Sans Regular";
  src: url("https://cdn.shopify.com/s/files/1/0833/0756/1242/files/UntitledSans-Regular.eot?v=1696479647");
  src: url("https://cdn.shopify.com/s/files/1/0833/0756/1242/files/UntitledSans-Regular.eot?v=1696479647?#iefix")
      format("embedded-opentype"),
    url("https://cdn.shopify.com/s/files/1/0833/0756/1242/files/UntitledSans-Regular.woff2?v=1696479647")
      format("woff2"),
    url("https://cdn.shopify.com/s/files/1/0833/0756/1242/files/UntitledSans-Regular.woff?v=1696479647")
      format("woff"),
    url("https://cdn.shopify.com/s/files/1/0833/0756/1242/files/UntitledSans-Regular.ttf?v=1696479648")
      format("truetype"),
    url("UntitledSans-Regular.svg#UntitledSans-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*/
html {
scroll-behavior: smooth;
}
body.product.gradient.animate--hover-vertical-lift .ingredients-list.ingredients-grid .ingredient-item {
    width: 33.33%;
    max-width: 33.33%;
    flex-grow: 1;
    max-width: 50%;
}
.ingredient-icon-text__item.productnew img {
    width: 55px;
}.iwt-icon img {
    width: 30px;
}
button.slick-arrow {
    position: relative;
    width: 25px;
    height: 25px;
    background: transparent;
    border: 0;
    z-index:9;
}
.ingredient-icon-text__item .slick-slide img {
    display: block;
    width: 50px;
}
button.slide-arrow.next-arrow.slick-arrow:before {
    content: '';
    position: absolute;
    background-image: url('https://cdn.shopify.com/s/files/1/0833/0756/1242/files/arrow.svg?v=1700235396');
    background-position:center;
    width: 35px;
    height: 25px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
button.slide-arrow.prev-arrow.slick-arrow:before{
    content: '';
    position: absolute;
    background-image: url('https://cdn.shopify.com/s/files/1/0833/0756/1242/files/arrow.svg?v=1700235396');
    background-position:center;
    width: 35px;
    height: 25px;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(180deg);
}
div#insta-feed {
    padding: 40px 0;
}
div#insta-feed h2 {
    font-size: 34px;
    font-weight: 500;
    line-height: 115%;
    text-align: left;
}
.header__icons {
  gap: 35px;
}
.header__icons a.header__icon {
  width: auto;
}
.header__icon span.customer_icon{
  display:none;
}

span#divider {
  width: 20px;
}
.list-menu__item span {
  font-weight: 500;
}
.list-menu__item:hover span,
.footer .footer-block__details-content .list-menu__item--link:hover {
  text-decoration: none;
  color: #0a4a33;
}
.color-purple {
  background: #540561;
  color: #ebcffa;
}
body {
  background: linear-gradient(180deg, #FFF 21.63%, #F4F4F5 100%);
  scroll-padding-top: 20px;
  font-size: 14px;
  line-height: 125%;
  font-weight: 400;
  font-family: "Untitled Sans Regular" !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*margin-bottom: 10px;*/
  margin-top: 0;
  font-weight: 500;
  /*letter-spacing:0.1px;*/
  /*font-family: "Untitled Sans" !important;*/
}
p {
  margin: 0px;
  padding: 0px;
  margin-bottom: 24px;
  line-height: 2.3rem;
}
strong {
  /*font-family: "Untitled Sans" !important;*/
  font-weight: 400 !important;
}
p:last-child {
  margin-bottom: 0;
}
a:hover {
  outline: none;
  /* color: #F78723; */
  text-decoration: none;
  transition: all 0.3s;
}
a:active {
  outline: none;
  text-decoration: none;
  transition: all 0.3s;
}
a:focus {
  outline: none;
  outline-offset: 0px;
  text-decoration: none;
  transition: all 0.3s;
}
.custom-arrow {
  display: flex;
  gap: 10px;
}
.neutral .custom-arrow .slick-arrow {
  border-color: rgb(var(--color-foreground), 0.1)!important;
}
.neutral .custom-arrow .slick-arrow:hover {
  border-color: rgb(var(--color-foreground), 0.0)!important;
  background: rgb(var(--color-foreground), 0.1)!important;
}
.neutral .custom-arrow .slick-arrow svg path,  
.neutral .custom-arrow .slick-arrow svg path {
 fill: rgb(var(--color-foreground))!important;
}

.testimonials .custom-arrow .slick-arrow {
  border-color: rgb(var(--color-foreground), 0.1)!important;
}
.testimonials .custom-arrow .slick-arrow:hover {
  border-color: rgb(var(--color-foreground), 0.0)!important;
  background: rgb(var(--color-foreground), 0.1)!important;
}
.testimonials .custom-arrow .slick-arrow svg path,  
.testimonials .custom-arrow .slick-arrow svg path {
 fill: rgb(var(--color-foreground))!important;
}

.custom-arrow .slick-arrow, .slick-arrow{
  border-radius: 100px;
  border: 1px solid;
  border-color: rgb(var(--color-secondary-button-text))!important;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
  transition: all 0.3s;
}
.custom-arrow .slick-arrow:hover,
.slick-arrow:hover {
  background: rgb(var(--color-secondary-button-text))!important;
  transform: scale(1.2);
}
.custom-arrow .prev-i svg path,  
.custom-arrow .next-i svg path,
.prev-i svg path,  
.next-i svg path{
 fill: rgb(var(--color-foreground))!important;
}

.shopify-section-group-footer-group {
  background: whitesmoke;
}
.header__icons a {
    text-decoration:none;
    font-size: 14px;
    font-weight: 500;
    line-height: 135%;
    color: #1c1c1c;
}
.cart-count-bubble {
    background:#D3D3D7;
    width: 23px;
    height: 23px;
    border-radius: 48px;
    display: inline-block;
    top: 9px;
    font-weight: 500;
    font-size: 14px;
    line-height: 135%;
    color: #080808;
}
span.my__Cart {
  padding-left: 33px;
}
.header header-drawer {
    grid-column: 4;
    margin-left: 0;
    margin-right: -1.2rem;
}
.hero-content-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  padding: 80px 40px;
  background-color: #efefef;
}
.hero-body-box {
  padding: 120px 0;
  width: 100%;
  max-width: 640px;
}
.hero-body-box h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 63px;
}
ul.hero-icontext {
  margin: 0;
  padding: 20px 0 0 0;
  list-style: none;
  display: flex;
  font-size: 14px;
  line-height: 18px;
  gap: 40px;
}
ul.hero-icontext li {
  display: flex;
  align-items: center;
}
ul.hero-icontext li .hero-icon-img {
  height: auto;
  width: 30px;
  margin-right: 10px;
}
ul.hero-icontext li .hero-icon-img img {
  height: auto;
  width: 100%;
  
}
.btn {
  transition:0.3s all;
}

.btn:hover {
  transform: scale(1.05);
}

.hero-btn .btn,
.os-btn .btn {
  padding: 15px 40px;
  font-size: 16px;
  font-weight:500;
  line-height: 1;
  display: inline-block;
  border-radius: 100px;
  text-decoration: none;
}
.hero-btn {
  margin-top: 40px;
}
.hero-btn .btn + .btn {
  margin-left: 20px;
}
.hero-lower-text h6 {
  margin: 0;
  font-size: 24px;
  line-height: 28px;
}
.hero-footer-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero-lower-text {
  text-align: right;
}
.hero-lower-text span {
    font-weight: 300;
    font-size: 16px;
    line-height: 135%;
    text-align: end;
    display: flex;
    align-items: center;
    justify-content: end;
}
.divider {
    display: inline-block!important;
    width: 60px;
    height: 1px;
    background: #080808;
    margin-right: 20px;
}
.popup-open {
  overflow: hidden;
}
.faq-des-box {
  display: none;
}
.faq-content h2 {
  font-size: 24px;
  line-height: 28px;
}

.faq-content .faq-slider .slick-track {
    display: flex;
}

.faq-content .slick-initialized .slick-slide {
    height: auto;  
    display: flex;
    flex-grow: 1;
    align-items: stretch;
}

ul.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: calc(100% + 20px);
  margin-left: -10px;
}
ul.faq-list .slick-list {
  padding: 20px 0;
}
li.faq-item .faq-box {
  width:100%;
  font-size: 16px;
  line-height: 22px;
  padding: 20px 10px 20px 20px;
  background: #f4f4f5;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s all;
}
li.faq-item .faq-box:hover {
  background: #eeeeee;
  transform: scale(1.05);
  border-radius: 8px;
  box-shadow: 0px 0px 12.6px 0px rgba(0, 0, 0, 0.1);
}
li.faq-item {
  padding: 0 10px;
}
.faq-des-box {
  min-width: 960px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.faq-des-inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.faq-des-inner .close-popup {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.faq-text {
  padding: 40px;
  width: calc(100% - 360px);
  display:flex;
  flex-flow:column;
}
.faq-des-box a.article-template__link.link {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 135%;
    text-decoration: none;
    padding-top: 20px;
    border-top: 1px solid #A7A8AE;
}
.faq-des-box .article-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.faq-des-box .article-img-box,
.faq-des-box .product-img{
    width: 160px;
}
.faq-des-box .product-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    padding: 20px;
}
.faq-des-inner .faq-img {
  width: 360px;
  background: #0a4a33;
}
.faq-des-inner .faq-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.faq-text h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
}
.faq-text h3 {
  font-size: 34px;
  font-weight: 500;
  line-height: 115%;
}
.faq-popup-open,
.ingredient-popup-open{
  overflow: hidden;
  position: relative;
}
body.faq-popup-open:before {
  content: "";
  position: absolute;
  background: rgba(10, 74, 51, 0.6);
  backdrop-filter: blur(3px);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 9;
}
.faq-des-box .product-article-block {
    margin-top: auto;
    background: #F4F4F5;
    border-radius: 12px;
    overflow: hidden;
    max-width: 500px;
}
.faq-des-box .article-content,
.faq-des-box .product-content-outer{
    display: flex;
}
.faq-des-box .article-text-box,
.faq-des-box .product-content{
    padding: 20px 20px 20px 40px;
    width:calc(100% - 160px);
}
.faq-des-box .article-text-box h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
}
.faq-des-box .article-text-box h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 115%;
}
.faq-des-box .popup-price {
 padding: 0 1rem 0 0; 
}
.iwt-box {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 19px;
  padding: 0 40px 0px 0;
}
.iwt-text {
  padding: 0 1rem 0 0;
}
.our-story-content {
  border-radius: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 98px 80px 100px;
  font-size: 14px;
  line-height: 135%;
}
.os-text {
  max-width: 520px;
}
.os-text h6 {
  font-size: 14px;
  font-family: "Untitled Sans Regular" !important;
}
.os-text h2 {
  font-size: 34px;
  line-height: 39px;
}
.hpc-content h2.hpc-head {
  font-size: 40px;
  line-height: 115%;
  width: 100%;
  max-width: 670px;
  margin-bottom:40px;
}
.product-tab-link .tab-button {
  border-radius: 100px;
  padding: 15px 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-right: 20px;
  transition:0.3s all;
}
.product-tab-link .tab-button:hover {
  transform: scale(1.05)!important;
}
.product-tab-link .tab-button:not(.active-button) {
  background: transparent;
  color: #74757c;
}
.product-tab-link .tab-button:not(.active-button):hover {
  background: #e9e9eb;
}
.product-tab-link {
  display: flex;
  align-items: center;
}
.product-tab-item {
  display: flex;
}
.product-tab-text {
  width: 50%;
  padding: 80px 40px 80px 80px;
  font-size: 14px;
  line-height: 135%;
}
.product-tab-img {
  width: 50%;
}
.product-tab-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-tab-container .tab-content {
  margin-top: 20px;
  border-radius: 12px;
  overflow: hidden;
}
.tab-content.color-inverse {
  background: #c9e5c7;
}
.tab-content.color-purple {
  background: #ebcffa;
}
.tab-content.color-inverse h2,
.tab-content.color-inverse h6,
.tab-content.color-inverse .product-tab-text {
  color: #0a4a33;
}
.tab-content.color-inverse .product-tab-btn,
.tab-content.color-inverse summary.accordion-header:before {
  background: #0a4a33;
}
.tab-content.color-inverse a.product-tab-btn {
  color: #c9e5c7;
}
.tab-content.color-inverse .product-tab-accordion,
.tab-content.color-inverse .accordion-item {
  border-color: #0a4a33;
}
    .tab-content.color-inverse .custom-arrow .slick-arrow {
      border-color: #B6D6B8!important;
    }
    .tab-content.color-inverse .custom-arrow .slick-arrow:hover {
      border-color: #B6D6B8!important;
      background: #B6D6B8!important;
    }
    .tab-content.color-inverse .custom-arrow .slick-arrow svg path {
     fill: #0a4a33!important;
    }

.tab-content.color-purple h2,
.tab-content.color-purple h6,
.tab-content.color-purple .product-tab-text, {
  color: #540561;
}
.tab-content.color-purple .product-tab-btn,
.tab-content.color-purple summary.accordion-header:before {
  background: #540561;
}
.tab-content.color-purple a.product-tab-btn {
  color: #ebcffa;
}
.tab-content.color-purple .product-tab-accordion;
.tab-content.color-purple .accordion-item {
      border-color: #540561;
}

.product-tab-text h2 {
  font-size: 60px;
  line-height: 105%;
}
.product-tab-text h6 {
  font-size: 24px;
  line-height: 115%;
  margin-bottom:20px;
}

.product-tab-btn {
  transition:0.3s all;
}

.product-tab-btn:hover {
  transform: scale(1.05);
}

a.product-tab-btn {
  border-radius: 100px;
  display: inline-block;
  padding: 15px 40px;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  /* margin-top: 40px; */
}
image-accordion.image-accordion {
    display:grid;
    position: relative;
}
image-accordion.image-accordion svg.icon {
    position: absolute;
    width: 18px;
    right: 20px;
    top: 22px;
}
image-accordion.image-accordion svg.icon.icon-minus{
    top: 29px;
}
.annotation-box article[data-status="0"] image-accordion.image-accordion svg.icon.icon-minus {
    display: none;
}
.annotation-box article[data-status="1"] image-accordion.image-accordion svg.icon.icon-plus {
    display: none;
}
.annotation-box {
     /* transition: 0.3s all; */
  }
  .annotation-box:hover { 
     /* transform: scale(1.05); */
  }
.brand-value-content {
  max-width: 630px;
  margin: 0 auto 40px;
}
.brand-top-img svg {
    width: 100%;
    height: auto;
}
.brand-content {
  display: none;
  padding: 0 20px 20px 20px;
  font-size: 14px;
  line-height: 135%;
}
.brand-value-content h6 {
  font-family: "Untitled Sans Regular" !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
}
.brand-value-content h2 {
  font-size: 34px;
  line-height: 115%;
  margin: 0;
}
.food-img-box {
  width: 100%;
  max-width: 458px;
  margin: 40px auto 0;
}
.foodimage-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.brand-item {
  background-color: #fff;
  /* padding: 20px; */
  width: 100%;
  max-width: 300px;
  margin-bottom: 10px;
  border-radius: 8px;
  position: absolute;
  box-shadow: 0px 0px 20px 0px rgba(10, 74, 51, 0.1);
  cursor: pointer;
}
.brand-item:nth-child(1) {
  top: 40px;
  right: 62%;
  z-index: 1;
}
.brand-header {
  font-size: 18px;
  line-height: 115%;
  font-weight: 500;
  display: flex;
  padding: 20px 50px 20px 20px;
}
.brand-item:nth-child(2) {
  top: 40%;
  right: 65%;
}
.brand-item:nth-child(3) {
  top:73%;
  left: 16%;
}
.brand-item:nth-child(4) {
  right: 16%;
  top: 0;
}
.brand-item:nth-child(5) {
  right: 13%;
  top: 40%;
}
.brand-item:nth-child(6) {
  top:78%;
  right: 16%;
}
.brand-bottom-img,
.brand-top-img {
    width: 100%;
    margin-bottom: -1px;
    height: auto;
    display: flex;
    align-items: end;
    justify-content: end;
}
.brand-bottom-img > img,
.brand-top-img > svg {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.annotation-box article.image-accordion-faded{
    opacity:0.4;
}
.annotation-box article[data-status="1"] .brand-content{
    display:block;
}
.card.article-card {
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
}
.card.article-card h3.card__heading.h2 {
  font-size: 24px;
  line-height: 115%;
  color: #292929;
  font-weight:500;
}
.rich-text__heading.rte.inline-richtext.h1 {
    font-size: 60px;
    line-height: 103%;
    font-weight: 500;
    font-family: Untitled Sans;
    letter-spacing: 0.1px;
}
.rich-text__heading .icon {
  width: 100%;
  max-width: 50px;
  height: 100%;
  aspect-ratio: 1/1;
  margin-bottom: -7px;
  margin-left: 5px;
  margin-right: 5px;
  transition:0.3s all;
}
.rich-text__heading .icon:hover{
  transform:scale(1.5) rotate(10deg);
}
.details-product-box {
     border-radius: 12px;
     background: #C9E5C7;
     display: flex;
     flex-wrap: wrap;
     overflow: hidden;
}
 .details-product-text {
     padding: 80px;
     width: 50%;
}
 .details-product-text h6 {
     font-weight: 400;
     font-family: "Untitled Sans Regular" !important;
     font-size: 14px;
     line-height: 135%;
     color: #0a4a33;
}

 .details-product-text h2 {
     font-size: 40px;
     font-style: normal;
     font-weight: 500;
     line-height: 115%;
     color: #0a4a33;
     
}
 .details-product-img {
     width: 50%;
}
 .details-product-disc strong {
     font-size: 24px;
     font-weight: 500;
     line-height: 115%;
     margin-bottom: 20px;
     letter-spacing: 0.1px;
     display: block;
}
 .details-product-img img{
     width:100%;
     height:100%;
     object-fit:cover;
}
.faq-ans {
    margin-bottom: 40px;
}
/* faq-page */
.faq-sec-content .tabs {
    display: flex;
    align-items: flex-start;
}
.faq-sec-content .tabs ul.tabs-nav {
    width: 325px;
    margin: 0;
    list-style: none;
    padding: 0;
    text-align: center;
}
.faq-sec-content .tabs-select{
     display:none;
}
.faq-sec-content ul.tabs-nav li a {
    text-decoration: none;
    border-radius: 100px;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    color: #74757C;
    display: block;
}
.faq-sec-content ul.tabs-nav li.tab-active a,
.faq-sec-content ul.tabs-nav li a:hover{
    background: #0A4A33;
    color: #C9E5C7;
}
.faq-sec-content .tabs ul.tabs-nav li + li {
    margin-top: 20px;
}
.faq-sec-content .tabs-stage {
    width: calc(100% - 325px);
    padding-left:80px;
}
.faq-tab-inner {
    padding: 40px;
    border-radius:10px;
}
.faq-tab-accordion {
    border-top: 1px solid #D3D3D7;
}
.faq-tab-accordion details.accordion-item {
    padding: 20px 0;
    border-bottom: 1px solid #D3D3D7;
}
.faq-tab-accordion details.accordion-item summary.accordion-header {
    /*font-family: "Untitled Sans" !important;*/
    font-size: 16px;
    font-weight: 500;
    color: #1C1C1C;
}
.faq-tab-accordion details.accordion-item summary.accordion-header .icon {
    position: absolute;
    width: 12px;
    right: 0;
    top: 6px;
}
.faq-tab-accordion details.accordion-item[open] summary.accordion-header .icon.icon-plus,
.faq-tab-accordion details.accordion-item:not([open]) summary.accordion-header .icon.icon-minus {
    opacity: 0;
    visibility: hidden;
}
.faq-tab-accordion details.accordion-item summary.accordion-header .icon.icon-pluse {
    opacity: 1;
    visibility:visible;
}
.faq-tab-accordion .accordion-content-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
}
.faq-tab-accordion .accordion-content h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 115%;
}
.faq-tab-accordion .accordion-content {
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
    color: #1c1c1c;
  padding: 20px 20px 20px 0px;
}
.faq-tab-accordion details.accordion-item[open] summary.accordion-header {
    color: #A7A8AE;
}
.slider-buttons.no-js-hidden {
    display: none;
}
li.article.grid__item {
    padding: 10px;
}
.blog__posts.articles-wrapper {
    width: calc(100% + 20px);
    margin-left: -10px;
}
.trending--post {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
ul.featured--post-list {
    padding: 0;
    margin: 0;
    list-style: none;
    width:calc(100% - 440px);
    padding-right: 80px;
}
.featured--post-img {
    padding-bottom: 62%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.featured--post-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.featured--post-content {
    padding: 20px;
}
.featured--post-content span.tag a {
    font-weight: 500;
    color:#74757C;
    background:#F4F4F5;
    font-size: 12px;
    line-height: 100%;
    border-radius: 48px;
    padding: 5px 20px;
    display: inline-block;
    margin-bottom: 20px;
    text-decoration:none;
    transition: all 0.3s; 
}
.featured--post-content span.tag a:hover{
    color: #0A4A33;
    background: #C9E5C7;
    transform: scale(1.05);
}
.featured--post-content span.tag a + a{
    margin-left:5px;
}
.featured--post-content h3{
    font-size:24px;
    line-height: 115%;
}
.featured--post-content .btn-wrapper {
    padding-top: 20px;
    border-top: 1px solid #A7A8AE;
    transition: all 0.3s; 
}
.featured--post-content .btn-wrapper a {
    font-size: 16px;
    font-weight: 500;
    line-height: 135%;
    text-decoration: none;
    color: #1c1c1c;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.featured--post-content .btn-wrapper:hover {
    opacity:0.8;
}
.trending--post-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 440px;
    padding-left: 0px;
}
.trending--post-list h2 {
    font-size: 34px;
    line-height: 115%;
    margin-bottom: 20px;
}
.trending--post-list .trending--post-item {
    padding: 20px 0;
    display: flex;
    align-items: center;
}
.trending--post-list .trending--post-item .trending--post-img {
    width: 104px;
    height: 104px;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}
.trending--post-list .trending--post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.trending--post-content {
    width: calc(100% - 104px);
    padding: 20px;
}
.trending--post-content h4{
    font-size: 18px;
    font-weight: 500;
    line-height: 115%; 
}
.trending--post-content p {
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5; 
  line-clamp: 5;
  -webkit-box-orient: vertical;
  display:none;
}
.trending--post-content .btn-wrapper a {
    display:flex;
    gap:10px;
    font-size: 14px;
    line-height: 135%;
    color: #1c1c1c;
    text-decoration: none;
}
.article_tags{
  margin-bottom:20px;
}
.article_tags .article-tag {
    font-family: Untitled Sans Regular;
    font-weight: 500;
    font-size: 12px;
    line-height: 135%;
    background: #F4F4F5;
    padding: 5px 10px;
    border-radius: 100px;
}
.article_tags .article-tag + .article-tag{
   margin-left:5px;
}
.general_inquiries a.btn {
    border: 1px solid #C9E5C7;
    color: #fff;
    text-decoration: none;
    display: block;
    border-radius: 100px;
    padding: 15px 40px;
    text-align: center;
}
span.mail-link {
    margin-top: 20px;
    display: block;
}
span.mail-link a {
    color: #90bf8c;
}
/* ingredients */
.iwt-head {
    max-width: 700px;
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
    width:50%;
    letter-spacing: 0.1px;
}
.iwt-head h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
    color: #74757C;
}
.iwt-head h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 115%;
}
.iwt-body {
    margin-top: 40px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.iwt-body.image_first {
    flex-flow: row-reverse;
}
.iwt-body-text {
    padding:40px 80px;
    font-size: 14px;
    line-height: 135%;
    width: 50%;
}
.iwt-body-text h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 115%;
    margin-bottom: 25px;
}
.iwt-body-text .iwt-short-des {
    font-size: 18px;
    font-weight: 500;
    line-height: 115%;
    margin-bottom: 25px;
}
.iwt-body-img {
    width: 50%;
}
.iwt-body-img img.img-box {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: -5px;
}

.trending--post-list .custom-arrow,
.trending--post-single .custom-arrow{
  display:none;
}
ul.blog__posts {
    padding: 0;
    margin: 0;
    list-style: none;
    width: calc(100% + 20px);
    margin-left: -10px;
}
ul.blog__posts .slick-track {
    display: flex;
}
li.blog__post {
    padding: 10px;
    height: inherit;
}
.featuredblog-btn .btn {
    text-decoration: none;
    background: var(--greyscale-feature, #1C1C1C);
    font-size: 16px;
    padding: 15px 40px;
    font-weight: 500;
    line-height: 100%;
    border-radius: 100px;
    color: #FFF;
    display: block;
}
.featuredblog-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 30px;
}
.featuredblog-text h6 {
    font-size: 14px;
    line-height: 135%;
    font-weight: 400;
}
.featuredblog-text h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 115%;
}
.featuredblog-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
    max-width: 560px;
    letter-spacing: 0.1px;
}
.blog__post-box {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    height:100%;
}
.blog__post-img {
    padding-bottom: 60%;
    position: relative;
}
.blog__post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.blog__post-content {
    padding: 20px;
}
.footer__blocks-wrapper .footer-block {
    position: relative;
}
summary.accordion-header:before {
    content: '';
    background-color: #1C1C1C;
    -webkit-mask-image: url(https://cdn.shopify.com/s/files/1/0833/0756/1242/t/1/assets/add.svg?v=1705294638);
    mask-image: url(https://cdn.shopify.com/s/files/1/0833/0756/1242/t/1/assets/add.svg?v=1705294638);
    width: 12px;
    height: 13px;
    top: 50%;
    right: 0;
    position: absolute;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
}
summary.accordion-header:before svg path {
    fill: currentColor!important;
}

.faq-tab-accordion summary.accordion-header:before {
    display:none!important;
}
 
.footer__blocks-wrapper .footer-block:before{
    content: '';
    background-image: url(https://cdn.shopify.com/s/files/1/0833/0756/1242/files/plus.svg?v=1698233450);
    width: 12px;
    height: 13px;
    top: 50%;
    right: 0;
    position: absolute;
    transform: translateY(-50%);
    margin: 0 0 0 20px;
}
.footer__blocks-wrapper .footer-block:before{
    top: 20px;
    transform:none;
}
.prev.slick-arrow.slick-hidden,
.next.slick-arrow.slick-hidden{
    display: block;
}
/* ========================================== 
! Large devices ( less than 1200px)
=========================================== */
@media (max-width: 1199.98px) {
  .hero-content-item {
    padding: 40px;
  }
}
/* ========================================== 
! Large Tablet ( less than 900px)
=========================================== */
@media (max-width: 991.98px){
  .header__icons {
    gap: 20px;
  }.accordion-header {
    line-height: 19px;
    padding-right: 25px;
}
  .header__icon span.customer_icon{
    display:block;
    line-height:55px;
  }
  .header__icon span.customer_text {
      display: none;
  }
  span.my__Cart{
    font-size:0;
  }
  .hero-content-item {
    padding: 40px 20px;
  }
  .hero-body-box{
     padding:80px 0;
     max-width:465px;
  }
  .hero-body-box h1{
    font-size:40px;
    line-height:115%;
  }
  .hero-lower-text h6 {
    margin: 0;
    font-size: 18px;
    line-height: 115%;
  }
  .hero-lower-text span {
    font-size: 14px;
   }
  .faq-des-box {
    min-width: 800px;
    border-radius: 0;
    height: 100%;
    overflow-y: auto;
  }
  .faq-des-inner {
      flex-flow: column-reverse;
  }
  .faq-text {
      width: 100%;
  }
  .faq-des-inner .faq-img {
      width: 100%;
      height: 400px;
  }
  .rich-text__heading.rte.inline-richtext.h1{
    font-size:40px;
  }
  .details-product-text{
    padding:80px 40px;
  }
  .details-product-disc svg {
    width: 200px;
  }
  .details-product-text h2{
    font-size:34px;
  }
  article.brand-item {
    position: relative;
    max-width: 600px;
    margin: 0 auto 10px auto;
  }

  .brand-item:nth-child(1) {
      top: 0px;
      right: auto;
      z-index: 1;
      }
  .brand-item:nth-child(1), .brand-item:nth-child(2), .brand-item:nth-child(3), .brand-item:nth-child(4), .brand-item:nth-child(5), .brand-item:nth-child(6) {
      top: 0px;
      left: auto;
      right: auto;
  } 
  
  .annotation-box {
      width: 100%;
      margin: 0 auto;
  }
  .annotation-box article.image-accordion-faded {
    opacity: 1;
  }
  .brand-value-body{
    z-index:2;
  }
  .food-img-box {
      position: absolute;
      z-index: 0;
      width: 383px;
      height: 383px;
      top: -80px;
      right: -140px;
      margin: 0;
      z-index: -1;
  }
  .our-story-content{
     padding:40px 20px;
  }
  .os-text {
     max-width: 435px;
  }
  .faq-sec-content .tabs {
    flex-flow: column;
   }
  .faq-sec-content .tabs ul.tabs-nav{
     display:none;
  }
  .faq-sec-content .tabs-select{
     display:block;
     width: 100%;
     padding-bottom:40px;
  }
  .faq-sec-content .tabs-stage {
    width: 100%;
    padding-left: 0;
  }
  .short-by-box {
    border: 1px solid #BDBEC2;
    border-radius: 100px;
    padding-right: 15px;
  }
  select#select-box {
    border-radius: 100px;
    border: 0px solid #BDBEC2;
    height: 44px;
    width: 100%;
    padding: 7px 15px;
    color: #74757C;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
  }
  select#select-box:focus-visible {
    outline: none;
    outline-offset: 0;
    box-shadow: none;
  }
  .trending--post{
   flex-flow:column;
  }
  ul.featured--post-list{
    width:100%;
    padding: 0;
  }
  .trending--post-list{
    padding:0;
    width:100%;
    margin-top:60px;
  }
  .trending--post-list .custom-arrow,
  .trending--post-single .custom-arrow{
     display:flex;
  }
  .trending--post-item.slick-slide {
     display: flex!important;
  }
  .iwt-head{
     width:100%;
  }
  .iwt-body {
     flex-flow: column;
  }
  .iwt-body-text {
      width: 100%;
      padding: 80px;
  }
  .iwt-body-img {
      width: 100%;
  }
  .featuredblog-head {
      flex-flow: column;
      align-items: flex-start;
      gap: 20px;
  }
}
/* ========================================== 
! Small Tablet ( less than 750px and 768px)
=========================================== */
@media (max-width: 768.98px){
  .hero-content-item {
    padding:20px;
  }
  .hero-footer-box {
    display:none;
    }
.details-product-box {
    line-height: 0;
}
.details-product-text {
    line-height: 135%;
}
.accordion-header {
    line-height: 135%;
    padding-right: 25px !important;
}

.details-product-box span {
    line-height: 135%;
}
  .hero-body-box{
    padding:40px 0;
  }
  ul.hero-icontext li {
    flex-flow: column;
    align-items: start;
  }
  
  ul.hero-icontext li .hero-icon-img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .faq-des-box {
    min-width: 100%;
  }
  .hpc-content h2.hpc-head{
    font-size:34px;
  }
  .rich-text__heading.rte.inline-richtext.h1{
    font-size:34px;
  }
  .details-product-text{
    width:100%;
  }
  .details-product-img {
    width: 100%;
    aspect-ratio: 3/4;
    max-height: 470px;
  }
  .details-product-text h2 {
    font-size: 24px;
  }
  .our-story-content h2{
    font-size:24px;
    line-height:115%;
  }
  .os-text {
    max-width: 315px;
  }
  .brand-value-content h2{
    font-size:24px;
  }
  .iwt-body-text {
    padding: 40px;
  }
  .iwt-body-text h2 {
      font-size: 34px;
  }
  .iwt-head h2 {
      font-size: 34px;
  }
  .science-tab-box.hide-tabs{
    display:none !important;
  }
  .science-tab-box{
    display:block !important;
  }
}
/* ========================================== 
! Mobile ( less than 500px)
=========================================== */
@media (max-width: 500.98px){
  .accordion-header {
    line-height: 19px;
    padding-right: 25px;
}
  .hero-content-item {
    padding:0px;
  }
  .hero-footer-box {
    padding: 20px;
}
  
  .hero-content-item:before {
    top: 0;
    content: '';
    position: absolute;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    z-index: -1;
 }
  .hero-body-box{
    text-align:center;
  }
  ul.hero-icontext {
    justify-content: center;
  }
  ul.hero-icontext li {
    align-items: center;
   }
  .hero-btn {
    display: flex;
    flex-flow: column;
    align-items: center;
}
  .hero-btn .btn+.btn {
    margin-left: 0;
    margin-top: 20px;
  }
  .faq-des-inner .faq-img{
    height:250px;
  }
  .faq-text h3{
    font-size:26px;
  }
  .faq-des-box .article-img-box,
  .faq-des-box .product-img {
    /*display: none;*/
   }
   .faq-des-box .article-text-box,
   .faq-des-box .product-content{
     width:100%;
     padding:20px
   }
  .rich-text__heading.rte.inline-richtext.h1{
    font-size:24px;
  }
  .rich-text__heading .icon {
    max-width: 30px;
  }
  .os-text {
    max-width: 100%;
  }
}
/* ========================================== 
! Small Mobile ( less than 400px)
=========================================== */
@media (max-width: 400px){
  .hero-body-box h1{
    font-size:30px;
  }
}
@media (min-width: 991px){
.footer__blocks-wrapper .footer-block:before{
    display:none;
}
}
.product .slide-arrow.next-arrow.slick-arrow {
    display: none;
}