/* Shared SSCMS header/footer and final source corrections. */
.site-header .brand,
.site-header .brand img {
  display: block;
}

.site-header .brand img {
  width: 176px;
  height: auto;
  max-height: 58px;
  object-fit: contain;
  background: transparent !important;
}

.kg-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 1px solid #d9dee2;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.kg-menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #101820;
  transition: transform .25s ease, opacity .25s ease;
}

.kg-final-footer {
  background: #101820;
  color: #dbe1e6;
  padding: 48px 0 18px;
}

.kg-final-footer .kg-wrap {
  width: min(100% - 48px, 1240px);
  margin-inline: auto;
}

.kg-final-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 1fr);
  gap: 38px;
  align-items: start;
}

.kg-final-footer-brand img {
  display: block;
  width: 190px;
  height: auto;
  margin: 0 0 14px;
  padding: 0;
  background: transparent !important;
  filter: none !important;
}

.kg-final-footer p {
  margin: 0 0 10px;
  color: #dbe1e6;
  line-height: 1.7;
}

.kg-final-footer h4 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 16px;
}

.kg-final-footer a {
  display: block;
  margin: 8px 0;
  color: #dbe1e6;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.kg-final-footer a:hover {
  color: #fff;
  transform: translateX(3px);
}

.kg-final-socials {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.kg-final-socials span {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
}

.kg-final-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 34px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: #dbe1e6;
  font-size: 14px;
}

.kg-product-single-thumb img {
  cursor: default;
}

.kg-row-info h4 {
  margin: 4px 0 10px;
  color: #101820;
  font-size: 19px;
  line-height: 1.35;
}

.kg-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 12px 0 48px;
}

.kg-page-link,
.kg-page-current {
  display: inline-flex;
  min-width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid #dfe3e6;
  border-radius: 6px;
  background: #fff;
  color: #101820;
}

.kg-page-current {
  border-color: #e60012;
  background: #e60012;
  color: #fff;
}

@media (max-width: 1020px) {
  .kg-menu-toggle {
    display: block;
    margin-left: auto;
  }

  .site-header .main-nav {
    position: absolute;
    top: 100%;
    left: 24px;
    right: 24px;
    z-index: 100;
    display: none;
    padding: 14px;
    border: 1px solid #e5e8eb;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(16,24,32,.14);
  }

  .site-header .main-nav.is-open {
    display: grid;
    gap: 2px;
  }

  .site-header .main-nav a {
    padding: 11px 10px;
  }

  .site-header .nav-wrap {
    position: relative;
  }

  .site-header .nav-cta {
    display: none;
  }

  .kg-final-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .site-header .brand img {
    width: 152px;
  }

  .kg-final-footer .kg-wrap {
    width: min(100% - 28px, 1240px);
  }

  .kg-final-footer-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .kg-final-footer-bottom {
    display: block;
  }

  .kg-final-footer-bottom span {
    display: block;
    margin-top: 8px;
  }
}
