/** Shopify CDN: Minification failed

Line 7:119 Unexpected "/"

**/
   MONMOUTH CARDS — FOOTER
   ══════════════════════════════════════ */

/* ── Newsletter Banner (sits above footer) ── */
.mc-footer-newsletter {
  background: var(--mc-black);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.mc-footer-newsletter__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.mc-footer-newsletter__text h3 {
  font-family: var(--mc-font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--mc-white);
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.mc-footer-newsletter__text p {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  font-family: var(--mc-font-body);
}
.mc-footer-newsletter__form {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.mc-footer-newsletter__input {
  width: 280px;
  height: 46px;
  border: 1.5px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  background: rgba(255,255,255,0.06);
  padding: 0 16px;
  font-size: 14px;
  font-family: var(--mc-font-body);
  color: var(--mc-white);
  outline: none;
  transition: border-color 0.15s;
}
.mc-footer-newsletter__input::placeholder { color: rgba(255,255,255,0.3); }
.mc-footer-newsletter__input:focus { border-color: rgba(255,255,255,0.4); }
.mc-footer-newsletter__btn {
  height: 46px;
  padding: 0 24px;
  border-radius: 8px;
  border: none;
  background: var(--mc-white);
  color: var(--mc-black);
  font-size: 14px;
  font-weight: 700;
  font-family: var(--mc-font-body);
  cursor: pointer;
  transition: all 0.15s;
  white-space: nowrap;
}
.mc-footer-newsletter__btn:hover { background: var(--mc-gray-200); }

/* ── Main Footer ── */
.mc-footer {
  background: var(--mc-black);
  color: rgba(255,255,255,0.6);
  font-family: var(--mc-font-body);
}
.mc-footer__main {
  max-width: 1320px;
  margin: 0 auto;
  padding: 48px 24px 40px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
}

/* Brand column */
.mc-footer__brand-logo {
  margin-bottom: 12px;
}
.mc-footer__brand-name {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--mc-white);
  letter-spacing: -0.02em;
  line-height: 1;
}
.mc-footer__brand-name span {
  font-size: 10px;
  font-weight: 700;
  color: var(--mc-gray-400);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 2px;
  display: block;
}
.mc-footer__brand-desc {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,0.4);
  margin-bottom: 16px;
  max-width: 260px;
}
.mc-footer__social {
  display: flex;
  gap: 8px;
}
.mc-footer__social-link {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  transition: all 0.15s;
}
.mc-footer__social-link:hover {
  border-color: rgba(255,255,255,0.3);
  color: var(--mc-white);
  background: rgba(255,255,255,0.06);
}
.mc-footer__social-link svg { width: 16px; height: 16px; fill: currentColor; }

/* Link columns */
.mc-footer__col-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--mc-white);
  margin-bottom: 16px;
}
.mc-footer__link {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  padding: 4px 0;
  transition: color 0.12s;
}
.mc-footer__link:hover { color: var(--mc-white); }
.mc-footer__link-badge {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 3px;
  background: var(--mc-accent);
  color: #fff;
  margin-left: 6px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  vertical-align: middle;
}

/* ── Trust strip ── */
.mc-footer__trust {
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.mc-footer__trust-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 20px 24px;
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.mc-footer__trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
}
.mc-footer__trust-icon {
  font-size: 18px;
}

/* ── Bottom bar ── */
.mc-footer__bottom {
  max-width: 1320px;
  margin: 0 auto;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.mc-footer__copy {
  font-size: 11px;
  color: rgba(255,255,255,0.3);
}
.mc-footer__copy a { color: rgba(255,255,255,0.3); text-decoration: none; }
.mc-footer__copy a:hover { color: rgba(255,255,255,0.6); }
.mc-footer__payments {
  display: flex;
  gap: 6px;
  align-items: center;
}
.mc-footer__payment-icon {
  width: 38px;
  height: 24px;
  border-radius: 4px;
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  font-family: var(--mc-font-body);
}
.mc-footer__legal {
  display: flex;
  gap: 16px;
}
.mc-footer__legal a {
  font-size: 11px;
  color: rgba(255,255,255,0.3);
  text-decoration: none;
  transition: color 0.12s;
}
.mc-footer__legal a:hover { color: rgba(255,255,255,0.6); }

/* ── Responsive ── */
@media (max-width: 1023px) {
  .mc-footer__main { grid-template-columns: 1fr 1fr 1fr; }
  .mc-footer__main > div:first-child { grid-column: 1 / -1; }
}
@media (max-width: 767px) {
  .mc-footer-newsletter__inner { flex-direction: column; text-align: center; }
  .mc-footer-newsletter__form { width: 100%; }
  .mc-footer-newsletter__input { flex: 1; width: auto; }
  .mc-footer__main { grid-template-columns: 1fr 1fr; gap: 24px; }
  .mc-footer__main > div:first-child { grid-column: 1 / -1; text-align: center; }
  .mc-footer__social { justify-content: center; }
  .mc-footer__brand-desc { margin-left: auto; margin-right: auto; }
  .mc-footer__trust-inner { gap: 20px; }
  .mc-footer__bottom { flex-direction: column; align-items: center; text-align: center; }
}
