.elementor-location-footer,
.elementor-24819.elementor-location-footer {
  display: none !important;
}
.chb-site-footer {
  --chb-green: #2f3d2a;
  --chb-gold: #c9a84c;
  --chb-cream: #f7f2eb;
  --chb-ink: #3d4038;
  position: relative;
  z-index: 40;
  isolation: isolate;
  background: var(--chb-cream);
  color: var(--chb-ink);
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  border-top: 3px solid var(--chb-gold);
  margin-top: 0;
}
body.single-product .shop-content,
body.single-product .single-content {
  overflow: hidden;
}
body.woocommerce .site-content,
body.woocommerce-page .site-content,
body.single-product .shop-content,
body.single-product .single-content,
body.tax-product_cat .site-content,
body.tax-product_tag .site-content,
body.post-type-archive-product .site-content {
  padding-bottom: 64px !important;
}
body.woocommerce .chb-site-footer,
body.woocommerce-page .chb-site-footer,
body.single-product .chb-site-footer {
  margin-top: 8px;
}
.chb-ft-main {
  max-width: 1120px;
  margin: 0 auto;
  padding: 36px 24px 32px;
}
.chb-ft-grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1fr;
  gap: 40px 32px;
  align-items: start;
}
.chb-ft-logo {
  display: block;
  line-height: 0;
  background: transparent;
}
html body .chb-site-footer .chb-ft-logo img {
  width: 170px !important;
  height: 110px !important;
  max-width: 170px !important;
  max-height: 110px !important;
  display: block;
  background: transparent !important;
  mix-blend-mode: normal !important;
  object-fit: contain !important;
  object-position: left center;
}
.chb-ft-tag {
  margin: 16px 0 12px;
  max-width: 22rem;
  line-height: 1.55;
  font-size: 0.95rem;
}
.chb-ft-addr {
  margin: 0 0 12px;
  font-size: 0.82rem;
  line-height: 1.55;
  color: #6b6458;
}
.chb-ft-mail a {
  color: var(--chb-green);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 168, 76, 0.55);
}
.chb-ft-mail a:hover,
.chb-ft-mail a:focus-visible {
  color: var(--chb-green);
  border-bottom-color: var(--chb-gold);
}
.chb-ft-social {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
.chb-ft-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  color: var(--chb-green);
  border: 1px solid rgba(47, 61, 42, 0.12);
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.chb-ft-social a:hover,
.chb-ft-social a:focus-visible {
  background: var(--chb-green);
  color: #f7f2eb;
  border-color: var(--chb-green);
}
.chb-site-footer .chb-ft-col h2 {
  display: block !important;
  visibility: visible !important;
  margin: 18px 0 14px;
  padding-bottom: 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.4rem !important;
  font-weight: 600;
  line-height: 1.2;
  color: var(--chb-green) !important;
  border-bottom: 1px solid rgba(201, 168, 76, 0.45);
  text-indent: 0;
  clip: auto;
  height: auto !important;
  overflow: visible;
}
.chb-ft-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.chb-ft-col li {
  margin: 0 0 9px;
}
.chb-ft-col a {
  color: var(--chb-ink);
  text-decoration: none;
  font-size: 0.92rem;
  pointer-events: auto;
}
.chb-ft-col a:hover,
.chb-ft-col a:focus-visible {
  color: var(--chb-green);
  border-bottom: 1px solid var(--chb-gold);
}
.chb-ft-usp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 40px;
  padding: 18px 24px;
  background: var(--chb-green);
  color: #f7f2eb;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.chb-ft-usp span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.chb-ft-usp svg {
  flex: 0 0 auto;
  color: var(--chb-gold);
}
.chb-ft-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px 24px 36px;
  font-size: 0.78rem;
  line-height: 1.5;
  color: #6b6458;
}
.chb-ft-bar p {
  margin: 0;
  max-width: 40rem;
}
.chb-ft-bar img {
  height: 24px;
  width: auto;
  opacity: 0.92;
}
@media (max-width: 800px) {
  .chb-ft-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 18px;
  }
  .chb-ft-brand {
    grid-column: 1 / -1;
  }
  html body .chb-site-footer .chb-ft-logo img {
    width: 170px !important;
    height: 110px !important;
    max-width: 170px !important;
    max-height: 110px !important;
  }
  .chb-site-footer {
    padding-bottom: 72px;
  }
  .chb-ft-usp {
    gap: 10px 18px;
    font-size: 0.8rem;
  }
  body.woocommerce .site-content,
  body.woocommerce-page .site-content,
  body.single-product .shop-content {
    padding-bottom: 48px !important;
  }
}
@media (max-width: 520px) {
  .chb-ft-grid {
    grid-template-columns: 1fr;
  }
}
