body {
  color: #1f2933;
  background: #f7f9fb;
}

.ndo-main-header {
  min-height: 72px;
  background: var(--web-primary, #2f6f4e) !important;
}

.ndo-main-header .container {
  max-width: 1160px;
}

.ndo-main-header .navbar {
  min-height: 72px;
}

.ndo-main-header .navbar-brand {
  min-width: 0;
}

.ndo-main-header .ndo-brand-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.ndo-main-header .navbar-brand span {
  max-width: min(50vw, 320px);
  overflow: hidden;
  text-overflow: ellipsis;
  color: #12251b !important;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: 0;
  white-space: nowrap;
}

.ndo-main-header .nav-link {
  color: #12251b !important;
  font-size: .85rem;
  letter-spacing: 0;
  line-height: 1.25;
  padding: .5rem .65rem;
}

.ndo-main-header .dropdown-menu {
  border-radius: 8px;
}

.ndo-main-header .navbar-toggler {
  color: #12251b;
  padding: .35rem .5rem;
}

.ndo-main-header .navbar-toggler-icon {
  width: auto;
  height: auto;
  background-image: none;
  color: #12251b;
  font-size: .75rem;
  letter-spacing: 0;
}

.ndo-main-header .navbar-toggler svg {
  fill: #12251b;
}

main,
.content,
.page-content {
  min-height: 40vh;
}

#ndo-search-form {
  flex-wrap: wrap;
}

#ndo-search-form .form-control {
  flex: 1 1 260px;
  min-width: 0;
}

#ndo-search-form .btn {
  flex: 0 0 auto;
}

#ndo-filters .form-label {
  font-weight: 600;
}

#ndo-filters .form-control,
#ndo-filters .form-select {
  min-height: 44px;
  width: 100%;
}

#ndo-products .card,
#ndo-products .alert {
  border-radius: 8px;
}

.page-footer {
  background: #1f2933;
  color: #edf2f7;
}

.page-footer a {
  color: #dbeafe;
}

.page-footer .footer-header {
  color: #ffffff;
}

.footer-slider-container img,
.footer-slide-item img {
  max-width: 42px;
  height: auto;
}

.footer-slider-container {
  max-width: 980px;
  margin: 3rem auto 2rem;
}

.footer-slider {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.footer-slide-item {
  min-width: 0;
  padding: 1rem;
  background: #ffffff;
  border: 1px solid #e3e8ef;
  border-radius: 8px;
}

.footer-slide-item a {
  display: block;
  color: #1f2933;
  text-decoration: none;
}

.footer-web-logo img {
  max-width: 160px;
  height: auto;
}

.page-footer .widget-list {
  padding-left: 1rem;
}

.page-footer .footer-padding-bottom {
  padding-bottom: 1.25rem;
}

@media (max-width: 991.98px) {
  .ndo-main-header .navbar {
    align-items: flex-start;
  }

  .ndo-main-header .navbar-collapse {
    width: 100%;
    padding: .75rem 0 .25rem;
  }

  .ndo-main-header .navbar-nav {
    gap: .25rem;
  }

  .ndo-main-header .nav-link {
    padding: .45rem 0;
  }

  .footer-slider {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .ndo-main-header .navbar-brand span {
    max-width: 58vw;
    font-size: .9rem;
  }

  #ndo-search-form .btn {
    width: 100%;
  }
}
