.bg-footer {
  background: #020626;
}

.sq-60 {
  width: 60px;
  height: 60px;
}

.sq-34 {
  width: 34px;
  height: 34px;
}

.p-24 {
  font-size: 24px;
}

.footer-logo {
  width: 12rem;
}

.footer-shop-icon-w {
  width: 6rem;
}

.ret-button-hop:hover {
  transform: translateY(28px);
  transition: 0.1s ease-in-out;
}

.border-5 {
  border: 5px solid white;
}

.back-button-tran {
  transform: translateY(32px);
}

.color-footer {
  color: #8A8C94;
}

.icon-bg-footer {
  background: #A575752B;
}

.icon-bg-footer:hover {
  background: var(--brand-main-color);
}

.p-footer {
  padding: 0px 12% 0px 12%;
}

@media screen and (min-width: 1920px) {
  .p-footer {
    padding: 0px 8rem 0px 8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-footer {
    padding: 0px 1rem 0px 1rem;
  }

  .p-24 {
    font-size: 22px;
  }
}

@media screen and (max-width: 576px) {
  .back-button-tran {
    transform: translateY(-10px);
  }

  .ret-button-hop:hover {
    transform: translateY(-16px);
    transition: 0.1s ease-in-out;
  }
}

.lower-bar-h {
  height: 3.3rem;
}