@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-RegularItalic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "NotoSans";
  src: url("../fonts/NotoSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "we-icons";
  src: url("../fonts/we-icons.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.banner {
  background-color: #000;
}
.banner a {
  font-family: "NotoSans";
  font-weight: 400;
  font-size: 10px;
  color: #ffffff;
  line-height: 12px;
  pointer-events: none;
  cursor: default;
}
@media (max-width: 767.98px) {
  .banner a {
    font-size: 12px;
  }
}

.we-icon:before, .we-icon:after {
  font-family: "we-icons" !important;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #212529;
}
.we-icon.location:before {
  content: "\e01d";
}
.we-icon.burger:before {
  content: "\e02c";
}
.we-icon.burger:after {
  content: "\e015";
}
.we-icon.search:before {
  content: "\e046";
}
.we-icon.account:before {
  content: "\e001";
}
.we-icon.wishlist:before {
  content: "\e055";
}
.we-icon.cart:before {
  content: "\e008";
}
.we-icon.contact:before {
  content: "\e03e";
}
.we-icon.search-btn {
  cursor: pointer;
}
.we-icon.search-btn:before {
  content: "\e010";
}
.we-icon.close-search-btn {
  cursor: pointer;
}
.we-icon.close-search-btn:before {
  content: "\e015";
}
.we-icon.arrow:before {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  content: "\e011";
}
.we-icon.arrow:after {
  font-weight: 400;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  content: "\e00e";
}

.header {
  background-color: #ffffff;
}
.header-top {
  background-color: #ffffff;
}
.header-top .location {
  font-size: 12px;
}
.header-top .logo {
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
  top: 26px;
}
.header-top .burger {
  z-index: 10;
}
.header-top .burger:after {
  background-color: #ffffff;
}
.header .search-container {
  background-color: #ffffff;
}
.header .search-container .search-field {
  border-bottom: 1px solid #666;
}
.header .search-container .search-field input {
  font-size: 22px;
  font-weight: 300;
  color: #262627;
}
.header .search-container .search-field input::-moz-placeholder {
  color: rgba(128, 126, 163, 0.6);
}
.header .search-container .search-field input::placeholder {
  color: rgba(128, 126, 163, 0.6);
}
.header-main {
  font-size: 14px;
  line-height: 16.8px;
  background-color: #ffffff;
  color: #212529;
}
.header-main:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #c0c0c0;
  transform-origin: center;
  left: 0;
  bottom: 0;
  z-index: 0;
  transform: scaleX(0);
  transition: transform 0.5s cubic-bezier(0.19, 0.43, 0.37, 1);
}
.header-main .red-link {
  color: #d93025;
}
.header-main a {
  position: relative;
}
.header-main a:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: calc(100% - 40px);
  border-bottom: 2px solid #000;
  transform-origin: center;
  left: 20px;
  bottom: 0;
  transition: width 0.2s cubic-bezier(0.19, 0.43, 0.37, 1);
  transform: scaleX(0);
}
.header-main a:hover:after {
  transform: scaleX(1);
  transition: transform 0.2s cubic-bezier(0.19, 0.43, 0.37, 1);
}
.header-main .menu-middle {
  font-size: 12px;
}
.header-main .menu-bottom a {
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .header-main {
    border-bottom: 0;
  }
  .header-main-container:not(:first-of-type) {
    border-top: 1px solid #c0c0c0;
  }
}
.header.border-active .header-main:after {
  transition: transform 0.5s cubic-bezier(0.19, 0.43, 0.37, 1);
  transform: scaleX(1);
}
@media (max-width: 991.98px) {
  .header.border-active .header-main:after {
    transform: scaleX(0);
  }
  .header.border-active:after {
    transition: transform 0.5s cubic-bezier(0.19, 0.43, 0.37, 1);
    transform: scaleX(1);
  }
}
@media (max-width: 991.98px) {
  .header:after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #c0c0c0;
    transform-origin: center;
    left: 0;
    bottom: -1px;
    z-index: 0;
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.19, 0.43, 0.37, 1);
    z-index: 31;
  }
}
.header .header-overlay {
  background-color: rgba(0, 0, 0, 0.5019607843);
}

footer {
  border-top: 1px solid #c0c0c0;
}
footer .newsletter-container .newsletter-title {
  font-size: 36px;
  font-weight: 300;
  line-height: 43.2px;
  color: #212529;
}
@media (max-width: 767.98px) {
  footer .newsletter-container .newsletter-title {
    font-size: 22px;
  }
}
footer .newsletter-container .newsletter-inner p {
  font-size: 14px;
  line-height: 16.8px;
  color: #212529;
}
footer .newsletter-container .newsletter-inner form .newsletter {
  border: 1px solid #666;
  font-size: 12px;
}
footer .newsletter-container .newsletter-inner form .newsletter input {
  font-size: 12px;
  color: #000;
}
footer .newsletter-container .newsletter-inner form .newsletter input::-moz-placeholder {
  color: #666;
}
footer .newsletter-container .newsletter-inner form .newsletter input::placeholder {
  color: #666;
}
footer .newsletter-container .newsletter-inner form .newsletter-btn {
  background-color: #c0c0c0;
  color: #666;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  cursor: not-allowed;
}
footer .newsletter-container .newsletter-inner form .newsletter-btn.js-newsletter-available {
  background-color: #000;
  color: #ffffff;
  cursor: pointer;
}
footer .newsletter-container .newsletter-inner .newsletter-checkbox {
  color: #000;
  font-size: 1.2rem;
}
footer .newsletter-container .newsletter-inner .newsletter-checkbox input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
footer .newsletter-container .newsletter-inner .newsletter-checkbox input:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #000;
}
footer .newsletter-container .newsletter-inner .newsletter-checkbox input:after {
  content: "";
  height: 3px;
  width: 6px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  top: 5px;
  left: 5px;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
}
footer .newsletter-container .newsletter-inner .newsletter-checkbox input:checked ~ .newsletter-btn {
  background-color: #2c2c2c;
  color: #ffffff;
  cursor: pointer;
}
footer .newsletter-container .newsletter-inner .newsletter-checkbox a {
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 5px;
}
footer .newsletter-container .newsletter-inner .newsletter-checkbox a:hover {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
footer .footer-main {
  border-top: 1px solid #c0c0c0;
}
footer .footer-main .footer-links-title {
  color: #212529;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 14.4px;
  text-transform: uppercase;
}
footer .footer-main .footer-links-list a {
  color: #666;
  font-size: 1.2rem;
  line-height: 14.4px;
}
footer .footer-main .footer-links-list a:hover {
  text-decoration: underline;
}
footer .footer-main .footer-right-container .footer-right a {
  text-decoration: underline;
  text-underline-offset: 5px;
  font-weight: bold;
}
footer .footer-main .footer-right-container .footer-right a:hover {
  text-decoration-thickness: 2px;
}
footer .footer-main .footer-right-container a {
  font-size: 12px;
}
footer .footer-main .footer-right-container a:hover p {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  footer .footer-main .footer-right-container {
    border-bottom: 1px solid #c0c0c0;
  }
  footer .footer-main .footer-right-container .location-link {
    background-color: #e4e6e5;
  }
  footer .footer-main .footer-right-container .social-links {
    border-top: 1px solid #c0c0c0;
  }
  footer .footer-main .footer-right-container .social-links a {
    color: #000;
  }
}
@media (max-width: 991.98px) {
  footer .footer-main .footer-links-item:not(:last-of-type) {
    border-bottom: 1px solid #c0c0c0;
  }
  footer .footer-main .footer-links-item .footer-links-title .arrow {
    position: relative;
    width: 20px;
  }
  footer .footer-main .footer-links-item .footer-links-title .arrow:before {
    position: absolute;
    font-size: 18px;
    transform: scaleY(0);
    transition: transform 0.3s cubic-bezier(0.19, 0.43, 0.37, 1);
  }
  footer .footer-main .footer-links-item .footer-links-title .arrow:after {
    position: absolute;
    font-size: 18px;
    transform: scaleY(1);
    transition: transform 0.3s cubic-bezier(0.19, 0.43, 0.37, 1);
  }
  footer .footer-main .js-footer-item .footer-links-title .arrow:after {
    transform: scaleY(0);
    transition: transform 0.3s cubic-bezier(0.19, 0.43, 0.37, 1);
  }
  footer .footer-main .js-footer-item .footer-links-title .arrow:before {
    transform: scaleY(1);
    transition: transform 0.3s cubic-bezier(0.19, 0.43, 0.37, 1);
  }
}
footer .footer-rights {
  background-color: #000;
  color: #ffffff;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
}

.newsletter-success {
  flex-grow: 1;
  color: #212529;
  display: none;
}
.newsletter-success span {
  font-size: 16px;
  line-height: 19.2px;
  margin-bottom: 10px;
  font-weight: 600;
  display: block;
}
.newsletter-success p {
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 400px;
}

