/* Stopka sklepu – style z design/bionaturalnie-zmiany.css */

:root {
  --bn-lime: #7fad39;
  --bn-green: #1f5a3f;
  --bn-sage: #f3f8f1;
  --bn-line: #e3ebe1;
  --bn-text: #22302a;
  --bn-muted: #5b6a61;
}

.footer {
  background: var(--bn-sage);
  border-top: 1px solid var(--bn-line);
  padding: 56px 0 0 !important;
}

.footer .footer-main-row {
  align-items: flex-start;
}

.footer .footer__widget {
  display: block;
  float: none !important;
  width: 100%;
}

.footer .bn-footer-title {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: var(--bn-green);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--bn-lime);
  width: fit-content;
}

.footer__widget ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0;
  float: none !important;
  display: block;
  width: 100%;
}

.footer__widget ul li {
  margin: 0 0 10px;
  list-style: none !important;
  padding: 0;
}

.footer__widget ul li::before,
.footer__widget ul li::marker {
  content: none;
}

.footer__widget ul li a {
  color: var(--bn-text);
  font-size: 14.5px;
  text-decoration: none !important;
}

.footer__widget ul li a:hover {
  color: var(--bn-lime);
}

.footer__about__logo {
  width: 100% !important;
  max-width: 320px;
  margin-bottom: 18px;
}

.footer__about__logo img {
  width: 100%;
  max-width: 320px;
  height: auto;
  margin-top: 0 !important;
  position: static !important;
  left: auto !important;
}

.footer__about p {
  font-size: 14px;
  color: var(--bn-muted);
  max-width: 320px;
  margin: 0 0 16px;
  line-height: 1.55;
}

.footer-payment-img {
  width: 100% !important;
  max-width: 320px;
  height: auto;
  background: #fff;
  border-radius: 12px;
  padding: 10px 12px;
  border: 1px solid var(--bn-line);
  margin-top: 0 !important;
}

.bn-footer-contact {
  background: #fff;
  border: 1px solid var(--bn-line);
  border-radius: 16px;
  padding: 20px 22px;
}

.bn-footer-contact .footer-contact-title {
  color: var(--bn-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.bn-footer-contact .footer-contact-subtitle {
  margin: 0 0 14px;
  color: var(--bn-muted);
  font-size: 13px;
  line-height: 1.5;
}

.bn-footer-contact .footer-contact-company {
  color: var(--bn-green);
  font-weight: 800;
  font-size: 15px;
  margin: 0 0 8px;
}

.bn-footer-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bn-footer-contact li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  color: var(--bn-text);
  margin-bottom: 8px;
  line-height: 1.4;
}

.bn-footer-contact li i {
  color: var(--bn-lime);
  width: 18px;
  text-align: center;
  margin-top: 3px;
  flex: none;
}

.bn-footer-contact li a {
  color: var(--bn-text);
  text-decoration: none;
}

.bn-footer-contact li a:hover {
  color: var(--bn-lime);
}

.bn-footer-contact .bn-ids {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed var(--bn-line);
  font-size: 12.5px;
  color: var(--bn-muted);
}

.footer__copyright {
  border-top: 1px solid var(--bn-line);
  margin-top: 26px;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.footer__copyright p {
  color: var(--bn-muted);
  font-size: 13px;
  margin: 0;
  text-align: left !important;
}

.footer__copyright .bn-legal {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 0;
}

.footer__copyright .bn-legal a {
  color: var(--bn-muted);
  font-size: 13px;
  text-decoration: none;
}

.footer__copyright .bn-legal a:hover {
  color: var(--bn-lime);
}

.footer-centered-column {
  display: block;
  height: auto;
}

@media (max-width: 767px) {
  /* Kolumna „O sklepie” – opis i płatności (desktop bez zmian) */
  .footer-centered-column .footer__about {
    text-align: center;
  }

  .footer-centered-column .footer__about p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-centered-column .footer__about__logo {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-centered-column .footer-payment-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* Kolumny „Sklep” i „Pomoc i informacje” – wyśrodkowanie linków (desktop bez zmian) */
  .footer-centered-column .footer__widget {
    text-align: center;
  }

  .footer-centered-column .footer__widget .bn-footer-title {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-centered-column .footer__widget ul {
    text-align: center;
  }

  .footer-centered-column .footer__widget ul li {
    text-align: center;
  }
}

@media (max-width: 550px) {
  .footer__copyright {
    justify-content: center;
    text-align: center;
  }

  .footer__copyright p {
    text-align: center !important;
    width: 100%;
  }

  .footer__copyright .bn-legal {
    justify-content: center;
    width: 100%;
  }

  .footer__about__logo,
  .footer-payment-img {
    margin-left: auto;
    margin-right: auto;
  }
}
