.footer {
  background-color: #F3F3F3;
}

.footer-block:empty {
  display: none;
}
p.body5.fw-light {
  letter-spacing: 2px;
}
.footer-block__heading {
  font-weight: 500;
  margin-block: 15px;
  color: #121212;
}
.footer__content-top  {
  padding-block: 70px;
}
.footer-block__details-content.rte,
.footer-block__details-content > li {
  margin-block: 10px;
  font-weight: 200;
  color: #121212;
}

footer-menu {
  display: flex;
  flex-direction: column;
}

@media (min-width: 960px) {
  .footer-block--list .footer-block__heading svg {
    display: none;
  }
  .description-footer{
    margin-block: 20px !important;
    padding-bottom:30px;
  }
}

/* @media (max-width: 959px) {
  footer-menu {
    overflow: hidden;
    position: relative;
    padding-bottom: var(--grid-vertical-space);
  }

  footer-menu .footer-block__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  footer-menu ul {
    height: 0;
    opacity: 0;
  }

  footer-menu .icon-arrow {
    display: inline-block;
  }

  footer-menu .icon-minus {
    display: none;
  }

  footer-menu::after {
    position: absolute;
    content: " ";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(var(--color-text), 0.1);
  }
  footer-menu[open] ul {
    opacity: 1;
    height: auto;
  }

  footer-menu[open] .icon-arrow {
    display: none;
  }

  footer-menu[open] .icon-minus {
    display: inline-block;
  }
} */

.footer-block__details-content .list-menu__item--active,
.footer-block__details-content .list-menu__item--link:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
  color: rgba(var(--color-text));
  opacity: 1;
}
.short-description{
  width: 85%;
}
.footer-block-image > img {
  height: auto;
  object-fit: contain;
  object-fit: center center;
  height: auto !important;
}

@media (max-width: 959px) {
  .footer {
    margin-top: 60px;
  }
.short-description {
  text-align: center;
}
  .footer-block-image {
    text-align: left !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-block-custom{
    order: -1;
  }
  .follow-us{
    margin-top: 25px;
  }
  .footer-block--list{
    text-align: center;
  }
}

.footer__copyright {
  margin-top: 10px;
}

.footer-block--newsletter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 960px) {
  .footer-block--newsletter {
    /* margin-top: 40px;
    margin-bottom: 40px; */
  }

  .footer-block--newsletter .field {
    width: 410px;
  }
}

@media (max-width: 959px) {
  .footer-block--newsletter {
    margin-top: 20px;
  }

  .footer-block--subscribe {
    width: 100%;
  }

  .footer-block--newsletter .field {
    width: 100%;
  }

  .footer__list-social {
    margin-bottom: 20px;
  }
}

.footer-block--subscribe .footer-block__heading {
  margin-bottom: 15px;
}

.footer__list-social {
  display: flex;
  gap: 8px;
}

.footer__list-social a svg {
  transition: transform 125ms cubic-bezier(0.4, 0, 0.2, 1);
}

.footer__list-social a:hover svg {
  transform: scale(1.1);
}

.footer__content-bottom {
  border-top: 1px solid rgba(var(--color-entry-line));
  padding-top: 40px;
}

@media (min-width: 960px) {
  .footer__content-bottom {
    padding-top: 40px;
  }
}

@media (max-width: 959px) {
  .footer__content-bottom {
    padding-top: 20px;
  }
}

.footer__content-bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer__column--info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

@media (min-width: 960px) {
  .footer__column--info {
    max-width: 30%;
  }
}

@media (max-width: 959px) {
}

@keyframes animateLocalization {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    transform: translateY(-10px);
  }
}

.footer__localization form {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.footer__localization .dropdown-menu__list-wrapper {
  opacity: 1;
  animation: animateLocalization 200ms ease;
  transform: translateY(-10px);
}

.footer__payment {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 15px;
  flex-wrap: wrap;
}

.footer__payment > svg {
  height: 22px;
  width: 35px;
}

@media (max-width: 959px) {
  .footer__content-bottom-wrapper {
    flex-direction: column;
  }

  .footer__column--info {
    align-items: center;
  }

  .footer__copyright {
    margin-top: 20px;
  }

  .footer__payment {
    justify-content: center;
  }
  .footer__localization form {
    gap: 6px;
  }
  .footer__localization dropdown-menu:last-child .dropdown-menu__list-wrapper {
    right: 0;
  }
}

@media (max-width: 959px) {
  .footer__list-social {
    flex-wrap: wrap;
    gap: 14px;
  }

  .footer__list-social a svg {
    width: 36px;
    height: 36px;
  }
  #office-info{
    width: 100% !important;
    padding-inline: 20px;
  }
}

.footer .newsletter-form__button {
  padding: 10px;
  padding-right: 0;
}

.footer-block .field{
  border-bottom: 1px solid ;
  align-items: end !important;
  background-color: #90909000;
}
.footer-block .field .field__input{
height: 35px !important;
}

.footer-block .field .field__label{
  left: 2px !important;
  font-size: 14px;
  font-weight: 200;
  color: #909090;
}
.footer .newsletter-form__button {
padding: 5px !important;
}
.footer .field__suffix {
  padding: 0px !important;
  margin-right: 0px !important;
  }
  .footer  .button--link{
    border-bottom: 0 !important;
    font-size: 13px;
    font-weight: 200;
    letter-spacing: 2px !important;
    text-decoration: none !important;
  }

  .socials-links{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  .link-account{
    margin-right:7px;
    margin-top: 10px;
  }
  #office-info{
    width: 85%;
  }
  #office-info a{
    text-decoration: none;
    font-size: 13px;
  }
/* The ipad end responds to the mobile end in vertical screen */

/* @custom-media --tablet (max-width: 959px); */

/* @custom-media --gt-mobile (min-width: 751px); */

/* detectingScreen need to consider the configuration of the tablet */
