.tcl-header {
  max-width: 100%;
  position: sticky;
  z-index: 9999;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background: white;
  height: 60px;
  width: 100%;
  -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.05);
}
.tcl-header nav {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  text-align: center;
}
.tcl-header ::-webkit-scrollbar {
  display: none;
}
.tcl-header.hidden {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.tcl-header.open {
  width: 100%;
  height: 100%;
}
.tcl-header ul {
  list-style: none;
}
.tcl-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 120px;
}
.tcl-header__icon {
  height: 45px;
  width: 45px;
  background: url("../../../images/Logo-dark.svg") no-repeat center;
  background-size: contain;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.open .tcl-header__icon {
  opacity: 0;
}
.tcl-header__menu-button {
  cursor: pointer;
  height: 45px;
  width: 35px;
  margin-top: 20px;
  margin-left: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}
@media (max-width: 1199px) {
  .tcl-header__menu-button {
    margin-top: 9px;
    display: block;
  }
}
.tcl-header__menu-button span {
  display: block;
  height: 1px;
  width: 35px;
  margin: 10px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  background-color: #111111;
}
.open .tcl-header__menu-button {
  margin-left: 30px;
}
.open .tcl-header__menu-button span:first-of-type {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  margin: 10px 0 23px;
}
.open .tcl-header__menu-button span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  margin: 0 0 0;
}
.open .tcl-header__menu-button span:last-child {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
}
.tcl-header__language {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  margin: 0 20px 0 0;
  display: inline-block;
  text-align: center;
  color: #111111;
}
.tcl-header__language.active span {
  position: relative;
  display: inline-block;
}
.tcl-header__language.active span:after {
  content: "";
  height: 2px;
  width: 13px;
  display: block;
  background: #111111;
}
.tcl-header__language a {
  text-decoration: none;
  position: relative;
}
.open .tcl-header__language + .tcl-header__language a:before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #111111;
  position: absolute;
  top: 0;
  right: calc(100% + 9px);
}
.open .tcl-header__language-container {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1199px) {
  .open .tcl-header__language-container--mobile {
    opacity: 0 !important;
    visibility: hidden !important;
  }
}
@media (max-width: 1199px) {
  .tcl-header__language-container {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1199px) {
  .tcl-header__language-container--mobile {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0px;
    left: inherit;
    margin: 0 0;
    opacity: 1 !important;
    visibility: visible !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .tcl-header__language-container--mobile a:before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: calc(100% + 9px);
  }
}
.tcl-header__cart {
  margin-right: 20px;
  margin-left: 10px;
  position: relative;
  text-decoration: none;
}
.tcl-header__cart svg {
  height: 30px;
  width: 30px;
}
.tcl-header__cart span {
  font-size: 10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-20%);
      -ms-transform: translateX(-20%);
          transform: translateX(-20%);
  z-index: 1;
  top: 4px;
}
.tcl-header__login {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-right: 30px;
  text-decoration: none;
  text-align: center;
  position: relative;
  font-size: 13px;
}
.tcl-header__login span {
  display: block;
  position: absolute;
  top: calc(100% - 6px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.open .tcl-header__navigation {
  display: block;
}
.tcl-header__navigation-link {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
  text-transform: none;
  display: inline-block;
  position: relative;
  padding: 0 15px;
}
.tcl-header__navigation-link:hover > * > span {
  text-shadow: 0 0 1px #111111;
}
.tcl-header__navigation-link span {
  vertical-align: middle;
}
.tcl-header__navigation-link a,
.tcl-header__navigation-link > div {
  display: block;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.tcl-header__navigation-link a[aria-expanded=true] span,
.tcl-header__navigation-link > div[aria-expanded=true] span {
  text-shadow: 0 0 1px #111111;
}
.tcl-header__navigation-link--lvl-1 {
  color: #111111;
}
.tcl-header__navigation-link--lvl-1 > a:after, .tcl-header__navigation-link--lvl-1 > div:after {
  bottom: 10px;
  background: #111111;
  width: 30px;
  height: 2px;
}
.tcl-header__navigation-link--lvl-1 > a:first-of-type:before, .tcl-header__navigation-link--lvl-1 > div:first-of-type:before {
  display: none;
}
.tcl-header__navigation-dropdown {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  overflow-y: hidden;
  top: calc(100% + 10px);
  text-align: left;
  background: white;
  -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.05);
}
.tcl-header__navigation-dropdown li {
  padding: 0;
  display: block;
}
.tcl-header__navigation-dropdown li a {
  padding: 10px 15px;
  border-bottom: 1px solid #f8f9fa;
}
.tcl-header__navigation-dropdown li a:before {
  content: "";
  width: 19px;
  height: 2px;
  background: #111111;
  left: 20px;
  bottom: 10px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
}
.tcl-header__navigation-dropdown li a:hover:before {
  opacity: 1;
}
.tcl-header__navigation-dropdown li:last-of-type a {
  border-bottom: none;
}
.tcl-header__navigation-dropdown .tcl-header__navigation-dropdown-toggle {
  display: none;
}
.tcl-header__navigation-dropdown-toggle {
  height: 30px;
  width: 30px;
  background: url(../../../images/icon-filled-dropdown.svg) no-repeat center;
  background-size: 12px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  display: inline-block;
}
.tcl-header__navigation-dropdown-toggle--no-dropdown {
  background: none;
  background-size: 7px;
}
.tcl-header__account {
  position: fixed;
  background-color: #fff;
  width: 100%;
  min-height: 100dvh;
  padding-top: 40px;
  padding-bottom: 40px;
  top: 60px;
}
.tcl-header__account.open {
  display: block !important;
}
.tcl-header__account-menu {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 50px;
}
.tcl-header__account-menu-item {
  margin-bottom: 10px;
}
.tcl-header__account-menu-item:last-child {
  margin-bottom: 0;
}
.tcl-header__account-menu-item:last-child a {
  border-bottom: solid 1px #bcbcbc;
}
.tcl-header__account-menu-item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: solid 1px #bcbcbc;
}
.tcl-header__account-menu-item a .link-icon {
  width: 35px;
  height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 30px;
}
.tcl-header__account-menu-item a .link-icon img {
  height: 21px !important;
  width: auto !important;
}
.tcl-header__account-menu-item a .link-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000639;
}
.tcl-header__account-menu-item a svg {
  margin-left: auto;
}
.tcl-header__account-logout {
  padding-left: 10px;
  margin-top: auto;
  width: 100%;
  text-align: right;
}
.tcl-header__account-logout a {
  text-decoration: none;
  background-color: var(--accent-background);
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px 0 0 50px;
  padding-left: 15px;
  max-width: 250px;
}
.tcl-header__account-logout a .link-icon {
  width: 35px;
  height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 30px;
}
.tcl-header__account-logout a .link-icon img {
  height: 21px !important;
  width: auto !important;
}
.tcl-header__account-logout a .link-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000639;
}
.tcl-header__notification {
  background: #000;
  max-width: 500px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  color: #fff;
  padding: 25px 20px;
  position: absolute;
  right: 0;
  top: 100%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  padding-right: 50px;
}
.tcl-header__notification .notification-heading {
  margin-bottom: 10px;
}
.tcl-header__notification .notification-text {
  font-weight: normal;
}
.tcl-header__notification .notification-close {
  position: absolute;
  top: 25px;
  right: 20px;
  cursor: pointer;
}
.tcl-header__notification .notification-close svg {
  width: 24px;
}

@media (max-width: 1199px) {
  .tcl-header__wrapper {
    height: 60px;
    padding: 0;
    position: relative;
  }
  .tcl-header nav {
    position: absolute;
    inset: 0;
    background: white;
    height: 100vh;
    z-index: 99;
    padding: 90px 30px 30px;
    text-align: left;
    display: none;
  }
  .tcl-header.open nav {
    display: block;
  }
  .open .tcl-header__navigation {
    display: block;
  }
  .tcl-header__navigation-link {
    display: block;
    padding: 20px 0;
  }
  .tcl-header__navigation-link--lvl-1 > a span, .tcl-header__navigation-link--lvl-1 > div span {
    position: relative;
    text-transform: uppercase;
  }
  .tcl-header__navigation-link--lvl-1 > a span:before, .tcl-header__navigation-link--lvl-1 > div span:before {
    content: "";
    width: 19px;
    height: 2px;
    background: #111111;
    left: 0;
    top: calc(100% + 6px);
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
  }
  .tcl-header__navigation-dropdown {
    position: relative;
    background: transparent;
    margin-top: 40px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .tcl-header__navigation-dropdown-toggle {
    background: url(../../../images/small-arrow-down-dark.svg) no-repeat center;
    background-size: 12px;
    position: absolute;
    right: 0;
  }
  .tcl-header__navigation-dropdown-toggle--no-dropdown {
    background: none;
    background-size: 7px;
  }
  .tcl-header__menu-button {
    z-index: 999;
    margin-top: 0;
    margin-left: 30px;
    margin-right: 65px;
  }
  .tcl-header__language-container {
    position: fixed;
    top: auto;
    bottom: 30px;
    z-index: 99;
    left: 30px;
    right: auto;
    display: none;
  }
  .open .tcl-header__language-container {
    display: block;
  }
  .tcl-header__icon {
    margin: 0;
    width: 33px;
    height: 33px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .tcl-header__cart {
    margin-left: auto;
  }
}