#footer {
  border-top: 2px solid;
  float: left;
  width: 100%;
}

#footer .footer-container {
  display: table;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
}

#footer .footer-container .container {
  max-width: 100%;
}

#footer .logo-footer .redes-sociais {
  display: block;
  float: left;
  width: 100%;
}

#footer .logo-footer .redes-sociais li {
  display: table;
  float: left;
  width: auto;
}

#footer .logo-footer .redes-sociais li i {
  font-size: 30px;
}

#footer .block-logo img {
  margin: 0 auto;
  max-width: 100%;
}

#footer .titulo-footer {
  display: block;
  float: left;
  font-size: var(--size-18);
  font-weight: 600;
  line-height: 1;
  margin: 0 0 20px;
  width: 100%;
}

#footer .block-logo {
  margin: 0 0 20px;
}

#footer .block-content-footer a {
  font-size: var(--size-14);
}

#footer .block-content-footer {
  display: block;
  float: left;
  width: 100%;
}

#footer .block-content-footer li {
  margin-bottom: 10px;
}

.footer-copy .copy-soulmkt {
  display: block;
  float: left;
  width: 50%;
}

.footer-copy .footer-desenvolvido {
  display: block;
  float: left;
  font-size: var(--size-12);
  text-align: right;
  width: 50%;
}

.footer-copy .footer-desenvolvido a {
  display: table;
  float: right;
  margin-left: 5px;
}

.copy-soulmkt address {
  font-size: var(--size-12);
  margin: 0;
}

.footer-copy .copy-soulmkt-endereco {
  line-height: normal;
}

.block-copy-soulmkt {
  display: block;
  float: left;
  width: 100%;
}

.block-copy-soulmkt .footer-copyright {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: calc(1320px + 2rem);
  padding: 0.5rem 1rem;
  position: relative;
  width: 100%;
}

.block-copy-soulmkt .footer-copyright .copy-soulmkt {
  display: block;
  float: left;
  width: 70%;
}

.block-copy-soulmkt .footer-copyright .footer-desenvolvido {
  display: block;
  float: right;
  line-height: normal;
  padding: 0;
  text-align: right;
  width: 30%;
}

.block-copy-soulmkt .footer-copyright .footer-desenvolvido a {
  display: inline-block;
  margin-left: 5px;
  transition: all 0.3s;
  vertical-align: baseline;
  width: auto;
}

.block-copy-soulmkt .footer-copyright .footer-desenvolvido span {
  display: inline-block;
  font-size: var(--size-12);
  vertical-align: top;
}

#footer .logo-footer .redes-sociais span {
  display: block;
  height: 0;
  margin: 0;
  text-indent: -999em;
  width: 0;
}

@media screen and (width <=991px) {
  #footer .footer-edit {
    display: block;
    margin-bottom: 50px;
    text-align: center;
    width: 50%;
  }

  #footer .footer-edit .logo-footer,
  #footer .footer-edit .institucional,
  #footer .footer-edit .informacoes,
  #footer .footer-edit .pagamento,
  #footer .footer-edit .seguranca {
    width: 100%;
  }

  #footer .footer-edit .pagamento img,
  #footer .footer-edit .seguranca img {
    margin: 0 auto;
  }
}

@media screen and (width <=767px) {
  .block-copy-soulmkt .footer-copyright .copy-soulmkt {
    text-align: center;
    width: 100%;
  }

  .block-copy-soulmkt .footer-copyright .footer-desenvolvido {
    display: table;
    float: none;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    width: auto;
  }

  .block-copy-soulmkt .footer-copyright .footer-desenvolvido span,
  .block-copy-soulmkt .footer-copyright .footer-desenvolvido a {
    float: left;
  }

  #footer .footer-edit {
    width: 100%;
  }
}

#scroll-top {
  animation: fadeIn linear forwards;
  animation-range: entry 100% cover 100%;
  animation-timeline: view();
  aspect-ratio: 1 / 1;
  bottom: 2.5rem;
  cursor: pointer;
  display: grid;
  opacity: 0;
  padding: 0.5rem;
  place-content: center;
  position: fixed;
  right: 1.5rem;
  width: 2.5rem;
  z-index: 9999;
}

#scroll-top svg {
  height: 1.25rem;
  width: 1.25rem;
}

.block-whatsapp#link-wpp {
  background-color: oklch(72.1% 0.19 142);
  border-radius: 50%;
  bottom: 2.5rem;
  cursor: pointer;
  display: grid;
  height: 2.5rem;
  left: 1.5rem;
  place-content: center;
  position: fixed;
  width: 2.5rem;
  z-index: 999999;
}

.block-whatsapp#link-wpp a {
  color: oklch(100% 0 0);
}

.block-whatsapp#link-wpp svg {
  width: 1.75rem;
}

.block-whatsapp.right#link-wpp {
  bottom: 6rem;
  left: unset;
  right: 1.5rem;
}

.checkout-cart-index .block-whatsapp#link-wpp,
.checkout-onepage-index .block-whatsapp#link-wpp,
.checkout-onepage-process .block-whatsapp#link-wpp,
.checkout-onepage-success .block-whatsapp#link-wpp,
.checkout-onepage-sucess .block-whatsapp#link-wpp {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
