/** Shopify CDN: Minification failed

Line 134:0 Unexpected "}"
Line 851:14 Expected identifier but found whitespace
Line 852:6 Unexpected "{"
Line 853:13 Expected ":"
Line 859:12 Expected identifier but found whitespace
Line 860:6 Unexpected "{"
Line 861:13 Expected ":"
Line 865:4 Expected ":"
Line 867:8 Expected identifier but found whitespace
Line 868:6 Unexpected "{"
... and 1 more hidden warnings

**/
.product-ingredients h6 {
  margin-bottom: 5px;
}

body,
html {
  font-family: "FigTree", sans-serif;
}

.home-page .rating-count {
  display: none;
}

.menu-list:not(:has(.menu-list__list-item:hover)) .menu-list__link--active{
  color: #12422A!important;
}

.rating-color--primary {
  --star-fill-color: #ffc107 !important;
}

.quick-add__button {
  display: none !important;
}

/* Product Detail Page */
.product-recommendations .product-form-buttons .product-form__wishlist-wrapper {
  display: none;
}

.product-recommendations .product-form-buttons .add-to-cart-button {
  background: #12422A !important;
  color: #fff;
}

.product-recommendations .product-form-buttons .add-to-cart-button .add-to-cart-icon {
  display: none;
}

.product-recommendations product-price .price {
  font-family: Figtree;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
}

.product-recommendations .section-resource-list__content {
  align-items: center !important;
}


.product-information {
  max-width: 1300px;
  margin: 0 auto !important;
}

.product-information__media {
  min-width: calc(100% - 50%) !important;
}

.product-information__grid {
  display: flex !important;
}

.sticky-add-to-cart__title {
  font-family: "Figtree", sans-serif !important;
}

.variant-picker__form legend {
  font-family: "figtree", sans-serif !important;
  font-size: 16px;
}

.variant-option__button-label .variant-option__button-label__text {
  font-size: 16px;
}

.variant-option__button-label {
  min-height: auto !important;
  padding: .2rem !important;
}

.add-to-cart-icon {
  display: none !important;
}

.add-to-cart-button,
.quantity-selector {
  height: 45px !important;
}

.product-form__wishlist-wrapper {
  margin-left: 0 !important;
}

.product-form__wishlist-wrapper .wishlist-button {
  width: 45px !important;
  height: 45px !important;
}


/* Responsive: switch to column on smaller screens */
@media (max-width: 768px) {
  .product-information__grid {
    flex-direction: column !important;
    align-items: center;
    /* optional: center items */
    padding: 0 20px;
  }

  .product-information__media {
    min-width: 100% !important;
    /* full width on mobile */
  }
}



}

.pdproduct-benefits {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-family: "Figtree", sans-serif;
}

.benefit-badge {
  padding: 2px 8px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 500;
  color: #1f1f1f;
  background: var(--benefit-color);
}

.first-discount-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f8eaea;
  padding: 6px 16px;
  border-radius: 10px;
  flex-wrap: wrap;
  font-family: "Figtree", sans-serif;
}

.discount-icon {
  display: flex;
  align-items: center;
  color: #d22;
}

.discount-text {
  font-size: 14px;
}

.discount-code {
  padding: 4px 10px;
  border: 1px dashed #d22;
  border-radius: 6px;
  font-size: 13px;
  color: #F52020;
}


.product-extra-links {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
}

.product-question-link,
.product-share-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  background: none;
  border: none;
  padding: 0;
  color: #333;
  cursor: pointer;
  text-decoration: none;
}

.product-share-btn:hover,
.product-question-link:hover {
  opacity: 0.7;
}


.safe-checkout {
  display: flex;
  gap: 20px;
}

.safe-title {
  font-size: 14px;
  font-weight: 600;
}

.safe-icons {
  display: flex;
  flex-wrap: nowrap;
  max-width: 52px;
}

.safe-icons img {
  height: auto;
  object-fit: contain;
}


.product-net-weight {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  color: #444;
  font-family: "Figtree", sans-serif;
}

#variant-weight {
  padding: 10px;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
}

fieldset {
  display: flex !important;
  align-items: center;
  gap: 12px;
}

fieldset>legend {
  float: left;
  /* important */
  width: auto;
  /* remove default full width */
  margin-right: 16px;
}

.variant-option--buttons legend {
  padding: 0;
  margin-block-end: 0 !important;
}

.variant-option__button-label__pill {
  background: #ffffff !important;
}

.variant-option__button-label {
  border-radius: 8px !important;
}

.variant-option__button-label:has(:checked) {
  color: #0D3F27 !important;
}

.variant-option__button-label:has(input:not(:checked)) {
  color: #444 !important;
}

/* Rating */

.star-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 14px;
}

.stars {
  --star-size: 20px;
  --star-color: #ddd;
  --star-background: #f5a623;

  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
  letter-spacing: 3px;
  position: relative;
  display: inline-block;
  margin: 5px 0;
}

.stars::before {
  content: "★★★★★";
  color: var(--star-color);
}

.stars::after {
  content: "★★★★★";
  color: var(--star-background);
  position: absolute;
  left: 0;
  top: 0;
  width: calc(var(--rating) / 5 * 100%);
  overflow: hidden;
}

/* Product Tabs */

.product-tabs-wrapper {
  display: flex;
  gap: 40px;
}

.product-tabs-menu {
  width: 220px;
  display: flex;
  flex-direction: column;
}

.product-tabs-content #description img {
  border-radius: 8px;
}

.tab-link {
  background: none;
  border: none;
  text-align: left;
  padding: 10px 0;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  justify-content: left;
  align-items: center;
  color: #666;
}

.tab-link.active {
  font-weight: 600;
  color: #12422A;
}

.tab-arrow {
  opacity: 0;
  transition: 0.2s ease;
}

.tab-link.active .tab-arrow {
  opacity: 1;
  padding-left: 30px;
}

.product-tabs-content {
  flex: 1;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.additional-info-list {
  list-style: none;
  padding: 0;
}

.pdpdesc {
  font-family: Figtree;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 32px;
}

.additional-info-list li {
  margin-bottom: 8px;
}

/* additional-info-list */

.additional-info-table {
  width: 100%;
  margin-top: 20px;
}

.info-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  border-radius: 6px;
  overflow: hidden;
}

/* Zebra Striping */
.additional-info-table .info-row:nth-child(odd) {
  background: #F0EADA;
}

.additional-info-table .info-row:nth-child(even) {
  background: #fff;
  /* slightly darker */
}

.info-label {
  padding: 12px 16px;
  font-weight: 500;
}

.info-value {
  padding: 12px 16px;
}

@media (max-width: 768px) {
  .info-row {
    grid-template-columns: 1fr;
  }
}

.product-faq-wrapper {
  margin-top: 20px;
}

.faq-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.faq-item {
  border: 1px solid #CBCBCB;
  border-radius: 8px;
  margin-bottom: 6px;
  overflow: hidden;
  background: #fff;
}

.faq-item.active {
  border: 1px solid #12422A;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
}

.faq-number {
  font-weight: 600;
}

.faq-icon {
  margin-left: auto;
  transition: 0.3s ease;
  flex-shrink: 0;
  width: 12px;
  height: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(0deg);
}

.faq-answer {
  display: none;
  font-size: 16px;
  padding: 0 16px 16px 40px;
  color: #343434;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

/* ===== Product Ingredients Section ===== */

.pdproduct-ingredients {
  margin: 20px 0;
}

.pdproduct-ingredients h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
}

/* Grid Layout - 4 per row */
.pdingredients-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* Card */
.pdingredient-card {
  border: 1px solid #CBCBCB;
  border-radius: 16px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: all 0.3s ease;
  background: #fff;
}

.pdingredient-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

/* Image */
.pdingredient-card img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

/* Content */
.pdingredient-content {
  flex: 1;
}

.pdingredient-content h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.pdingredient-content p {
  margin: 0;
  color: #666;
  line-height: 1.5;
}

.product-tabs-content #description ul {
  list-style: none;
}

.product-tabs-content #description ul li {
  position: relative;
  padding-left: 24px;
  list-style: none;
}

.product-tabs-content #description ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background-image: url("/cdn/shop/files/check-svg.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.product-tabs-content #description ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.product-tabs-content #description p {
  margin: 0;
}

.product-tabs-content #description p strong {
  font-weight: 600;
  font-family: "FigTree", sans-serif;
  font-size: 20px;
}

.product-detail-tabs-section .page-width {
  max-width: 1140px;
  margin: auto;
  padding: 0 2px;
}

.desctitle {
    font-family: Figtree;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.pdingredient-title{
  font-family: Figtree;
  font-weight: 500;
  font-size: 20px;
}
.pdingredient-desc{
  font-family: Figtree;
  font-weight: 500;
  font-size: 16px;
}

.product-tabs-wrapper {
  display: flex;
  gap: 30px;
}

.product-badges {
  margin-top: 25px;
}

.badge-title {
  font-size: 20px;
  margin-bottom: 15px;
}

.badge-wrapper {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.badge-item {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #2e5c4d;
  border-radius: 8px;
  padding: 10px 16px;
}

.badge-icon {
  width: 22px;
  height: 22px;
}

.badge-text {
  font-size: 14px;
}

.header-product-collection a {
  color: #0D0D0D;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.product-details .quantity-selector {
  background: #F0EADA;
  border-radius: 4px !important;
  border: none !important;
}

.add-to-cart-button {
  background-color: #798E54 !important;
}

.shopify-payment-button__button {
  background-color: #12422A !important;
}

/* ===== Responsive ===== */

@media (max-width: 1200px) {
  .pdingredients-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .pdingredients-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .pdingredients-grid {
    grid-template-columns: 1fr;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .product-tabs-wrapper {
    flex-direction: column;
  }

  .product-tabs-menu {
    width: 100%;
    flex-direction: row;
    overflow-x: auto;
  }

  .tab-link {
    padding: 10px 15px;
    white-space: nowrap;
  }

  .tab-link.active .tab-arrow {
  padding-left: 0px;
}

}

/* Product Detail Page Ends */


/* Blog Posts Page */

.blog-header {
  position: relative;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.blog-header-bg {
  position: absolute;
  inset: 0;
}

.blog-header-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-header-overlay {
  position: absolute;
  inset: 0;
  background: rgba(16, 74, 44, 0.65);
}

.blog-header-content {
  position: relative;
  color: #fff;
  z-index: 2;
}

.blog-breadcrumb {
  font-size: 14px;
  margin-bottom: 8px;
}

.blog-breadcrumb a {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

.blog-breadcrumb span {
  margin: 0 6px;
}

.blog-title {
  font-size: 38px;
  font-weight: 600;
}

@media(max-width:768px) {

  .blog-header {
    height: 200px;
  }

  .blog-title {
    font-size: 28px;
  }

}

/* Featured Blog Post */

.blog-featured {
  background: #fff;
  margin: 0 auto;
}

.blog-featured-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.blog-featured-image img {
  width: 100%;
  min-height: 330px;
  border-radius: 4px;
}

.blog-featured-meta {
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
}

.blog-featured-title {
  font-size: 30px;
  margin-bottom: 15px;
}

.blog-featured-title a {
  text-decoration: none;
  color: #222;
}

.blog-featured-excerpt {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.blog-featured-btn {
  display: inline-block;
  padding: 10px 50px;
  background: #104a2c;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
}

.blog-featured-btn:hover {
  background: #0c3d2b;
}

.blog-card-title {
  font-family: {
      {
      section.settings.heading_font.family
    }
  }

  ;

  font-size: {
      {
      section.settings.heading_size
    }
  }

  px;

  color: {
      {
      section.settings.text_color
    }
  }

  ;
}

@media(max-width:900px) {

  .blog-featured-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

}


.blog-grid {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 0 20px;
}

.blog-card {
  background: #fff;
  transition: all .3s ease;
}

.blog-card img {
  height: 210px;
  object-fit: cover;
  border-radius: 8px;
  max-width: 400px;
}

.blog-card-content {
  padding: 8px;
}

.blog-card-blog {
  font-size: 13px;
  font-weight: 600;
  color: #0f5132;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.blog-card-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.blog-card-title a {
  text-decoration: none;
  color: #222;
}

.blog-card-excerpt {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

.blog-pagination {
  margin-top: 50px;
  text-align: center;
}

.blog-pagination a,
.blog-pagination span {
  display: inline-block;
  padding: 8px 14px;
  margin: 0 4px;
  text-decoration: none;
  color: #222;
}

.blog-pagination span.active {
  background: #104a2c;
  color: #fff;
  border-color: #104a2c;
}

@media(max-width:990px) {

  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media(max-width:640px) {

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-card-image img {
    height: 220px;
  }

}

/* Video Section */


/* Reviews */
.jdgm-write-rev-link {
  margin-left: 10px !important;
  background: #12422A !important;
  border: none !important;
  font-family: "FigTree", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600;
}

.jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium) .jdgm-write-rev-link {
  max-width: 180px !important;
  border-radius: 8px !important;
}

.jdgm-histogram__bar-content {
  background-color: #12422A !important;
  border-radius: 4px !important;
}

.jdgm-rev-widg__title {
  margin-bottom: 0 !important;
}

.jdgm-widget .jdgm-verified-checkmark {
  display: none;
}

.jdgm-rev-widg__summary-average {
  display: block !important;
}

.jdgm-widget:not(.jdgm-review-widget--small, .jdgm-review-widget--medium) .jdgm-rev-widg__summary-inner {
  text-align: center !important;
}

.jdgm-rev-widg__summary-average {
  display: none !important;
}

.custom-review-average {
  font-family: Figtree;
  font-weight: 700;
  font-size: 80px;
}

.jdgm-rev-widg__summary-text {
  font-family: Figtree;
  font-weight: 400;
  font-size: 16px;
}

.jdgm-all-reviews__summary-text--verified {
  justify-content: center !important;
}

.jdgm-rev-widg__header .jdgm-rev-widg__title {
  text-align: left !important;
  font-family: Figtree;
  font-weight: 600;
  font-size: 32px;
}

.jdgm-rev-widg__summary+.jdgm-histogram,
.jdgm-widget-actions-wrapper {
  border-color: #fff !important;
}

.jdgm-rev-widg{
  padding: 0!important;
}

/* Button Styles */
.atc-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: .6rem;
  border: none;
  border-radius: var(--radius, 4px);
  background-color: #12422A !important;
  color: var(--color-button-text, #fff);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.atc-button:hover:not(:disabled) {
  background-color: var(--color-button-background-hover, #333);
  transform: translateY(-2px);
}

.atc-button:active:not(:disabled) {
  transform: translateY(0);
}

.atc-button--disabled,
.atc-button:disabled {
  background-color: var(--color-disabled, #ccc);
  color: var(--color-disabled-text, #999);
  cursor: not-allowed;
  opacity: 0.6;
}

.atc-button--loading {
  pointer-events: none;
}

.atc-button__text {
  transition: opacity 0.2s ease;
}

.atc-button--loading .atc-button__text {
  opacity: 0;
}

.atc-button__loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Loading Spinner */
.atc-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Responsive Design */
@media (max-width: 640px) {
  .atc-button {
    padding: 0.875rem;
    font-size: 0.95rem;
  }

  .atc-qty-btn {
    flex: 0 0 36px;
    height: 36px;
  }
}

/* Loading State */
[type="submit"].loading {
  cursor: wait;
  opacity: 0.7;
  position: relative;
  color: transparent !important;
  /* Hide text to show spinner */
}

[type="submit"].loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Toast Styles */
.cart-toast {
  margin-top: 10px;
  padding: 10px;
  background: #e3f9e5;
  /* Light green */
  color: #1b4332;
  border-radius: 4px;
  font-size: 14px;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.cart-toast.visible {
  opacity: 1;
}

.cart-toast.error {
  background: #ffe3e3;
  color: #941b1b;
}

.section-featured-slider form button {
  min-width: 240px;
}

.product-recommendations{
    max-width: 1140px;
    margin: 0 auto;
}

.resource-list--grid{
  gap: 40px!important;
}

@media only screen and (max-width: 480px){
    .sticky-add-to-cart .add-to-cart-button .add-to-cart-icon {
  display: flex!important;
}

.sticky-add-to-cart {
  display: flex!important;
}

.product-detail-tabs-section{
  padding: 0 8px;
}

.product-tabs-content .tab-content.active {
    margin-bottom: 220px;
  }
}

@media only screen and (min-width: 600px) {
  .product-tabs-content .tab-content.active {
    margin-bottom: 0px;
  }
  .product-tabs-content .tab-content.active:has(.product-badges) {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 480px) {
  .product-tabs-content .tab-content.active {
    margin-bottom: 0px;
  }
  .product-tabs-content .tab-content.active:has(.product-badges) {
    margin-bottom: 220px;
  }
}


/* Chrome, Safari, Edge */
/* .custom-shop-layout .range-min::-webkit-slider-thumb,
.custom-shop-layout .range-max::-webkit-slider-thumb {
  width: 12px!important;
  height: 12px!important;
  background: #343434!important;
  border-radius: 2px!important;
  border: 0!important;
} */


@media only screen and (max-width: 1440px){
  .blog-card img {
  height: 180px;
}
}


.custom-footer__socials .social-icons__icon{
  fill: rgb(255 255 255 / 100%)!important;
}

.custom-products-grid.list-view .custom-product-card {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.custom-products-grid.list-view .star-rating {
    position: absolute;
    top: 50px;
    left: 22%;
}

.custom-products-grid.list-view .custom-product-price {
    margin-bottom: -6px!important;
}