.footer {
  padding-inline: 10px;
  padding-top: 50px;
  padding-bottom: 20px;
  border-top: 15px solid var(--pink);
}

.footer-content {
  max-width: 1300px;
  width: 100%;
}

.footer-socials-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}

.footer-link {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 30px;
  width: max-content;
  margin-inline: auto;
  display: block;
  font-size: 22px;
  color: var(--pink);
  text-decoration: none;
  transition: 0.2s ease;
}
.footer-link:hover {
  opacity: 0.8;
}

.footer-socials-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--pink);
  transition: 0.2s ease;
}
.footer-socials-item svg {
  width: 26px;
  height: 26px;
  display: block;
  fill: var(--white);
}
.footer-socials-item:hover {
  opacity: 0.8;
}

.footer-utils {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.footer-utils a {
  font-size: 18px;
  text-decoration: none;
  color: var(--white);
  transition: 0.2s ease;
}
.footer-utils a:hover {
  overflow: 0.8;
}

.footer-copyrights {
  text-align: center;
  font-size: 18px;
  color: var(--white);
  margin-top: 30px;
  margin-bottom: 10px;
}

.footer-image-link {
  display: block;
  margin-inline: auto;
  width: max-content;
  margin-top: 30px;
  max-width: 400px;
  width: 100%;
}
.footer-image-link img {
  display: block;
  width: 100%;
}

.footer-lidl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.footer-lidl img {
  display: block;
  max-width: 100px;
  width: 100%;
}/*# sourceMappingURL=footer.css.map */