@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "vitamix";
  src: url("../fonts/vitamix.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Bold-Italic";
  src: url("../fonts/Roboto-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-SemiBold";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.header {
  background: #ffffff;
}
.header .header-top .main-search-form .form-content .input-wrap .main-search-input {
  font-family: "Roboto-Regular";
  line-height: 24px;
  background: #f5f4f5;
  border-radius: 25px;
  text-overflow: ellipsis;
  font-size: 15px;
  color: #101010;
}
.header .header-top .main-search-form .form-content .input-wrap .main-search-input::-moz-placeholder {
  font-family: "Inter-Medium";
  color: #424242;
  font-size: 16px;
}
.header .header-top .main-search-form .form-content .input-wrap .main-search-input::placeholder {
  font-family: "Inter-Medium";
  color: #424242;
  font-size: 16px;
}
.header .header-top .main-search-form .form-content .input-wrap .effacer {
  color: #8996A2;
  font-family: "Roboto-Regular";
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  border-radius: 4px;
  padding: 4px;
}
.header .header-top .main-search-form .form-content .input-wrap .effacer:hover {
  background-color: rgba(97, 97, 97, 0.0509803922);
  color: black;
  border-radius: 50%;
}
.header .header-top .right-icons a:hover {
  background-color: rgba(97, 97, 97, 0.0509803922);
  border-radius: 50%;
}
.header .main-menu {
  /*@include media-down (xl) {
    z-index: -5;
    transform: translate(-200%, 0);
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;

    &.menu-active {
      opacity: 1;
      border: none;
      z-index: 30;
      transform: translate(874px, 0);
      transition: transform 0.4s ease;
      border-right: 1px solid #f1f0ee;
      background: white;
    }
  }


  @include media-down (l) {
    &.menu-active {
      transform: translate(743px, 0);
    }
  }

  @include media-down (m) {
    &.menu-active {
      transform: translate(718px, 0);
    }
  }

  @include media-down (s) {
    &.menu-active {
      transform: translate(550px, 0);
    }
  }

  @include media-down (xs) {
    &.menu-active {
      transform: translate(100vw, 0);
    }
  }*/
}
@media (max-width: 1199.98px) {
  .header .main-menu {
    z-index: 32;
    transition: left 0.3s cubic-bezier(0.5, 0, 0.5, 1);
    border-right: 1px solid #f1f0ee;
    background: white;
  }
  .header .main-menu.menu-active {
    opacity: 1;
    border: none;
    z-index: 30;
    transition: left 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  }
}
.header .main-menu .menu-level2 {
  z-index: 5;
}
.header .main-menu .menu-level2 .container {
  background: #ffffff;
}
.header .main-menu .menu-level2 .container a {
  font-family: "Roboto-Bold";
  color: #101010;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
}
.header .main-menu .menu-level2 .container a.hover-arrow {
  transition: opacity 1s;
  text-decoration: none !important;
}
.header .main-menu .menu-level2 .container a.hover-arrow::after {
  opacity: 0;
}
.header .main-menu .menu-level2 .container a:hover {
  text-decoration: underline;
}
.header .main-menu .menu-level2 .container a:hover.hover-arrow::after {
  content: "";
  background-image: url(/img/links-arrow.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 4px;
  opacity: 1;
  transition: opacity 1s;
}
.header .main-menu .menu-level2 .container .title-wrapper .title {
  font-family: "Inter-Bold";
  font-size: 22px;
  color: #101010;
  line-height: 24px;
  padding-left: 0px;
  margin: 0;
  letter-spacing: -0.8px;
}
.header .main-menu .menu-level2 .container .title-wrapper .title:hover {
  text-decoration: none;
  color: #3643ba;
}
.header .main-menu .menu-level2 .container .title-wrapper .title:hover::after {
  filter: brightness(0) saturate(100%) invert(26%) sepia(16%) saturate(7429%) hue-rotate(220deg) brightness(94%) contrast(98%);
}
.header .main-menu .menu-level2 .container .lists .link-title img {
  border-radius: 4px;
  background: #E7F3F9;
  display: block;
}
.header .main-menu .menu-level2 .container .lists .link-title .subtitle {
  color: #101010;
  font-family: "Inter-Bold";
  font-size: 16px;
  line-height: 24px;
}
.header .main-menu .menu-level2 .container .lists .lists-items li.arrow-right::after {
  content: "";
  background-image: url(/img/arrow-right.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  filter: brightness(0) saturate(100%) invert(41%) sepia(3%) saturate(23%) hue-rotate(323deg) brightness(88%) contrast(85%);
  margin-left: 3px;
}
.header .main-menu .menu-level2 .container .lists .lists-items li a {
  color: #616161;
  font-size: 14px;
  line-height: 19px;
  font-family: "Inter-Medium";
  padding-bottom: 2px;
  letter-spacing: -0.1px;
  width: auto;
  display: block;
  border-bottom: 1px solid transparent;
}
.header .main-menu .menu-level2 .container .lists .lists-items li a:hover {
  border-bottom: 1px solid #101010;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  color: #101010;
}
.header .main-menu .menu .main-link {
  font-family: "Inter-Medium";
  font-size: 14px;
  line-height: 19px;
  display: inline-block;
  letter-spacing: -0.14px;
  border-bottom: 1px solid transparent;
  white-space: normal;
  position: relative;
}
@media (max-width: 1199.98px) {
  .header .main-menu .menu .main-link {
    line-height: 25px;
    width: 100%;
    padding: 13px 20px 13px 20px;
    font-size: 22px;
    text-transform: unset;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: -0.3px;
  }
}
.header .search-result {
  background-color: #ffffff;
}
.header .search-result .search-result-wrapper.right-col .title-section .link {
  color: #3643BA;
  font-size: 18px;
  font-family: "Roboto-Bold";
  line-height: 25px;
}
@media (max-width: 1199.98px) {
  .header .search-result .search-result-wrapper.right-col .title-section .link {
    font-size: 16px;
  }
}
.header .search-result .search-result-wrapper.right-col .products-list img {
  border-radius: 8px;
  height: auto;
}
.header .search-result .search-result-wrapper.right-col .products-list .brand {
  font-family: "Inter-Medium";
  font-size: 16px;
  line-height: 20px;
  height: auto;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  padding-bottom: 6px;
  line-height: 24px;
}
@media (max-width: 1199.98px) {
  .header .search-result .search-result-wrapper.right-col .products-list .brand {
    line-height: 20px;
    font-size: 14px;
  }
}
.header .search-result .search-result-wrapper.right-col .products-list .price {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header .search-result .search-result-wrapper.right-col .products-list .price span {
  font-family: "Inter-Medium";
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1199.98px) {
  .header .search-result .search-result-wrapper.right-col .products-list .price span {
    font-size: 14px;
  }
}
.header .search-result .title {
  color: #616161;
  padding: 0 32px 8px 32px;
  font-size: 14px;
  font-family: "Inter-Medium";
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .header .search-result .title {
    padding: 4px 32px 8px 0px;
    font-size: 12px;
  }
}

.footer {
  background-color: #3643ba;
  color: #ffffff;
}
.footer a {
  color: #ffffff;
}
.footer .footer-title {
  font-family: "Inter-SemiBold";
  font-size: 22px;
}
.footer .footer-subtitle {
  text-transform: uppercase;
  font-family: "Inter-Medium";
  font-size: 14px;
  opacity: 0.75;
  line-height: 18px;
}
.footer-top a {
  line-height: 26px;
  letter-spacing: -0.14px;
}
.footer-top a span {
  font-family: "Inter-Medium";
  font-size: 14px;
  opacity: 0.75;
  line-height: 20px;
}
.footer-top a:hover {
  text-decoration: underline;
}
.footer-middle .footer-socials a {
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.footer-middle .footer-socials a:hover {
  background-color: rgba(255, 255, 255, 0.1490196078);
}
.footer-middle .footer-list a {
  font-family: "Inter-Medium";
  font-size: 14px;
  line-height: 20px;
}
.footer-middle .footer-list a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-underline-position: 4px;
}
@media (max-width: 1199.98px) {
  .footer-middle .footer-subtitle {
    font-size: 22px !important;
    opacity: 1;
    font-family: "Inter-SemiBold";
  }
}
.footer-bottom .lemonway-footer {
  opacity: 0.75;
  font-family: "Inter-Regular";
  font-size: 12px;
}
.footer-bottom .lemonway-footer a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer-bottom .footer-bottom-links {
  font-family: "Inter-Regular";
  font-size: 12px;
  opacity: 0.75;
}
.footer-bottom .footer-bottom-links a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.footer-bottom .footer-rights span {
  font-family: "Inter-Regular";
  font-size: 12px;
  opacity: 0.75;
}

