.footer {
  background-color: var(--secondary-background-color);
  display: flex;
  justify-content: center;
  padding: 4rem 0;
}

.footer .description {
  margin-top: 2rem;
  color: var(--secondary-background-text-color);
  font-size: 16px;
}

.footer h6 {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 18px;
}

.footer_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  width: 100%;
}

.footer a {
  color: var(--secondary-background-text-color);
  font-size: 16px;
}

.footer .footer_links li {
  margin-bottom: 10px;
}

.footer a:hover {
  font-size: 17px;
}

.footer .developed {
  color: var(--primary-color);
}

.footer-bottom {
  background-color: #58595b;
  height: 10px;
}

.footer-cart {
  background-color: var(--primary-background-color);
  padding: 3rem 0;
}

.footer-cart h4 {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--primary-background-text-color);
  margin-bottom: 2rem;
}

.footer-cart .cart-social {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

.footer-cart .cart-social i {
  font-size: 2rem;
  color: var(--primary-background-text-color);
}

.footer-cart p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--primary-background-text-color);
  margin-top: 2rem;
}