/* Footer */

/* Footer */
.co-footer {
  background: #fff;
  color: #111;
  padding-top: 3.5rem;
  border-top: 1px solid #eee;
}

.co-footer a { color: #111; text-decoration: none; }
.co-footer a:hover { color: var(--co-accent); }

.co-footer__main {
  display: grid;
  gap: 2.5rem;
  padding-bottom: 2.75rem;
}

.co-footer__title {
  color: #111;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.co-footer__about,
.co-footer__shipping { color: #555; max-width: 34ch; }

.co-footer__follow {
  margin: 1.25rem 0 0.6rem;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

.co-footer ul { list-style: none; margin: 0; padding: 0; }
.co-footer li { margin: 0.4rem 0; }

.co-footer__contact li {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
}

.co-footer__contact a {
  color: inherit;
  text-decoration: none;
}

.co-footer__contact-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.co-footer__bottom {
  background: #f4f4f4;
  border-top: 1px solid #eee;
  padding: 0.85rem 0;
  font-size: 0.85rem;
}

.co-footer__bottom-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.5rem;
  justify-content: space-between;
  align-items: center;
}

.co-copyright { margin: 0; color: #444; }

.co-pay-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.co-pay-badges__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 32px;
  padding: 0 0.45rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  color: #111;
}

.co-social {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.co-social__link {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #111;
  border-radius: 999px;
  color: #111;
}

.co-social a.co-social__link:hover {
  background: #111;
  color: #fff;
}

.co-logo-text--light { color: #111; }

.co-footer .custom-logo,
.co-footer__logo img {
  max-height: 72px;
  width: auto;
  filter: none;
}

.co-social .co-icon-img,
.co-footer .co-icon-img {
  width: 18px;
  height: 18px;
}

@media (min-width: 768px) {
  .co-footer__main {
    grid-template-columns: 1.5fr 1fr 1.1fr;
  }
}
