.footer {
  background: #bd1b21;
  width: 100%;
  position: relative;
  color: #fff;
  font-family: "Noto Sans HK", sans-serif;
  z-index: 1;
}
.footer .footer_inner {
  max-width: 743px;
  margin: 0 auto;
  padding: 48px 24px 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.footer .footer_necklace {
  width: 50px;
  margin-bottom: 28px;
}
.footer .footer_brand {
  margin-bottom: 28px;
}
.footer .footer_main_logo {
  width: 180px;
  height: auto;
  display: block;
}
.footer .footer_tagline {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 28px;
}
.footer .footer_social {
  list-style: none;
  display: flex;
  gap: 32px;
  margin: 0 0 48px;
  padding: 0;
}
.footer .footer_social img {
  width: 40px;
  height: 40px;
  display: block;
}
.footer .social_link {
  display: inline-flex;
  border-radius: 50%;
  transition: transform 0.25s ease, filter 0.25s ease;
}
.footer .social_link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
.footer .footer_actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
}
.footer .footer_copy {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  flex: 1;
}
@media (max-width: 480px) {
  .footer .footer_inner {
    padding: 40px 20px 48px;
  }
  .footer .footer_social {
    gap: 24px;
    margin-bottom: 40px;
  }
  .footer .footer_necklace {
    margin-bottom: 24px;
  }
  .footer .footer_main_logo {
    width: 160px;
  }
  .footer .footer_tagline {
    font-size: 15px;
    margin-bottom: 24px;
  }
  .footer .footer_copy {
    font-size: 11px;
  }
  .footer .footer_whatsapp,
  .footer .footer_to_top {
    width: 32px;
    height: 32px;
  }
  .footer .footer_whatsapp img {
    width: 32px;
    height: 32px;
  }
  .footer .footer_to_top img {
    width: 32px;
    height: 32px;
  }
}/*# sourceMappingURL=footer.css.map */