.elementor-1793 .elementor-element.elementor-element-1381fa8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:-1px;--padding-bottom:-1px;--padding-left:-1px;--padding-right:-1px;}/* Start custom CSS for html, class: .elementor-element-3f55330 */.site-footer {
  background: #101014;
  color: #f5f5f5;
  padding: 48px 24px 24px;
  font-size: 14px;
}

.site-footer a {
  color: #f5f5f5;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.site-footer a:hover {
  color: #ffcf4a; /* akcent – możesz podmienić na brandowy kolor */
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.4fr 1.4fr;
  gap: 32px;
  max-width: 1240px;
  margin: 0 auto 32px;
}

.footer-col {
  min-width: 0;
}

.footer-logo img {
  max-width: 190px;
  height: auto;
  display: block;
  margin-bottom: 12px;
}

.footer-text {
  margin-bottom: 24px;
  line-height: 1.5;
  color: #d0d0d0;
}

.footer-heading {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}

.footer-heading-sm {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  color: #c4c4c4;
}

.footer-heading-space {
  margin-top: 24px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li + li {
  margin-top: 6px;
}

.footer-links a {
  opacity: 0.92;
}

.footer-links a:hover {
  opacity: 1;
}

.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}

.footer-contact-list li + li {
  margin-top: 4px;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}

/* Ikony social – możesz podmienić na fontawesome lub swoje SVG */
.footer-social a {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.footer-social a:hover {
  background: #ffcf4a;
  color: #101014;
}

/* Miejsca na klasy ikon, jeśli używasz ikon fontowych */
.icon-facebook::before { content: "f"; font-family: system-ui; font-weight: 700; }
.icon-instagram::before { content: "I"; font-family: system-ui; font-weight: 700; }
.icon-youtube::before { content: "▶"; }

.footer-producer p {
  margin: 0 0 6px;
  line-height: 1.5;
  color: #d0d0d0;
}

/* Płatności / dostawa / trust logos */

.footer-logos,
.footer-logos-row {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
}

.footer-logos li img,
.footer-logos-row img {
  height: 22px;
  width: auto;
  filter: grayscale(0.1);
  opacity: 0.9;
}

.footer-logos li img:hover,
.footer-logos-row img:hover {
  filter: none;
  opacity: 1;
}

.footer-opinions-card {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-opinions-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.footer-opinions-header img {
  height: 20px;
  width: auto;
}

.footer-opinions-rating {
  margin: 0 0 6px;
  font-size: 14px;
}

.footer-opinions-rating span {
  margin-left: 6px;
  color: #ffcf4a;
}

.footer-opinions-link {
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 3px;
  opacity: 0.9;
}

.footer-opinions-link:hover {
  opacity: 1;
}

/* Bottom bar */

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 24px;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #b3b3b3;
}

.footer-copy,
.footer-madeby {
  margin: 0;
}

/* RWD */

@media (max-width: 1024px) {
  .footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-footer {
    padding: 32px 16px 20px;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-col {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 16px;
  }

  .footer-col:first-child {
    border-top: none;
    padding-top: 0;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}


.footer-social {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: .2s ease;
}

.footer-social a:hover {
  background: #9BC588; /* Twój zielony */
  border-color: #9BC588;
  color: #101010; /* ciemne wypełnienie dla czytelności */
}/* End custom CSS */