/* Naše Hračkářství — patička V69 (2026-09-21, rev. 2)
   Stejná skladba jako NašeNářadí: 3 karty (kontakt / důležité informace / novinky + blog),
   pod nimi doprava a platby, dole tmavý pruh. Barvy: žlutá #f2b705, navy #15233b. */

body.nh-footer-enhanced {
  --nh-footer-yellow: #f2b705;
  --nh-footer-yellow-light: #ffd43b;
  --nh-footer-navy: #15233b;
  --nh-footer-accent: #15233b;
  --nh-footer-ink: #1d1d1d;
  --nh-footer-muted: #676767;
  --nh-footer-line: #dfdfdf;
}

.nh-footer-enhanced #footer {
  margin-top: 46px;
  border-top: 4px solid var(--nh-footer-yellow);
  background: #f5f5f5;
  color: #202020;
}

.in-index.nh-footer-enhanced #footer { margin-top: 20px; }

.nh-footer-enhanced #footer .footer-rows {
  padding-top: 32px;
  padding-bottom: 28px;
}

.nh-footer-enhanced #footer .custom-footer.nh-footer-ready {
  display: grid !important;
  margin: 0 !important;
  grid-template-columns: minmax(220px, .85fr) minmax(520px, 1.8fr) minmax(290px, 1.1fr);
  gap: 22px;
  align-items: start;
}

.nh-footer-enhanced #footer .custom-footer.nh-footer-ready::before,
.nh-footer-enhanced #footer .custom-footer.nh-footer-ready::after {
  display: none !important;
  content: none !important;
}

.nh-footer-enhanced #footer .nh-footer-contact,
.nh-footer-enhanced #footer .nh-footer-customer-links,
.nh-footer-enhanced #footer .nh-footer-updates,
.nh-footer-enhanced #footer .nh-footer-updates > div {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}

.nh-footer-enhanced #footer .nh-footer-contact,
.nh-footer-enhanced #footer .nh-footer-customer-links,
.nh-footer-enhanced #footer .nh-footer-updates {
  box-sizing: border-box;
  height: 370px;
  min-height: 370px;
  padding: 22px !important;
  border: 1px solid var(--nh-footer-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(0, 0, 0, .035);
}

.nh-footer-enhanced #footer .nh-footer-updates {
  display: grid;
  grid-template-rows: 145px minmax(0, 1fr);
  gap: 14px;
}

.nh-footer-enhanced #footer .nh-footer-updates .nh-footer-newsletter,
.nh-footer-enhanced #footer .nh-footer-updates .nh-footer-blog {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.nh-footer-enhanced #footer .nh-footer-updates .nh-footer-blog.nh-footer-blog-ready {
  display: flex;
  height: auto;
  min-height: 0;
  padding-top: 14px !important;
  flex-direction: column;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
}

/* Nadpisy karet */
.nh-footer-enhanced #footer .nh-footer-heading {
  position: relative;
  margin: 0 0 18px !important;
  padding: 0 0 11px;
  color: var(--nh-footer-ink);
  font-size: 19px !important;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}

.nh-footer-enhanced #footer .nh-footer-heading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42px;
  height: 3px;
  border-radius: 2px;
  background: var(--nh-footer-yellow);
  content: "";
}

/* Kontakt */
.nh-footer-enhanced #footer .nh-footer-contact-note {
  margin: -3px 0 15px;
  color: var(--nh-footer-muted);
  font-size: 13px;
  line-height: 1.45;
}

.nh-footer-enhanced #footer .nh-footer-contact-list {
  display: grid;
  margin: 0 !important;
  padding: 0 !important;
  gap: 9px;
  list-style: none;
}

.nh-footer-enhanced #footer .nh-footer-contact-list > li {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
}

.nh-footer-enhanced #footer .nh-footer-contact-list > li > a,
.nh-footer-enhanced #footer .nh-footer-contact-list > li > span {
  display: flex;
  min-height: 42px;
  box-sizing: border-box;
  padding: 9px 11px;
  align-items: center;
  gap: 10px;
  border: 1px solid #e3e3e3;
  border-radius: 9px;
  background: #fafafa;
  color: #222;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.nh-footer-enhanced #footer .nh-footer-contact-list > li > a:hover,
.nh-footer-enhanced #footer .nh-footer-contact-list > li > a:focus-visible {
  border-color: var(--nh-footer-yellow);
  background: #fff9dc;
}

.nh-footer-enhanced #footer .nh-footer-contact-list svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  fill: none;
  stroke: var(--nh-footer-navy);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nh-footer-enhanced #footer .nh-footer-contact-list small {
  display: block;
  color: var(--nh-footer-muted);
  font-size: 11px;
  font-weight: 500;
}

.nh-footer-enhanced #footer .nh-footer-socials {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #ededed;
}

.nh-footer-enhanced #footer .nh-footer-socials h4 {
  margin: 0 0 9px;
  color: #555;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.nh-footer-enhanced #footer .nh-footer-socials__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.nh-footer-enhanced #footer .nh-footer-social-link {
  display: inline-flex;
  min-height: 36px;
  padding: 0 11px 0 7px;
  align-items: center;
  gap: 7px;
  border: 1px solid #dedede;
  border-radius: 9px;
  background: #fafafa;
  color: #222;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.nh-footer-enhanced #footer .nh-footer-social-link::before {
  display: grid;
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  place-items: center;
  border-radius: 50%;
  background: #222;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.nh-footer-enhanced #footer .nh-footer-social-link[data-network="facebook"]::before { background: #1877f2; content: "f"; }
.nh-footer-enhanced #footer .nh-footer-social-link[data-network="instagram"]::before { background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045); content: "◎"; }
.nh-footer-enhanced #footer .nh-footer-social-link[data-network="tiktok"]::before { background: #111; content: "♪"; }
.nh-footer-enhanced #footer .nh-footer-social-link[data-network="youtube"]::before { background: #f00; color: #fff; content: "▶"; font-size: 12px; }

.nh-footer-enhanced #footer .nh-footer-social-link:hover,
.nh-footer-enhanced #footer .nh-footer-social-link:focus-visible {
  border-color: var(--nh-footer-yellow);
  background: #fff9dc;
}

/* Důležité informace */
.nh-footer-enhanced #footer .nh-footer-link-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.nh-footer-enhanced #footer .nh-footer-link-group h4 {
  margin: 0 0 8px;
  color: #222;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: none;
}

.nh-footer-enhanced #footer .nh-footer-link-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nh-footer-enhanced #footer .nh-footer-link-group li {
  margin: 0;
  border-bottom: 1px solid #ededed;
}

.nh-footer-enhanced #footer .nh-footer-link-group li:last-child { border-bottom: 0; }

.nh-footer-enhanced #footer .nh-footer-link-group a {
  position: relative;
  display: block;
  padding: 7px 16px 7px 0;
  color: #333;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.nh-footer-enhanced #footer .nh-footer-link-group a::after {
  position: absolute;
  top: 50%;
  right: 3px;
  color: var(--nh-footer-accent);
  content: "›";
  font-size: 19px;
  font-weight: 700;
  transform: translateY(-54%);
}

.nh-footer-enhanced #footer .nh-footer-link-group a:hover,
.nh-footer-enhanced #footer .nh-footer-link-group a:focus-visible {
  color: var(--nh-footer-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

html body.nh-footer-enhanced #footer .nh-footer-customer-center-link {
  color: var(--nh-footer-navy) !important;
  font-weight: 800 !important;
}

/* Newsletter */
.nh-footer-enhanced #footer .nh-footer-newsletter p {
  margin: 0 0 13px;
  color: #666;
  font-size: 12px;
  line-height: 1.4;
}

html body.nh-footer-enhanced #footer .nh-footer-newsletter form {
  display: block !important;
  min-width: 0;
  margin: 0;
}

html body.nh-footer-enhanced #footer .nh-footer-newsletter form > fieldset {
  display: grid !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 8px !important;
  align-items: stretch !important;
  border: 0 !important;
}

html body.nh-footer-enhanced #footer .nh-footer-newsletter form > fieldset > .form-group {
  grid-column: 1;
  min-width: 0 !important;
  margin: 0 !important;
}

html body.nh-footer-enhanced #footer .nh-footer-newsletter .form-control-wrapper {
  width: 100%;
  min-width: 0;
  margin: 0 !important;
}

html body.nh-footer-enhanced #footer .nh-footer-newsletter input[type="email"] {
  width: 100%;
  height: 42px;
  min-height: 42px;
  box-sizing: border-box;
  padding: 0 12px !important;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  background: #fff;
  line-height: 40px !important;
  text-align: left;
}

html body.nh-footer-enhanced #footer .nh-footer-newsletter .smart-label-wrapper { position: relative !important; }

html body.nh-footer-enhanced #footer .nh-footer-newsletter .smart-label-wrapper > label {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1;
  width: auto !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 0 0 12px !important;
  color: #333;
  font-size: 12px !important;
  line-height: 42px !important;
  pointer-events: none;
  transform: none !important;
}

html body.nh-footer-enhanced #footer .nh-footer-newsletter .smart-label-wrapper.focused > label,
html body.nh-footer-enhanced #footer .nh-footer-newsletter .smart-label-wrapper.populated > label {
  height: auto !important;
  padding-top: 6px !important;
  font-size: 9px !important;
  line-height: 1 !important;
}

html body.nh-footer-enhanced #footer .nh-footer-newsletter .smart-label-wrapper.focused input[type="email"],
html body.nh-footer-enhanced #footer .nh-footer-newsletter .smart-label-wrapper.populated input[type="email"] {
  padding: 11px 12px 0 !important;
  line-height: 29px !important;
}

html body.nh-footer-enhanced #footer .nh-footer-newsletter form > fieldset > button,
html body.nh-footer-enhanced #footer .nh-footer-newsletter form > fieldset > .btn {
  position: static !important;
  grid-column: 2;
  width: auto !important;
  min-width: 92px;
  height: 42px !important;
  min-height: 42px;
  margin: 0 !important;
  padding: 0 15px;
  align-self: stretch !important;
  border: 0;
  border-radius: 8px;
  background: var(--nh-footer-yellow);
  color: #151515;
  font-size: 12px;
  font-weight: 700;
  transform: none !important;
}

html body.nh-footer-enhanced #footer .nh-footer-newsletter form > fieldset > button:hover,
html body.nh-footer-enhanced #footer .nh-footer-newsletter form > fieldset > .btn:hover {
  background: var(--nh-footer-yellow-light);
  color: #151515;
}

/* Blog */
.nh-footer-enhanced #footer .nh-footer-blog-head {
  display: flex;
  min-width: 0;
  margin-bottom: 12px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex: 0 0 auto;
}

.nh-footer-enhanced #footer .nh-footer-blog-head .nh-footer-heading {
  min-width: 0;
  margin-bottom: 0 !important;
}

.nh-footer-enhanced #footer .nh-footer-blog-all {
  display: inline-flex;
  min-height: 34px;
  padding: 0 14px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--nh-footer-yellow);
  color: #171717;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  flex: 0 0 auto;
}

.nh-footer-enhanced #footer .nh-footer-blog-all:hover,
.nh-footer-enhanced #footer .nh-footer-blog-all:focus-visible {
  background: var(--nh-footer-yellow-light);
  color: #171717;
  text-decoration: none;
}

.nh-footer-enhanced #footer .nh-footer-blog-window {
  display: grid;
  min-height: 0;
  grid-template-columns: minmax(0, 1fr) 38px;
  gap: 9px;
  flex: 1 1 auto;
}

.nh-footer-enhanced #footer .nh-footer-blog-scroller {
  min-width: 0;
  min-height: 0;
  padding-right: 3px;
  overflow-x: hidden;
  overflow-y: auto;
  outline: none;
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;
  scrollbar-color: #c9c9c9 transparent;
  scrollbar-width: thin;
}

.nh-footer-enhanced #footer .nh-footer-blog-scroller:focus-visible {
  border-radius: 6px;
  box-shadow: 0 0 0 2px rgba(242, 183, 5, .45);
}

.nh-footer-enhanced #footer .nh-footer-blog-item {
  scroll-snap-align: start;
  margin: 0 !important;
  padding: 9px 0;
  border-bottom: 1px solid #ededed;
}

.nh-footer-enhanced #footer .nh-footer-blog-item:first-child { padding-top: 0; }

.nh-footer-enhanced #footer .nh-footer-blog-item h4 {
  margin: 0 !important;
  text-transform: none;
}

.nh-footer-enhanced #footer .nh-footer-blog-item a {
  display: -webkit-box;
  overflow: hidden;
  color: #333;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nh-footer-enhanced #footer .nh-footer-blog-item a:hover { color: var(--nh-footer-navy); text-decoration: underline; }

.nh-footer-enhanced #footer .nh-footer-blog-empty {
  margin: 0;
  color: var(--nh-footer-muted);
  font-size: 12px;
}

.nh-footer-enhanced #footer .nh-footer-blog-controls {
  display: grid;
  min-height: 0;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.nh-footer-enhanced #footer .nh-footer-blog-arrow {
  display: grid;
  width: 38px;
  min-height: 0;
  padding: 0;
  place-items: center;
  border: 1px solid #d8d8d8;
  border-radius: 9px;
  background: #fafafa;
  color: #202020;
  font: inherit;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.nh-footer-enhanced #footer .nh-footer-blog-arrow:hover,
.nh-footer-enhanced #footer .nh-footer-blog-arrow:focus-visible {
  border-color: var(--nh-footer-yellow);
  outline: none;
  background: #fff8d2;
}

.nh-footer-enhanced #footer .nh-footer-blog-arrow:disabled { opacity: .32; cursor: default; }

/* Doprava a platby */
.nh-footer-enhanced #footer .footer-links-icons {
  display: grid !important;
  box-sizing: border-box;
  padding-top: 22px;
  padding-bottom: 22px;
  grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr);
  gap: 8px 32px;
  align-items: center;
}

.nh-footer-enhanced #footer .nh-footer-logos-heading { grid-column: 1; grid-row: 1; }

.nh-footer-enhanced #footer .nh-footer-logos-heading strong,
.nh-footer-enhanced #footer .nh-footer-logos-heading small { display: block; }

.nh-footer-enhanced #footer .nh-footer-logos-heading strong { font-size: 17px; font-weight: 700; }

.nh-footer-enhanced #footer .nh-footer-logos-heading small {
  margin-top: 3px;
  color: #707070;
  font-size: 11px;
  line-height: 1.3;
}

.nh-footer-enhanced #footer .footer-links-icons > ul.footer-links {
  grid-column: 1;
  grid-row: 2;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.nh-footer-enhanced #footer .nh-footer-review-proof { margin: 0 !important; }

.nh-footer-enhanced #footer .nh-footer-review-proof a {
  display: inline-flex;
  min-height: 34px;
  padding: 0 12px;
  align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  color: #333;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.nh-footer-enhanced #footer .nh-footer-review-proof a:hover {
  border-color: var(--nh-footer-yellow);
  background: #fff9dc;
}

html body.nh-footer-enhanced #footer .nh-footer-logo-groups {
  display: grid !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  grid-column: 2;
  grid-row: 1 / span 2;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

html body.nh-footer-enhanced #footer .nh-footer-logo-group {
  display: grid !important;
  min-width: 0;
  min-height: 86px;
  padding: 11px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: auto 46px;
  gap: 8px;
  align-content: start;
  align-items: center;
  border: 1px solid var(--nh-footer-line);
  border-radius: 10px;
  background: #fff;
}

html body.nh-footer-enhanced #footer .nh-footer-logo-group > strong {
  grid-column: 1 / -1;
  color: #555;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}

html body.nh-footer-enhanced #footer .nh-footer-logo-group > .footer-icon {
  display: grid !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 46px !important;
  min-height: 46px !important;
  margin: 0 !important;
  padding: 5px !important;
  place-items: center;
  border: 1px solid #eee;
  border-radius: 7px;
  background: #fff;
}

html body.nh-footer-enhanced #footer .nh-footer-logo-group > .footer-icon img {
  display: block !important;
  width: 100% !important;
  max-width: 94px !important;
  height: 30px !important;
  max-height: 30px !important;
  margin: 0 auto !important;
  object-fit: contain !important;
  object-position: center !important;
}

/* Spodní pruh */
.nh-footer-enhanced #footer .footer-bottom {
  margin: 0;
  padding: 15px 0;
  background: var(--nh-footer-navy);
  color: #d8d8d8;
}

.nh-footer-enhanced #footer .footer-bottom a,
.nh-footer-enhanced #footer .footer-bottom strong { color: #fff; }

/* Tablet */
@media (max-width: 1199px) {
  html body.nh-footer-enhanced #footer .nh-footer-logo-group {
    min-height: 140px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto repeat(2, 46px);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .nh-footer-enhanced #footer .custom-footer.nh-footer-ready { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nh-footer-enhanced #footer .nh-footer-contact { grid-column: 1; grid-row: 1; }
  .nh-footer-enhanced #footer .nh-footer-updates { grid-column: 2; grid-row: 1; grid-template-columns: minmax(0, 1fr); }
  .nh-footer-enhanced #footer .nh-footer-customer-links { grid-column: 1 / -1; grid-row: 2; }
}

/* Mobil */
@media (max-width: 767px) {
  .nh-footer-enhanced #footer { margin-top: 30px; }
  .in-index.nh-footer-enhanced #footer { margin-top: 16px; }
  .nh-footer-enhanced #footer .footer-rows { padding: 20px 12px; }
  .nh-footer-enhanced #footer .custom-footer.nh-footer-ready { grid-template-columns: minmax(0, 1fr); gap: 14px; }

  .nh-footer-enhanced #footer .nh-footer-contact,
  .nh-footer-enhanced #footer .nh-footer-customer-links,
  .nh-footer-enhanced #footer .nh-footer-updates {
    padding: 17px !important;
    border-radius: 12px;
  }

  .nh-footer-enhanced #footer .nh-footer-contact,
  .nh-footer-enhanced #footer .nh-footer-customer-links { height: auto; min-height: 0; }

  html body.nh-footer-enhanced #footer .nh-footer-updates {
    height: 390px;
    min-height: 390px;
    grid-template-rows: 150px minmax(0, 1fr);
  }

  .nh-footer-enhanced #footer .nh-footer-heading { margin-bottom: 14px !important; font-size: 17px !important; }
  .nh-footer-enhanced #footer .nh-footer-blog-head { gap: 9px; }
  .nh-footer-enhanced #footer .nh-footer-blog-all { min-height: 32px; padding-right: 11px; padding-left: 11px; font-size: 11px; }

  .nh-footer-enhanced #footer .nh-footer-link-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .nh-footer-enhanced #footer .nh-footer-link-group:last-child { grid-column: 1 / -1; }
  .nh-footer-enhanced #footer .nh-footer-link-group:last-child ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 12px; }
  .nh-footer-enhanced #footer .nh-footer-link-group h4 { font-size: 14px; }
  .nh-footer-enhanced #footer .nh-footer-link-group a { padding-top: 8px; padding-bottom: 8px; font-size: 12px; }

  html body.nh-footer-enhanced #footer .nh-footer-newsletter form > fieldset > button,
  html body.nh-footer-enhanced #footer .nh-footer-newsletter form > fieldset > .btn { min-width: 86px; padding-right: 10px; padding-left: 10px; }

  .nh-footer-enhanced #footer .footer-links-icons { padding: 20px 12px; grid-template-columns: minmax(0, 1fr); gap: 13px; }
  .nh-footer-enhanced #footer .nh-footer-logos-heading,
  .nh-footer-enhanced #footer .footer-links-icons > ul.footer-links,
  html body.nh-footer-enhanced #footer .nh-footer-logo-groups { grid-column: 1; grid-row: auto; }
  html body.nh-footer-enhanced #footer .nh-footer-logo-groups { grid-template-columns: minmax(0, 1fr); }
  .nh-footer-enhanced #footer .footer-bottom { padding: 13px 12px; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .nh-footer-enhanced #footer .nh-footer-blog-scroller { scroll-behavior: auto; }
}

/* Barvy textu: šablona a nh-shell mají v patičce bílý text (tmavá patička),
   proto se tady barvy vynucují. */
html body.nh-footer-enhanced #footer .nh-footer-heading,
html body.nh-footer-enhanced #footer .nh-footer-heading span,
html body.nh-footer-enhanced #footer .nh-footer-link-group h4,
html body.nh-footer-enhanced #footer .nh-footer-contact-list strong,
html body.nh-footer-enhanced #footer .nh-footer-logos-heading strong {
  color: var(--nh-footer-ink) !important;
  text-shadow: none !important;
}

html body.nh-footer-enhanced #footer .nh-footer-contact-note,
html body.nh-footer-enhanced #footer .nh-footer-newsletter p,
html body.nh-footer-enhanced #footer .nh-footer-contact-list small,
html body.nh-footer-enhanced #footer .nh-footer-logos-heading small,
html body.nh-footer-enhanced #footer .nh-footer-blog-empty {
  color: var(--nh-footer-muted) !important;
}

html body.nh-footer-enhanced #footer .nh-footer-socials h4,
html body.nh-footer-enhanced #footer .nh-footer-logo-group > strong { color: #555 !important; }

html body.nh-footer-enhanced #footer .nh-footer-contact-list > li > a,
html body.nh-footer-enhanced #footer .nh-footer-contact-list > li > span,
html body.nh-footer-enhanced #footer .nh-footer-social-link,
html body.nh-footer-enhanced #footer .nh-footer-link-group a,
html body.nh-footer-enhanced #footer .nh-footer-blog-item a,
html body.nh-footer-enhanced #footer .nh-footer-review-proof a,
html body.nh-footer-enhanced #footer .nh-footer-blog-arrow {
  color: #222 !important;
  opacity: 1 !important;
}

html body.nh-footer-enhanced #footer .nh-footer-link-group a:hover,
html body.nh-footer-enhanced #footer .nh-footer-link-group a:focus-visible,
html body.nh-footer-enhanced #footer .nh-footer-blog-item a:hover,
html body.nh-footer-enhanced #footer .nh-footer-customer-center-link { color: var(--nh-footer-navy) !important; }

html body.nh-footer-enhanced #footer .nh-footer-blog-all,
html body.nh-footer-enhanced #footer .nh-footer-newsletter form > fieldset > button,
html body.nh-footer-enhanced #footer .nh-footer-newsletter form > fieldset > .btn { color: #171717 !important; }

html body.nh-footer-enhanced #footer .nh-footer-newsletter input[type="email"] { color: #222 !important; }
html body.nh-footer-enhanced #footer .nh-footer-newsletter .smart-label-wrapper > label { color: #555 !important; }
html body.nh-footer-enhanced #footer {
  border-top: 4px solid var(--nh-footer-yellow) !important;
  background: #f5f5f5 !important;
  background-image: none !important;
  color: #202020 !important;
}
html body.nh-footer-enhanced #footer .footer-rows,
html body.nh-footer-enhanced #footer .footer-links-icons { background: transparent !important; text-align: left; }
html body.nh-footer-enhanced #footer .footer-links-icons > ul.footer-links {
  display: block !important;
  justify-content: flex-start;
  text-align: left;
}
html body.nh-footer-enhanced #footer .footer-links-icons > ul.footer-links > li { display: inline-block; float: none; }
@media (max-width: 767px) {
  html body.nh-footer-enhanced #footer .nh-footer-logo-group { min-height: 0; grid-template-rows: auto; }
}
html body.nh-footer-enhanced #footer .footer-bottom { background: var(--nh-footer-navy) !important; }
html body.nh-footer-enhanced #footer .footer-bottom,
html body.nh-footer-enhanced #footer .footer-bottom a,
html body.nh-footer-enhanced #footer .footer-bottom strong { color: #fff !important; }
