/** Shopify CDN: Minification failed

Line 160:12 Expected identifier but found whitespace
Line 160:13 Unexpected "60px"
Line 235:11 Expected ":"
Line 331:1 Expected "}" to go with "{"

**/

/* ===== SOCIAL HERBALISTS: GLOBAL STYLES ===== */

/* Typography */
body, p {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

h1, h2, h3, h4 {
  font-family: 'Helvetica Neue', sans-serif;
  color: #0c6400;
  font-weight: 600;
  margin-bottom: 12px;
}

/* CTA Buttons */
.button, button, .shopify-payment-button {
  background-color: #0c6400 !important;
  color: #fff !important;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
  text-transform: uppercase;
}

.button:hover, button:hover {
  background-color: #439e24 !important;
  color: #fff !important;
}

/* ===== HERO SECTION ===== */
.image-banner {
  position: relative;
  text-align: center;
  padding: 80px 20px;
  color: #fff;
}

.image-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 100, 0, 0.45); /* Overlay */
  z-index: 1;
}

.image-banner h2,
.image-banner p,
.image-banner .button {
  position: relative;
  z-index: 2;
  color: #fff;
}

/* ===== FEATURED COLLECTIONS ===== */
.featured-collection {
  text-align: center;
  padding: 60px 20px;
}

.featured-collection .card {
  border: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  margin-bottom: 30px;
}

.featured-collection img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px auto;
}

/* ===== NEWSLETTER SECTION ===== */
.newsletter-signup {
  background-color: #e0e3e7;
  padding: 40px 20px;
  text-align: center;
}

.newsletter-signup h2 {
  margin-bottom: 10px;
}

.newsletter-signup form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 10px;
}

.newsletter-signup input[type="email"] {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ccc;
  width: 260px;
  max-width: 100%;
}

/* ===== REVIEWS SECTION ===== */
.customer-reviews {
  background-color: #f4f4f4;
  padding: 60px 20px;
  text-align: center;
}

.customer-reviews h2 {
  margin-bottom: 10px;
}

/* ===== INSTAGRAM FOLLOW SECTION ===== */
.instagram-follow {
  background-color: #fafafa;
  padding: 50px 20px;
  text-align: center;
}

.instagram-follow a {
  display: inline-block;
  margin-top: 10px;
  background-color: #d6a662;
  color: #0c6400;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
}

.instagram-follow a:hover {
  background-color: #b9924e;
}

/* ===== RESPONSIVE DESIGN ===== */
@media only screen and (max-width: 768px) {
  h1, h2, h3, h4 {
    text-align: center;
  }

  .newsletter-signup form {
    flex-direction: column;
    align-items: center;
  }

  .image-banner {
    padding: 60px

    /* Override green background on blog pages */
.template-blog,
.template-article {
  background-color: #ffffff !important; /* white */
  color: #000000 !important;            /* black text */
}
  /* BLOG STYLE RESET */
.article-template__title,
h1.article-title,
h2.article-title {
  color: #0c6400 !important; /* Dark green title */
}

.article-template__content,
.article-template__content p,
.article-template__content li {
  color: #1a1a1a !important; /* Clean readable dark grey/black */
  font-size: 16px;
  line-height: 1.7;
}
  /* ✅ CLEAN UP PRODUCT CARDS — Single Outline */
.card {
  border: 1px solid #e0e3e7 !important; /* Single, soft grey border */
  box-shadow: none !important;
  background-color: white !important;  /* Ensure it’s not layered */
}

/* ✅ REMOVE INNER BOX/BORDER FROM CARD CONTENT */
.card__information {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  padding: 15px !important; /* Keep it tidy and spaced */
  
}
  /* ✅ CLEAN PRODUCT CARD OUTLINE FIX */
.card {
  border: 1px solid #ccc !important;  /* Light grey outline */
  box-shadow: none !important;        /* Remove extra shadows */
  padding: 10px !important;           /* Clean spacing */
  border-radius: 8px !important;      /* Slightly rounded corners */
  background-color: white !important; /* Prevent grey stacking */
  overflow: hidden !important;        /* Prevent content spill */
}

/* ✅ REMOVE NESTED BOX LOOK */
.card__information {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* ✅ PREVENT IMAGE STRETCHING */
.card__media {
  object-fit: contain !important;
  height: auto !important;
  max-height: 250px !important;
  display: block;
  margin: 0 auto;
}

/* ✅ RESET PRODUCT BADGES (e.g., Sold Out) */
.card__badge {
  background: #0c6400 !important;  /* Brand green */
  color: white !important;
  font-weight: bold;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 13px;
  top: 10px;
  left: 10px;
}
  important;
}
  :root {
  --color-background: #0c6400 !important;
}

body {
  background-color: #0c6400 !important;
}
  body,
.shopify-section,
.shopify-section-group-footer-group {
  background-image: none !important;
  background-color: #0c6400 !important;
}
/* BLOG PAGE FIXES */

/* Set white background for blog articles */
.template-article, .article-template, .article {
  background-color: #ffffff !important;
}

/* Set dark green text for headings */
.article h1,
.article h2,
.article h3,
.article .rte h1,
.article .rte h2,
.article .rte h3 {
  color: #0c6400 !important;
}

/* Set standard readable text colour for body */
.article, .article .rte, .article .rte p, .article p {
  color: #222222 !important;
}
/* Fix for headings on dark sections only */
.color-background-1 h1,
.color-background-1 h2,
.color-background-1 h3,
.color-background-1 h4,
.color-background-1 h5,
.color-background-1 h6,
.color-scheme-1 h1,
.color-scheme-1 h2,
.color-scheme-1 h3,
.color-scheme-1 h4,
.color-scheme-1 h5,
.color-scheme-1 h6 {
  color: #d6a662 !important; /* Your gold */
}
/* Gold background with white text for "Shop Now" button in the Inspire Results banner */
.color-scheme-6b015d6f-65a8-474f-861d-e9bdc0294666 .banner__buttons .button {
  background-color: #d6a662 !important;  /* gold */
  border-color: #d6a662 !important;
  color: #ffffff !important;             /* white text */
}
/* Target buttons inside the black/dark section */
.color-scheme--6b015d6f-65a8-474f-861d-e9bdc0294666 .button--primary {
  background-color: #d6a662 !important; /* Gold background */
  color: #ffffff !important;            /* White text */
  border-color: #d6a662 !important;     /* Optional: Match border to gold */
}

/* Optional: Change hover effect */
.color-scheme--6b015d6f-65a8-474f-861d-e9bdc0294666 .button--primary:hover {
  background-color: #b88c48 !important; /* Slightly darker gold on hover */
  color: #ffffff !important;
}
/* FITNESS BLOG button fix */
#shopify-section-template--25581536510300__image_with_text_6DeXwC .button--primary {
  background-color: #d6a662 !important; /* Gold */
  color: #ffffff !important;            /* White text */
  border-color: #d6a662 !important;
}

#shopify-section-template--25581536510300__image_with_text_6DeXwC .button--primary:hover {
  background-color: #b88c48 !important; /* Darker gold on hover */
  color: #ffffff !important;
}
#shopify-section-template--25581536510300__image_with_text_6DeXwC .button.button--primary {
  background-color: #d6a662 !important;
  color: #ffffff !important;
  border-color: #d6a662 !important;
}
.slideshow__controls--top.slider-buttons {
  background-color: #d6a662 !important; /* Your gold */
}
#collection-template--25581535691100__featured_collection_wfE4bV h2.title {
  color: #d6a662 !important;
}
.sports-supplements-title {
  color: #d6a662 !important; /* gold */
}
#shopify-pc__banner {
  display: none !important;
}