/* ===== TOP BAR ===== */
.top-bar-menu { 
  background-color: #457b64 !important;
}

:root {
  --gbl-primary-color: #457b64;
  --topbar-bg-color: #457b64;
}

/* ===== UKRYJ BRANDING ===== */
footer a[href*="gradient"],
footer .site-info,
footer .theme-credit {
  display: none !important;
}

/* ===== UKRYJ JETPACK INFINITE FOOTER ===== */
#infinite-footer {
  display: none !important;
}

/* ===== WYMUŚ WIDOCZNOŚĆ WŁAŚCIWEGO FOOTERA ===== */
#colophon,
#colophon .footer-overlay {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* ===== FOOTER TŁO ===== */
#colophon,
#colophon *,
.footer-overlay,
.footer-top,
.footer-bottom,
.footer-bottom .container,
.site-footer,
.site-footer .footer-overlay {
  background: #457b64 !important;
  background-color: #457b64 !important;
}

.footer-top {
  padding-top: 32px;
  padding-bottom: 0;
}

/* ===== FOOTER SEKCJE ===== */
.footer-section {
  border-radius: 10px;
  padding: 16px 14px 10px 14px;
  margin: 8px 0;
  border: none;
  min-height: 100px;
  color: #e3eae7;
  font-size: 0.97em;
  font-weight: 400;
}

.footer-section h4 {
  font-size: 1em;
  margin-bottom: 8px;
  color: #d2e2db;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.01em;
}

.footer-section a {
  display: block;
  color: #e3eae7;
  text-decoration: none;
  margin-bottom: 4px;
  font-weight: 400;
  transition: color 0.2s;
  opacity: 0.92;
  font-size: 0.91em;
}

.footer-section a:hover {
  color: #fff;
  text-decoration: underline;
  opacity: 1;
}

.footer-section p {
  color: #d2e2db;
  margin: 0 0 6px 0;
  font-size: 0.91em;
  font-weight: 400;
}

/* ===== PAGINACJA - ZAWSZE WIDOCZNA ===== */
.woocommerce-pagination,
nav.woocommerce-pagination,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
  display: revert !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.woocommerce nav.woocommerce-pagination ul {
  display: flex !important;
}

/* ===== MOBILE ===== */
@media (max-width: 900px) {
  .footer-overlay .grid.column-4 {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .footer-section {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    align-items: center;
  }
}