/* CoffeeGearHub premium footer system */
.site-footer {
  background:#160e0a;
  color:#f7efe5;
}
.site-above-footer-wrap {
  position:relative;
  background:linear-gradient(135deg,#2b1a13 0%,#1d120e 58%,#140d0a 100%) !important;
  border-top:1px solid rgba(214,169,105,.38);
  border-bottom:1px solid rgba(214,169,105,.18);
  padding:34px 24px !important;
  overflow:hidden;
}
.site-above-footer-wrap::before {
  content:"";
  position:absolute;
  width:380px;
  height:380px;
  right:-150px;
  top:-220px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(212,164,95,.16),transparent 68%);
  pointer-events:none;
}
.site-above-footer-wrap .ast-builder-grid-row-container-inner {
  max-width:1280px;
  margin:0 auto;
}
.ast-footer-html-1 .ast-builder-html-element > p {
  position:relative;
  margin:0 !important;
  padding:25px 30px 25px 82px;
  text-align:left !important;
  color:#eadfd5 !important;
  font-size:15px;
  line-height:1.75;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
  border:1px solid rgba(222,181,121,.24);
  border-radius:20px;
  box-shadow:0 18px 50px rgba(0,0,0,.22),inset 0 1px rgba(255,255,255,.04);
}
.ast-footer-html-1 .ast-builder-html-element > p::before {
  content:"i";
  position:absolute;
  left:27px;
  top:27px;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  font:700 18px/1 Georgia,serif;
  color:#24150f;
  background:linear-gradient(135deg,#f0cb91,#c98c49);
  box-shadow:0 8px 24px rgba(201,140,73,.24);
}
.ast-footer-html-1 .ast-builder-html-element > p strong {
  display:block;
  margin:0 0 4px;
  color:#f3cf98 !important;
  font-size:13px;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.site-primary-footer-wrap {
  background:linear-gradient(180deg,#19100c 0%,#120b08 100%) !important;
  border:0 !important;
  padding:0 !important;
}
.site-primary-footer-wrap .ast-builder-grid-row-container-inner,
.site-primary-footer-wrap .ast-builder-footer-grid-columns,
.site-primary-footer-wrap .site-footer-primary-section-1,
.site-primary-footer-wrap .footer-widget-area-inner,
.site-primary-footer-wrap #block-45 {
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
}
.cgh-footer-shell {
  width:100%;
  padding:58px 28px 28px;
  color:#e9ded3;
  background:transparent;
}
.cgh-footer-main {
  max-width:1280px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.45fr .75fr 1fr 1fr;
  gap:42px;
  align-items:start;
}
.cgh-footer-brandmark {
  display:inline-flex;
  align-items:center;
  gap:11px;
  margin-bottom:15px;
  color:#fff8f0 !important;
  font-size:22px;
  font-weight:850;
  letter-spacing:-.02em;
  text-decoration:none !important;
}
.cgh-footer-brandmark::before {
  content:"";
  width:15px;
  height:15px;
  border:4px solid rgba(240,203,145,.34);
  border-radius:50%;
  background:#7d4d3b;
  box-shadow:0 0 0 1px rgba(240,203,145,.58);
}
.cgh-footer-brand p {
  max-width:360px;
  margin:0 0 18px;
  color:#bcaea2 !important;
  font-size:14px;
  line-height:1.75;
}
.cgh-footer-trust {
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 12px;
  border:1px solid rgba(222,181,121,.22);
  border-radius:999px;
  color:#d9bd95;
  background:rgba(255,255,255,.035);
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
}
.cgh-footer-col h2 {
  margin:2px 0 16px;
  color:#f3cf98 !important;
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.cgh-footer-links {
  display:flex;
  flex-direction:column;
  gap:10px;
}
.cgh-footer-links a {
  width:fit-content;
  color:#ded1c6 !important;
  font-size:14px;
  line-height:1.45;
  text-decoration:none !important;
  transition:color .18s ease,transform .18s ease;
}
.cgh-footer-links a:hover {
  color:#f3cf98 !important;
  transform:translateX(3px);
}
.cgh-footer-newsletter {
  display:inline-flex !important;
  align-items:center;
  gap:7px;
  margin-top:4px;
  padding:9px 13px;
  border:1px solid rgba(235,190,123,.46);
  border-radius:10px;
  color:#24150f !important;
  background:linear-gradient(135deg,#efc985,#c9904f);
  font-weight:800;
  box-shadow:0 9px 22px rgba(0,0,0,.18);
}
.cgh-footer-newsletter:hover {
  color:#1a0e09 !important;
  transform:translateY(-1px) !important;
}
.cgh-footer-bottom {
  max-width:1280px;
  margin:44px auto 0;
  padding-top:22px;
  display:flex;
  justify-content:space-between;
  gap:24px;
  border-top:1px solid rgba(222,181,121,.16);
  color:#918277;
  font-size:12.5px;
  line-height:1.6;
}
.cgh-footer-bottom p {
  margin:0;
  color:#918277 !important;
}
#ast-scroll-top {
  background:linear-gradient(135deg,#e9bd79,#b87a3d) !important;
  color:#1a100b !important;
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 12px 30px rgba(0,0,0,.28);
}
@media (max-width:980px) {
  .cgh-footer-main {
    grid-template-columns:1.2fr 1fr;
    gap:34px 48px;
  }
  .cgh-footer-brand {
    grid-column:1 / -1;
  }
}
@media (max-width:640px) {
  .site-above-footer-wrap {
    padding:22px 16px !important;
  }
  .ast-footer-html-1 .ast-builder-html-element > p {
    padding:22px 20px 22px 64px;
    border-radius:16px;
    font-size:14px;
  }
  .ast-footer-html-1 .ast-builder-html-element > p::before {
    left:18px;
    top:22px;
    width:30px;
    height:30px;
  }
  .cgh-footer-shell {
    padding:42px 20px 24px;
  }
  .cgh-footer-main {
    grid-template-columns:1fr;
    gap:30px;
  }
  .cgh-footer-brand {
    grid-column:auto;
  }
  .cgh-footer-bottom {
    margin-top:34px;
    flex-direction:column;
    gap:8px;
  }
}
