.menuMobileContainer {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: transparent;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transition: background-color 0.3s ease-out;
}

.menuMobile {
  background: #FFFFFF;
  width: calc(100% - 35px);
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  border-right: 1px solid var(--color-border);
  transform: translate3d(-100%, 0, 0);
  transition: opacity 0.5s ease-in-out, transform 200ms ease-out;
}
.menuMobile ul {
  padding-bottom: 50px;
}

.menuMobile--top {
  padding-bottom: 5.6603773585vw;
}

.menuMobile--bottom {
  padding-bottom: 50px;
}

.menuMobileHeader {
  padding: 0 4.3396226415vw;
  background-color: #FFFFFF;
  min-height: 57px;
  height: 16.0377358491vw;
  max-height: 85px;
  border-bottom: 1px solid var(--color-border);
  line-height: 1;
}

.menuMobileHeader__icon {
  font-size: 14px;
  margin-right: 12px;
}
.menuMobileHeader__icon {
  font-family: "arrows-bold" !important;
}
.menuMobileHeader__icon::before {
  content: "\ea62";
}

.menuMobileHeader__text {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}

.menuMobileClose {
  min-width: 35px;
  width: 9.4339622642vw;
  max-width: 50px;
  min-height: 35px;
  height: 9.4339622642vw;
  max-height: 50px;
  font-size: 9px;
  background-color: var(--color-background);
}

.menuMobileClose__icon {
  font-family: "core-core_01" !important;
}
.menuMobileClose__icon::before {
  content: "\ea6e";
}

.menuMobile__wrap,
.menuMobile__level {
  height: 100%;
}

.menuMobile__level ul {
  padding: 0 4.3396226415vw;
}

.menuMobileSearchContainer {
  padding: 4.3396226415vw;
}

.menuMobileSearch {
  width: 100%;
  height: 100%;
  position: relative;
  border: 1px solid var(--color-border);
  padding: 3.7735849057vw 13.2075471698vw 3.7735849057vw 4.3396226415vw;
  border-radius: 1.75rem;
}

.menuMobileSearch__textfield {
  width: 100%;
  height: 100%;
}

.menuMobileSearch__submit {
  position: absolute;
  top: 50%;
  right: 35px;
  color: var(--color-primary);
  transform: translate(50%, -50%);
}

.menuMobileSearch__icon {
  font-size: 17px;
}
.menuMobileSearch__icon {
  font-family: "core-core_01" !important;
}
.menuMobileSearch__icon::before {
  content: "\ea92";
}

.menuMobile__wrap {
  position: relative;
}

.menuMobile__level {
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 200ms ease-out;
}

.menuMobile__level:not(.menuMobile__level--1) {
  z-index: 1;
  pointer-events: none;
  transform: translate3d(-100%, 0, 0);
}

.menuMobile__level.-active {
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
}

.menuMobileShowProducts {
  min-height: 45px;
  height: 10.3773584906vw;
  max-height: 55px;
}

.menuMobile__head {
  height: 50px;
}

.menuMobile__parent,
.menuMobile__back {
  padding: 0 10px;
}

.menuMobile__back {
  width: 35%;
  border-right: 1px solid var(--color-border);
  line-height: 1;
}

.menuMobile__backArrow {
  margin-right: 8px;
}

.menuMobile__parent {
  padding-left: 15px;
}
.menuMobile__parent a {
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.2;
  max-height: 2.4em;
}

.menuMobile__item {
  line-height: 1.1;
}
.menuMobile__item:not(:last-child) {
  border-bottom: 1px solid var(--color-border);
}

.menuMobile__item--parent {
  font-weight: 600;
}

.menuMobile__link {
  height: 50px;
  padding-left: 15px;
}
.menuMobile__link--featured {
  color: #ff5000;
}

.menuMobile__text {
  padding-right: 8px;
  text-transform: uppercase;
}

.menuMobile__expander {
  width: 40px;
  height: 100%;
  position: relative;
}
.menuMobile__expander::before {
  content: "";
  height: 75%;
  width: 1px;
  background: var(--color-border);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.menuMobile__expanderIcon {
  font-family: "arrows-bold" !important;
}
.menuMobile__expanderIcon::before {
  content: "\ea63";
}

.menuMobile__expander,
.menuMobile__backArrow {
  font-size: 12px;
}

.menuMobile__willChange {
  will-change: transform, opacity;
}

.menuMobileContainer.-active {
  pointer-events: auto;
  background-color: rgba(50, 57, 64, 0.3);
}
.menuMobileContainer.-active .menuMobile {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.menuMobile__icon {
  margin-right: 7px;
  font-size: 15px;
  width: 16px;
}

.menuMobile__icon--clipboard {
  font-family: "core-core_01" !important;
}
.menuMobile__icon--clipboard::before {
  content: "\ea6d";
}

.menuMobile__icon--basket {
  font-family: "core-core_01" !important;
}
.menuMobile__icon--basket::before {
  content: "\ea6a";
}

.menuMobile__icon--account {
  font-family: "core-core_01" !important;
}
.menuMobile__icon--account::before {
  content: "\ea61";
}

.menuMobileDeliveryPickerLangOnly__img {
  width: 1.875rem;
  height: 1.25rem;
  border: 1px solid var(--color-border);
  margin-right: 0.9375rem;
  overflow: hidden;
}
.menuMobileDeliveryPickerLangOnly__img * {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
}

.menuMobileDeliveryPicker {
  border-top: 1px solid var(--color-border);
  padding: 4.3396226415vw 4.3396226415vw;
  text-transform: uppercase;
}
.menuMobileDeliveryPicker .menuMobileDeliveryPicker__btn--img .menuMobileDeliveryPicker__delivery_country {
  max-width: 1.875rem;
  max-height: 1.25rem;
}
.menuMobileDeliveryPicker .menuMobileDeliveryPicker__lang,
.menuMobileDeliveryPicker .menuMobileDeliveryPicker__currency {
  position: relative;
  margin-left: 1.5rem;
}
.menuMobileDeliveryPicker .menuMobileDeliveryPicker__lang::before,
.menuMobileDeliveryPicker .menuMobileDeliveryPicker__currency::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: -0.75rem;
  top: 0;
  background-color: var(--color-border);
}

@media (min-width: 360px) {
  .menuMobileClose {
    font-size: 11px;
  }
  .menuMobile--bottom {
    padding-bottom: 16.9811320755vw;
  }
  .menuMobileHeader__icon {
    font-size: 17px;
    margin-right: 16px;
  }
  .menuMobileHeader__text {
    font-size: 20px;
  }
}
@media (min-width: 530px) {
  .menuMobile--top {
    padding-bottom: 30px;
  }
  .menuMobile--bottom {
    padding-bottom: 90px;
  }
  .menuMobileSearch {
    padding: 20px 70px 20px 23px;
  }
  .menuMobileDeliveryPicker {
    padding: 23px;
  }
}
@media (min-width: 768px) {
  .menuMobile {
    display: none;
  }
}
/*# sourceMappingURL=menu_mobile.css.map */