/** Shopify CDN: Minification failed

Line 1149:48 Expected identifier but found "0"
Line 1153:22 Expected identifier but found "0"
Line 1495:22 Unterminated string token

**/
nav.breadcrumbs {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 22px;
}
.resource-list__item {
    mix-blend-mode: darken;
}
.custom-slideshow .slide-arrow.next {
    background: url(arrow-next-white.svg) no-repeat;
    background-size: 100%;
    font-size: 0;
}
.custom-slideshow .slide-arrow.prev {
    background: url(arrow-prev-white.svg) no-repeat;
    background-size: 100%;
    font-size: 0;
}

.shopify-section.ui-test-product-list {
    background: #FFFDEF;
}

.section-resource-list__header h4 {
    color: var(--color-green);
    font-size: 24px;
    font-weight: 700;
}
.section-resource-list__header h6 {
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
}
.section-resource-list__header h6 strong {
    font-weight: 500;
}
.shopify-section.ui-test-product-list .group-block-content {
    --gap: 25px !important;
}

.shopify-section.ui-test-product-list .resource-list__carousel .resource-list__slide {
    background: #F9FBF9;
    border-radius: 25px;
}
.shopify-section.ui-test-product-list .resource-list__carousel slideshow-slides {
    gap: 15px;
    margin-block: -16px;
    padding-block: 16px;
}
.rating-wrapper, .rating {
    justify-content: center;
}
[data-template='index'] .resource-list__carousel product-price {
    margin-top: 30px;
}
[data-template='index'] .resource-list__carousel .rating-wrapper ~ product-price {
    margin-top: 4px;
}
.product-card .filled-star {
    fill: rgba(232, 186, 58, 1);
}
.product-card .jdgm-preview-badge .jdgm-prev-badge__text {
    display: none;
}
.product-card .jdgm-preview-badge .jdgm-prev-badge {
    text-align: center;
}
[product-grid-view="zoom-out"] .product-card .jdgm-preview-badge .jdgm-prev-badge {
    text-align: left;
}
.product-card .product-badges {
    position: static;
}
.product-card .product-badges .product-badges__badge {
    background: transparent;
    position: absolute;
    right: 0;
    top: 6px;
}
.product-card .product-badges .custom-discount-percent-badge {
    color: rgba(232, 16, 16, 1);
    font-size: 11px;
    font-weight: 600;
    left: 15px;
    letter-spacing: 0.5px;
    line-height: 20px;
    position: absolute;
    top: 8px;
}
.product-card .text-block {
    flex-direction: inherit;
    flex-wrap: wrap;
    font-size: 14px;
    justify-content: center;
    width: 100%;
}
.product-card .text-block p.product-title {
    color: var(--product-list-price-color);
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}
.product-card .rating-wrapper {
    margin-bottom: 10px;
}
.compare-at-price {
    color: var(--product-list-price-gray);
    font-weight: 400;
}
.product-card .compare-at-price {
    color: var(--product-list-price-gray);
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
  text-decoration-line: line-through;
  text-decoration-thickness: 1.5px;
}
.product-card .text-block p.variant-title-prod-card {
    color: var(--product-list-price-gray);
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}
.product-card .text-block div[ref='priceContainer'] {
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 12px;
    justify-content: center;
    letter-spacing: 0.32px;
}
.product-card .rating-wrapper .rating-count {
    display: none;
}

[id*='custom_liquid_9VwtyA'] img {
    border-radius: 30px 0 30px 0;
    margin-top: 25px;
    margin-bottom: 30px;
} 
.resource-list__carousel slideshow-arrows .slideshow-control {
    opacity: 1;
}
.resource-list__carousel slideshow-arrows .slideshow-control span.svg-wrapper.icon-arrow {
    display: none;
}

.resource-list__carousel .slideshow-control.slideshow-control--style-arrow {
    background: url(arrow-slider-next.svg) no-repeat;
    background-size: 100%;
}
.featured-blog-posts .resource-list__carousel slideshow-arrows .slideshow-control {
    opacity: 1;
    display: none !important;
}
/* Show buttons when hovering product card */

.product-card .product-hover-addtocart,
.product-card .product-hover-buynow {
    align-items: center;
    background: #fff;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    column-gap: 5px;
    cursor: pointer;
    display: flex;
    height: 49px;
    justify-content: center;
    width: 50%;
}
.product-card .product-hover-addtocart:hover {
    background: var(--color-green);
    border: 1px solid var(--color-green);
    color: #fff;
}
.product-card .product-hover-buynow:hover {
    background: rgba(232, 186, 58, 1);
    border: 1px solid rgba(232, 186, 58, 1);
}
.product-card .product-hover-addtocart:before {
    content: '';
    background: url(icon-addtocart.svg) no-repeat;
    background-size: 100%;
    display: flex;
    height: 20px;
    width: 14px;
}
.product-card .product-hover-addtocart:hover:before {
    background: url(icon-addtocart-white.svg) no-repeat;
    background-size: 100%;
}
.product-card .product-hover-buynow:before {
    content: '';
    background: url(icon-buynow.svg) no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 20px;
    width: 19px;
}
.product-card .product-hover-buynow:hover:before {
    background: url(icon-buynow.svg) no-repeat;
    background-size: 100%;
}
.product-card-hover-actions {
    display: flex;
    height: 49px;
    justify-content: space-between;
    margin-top: 6px;
}

.product-card-hover-actions .product-hover-addtocart {
    border-radius: 0 0 0 25px;
}

.product-card-hover-actions .product-hover-buynow {
    border-radius: 0 0 25px 0;
}

div[id*='section_89UjkJ'] .custom-section-content .group-block {
    border-radius: 30px 0;
    min-height: 270px;
    overflow: hidden;
    padding: 0 45px 0 90px;
}
div[id*='section_89UjkJ'] .custom-section-content .group-block .group-block {
    border-radius: 30px 0;
    min-height: inherit;
    padding: 0 20px 0 20px;
}

div[id*='section_89UjkJ'] .custom-section-content .text-block p {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 55px;
}
div[id*='section_89UjkJ'] .custom-section-content a.button {
    align-items: center;
    background: #fff;
    border-radius: 35px;
    display: flex;
    height: 50px;
    border: 1px solid #000;
    color: var(--color-green);
    font-size: 16px;
    font-weight: 500;
    padding: 0 21px 0px 30px;
}
div[id*='section_89UjkJ'] .custom-section-content a.button:after {
    background: url(button-arrow.svg) no-repeat;
    background-size: 100%;
    content: '';
    display: inline-block;
    height: 14px;
    margin-left: 12px;
    width: 14px;
}
div[id*='section_89UjkJ'] .custom-section-content a.button:hover {
        background: var(--color-green);
        border: 1px solid var(--color-green);
        color: #fff;
}
div[id*='section_89UjkJ'] .custom-section-content a.button:hover:after {
    background: url(button-arrow-white.svg) no-repeat;
    background-size: 100%;
}


/* home Two banner section */

div[id*='section_zRrYdf'] .section.color-scheme-1 {
    background: #ebede2;
    flex: inherit !important;
    min-height: inherit;
    padding-bottom: 50px;
    padding-top: 50px;
}
div[id*='section_zRrYdf'] .section.color-scheme-1  .group-block {
    border-radius: 20px;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05);
    padding: 30px;
}
div[id*='section_zRrYdf'] .text-block>* {
    width: 100%;
    max-inline-size: inherit;
}
div[id*='section_zRrYdf'] .text-block.rte p {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
div[id*='section_zRrYdf'] .text-block.h4 p {
    color: var(--color-green);
    font-size: 20px;
    font-weight: 700;
}
div[id*='section_zRrYdf'] .border-style.custom-section-content {
    position: relative;
}
div[id*='section_zRrYdf'] .border-style.custom-section-content:after {
    content: '';
    background: #96B297;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
div[id*='section_zRrYdf'] .section-content-wrapper.section-content-wrapper {
    min-height: inherit;
}
div[id*=section_zRrYdf] .layout-panel-flex .layout-panel-flex {
    text-align: center;
}
div[id*='section_zRrYdf'] a.button-secondary {
    align-items: center;
    background: #fff;
    border-radius: 35px;
    display: flex;
    height: 50px;
    border-color: var(--color-green);
    color: var(--color-green);
    font-size: 16px;
    font-weight: 600;
    padding: 0 21px 0px 30px;
    text-transform: capitalize;
}
div[id*='section_zRrYdf'] a.button-secondary:after {
    background: url(button-arrow.svg) no-repeat;
    background-size: 100%;
    content: '';
    display: inline-block;
    height: 14px;
    margin-left: 12px;
    width: 14px;
}
div[id*='section_zRrYdf'] a.button-secondary:hover {
        background: var(--color-green);
        border: 1px solid var(--color-green);
        color: #fff;
}
div[id*='section_zRrYdf'] a.button-secondary:hover:after {
    background: url(button-arrow-white.svg) no-repeat;
    background-size: 100%;
}

/*  home Four banner section */
div[id*='section_LdhU8U'] .group-block:has(.group-block) {
    background: rgba(255, 255, 255, 0.07);
    
    border-radius: 15px;
    padding: 20px;
    width: 25%;
}
div[id*='section_LdhU8U'] .group-block .group-block-content {
    gap: 12px;
    height: auto;
}


div[id*='section_LdhU8U'] .icon-block {
    align-items: center;
    background: rgb(255 255 255 / 23%);
    border-radius: 50%;
    justify-content: center;
    width: 80px;
    height: 80px;
}
div[id*='section_LdhU8U'] .text-block.rte p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
div[id*='section_LdhU8U'] .text-block.h4 p {
    color: var(--color-yellow);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

/*  home Who we are start */
div[id*='section_pPRWEB'] .section-content-wrapper {
    gap: 6%;
}
div[id*='section_pPRWEB'] .image-block .image-block__image {
    border-radius: 30px 0 30px 0;
}
div[id*='section_pPRWEB'] .text-block.h3 p {
    color: var(--color-green);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
div[id*='section_pPRWEB'] .text-block.h4 p {
    color: rgba(51, 51, 51, 1);
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}
div[id*='section_pPRWEB'] .text-block.rte p {
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

div[id*='section_pPRWEB'] ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
    max-width: 780px;
    width: 100%;
}
div[id*='section_pPRWEB'] ul li {
    margin: 12px 0;
    padding-left: 25px;
    position: relative;
    width: 50%;
}
div[id*='section_pPRWEB'] ul li:before {
    background: url(tick-icon.svg);
    background-size: 100%;
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 2px;
    left: 0;
}
div[id*='section_pPRWEB'] a.button {
    align-items: center;
    background: var(--color-green);
    border-radius: 35px;
    display: flex;
    height: 50px;
    border: 1px solid var(--color-green);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    padding: 0 21px 0px 30px;
    text-transform: capitalize;
}
div[id*='section_pPRWEB'] .custom-section-content a.button:after {
    background: url(button-arrow-white.svg) no-repeat;
    background-size: 100%;
    content: '';
    display: inline-block;
    height: 14px;
    margin-left: 12px;
    width: 14px;
}
div[id*='section_pPRWEB'] .custom-section-content a.button:hover {
        background: #fff;
        border: 1px solid var(--color-green);
        color: solid var(--color-green);
}
div[id*='section_pPRWEB'] .custom-section-content a.button:hover:after {
    background: url(button-arrow.svg) no-repeat;
    background-size: 100%;
}

/*  home custom services footer start */
div[id*='section_werANM'] {
    background: rgba(235, 237, 226, 1);
}
div[id*='section_werANM'] .text-block.h3 p {
    color: var(--color-green);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
div[id*='section_werANM'] .text-block.rte p {
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
}
div[id*='custom_cards_aGfwbD'] {
    background: rgba(255, 253, 239, 1);
    padding: 40px 0 30px;
}

/*  home Video-section start */
div[id*='custom_cards_aGfwbD'] h2 {
    color: var(--color-green);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}
div[id*='custom_cards_aGfwbD'] h4 {
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
}



/* ------------------------------
   VIDEO CARD
--------------------------------*/

.video-card {
  position: relative;
  overflow: hidden;
  border-radius: 25px 0 25px;
  /* {% comment %} aspect-ratio: 3 / 4; {% endcomment %} */
  background: transparent;
}

/* Video */

.video-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ------------------------------
   OVERLAY CONTENT
--------------------------------*/

.video-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10px;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.5),
    rgba(0,0,0,0)
  );
  color: #fff;
  transition: opacity 0.3s ease;
}

.video-card-title {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.video-card-desc {
  margin-top: 4px;
  font-size: 12px;
  opacity: 0.85;
}

/* Hide text on hover */

.video-card:hover .video-card-overlay {
  opacity: 0;
  pointer-events: none;
}

/* ------------------------------
   BUTTON ON HOVER
--------------------------------*/

.video-card-button {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  pointer-events: none;

  padding: 8px 18px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 13px;

  transition: all 0.3s ease;
}

.video-card:hover .video-card-button {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

/* ------------------------------
   BOTTOM CTA BUTTON
--------------------------------*/

.video-button-wrapper {
  text-align: center;
  margin-top: 20px;
}

.video-button {
  display: inline-block;
  padding: 12px 30px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
}

.video-button:hover {
  background: #222;
}

/* ------------------------------
   SLICK FIXES
--------------------------------*/

.video-cards-grid.slick-slider {
  display: block !important;
}

.video-cards-grid .slick-track {
  display: flex !important;
}

.video-cards-grid .slick-slide {
  height: auto;
}
/* PLAY / PAUSE BUTTON */

.video-toggle-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 5;

  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;

  background: #fff;
  color: #000000;
  font-size: 14px;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 1;
  transition: opacity 0.25s ease;
}

/* Hidden by default */
.video-toggle-btn {
  opacity: 1;
  transition: opacity 0.25s ease;
}

/* Show when paused */
.video-card:not(.is-playing) .video-toggle-btn {
  opacity: 1;
  background: #fff url(play--icon.svg) no-repeat center;
  font-size: 0;
  background-size: 20px;
}

/* Show pause icon on hover when playing */
.video-card.is-playing:hover .video-toggle-btn {
  opacity: 1;
}

/* When playing */
.video-card.is-playing .video-toggle-btn {
  background: #fff url(pause--icon.svg) no-repeat center;
  font-size: 0;
  background-size: 20px;
  color: rgba(0,0,0,0.85);
}

section[id*='featured_blog_posts_MwJjEW'] {
    margin-bottom: 60px;
}
.featured-blog-posts .featured-blog-posts-card__content {
    position: static;
}

.featured-blog-posts {
    background: rgba(255, 253, 239, 1);
}

.featured-blog-posts .section-resource-list {
    padding-bottom: 50px; 
    padding-top: 50px; 
}

.featured-blog-posts .section-inside {
    display: flex; 
    gap: 40px;
}

.featured-blog-posts .featured-blog-posts-our-blogs {
    background: rgba(235, 237, 226, 1) url(footer-bg-left.png) no-repeat bottom right;
    border-radius: 30px 0 30px 0;
    display: grid;
    gap: 0px;
    padding: 30px;
    width: 50%;
}
.featured-blog-posts .featured-blog-posts-recipe {
    background: rgba(235, 237, 226, 1) url(footer-bg-right.png) no-repeat bottom right;
    border-radius: 30px 0 30px 0;
    display: grid;
    gap: 0px;
    padding: 30px;
    width: 50%;
}

.featured-blog-posts .featured-blog-posts-recipe .featured-blog-posts__header h2,
.featured-blog-posts .featured-blog-posts-our-blogs .featured-blog-posts__header h2 {
    align-items: center;
    color: var(--color-green);
    display: flex;
    font-size: 24px;
    font-weight: bold;
    justify-content: center;
    margin-bottom: 16px;
    text-align: center;
    width: 100%;
}
.featured-blog-posts .featured-blog-posts-recipe .featured-blog-posts__header .section-subheading,
.featured-blog-posts .featured-blog-posts-our-blogs .featured-blog-posts__header .section-subheading {
    color: #000;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}

.featured-blog-posts .resource-list--grid {
    gap: 30px;
    grid-template-columns: none;
}

.featured-blog-posts .featured-blog-posts-card__inner {
    align-items: flex-start;
    display: flex;
    flex-direction: inherit;
    gap: 3%;
}

.featured-blog-posts .featured-blog-posts-card__inner .resource-image {
    border-radius: 20px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    width: 211px;
}
.featured-blog-posts .featured-blog-posts-card__content h4 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 150%;
}
.featured-blog-posts .featured-blog-posts-card__content .shopify-block {
    color:#333333;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
}
.featured-blog-posts .featured-blog-posts-card__content  .featured-blog-posts-card__learn-more {
    margin-top: 14px;
}
.featured-blog-posts .featured-blog-posts-card__content  .featured-blog-posts-card__learn-more a {
    background: transparent;
    border: 0;
    color: #333333; 
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    position: relative;
}
.featured-blog-posts .featured-blog-posts-card__content  .featured-blog-posts-card__learn-more a:after {
    background: #333333;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.featured-blog-posts .featured-blog-posts-card__content div[id*='blog-post-info-text'] {
    background: #fff;
    border-radius: 4px;
    bottom: 14px;
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
    height: 48px;
    justify-content: center;
    position: absolute;
    left: 25px;
    width: 45px;
}
.featured-blog-posts .featured-blog-posts-card__content div[id*='blog-post-info-text'] .blog-post-details {
    padding-top: 0;
}
.featured-blog-posts .featured-blog-posts-card__content div[id*='blog-post-info-text'] .date-day {
    color: #333333;
    display: block;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
}
.featured-blog-posts .featured-blog-posts-card__content div[id*='blog-post-info-text'] .date-month {
    color: rgba(128, 128, 128, 1);
    display: block;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
}
.featured-blog-posts .featured-blog-posts__view-all {
    display: flex;
    justify-content: right;
}
.featured-blog-posts .featured-blog-posts__view-all a.button {
    align-items: center;
    background: #fff;
    border-radius: 35px;
    display: flex;
    height: 50px;
    border-color: var(--color-green);
    color: var(--color-green);
    font-size: 16px;
    font-weight: 600;
    padding: 0 21px 0px 30px;
    text-transform: capitalize;
    &:after {
        background: url(button-arrow.svg) no-repeat;
        background-size: 100%;
        content: '';
        display: inline-block;
        height: 14px;
        margin-left: 12px;
        width: 14px;
    }
    &:hover {
        background: var(--color-green);
        color: #fff;
        &:after {
            background: url(button-arrow-white.svg) no-repeat;
            background-size: 100%;
        }
    }
}

/* ============================
   MUTE BUTTON
============================ */

.video-mute-btn{
  position:absolute;
  bottom:10px;
  left:10px;
  z-index:5;

  width: 40px;
  height: 40px;
  border-radius:50%;
  border:none;
  background:rgba(0,0,0,0.7);
  cursor:pointer;

  display:flex;
  align-items:center;
  justify-content:center;
}

.video-mute-btn svg{
  width:18px;
  height:18px;
  fill:white;
}

/* Hide both */
.video-mute-btn .icon-muted,
.video-mute-btn .icon-unmuted{
  display:none;
}

/* Default muted */
.video-mute-btn:not(.is-unmuted) .icon-muted{
  display:block;
}

/* Unmuted */
.video-mute-btn.is-unmuted .icon-muted{
  display:none;
}
.video-mute-btn.is-unmuted .icon-unmuted{
  display:block;
}

body #insta-feed {
    padding: 40px 0;
}

#insta-feed .instafeed-new-layout-item{
    border-radius: 20px 0 20px !important;
    overflow: hidden;
}

/* Video-section End */

[data-template="page.terms-and-conditions"]

[data-template="page.about-us"] .text-block>* {
    max-width: inherit;
}
[data-template="page.about-us"] rte-formatter.text-block.rte>* {
    max-width: inherit;
    align-items: flex-start;
    text-align: left;
}
[data-template="page.about-us"] rte-formatter.text-block.rte p {
    font-size: 16px;
    text-align: left;
}
[data-template="page.about-us"] .text-block.h3 h2 {
    font-size: 25px;
    margin-bottom: 15px;
    text-align: center;
}

[data-template="page.about-us"] .text-block ul {
    display: grid;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
    max-width: 780px;
    /* width: 100%; */
}
[data-template="page.about-us"] .text-block ul li {
    margin: 8px 0;
    padding-left: 25px;
    position: relative;
    width: 100%;
}
[data-template="page.about-us"] .text-block ul li:has(strong):before {
    display: none;
}
[data-template="page.about-us"] .text-block  ul li:before {
    background: url(tick-icon.svg);
    background-size: 100%;
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 2px;
    left: 0;
}

[data-template="page.about-us"] [id*='section_FeE3dN'] .section-content-wrapper.section-content-wrapper {
    padding-bottom: 0;
    margin-bottom: 30px;
    min-height: inherit;
    padding-top: 25px;
}
[data-template="page.about-us"] [id*='section_FeE3dN'] rte-formatter.text-block.rte h2 {
    font-size: 25px;
    color: #fff;
}
[data-template="page.about-us"] [id*='section_ftVAJU'] .section-content-wrapper.section-content-wrapper {
    min-height: inherit;
}
[data-template="page.about-us"] [id*='section_pXpkPD'] .layout-panel-flex--column {
    padding-bottom: 0;
}
[data-template="page.about-us"] [id*='section_pXpkPD'] .section-content-wrapper.section-content-wrapper {
    min-height: inherit;
}
[data-template="page.about-us"] [id*='section_pXpkPD'] rte-formatter.text-block.rte h2 {
    text-align: center;
}
[data-template="page.about-us"] rte-formatter.text-block.rte h2 {
    font-size: 25px;
}
[data-template="page.about-us"] [id*='section_YM6wH4'] {
    background: #f9fbf9;
}
[data-template="page.about-us"] [id*='section_YM6wH4'] rte-formatter.text-block.rte p {
    max-width: 1000px;
}
[data-template="page.about-us"] [id*='main'] .section-content-wrapper.section-content-wrapper {
    padding-bottom: 20px;
    align-items: anchor-center;
}
[data-template="page.about-us"] [id*='main'] ~ .section-content-wrapper.section-content-wrapper {
    padding-top: 0px;
    min-height: inherit;
    width: 100%;
    height: inherit;
}

[data-template="page.about-us"]  .shopify-section:not(.header-section) :is(.section,.cart__summary-container) {
    min-height: inherit;
}


[data-template="page.contact"] {
    padding-bottom: 5%0px;
}
[data-template="page.contact"] .contact-map-section {
    padding: 10px;
    margin-top: 40px;
}
[id*='track-form'] h2 {
    font-size: 28px;
    margin-top: 4px;
}

.blog-post-item:has(.blog-post-card__image-container) {
    background: #f9fbf9;
}
.blog-post-item .blog-post-card__content {
    width: 100%;
    padding: 10px 25px 25px;
}
.blog-post-item .text-block:not(.text-block--full-width):is(.h1,.h2,.h3,.h4,.h5,.h6) {
    line-height: 28px;
    text-wrap: inherit;
}

.blog-post-item .blog-post-card__content a {
    text-wrap: inherit;
    display: inline-flex;
}

.blog-post-item .blog-post-card__content rte-formatter a {
    color: var(--color-green);
    font-weight: bold;
}
.blog-post-item .blog-post-card__content rte-formatter a:hover {
    color: #000;
}

[data-template="page.know-your-farmer"] nav.breadcrumbs {
    margin-bottom: 22px;
}
.track-popup{
    background:rgba(0,0,0,0.5);
    display:none;
    height:100%;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:9999;
}

.track-popup-content {
    background: #fff;
    border-radius: 12px;
    min-height: 520px;
    max-height: 520px;
    margin: 0 auto;
    max-width: 400px;
    padding: 30px;
    position: absolute;
    left: 50%;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.track-popup input{
    border:1px solid #ccc;
    border-radius:20px;
    font-size: 14px;
    margin-bottom:10px;
    padding:10px;
    width:100%;
}

#track-submit{
    background:#0f3d2e;
    border:none;
    border-radius:25px;
    color:white;
    cursor:pointer;
    font-size: 16px;
    padding:13px 20px;
    width: 170px;
}
img.track-popup-image {
    margin-top: 20px;
}
.close-popup{
    float:right;
    font-size:30px;
    cursor:pointer;
    margin-top: -12px;
}

.kyf-wrapper {
    background:#efe7d5 url('form-track-bg.png') no-repeat left bottom;
    padding:40px;
}
.kyf-wrapper .kyf-left {
    position: relative;
}
.kyf-wrapper .kyf-left .kyf-header {
    font-size: 19px;
    margin: auto;
    right: 0;
    color: #1D2D2A;
    width: 100%;
}
.kyf-wrapper .kyf-left .kyf-header [id*='kyf-batch'] {
    display: block;
    font-size: 19px;
    margin-bottom: 0px !important;
    padding-bottom: 25px;
    word-break: break-all;
}
.kyf-wrapper .kyf-left .kyf-header [id*='kyf-product'] {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    display: block;
}
.kyf-wrapper .kyf-left [id*='kyf-description'] {0
    margin-left: 0px;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;0
    width: 100%;
}

.kyf-grid {
    align-items:flex-start;
    display:grid;
    gap:40px;
    grid-template-columns:45% 52%;
}

#kyf-map{
    border-radius:10px;
    height:520px;
    width:100%;
}

.kyf-header p {
    color:#315a4c;
    font-size:14px;
    font-weight:600;
}

.kyf-header h2 {
    margin:5px 0 20px;
}

.kyf-farmer-section {
    align-items:flex-start;
    display:flex;
    gap:25px;
    margin-bottom:10px;
}

.kyf-farmer-left {
    position:relative;
}

.kyf-farmer-img {
    border-radius:25px 0 25px 0;
    width: 260px;
}

.kyf-stamp {
    position:absolute;
    right: -22px;
    top: -22px;
    width: 100px;
}

.kyf-farmer-right h3 {
    margin:0 0 10px;
}

#kyf-farmers-list {
    margin:0;
    padding-left:18px;
}

#kyf-farmers-list li {
    font-size:15px;
    margin-bottom:8px;
}

#kyf-farmers-list span {
    color:#444;
    display:block;
    font-size:14px;
}

#kyf-farmer-desc {
    font-size: 18px;
    font-weight:600;
    margin:10px 0;
}

.kyf-report-btn {
    background:#123b2c;
    border-radius:20px;
    color:white;
    display:inline-block;
    font-size:14px;
    margin:15px 0;
    padding:10px 20px;
    text-decoration:none;
}

.kyf-resilience-title {
    background: #123b2c;
    border-radius: 25px 0 25px 0;
    color: white;
    font-weight: 600;
    margin: 20px 0;
    padding: 20px 15px;
}

.kyf-resilience-item {
    align-items: center;
    display:flex;
    gap:12px;
    margin-bottom:15px;
}

.kyf-resilience-item img {
    width:80px;
}

[id*='section_4iaTXM'] .icon-block {
    align-items: center;
    background: rgb(255 255 255 / 23%);
    border-radius: 50%;
    justify-content: center;
    width: 80px;
    height: 80px;
}

div[id*='section_4iaTXM'] .group-block:has(.group-block) {
    background: rgba(255, 255, 255, 0.07);
    border-radius: 15px;
    padding: 20px;
    width: 25%;
}
[id*='section_4iaTXM'] .text-block.h3 h3 {
    color: #e8ba3a;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
[data-template="page.about-us"] [id*='section_4iaTXM'] .layout-panel-flex--row {
    padding-top: 36px;
}
[data-template="page.about-us"] [id*='custom_slideshow_LWQ3MY'] .slide-arrow {
    display: none;
}
[data-template="page.about-us"] [id*='section_4iaTXM'] .text-block:has(h2) {
    width: 100%;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-bottom: 23px;
    color: #fff;
}
[data-template="page.about-us"] [id*='section_4iaTXM'] rte-formatter.text-block.rte p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
}


[id*='section_AhcQi3'] .image-block img,
[id*='section_3BKChC'] .image-block img,
[id*='section_x9VFeA'] .image-block img,
[id*='section_GV4idp'] .image-block img,
[id*='section_6HEya9'] .image-block img {
    border-radius: 25px 0;
}
[id*='section_4iaTXM'] .group-block__media-wrapper {display: none;}
[id*='section_4iaTXM'] .layout-panel-flex--row > .group-block--width-fill {
    height: 100%;
    width: 100%;
    background: rgb(249 249 249);
    border-radius: 30px 0 30px 0;
    display: grid;
    gap: 20px;
    padding: 30px 10px;
}
[id*='section_4iaTXM'] .group-block--width-fill .icon-block {
    display: flex;
    justify-content: center;
}
[id*='section_x9VFeA'],
[id*='section_AhcQi3'] {
    background: rgba(255, 253, 239, 1);
}
[id*='section_GV4idp'] {
    background: #ebede2;
}
@media screen and (min-width: 990px) {
    .kyf-wrapper .kyf-left .kyf-header {
        right: 0;
        position: absolute;
        top: 66px;
        width: 48%;
    }

    .kyf-wrapper .kyf-left [id*='kyf-description'] {
        top: 410px;
        position: absolute;
        right: 0;
        width: 48%;
    }
    
    [id*='section_x9VFeA'] .image-block {
        order: 1;
    }
    [id*='section_x9VFeA'] .group-block {
        order: 2;
    }


    [id*='section_3BKChC'] .group-block-content,
    [id*='section_x9VFeA'] .layout-panel-flex--row,
    [id*='section_GV4idp'] .group-block-content,
    [id*='section_6HEya9'] .group-block-content {
        align-items: center;
        display: flex;
        gap: 50px;
        flex-direction: inherit;

    }
    [id*='section_AhcQi3'] .group-block-content {
        display: flex;
        gap: 30px;
        flex-direction: inherit;
    }
    [id*='section_6HEya9'] .group-block-content {
        padding-left: 50px;
    }
    [id*='section_AhcQi3'] .image-block,
    [id*='section_3BKChC'] .image-block,
    [id*='section_x9VFeA'] .image-block,
    [id*='section_GV4idp'] .group-block-content .image-block,
    [id*='section_6HEya9'] .group-block-content .image-block {
        width: 50%;
    }

    [id*='section_AhcQi3'] .group-block-content .text-block.rte,
    [id*='section_3BKChC'] .group-block-content .text-block.rte,
    [id*='section_x9VFeA'] .group-block,
    [id*='section_GV4idp'] .group-block-content .text-block.rte,
    [id*='section_6HEya9'] .group-block-content .text-block.rte {
        width: 50%;
        flex-basis: 50%;
    }
    [id*='section_AhcQi3'] .image-block,
    [id*='section_6HEya9'] .group-block-content .image-block {
        order: 2;
    }

    [id*='section_AhcQi3'] .group-block-content .text-block.rte {
        justify-content: center;
        align-items: center;
        /* width: 53%;
        flex-basis: 53%;
        max-width: 655px; */
    }
    [id*='section_AhcQi3'] .group-block-content .text-block.rte ~ .text-block.rte  {
        width: 35%;
        flex-basis: 35%;
        max-width: 336px;
    }

    [data-template="page.about-us"] nav.breadcrumbs {
        margin-top: 22px;
        margin-bottom: 22px;
    }

    [data-template="page.about-us"] #slideshow-template--18796558844022__custom_slideshow_LWQ3MY .slideshow-wrapper {
        aspect-ratio: inherit;
        margin-bottom: 30px;
    }
    .featured-blog-posts .featured-blog-posts-our-blogs,
    .featured-blog-posts .featured-blog-posts-recipe {
        display: block;
    }
    .featured-blog-posts .featured-blog-posts-card__content h4 .text-block {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        height: 25px;
    }

    /* [data-template="page.about-us"] [id*='section_4iaTXM'] .layout-panel-flex--row {
        flex-wrap: wrap !important;
    } */
}
@media screen and (max-width: 989px) {
    .kyf-wrapper {
        padding: 20px;
    }
    .kyf-wrapper .kyf-left .kyf-header [id*='kyf-batch'] {
        font-size: 15px;
        padding-bottom: 0px;
    }
    .kyf-wrapper .kyf-left .kyf-header [id*='kyf-product'] {
        margin-bottom: 8px;
    }
    .kyf-wrapper .kyf-left [id*='kyf-description'] {
        font-size: 15px;
        width: 100%;
        margin: 0;
        line-height: normal;
    }
    .kyf-left svg {
        height: auto;
    }
    .kyf-grid {
        grid-template-columns:1fr;
    }
    [data-template="page.about-us"] nav.breadcrumbs {
        margin-top: 18px;
        margin-bottom: 18px;
    }
    [data-template="page.about-us"] [id*='section_4iaTXM'] .layout-panel-flex--row {
        padding-top: 20px;
        padding-bottom: 20px !important;
    }
    [data-template="page.about-us"] [id*='section_4iaTXM'] .layout-panel-flex,
    div[id*='section_LdhU8U'] .layout-panel-flex {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    [data-template="page.about-us"] [id*='section_4iaTXM'] .group-block:has(.group-block),
    div[id*='section_LdhU8U'] .group-block:has(.group-block) {
        box-sizing: border-box;
        height: 100%;
        min-width: 42%;
        width: 42%;
    }

    [id*='section_AhcQi3'] .image-block,
    [id*='section_3BKChC'] .image-block,
    [id*='section_x9VFeA'] .image-block,
    [id*='section_GV4idp'] .image-block,
    [id*='section_6HEya9'] .image-block {
        margin-bottom: 12px;
    }

    div[id*='section_pPRWEB'] .layout-panel-flex {
        display: flex;
        flex-wrap: wrap !important;
        gap: var(--gap);
        height: auto;
    }
    div[id*='section_89UjkJ'] .custom-section-content .group-block-content {
        flex-direction: column;
        padding: 30px 0;
    }
    div[id*='section_89UjkJ'] .custom-section-content .group-block .icon-block__media {
        display: none'
    }
    div[id*='section_89UjkJ'] .custom-section-content .group-block {
        padding: 20px;
    }
    div[id*='section_89UjkJ'] .custom-section-content .group-block .group-block {
        border-radius: 0;
        padding: 0;
        text-align: center;
    }
    div[id*='section_89UjkJ'] .custom-section-content .text-block p {
        text-align: center;
    }

    .video-cards-grid {
        display: flex;
        grid-template-columns: inherit;
        overflow-x: scroll;
    }
    .video-cards-grid  .video-card {
        min-width: 60%;
    }

    .featured-blog-posts .section-inside {
        gap: 40px;
        flex-wrap: wrap;
    }
    .featured-blog-posts .featured-blog-posts-recipe,
    .featured-blog-posts .featured-blog-posts-our-blogs {
        box-sizing: border-box;
        width: 100%;
    }
    .featured-blog-posts .featured-blog-posts-card__content {
        position: relative;
    }
    .featured-blog-posts .resource-list__carousel slideshow-slides {
        flex-direction: column;
        gap: 35px;
    }
    .featured-blog-posts .resource-list__carousel .resource-list__slide {
        width: 100%;
    }
    .featured-blog-posts .featured-blog-posts-card__inner {
        flex-wrap: wrap;
        gap: 25px;
    }
    .featured-blog-posts .featured-blog-posts-card__inner .resource-image {
        width: 100%;
    }
    .featured-blog-posts .featured-blog-posts__view-all a.button {
        height: 49px;
        font-size: 14px;
    }
    .featured-blog-posts .featured-blog-posts-card__content div[id*='blog-post-info-text'] {
        bottom: auto;
        left: 18px;
        top: -90px;
        z-index: 10;
    }

    div[id*='section_zRrYdf'] .custom-section-background {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    div[id*='section_89UjkJ'] .custom-section-content .text-block p {
        font-size: 28px;
        line-height: 40px;
    }
    div[id*='section_89UjkJ'] .custom-section-content .group-block {
        padding: 0 30px 0 30px;
    }

    div[id*='section_zRrYdf'] .section.color-scheme-1 .group-block {
        width: 47%;
    }
    div[id*='product_list_ERXJYn'] .resource-list.resource-list__carousel {
        padding: 0 15px;
    }
}
@media (min-width: 768px) {
    .footer-utilities__group-copyright {
        padding-left: 12%;
    }
    [data-template="page.about-us"] [id*='section_x9VFeA'] .group-block-content {
        padding-right: 10%;
    }
    [data-template="page.contact"] .section-content-wrapper.section-content-wrapper:has(.contact-form) {
        flex-direction: inherit;
        padding-bottom: 30px;
        padding-top: 30px;
    }
    [data-template="page.contact"] .section-content-wrapper.section-content-wrapper:has(.contact-form):after {
        content: '';
        border-right: 1px solid #ccc;
        position: absolute;
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }
    [data-template="page.contact"] .contact-form.spacing-style.size-style {
        box-sizing: border-box;
        padding-left: 30px;
        width: 50%;
    }
    [data-template="page.contact"] rte-formatter.spacing-style.text-block:has(~.contact-form) {
        box-sizing: border-box;
        padding-right: 30px;
        width: 50%;
    }
    
    [id*='custom_liquid_9VwtyA'] img.mobile {
        display: none;
    }
}
@media (max-width: 767px) {
    [id*='custom_liquid_9VwtyA'] img.desktop {
        display: none;
    }
}
@media (min-width: 750px) {
    div[id*='section_zRrYdf'] .layout-panel-flex {
        column-gap: 5%;
    }
    div[id*='section_zRrYdf'] .layout-panel-flex  .layout-panel-flex {
        gap: 20px;
    }
    .blog-posts-container .blog-post-item,
    .blog-posts-container .blog-post-item:nth-child(2n){
        grid-column: span 3;
    }
    .blog-posts-container .blog-post-item:first-child .blog-post-card {
        align-items: center;
        column-gap: 36px;
    }
    .blog-posts-container .blog-post-item:first-child .blog-post-card__image-container {
        width: 50%;
    }
    .blog-posts-container .blog-post-item:first-child:has(.blog-post-card__image-container) .blog-post-card__content {
        padding-left: 0;
        width: 50%;
    }
    .blog-posts-container .blog-post-item:first-child {
        grid-column: span 6;
    }
}
@media (min-width: 1092px) {
    .featured-blog-posts .featured-blog-posts-card__inner {
        padding: 10px;
    }
}
@media screen and (min-width: 1300px) {
    .shopify-section.ui-test-product-list {
        padding: 0 80px;
    }

    .resource-list__carousel slideshow-arrows {
        left: -50px;
        right: -50px;
    }
}

@media (max-width: 750px) {
    .jm-stack.jm-review-widget.jm-review-widget--minimal-header {
        padding-top: 0;
    }
    [data-template="page.know-your-farmer"] nav.breadcrumbs {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    [id*='track-form'] h2 {
        font-size: 24px;
    }
    .track-popup-content {
        min-height: 480px;
        max-height: 480px;
        padding: 20px;
    }
    .kyf-farmer-section {
        flex-direction:column;
    }
    .kyf-farmer-right h3 {
        font-size: 25px;
    }
    #kyf-farmer-desc {
        font-size: 16px;
    }

    .kyf-farmer-left {
        position: relative;
        width: 100%;
    }
    .kyf-farmer-img {
        max-width: inherit;
        width: 100%;
    }

    [data-template="page.about-us"] {
        padding-bottom: 40px;
    }
    [data-template="page.about-us"] .text-block.h2> h1, 
    [data-template="page.contact"] .text-block.h2> h1 {
        font-size: 35px;
    }
    [data-template="page.contact"] .text-block.h3> h3 {
        font-size: 25px;
    }
    [data-template="page.about-us"] .text-block ul li {
        width: 100%;
    }
    [data-template="page.about-us"] h2,
    [data-template="page.about-us"] .text-block.h3> h2 {
        font-size: 25px;
    }
    [data-template="page.contact"] .contact-form.spacing-style.size-style {
        width: 100%;
    }
    [data-template="page.about-us"] .section-content-wrapper.section-content-wrapper {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    [data-template="page.about-us"] [id*='_main'] {
        display: none;
    }
    .product-card .product-hover-addtocart:before,
    .product-card .product-hover-buynow:before {
        display: none;
    }
    div[id*='section_pPRWEB'] .text-block.h3 p {
        font-size: 24px;
    }
    div[id*='section_pPRWEB'] .text-block.h4 p {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .video-cards-grid  .video-card {
        min-width: 80%;
    }
    div[id*='section_pPRWEB'] .text-block.rte p {
        font-size: 16px;
    }
    div[id*='section_89UjkJ'] .custom-section-content a.button {
        margin: auto;
    }
    div[id*='section_89UjkJ'] .custom-section-content .icon-block {
        margin: auto;
        width: 74px;
    }

    div[id*='section_89UjkJ'] .custom-section-content .group-block-content {
        padding:0;
    }

    div[id*='section_89UjkJ'] .custom-section-content .group-block {
        padding: 20px;
    }
    div[id*='section_89UjkJ'] .custom-section-content .group-block {
        min-height: 220px;
    }
    div[id*='section_zRrYdf'] .border-style.custom-section-content:after {
        display: none;
    }
    div[id*='section_zRrYdf'] .section-content-wrapper.section-content-wrapper {
        column-gap: 25px;
        flex-flow: inherit;
        justify-content: flex-start;
        min-height: inherit;
        overflow-x: scroll;
    }
    div[id*='section_zRrYdf'] .section.color-scheme-1 .group-block {
        min-width: 77%;
    }
    [data-template="page.about-us"] [id*='section_4iaTXM'] .group-block:has(.group-block),
    div[id*='section_LdhU8U'] .group-block:has(.group-block) {
        box-sizing: border-box;
        min-width: 72%;
        width: 72%;
    }
    
    div[id*='section_89UjkJ'] .custom-section-content .text-block p {
        font-size: 18px;
        line-height: 30px;
    }
    div[id*='section_89UjkJ'] .custom-section-content a.button,
    div[id*='section_zRrYdf'] a.button-secondary,
    div[id*='section_pPRWEB'] a.button {
        height: 49px;
        font-size: 14px;
    }
    
    .product-card .product-card-hover-actions {
        height: 40px;
    }
    .product-card .product-hover-addtocart, .product-card .product-hover-buynow {
        opacity: 1;
        visibility: visible;
    }
    .product-card .product-hover-addtocart, .product-card .product-hover-buynow {
        font-size: 12px;
        height: 38px;
        width: 50%;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1250px) {
    .slide:has(video.desktop-only) {
        height: auto;
        padding: 19.8% 0;
    }
    .slide video.desktop-only {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
    }
}

@media (min-width: 992px) {
    .featured-blog-posts .featured-blog-posts-card__inner .resource-image {
        width: 150px;
        max-width: 150px;
    }
    .featured-blog-posts .featured-blog-posts-card__content {
        width: calc(100% - 190px);
    }
    .featured-blog-posts .featured-blog-posts-card__content div[id*='blog-post-info-text'] {
        left: 15px;
        top: 90px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px){
    #kyf-farmer-desc {
        font-size: 16px;
    }
}
@media (min-width: 1300px) {
    .featured-blog-posts .featured-blog-posts-card__content div[id*='blog-post-info-text'] {
        left: 25px;
    }
    #slideshow-template--18796558778486__custom_slideshow_zVAVBm video.desktop-only {
        height: calc(100vh - 130px);
    }
}
@media (min-width: 1400px) {
    .featured-blog-posts .featured-blog-posts-card__inner .resource-image {
        width: 211px;
        max-width: 211px;
    }
    .featured-blog-posts .featured-blog-posts-card__content {
        width: calc(100% - 250px);
    }
    .featured-blog-posts .featured-blog-posts-card__content .shopify-block {
        font-size: 16px;
    }
    .featured-blog-posts .featured-blog-posts-card__content div[id*='blog-post-info-text'] {
        top: 160px;
    }
    div[id*='section_pPRWEB'] .text-block.rte p {
        font-size: 18px;
    }
}
/* .resource-list__item:has(a[href="/collections/all-products"]) {
  display: none;
} */