/* SAI_HERBS_ARCHIVE_FOOTER_FINAL_VISUAL_FIX_CLEAN_V1_0_1_CSS */

body.woocommerce-shop .footer-container,
body.post-type-archive-product .footer-container,
body.tax-product_cat .footer-container,
body.tax-product_tag .footer-container,
body.search-results .footer-container,
body.woocommerce-shop .wd-footer,
body.post-type-archive-product .wd-footer,
body.tax-product_cat .wd-footer,
body.tax-product_tag .wd-footer,
body.search-results .wd-footer,
body.woocommerce-shop .site-footer,
body.post-type-archive-product .site-footer,
body.tax-product_cat .site-footer,
body.tax-product_tag .site-footer,
body.search-results .site-footer {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

.sai-afvf-clean-footer {
  display: block !important;
  visibility: visible !important;
  background: #fbfaf3;
  border-top: 4px solid #08773d;
  color: #123321;
  padding: 44px 18px 0;
  margin: 34px auto 0;
  font-family: inherit;
}

.sai-afvf-clean-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr 1.05fr;
  gap: 32px;
  align-items: start;
}

.sai-afvf-clean-logo {
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  color: #07823f;
  letter-spacing: -0.04em;
}

.sai-afvf-clean-sublogo {
  color: #2e4c37;
  font-size: 11px;
  letter-spacing: 0.38em;
  margin: 6px 0 18px;
  text-transform: uppercase;
}

.sai-afvf-clean-brand p,
.sai-afvf-clean-col li,
.sai-afvf-clean-col a {
  font-size: 15px;
  line-height: 1.65;
  color: #173b29;
  text-decoration: none;
}

.sai-afvf-clean-brand p {
  margin: 0;
  max-width: 420px;
}

.sai-afvf-clean-col h3 {
  margin: 0 0 16px;
  font-size: 21px;
  font-weight: 800;
  color: #123321;
  position: relative;
}

.sai-afvf-clean-col h3::after {
  content: "";
  display: block;
  width: 92px;
  height: 4px;
  background: #07823f;
  border-radius: 999px;
  margin-top: 8px;
}

.sai-afvf-clean-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sai-afvf-clean-col li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(8, 119, 61, 0.12);
}

.sai-afvf-clean-col a:hover {
  color: #07823f;
}

.sai-afvf-clean-bottom {
  margin-top: 34px;
  background: #e9e9e9;
  text-align: center;
  padding: 22px 15px;
  color: #123321;
  font-weight: 700;
}

.sai-afvf-clean-bottom p {
  margin: 4px 0;
}

@media (max-width: 767px) {
  .sai-afvf-clean-footer {
    padding: 34px 18px 0;
    margin-top: 26px;
  }

  .sai-afvf-clean-inner {
    display: block;
  }

  .sai-afvf-clean-brand,
  .sai-afvf-clean-col {
    margin-bottom: 28px;
  }

  .sai-afvf-clean-logo,
  .sai-afvf-clean-sublogo {
    text-align: center;
  }

  .sai-afvf-clean-brand p {
    text-align: center;
    max-width: none;
  }

  .sai-afvf-clean-col h3 {
    font-size: 22px;
  }

  .sai-afvf-clean-col li {
    padding: 12px 0;
  }
}
