.footer .footer-upper {
  width: 100%;
  margin: 0 auto;
  padding: 66px 10px;
  max-width: 1712px;
  text-align: center;
  float: unset;
}

.footer .footer-upper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
}

.footer .footer-upper-inner .footer-logo-container {
  -ms-flex-preferred-size: 19.38%;
      flex-basis: 19.38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .footer-upper-inner .footer-logo-container .newsletter .title strong {
  display: block;
  text-align: left;
}

.footer .footer-upper-inner .footer-block {
  width: auto;
  text-align: left;
  margin: 0;
}

.footer .footer-upper-inner .footer-block.company-info {
  -ms-flex-preferred-size: 13%;
      flex-basis: 13%;
}

.footer .footer-upper-inner .footer-block strong {
  font-size: 15px;
  color: #595959;
  margin-right: 3px;
  line-height: 18px;
}

.footer .footer-upper-inner .footer-block span {
  line-height: 28px;
}

.footer .footer-upper-inner .footer-block li {
  font-size: 15px;
  color: #595959;
  padding-block: 5px;
}

.footer .footer-upper-inner .footer-block a {
  line-height: 28px;
}

.footer .footer-upper-inner .socials-and-payments > div {
  margin-bottom: 28px;
}

.footer .footer-upper-inner .socials-and-payments > div:last-child {
  margin-bottom: 0;
}

.footer .footer-upper-inner .socials-and-payments .title {
  text-align: left;
  margin-bottom: 15px;
}

.footer .footer-upper-inner .socials-and-payments .pay-options {
  text-align: left;
}

.footer .footer-upper-inner .socials-and-payments .certifications img {
  display: block;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.pickup-points .select-pickup-point ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.pickup-points .select-pickup-point ul .name {
  display: none;
}

.pickup-points .select-pickup-point ul .fee {
  display: none;
}

.contact-footer {
  padding-top: 50px;
}

.contact-footer .contact-footer-info {
  margin-bottom: 40px;
}

.contact-footer .contact-footer-info > div {
  margin-bottom: 15px;
}

.contact-footer .contact-footer-info > div:last-child {
  margin-bottom: 0;
}

.contact-footer .contact-footer-info strong {
  font-size: clamp(15px, 1vw, 16px);
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
}

.contact-footer .contact-footer-info a {
  font-size: clamp(15px, 1vw, 16px);
  font-weight: 500;
  color: #575757;
  text-decoration: none;
}

.contact-footer .contact-footer-info .phone a {
  display: inline-block;
  margin-right: 5px;
}

.contact-footer .contact-footer-info .opening-hours strong {
  margin: 0;
  margin-bottom: 5px;
}

.contact-footer .contact-footer-iframe {
  max-width: 100%;
}

.contact-footer .contact-footer-iframe iframe {
  display: block;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .footer .footer-upper-inner {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 10px;
    width: 97%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .footer .footer-upper-inner .footer-logo-container {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    max-width: 500px;
    margin: 0 auto;
    gap: 30px;
  }
  .footer .footer-upper-inner .footer-logo-container .newsletter .title strong {
    text-align: center;
  }
  .footer .footer-upper-inner .socials-and-payments {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}

@media screen and (max-width: 480px) {
  .footer .footer-upper-inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 40px;
  }
  .footer .footer-upper-inner .footer-logo-container {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
    gap: 30px;
  }
  .footer .footer-upper-inner .footer-logo-container .newsletter .title strong {
    text-align: center;
  }
  .footer .footer-upper-inner .socials-and-payments {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
  }
}
/*# sourceMappingURL=main.css.map */