/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./_front/modules/footer/footer.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable scss/operator-no-newline-after */
/* stylelint-enable scss/operator-no-newline-after */
/* stylelint-disable scss/operator-no-newline-after */
/* stylelint-enable scss/operator-no-newline-after */
.site-footer .logo img {
  max-width: max(88px, 4.5833333333vw);
}
.site-footer .socials a {
  transition: all 0.3s ease;
}
.site-footer .socials a svg {
  max-width: max(18px, 0.9375vw);
  max-height: max(18px, 0.9375vw);
}
.site-footer .socials a:not(.has-circle) svg {
  margin-right: max(10px, 0.5208333333vw);
}
.site-footer .socials a.has-circle {
  border: 1px solid currentcolor;
  border-radius: 50%;
  width: max(52px, 2.7083333333vw);
  height: max(52px, 2.7083333333vw);
}
.site-footer .socials a:hover {
  color: var(--gray-dark);
}

.search-modal {
  display: none;
  z-index: 2000;
}
.search-modal__control {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 100;
  color: #fff;
}
.search-modal__close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.search-modal__inner {
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 540px;
  margin-top: max(100px, 13.3333333333vw);
}
.search-modal__form {
  position: relative;
}
.search-modal__input {
  padding-bottom: 24px;
  padding-right: 30px;
  border-radius: 0 !important;
  border: none;
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
  background: transparent;
  width: 100%;
  font-size: max(16px, 0.8333333333vw);
}
.search-modal__input:hover, .search-modal__input:active {
  color: inherit !important;
  border-color: currentcolor;
}
.search-modal__input::placeholder {
  color: #fff !important;
}
.search-modal__input:focus::placeholder {
  color: transparent !important;
}
.search-modal__input:focus-visible {
  outline: none;
}
.search-modal__btn {
  all: unset;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  right: 0;
}
.search-modal__btn svg.search-modal-close-svg {
  width: 100%;
  height: 100%;
  stroke: #fff;
  cursor: pointer;
}
.search-modal__no-results {
  display: none;
}
.search-modal__results {
  margin-top: 35px;
  max-height: 320px;
  overflow: auto;
}
.search-modal__results::-webkit-scrollbar {
  width: 4px;
}
.search-modal__results::-webkit-scrollbar-thumb {
  background-color: #eee;
  border-radius: 2px;
}
.search-modal .search-result {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.search-modal .search-result__category {
  width: 38.25%;
  padding-right: 10px;
}
.search-modal .search-result__product {
  flex: 1 0;
  display: flex;
}
.search-modal .search-result__img {
  width: 84px;
  height: 100px;
}
.search-modal .search-result__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-modal .search-result__info {
  flex: 1 0;
  padding-top: 8px;
  padding-inline: 10px;
}
.search-modal .search-result__name {
  margin-bottom: 4px;
}

.espa-banner {
  width: 100%;
  max-width: max(300px, 15.625vw);
  height: auto;
  position: fixed;
  left: 0;
  bottom: 10px;
  z-index: 9;
}

@media screen and (width >= 768px) {
  .search-modal__close {
    right: 40px;
    top: 40px;
    width: 26px;
    height: 26px;
  }
  .search-modal__inner {
    padding-inline: 40px;
    max-width: 580px;
  }
}

/*# sourceMappingURL=footer.css.map*/