.theme-header .theme-menu ul li a {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  letter-spacing: 0.4px !important;
  color: #2B2B2B !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.theme-header .theme-menu ul li a:hover {
  color: #2F4A3F !important;
  background: transparent !important;
}

.theme-header .theme-menu ul li.theme-menu-selected a {
  color: #FFFFFF !important;
  background-color: #2F4A3F !important;
  border-radius: 4px !important;
  padding: 6px 14px !important;
}



.hero-text {
    max-width: 430px;
}

.hero-img img {
  transition: transform 500ms ease;
}

.hero-img:hover img {
  transform: scale(1.05);
}

.trust-row.zprow-container {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: center;
}

.trust-row.zprow-container > .zpelem-col {
  flex: 1 1 0% !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
}

.commit-body {
    max-width: 540px;
}

.collection-box .collection-img img {
  transition: transform 500ms ease;
}

.collection-box:hover .collection-img img {
  transform: scale(1.05);
}

.integrity-row {
max-width: 760px;
}

.collection-box {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.collection-box:hover {
transform: translateY(-6px);
box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.zs-column {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.zs-column:hover {
transform: translateY(-6px);
box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.integrity-icon .zpicon-common svg {
  height: 26px !important;
  width: 26px !important;
}

.ingredients img {
  width: 168px !important;
  height: 168px !important;
  border-radius: 9999px;
  border: 3px solid rgba(47, 74, 63, 0.18);
  object-fit: cover;
  transition: transform 0.3s, border-color 0.3s;
}

.root-box:hover .ingredients img {
  transform: scale(1.04);
  border-color: rgba(47, 74, 63, 0.80);
}

.ingredients figure {
  overflow: visible !important;
}

.ingredients .zpimage-container {
  overflow: visible !important;
}

.test-box {
    transition: box-shadow 0.3s;
    display: flex;
    flex-direction: column;
}

.test-box:hover {
    box-shadow: 0 8px 28px rgba(47,74,63,0.09);
}

.test-author {
  margin-top: auto;
}

/* Desktop */
.news .zpnewsletter-container {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100%;
}

.news .zpnewsletter-heading {
  margin: 0 !important;
  text-align: left !important;
  flex-shrink: 0;
}

.news .zpform-container {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  width: 440px !important;
  flex-shrink: 0;
}

.news .zpnewsletter-email-input-field {
  flex: 1 !important;
  width: auto !important;
  min-width: 0 !important;
}

/* Tablet */
@media (max-width: 991px) and (min-width: 577px) {
  .news .zpnewsletter-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px;
  }

  .news .zpnewsletter-heading {
    text-align: center !important;
  }

  .news .zpform-container {
    width: 100% !important;
    max-width: 440px !important;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .news .zpnewsletter-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 16px;
  }

  .news .zpnewsletter-heading {
    text-align: center !important;
    font-size: 18px !important;
  }

  .news .zpform-container {
    flex-direction: column !important;
    width: 100% !important;
    gap: 10px;
  }

  .news .zpnewsletter-email-input-field {
    width: 100% !important;
    border-radius: 3px !important;
  }

  .news .zpbutton {
    width: 100% !important;
    border-radius: 3px !important;
    text-align: center;
  }
}

.faq-acc .zpaccordion-container.zpaccordion-style-01 .faq-accheader,
.faq-acc .zpaccordion-container.zpaccordion-style-01 .faq-accontent {
  border-style: none !important;
  border-color: transparent !important;
}
.faq-acc .zpaccordion-container.zpaccordion-style-01 .faq-accheader,
.faq-acc .zpaccordion-container.zpaccordion-style-01 .faq-accontent {
  border-top: 1px solid rgba(47, 74, 63, 0.15) !important;
  border-left: none !important;
  border-right: none !important;
}
.faq-acc .zpaccordion-container.zpaccordion-style-01 .faq-accontent {
  border-block-start: transparent !important;
  background: none !important;
  border-bottom: 1px solid rgba(47, 74, 63, 0.15) !important;
}
.faq-acc .faq-accheader:not(.zpaccordion-active) {
  width: 100%;
  background: transparent !important;
  border-bottom: 1px solid rgba(47, 74, 63, 0.15);
  padding: 24px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  transition: border-bottom 0.3s ease;
}
.faq-acc .faq-accheader.zpaccordion-active {
  width: 100%;
  background: transparent !important;
  border-bottom: none;
  padding: 24px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  transition: border-bottom 0.3s ease;
}
.faq-acc .faq-accheader .zpaccordion-name {
  flex: 1;
}

/* ── Closed state: inactive icon becomes the circle ─────────── */
.faq-acc .faq-accheader:not(.zpaccordion-active) .zpaccord-icon-inactive {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  border: 1.5px solid rgba(47, 74, 63, 0.30) !important;
  background: transparent !important;
  flex-shrink: 0;
  margin-top: 1px;
  transition: background 0.25s ease, border-color 0.25s ease;
  box-sizing: border-box;
}

/* ── Open state: active icon becomes the filled circle ───────── */
.faq-acc .faq-accheader.zpaccordion-active .zpaccord-icon-active {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  border: 1.5px solid #2F4A3F !important;
  background: #2F4A3F !important;
  flex-shrink: 0;
  margin-top: 1px;
  transition: background 0.25s ease, border-color 0.25s ease;
  box-sizing: border-box;
}

/* ── Explicitly hide the wrong icon in each state ────────────── */
.faq-acc .faq-accheader:not(.zpaccordion-active) .zpaccord-icon-active {
  display: none !important;
}
.faq-acc .faq-accheader.zpaccordion-active .zpaccord-icon-inactive {
  display: none !important;
}

/* ── SVG sized down to fit inside the circle ─────────────────── */
.faq-acc .zpaccord-icon-inactive .zpaccord-svg-icon-3,
.faq-acc .zpaccord-icon-active .zpaccord-svg-icon-3 {
  width: 12px !important;
  height: 12px !important;
}

/* ── SVG path colors ─────────────────────────────────────────── */
.faq-acc .zpaccord-icon-inactive .zpaccord-svg-icon-3 path {
  fill: #2F4A3F !important;
}
.faq-acc .zpaccord-icon-active .zpaccord-svg-icon-3 path {
  fill: #FFFFFF !important;
}

/* ── Hide all other SVGs ─────────────────────────────────────── */
.faq-acc .zpaccordionicon svg:not(.zpaccord-svg-icon-3) {
  display: none !important;
}

/* ── Content panel ───────────────────────────────────────────── */
.faq-acc .faq-accontent {
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
}
.faq-acc .faq-accontent:not(.zpaccordion-active-content) {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.faq-acc .faq-accontent.zpaccordion-active-content {
  max-height: 1000px;
  opacity: 1;
  overflow: hidden;
}
.faq-acc .faq-accontent .faq-text {
  padding-bottom: 24px;
}
.faq-acc .faq-accontent .faq-text p {
  margin: 0;
img {
transition: all 0.35s ease;
}

img:hover {
transform: translateY(-10px);
}
    
}
 
/* Newsletter Placeholder Darker */
input::placeholder {
    color: #1F1F1F !important;
    opacity: 1 !important;
    
}

/* FORCE Footer Links Color */
.zs-row .zs-column a,
.zs-row .zs-column a:visited,
.zs-row .zs-column a:active,
.zs-row .zs-column a:hover {
    color: #2B2B2B !important;
    text-decoration: none !important;
}